@charset "UTF-8";
/* reset */
/* main variables */
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&subset=cyrillic");
* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  color: #333;
  font-family: "MuseoSansCyrl", arial, sans-serif;
  font-weight: 300;
  background-color: #FFF;
  height: 100%;
  line-height: 1.25;
  position: relative;
  font-size: 16px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: "MuseoSansCyrl", arial, sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none;
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 8px 96px;
  background: #fff;
  z-index: 9999;
  transition: 0.6s;
}
header .logo-container {
  line-height: 0;
}
header .logo-container a {
  display: inline-block;
}
header .nav-container {
  display: inherit;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 970px;
}
header .nav-container .nav {
  display: inherit;
  justify-content: space-between;
  list-style: none;
  width: 100%;
  max-width: 590px;
}
header .nav-container .nav li {
  position: relative;
  transition: 0.3s;
}
header .nav-container .nav li.current:before {
  opacity: 1;
}
header .nav-container .nav li.current:after {
  opacity: 1;
}
header .nav-container .nav li.current a {
  color: #d3ba83;
}
header .nav-container .nav li a {
  color: #0f0533;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
header .nav-container .nav li:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #d3ba83;
  left: 50%;
  top: -20px;
  opacity: 0;
  transition: 0.3s;
}
header .nav-container .nav li:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #d3ba83;
  left: 50%;
  top: 20px;
  opacity: 0;
  transition: 0.3s;
}
header .nav-container .nav li:hover:after {
  opacity: 1;
}
header .nav-container .nav li:hover:before {
  opacity: 1;
}
header .nav-container .nav .current {
  position: relative;
}
header .nav-container .nav .current:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 1px;
  height: 18px;
  left: calc(50% - 1px);
  top: -18px;
  background-color: #d3ba83;
}
header .nav-container .nav .current:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #d3ba83;
  right: 50%;
  bottom: -18px;
}
header .nav-container .sidebar-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 34px;
  height: 14px;
  transition: 0.3s;
  cursor: pointer;
}
header .nav-container .sidebar-toggle span {
  color: #0f0533;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.sticky {
  top: -100px;
  transition: 0.6s;
}

.lng-dropdown {
  display: flex;
  align-self: center;
  margin: 20px 0 0px;
  border: none;
  outline: none;
  list-style: none;
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 25px;
  line-height: 14px;
  font-weight: 300;
  text-transform: uppercase;
  transition: 0.2s;
  cursor: pointer;
}
.lng-dropdown li {
  padding: 0 8px;
}
.lng-dropdown li:nth-child(1) {
  border-right: 1px solid  #ac8752;
}
.lng-dropdown li a {
  color: #fff;
}
.lng-dropdown .current {
  font-weight: 400;
}
.lng-dropdown .current a {
  color: #d3ba83;
}

.header-tel {
  color: #0f0533;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 1px 95px 0 80px;
  position: relative;
}
.header-tel:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background: url("../../img/icon-viber.svg") no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: -26px;
  bottom: 0;
}

.logo-container {
  width: 269px;
  position: relative;
  z-index: 1;
}
.logo-container:hover .a-logo:before {
  width: 100%;
  animation: draw 2s linear infinite;
}

.a-logo {
  display: block;
  position: absolute;
}
.a-logo:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background-color: #fff;
}
.a-logo--1 {
  height: 31px;
  width: 20px;
  top: 54px;
  left: 5px;
}
.a-logo--2 {
  height: 27px;
  width: 42px;
  top: 17px;
  left: 33px;
}
.a-logo--3 {
  height: 40px;
  width: 55px;
  top: 34px;
  left: 84px;
}
.a-logo--4 {
  height: 36px;
  width: 73px;
  top: 5px;
  left: 144px;
}
.a-logo--5 {
  height: 19px;
  width: 42px;
  top: 68px;
  left: 220px;
}

@keyframes draw {
  to {
    width: 0;
  }
}
@media (max-width: 1024px) {
  .sticky {
    top: 0;
  }

  header {
    padding: 6px 4%;
  }
  header .nav-container .lng-dropdown {
    margin: 3px 40px 0 0;
  }
  header .nav-container .nav {
    display: none;
  }
}
@media (max-width: 420px) {
  header {
    padding: 6px 4%;
  }
  header .nav-container .lng-dropdown {
    margin: 3px 20px 0 0;
  }
  header .nav-container .nav {
    display: none;
  }
  header .logo-container a {
    width: 100px;
  }

  .header-tel {
    margin: 4px 34px 0 0;
  }

  .logo-container {
    width: 110px;
  }
}
.sidebar {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  top: -100px;
  left: 0;
  width: 100%;
  height: 0;
  padding: 40px;
  z-index: 0;
  background: rgba(43, 53, 71, 0.9);
  opacity: 0;
  transition: opacity 0.3s;
}
.sidebar .content-container {
  display: inherit;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  padding: 0 100px;
  background: #2b3547;
}
.sidebar .content-container img {
  margin: 0 0 79px 0;
  width: 100%;
  max-width: 78%;
}
.sidebar .content-container ol {
  display: inherit;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: 70%;
  list-style: none;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.sidebar .content-container ol li a {
  color: #ffffff;
  font-size: 25px;
  padding: 0 24px;
  transition: 0.3s;
}
.sidebar .content-container ol li a:hover {
  color: #d3ba83;
}
.sidebar .content-container ol .current {
  color: #d3ba83;
}
.sidebar .content-container ol .current a {
  color: #d3ba83;
}
.sidebar .close {
  display: inherit;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  background: url("/img/close.svg") no-repeat center center;
  background-size: 60px;
  cursor: pointer;
}
.sidebar .close:hover {
  background-image: url("/img/close-hovered.svg");
  background-size: 60px;
}

.sidebar-opened {
  top: 0;
  opacity: 1;
  height: 100vh;
  z-index: 9999;
  transition: opacity 0.3s;
}

@media (max-width: 1024px) {
  .sidebar .content-container {
    padding: 0 30px;
  }
}
@media (max-width: 420px) {
  .sidebar .content-container {
    width: 100%;
    padding: 0 30px;
    background: transparent;
  }
  .sidebar .content-container ol li a {
    font-size: 14px;
  }
  .sidebar .close {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
    background: url("/img/close.svg") no-repeat center;
    background-size: 60px;
  }
  .sidebar .close:hover {
    background-image: url("/img/close-hovered.svg");
    background-size: 60px;
  }
}
@media (max-width: 736px) and (orientation: landscape) {
  .sidebar .content-container {
    width: 100%;
    padding: 0 30px;
    background: transparent;
  }
  .sidebar .content-container img {
    display: none;
  }
  .sidebar .content-container ol li a {
    font-size: 14px;
  }
  .sidebar .close {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
    background: url("/img/close.svg") no-repeat center;
    background-size: 60px;
  }
  .sidebar .close:hover {
    background-image: url("/img/close-hovered.svg");
    background-size: 60px;
  }
}
.fancybox-content {
  width: 60%;
  max-width: 600px;
}
.fancybox-content h3 {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  font-weight: 900;
}
.fancybox-content h4 {
  margin: 15px auto;
  text-align: center;
  color: #0f0633;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.06px;
  text-transform: uppercase;
}

.hint {
  margin: 0 0 18px 0 !important;
  font-weight: 100 !important;
  color: #505760 !important;
}

.fancybox-bg {
  background: #2b3547;
}

progress {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 420px) {
  .fancybox-content {
    width: 98%;
    height: auto;
  }
  .fancybox-content form .input-container {
    margin: 0 0 20px 0;
  }
  .fancybox-content form .row {
    flex-direction: column;
  }
  .fancybox-content form .row .tel, .fancybox-content form .row .email {
    width: 100%;
  }
  .fancybox-content form .row .submit {
    align-self: flex-start;
    margin: 18px 0 0 0;
  }
}
.contacts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contacts #map {
  width: 62.5%;
}
.contacts .contacts-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 37.5%;
  padding: 60px 0 60px 120px;
  background-color: #2b3547;
}
.contacts .contacts-info h3 {
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 29px;
  font-weight: 500;
  text-transform: uppercase;
}
.contacts .contacts-info .line {
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #8893a1;
  margin: 23px 0;
  transition: 0.6s;
}
.contacts .contacts-info ul {
  margin: 15px 0 15px 0;
}
.contacts .contacts-info ul.our-phone li {
  margin-bottom: 10px;
}
.contacts .contacts-info ul.our-phone li a {
  position: relative;
}
.contacts .contacts-info ul.our-phone li a:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background: url("../../img/icon-viber.svg") no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: -22px;
  bottom: 0px;
}
.contacts .contacts-info ul li {
  list-style: none;
  color: #efebe0;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.contacts .contacts-info ul li a {
  color: #efebe0;
  line-height: 22px;
}
.contacts .contacts-info ul li a .fa {
  color: #d3ba83;
}
.contacts .contacts-info .social {
  display: flex;
  justify-content: flex-start;
}
.contacts .contacts-info .social li a {
  display: inline-block;
  margin: 0 14px 0 0;
}
.contacts .contacts-info .social li a i {
  font-size: 22px;
}
.contacts .contacts-info .question {
  display: inline-block;
  padding: 18px 16px;
  margin: 40px 0 0 0;
  max-width: 260px;
  width: 100%;
  border: none;
  border-radius: 3px;
  background-color: #d3ba83;
  color: #2a2a2e;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
}

.similar-project {
  margin: 200px 0 75px 0;
}
.similar-project .flex-container {
  display: flex;
  justify-content: space-between;
}
.similar-project .flex-container .img-container {
  width: 56%;
}
.similar-project .flex-container .form-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  position: relative;
  bottom: 80px;
  right: 200px;
  width: 44%;
  height: auto;
  padding: 35px 60px;
  background: #ededed;
  background: linear-gradient(68deg, #ededed 65%, #f4f4f4 65%);
}
.similar-project .flex-container .form-block .content-container h3 {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  font-weight: 900;
}
.similar-project .flex-container .form-block .content-container h4 {
  margin: 15px auto;
  text-align: center;
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.06px;
  text-transform: uppercase;
}
.similar-project .flex-container .form-block .content-container form {
  margin: 0 auto;
}
.similar-project .flex-container .form-block .content-container form .thanks {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ac8752;
  font-family: "Playfair Display",sans-serif;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}
.similar-project .flex-container .form-block .content-container form p {
  margin: 50px 0 50px 0;
  color: #ac8752;
  font-weight: 500;
  font-family: Rubik, sans-serif;
}
.similar-project .flex-container .form-block .content-container form .submit {
  display: inline-block;
  padding: 0 60px 0 0;
  border: none;
  background: url("../../img/arrows.svg") no-repeat;
  background-position-x: 94%;
  background-position-y: center;
  color: #d3ba83;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.similar-project .flex-container .form-block .content-container form .submit:hover {
  background-position-x: 100%;
}
.similar-project .flex-container .form-block .content-container form .submit:disabled {
  color: grey !important;
  background: none !important;
  cursor: not-allowed !important;
}
.similar-project .flex-container .form-block .content-container form .input-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 25px 0;
}
.similar-project .flex-container .form-block .content-container form .input-container .checkbox-container {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 1px solid #373737;
}
.similar-project .flex-container .form-block .content-container form .input-container .checkbox-container:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: none;
}
.similar-project .flex-container .form-block .content-container form .input-container .checked:before {
  background: url("../img/galka.png") no-repeat center center;
}
.similar-project .flex-container .form-block .content-container form .input-container label {
  position: relative;
  display: block;
  width: 100%;
}
.similar-project .flex-container .form-block .content-container form .input-container label span {
  position: relative;
  pointer-events: none;
  top: 30px;
  display: block;
  color: #505760;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s;
}
.similar-project .flex-container .form-block .content-container form .input-container label .required {
  padding: 0 0 0 10px;
}
.similar-project .flex-container .form-block .content-container form .input-container label .required:before {
  content: '*';
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 1px;
  left: 0;
  color: #ac8752;
}
.similar-project .flex-container .form-block .content-container form .input-container label input {
  width: 100%;
  display: block;
  height: 34px;
  border: none;
  border-bottom: 1px solid #787878;
  font-size: 14px;
  background: transparent;
}
.similar-project .flex-container .form-block .content-container form .input-container label textarea {
  width: 100%;
  height: 100px;
  resize: none;
  display: block;
  font-size: 14px;
  transition: 0.2s;
  background: transparent;
}
.similar-project .flex-container .form-block .content-container form .input-container label.focused span {
  top: 0;
}
.similar-project .flex-container .form-block .content-container form .input-container label.error span {
  color: red;
}
.similar-project .flex-container .form-block .content-container form .input-container label.error textarea {
  border: 1px solid red;
}
.similar-project .flex-container .form-block .content-container form .input-container label.error:after {
  content: attr(data-error);
  position: absolute;
  right: 0;
  color: red;
}
.similar-project .flex-container .form-block .content-container form .input-container progress {
  display: none;
  align-self: center;
  height: 8px;
  width: 185px;
}
.similar-project .flex-container .form-block .content-container form .input-container .submit {
  padding: 0 60px 0 0;
  border: none;
  background: url("../../img/arrows.svg") no-repeat;
  background-position-x: 94%;
  background-position-y: 44%;
  color: #d3ba83;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.similar-project .flex-container .form-block .content-container form .input-container .submit:hover {
  background-position-x: 100%;
}
.similar-project .flex-container .form-block .content-container form .input-container .file-label {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 210px;
  cursor: pointer;
}
.similar-project .flex-container .form-block .content-container form .input-container .file-label span {
  top: 0;
  border-bottom: 1px solid #787878;
  line-height: 33px;
}
.similar-project .flex-container .form-block .content-container form .input-container .file-label input {
  display: none;
}
.similar-project .flex-container .form-block .content-container form .input-container .file-label img {
  pointer-events: none;
}
.similar-project .flex-container .form-block .content-container form .input-container .tel, .similar-project .flex-container .form-block .content-container form .input-container .email {
  width: 46%;
}
.similar-project .flex-container .form-block .content-container form .uploaded {
  position: relative;
  height: 86px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
}
.similar-project .flex-container .form-block .content-container form .uploaded li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.similar-project .flex-container .form-block .content-container form .uploaded li span {
  display: inline-block;
  align-self: center;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
}
.similar-project .flex-container .form-block .content-container form .uploaded li button {
  display: inline-block;
  align-self: center;
  position: relative;
  background: none;
  border: none;
  color: transparent;
  font-size: 22px;
}
.similar-project .flex-container .form-block .content-container form .uploaded li button:hover {
  color: #ac8752;
}
.similar-project .flex-container .form-block .content-container form .uploaded li:hover button {
  color: #ac8752;
}
.similar-project .flex-container .form-block .content-container form .row {
  flex-direction: row;
}
.similar-project .flex-container .form-block .content-container form .for-text-area {
  margin: 40px 0 0 0;
}
.similar-project .flex-container .form-block .content-container form .for-text-area span {
  top: 0 !important;
}

form {
  margin: 0 auto;
}
form .thanks {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ac8752;
  font-family: "Playfair Display",sans-serif;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}
form p {
  margin: 50px 0 50px 0;
  color: #ac8752;
  font-weight: 500;
  font-family: Rubik, sans-serif;
}
form h5 {
  font-size: 28px;
  text-align: center;
  color: #2b3547;
}
form .submit {
  display: inline-block;
  padding: 0 60px 0 0;
  border: none;
  background: url("../../img/arrows.svg") no-repeat;
  background-position-x: 94%;
  background-position-y: center;
  color: #d3ba83;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
form .submit:hover {
  background-position-x: 100%;
}
form .submit:disabled {
  color: grey !important;
  background: none !important;
  cursor: not-allowed !important;
}
form .input-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 25px 0;
}
form .input-container label {
  position: relative;
  display: block;
  width: 100%;
}
form .input-container label span {
  position: relative;
  pointer-events: none;
  top: 30px;
  display: block;
  color: #505760;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s;
}
form .input-container label .required {
  padding: 0 0 0 10px;
}
form .input-container label .required:before {
  content: '*';
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 1px;
  left: 0;
  color: #ac8752;
}
form .input-container label input {
  width: 100%;
  display: block;
  height: 34px;
  border: none;
  border-bottom: 1px solid #787878;
  font-size: 14px;
  background: transparent;
}
form .input-container label textarea {
  width: 100%;
  height: 100px;
  resize: none;
  display: block;
  font-size: 14px;
  transition: 0.2s;
  background: transparent;
}
form .input-container label.focused span {
  top: 0;
}
form .input-container label.error span {
  color: red;
}
form .input-container label.error textarea {
  border: 1px solid red;
}
form .input-container label.error:after {
  content: attr(data-error);
  position: absolute;
  right: 0;
  color: red;
}
form .input-container progress {
  display: none;
  align-self: center;
  height: 8px;
  width: 185px;
}
form .input-container .submit {
  padding: 0 60px 0 0;
  border: none;
  background: url("../../img/arrows.svg") no-repeat;
  background-position-x: 94%;
  background-position-y: 44%;
  color: #d3ba83;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
form .input-container .submit:hover {
  background-position-x: 100%;
}
form .input-container .file-label {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 210px;
  cursor: pointer;
}
form .input-container .file-label span {
  top: 0;
  border-bottom: 1px solid #787878;
  line-height: 33px;
}
form .input-container .file-label input {
  display: none;
}
form .input-container .file-label img {
  pointer-events: none;
}
form .input-container .tel, form .input-container .email {
  width: 46%;
}
form .uploaded {
  position: relative;
  height: 86px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
}
form .uploaded li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
form .uploaded li span {
  display: inline-block;
  align-self: center;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
}
form .uploaded li button {
  display: inline-block;
  align-self: center;
  position: relative;
  background: none;
  border: none;
  color: transparent;
  font-size: 22px;
}
form .uploaded li button:hover {
  color: #ac8752;
}
form .uploaded li:hover button {
  color: #ac8752;
}
form .row {
  flex-direction: row;
}
form .for-text-area {
  margin: 40px 0 0 0;
}
form .for-text-area span {
  top: 0 !important;
}

.line-full {
  width: 100px !important;
}

.section-line-full:after {
  width: 55px !important;
}

.section-name {
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(-90deg);
  color: #0f0633;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.section-name:after {
  content: '';
  position: absolute;
  top: 42%;
  right: -80px;
  display: inline-block;
  height: 2px;
  width: 0;
  background-color: #505760;
  transition: 0.6s;
}

.projects .section-name {
  top: 500px;
}

.project-row {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.project-row .image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
}
.project-row .image-container picture {
  display: block;
  height: 100%;
}
.project-row .image-container picture img {
  height: 100%;
  width: auto;
  align-self: flex-end;
}
.project-row .text-box {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  top: 0;
  left: 0;
  width: 37.5%;
  height: 100%;
  background: #ffffff;
  transition: 0.6s;
}
.project-row .text-box .text-container {
  align-self: center;
  max-width: 410px;
}
.project-row .text-box .text-container h3 {
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 29px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.6s;
}
.project-row .text-box .text-container p, .project-row .text-box .text-container li, .project-row .text-box .text-container i, .project-row .text-box .text-container b, .project-row .text-box .text-container strong {
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.project-row .text-box .text-container .line {
  display: inline-block;
  width: 0;
  height: 1px;
  margin: 24px 0;
  background-color: #8893a1;
  transition: 0.6s;
}
.project-row .text-box .text-container .read-more {
  display: inline-block;
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px 0 0;
  margin: 24px 0;
  text-transform: uppercase;
  background: url("../img/arrow-more.svg") no-repeat 92% 35%;
  transition: .2s;
}
.project-row .text-box .text-container .read-more:hover {
  background: url("../img/arrow-more.svg") no-repeat 100% 35%;
}
.project-row .text-box:hover {
  background: #2b3547;
  width: 40%;
}
.project-row .text-box:hover .text-container h3 {
  color: #d3ba83;
}
.project-row .text-box:hover .text-container p {
  color: #fff;
}
.project-row .text-box:hover .text-container .read-more {
  color: #d3ba83;
}

.project-row-reverse {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.project-row-reverse .image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}
.project-row-reverse .image-container picture {
  display: block;
  height: 100%;
}
.project-row-reverse .image-container picture img {
  height: 100%;
  width: auto;
  align-self: flex-end;
}
.project-row-reverse .text-box {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  top: 0;
  right: 0;
  width: 37.5%;
  height: 100%;
  background: #ffffff;
  transition: 0.6s;
}
.project-row-reverse .text-box .text-container {
  align-self: center;
  max-width: 410px;
}
.project-row-reverse .text-box .text-container h3 {
  color: #0f0633;
  font-family: Rubik, sans-serif;
  font-size: 29px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.6s;
}
.project-row-reverse .text-box .text-container p, .project-row-reverse .text-box .text-container li, .project-row-reverse .text-box .text-container i, .project-row-reverse .text-box .text-container b, .project-row-reverse .text-box .text-container span, .project-row-reverse .text-box .text-container strong {
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.project-row-reverse .text-box .text-container .line {
  display: inline-block;
  width: 0;
  height: 1px;
  margin: 24px 0;
  background-color: #8893a1;
  transition: 0.6s;
}
.project-row-reverse .text-box .text-container .read-more {
  display: inline-block;
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px 0 0;
  margin: 24px 0;
  text-transform: uppercase;
  transition: .2s;
  background: url("../img/arrow-more.svg") no-repeat 92% 36%;
}
.project-row-reverse .text-box .text-container .read-more:hover {
  background: url("../img/arrow-more.svg") no-repeat 100% 36%;
}
.project-row-reverse .text-box:hover {
  background: #2b3547;
  width: 40%;
}
.project-row-reverse .text-box:hover .text-container h3 {
  color: #d3ba83;
}
.project-row-reverse .text-box:hover .text-container p, .project-row-reverse .text-box:hover .text-container li, .project-row-reverse .text-box:hover .text-container i, .project-row-reverse .text-box:hover .text-container b, .project-row-reverse .text-box:hover .text-container strong {
  color: #fff;
}
.project-row-reverse .text-box:hover .text-container .read-more {
  color: #d3ba83;
}

@media (min-width: 1924px) {
  .project-row .text-box, .project-row-reverse .text-box {
    width: 50%;
  }
  .project-row .text-box:hover, .project-row-reverse .text-box:hover {
    width: 52%;
  }
}
@media (max-width: 1024px) {
  .project-row, .project-row-reverse {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .project-row .image-container, .project-row-reverse .image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .project-row .image-container picture img, .project-row-reverse .image-container picture img {
    width: auto;
    height: auto;
  }
  .project-row .text-box, .project-row-reverse .text-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 75%;
    margin: 50px auto 25px auto;
    height: 100%;
    background: #ffffff;
    transition: 0.6s;
    max-width: 100%;
  }
  .project-row .text-box .text-container, .project-row-reverse .text-box .text-container {
    align-self: center;
    max-width: 410px;
  }
  .project-row .text-box .text-container h3, .project-row-reverse .text-box .text-container h3 {
    color: #0f0633;
    font-family: Rubik, sans-serif;
    font-size: 29px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.6s;
  }
  .project-row .text-box .text-container p, .project-row .text-box .text-container li, .project-row .text-box .text-container i, .project-row .text-box .text-container b, .project-row .text-box .text-container span, .project-row .text-box .text-container strong, .project-row-reverse .text-box .text-container p, .project-row-reverse .text-box .text-container li, .project-row-reverse .text-box .text-container i, .project-row-reverse .text-box .text-container b, .project-row-reverse .text-box .text-container span, .project-row-reverse .text-box .text-container strong {
    color: #505760;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 300;
  }
  .project-row .text-box .text-container .line, .project-row-reverse .text-box .text-container .line {
    display: inline-block;
    width: 0;
    height: 1px;
    margin: 24px 0;
    background-color: #8893a1;
    transition: 0.6s;
  }
  .project-row .text-box .text-container .read-more, .project-row-reverse .text-box .text-container .read-more {
    display: inline-block;
    color: #ac8752;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px 0 0;
    margin: 24px 0;
    text-transform: uppercase;
    background: url("../img/arrow-more.svg") no-repeat center right;
  }
  .project-row .text-box:hover, .project-row-reverse .text-box:hover {
    background: #ffffff;
    width: 75%;
  }
  .project-row .text-box:hover .text-container h3, .project-row-reverse .text-box:hover .text-container h3 {
    color: #0f0633;
  }
  .project-row .text-box:hover .text-container p, .project-row-reverse .text-box:hover .text-container p {
    color: #505760;
  }
}
@media (max-width: 420px) {
  .project-row, .project-row-reverse {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .project-row .image-container, .project-row-reverse .image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .project-row .image-container img, .project-row-reverse .image-container img {
    height: auto;
    width: 100%;
    align-self: flex-start;
  }
  .project-row .text-box, .project-row-reverse .text-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 75%;
    margin: 50px auto 25px auto;
    height: 100%;
    background: #ffffff;
    transition: 0.6s;
    max-width: 100%;
  }
  .project-row .text-box .text-container, .project-row-reverse .text-box .text-container {
    align-self: center;
    max-width: 410px;
  }
  .project-row .text-box .text-container h3, .project-row-reverse .text-box .text-container h3 {
    color: #0f0633;
    font-family: Rubik, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.6s;
  }
  .project-row .text-box .text-container p, .project-row .text-box .text-container li, .project-row .text-box .text-container i, .project-row .text-box .text-container b, .project-row .text-box .text-container span, .project-row .text-box .text-container strong, .project-row-reverse .text-box .text-container p, .project-row-reverse .text-box .text-container li, .project-row-reverse .text-box .text-container i, .project-row-reverse .text-box .text-container b, .project-row-reverse .text-box .text-container span, .project-row-reverse .text-box .text-container strong {
    color: #505760;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 300;
  }
  .project-row .text-box .text-container .line, .project-row-reverse .text-box .text-container .line {
    display: inline-block;
    width: 0;
    height: 1px;
    margin: 14px 0;
    background-color: #8893a1;
    transition: 0.6s;
  }
  .project-row .text-box .text-container .read-more, .project-row-reverse .text-box .text-container .read-more {
    display: inline-block;
    color: #ac8752;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px 0 0;
    margin: 24px 0;
    text-transform: uppercase;
    background: url("../img/arrow-more.svg") no-repeat center right;
  }
  .project-row .text-box:hover, .project-row-reverse .text-box:hover {
    background: #ffffff;
    width: 75%;
  }
  .project-row .text-box:hover .text-container h3, .project-row-reverse .text-box:hover .text-container h3 {
    color: #0f0633;
  }
  .project-row .text-box:hover .text-container p, .project-row-reverse .text-box:hover .text-container p {
    color: #505760;
  }
}
@media (max-width: 768px) {
  .section-name {
    display: none;
  }
}
footer {
  background-color: #131317;
  text-align: center;
  padding: 8px 0;
}
footer a {
  color: #ffffff;
  font-family: Rubik, sans-serif;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
footer br {
  display: none;
}

@media (max-width: 420px) {
  footer span {
    display: none;
  }
  footer br {
    display: inline-block;
  }
}
h1 {
  color: #d3ba83;
  font-size: 45px;
  text-transform: uppercase;
}

img {
  max-width: 100%;
}

.box-main {
  height: calc(100vh - 220px);
  position: relative;
  padding: 0 0 76px 0;
  margin: 0 0 90px 0;
}

.main-slider {
  align-items: flex-end;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  z-index: 0;
  padding: 0 96px 0 0;
}

.block-bg-cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.block-bg-cover .element-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.big-carousel-container {
  height: calc(100vh - 300px);
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-left: 7%;
  flex: 0 0 73%;
  width: 73%;
}

.big-carousel-container .big-slide-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.big-carousel-container .big-slide-container .block-bg-cover {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background: no-repeat top right;
}

.big-carousel-container .big-slide-container .block-bg-cover picture {
  display: none;
}

.big-carousel-container .block-bg-cover .element-cover {
  display: none;
}

.big-carousel-container .big-slide-container.active {
  z-index: 1;
}

.big-carousel-container .big-slide-container.next {
  z-index: 2;
  right: 100vw;
}

.small-carousel-container {
  height: calc(100vh - 540px);
  position: relative;
  overflow: hidden;
  flex: 0 0 20%;
}

.small-carousel-container .small-slide-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.page-content {
  position: relative;
}

.small-carousel-container .small-slide-container.next {
  z-index: 2;
  right: 0;
  display: block;
}

.bullets {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  bottom: 36px;
  right: 0;
  width: 100%;
  padding: 0 36%;
}

.bullets .bullets-line {
  display: block;
  top: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d3ba83;
  z-index: 0;
}

#bullets-container {
  background: #fff;
  z-index: 1;
  display: none;
}

.bullet {
  width: 8px;
  height: 8px;
  background: #0f0633;
  border-radius: 50%;
  float: left;
  display: block;
  padding: 0;
  border: 0;
  margin: 0 6px;
  cursor: pointer;
  transition: 0.3s;
}
.bullet:hover {
  background: #0f0633;
}

.bullet.selected {
  pointer-events: none;
  background: #d3ba83 !important;
}

.box-info {
  background-color: #2b3547;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 6.2%;
  bottom: 0;
  padding: 65px 70px;
  width: 714px;
  z-index: 1;
}

.box-info h1 {
  color: #d3ba83;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.05;
}

.box-info span {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #8893a1;
  margin: 40px 0;
}

.box-info p {
  color: #8893a1;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.info-left {
  width: 217px;
}

.progress-bar {
  position: relative;
  margin: 35px 0 0;
  overflow: hidden;
  width: 91px;
  height: 2px;
}

#progress-bar {
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}

.scroll-helper {
  cursor: pointer;
  position: absolute;
  left: 20.5%;
  bottom: 20px;
}
.scroll-helper .arrow {
  width: 24px;
  height: 18px;
  margin-left: -10px;
  margin-right: 10px;
  -webkit-animation: arrowMove 2s infinite;
  animation: arrowMove 2s infinite;
}
.scroll-helper .arrow .st-1 {
  fill: #ab8751;
  fill-rule: evenodd;
}

.info-right {
  position: relative;
  width: calc(100% - 217px);
}

@media only screen and (max-width: 1366px) {
  .box-main {
    height: calc(100vh - 160px);
  }

  .box-main .main-slider {
    padding: 0;
    height: 100%;
    overflow: hidden;
  }

  .big-carousel-container {
    height: calc(100vh - 220px);
  }

  .small-carousel-container {
    height: calc(100vh - 370px);
  }

  .box-info {
    left: 11%;
    bottom: 0;
    padding: 40px;
    width: 640px;
  }

  .bullets {
    padding: 0 11%;
  }
}
@media only screen and (max-width: 1200px) {
  .box-info {
    flex-direction: column;
    padding-bottom: 30px;
    width: auto;
    right: 2%;
    left: 2%;
  }

  .box-contacts, .info-left, .info-right {
    width: 100%;
  }

  .box-contacts {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contacts-phone {
    text-align: right;
  }
  .contacts-phone__item {
    padding-left: 10px;
  }

  .contacts-social {
    margin-right: 0;
  }

  .contacts-description {
    margin-left: 0;
  }

  .info-left {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
  }

  #bullets-container {
    margin-top: 0;
    order: 2;
  }

  .info-note {
    order: 3;
    margin: -3px 0 0;
  }

  .progress-bar {
    order: 1;
    margin: 0;
  }

  .scroll-helper {
    left: auto;
    right: 25%;
  }

  .box-contacts-bottom .contacts-info {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .box-main {
    height: auto;
    padding: 0 0 90px 0;
  }

  .small-carousel-container {
    display: none;
  }

  .main-slider .big-carousel-container {
    height: 550px;
    width: 100%;
    flex: 0 0 100%;
    margin: 0;
  }

  .big-carousel-container .big-slide-container .block-bg-cover {
    background-size: cover !important;
    background: no-repeat top right;
  }

  .box-info {
    position: static;
  }

  .box-info h3 {
    font-size: 46px;
  }

  .box-info .line {
    margin: 24px 0;
  }

  .bullets .line {
    top: 6px;
  }

  .bullet {
    width: 16px;
    height: 16px;
  }
  .bullet:hover {
    background: transparent;
  }
  .bullet:focus {
    background: #0f0633;
  }
}
@media only screen and (max-width: 768px) {
  .box-main {
    height: auto;
    padding: 0 0 55px 0;
    margin: 0;
  }

  .small-carousel-container {
    display: none;
  }

  .main-slider .big-carousel-container {
    height: 207px;
    width: 100%;
    flex: 0 0 100%;
    margin: 0;
  }

  .big-carousel-container .big-slide-container .block-bg-cover {
    background-size: cover !important;
    background: no-repeat top right;
  }

  .box-info {
    position: static;
  }

  .box-info h3 {
    font-size: 20px;
  }

  .box-info h1 {
    font-size: 36px;
  }

  .box-info p {
    font-size: 16px;
  }

  .box-info .line {
    margin: 16px 0;
  }

  .bullets .bullets-line {
    top: 6px;
  }
}
@media only screen and (max-width: 420px) {
  .box-info h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 330px) {
  .contacts-title {
    font-size: 32px;
  }

  .info-note {
    font-size: 14px;
  }

  .contacts-phone {
    font-size: 17px;
  }
}
.header-main {
  display: flex;
  justify-content: space-between;
  padding: 50px 96px;
  max-height: 120px;
  overflow: hidden;
}
.header-main .logo-container {
  position: absolute;
}
.header-main .logo-container img {
  position: relative;
  width: 14vw;
  height: auto;
}
.header-main .nav-container {
  display: inherit;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 970px;
}
.header-main .nav-container .nav {
  display: inherit;
  justify-content: space-between;
  list-style: none;
  width: 100%;
  max-width: 590px;
}
.header-main .nav-container .nav li {
  position: relative;
}
.header-main .nav-container .nav li a {
  color: #0f0533;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.header-main .nav-container .nav li:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #d3ba83;
  left: 50%;
  top: -20px;
  opacity: 0;
  transition: 0.3s;
}
.header-main .nav-container .nav li:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #d3ba83;
  left: 50%;
  top: 20px;
  opacity: 0;
  transition: 0.3s;
}
.header-main .nav-container .nav li:hover:after {
  opacity: 1;
}
.header-main .nav-container .nav li:hover:before {
  opacity: 1;
}
.header-main .nav-container .nav .current {
  position: relative;
}
.header-main .nav-container .nav .current:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 1px;
  height: 18px;
  left: calc(50% - 1px);
  top: -18px;
  background-color: #d3ba83;
}
.header-main .nav-container .nav .current:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #d3ba83;
  right: 50%;
  bottom: -18px;
}
.header-main .nav-container .lng-dropdown {
  display: flex;
  align-self: center;
  margin: 0 128px 0 128px;
  border: none;
  outline: none;
  list-style: none;
  color: #080231;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  line-height: 14px;
  font-weight: 300;
  text-transform: uppercase;
  transition: 0.2s;
  cursor: pointer;
}
.header-main .nav-container .lng-dropdown li {
  padding: 0 4px;
}
.header-main .nav-container .lng-dropdown li:nth-child(1) {
  border-right: 1px solid  #080231;
}
.header-main .nav-container .lng-dropdown li a {
  color: #080231;
}
.header-main .nav-container .lng-dropdown .current {
  font-weight: 400;
}
.header-main .nav-container .sidebar-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 34px;
  height: 14px;
  transition: 0.3s;
  cursor: pointer;
}
.header-main .nav-container .sidebar-toggle span {
  color: #0f0533;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.ten-year {
  position: relative;
  padding: 130px 0;
}
.ten-year .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.ten-year .content-container .top {
  display: inherit;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 100px 0 40px 0;
  background: url("../img/shingles.png") no-repeat;
}
.ten-year .content-container .top .section-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 520px;
  width: 100%;
}
.ten-year .content-container .top .section-title h3 {
  align-self: center;
  color: #2b3547;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 111px;
  text-transform: uppercase;
}
.ten-year .content-container .top .section-title h3 span {
  font-size: 150px;
}
.ten-year .content-container .top .section-title img {
  position: relative;
  top: 20px;
}
.ten-year .content-container .top h4 {
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 0 50px;
}
.ten-year .content-container .top p {
  color: #1d465c;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.ten-year .content-container .bottom p {
  padding: 18px 0;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.ten-year .content-container:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -60px;
  left: calc(50% - 2px);
  width: 2px;
  height: 123px;
  border: 1px solid #d3ba83;
}

.projects {
  position: relative;
  padding: 230px 0 75px 0;
  margin: 0 0 260px 0;
  border-bottom: 1px solid #d3ba83;
}
.projects .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 75px 0 90px 0;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  background: url("../img/bricks.png") no-repeat;
}
.projects .content-container h4 {
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
}
.projects .content-container h3 {
  padding: 30px 0 35px 0;
  align-self: center;
  color: #2b3547;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 111px;
  text-transform: uppercase;
}
.projects .content-container p {
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.projects .content-container:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -100px;
  left: calc(50% - 15px);
  width: 2px;
  height: 123px;
  border: 1px solid #848788;
}
.projects .more-projects {
  position: relative;
  text-align: center;
}
.projects .more-projects a {
  position: relative;
  top: 115px;
  display: inline-block;
  padding: 28px 84px;
  color: #2b3547;
  border: 1px solid #d3ba83;
  background-color: #d3ba83;
  border-radius: 3px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s;
}
.projects .more-projects a:hover {
  background-color: #d3ba83;
}

.news {
  position: relative;
  padding: 140px 0 50px;
}
.news .flex-container {
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 200px);
  width: 100%;
  margin: 0 auto;
}
.news .flex-container .news-item {
  display: inherit;
  flex-direction: column;
  max-width: 31.5%;
  width: 100%;
  overflow: hidden;
}
.news .flex-container .news-item .content-container {
  padding: 40px 24px;
}
.news .flex-container .news-item .content-container .item-title {
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 29px;
  font-weight: 500;
  text-transform: uppercase;
}
.news .flex-container .news-item .content-container .line {
  display: inline-block;
  width: 0;
  height: 1px;
  margin: 24px 0 0 0;
  background-color: #8893a1;
  transition: 0.6s;
}
.news .flex-container .news-item .content-container .description {
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.news .flex-container .news-item .content-container .read-more {
  display: inline-block;
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0 26px 0 0;
  margin: 24px 0;
  text-transform: uppercase;
  background: url("../img/arrow-more.svg") no-repeat 92% 34%;
  transition: 0.3s;
}
.news .flex-container .news-item .content-container .read-more:hover {
  background: url("../img/arrow-more.svg") no-repeat 100% 34%;
}
.news .flex-container .news-item .img-container {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.news .flex-container .news-item .img-container picture img {
  width: 100%;
  height: auto;
  transition: 1s;
}
.news .flex-container .news-item:hover img {
  transform: scale(1.1);
}

.about-us {
  margin: 240px 0 0 0;
}
.about-us .flex-container {
  display: flex;
  justify-content: space-between;
}
.about-us .flex-container .img-container {
  width: 56%;
}
.about-us .flex-container .info-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  position: relative;
  bottom: 80px;
  right: 200px;
  width: 44%;
  height: 660px;
  padding: 50px 50px 50px 100px;
  background: #2b3547;
}
.about-us .flex-container .info-block h3 {
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-us .flex-container .info-block .line {
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #8893a1;
  transition: 0.6s;
}
.about-us .flex-container .info-block p {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 17px;
  font-weight: 300;
}
.about-us .flex-container .info-block p span {
  font-weight: 500;
}
.about-us .flex-container .info-block .read-more {
  display: inline-block;
  max-width: 170px;
  width: 100%;
  line-height: 16px;
  color: #d6b989;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: url("../img/arrow-more.svg") no-repeat 93% 34%;
}
.about-us .flex-container .info-block .read-more:hover {
  background: url("../img/arrow-more.svg") no-repeat 100% 34%;
}

@media (max-width: 420px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 1600px) {
  .about-us .flex-container .info-block {
    padding: 40px 25px 40px 40px;
    right: 100px;
  }
}
@media (max-width: 1024px) {
  .header-main {
    display: none;
  }

  .about-us {
    padding: 0;
    margin: 0;
  }
  .about-us .flex-container {
    flex-direction: column;
    justify-content: flex-start;
  }
  .about-us .flex-container .img-container {
    width: 100%;
  }
  .about-us .flex-container .info-block {
    width: 100%;
    bottom: 6px;
    right: 0;
    padding: 50px 25px;
  }

  .ten-year .content-container {
    width: 75%;
  }
  .ten-year .content-container .top {
    background-size: contain;
  }

  .projects .content-container {
    width: 75%;
    background-size: contain;
  }

  .news .flex-container {
    flex-direction: column;
    width: 75%;
    margin: 0 auto;
  }
  .news .flex-container .news-item {
    width: 100%;
    max-width: 100%;
  }

  .contacts .contacts-info {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .ten-year .content-container .top .section-title {
    justify-content: center;
  }
  .ten-year .content-container .top .section-title h3 {
    font-size: 50px;
    margin: 0 10px 0 0;
  }
  .ten-year .content-container .top .section-title h3 span {
    font-size: 70px;
  }
  .ten-year .content-container .top .section-title img {
    top: 11px;
    height: 40px;
    width: auto;
  }
}
@media (max-width: 420px) {
  .about-us .flex-container .info-block {
    height: 860px;
  }

  .ten-year {
    padding: 100px 0 125px 0;
  }
  .ten-year .content-container {
    width: 92%;
  }
  .ten-year .content-container .top h4 {
    font-size: 26px;
    padding: 30px 0;
  }

  .projects {
    padding: 190px 0 20px 0;
    width: 100%;
  }
  .projects .content-container {
    width: 92%;
  }
  .projects .content-container h4 {
    font-size: 26px;
  }
  .projects .content-container h3 {
    font-size: 60px;
    padding: 15px 0 20px 0;
  }

  .more-projects {
    top: -52px;
  }

  .contacts {
    flex-direction: column;
  }
  .contacts #map {
    width: 100%;
    height: 400px;
  }
  .contacts .contacts-info {
    width: 100%;
  }

  .news {
    padding: 100px 0 60px 0;
  }
  .news .flex-container {
    width: 92%;
    max-width: 100%;
  }
  .news .flex-container .news-item .content-container {
    padding: 40px 0;
  }
  .news .flex-container .news-item .content-container .item-title {
    font-size: 17px;
  }
}
@media (max-width: 380px) {
  .about-us .flex-container .info-block p {
    font-size: 16px;
  }

  .contacts {
    flex-direction: column;
  }
  .contacts #map {
    width: 100%;
    height: 400px;
  }
  .contacts .contacts-info {
    width: 100%;
  }

  .news {
    padding: 100px 0 60px 0;
  }
  .news .flex-container {
    width: 92%;
    max-width: 100%;
  }
  .news .flex-container .news-item .content-container {
    padding: 40px 0;
  }
}
.contacts {
  padding: 67px 0 0 0;
}
.contacts .flex-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.contacts .flex-container .left-side {
  position: relative;
  display: inherit;
  justify-content: center;
  width: 45%;
  min-height: 93vh;
  background: #ededed;
  background: linear-gradient(68deg, #ededed 65%, #f4f4f4 65%);
}
.contacts .flex-container .left-side h2 {
  position: absolute;
  left: 0;
  top: 334px;
  transform: rotate(-90deg);
  color: #0f0633;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.contacts .flex-container .left-side h2:after {
  content: '';
  position: absolute;
  top: 42%;
  right: -80px;
  display: inline-block;
  height: 2px;
  width: 55px;
  background-color: #505760;
}
.contacts .flex-container .left-side .social-links {
  position: absolute;
  right: 0;
  bottom: 140px;
  transform: rotate(90deg);
}
.contacts .flex-container .left-side .social-links a {
  display: inline-block;
  color: #505760;
  margin: 12px;
}
.contacts .flex-container .left-side .social-links a i {
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 22px;
}
.contacts .flex-container .left-side .social-links a:after {
  content: '';
  position: absolute;
  top: 47%;
  right: -80px;
  display: inline-block;
  height: 2px;
  width: 55px;
  background-color: #505760;
}
.contacts .flex-container .left-side .content-container {
  width: 78%;
  max-width: 545px;
  margin: 0 auto;
}
.contacts .flex-container .left-side .content-container h1 {
  padding: 100px 0 120px 0;
  font-family: 'Playfair Display', serif;
  color: #d3ba83;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}
.contacts .flex-container .left-side .content-container ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 64px;
  list-style: none;
}
.contacts .flex-container .left-side .content-container ul li a {
  display: block;
  color: #505760;
  font-family: 'Rubik', sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  background: url("../img/arrows-right.png") no-repeat center right;
}
.contacts .flex-container .left-side .content-container ul li a span {
  position: relative;
  display: inline-block;
  line-height: 56px;
}
.contacts .flex-container .left-side .content-container ul li a span:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background: #d3ba83;
  transition: 0.3s;
}
.contacts .flex-container .left-side .content-container ul li a:hover span:after {
  width: 100%;
}
.contacts .flex-container .left-side .content-container ul li .active {
  color: #0f0633;
  padding: 0 0 0 75px;
  background: url("../img/arrows-left.png") no-repeat center left;
}
.contacts .flex-container .left-side .content-container ul li .active span:after {
  width: 100%;
}
.contacts .flex-container .left-side .content-container ul .location {
  border-bottom: 1px solid #787878;
  margin: 0 0 50px 0;
}
.contacts .flex-container .left-side .content-container ul .massage {
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
}
.contacts .flex-container .right-side {
  display: inherit;
  justify-content: center;
  width: 55%;
}
.contacts .flex-container .right-side .slide_1, .contacts .flex-container .right-side .slide_2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contacts .flex-container .right-side .slide_1 .row, .contacts .flex-container .right-side .slide_2 .row {
  display: inherit;
}
.contacts .flex-container .right-side .slide_1 {
  flex-direction: column;
}
.contacts .flex-container .right-side .slide_1 .row {
  display: inherit;
}
.contacts .flex-container .right-side .slide_1 .row img {
  width: 50%;
}
.contacts .flex-container .right-side .slide_1 .row .contacts-info {
  display: inherit;
  justify-content: center;
  align-items: center;
  width: 50%;
  background: #2b3547;
  padding: 0 75px 0 75px;
}
.contacts .flex-container .right-side .slide_1 .row .contacts-info .content-container ul {
  margin: 15px 0 15px 0;
  padding: 0 0 0 35px;
}
.contacts .flex-container .right-side .slide_1 .row .contacts-info .content-container ul li {
  list-style: none;
  color: #8893a1;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.contacts .flex-container .right-side .slide_1 .row .contacts-info .content-container ul li a {
  color: #8893a1;
  line-height: 22px;
}
.contacts .flex-container .right-side .slide_1 .row .contacts-info .content-container .our-location {
  background: url("../../img/location.svg") no-repeat top left;
}
.contacts .flex-container .right-side .slide_1 .row .contacts-info .content-container .our-email {
  background: url("../../img/mail.svg") no-repeat center left;
  margin: 0;
  padding: 15px 0 15px 35px;
}
.contacts .flex-container .right-side .slide_1 .row .contacts-info .content-container .our-phone {
  background: url("../../img/phone.svg") no-repeat top left;
}
.contacts .flex-container .right-side .slide_1 .row .contacts-info .content-container .social {
  display: none;
}
.contacts .flex-container .right-side .slide_1 .row .contacts-info .content-container .social li {
  display: inline-block;
  font-size: 22px;
  margin: 0 20px 0 0;
}
.contacts .flex-container .right-side .slide_1 .row .contacts-info .content-container .social li a {
  color: #ac8752;
}
.contacts .flex-container .right-side .slide_1 .row #map {
  height: 50vh;
  width: 100%;
}
.contacts .flex-container .right-side .slide_2 {
  display: none;
}
.contacts .flex-container .right-side .slide_2 .content-container h1 {
  padding: 100px 0 40px 0;
  width: 80%;
  max-width: 785px;
  margin: 0 auto;
  font-family: 'Playfair Display', serif;
  color: #ac8752;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}
.contacts .flex-container .right-side .slide_2 .content-container form {
  width: 80%;
  max-width: 785px;
  margin: 0 auto;
}
.contacts .flex-container .right-side .slide_2 .content-container form .thanks {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ac8752;
  font-family: "Playfair Display",sans-serif;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container label {
  display: block;
  width: 100%;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container label span {
  position: relative;
  pointer-events: none;
  top: 30px;
  display: block;
  color: #505760;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container label input {
  width: 100%;
  display: block;
  height: 34px;
  border: none;
  border-bottom: 1px solid #787878;
  font-size: 14px;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container label textarea {
  width: 100%;
  height: 170px;
  resize: none;
  display: block;
  font-size: 14px;
  transition: 0.2s;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container label.focused span {
  top: 0;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container label.error span {
  color: red;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container label.error textarea {
  border: 1px solid red;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container .submit {
  padding: 0 60px 0 0;
  border: none;
  background: url("/img/arrows.svg") no-repeat;
  background-position-x: 94%;
  background-position-y: center;
  color: #d3ba83;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container .submit:hover {
  background-position-x: 100%;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container .submit:disabled {
  color: grey !important;
  background: none !important;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container .file-label {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 190px;
  cursor: pointer;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container .file-label span {
  top: 0;
  border-bottom: 1px solid #787878;
  line-height: 33px;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container .file-label input {
  display: none;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container .file-label img {
  pointer-events: none;
}
.contacts .flex-container .right-side .slide_2 .content-container form .input-container .tel, .contacts .flex-container .right-side .slide_2 .content-container form .input-container .email {
  width: 46%;
}
.contacts .flex-container .right-side .slide_2 .content-container form .row {
  flex-direction: row;
}
.contacts .flex-container .right-side .slide_2 .content-container form .for-text-area {
  margin: 40px 0 0 0;
}
.contacts .flex-container .right-side .slide_2 .content-container form .for-text-area span {
  top: 0 !important;
}
.contacts .flex-container .right-side .slide_2 .content-container form progress {
  display: block;
  align-self: center;
  height: 8px;
  width: 185px;
}
.contacts .flex-container .right-side .slide_2 .content-container form .uploaded {
  position: relative;
  height: 86px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
}
.contacts .flex-container .right-side .slide_2 .content-container form .uploaded li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.contacts .flex-container .right-side .slide_2 .content-container form .uploaded li span {
  display: inline-block;
  align-self: center;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
}
.contacts .flex-container .right-side .slide_2 .content-container form .uploaded li button {
  display: inline-block;
  align-self: center;
  position: relative;
  background: none;
  border: none;
  color: transparent;
  font-size: 22px;
}
.contacts .flex-container .right-side .slide_2 .content-container form .uploaded li button:hover {
  color: #ac8752;
}
.contacts .flex-container .right-side .slide_2 .content-container form .uploaded li:hover button {
  color: #ac8752;
}
.contacts .flex-container .right-side .slide_2 .low-margin {
  margin: 0 0 30px 0 !important;
}
.contacts .flex-container .right-side .slide_2 .file-uploader-container {
  margin: 0 0 10px 0 !important;
}

@media (max-width: 1366px) {
  .contacts .flex-container .left-side {
    height: auto;
  }
  .contacts .flex-container .left-side .content-container {
    width: 65%;
  }
  .contacts .flex-container .left-side .content-container h1 {
    font-size: 32px;
  }
  .contacts .flex-container .right-side .slide_1 .row {
    height: 330px;
  }
  .contacts .flex-container .right-side .slide_1 .row #map {
    height: 330px;
  }
  .contacts .flex-container .right-side .slide_2 {
    padding: 0 0 30px 0;
  }
  .contacts .flex-container .right-side .slide_2 .content-container form .input-container {
    margin: 0 0 21px 0;
  }
}
@media (max-width: 1024px) {
  .contacts .flex-container {
    flex-direction: column;
  }
  .contacts .flex-container .left-side {
    width: 100%;
    min-height: calc((100vh - 67px)/2);
    height: auto;
  }
  .contacts .flex-container .right-side {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .contacts .flex-container {
    flex-direction: column;
  }
  .contacts .flex-container .left-side {
    width: 100%;
    height: auto;
    min-height: 50vh;
  }
  .contacts .flex-container .right-side {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 420px) {
  .contacts .flex-container {
    flex-direction: column;
    justify-content: flex-start;
  }
  .contacts .flex-container .left-side {
    height: 480px;
    padding: 80px 0 0 0;
    flex-direction: column;
    justify-content: flex-start;
  }
  .contacts .flex-container .left-side .social-links {
    display: none;
  }
  .contacts .flex-container .left-side .content-container {
    width: 90%;
  }
  .contacts .flex-container .left-side .content-container h1 {
    font-size: 32px;
    padding: 30px 0 30px 0;
  }
  .contacts .flex-container .left-side h2 {
    position: relative;
    width: 90%;
    margin: 0 auto;
    transform: rotate(0deg);
    top: 0;
  }
  .contacts .flex-container .left-side h2:after {
    right: auto;
    left: 130px;
  }
  .contacts .flex-container .right-side {
    height: auto;
  }
  .contacts .flex-container .right-side .slide_1 {
    justify-content: space-between;
    height: 100%;
  }
  .contacts .flex-container .right-side .slide_1 .row {
    height: 100%;
    flex-direction: column;
  }
  .contacts .flex-container .right-side .slide_1 .row img, .contacts .flex-container .right-side .slide_1 .row .contacts-info {
    width: 100%;
  }
  .contacts .flex-container .right-side .slide_1 .row .contacts-info {
    padding: 75px;
  }
  .contacts .flex-container .right-side .slide_1 .row .contacts-info .content-container .social {
    display: block;
  }
  .contacts .flex-container .right-side .slide_2 .content-container form .input-container {
    margin: 0 0 30px 0;
  }
  .contacts .flex-container .right-side .slide_2 .content-container form .input-container .tel, .contacts .flex-container .right-side .slide_2 .content-container form .input-container .email {
    width: 100%;
  }
  .contacts .flex-container .right-side .slide_2 .content-container form .input-container .submit {
    margin: 30px 0 0 0;
    max-width: 145px;
    width: 100%;
  }
  .contacts .flex-container .right-side .slide_2 .content-container form .row {
    flex-direction: column;
  }
}
@media (max-width: 380px) {
  .contacts .flex-container .left-side .content-container h1 {
    font-size: 26px;
  }
  .contacts .flex-container .right-side .slide_2 .content-container form .input-container {
    margin: 0 0 30px 0;
  }
  .contacts .flex-container .right-side .slide_2 .content-container form .input-container .tel, .contacts .flex-container .right-side .slide_2 .content-container form .input-container .email {
    width: 100%;
  }
  .contacts .flex-container .right-side .slide_2 .content-container form .input-container input[type='submit'] {
    margin: 30px 0 0 0;
    max-width: 145px;
    width: 100%;
  }
  .contacts .flex-container .right-side .slide_2 .content-container h1 {
    font-size: 26px;
    padding: 60px 0 30px 0;
  }
}
@media (max-width: 360px) {
  .contacts .flex-container .left-side .content-container h1 {
    font-size: 26px;
  }
  .contacts .flex-container .left-side .content-container ul li a {
    font-size: 16px;
  }
}
@media (max-width: 740px) and (orientation: landscape) {
  .contacts .flex-container {
    flex-direction: column;
    justify-content: flex-start;
  }
  .contacts .flex-container .left-side {
    height: 480px;
    padding: 80px 0 0 0;
    flex-direction: column;
    justify-content: flex-start;
  }
  .contacts .flex-container .left-side .social-links {
    display: none;
  }
  .contacts .flex-container .left-side .content-container {
    width: 90%;
    max-width: 100%;
  }
  .contacts .flex-container .left-side .content-container h1 {
    font-size: 32px;
    padding: 30px 0 30px 0;
  }
  .contacts .flex-container .left-side h2 {
    position: relative;
    width: 90%;
    margin: 0 auto;
    transform: rotate(0deg);
    top: 0;
  }
  .contacts .flex-container .left-side h2:after {
    right: auto;
    left: 130px;
  }
  .contacts .flex-container .right-side {
    height: auto;
  }
  .contacts .flex-container .right-side .slide_1 {
    justify-content: space-between;
    height: 100%;
  }
  .contacts .flex-container .right-side .slide_1 .row {
    height: 100%;
    flex-direction: column;
  }
  .contacts .flex-container .right-side .slide_1 .row img, .contacts .flex-container .right-side .slide_1 .row .contacts-info {
    width: 100%;
  }
  .contacts .flex-container .right-side .slide_1 .row .contacts-info {
    padding: 75px;
  }
  .contacts .flex-container .right-side .slide_2 .content-container form .input-container {
    margin: 0 0 30px 0;
  }
  .contacts .flex-container .right-side .slide_2 .content-container form .input-container .tel, .contacts .flex-container .right-side .slide_2 .content-container form .input-container .email {
    width: 100%;
  }
  .contacts .flex-container .right-side .slide_2 .content-container form .input-container .submit {
    margin: 30px 0 0 0;
    max-width: 145px;
    width: 100%;
  }
  .contacts .flex-container .right-side .slide_2 .content-container form .row {
    flex-direction: column;
  }
  .contacts .flex-container .right-side .slide_2 .content-container h1 {
    font-size: 26px;
    padding: 60px 0 30px 0;
  }
}
.news-and-sales-wrapper .hero {
  padding: 165px 0 0 0;
  border-bottom: 1px solid #d3ba83;
  text-align: center;
}
.news-and-sales-wrapper .hero h1 {
  margin: 0 0 85px 0;
  color: #d3ba83;
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}
.news-and-sales-wrapper .hero .nav {
  position: relative;
  top: 41px;
}
.news-and-sales-wrapper .hero .nav a {
  margin: 0 14px 0 14px;
  padding: 36px 0 30px 0;
  max-width: 308px;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #d3ba83;
  border-radius: 3px;
}
.news-and-sales-wrapper .hero .nav .current {
  background: #2b3547;
  color: #d3ba83;
}
.news-and-sales-wrapper .news {
  padding: 110px 0 0 0;
  border-bottom: 1px solid #d3ba83;
}
.news-and-sales-wrapper .news .flex-container {
  flex-wrap: wrap;
}
.news-and-sales-wrapper .news .flex-container .news-item .content-container {
  padding: 40px 24px 60px 24px;
}
.news-and-sales-wrapper .news .more-projects {
  position: relative;
  text-align: center;
}
.news-and-sales-wrapper .news .more-projects a {
  position: relative;
  top: 42px;
  display: inline-block;
  padding: 32px 84px;
  color: #2a2a2e;
  border: 1px solid #d3ba83;
  background-color: #fff;
  border-radius: 3px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s;
}
.news-and-sales-wrapper .news .more-projects a:hover {
  background-color: #d3ba83;
}
.news-and-sales-wrapper .contacts {
  margin: 230px 0 0 0;
}

@media (max-width: 420px) {
  .news-and-sales-wrapper .hero {
    padding: 90px 0 30px 0;
  }
  .news-and-sales-wrapper .hero h1 {
    margin: 0 0 25px 0;
  }
  .news-and-sales-wrapper .hero .nav {
    top: 0;
  }
  .news-and-sales-wrapper .hero .nav a {
    margin: 14px;
  }
  .news-and-sales-wrapper .news {
    padding: 42px 0 30px 0;
  }
  .news-and-sales-wrapper .contacts {
    margin: 44px 0 0 0;
  }
}
.ui-tooltip {
  width: 233px;
  padding: 34px 24px;
  background: rgba(0, 0, 0, 0.75);
  border: 2px solid #ffffff !important;
  text-shadow: 0 0 3px rgba(0, 1, 1, 0.75);
  color: #ffffff;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.case-wrapper {
  padding: 67px 0 0 0;
}
.case-wrapper .hero .case-slider .single-slide {
  position: relative;
}
.case-wrapper .hero .case-slider .single-slide img, .case-wrapper .hero .case-slider .single-slide picture {
  width: 100%;
  height: auto;
}
.case-wrapper .hero .case-slider .single-slide .dot {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../img/ring.png") no-repeat;
  transform: translate(-50%, -50%);
  overflow: visible;
}
.case-wrapper .hero .case-slider .single-slide .dot:hover .line-to-bottom {
  opacity: 1;
}
.case-wrapper .hero .slider-controls {
  position: relative;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #d3ba83;
}
.case-wrapper .hero .slider-controls .case-arrows-container {
  position: relative;
  display: inherit;
  align-self: flex-end;
  top: 26px;
  margin: 0 96px;
}
.case-wrapper .hero .slider-controls .case-arrows-container .arrow {
  margin: 0 4px;
  align-self: flex-end;
}
.case-wrapper .hero .slider-controls .case-dots-container {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.case-wrapper .hero .slider-controls .case-dots-container .slick-dots {
  display: flex;
  list-style: none;
}
.case-wrapper .hero .slider-controls .case-dots-container .slick-dots li button {
  position: relative;
  display: inline-block;
  top: 14px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: #fff;
  color: transparent;
}
.case-wrapper .hero .slider-controls .case-dots-container .slick-dots li button:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 34%;
  left: 34%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: transparent;
  background-color: #0f0633;
}
.case-wrapper .hero .slider-controls .case-dots-container .slick-dots .slick-active button:after {
  background-color: #505760;
}
.case-wrapper .info h1 {
  width: 100%;
  max-width: 1230px;
  margin: 100px auto;
  text-align: center;
  color: #d3ba83;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.case-wrapper .info .flex-container {
  display: flex;
  justify-content: center;
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}
.case-wrapper .info .flex-container .left-side {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  padding: 0 25px 0 0;
}
.case-wrapper .info .flex-container .left-side ul {
  margin: 0 0 160px 0;
  list-style: none;
}
.case-wrapper .info .flex-container .left-side ul .line {
  display: inline-block;
  width: 0;
  height: 1px;
  margin: 19px 0;
  background-color: #8893a1;
  transition: 0.6s;
}
.case-wrapper .info .flex-container .left-side ul .line:before {
  content: '';
  display: none;
}
.case-wrapper .info .flex-container .left-side ul .title {
  color: #0f0633;
  font-family: Rubik, sans-serif;
  font-size: 29px;
  font-weight: 500;
  text-transform: uppercase;
}
.case-wrapper .info .flex-container .left-side ul li {
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.case-wrapper .info .flex-container .right-side {
  width: 50%;
}
.case-wrapper .info .flex-container .right-side ul {
  margin: 0 0 160px 0;
  list-style: none;
}
.case-wrapper .info .flex-container .right-side ul .line {
  display: inline-block;
  width: 0;
  height: 1px;
  margin: 19px 0;
  background-color: #8893a1;
  transition: 0.6s;
}
.case-wrapper .info .flex-container .right-side ul .line:before {
  content: '';
  display: none;
}
.case-wrapper .info .flex-container .right-side ul .title {
  color: #0f0633;
  font-family: Rubik, sans-serif;
  font-size: 29px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.case-wrapper .info .flex-container .right-side ul .title:before {
  content: '';
  display: none;
}
.case-wrapper .info .flex-container .right-side ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 25px 0;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  word-wrap: break-word;
}
.case-wrapper .info .flex-container .right-side ul li strong {
  font-weight: 500;
  padding: 0 5px 0 0;
}
.case-wrapper .info .flex-container .right-side ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #d3ba83;
  border-radius: 3px;
}
.case-wrapper .similar-project .flex-container {
  display: flex;
  justify-content: space-between;
}
.case-wrapper .similar-project .flex-container .img-container {
  width: 56%;
}
.case-wrapper .similar-project .flex-container .form-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  position: relative;
  bottom: 80px;
  right: 200px;
  width: 44%;
  height: auto;
  padding: 35px 60px;
  background: #ededed;
  background: linear-gradient(68deg, #ededed 65%, #f4f4f4 65%);
}
.case-wrapper .similar-project .flex-container .form-block .content-container h3 {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  font-size: 40px;
  font-weight: 900;
}
.case-wrapper .similar-project .flex-container .form-block .content-container h4 {
  margin: 15px auto;
  text-align: center;
  color: #0f0633;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 35.06px;
  text-transform: uppercase;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form {
  margin: 0 auto;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .thanks {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ac8752;
  font-family: "Playfair Display",sans-serif;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form p {
  margin: 50px 0 50px 0;
  color: #ac8752;
  font-weight: 500;
  font-family: Rubik, sans-serif;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .submit {
  display: inline-block;
  padding: 0 60px 0 0;
  border: none;
  background: url("../../img/arrows.svg") no-repeat;
  background-position-x: 94%;
  background-position-y: center;
  color: #d3ba83;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .submit:hover {
  background-position-x: 100%;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .submit:disabled {
  color: grey !important;
  background: none !important;
  cursor: not-allowed !important;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 25px 0;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container label {
  position: relative;
  display: block;
  width: 100%;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container label span {
  position: relative;
  pointer-events: none;
  top: 30px;
  display: block;
  color: #505760;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container label .required {
  padding: 0 0 0 10px;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container label .required:before {
  content: '*';
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 1px;
  left: 0;
  color: #ac8752;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container label input {
  width: 100%;
  display: block;
  height: 34px;
  border: none;
  border-bottom: 1px solid #787878;
  font-size: 14px;
  background: transparent;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container label textarea {
  width: 100%;
  height: 100px;
  resize: none;
  display: block;
  font-size: 14px;
  transition: 0.2s;
  background: transparent;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container label.focused span {
  top: 0;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container label.error span {
  color: red;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container label.error textarea {
  border: 1px solid red;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container label.error:after {
  content: attr(data-error);
  position: absolute;
  right: 0;
  color: red;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container progress {
  display: none;
  align-self: center;
  height: 8px;
  width: 185px;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container .submit {
  padding: 0 60px 0 0;
  border: none;
  background: url("../../img/arrows.svg") no-repeat;
  background-position-x: 94%;
  background-position-y: 44%;
  color: #d3ba83;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container .submit:hover {
  background-position-x: 100%;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container .file-label {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 210px;
  cursor: pointer;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container .file-label span {
  top: 0;
  border-bottom: 1px solid #787878;
  line-height: 33px;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container .file-label input {
  display: none;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container .file-label img {
  pointer-events: none;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .input-container .tel, .case-wrapper .similar-project .flex-container .form-block .content-container form .input-container .email {
  width: 46%;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .uploaded {
  position: relative;
  height: 86px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .uploaded li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .uploaded li span {
  display: inline-block;
  align-self: center;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .uploaded li button {
  display: inline-block;
  align-self: center;
  position: relative;
  background: none;
  border: none;
  color: transparent;
  font-size: 22px;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .uploaded li button:hover {
  color: #ac8752;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .uploaded li:hover button {
  color: #ac8752;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .row {
  flex-direction: row;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .for-text-area {
  margin: 40px 0 0 0;
}
.case-wrapper .similar-project .flex-container .form-block .content-container form .for-text-area span {
  top: 0 !important;
}

@media (max-width: 1366px) {
  .case-wrapper .similar-project .flex-container {
    display: flex;
    justify-content: space-between;
  }
  .case-wrapper .similar-project .flex-container .img-container {
    width: 50%;
  }
  .case-wrapper .similar-project .flex-container .form-block {
    bottom: 80px;
    right: 0;
    width: 60%;
    height: auto;
    padding: 15px 20px;
  }
  .case-wrapper .similar-project .flex-container .form-block .content-container form .input-container progress {
    align-self: center;
    height: 8px;
    width: 125px;
  }
}
@media (max-width: 1024px) {
  .case-wrapper .info .flex-container {
    width: 92%;
  }
  .case-wrapper .info .flex-container .left-side {
    padding: 0 15px 0 0;
  }
  .case-wrapper .similar-project .flex-container {
    flex-direction: column;
  }
  .case-wrapper .similar-project .flex-container .image-container {
    width: 100%;
  }
  .case-wrapper .similar-project .flex-container .image-container img {
    display: block;
  }
  .case-wrapper .similar-project .flex-container .form-block {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  .case-wrapper .contacts {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .case-wrapper {
    padding: 57px 0 0 0;
  }
  .case-wrapper .hero {
    background: none;
  }
  .case-wrapper .info h1 {
    width: 92%;
  }
}
@media (max-width: 460px) {
  .projects {
    margin-bottom: 160px;
  }
  .projects .content-container {
    padding-bottom: 0;
  }
  .projects .content-container h3 {
    font-size: 48px;
  }

  .case-wrapper {
    padding: 50px 0 0 0;
  }
  .case-wrapper .hero .case-slider .single-slide .dot {
    display: none;
  }
  .case-wrapper .hero .slider-controls .case-arrows-container {
    margin: 0 20px;
  }
  .case-wrapper .hero .slider-controls .case-dots-container {
    display: none;
  }
  .case-wrapper .info h1 {
    margin: 70px auto;
    font-size: 22px;
  }
  .case-wrapper .info .flex-container {
    flex-direction: column;
  }
  .case-wrapper .info .flex-container .left-side {
    padding: 0;
    width: 100%;
  }
  .case-wrapper .info .flex-container .left-side ul {
    margin: 0 0 80px 0;
  }
  .case-wrapper .info .flex-container .left-side ul .title {
    font-size: 22px;
  }
  .case-wrapper .info .flex-container .right-side {
    width: 100%;
  }
  .case-wrapper .info .flex-container .right-side ul {
    margin: 0 0 80px 0;
  }
  .case-wrapper .info .flex-container .right-side ul .title {
    font-size: 22px;
  }
  .case-wrapper .similar-project .flex-container .form-block .content-container form .input-container {
    align-items: flex-start;
  }
  .case-wrapper .similar-project .flex-container .form-block .content-container form .input-container progress {
    display: none;
  }
  .case-wrapper .similar-project .flex-container .form-block .content-container form .input-container .submit {
    margin: 10px 0;
  }
  .case-wrapper .similar-project .flex-container .form-block .content-container h3 {
    font-size: 22px;
  }
  .case-wrapper .similar-project .flex-container .form-block .content-container h4 {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .case-wrapper {
    padding: 50px 0 0 0;
  }
  .case-wrapper .hero .case-slider .single-slide .dot {
    display: none;
  }
  .case-wrapper .hero .slider-controls .case-arrows-container {
    margin: 0 10px;
  }
  .case-wrapper .hero .slider-controls .case-dots-container {
    display: none;
  }
  .case-wrapper .info h1 {
    margin: 70px auto;
    font-size: 22px;
  }
  .case-wrapper .info .flex-container {
    flex-direction: column;
  }
  .case-wrapper .info .flex-container .left-side {
    padding: 0;
    width: 100%;
  }
  .case-wrapper .info .flex-container .left-side ul {
    margin: 0 0 80px 0;
  }
  .case-wrapper .info .flex-container .right-side {
    width: 100%;
  }
  .case-wrapper .info .flex-container .right-side ul {
    margin: 0 0 80px 0;
  }
  .case-wrapper .similar-project .flex-container .form-block {
    padding: 30px 20px;
  }
  .case-wrapper .similar-project .flex-container .form-block .input-container progress {
    display: none;
  }
  .case-wrapper .similar-project .flex-container .form-block .input-container label {
    width: 100% !important;
  }
  .case-wrapper .similar-project .flex-container .form-block .row {
    flex-direction: column !important;
  }
}
.cases-wrapper {
  padding: 67px 0 0 0;
}
.cases-wrapper .hero {
  padding: 40px 0 110px 0;
  background: url("../img/cases-bg.png") 50% 0% no-repeat;
}
.cases-wrapper .hero .title-container {
  display: flex;
  justify-content: center;
  max-width: 1546px;
  width: 100%;
  margin: 0 auto;
  padding: 36px 0 0 0;
}
.cases-wrapper .hero .title-container h2 {
  padding: 95px 0 85px 0;
  max-width: 840px;
  width: 100%;
  text-align: center;
  color: #0f0633;
  font-family: "Playfair Display",sans-serif;
  font-size: 111px;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid #aea285;
}
.cases-wrapper .hero .title-container h2 span {
  display: block;
  color: #d3ba83;
  font-family: Rubik,sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
}
.cases-wrapper .hero .content-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 840px;
  width: 100%;
  margin: 90px auto 0 auto;
}
.cases-wrapper .hero .content-container .column {
  width: 45%;
}
.cases-wrapper .hero .content-container .column h3 {
  color: #d3ba83;
  font-family: Rubik,sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.cases-wrapper .hero .content-container .column ul {
  list-style: none;
}
.cases-wrapper .hero .content-container .column ul li {
  position: relative;
  padding: 0 0 25px 20px;
  color: #505760;
  font-family: Rubik,sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.cases-wrapper .hero .content-container .column ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #d3ba83;
  border-radius: 3px;
}
.cases-wrapper .hero .content-container .column p {
  margin: 0 0 25px 0;
  color: #505760;
  font-family: Rubik,sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.cases-wrapper .projects {
  position: relative;
  padding: 0 0 75px 0;
  margin: 0 0 240px 0;
  border-bottom: 1px solid #d3ba83;
}
.cases-wrapper .projects .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 75px 0 90px 0;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  background: url("../img/bricks.png") no-repeat;
}
.cases-wrapper .projects .content-container h4 {
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
}
.cases-wrapper .projects .content-container h3 {
  padding: 30px 0 35px 0;
  align-self: center;
  color: #0f0633;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 111px;
  text-transform: uppercase;
}
.cases-wrapper .projects .content-container p {
  color: #0f0633;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.cases-wrapper .projects .content-container:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -100px;
  left: calc(50% - 15px);
  width: 2px;
  height: 123px;
  border: 1px solid #848788;
}
.cases-wrapper .projects .more-projects {
  position: relative;
  text-align: center;
}
.cases-wrapper .projects .more-projects a {
  position: relative;
  top: 115px;
  display: inline-block;
  padding: 32px 84px;
  color: #2a2a2e;
  border: 1px solid #d3ba83;
  background-color: #fff;
  border-radius: 3px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s;
}
.cases-wrapper .projects .more-projects a:hover {
  background-color: #d3ba83;
}

@media (max-width: 1024px) {
  .cases-wrapper .projects {
    margin: 0 0 75px 0;
  }
}
@media (max-width: 768px) {
  .cases-wrapper {
    padding: 55px 0 0 0;
  }
  .cases-wrapper .hero {
    padding: 0 0 40px 0;
  }
  .cases-wrapper .hero .title-container {
    max-width: 92%;
  }
  .cases-wrapper .hero .content-container {
    max-width: 92%;
  }
  .cases-wrapper .projects {
    margin: 0 0 75px 0;
  }
}
@media (max-width: 480px) {
  .cases-wrapper {
    padding: 55px 0 0 0;
  }
  .cases-wrapper .hero {
    padding: 0 0 40px 0;
  }
  .cases-wrapper .hero .title-container {
    max-width: 92%;
  }
  .cases-wrapper .hero .title-container h2 {
    font-size: 55px;
  }
  .cases-wrapper .hero .title-container h2 span {
    font-size: 32px;
  }
  .cases-wrapper .hero .content-container {
    flex-direction: column;
    max-width: 92%;
  }
  .cases-wrapper .hero .content-container .column {
    max-width: 100%;
    width: 100%;
  }
  .cases-wrapper .projects {
    margin: 0 0 75px 0;
  }
  .cases-wrapper .projects .more-projects a {
    top: 170px;
  }
}
.single-category-wrapper {
  padding: 67px 0 0 0;
}
.single-category-wrapper .container {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.single-category-wrapper h1 {
  font-family: "Playfair Display", sans-serif;
}
.single-category-wrapper .hero {
  padding: 0 0 90px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.single-category-wrapper .hero img {
  display: block;
  width: 100%;
}
.single-category-wrapper .hero .content-container {
  position: absolute;
  top: 0;
  left: 23vw;
  padding: 70px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 510px;
  min-height: 500px;
  background: #2b3547;
}
.single-category-wrapper .hero .content-container h3 {
  color: #ac8752;
  font-family: "Playfair Display", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
  text-transform: uppercase;
}
.single-category-wrapper .hero .content-container .line {
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #8893a1;
  transition: 0.6s;
  margin: 34px 0;
}
.single-category-wrapper .hero .content-container p {
  color: #fff;
  font-family: Rubik,serif;
  font-size: 14px;
  font-weight: 300;
}
.single-category-wrapper .box-2 {
  padding: 130px 0;
}
.single-category-wrapper .box-2 .container:first-child:first-letter {
  color: #d3ba83;
  font-family: "Playfair Display",sans-serif;
  font-style: italic;
  font-size: 82px;
  font-weight: 900;
}
.single-category-wrapper .box-2 .container p {
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  margin: 25px 0 0 0;
}
.single-category-wrapper .box-3 h3 {
  margin: 0 auto 76px auto;
  text-align: center;
  max-width: 579px;
  width: 100%;
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-category-wrapper .box-3 .materials-slider-container {
  position: relative;
  padding: 55px 35px;
}
.single-category-wrapper .box-3 .materials-slider-container:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 44%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #d3ba83;
  z-index: -1;
  left: -1px;
}
.single-category-wrapper .box-3 .materials-slider-container:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 54%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #d3ba83;
  z-index: -1;
  right: -1px;
}
.single-category-wrapper .box-3 .materials-slider-container .materials-arrows-container {
  position: absolute;
  display: inline-flex;
  justify-content: space-between;
  top: -22px;
  right: 0;
  margin: 0 80px;
}
.single-category-wrapper .box-3 .materials-slider-container .materials-arrows-container .slick-arrow {
  margin: 0 3px;
  cursor: pointer;
}
.single-category-wrapper .box-3 .materials-slider-container .materials-slider .material-item {
  position: relative;
  margin: 0 15px;
}
.single-category-wrapper .box-3 .materials-slider-container .materials-slider .material-item .info-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #2b3547;
  color: #ffffff;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
.single-category-wrapper .box-3 .materials-slider-container .materials-slider .material-item img {
  width: 100%;
  height: auto;
}
.single-category-wrapper .s-materials {
  padding: 100px 45px 0;
}
.single-category-wrapper .s-materials .s-materials-title {
  margin: 0 auto 60px;
  text-align: center;
  max-width: 579px;
  width: 100%;
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-category-wrapper .s-materials .s-materials-container {
  position: relative;
}
.single-category-wrapper .s-materials .s-materials-arrows-container {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: -22px;
  right: 0;
  margin: 0 80px;
  z-index: 1;
}
.single-category-wrapper .s-materials .s-materials-arrows-container .slick-arrow {
  margin: 0 3px;
  cursor: pointer;
}
.single-category-wrapper .s-materials .s-smaterials-list .slick-list {
  margin: 0 -15px;
}
.single-category-wrapper .s-materials .s-smaterials-list .s-materials-img {
  padding: 15px;
  border: 1px solid #d3ba83;
}
.single-category-wrapper .s-materials .s-smaterials-list .materials-subtitle {
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #2b3547;
}
.single-category-wrapper .s-materials .s-smaterials-list .s-materials-item {
  position: relative;
  margin: 0 15px;
}
.single-category-wrapper .s-materials .s-smaterials-list .s-materials-item img {
  width: 100%;
  height: auto;
}
.single-category-wrapper .box-4 {
  margin: 200px 0 75px 0;
}
.single-category-wrapper .box-4 .flex-container {
  display: flex;
  justify-content: space-between;
}
.single-category-wrapper .box-4 .flex-container .img-container {
  width: 56%;
}
.single-category-wrapper .box-4 .flex-container .img-container picture {
  display: block;
  width: 100%;
}
.single-category-wrapper .box-4 .flex-container .img-container picture img {
  display: block;
  width: 100%;
  height: auto;
}
.single-category-wrapper .box-4 .flex-container .info-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  position: relative;
  bottom: 80px;
  right: 200px;
  width: 44%;
  height: 660px;
  padding: 50px 65px 50px 125px;
  background: #2b3547;
}
.single-category-wrapper .box-4 .flex-container .info-block h3 {
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 29px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-category-wrapper .box-4 .flex-container .info-block .line {
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #8893a1;
  transition: 0.6s;
  margin: 40px 0;
}
.single-category-wrapper .box-4 .flex-container .info-block p {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}
.single-category-wrapper .box-4 .flex-container .info-block p span {
  display: block;
  color: #d3ba83;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
}
.single-category-wrapper .box-4 .flex-container .info-block .read-more {
  display: inline-block;
  max-width: 160px;
  width: 100%;
  line-height: 16px;
  color: #ac8752;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: url("../img/arrow-more.svg") no-repeat 92% 34%;
}
.single-category-wrapper .box-4 .flex-container .info-block .read-more:hover {
  background: url("../img/arrow-more.svg") no-repeat 100% 34%;
}
.single-category-wrapper .similar-project {
  margin: 200px 0 75px 0;
}
.single-category-wrapper .similar-project .flex-container {
  display: flex;
  justify-content: space-between;
}
.single-category-wrapper .similar-project .flex-container .img-container {
  width: 56%;
}
.single-category-wrapper .similar-project .flex-container .form-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  position: relative;
  bottom: 80px;
  right: 200px;
  width: 44%;
  height: auto;
  padding: 35px 60px;
  background: #ededed;
  background: linear-gradient(68deg, #ededed 65%, #f4f4f4 65%);
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container h3 {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  font-weight: 900;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container h4 {
  margin: 15px auto;
  text-align: center;
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.06px;
  text-transform: uppercase;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form {
  margin: 0 auto;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .thanks {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ac8752;
  font-family: "Playfair Display",sans-serif;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form p {
  margin: 50px 0 50px 0;
  color: #ac8752;
  font-weight: 500;
  font-family: Rubik, sans-serif;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .submit {
  display: inline-block;
  padding: 0 60px 0 0;
  border: none;
  background: url("../../img/arrows.svg") no-repeat;
  background-position-x: 94%;
  background-position-y: center;
  color: #d3ba83;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .submit:hover {
  background-position-x: 100%;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .submit:disabled {
  color: grey !important;
  background: none !important;
  cursor: not-allowed !important;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 25px 0;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container label {
  position: relative;
  display: block;
  width: 100%;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container label span {
  position: relative;
  pointer-events: none;
  top: 30px;
  display: block;
  color: #505760;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container label .required {
  padding: 0 0 0 10px;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container label .required:before {
  content: '*';
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 1px;
  left: 0;
  color: #ac8752;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container label input {
  width: 100%;
  display: block;
  height: 34px;
  border: none;
  border-bottom: 1px solid #787878;
  font-size: 14px;
  background: transparent;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container label textarea {
  width: 100%;
  height: 100px;
  resize: none;
  display: block;
  font-size: 14px;
  transition: 0.2s;
  background: transparent;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container label.focused span {
  top: 0;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container label.error span {
  color: red;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container label.error textarea {
  border: 1px solid red;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container label.error:after {
  content: attr(data-error);
  position: absolute;
  right: 0;
  color: red;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container progress {
  display: none;
  align-self: center;
  height: 8px;
  width: 185px;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container .submit {
  padding: 0 60px 0 0;
  border: none;
  background: url("../../img/arrows.svg") no-repeat;
  background-position-x: 94%;
  background-position-y: 44%;
  color: #d3ba83;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container .submit:hover {
  background-position-x: 100%;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container .file-label {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 210px;
  cursor: pointer;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container .file-label span {
  top: 0;
  border-bottom: 1px solid #787878;
  line-height: 33px;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container .file-label input {
  display: none;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container .file-label img {
  pointer-events: none;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container .tel, .single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container .email {
  width: 46%;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .uploaded {
  position: relative;
  height: 86px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .uploaded li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .uploaded li span {
  display: inline-block;
  align-self: center;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .uploaded li button {
  display: inline-block;
  align-self: center;
  position: relative;
  background: none;
  border: none;
  color: transparent;
  font-size: 22px;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .uploaded li button:hover {
  color: #ac8752;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .uploaded li:hover button {
  color: #ac8752;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .row {
  flex-direction: row;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .for-text-area {
  margin: 40px 0 0 0;
}
.single-category-wrapper .similar-project .flex-container .form-block .content-container form .for-text-area span {
  top: 0 !important;
}
.single-category-wrapper .partners {
  position: relative;
  border-bottom: 1px solid #d3ba83;
  border-top: 1px solid #d3ba83;
  margin: 100px 0 0 0;
}
.single-category-wrapper .partners .partners-arrows-container {
  position: absolute;
  display: inline-flex;
  justify-content: space-between;
  top: -22px;
  right: 0;
  margin: 0 80px;
  z-index: 999;
}
.single-category-wrapper .partners .partners-arrows-container .slick-arrow {
  margin: 0 3px;
  cursor: pointer;
}
.single-category-wrapper .partners .partners-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: calc(100% - 200px);
  margin: 0 auto;
}
.single-category-wrapper .partners .partners-container .title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 306px;
  background-color: #2b3547;
  opacity: 0.9;
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  font-size: 29px;
  font-weight: 900;
  text-transform: uppercase;
}
.single-category-wrapper .partners .partners-container .partner-slider {
  width: 70%;
}
.single-category-wrapper .partners .partners-container .partner-slider .slick-track {
  display: flex;
  align-items: center;
}
.single-category-wrapper .partners .partners-container .partner-slider .slick-track .partner-item {
  display: block;
  padding: 0 64px;
}
.single-category-wrapper .partners .partners-container .partner-slider .slick-track .partner-item img {
  display: block;
  width: 100%;
  height: auto;
}
.single-category-wrapper .box-6 {
  margin: 75px 0 160px 0;
}
.single-category-wrapper .box-6 .container h3 {
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.single-category-wrapper .box-6 .container .text {
  margin: 0 0 75px 0;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.single-category-wrapper .box-6 .container .text:first-child:first-letter {
  color: #d3ba83;
  font-family: "Playfair Display",sans-serif;
  font-style: italic;
  font-size: 82px;
  font-weight: 900;
}
.single-category-wrapper .box-6 .container .text p {
  margin: 0 0 24px 0;
}

@media (max-width: 1440px) {
  .single-category-wrapper .box-4 .flex-container .info-block {
    right: 100px;
    width: 52%;
    height: 620px;
    padding: 30px;
  }
  .single-category-wrapper .box-4 .flex-container .info-block h3 {
    font-size: 25px;
  }
  .single-category-wrapper .similar-project .flex-container .form-block {
    right: 100px;
    width: 52%;
    height: auto;
    padding: 30px;
  }
}
@media (max-width: 1600px) {
  .single-category-wrapper .hero .content-container {
    left: 18vw;
  }
}
@media (max-width: 1366px) {
  .single-category-wrapper .container {
    max-width: 92%;
    width: 100%;
    margin: 0 auto;
  }
  .single-category-wrapper .hero .content-container {
    left: 12vw;
  }
}
@media (max-width: 1024px) {
  .single-category-wrapper .container {
    max-width: 92%;
    width: 100%;
    margin: 0 auto;
  }
  .single-category-wrapper .box-3 .materials-slider-container:before {
    width: 36%;
  }
  .single-category-wrapper .box-3 .materials-slider-container:after {
    width: 60%;
  }
  .single-category-wrapper .box-4 {
    margin: 75px 0;
  }
  .single-category-wrapper .box-4 .flex-container {
    flex-direction: column;
  }
  .single-category-wrapper .box-4 .flex-container .info-block {
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .single-category-wrapper .box-4 .flex-container .info-block h3 {
    font-size: 25px;
  }
  .single-category-wrapper .box-4 .flex-container .img-container {
    width: 100%;
  }
  .single-category-wrapper .box-4 .flex-container .img-container img {
    display: block;
  }
  .single-category-wrapper .partners .partners-container {
    max-width: 100%;
  }
  .single-category-wrapper .partners .partners-container .title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39%;
    height: 306px;
    background-color: #131216;
    opacity: 0.9;
    color: #d3ba83;
    font-family: "Playfair Display", sans-serif;
    font-size: 29px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .single-category-wrapper .partners .partners-container .partner-slider {
    width: 61%;
  }
  .single-category-wrapper .partners .partners-container .partner-slider .slick-track {
    display: flex;
    align-items: center;
  }
  .single-category-wrapper .partners .partners-container .partner-slider .slick-track .partner-item {
    padding: 0 64px;
  }
  .single-category-wrapper .partners .partners-container .partner-slider .slick-track .partner-item img {
    display: block;
    width: 100%;
    height: auto;
  }
  .single-category-wrapper .similar-project {
    margin: 0;
  }
  .single-category-wrapper .similar-project .flex-container {
    flex-direction: column;
  }
  .single-category-wrapper .similar-project .flex-container .form-block {
    height: auto;
    right: 0;
    top: 0;
    width: 100%;
  }
  .single-category-wrapper .similar-project .flex-container .image-container img {
    display: block;
  }
  .single-category-wrapper .contacts {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .single-category-wrapper .hero {
    padding: 0;
  }
  .single-category-wrapper .hero .content-container {
    position: relative;
    width: 100%;
    left: 0;
    max-width: none;
    min-height: 0;
  }
  .single-category-wrapper .box-4 {
    padding: 75px 0;
  }
  .single-category-wrapper .box-4 .flex-container {
    flex-direction: column;
  }
  .single-category-wrapper .box-4 .flex-container .info-block {
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .single-category-wrapper .box-4 .flex-container .info-block h3 {
    font-size: 25px;
  }
  .single-category-wrapper .box-4 .flex-container .image-container img {
    display: block;
  }
  .single-category-wrapper .partners .partners-container {
    max-width: 100%;
  }
  .single-category-wrapper .partners .partners-container .title-box {
    font-size: 22px;
  }
  .single-category-wrapper .similar-project {
    margin: 0;
  }
  .single-category-wrapper .similar-project .flex-container {
    flex-direction: column;
  }
  .single-category-wrapper .similar-project .flex-container .form-block {
    height: auto;
    right: 0;
    top: 0;
    width: 100%;
  }
  .single-category-wrapper .similar-project .flex-container .image-container img {
    display: block;
  }
  .single-category-wrapper .contacts {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .single-category-wrapper {
    padding: 50px 0 0 0;
  }
  .single-category-wrapper .hero .content-container {
    max-width: none;
    background: linear-gradient(133deg, rgba(27, 26, 31, 0.9) 50%, rgba(19, 18, 23, 0.9) 50%);
  }
  .single-category-wrapper .hero .content-container h3 {
    font-size: 24px;
  }
  .single-category-wrapper .box-2 {
    padding: 75px 0;
  }
  .single-category-wrapper .box-3 h3 {
    max-width: 92%;
    width: 100%;
    margin: 0 auto 76px auto;
    font-size: 18px;
  }
  .single-category-wrapper .box-3 .materials-slider-container {
    padding: 35px 0;
  }
  .single-category-wrapper .box-3 .materials-slider-container:before {
    display: none;
  }
  .single-category-wrapper .box-3 .materials-slider-container:after {
    width: 102%;
  }
  .single-category-wrapper .box-3 .materials-slider-container .materials-arrows-container {
    margin: 0 15px;
  }
  .single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container {
    align-items: flex-start;
  }
  .single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container progress {
    display: none;
  }
  .single-category-wrapper .similar-project .flex-container .form-block .content-container form .input-container .submit {
    margin: 10px 0;
  }
  .single-category-wrapper .similar-project .flex-container .form-block .content-container h3 {
    font-size: 22px;
  }
  .single-category-wrapper .similar-project .flex-container .form-block .content-container h4 {
    font-size: 15px;
  }
  .single-category-wrapper .partners {
    position: relative;
  }
  .single-category-wrapper .partners .partners-arrows-container {
    margin: 0 15px;
  }
  .single-category-wrapper .partners .partners-container .title-box {
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    top: -60px;
    left: 0;
    padding: 0 15px;
    height: auto;
    background: none;
  }
  .single-category-wrapper .partners .partners-container .partner-slider {
    width: 100%;
  }
  .single-category-wrapper .box-4 {
    margin: 0;
    padding: 35px 0 90px 0;
  }
  .single-category-wrapper .box-6 {
    margin: 75px 0;
  }
  .single-category-wrapper .box-6 .container h3 {
    font-size: 18px;
  }
  .single-category-wrapper .s-materials {
    padding: 50px 15px 30px;
  }
  .single-category-wrapper .s-materials .s-materials-title {
    font-size: 18px;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .single-category-wrapper .s-materials .s-smaterials-list .materials-subtitle {
    font-size: 16px;
    margin-top: 30px;
  }
  .single-category-wrapper .s-materials .s-materials-arrows-container {
    margin: 0 15px;
  }
}
@media (max-width: 380px) {
  .single-category-wrapper {
    padding: 49px 0 0 0;
  }
  .single-category-wrapper .box-4 .flex-container .info-block h3 {
    font-size: 16px;
  }
  .single-category-wrapper .box-4 .flex-container .info-block .line {
    margin: 26px 0;
  }
  .single-category-wrapper .box-4 .flex-container .info-block p {
    font-size: 16px;
    line-height: 29px;
  }
  .single-category-wrapper .similar-project .flex-container .form-block {
    padding: 30px 20px;
  }
  .single-category-wrapper .similar-project .flex-container .form-block .input-container progress {
    display: none;
  }
  .single-category-wrapper .similar-project .flex-container .form-block .input-container label {
    width: 100% !important;
  }
  .single-category-wrapper .similar-project .flex-container .form-block .row {
    flex-direction: column !important;
  }
}
.contractors-wrapper {
  padding: 67px 0 0 0;
}
.contractors-wrapper .container {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.contractors-wrapper .hero {
  padding: 0 0 90px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contractors-wrapper .hero img {
  display: block;
  width: 100%;
}
.contractors-wrapper .hero .content-container {
  position: absolute;
  top: 0;
  left: 10vw;
  padding: 70px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 510px;
  min-height: 500px;
  background: #2b3547;
}
.contractors-wrapper .hero .content-container h3 {
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
  text-transform: uppercase;
}
.contractors-wrapper .hero .content-container .line {
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #8893a1;
  transition: 0.6s;
  margin: 34px 0;
}
.contractors-wrapper .hero .content-container p {
  color: #d3ba83;
  font-family: Rubik,sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.contractors-wrapper .box-2 {
  position: relative;
  padding: 0 0 70px 0;
}
.contractors-wrapper .box-2 .container p {
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}
.contractors-wrapper .box-2 .flex-container {
  display: flex;
  justify-content: space-between;
}
.contractors-wrapper .box-2 .flex-container .left {
  padding: 0 25px 0 0;
}
.contractors-wrapper .box-2 .flex-container .left h3 {
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 36px 0;
}
.contractors-wrapper .box-2 .flex-container .left ul {
  list-style: none;
  padding: 0 0 0 25px;
}
.contractors-wrapper .box-2 .flex-container .left ul li {
  position: relative;
  padding: 0 0 0 20px;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23.82px;
}
.contractors-wrapper .box-2 .flex-container .left ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #d3ba83;
  border-radius: 3px;
}
.contractors-wrapper .box-2 .flex-container .right h3 {
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 36px 0;
}
.contractors-wrapper .box-2 .flex-container .right p {
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23.82px;
}
.contractors-wrapper .box-2 .flex-container .right p:first-child:first-letter {
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23.82px;
}
.contractors-wrapper .box-3 {
  background: url("/../img/diagonal.png");
  background-repeat: no-repeat;
  overflow: hidden;
}
.contractors-wrapper .box-3 .content-box {
  margin: 200px 0 0 0;
}
.contractors-wrapper .box-3 .content-box .container p {
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  margin: 24px 0 0 0;
}
.contractors-wrapper .box-3 .content-box .container p:first-child:first-letter {
  color: #d3ba83;
  font-family: "Playfair Display",sans-serif;
  font-style: italic;
  font-size: 82px;
  font-weight: 900;
}
.contractors-wrapper .box-3 h2 {
  text-align: center;
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 100px auto;
  max-width: 765px;
  width: 100%;
}
.contractors-wrapper .box-3 .first-slider-wrap {
  width: 100%;
  max-width: calc(100% - 120px);
  padding: 0 0 100px 190px;
  background: #2b3547;
  margin: 0 0 65px 0;
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider {
  position: relative;
  margin-bottom: 0;
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .slick-current .slide .imageWrap img {
  transform: translate(-100%, 0);
  position: relative;
  left: -1px;
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide {
  display: flex;
}
@media (max-width: 991px) {
  .contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide {
    flex-wrap: wrap;
  }
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .imageWrap {
  overflow: hidden;
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .imageWrap img.toRight {
  transform: translate(100%, 0);
  transition: .7s ease-out;
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .imageWrap img.toLeft {
  transform: translate(0, 0);
  transition: .7s ease-out;
}
@media (max-width: 991px) {
  .contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .imageWrap {
    width: 100%;
  }
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 130px 90px 0 90px;
  opacity: 0;
  transition: opacity 0.5s 0.5s;
}
@media (max-width: 991px) {
  .contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap.toRight {
  opacity: 1;
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap.toLeft {
  opacity: 1;
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap .targetWrap {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap .targetWrap {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap .targetWrap {
    margin-top: 20px;
  }
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap .targetWrap svg {
  width: 40px;
  display: inline-block;
  margin-right: 15px;
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap .targetWrap p {
  color: #999999;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap h3 {
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  font-size: 29px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 70px 0;
}
@media (max-width: 1199px) {
  .contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap h3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap h3 {
    max-width: 100%;
  }
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap p {
  color: #fff;
  font-family: Rubik,sans-serif;
  font-size: 18px;
  font-weight: 500;
  max-width: 610px;
}
@media (max-width: 1199px) {
  .contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap p {
    max-width: 100%;
  }
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .dots {
  position: absolute;
  list-style: none;
  left: 59%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .dots li {
  width: 100%;
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .dots li button {
  border: none;
  color: transparent;
  width: 32px;
  height: 2px;
}
.contractors-wrapper .box-3 .first-slider-wrap .first-slider .dots li.slick-active button {
  background: #b40101;
}
.contractors-wrapper .box-3 .second-slider-wrap {
  position: relative;
  left: 120px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 80px 0 80px 100px;
  background: #2b3547;
  margin: 130px 0 0 0;
}
.contractors-wrapper .box-3 .second-slider-wrap .second-dots-container {
  position: absolute;
  left: auto;
  right: 16vw;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contractors-wrapper .box-3 .second-slider-wrap .second-dots-container .slick-dots {
  display: flex;
  justify-content: flex-start;
  list-style: none;
}
.contractors-wrapper .box-3 .second-slider-wrap .second-dots-container .slick-dots li {
  width: 100%;
}
.contractors-wrapper .box-3 .second-slider-wrap .second-dots-container .slick-dots li button {
  border: none;
  color: transparent;
  width: 32px;
  height: 2px;
}
.contractors-wrapper .box-3 .second-slider-wrap .second-dots-container .slick-dots li.slick-active button {
  background: #b40101;
}
.contractors-wrapper .box-3 .second-slider-wrap .info-block {
  width: 25%;
  text-align: center;
  padding: 100px 115px 70px 115px;
  border: 1px solid #ffffff;
}
.contractors-wrapper .box-3 .second-slider-wrap .info-block h3 {
  color: #ffffff;
  font-family: "Playfair Display", sans-serif;
  font-size: 29px;
  font-weight: 900;
  text-transform: uppercase;
}
.contractors-wrapper .box-3 .second-slider-wrap .info-block .line {
  display: inline-block;
  width: 0;
  height: 1px;
  margin: 24px 0;
  background-color: #8893a1;
  transition: 0.6s;
}
.contractors-wrapper .box-3 .second-slider-wrap .info-block h4 {
  color: #ffffff;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.contractors-wrapper .box-3 .second-slider-wrap .info-block .second-arrows-container {
  display: flex;
  justify-content: center;
  margin: 34px 0 0 0;
}
.contractors-wrapper .box-3 .second-slider-wrap .info-block .second-arrows-container .arrow {
  margin: 0 3px;
  cursor: pointer;
}
.contractors-wrapper .box-3 .second-slider-wrap .info-block .second-arrows-container .arrow .cls-1 {
  fill: none;
}
.contractors-wrapper .box-3 .second-slider-wrap .info-block .second-arrows-container .arrow:hover .cls-1 {
  fill: none;
}
.contractors-wrapper .box-3 .second-slider-wrap .info-block .second-arrows-container .arrow:hover .cls-2 {
  stroke: #d3ba83;
}
.contractors-wrapper .box-3 .second-slider-wrap .second-slider {
  width: 74%;
}
.contractors-wrapper .box-3 .second-slider-wrap .second-slider .slide {
  margin: 0 12px 0 0;
}
.contractors-wrapper .box-3 .second-slider-wrap .second-slider .slide img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1440px) {
  .contractors-wrapper .box-3 .content-box .container p:first-letter {
    color: #000;
  }
  .contractors-wrapper .box-3 .first-slider-wrap {
    padding: 0 0 40px 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgba(0, 0, 0, 0.95) 10%);
  }
  .contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap {
    padding: 50px 50px 0 50px;
  }
  .contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap h3 {
    margin: 0 0 30px 0;
  }
  .contractors-wrapper .box-3 .second-slider-wrap .info-block {
    padding: 26px;
  }
}
@media (max-width: 1366px) {
  .contractors-wrapper .box-2 {
    padding: 40px 0 70px 0;
  }
  .contractors-wrapper .box-3 h2 {
    margin: 50px auto;
  }
  .contractors-wrapper .box-3 .second-slider-wrap .info-block {
    padding: 16px;
  }
  .contractors-wrapper .similar-project .flex-container {
    display: flex;
    justify-content: space-between;
  }
  .contractors-wrapper .similar-project .flex-container .img-container {
    width: 50%;
  }
  .contractors-wrapper .similar-project .flex-container .form-block {
    bottom: 80px;
    right: 0;
    width: 60%;
    height: auto;
    padding: 15px 20px;
  }
  .contractors-wrapper .similar-project .flex-container .form-block .content-container form .input-container progress {
    align-self: center;
    height: 8px;
    width: 125px;
  }
  .contractors-wrapper .contacts {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .contractors-wrapper {
    padding: 50px 0 0 0;
  }
  .contractors-wrapper .hero .content-container {
    min-height: 420px;
  }
  .contractors-wrapper .box-2 .container {
    max-width: 82%;
  }
  .contractors-wrapper .box-2 .section-name {
    left: -45px;
  }
  .contractors-wrapper .box-3 {
    background-position-x: -700px;
  }
  .contractors-wrapper .box-3 .content-box {
    margin: 100px auto 0 auto;
    width: 100%;
    max-width: 82%;
  }
  .contractors-wrapper .box-3 .first-slider-wrap {
    max-width: 100%;
    padding: 0 0 40px 40px;
  }
  .contractors-wrapper .box-3 .second-slider-wrap {
    padding: 40px 0 80px 40px;
    left: 0;
  }
  .contractors-wrapper .box-3 .second-slider-wrap .info-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35%;
  }
  .contractors-wrapper .box-3 .second-slider-wrap .second-slider {
    width: 63%;
  }
  .contractors-wrapper .similar-project {
    margin: 0;
  }
  .contractors-wrapper .similar-project .flex-container {
    flex-direction: column;
  }
  .contractors-wrapper .similar-project .flex-container .image-container {
    width: 100%;
  }
  .contractors-wrapper .similar-project .flex-container .image-container img {
    display: block;
  }
  .contractors-wrapper .similar-project .flex-container .form-block {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .contractors-wrapper .hero {
    padding: 0;
  }
  .contractors-wrapper .hero .content-container {
    position: relative;
    width: 100%;
    left: 0;
    max-width: none;
    min-height: 0;
  }
  .contractors-wrapper .box-2 .container {
    max-width: 92%;
  }
  .contractors-wrapper .box-3 .first-slider-wrap {
    padding: 0 0 80px 0;
  }
  .contractors-wrapper .box-3 .first-slider-wrap .first-slider .dots {
    bottom: -60px;
    left: 50px;
  }
  .contractors-wrapper .box-3 .second-slider-wrap .content-box {
    max-width: 92%;
  }
}
@media (max-width: 480px) {
  .contractors-wrapper .similar-project .flex-container .form-block .content-container form .input-container {
    align-items: flex-start;
  }
  .contractors-wrapper .similar-project .flex-container .form-block .content-container form .input-container progress {
    display: none;
  }
  .contractors-wrapper .similar-project .flex-container .form-block .content-container form .input-container .submit {
    margin: 10px 0;
  }
  .contractors-wrapper .similar-project .flex-container .form-block .content-container h3 {
    font-size: 22px;
  }
  .contractors-wrapper .similar-project .flex-container .form-block .content-container h4 {
    font-size: 15px;
  }
  .contractors-wrapper .hero .content-container {
    padding: 30px;
  }
  .contractors-wrapper .hero .content-container h3 {
    font-size: 26px;
  }
  .contractors-wrapper .hero .content-container .line {
    margin: 24px 0;
  }
  .contractors-wrapper .box-2 {
    padding: 40px 0 40px 0;
  }
  .contractors-wrapper .box-2 .container .flex-container {
    flex-direction: column;
  }
  .contractors-wrapper .box-3 {
    background: none;
  }
  .contractors-wrapper .box-3 h2 {
    width: 100%;
    max-width: 92%;
    font-size: 16px;
  }
  .contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap {
    padding: 30px 0 0 0;
    width: 100%;
    max-width: 92%;
    margin: 0 auto;
  }
  .contractors-wrapper .box-3 .first-slider-wrap .first-slider .slide .textWrap h3 {
    font-size: 21px;
  }
  .contractors-wrapper .box-3 .second-slider-wrap {
    flex-direction: column;
    padding: 0 0 80px 0;
    margin: 0;
  }
  .contractors-wrapper .box-3 .second-slider-wrap .info-block, .contractors-wrapper .box-3 .second-slider-wrap .second-slider {
    width: 100%;
  }
  .contractors-wrapper .box-3 .second-slider-wrap .second-slider {
    position: relative;
    top: -1px;
  }
  .contractors-wrapper .box-3 .second-slider-wrap .second-slider .slide {
    margin: 0;
  }
  .contractors-wrapper .box-3 .second-slider-wrap .second-slider .dots {
    right: auto;
    left: 4%;
  }
  .contractors-wrapper .box-3 .content-box {
    margin: 50px auto 0 auto;
    max-width: 92%;
  }
}
@media (max-width: 380px) {
  .contractors-wrapper .hero .content-container h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .contractors-wrapper .hero .content-container .line {
    margin: 16px 0;
  }
  .contractors-wrapper .box-3 .first-slider-wrap .first-slider .dots {
    left: 4%;
  }
}
@media (max-width: 738px) and (orientation: landscape) {
  .contractors-wrapper .box-3 .second-slider-wrap .info-block h3 {
    font-size: 16px;
  }
  .contractors-wrapper .box-3 .second-slider-wrap .info-block h4 {
    font-size: 14px;
  }
}
.article-wrapper {
  padding: 145px 0 0 0;
}
.article-wrapper .content {
  max-width: 1498px;
  width: 100%;
  margin: 0 auto;
}
.article-wrapper .content .date {
  padding: 15px 0;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.article-wrapper .content section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0;
}
.article-wrapper .content section .left {
  width: 30%;
  padding: 0 140px 0 0;
  color: #0f0633;
  font-family: Rubik,sans-serif;
  font-size: 29px;
  font-weight: 500;
}
.article-wrapper .content section .right {
  width: 70%;
}
.article-wrapper .content section .right .image-container {
  padding: 15px 0;
}
.article-wrapper .content section .right .image-container picture {
  display: block;
  width: 100%;
  height: auto;
}
.article-wrapper .content section .right .image-container picture img {
  width: 100%;
  height: auto;
}
.article-wrapper .content section .right .image-container i {
  display: inline-block;
  padding: 22px 12px;
  color: #505760;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.article-wrapper .content section .right .quote {
  position: relative;
  padding: 35px 0;
  border-bottom: 1px solid #d3ba83;
  border-top: 1px solid #d3ba83;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.article-wrapper .content section .right .quote:before {
  content: '"';
  color: #d3ba83;
  font-family: "Playfair Display",sans-serif;
  font-size: 111px;
  line-height: 40px;
  font-weight: 900;
  font-style: italic;
  position: absolute;
  top: -5px;
  left: 0;
  padding: 0 20px 0 0;
  background: #fff;
}
.article-wrapper .content section .right p {
  padding: 15px 0;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.article-wrapper .content section .right ul {
  list-style: none;
  margin: 0 0 0 22px;
  padding: 15px 0;
}
.article-wrapper .content section .right ul li {
  position: relative;
  padding: 0 0 0 14px;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.article-wrapper .content section .right ul li:before {
  content: '•';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #ac8752;
}
.article-wrapper .content section .right ol {
  padding: 15px 0;
  list-style: none;
  margin: 0 0 0 22px;
  counter-reset: step-counter;
}
.article-wrapper .content section .right ol li {
  position: relative;
  padding: 0 0 0 14px;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.article-wrapper .content section .right ol li:before {
  counter-increment: step-counter;
  content: counter(step-counter) " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #ac8752;
}
.article-wrapper .other-news {
  padding: 120px 0;
}
.article-wrapper .other-news .flex-container h2 {
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 60px 0;
}
.article-wrapper .other-news .flex-container .slider-controls {
  padding: 20px 0 0 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #d3ba83;
}
.article-wrapper .other-news .flex-container .slider-controls .article-arrows-container {
  position: relative;
  display: inherit;
  align-self: flex-end;
  top: -43px;
  margin: 0 96px;
}
.article-wrapper .other-news .flex-container .slider-controls .article-arrows-container .arrow {
  margin: 0 4px;
  align-self: flex-end;
}
.article-wrapper .other-news .flex-container .article-slider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: calc(100% - 140px);
  width: 100%;
  margin: 0 auto;
}
.article-wrapper .other-news .flex-container .article-slider .news-item {
  display: inherit;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  padding: 0 30px;
}
.article-wrapper .other-news .flex-container .article-slider .news-item .content-container {
  padding: 40px 24px;
}
.article-wrapper .other-news .flex-container .article-slider .news-item .content-container .item-title {
  color: #0f0633;
  font-family: Rubik, sans-serif;
  font-size: 29px;
  font-weight: 500;
  text-transform: uppercase;
}
.article-wrapper .other-news .flex-container .article-slider .news-item .content-container .line {
  display: inline-block;
  width: 0;
  height: 1px;
  margin: 24px 0 0px 0;
  background-color: #8893a1;
  transition: 0.6s;
}
.article-wrapper .other-news .flex-container .article-slider .news-item .content-container .description {
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.article-wrapper .other-news .flex-container .article-slider .news-item .content-container .read-more {
  display: inline-block;
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0 26px 0 0;
  margin: 24px 0;
  text-transform: uppercase;
  background: url("../img/arrow-more.svg") no-repeat 92% 34%;
  transition: 0.3s;
}
.article-wrapper .other-news .flex-container .article-slider .news-item .content-container .read-more:hover {
  background: url("../img/arrow-more.svg") no-repeat 100% 34%;
}
.article-wrapper .other-news .flex-container .article-slider .news-item .img-container {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.article-wrapper .other-news .flex-container .article-slider .news-item .img-container img {
  width: 100%;
  height: auto;
  transition: 1s;
}
.article-wrapper .other-news .flex-container .article-slider .news-item:hover img {
  transform: scale(1.1);
}

@media (max-width: 1440px) {
  .article-wrapper .content {
    width: calc(100% - 200px);
    margin: 0 auto;
  }
  .article-wrapper .content section .left {
    padding: 0 70px 0 0;
  }
}
@media (max-width: 1366px) {
  .article-wrapper .content {
    width: calc(100% - 140px);
    margin: 0 auto;
  }
  .article-wrapper .content section .left {
    padding: 0 35px 0 0;
  }
  .article-wrapper .other-news .flex-container .slider-controls .article-arrows-container {
    margin: 0 70px;
  }
  .article-wrapper .other-news .flex-container .article-slider {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 1366px) {
  .article-wrapper {
    padding: 75px 0 0 0;
  }
  .article-wrapper .content section {
    flex-direction: column;
  }
  .article-wrapper .content section .left, .article-wrapper .content section .right {
    width: 100%;
  }
  .article-wrapper .other-news {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 420px) {
  .article-wrapper .content {
    width: 92%;
  }
  .article-wrapper .content section .left, .article-wrapper .content section .right {
    font-size: 22px;
  }
  .article-wrapper .other-news {
    padding: 40px 0;
  }
  .article-wrapper .other-news .flex-container h2 {
    font-size: 32px;
  }
  .article-wrapper .other-news .flex-container .article-slider {
    max-width: 100%;
    width: 92%;
    margin: 0 auto;
  }
  .article-wrapper .other-news .flex-container .article-slider .news-item {
    padding: 0;
  }
  .article-wrapper .other-news .flex-container .article-slider .news-item .content-container .item-title {
    font-size: 22px;
  }
}
.franchise-wrapper {
  padding: 67px 0 0 0;
}
.franchise-wrapper .container {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.franchise-wrapper .hero {
  padding: 0 0 90px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.franchise-wrapper .hero img {
  display: block;
  width: 100%;
}
.franchise-wrapper .hero .content-container {
  position: absolute;
  top: 0;
  left: 23vw;
  padding: 70px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 510px;
  min-height: 500px;
  background: #2b3547;
}
.franchise-wrapper .hero .content-container h1 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 900;
}
.franchise-wrapper .hero .content-container h3 {
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
  text-transform: uppercase;
}
.franchise-wrapper .hero .content-container .line {
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #8893a1;
  transition: 0.6s;
  margin: 34px 0;
}
.franchise-wrapper .hero .content-container p {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.franchise-wrapper .box-2 {
  position: relative;
  padding: 0 0 70px 0;
}
.franchise-wrapper .box-2 .container {
  display: flex;
  flex-wrap: wrap;
}
.franchise-wrapper .box-2 .container .block-img img {
  max-width: 100%;
}
.franchise-wrapper .box-2 .container .block-text {
  padding-left: 50px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.franchise-wrapper .box-2 .container .block-text .btn {
  display: inline-block;
  padding: 15px 16px;
  margin: 40px 0 0 0;
  max-width: 260px;
  width: 100%;
  border: none;
  border-radius: 3px;
  background-color: #d3ba83;
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
}
.franchise-wrapper .box-2 .container p {
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.franchise-wrapper .box-2 .container p:first-letter {
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 82px;
  font-weight: 900;
}
.franchise-wrapper .box-3 {
  background: url("/../img/diagonal.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  padding: 0 0 270px 0;
}
.franchise-wrapper .box-3 .content-box {
  margin: 200px 0 0 0;
}
.franchise-wrapper .box-3 .content-box .container p {
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  margin: 24px 0 0 0;
}
.franchise-wrapper .box-3 .content-box .container p:first-child:first-letter {
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 82px;
  font-weight: 900;
}
.franchise-wrapper .box-3 h2 {
  text-align: center;
  color: #2b3547;
  font-family: "Playfair Display", sans-serif;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 100px auto 140px;
  max-width: 765px;
  width: 100%;
}
.franchise-wrapper .box-3 .first-block-wrap {
  width: 100%;
  max-width: calc(100% - 120px);
  padding: 0 0 60px 190px;
  background: #2b3547;
  margin: 0 0 150px 0;
}
.franchise-wrapper .box-3 .first-block-wrap:last-child {
  margin-bottom: 0;
}
.franchise-wrapper .box-3 .first-block-wrap:nth-child(even) {
  margin-right: 0;
  margin-left: 150px;
}
.franchise-wrapper .box-3 .first-block-wrap:nth-child(even) .first-block .block {
  flex-direction: row-reverse;
}
.franchise-wrapper .box-3 .first-block-wrap .first-block {
  position: relative;
  margin-bottom: 0;
}
.franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block {
  display: flex;
}
.franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .textWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 90px 0 70px;
  width: 100%;
}
.franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .textWrap h3 {
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  font-size: 29px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 35px 0;
}
.franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .textWrap .line {
  display: inline-block;
  width: 0;
  height: 1px;
  margin: 0 0 24px 0;
  background-color: #8893a1;
  transition: 0.6s;
}
.franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .textWrap ul {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 17px;
  font-weight: 400;
  max-width: 610px;
  list-style: none;
}
.franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .textWrap ul li {
  padding-left: 20px;
  line-height: 1.12;
  margin-bottom: 20px;
  position: relative;
}
.franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .textWrap ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #d3ba83;
  top: 7px;
  left: 0;
}
.franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .textWrap p {
  margin-top: 30px;
  color: #d3ba83;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .imageWrap {
  width: 100%;
  position: relative;
  top: -75px;
}
.franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .imageWrap.video div {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
}
.franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .imageWrap.video div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.franchise-wrapper .contacts {
  padding: 0;
}
.franchise-wrapper .helps {
  padding-bottom: 50px;
}
.franchise-wrapper .helps .helps-title {
  max-width: 550px;
  margin: -60px auto 80px;
  color: #2b3547;
  font-family: "Playfair Display", sans-serif;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
}
.franchise-wrapper .helps .helps-container {
  margin: 0 auto;
  padding: 0 20px;
}
.franchise-wrapper .helps .helps-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  flex-wrap: wrap;
}
.franchise-wrapper .helps .helps-item {
  margin: 0 20px 40px;
  text-align: center;
  max-width: 205px;
}
.franchise-wrapper .helps .helps-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  color: #2b3547;
}
.franchise-wrapper .helps .helps-icon {
  text-align: center;
  margin-bottom: 25px;
}
.franchise-wrapper .helps .helps-icon img {
  width: 83px;
}
.franchise-wrapper .support {
  padding: 50px 0;
}
.franchise-wrapper .support .support-title {
  margin-bottom: 60px;
  color: #2b3547;
  font-family: "Playfair Display", sans-serif;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
}
.franchise-wrapper .support .support-slider {
  position: relative;
  margin-bottom: 90px;
}
.franchise-wrapper .support .support-slider .d-arrows {
  position: absolute;
  cursor: pointer;
}
.franchise-wrapper .support .support-slider .d-arrows-right {
  right: 120px;
  top: 5px;
  z-index: 1;
}
.franchise-wrapper .support .support-slider .d-arrows-left {
  right: 170px;
  top: 5px;
  z-index: 1;
}
.franchise-wrapper .support .support-slider .slick-dots {
  display: flex;
  list-style: none;
  position: absolute;
  bottom: -4px;
  left: calc(50% + 65px);
}
.franchise-wrapper .support .support-slider .slick-dots li button {
  border: none;
  font-size: 0;
  height: 2px;
  background-color: #ebebeb;
  width: 50px;
}
.franchise-wrapper .support .support-slider .slick-dots li.slick-active button {
  background-color: #d3ba83;
}
.franchise-wrapper .support .support-item {
  display: flex !important;
}
.franchise-wrapper .support .support-img {
  width: 50%;
}
.franchise-wrapper .support .support-img img {
  width: 100%;
}
.franchise-wrapper .support .support-content {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 65px;
  margin-top: 25px;
  border-top: 1px solid #d3ba83;
}
.franchise-wrapper .support .support-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.franchise-wrapper .support .support-text span {
  width: 40px;
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  margin-right: 70px;
  font-size: 80px;
  font-weight: 700;
  margin-top: -20px;
}
.franchise-wrapper .support .support-text p {
  width: calc(100% - 110px);
  color: #2b3547;
  font-size: 29px;
  font-weight: 700;
  line-height: 36px;
  max-width: 400px;
}
.franchise-wrapper .support .support-btn {
  margin: 0 auto;
  display: block;
  padding: 15px 0;
  max-width: 260px;
  width: 100%;
  border: none;
  border-radius: 3px;
  background-color: #d3ba83;
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
}
.franchise-wrapper .conditions {
  padding: 50px 0 130px;
}
.franchise-wrapper .conditions .container {
  padding: 0 20px;
}
.franchise-wrapper .conditions .conditions-title {
  margin-bottom: 60px;
  color: #2b3547;
  font-family: "Playfair Display", sans-serif;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
}
.franchise-wrapper .conditions .table {
  max-width: 1116px;
  margin: 0 auto;
}
.franchise-wrapper .conditions .table .table-row {
  display: flex;
  width: 100%;
  position: relative;
}
.franchise-wrapper .conditions .table .table-row:hover {
  z-index: 1;
}
.franchise-wrapper .conditions .table .table-row:hover .table-left {
  border: 1px solid #2b3547;
}
.franchise-wrapper .conditions .table .table-row:hover .table-item {
  background-color: #2b3547;
  color: #fff;
}
.franchise-wrapper .conditions .table .table-item {
  min-height: 80px;
  width: 50%;
  padding: 10px 43px;
  color: #2b3547;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-top: -1px;
  display: flex;
  align-items: center;
  transition: .2s;
}
.franchise-wrapper .conditions .table .table-left {
  border: 1px solid #d3ba83;
}
.franchise-wrapper .conditions .table .table-right {
  border: 1px solid #2b3547;
  background-color: #d3ba83;
}
.franchise-wrapper .s-form {
  padding: 100px 20px;
  background: url(/img/from-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}
.franchise-wrapper .s-form:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.franchise-wrapper .presentation {
  padding: 230px 20px;
  background: url(/img/presentation-bg.png) 50% 50% no-repeat;
}
.franchise-wrapper .presentation .presentation-title {
  margin: 0 auto 40px;
  color: #2b3547;
  font-family: "Playfair Display", sans-serif;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  max-width: 620px;
}
.franchise-wrapper .presentation .presentation-btn {
  display: block;
  padding: 15px 0;
  max-width: 260px;
  width: 100%;
  border: none;
  border-radius: 3px;
  background-color: #d3ba83;
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}

.fancybox-slide--video .fancybox-content {
  max-width: 100%;
}

.form-sm {
  padding: 40px 30px;
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.form-sm .input-container .submit {
  margin: 40px auto 20px;
  display: block;
  padding: 15px 0;
  max-width: 250px;
  width: 100%;
  border: none;
  border-radius: 3px;
  background: #d3ba83;
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
}
.form-sm h3 {
  color: #2b3547;
  font-family: "Playfair Display", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.form-sm h4 {
  color: #2b3547;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}
.form-sm p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.62px;
  color: #d3ba83;
  margin: 0;
}

.form-popup-sm {
  display: none;
}
.form-popup-sm .form-sm h3 {
  color: #d3ba83;
}

@media (max-width: 1440px) {
  .franchise-wrapper .box-2 {
    padding: 70px 0 0 0;
  }
  .franchise-wrapper .box-3 .first-block-wrap {
    padding-left: 0;
  }
  .franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .textWrap {
    padding: 50px 50px 0 50px;
  }
  .franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .textWrap h3 {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1600px) {
  .franchise-wrapper .hero .content-container {
    left: 18vw;
  }
}
@media (max-width: 1366px) {
  .franchise-wrapper .hero .content-container {
    min-height: 455px;
    left: 12vw;
  }
}
@media (max-width: 1024px) {
  .franchise-wrapper {
    padding: 50px 0 0 0;
  }
  .franchise-wrapper .hero .content-container {
    min-height: 420px;
  }
  .franchise-wrapper .box-2 .container {
    max-width: 82%;
    flex-direction: column;
  }
  .franchise-wrapper .box-2 .container .block-img {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .franchise-wrapper .box-2 .container .block-text {
    width: 100%;
    padding-left: 0;
  }
  .franchise-wrapper .box-2 .section-name {
    left: -45px;
  }
  .franchise-wrapper .box-3 {
    background-position-x: -700px;
  }
  .franchise-wrapper .box-3 .content-box {
    margin: 100px auto 0 auto;
    width: 100%;
    max-width: 82%;
  }
  .franchise-wrapper .box-3 .first-block-wrap {
    max-width: 100%;
    padding: 0 0 30px 40px;
  }
  .franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .textWrap {
    padding: 60px 50px 0 50px;
  }
  .franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .textWrap h3 {
    font-size: 21px;
    margin: 0 0 15px 0;
  }
  .franchise-wrapper .support .support-content {
    padding: 40px;
  }
  .franchise-wrapper .support .support-text span {
    margin-right: 20px;
  }
  .franchise-wrapper .support .support-text p {
    width: calc(100% - 60px);
    font-size: 22px;
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .franchise-wrapper .hero {
    padding: 0;
  }
  .franchise-wrapper .hero .content-container {
    position: relative;
    width: 100%;
    left: 0;
    max-width: none;
    min-height: 0;
  }
  .franchise-wrapper .box-2 .container {
    max-width: 92%;
  }
  .franchise-wrapper .box-3 {
    padding: 0;
  }
  .franchise-wrapper .box-3 h2 {
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .franchise-wrapper .box-3 .first-block-wrap {
    padding: 0;
    margin: 0;
  }
  .franchise-wrapper .box-3 .first-block-wrap:nth-child(even) {
    margin: 0;
  }
  .franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block {
    flex-direction: column-reverse;
  }
  .franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .textWrap {
    padding: 40px 20px;
  }
  .franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .textWrap p {
    margin-top: 0;
  }
  .franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .imageWrap {
    top: 0;
  }
  .franchise-wrapper .helps .helps-title {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .franchise-wrapper .support .support-slider {
    margin-bottom: 60px;
  }
  .franchise-wrapper .support .support-slider .slick-dots {
    left: 0;
    right: 0;
    bottom: -36px;
    margin: auto;
    justify-content: center;
  }
  .franchise-wrapper .support .support-slider .d-arrows-right {
    right: 50%;
    transform: translateX(47px);
  }
  .franchise-wrapper .support .support-slider .d-arrows-left {
    left: 50%;
    right: inherit;
    transform: translateX(-47px);
  }
  .franchise-wrapper .support .support-item {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .franchise-wrapper .support .support-content {
    padding: 30px;
    width: 100%;
  }
  .franchise-wrapper .support .support-img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .franchise-wrapper .hero .content-container {
    padding: 30px;
  }
  .franchise-wrapper .hero .content-container h3 {
    font-size: 26px;
  }
  .franchise-wrapper .hero .content-container .line {
    margin: 24px 0;
  }
  .franchise-wrapper .box-2 .container p {
    line-height: 1.3;
  }
  .franchise-wrapper .box-2 .container .block-img {
    margin-bottom: 0;
  }
  .franchise-wrapper .box-3 {
    background: none;
  }
  .franchise-wrapper .box-3 h2 {
    width: 100%;
    max-width: 92%;
    font-size: 20px;
  }
  .franchise-wrapper .box-3 .first-block-wrap .first-block .blockWrap .block .textWrap h3 {
    font-size: 18px;
  }
  .franchise-wrapper .helps {
    padding-bottom: 0;
  }
  .franchise-wrapper .helps .helps-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .franchise-wrapper .helps .helps-icon {
    margin-bottom: 10px;
  }
  .franchise-wrapper .support {
    padding: 30px 0;
  }
  .franchise-wrapper .support .support-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .franchise-wrapper .support .support-content {
    padding: 30px 15px;
  }
  .franchise-wrapper .support .support-slider .slick-dots li button {
    width: 30px;
  }
  .franchise-wrapper .conditions {
    padding: 30px 0;
  }
  .franchise-wrapper .conditions .conditions-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .franchise-wrapper .conditions .table .table-item {
    padding: 10px;
    min-height: auto;
    font-size: 14px;
  }
  .franchise-wrapper .s-form {
    padding: 40px 20px;
  }
  .franchise-wrapper .presentation {
    padding: 80px 20px;
  }
  .franchise-wrapper .presentation .presentation-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .form-popup-sm .form-sm {
    padding: 0;
  }

  .form-sm {
    padding: 20px;
  }
  .form-sm h3 {
    font-size: 28px;
    line-height: 1.2;
  }
  .form-sm h4 {
    margin-bottom: 20px;
  }
  .form-sm .input-container .tel, .form-sm .input-container .email {
    width: 100%;
  }
  .form-sm .row {
    flex-direction: column;
  }
  .form-sm .input-container .tel {
    margin-bottom: 21px;
  }
  .form-sm .input-container .submit {
    margin: 30px auto;
  }
}
@media (max-width: 380px) {
  .franchise-wrapper .hero .content-container h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .franchise-wrapper .hero .content-container .line {
    margin: 16px 0;
  }
}
.products-wrapper {
  padding: 67px 0 0 0;
}
.products-wrapper .hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 12vw;
  overflow: hidden;
}
.products-wrapper .hero .left {
  position: relative;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 110px 170px 110px 110px;
  background: url("../img/qawsed.png") no-repeat;
  max-width: 680px;
}
.products-wrapper .hero .left .section-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 450px;
  width: 100%;
}
.products-wrapper .hero .left .section-title h3 {
  align-self: center;
  color: #2b3547;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 111px;
  text-transform: uppercase;
}
.products-wrapper .hero .left h4 {
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.products-wrapper .hero .left:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -60px;
  left: calc(50% - 2px);
  width: 2px;
  height: 200px;
  border: 1px solid #848788;
}
.products-wrapper .hero .right img {
  position: relative;
  left: 20px;
}
.products-wrapper .products {
  position: relative;
  padding: 100px 0;
}
.products-wrapper .products .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.products-wrapper .products .content-container .top {
  display: inherit;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 100px 0 80px 0;
  background: url("../img/noun-1.png") no-repeat;
}
.products-wrapper .products .content-container .top h4 {
  color: #2b3547;
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 60px 0 0 0;
}
.products-wrapper .products .content-container .top h1 {
  color: #2b3547;
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
}
.products-wrapper .products .content-container .top h3 {
  align-self: center;
  color: #0f0633;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 111px;
  text-transform: uppercase;
}
.products-wrapper .products .content-container .top p {
  color: #0f0633;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.products-wrapper .products .content-container .materials-bg {
  background: url("../img/asd.png") no-repeat;
  background-position: center;
}
.products-wrapper .products .content-container .bottom p {
  padding: 18px 0;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.products-wrapper .products .content-container:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -60px;
  left: calc(50% - 2px);
  width: 2px;
  height: 123px;
  border: 1px solid #848788;
}
.products-wrapper .products-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.products-wrapper .products-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: calc(100% - 100px);
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  counter-reset: step-counter;
}
.products-wrapper .products-list ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  /* height: 100%; */
  padding: 0 0 34px 0;
  border-bottom: 1px solid #d3ba83;
  margin: 0 0.5% 50px 0.5%;
}
.products-wrapper .products-list ul li:after {
  position: absolute;
  left: 0;
  bottom: -32px;
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  counter-increment: step-counter;
  content: counter(step-counter) " ";
}
.products-wrapper .products-list ul li h4 {
  margin: 0 0 20px 0;
  color: #0f0633;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.products-wrapper .products-list ul li .content-container {
  position: relative;
  overflow: hidden;
}
.products-wrapper .products-list ul li .content-container img {
  display: block;
  width: 100%;
  height: auto;
  transition: .2s;
}
.products-wrapper .products-list ul li .content-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(43, 53, 71, 0.5);
  color: #fff;
  font-family: Rubik, sans-serif;
  font-weight: 100;
  font-size: 70px;
  opacity: 0;
  transition: opacity 0.3s;
}
.products-wrapper .products-list ul li:hover .content-container a {
  opacity: 1;
}
.products-wrapper .products-list ul li:hover .content-container img {
  transform: scale(1.1);
}
.products-wrapper .assortment {
  position: relative;
}
.products-wrapper .assortment .section-name {
  left: -97px;
}
.products-wrapper .assortment .content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: calc(100% - (120px - 1%));
  width: 100%;
  margin: 0 auto;
}
.products-wrapper .assortment .content-container .item {
  display: inherit;
  flex-direction: column;
  width: 19%;
  margin: 0 0.5%;
  position: relative;
}
.products-wrapper .assortment .content-container .item img {
  display: block;
  width: 100%;
}
.products-wrapper .assortment .content-container .item p {
  margin: 20px 0 120px 0;
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.products-wrapper .assortment .content-container .item .price {
  display: block;
  padding: 18px 16px;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 260px;
  width: 100%;
  border: none;
  border-radius: 3px;
  background-color: #d3ba83;
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
}

#hidden-content-price .low-margin {
  display: none;
}
#hidden-content-price .hint {
  display: none;
}
#hidden-content-price .file-uploader-container .file-label {
  display: none;
}
#hidden-content-price .uploaded {
  display: none;
}
#hidden-content-price .input-container .submit {
  margin-left: auto;
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .products-wrapper .hero {
    padding: 0 0 0 6vw;
  }
}
@media (max-width: 1366px) {
  .products-wrapper .hero {
    padding: 0 0 0 4vw;
  }
  .products-wrapper .similar-project .flex-container {
    display: flex;
    justify-content: space-between;
  }
  .products-wrapper .similar-project .flex-container .img-container {
    width: 50%;
  }
  .products-wrapper .similar-project .flex-container .form-block {
    bottom: 80px;
    right: 0;
    width: 60%;
    height: auto;
    padding: 15px 20px;
  }
  .products-wrapper .similar-project .flex-container .form-block .content-container form .input-container progress {
    align-self: center;
    height: 8px;
    width: 125px;
  }
}
@media (max-width: 1024px) {
  .products-wrapper .hero {
    padding: 0;
  }
  .products-wrapper .hero .left {
    width: 50%;
    padding: 110px 40px 110px 40px;
  }
  .products-wrapper .hero .left .content-container .section-title {
    justify-content: center;
  }
  .products-wrapper .hero .right {
    width: 50%;
  }
  .products-wrapper .assortment .content-container .item {
    width: 49%;
  }
  .products-wrapper .products {
    padding: 165px 0 125px 0;
  }
  .products-wrapper .similar-project {
    margin: 0;
  }
  .products-wrapper .similar-project .flex-container {
    flex-direction: column;
  }
  .products-wrapper .similar-project .flex-container .image-container {
    width: 100%;
  }
  .products-wrapper .similar-project .flex-container .image-container img {
    display: block;
  }
  .products-wrapper .similar-project .flex-container .form-block {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  .products-wrapper .contacts {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .products-wrapper .hero {
    padding: 0;
  }
  .products-wrapper .hero .left {
    background-size: contain;
  }
  .products-wrapper .hero .left .content-container h4 {
    font-size: 20px;
  }
  .products-wrapper .hero .left:before {
    height: 150px;
  }
  .products-wrapper .products-list ul {
    padding: 50px 0;
  }
  .products-wrapper .products-list ul li {
    width: 49%;
  }
  .products-wrapper .products {
    max-width: calc(100% - (120px - 1%));
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 125px 0;
  }
  .products-wrapper .products .content-container .top h3 {
    font-size: 80px;
  }
  .products-wrapper .products .content-container .top h4 {
    font-size: 36px;
  }
  .products-wrapper .similar-project {
    margin: 0;
  }
  .products-wrapper .contacts {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .products-wrapper {
    padding: 50px 0 0 0;
  }
  .products-wrapper .hero {
    flex-direction: column-reverse;
  }
  .products-wrapper .hero .left {
    width: 100%;
  }
  .products-wrapper .hero .right {
    display: none;
  }
  .products-wrapper .products {
    padding: 70px 0 80px 0;
    max-width: 100%;
  }
  .products-wrapper .products .content-container {
    max-width: 92%;
  }
  .products-wrapper .products .content-container:before {
    top: -30px;
    height: 100px;
  }
  .products-wrapper .products .content-container .top {
    padding: 60px 0 60px 0;
    background-size: contain;
  }
  .products-wrapper .products .content-container .top h3 {
    font-size: 38px;
  }
  .products-wrapper .products .content-container .top h4 {
    font-size: 26px;
  }
  .products-wrapper .products-list ul {
    max-width: 92%;
  }
  .products-wrapper .products-list ul li {
    width: 99%;
  }
  .products-wrapper .assortment .content-container {
    max-width: 92%;
  }
  .products-wrapper .assortment .content-container .item {
    width: 100%;
  }
}
.about-wrapper {
  padding: 67px 0 0 0;
  overflow-x: hidden;
}
.about-wrapper .read-more {
  display: inline-block;
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0 70px 0 0;
  margin: 14px 0 0 0;
  text-transform: lowercase;
  background: url(../img/arrows.svg) no-repeat;
  background-position-x: 94%;
  background-position-y: 44%;
  cursor: pointer;
}
.about-wrapper .read-more:hover {
  background-position-x: 100%;
}
.about-wrapper .container {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.about-wrapper .about-us {
  margin: 0;
}
.about-wrapper .about-us h2 {
  width: 100%;
  max-width: 92%;
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 160px auto 110px auto;
}
.about-wrapper .about-us .flex-container {
  display: flex;
  justify-content: space-between;
}
.about-wrapper .about-us .flex-container .img-container {
  width: 56%;
}
.about-wrapper .about-us .flex-container .info-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  position: relative;
  bottom: 80px;
  right: 200px;
  width: 44%;
  height: 660px;
  padding: 50px 50px 50px 100px;
  background: #2b3547;
}
.about-wrapper .about-us .flex-container .info-block h3 {
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 29px;
  font-weight: 500;
  text-transform: uppercase;
}
.about-wrapper .about-us .flex-container .info-block .line {
  display: inline-block;
  width: 0;
  height: 1px;
  margin: 24px 0;
  background-color: #fff;
  transition: 0.6s;
}
.about-wrapper .about-us .flex-container .info-block p {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 24px 0;
}
.about-wrapper .dream-box {
  padding: 100px 0 160px 0;
}
.about-wrapper .dream-box .container:first-child:first-letter {
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 82px;
  font-weight: 900;
}
.about-wrapper .dream-box .container p {
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 25px 0;
}
.about-wrapper .dream-box .container h3 {
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 75px 0 0 0;
}
.about-wrapper .similar-project {
  margin: 0;
}
.about-wrapper .our-team-slider-container {
  position: relative;
  padding: 55px 0;
  margin: 170px 0;
}
.about-wrapper .our-team-slider-container:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 44%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #d3ba83;
  z-index: -1;
  left: -1px;
}
.about-wrapper .our-team-slider-container:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 54%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #d3ba83;
  z-index: -1;
  right: -1px;
}
.about-wrapper .our-team-slider-container .our-team-arrows-container {
  position: absolute;
  display: inline-flex;
  justify-content: space-between;
  top: -22px;
  right: 0;
  margin: 0 80px;
}
.about-wrapper .our-team-slider-container .our-team-arrows-container .slick-arrow {
  margin: 0 3px;
  cursor: pointer;
}
.about-wrapper .our-team-slider-container .our-team-slider {
  width: calc(100vw + 150px);
}
.about-wrapper .our-team-slider-container .our-team-slider .our-team-item {
  position: relative;
  margin: 0 25px 0 0;
}
.about-wrapper .our-team-slider-container .our-team-slider .our-team-item .info-block {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #2b3547;
}
.about-wrapper .our-team-slider-container .our-team-slider .our-team-item .info-block h4 {
  align-self: center;
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.about-wrapper .our-team-slider-container .our-team-slider .our-team-item .info-block P {
  align-self: center;
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.about-wrapper .our-team-slider-container .our-team-slider .our-team-item img {
  width: 100%;
  height: auto;
}
.about-wrapper .review h2 {
  width: 100%;
  max-width: 92%;
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 160px auto 70px auto;
}
.about-wrapper .review .review-slider-container {
  position: relative;
  padding: 140px 0 50px 0;
  margin: 170px 0;
  border-top: 1px solid #d3ba83;
}
.about-wrapper .review .review-slider-container:before {
  display: none;
}
.about-wrapper .review .review-slider-container:after {
  display: none;
}
.about-wrapper .review .review-slider-container .review-arrows-container {
  position: absolute;
  display: inline-flex;
  justify-content: space-between;
  top: -22px;
  right: 0;
  margin: 0 80px;
}
.about-wrapper .review .review-slider-container .review-arrows-container .slick-arrow {
  margin: 0 3px;
  cursor: pointer;
}
.about-wrapper .review .review-slider-container .review-slider {
  width: 100%;
  max-width: calc(100% - 260px);
  margin: 0 auto;
}
.about-wrapper .review .review-slider-container .review-slider .review-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  margin: 0 10px;
}
.about-wrapper .review .review-slider-container .review-slider .review-item:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 164px;
  height: 134px;
  background: url("../img/lapki.png") no-repeat;
  background-size: contain;
}
.about-wrapper .review .review-slider-container .review-slider .review-item picture {
  position: relative;
  align-self: center;
  width: 148px;
  height: 148px;
}
.about-wrapper .review .review-slider-container .review-slider .review-item picture img {
  border-radius: 50%;
}
.about-wrapper .review .review-slider-container .review-slider .review-item .info-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 60px 0 0 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
}
.about-wrapper .review .review-slider-container .review-slider .review-item .info-block h4 {
  color: #2b3547;
  font-family: Rubik, sans-serif;
  font-size: 29px;
  font-weight: 500;
  text-transform: uppercase;
}
.about-wrapper .review .review-slider-container .review-slider .review-item .info-block .line {
  display: inline-block;
  width: 0;
  height: 1px;
  margin: 24px 0;
  background-color: #8893a1;
  transition: 0.6s;
}
.about-wrapper .review .review-slider-container .review-slider .review-item .info-block P {
  color: #505760;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.tour {
  margin-top: 90px;
}
.tour h2 {
  width: 100%;
  max-width: 92%;
  color: #d3ba83;
  font-family: "Playfair Display", sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 50px auto;
}
@media screen and (max-width: 480px) {
  .tour h2 {
    font-size: 36px;
    margin: 30px auto;
  }
}
.tour .flex-container {
  display: flex;
  justify-content: center;
}
.tour .flex-container .tour-sidebar {
  display: inherit;
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
}
.tour .flex-container .tour-sidebar img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.tour .flex-container .tour-map {
  width: 76%;
}
.tour .flex-container .tour-map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .about-wrapper .about-us .flex-container .info-block {
    right: 90px;
    width: 50%;
    height: 537px;
    padding: 50px 25px 50px 75px;
  }
  .about-wrapper .similar-project .flex-container .form-block {
    right: 100px;
    width: 52%;
    height: auto;
    padding: 30px;
  }
  .about-wrapper .review .review-slider-container .review-slider {
    max-width: calc(100% - 180px);
  }
  .about-wrapper .review .review-slider-container .review-slider .review-item:before {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .about-wrapper .container {
    max-width: 92%;
  }
  .about-wrapper .about-us h2 {
    margin: 70px auto 70px auto;
  }
  .about-wrapper .our-team-slider-container .our-team-slider {
    width: 100%;
  }
  .about-wrapper .our-team-slider-container .our-team-slider .our-team-item {
    margin: 0 10px;
  }
  .about-wrapper .review .review-slider-container {
    margin: 40px 0;
  }
  .about-wrapper .review .review-slider-container .review-slider {
    max-width: 92%;
  }
  .about-wrapper .about-us {
    padding: 0;
    margin: 0;
  }
  .about-wrapper .about-us .flex-container {
    flex-direction: column;
    justify-content: flex-start;
  }
  .about-wrapper .about-us .flex-container .img-container {
    width: 100%;
  }
  .about-wrapper .about-us .flex-container .info-block {
    width: 100%;
    bottom: 6px;
    right: 0;
    padding: 50px 25px;
  }
  .about-wrapper .similar-project {
    margin: 0;
  }
  .about-wrapper .similar-project .flex-container {
    flex-direction: column;
  }
  .about-wrapper .similar-project .flex-container .form-block {
    height: auto;
    right: 0;
    top: 0;
    width: 100%;
  }
  .about-wrapper .similar-project .flex-container .image-container img {
    display: block;
  }
}
@media (max-width: 480px) {
  .about-wrapper .about-us h2 {
    margin: 30px auto 60px auto;
    font-size: 36px;
  }
  .about-wrapper .about-us .flex-container .info-block {
    height: auto;
  }
  .about-wrapper .dream-box {
    padding: 70px 0 100px 0;
  }
  .about-wrapper .our-team-slider-container {
    margin: 100px 0;
  }
  .about-wrapper .our-team-slider-container .our-team-arrows-container {
    margin: 0 10px;
  }
  .about-wrapper .review h2 {
    font-size: 36px;
    margin: 100px auto 50px auto;
  }
  .about-wrapper .review .review-slider-container .review-arrows-container {
    margin: 0 10px;
  }
  .about-wrapper .similar-project .flex-container .form-block .content-container form .input-container {
    align-items: flex-start;
  }
  .about-wrapper .similar-project .flex-container .form-block .content-container form .input-container progress {
    display: none;
  }
  .about-wrapper .similar-project .flex-container .form-block .content-container form .input-container .submit {
    margin: 10px 0;
  }
  .about-wrapper .similar-project .flex-container .form-block .content-container h3 {
    font-size: 22px;
  }
  .about-wrapper .similar-project .flex-container .form-block .content-container h4 {
    font-size: 15px;
  }
  .about-wrapper .contacts {
    padding: 0;
  }
}
.site-error-wrapper {
  padding: 67px 0 0 0;
}
.site-error-wrapper .hero {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  padding: 100px 0 100px 100px;
  background: url("/../img/bg-cherepica.png");
  background-size: 180px;
}
.site-error-wrapper .hero .error-name {
  color: transparent;
  font-family: Rubik, sans-serif;
  font-size: 37vw;
  line-height: 30vw;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #140e35;
}
.site-error-wrapper .hero .info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: center;
  padding: 60px 40px;
  min-width: 420px;
  max-width: 420px;
  height: 410px;
  background-color: #2b3547;
}
.site-error-wrapper .hero .info-box h3 {
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 29px;
  font-weight: 500;
  text-transform: uppercase;
}
.site-error-wrapper .hero .info-box .line {
  display: inline-block;
  width: 0;
  height: 1px;
  margin: 0;
  background-color: #d3ba83;
  transition: 0.6s;
}
.site-error-wrapper .hero .info-box p {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.site-error-wrapper .hero .info-box a {
  display: inline-block;
  padding: 0 60px 0 0;
  border: none;
  background: url(/img/arrows.svg) no-repeat;
  background-position-x: 94%;
  background-position-y: center;
  color: #d3ba83;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.site-error-wrapper .hero .info-box a:hover {
  background-position-x: 100%;
}
.site-error-wrapper .hero .error-desc {
  position: absolute;
  color: #d3ba83;
  font-family: Rubik, sans-serif;
  font-size: 37px;
  font-weight: 500;
  text-transform: uppercase;
}
.site-error-wrapper .hero .one {
  top: 10vw;
  left: 24vw;
}
.site-error-wrapper .hero .two {
  top: 13vw;
  left: 51vw;
}
.site-error-wrapper .hero .three {
  top: 21vw;
  left: 36.5vw;
}

@media (max-width: 1700px) {
  .site-error-wrapper .hero {
    padding: 100px 0 100px 40px;
  }
  .site-error-wrapper .hero .one {
    left: 20vw;
  }
  .site-error-wrapper .hero .two {
    left: 47vw;
  }
  .site-error-wrapper .hero .three {
    left: 33vw;
  }
}
@media (max-width: 1500px) {
  .site-error-wrapper .hero {
    padding: 100px 0 100px 20px;
  }
  .site-error-wrapper .hero .error-name {
    font-size: 32vw;
    line-height: 28vw;
  }
  .site-error-wrapper .hero .error-desc {
    font-size: 30px;
  }
  .site-error-wrapper .hero .one {
    left: 17vw;
  }
  .site-error-wrapper .hero .two {
    left: 40vw;
  }
  .site-error-wrapper .hero .three {
    left: 28vw;
  }
}
@media (max-width: 1024px) {
  .site-error-wrapper .hero {
    flex-direction: column;
    padding: 0;
  }
  .site-error-wrapper .hero .error-name {
    font-size: 32vw;
    line-height: 28vw;
    text-align: center;
  }
  .site-error-wrapper .hero .info-box {
    min-width: 100%;
    max-width: 100%;
    height: 330px;
  }
  .site-error-wrapper .hero .one {
    left: 82vw;
  }
  .site-error-wrapper .hero .two {
    left: 82vw;
  }
  .site-error-wrapper .hero .three {
    left: 82vw;
    top: 16vw;
  }
}
@media (max-width: 768px) {
  .site-error-wrapper .hero {
    background-size: 80px;
  }
  .site-error-wrapper .hero .error-desc {
    display: none;
  }
  .site-error-wrapper .hero .info-box {
    padding: 30px;
  }
}

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