body {
  background-color: #f7f7f7;
  font-family: 'Twkeverett web', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}

.container-fluid {
  width: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container-fluid.full-height-cont {
  padding-right: 140px;
  padding-left: 140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-flex-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-button {
  z-index: 10;
  padding: 0px;
}

.menu-button.w--open {
  background-color: transparent;
}

.navmenu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  color: #000;
  text-align: left;
}

.a-brand {
  z-index: 10;
}

.img-brand {
  display: block;
  width: 70px;
}

.home_section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-flex-menubutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-line-menu {
  width: 60px;
  height: 8px;
  background-color: #000;
}

.div-home-slider-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-slider-element {
  width: 80%;
}

.home_slider {
  z-index: 1;
  height: 100%;
}

.home_slider_mask {
  height: 100%;
}

.home_slide {
  overflow: hidden;
  height: 100%;
}

.home-arrow {
  display: none;
}

.home_slider_nav {
  display: none;
}

.div-content-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: -30px;
}

.img-slide-home {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-under-slider {
  width: 100%;
  max-width: 1444px;
  margin-top: 40px;
}

.rich-home {
  font-size: 18px;
  line-height: 1.6em;
}

.rich-home p {
  margin-bottom: 30px;
}

.div-logos-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 80px;
}

.div-logo-home {
  margin-right: 80px;
}

.img-logo-home {
  display: block;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer_section {
  padding-top: 40px;
  padding-bottom: 90px;
}

.div-contact-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tb-footer-el {
  font-size: 18px;
  line-height: 30px;
}

.tb-footer-el.socials-text {
  margin-top: 50px;
}

.div-col-footer {
  margin-right: 60px;
}

.a-contact-tel {
  color: #000;
  text-decoration: none;
}

.a-social-footer {
  border-bottom: 1px solid transparent;
  -webkit-transition: opacity 400ms ease, border 300ms ease;
  transition: opacity 400ms ease, border 300ms ease;
  color: #000;
  text-decoration: none;
}

.a-social-footer:hover {
  opacity: 0.33;
}

.div-navmenu-cont {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  padding-top: 125px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}

.div-navmenu-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navlink {
  margin: 0px;
  padding: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  font-size: 55px;
  line-height: 65px;
  text-transform: uppercase;
}

.navlink:hover {
  color: rgba(0, 0, 0, 0.33);
}

.div-menu-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-menu-f-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-menu-footer-col {
  margin-right: 80px;
}

.tb-footer-menu {
  font-size: 18px;
  line-height: 30px;
}

.tb-footer-menu.socials-text {
  margin-top: 50px;
}

.a-link-black {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #000;
  text-decoration: none;
}

.a-link-black:hover {
  opacity: 0.35;
}

.a-link-black.link-white {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
}

.a-link-black.link-white:hover {
  opacity: 0.6;
}

.a-link-privacy {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.a-link-privacy:hover {
  opacity: 0.33;
}

.div-menu-f-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-flex-nav-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.offer-section {
  min-height: 55vh;
  padding-top: 150px;
}

.section.contact-white {
  padding-top: 150px;
  padding-bottom: 80px;
}

.section.contact-black {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #000;
  color: #fff;
}

.section.projects-section {
  padding-top: 150px;
}

.section.project-section {
  padding-top: 150px;
}

.section.about-section {
  padding-top: 150px;
  padding-bottom: 0px;
}

.div-project-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-item-project-gird {
  width: 50%;
  padding: 20px;
}

.a-link-project {
  position: relative;
  display: block;
  overflow: hidden;
}

.img-project-gird {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-overlay-project {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0.7);
  opacity: 0;
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}

.div-overlay-project:hover {
  opacity: 1;
}

.h3-title-project {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
}

.tb-short-info {
  margin-top: 5px;
  font-size: 18px;
  line-height: 30px;
}

.div-main-image {
  position: relative;
  overflow: hidden;
}

.img-w1 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: -10px;
}

.div-texts-project {
  padding: 80px 60px;
}

.div-texts-project.title-box {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-flex-texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-texts-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-texts-description {
  width: 47%;
  max-width: 550px;
}

.h1-project-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 33px;
  line-height: 43px;
  text-transform: uppercase;
}

.tb-about-project {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 25px;
}

.rich-project {
  font-size: 14px;
  line-height: 1.8em;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.rich-project p {
  margin-bottom: 20px;
}

.rich-project ol {
  padding-left: 19px;
}

.div-image-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-bottom: 40px;
  margin-left: -20px;
}

.div-image-section {
  overflow: hidden;
  margin-bottom: 40px;
}

.div-image-item {
  overflow: hidden;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.img-project-single {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-project-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-right: -15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-link-nav {
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.div-flex-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-arrow-nav {
  width: 28px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.tb-nav-project {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-line-nav {
  width: 2px;
  height: 20px;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #000;
}

.div-flex-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-flex-team.rev-flex-member {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-image-team {
  display: block;
  overflow: hidden;
  width: 40%;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h3-team-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  text-transform: uppercase;
}

.div-team-name-pos {
  margin-bottom: 60px;
}

.img-member {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-flex-offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-title-offer {
  width: 45%;
  padding-left: 60px;
}

.div-offer-content {
  width: 45%;
  margin-top: -15px;
}

.div-offer-item {
  border-bottom: 1px solid #000;
}

.div-offer-title-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.tb-offer-title {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}

.img-arrow-down {
  width: 20px;
}

.div-offer-item-hidden {
  overflow: hidden;
}

.div-hidden-box {
  padding-bottom: 40px;
}

.rich-offer {
  font-size: 14px;
  line-height: 1.8em;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.rich-offer p {
  margin-bottom: 20px;
}

.rich-offer ol {
  padding-left: 19px;
}

.rich-offer ul {
  margin-bottom: 20px;
}

.div-contact-content {
  width: 45%;
}

.contact-form-block {
  margin-bottom: 0px;
}

.div-tfield {
  margin-bottom: 20px;
}

.tfield {
  height: 35px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.tfield::-webkit-input-placeholder {
  color: #000;
}

.tfield:-ms-input-placeholder {
  color: #000;
}

.tfield::-ms-input-placeholder {
  color: #000;
}

.tfield::placeholder {
  color: #000;
}

.tfield.textarea {
  height: 60px;
  background-color: transparent;
}

.tfield.white-tfield {
  border-bottom-color: #fff;
  color: #fff;
}

.tfield.white-tfield::-webkit-input-placeholder {
  color: #fff;
}

.tfield.white-tfield:-ms-input-placeholder {
  color: #fff;
}

.tfield.white-tfield::-ms-input-placeholder {
  color: #fff;
}

.tfield.white-tfield::placeholder {
  color: #fff;
}

.div-preffered-form {
  margin-top: 80px;
}

.div-buttons-flex-contact {
  margin-top: 15px;
  margin-bottom: 15px;
}

.a-button-pref {
  margin-right: 15px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #000;
  text-transform: uppercase;
}

.a-button-pref:hover {
  background-color: #000;
  color: #fff;
}

.a-button-pref.white-button {
  border-color: #fff;
  color: #fff;
}

.a-button-pref.white-button:hover {
  background-color: #fff;
  color: #000;
}

.a-button-pref.white-button.active-button {
  background-color: #fff;
  color: #000;
}

.a-button-pref.active-button {
  background-color: #000;
  color: #fff;
}

.submit-button {
  margin-top: 10px;
  padding-right: 45px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/Group-13.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #000;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #000;
  background-image: url('../images/arrow-submit-white.svg');
  color: #fff;
}

.submit-button.white-submit {
  border-color: #fff;
  background-image: url('../images/arrow-submit-white.svg');
  color: #fff;
}

.submit-button.white-submit:hover {
  background-color: #fff;
  background-image: url('../images/Group-13.svg');
  color: #000;
}

.div-footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-left: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rich-policy {
  font-size: 14px;
  line-height: 1.8em;
}

.rich-policy p {
  margin-bottom: 20px;
}

.rich-policy ol {
  padding-left: 19px;
}

.rich-policy ul {
  margin-bottom: 20px;
}

.img-slide-home-mobile {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-flex-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-title-contact {
  width: 45%;
  padding-left: 60px;
}

.div-photo-project {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  margin-top: -30px;
  margin-bottom: 0px;
}

.div-parallax {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 68%;
}

.div-image-paralax {
  margin-top: -50px;
}

.home_hero {
  position: relative;
  height: 90vh;
}

.a-link-scroll-down {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 30px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 145px;
  height: 145px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #dcdadb;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.a-link-scroll-down:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.img-arrow-hero {
  height: 60px;
}

.a-link-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.a-link-button.negative-margin-button {
  position: relative;
  display: inline-block;
  margin-top: -22px;
}

.div-flex-link-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-link-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.img-arrow-button {
  display: block;
  height: 22px;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.div-texts-home {
  padding: 80px 60px;
}

.div-texts-home.title-box {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-flex-home-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-item-img-home {
  width: 55%;
  max-width: 650px;
}

.div-content-home-item {
  width: 40%;
}

.div-img-home {
  position: relative;
  overflow: hidden;
  padding-bottom: 119%;
}

.img-home-el {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-badge-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 120px;
}

.div-image-el {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-top: -30px;
}

.div-overlay-hover-none {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.div-member-auto {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -30px;
  padding-bottom: 160%;
}

.a-link-page-head {
  position: fixed;
  left: auto;
  top: auto;
  right: 60px;
  bottom: 40px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #dcdadb;
  text-decoration: none;
}

.tb-num-project {
  margin-bottom: 5px;
  padding-left: 4px;
  font-size: 18px;
  line-height: 25px;
}

.div-img-project {
  position: relative;
  margin-top: -10px;
}

.div-cookies-box {
  position: absolute;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 20;
  width: 90%;
  max-width: 450px;
  padding: 25px 20px;
  background-color: #000;
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
}

.div-cookies-box.visible-cookies {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-content-cookies {
  display: block;
}

.div-flex-buttons-cookies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-button-cookies {
  margin-right: 15px;
  padding: 4px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-size: 13px;
}

.a-button-cookies:hover {
  background-color: #fff;
  color: #000;
}

.div-neg-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.a-close-cookies {
  position: relative;
  left: auto;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin: -10px -5px 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 40px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.a-close-cookies:hover {
  background-color: #fff;
}

.img-close {
  width: 15px;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

html.w-mod-js *[data-ix="load-appear"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="scroll-appear"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

@media screen and (min-width: 1280px) {
  .div-logos-home {
    margin-top: 80px;
    margin-bottom: 100px;
  }

  .navlink {
    font-size: 60px;
    line-height: 70px;
  }

  .div-texts-project {
    padding-right: 100px;
    padding-left: 100px;
  }

  .div-image-team {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-title-offer {
    padding-left: 100px;
  }

  .div-title-contact {
    padding-left: 100px;
  }

  .div-texts-home {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .container-fluid.full-height-cont {
    padding-right: 190px;
    padding-left: 190px;
  }

  .home_section {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .navlink {
    font-size: 70px;
    line-height: 75px;
  }

  .div-overlay-project {
    padding-right: 90px;
    padding-left: 90px;
  }

  .h3-title-project {
    font-size: 40px;
    line-height: 50px;
  }

  .div-texts-project {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-texts-description {
    max-width: 600px;
  }

  .rich-project {
    font-size: 15px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }

  .rich-offer {
    font-size: 15px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }

  .div-footer-contact {
    padding-left: 80px;
  }

  .rich-policy {
    font-size: 15px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }

  .div-texts-home {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .div-flex-team {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-fluid.full-height-cont {
    padding-right: 60px;
    padding-left: 60px;
  }

  .img-brand {
    width: 70px;
  }

  .home_section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-slider-element {
    width: 100%;
  }

  .home_slider {
    min-height: 500px;
  }

  .div-content-slide {
    margin-top: -30px;
  }

  .rich-home {
    font-size: 16px;
  }

  .div-logos-home {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-logo-home {
    margin-right: 40px;
  }

  .img-logo-home {
    height: 80px;
  }

  .tb-footer-el {
    font-size: 16px;
    line-height: 1.6em;
  }

  .navlink {
    font-size: 50px;
    line-height: 60px;
  }

  .div-menu-footer-col {
    margin-right: 40px;
  }

  .tb-footer-menu {
    font-size: 16px;
    line-height: 25px;
  }

  .div-flex-nav-box {
    padding-bottom: 40px;
  }

  .section.offer-section {
    padding-top: 150px;
  }

  .section.contact-white {
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .section.contact-black {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.projects-section {
    padding-top: 130px;
  }

  .section.project-section {
    padding-top: 130px;
  }

  .section.about-section {
    padding-top: 130px;
  }

  .div-project-flex {
    margin-right: -10px;
    margin-left: -10px;
  }

  .div-item-project-gird {
    padding: 10px;
  }

  .a-link-project {
    padding-bottom: 0%;
    text-decoration: none;
  }

  .img-project-gird {
    position: relative;
  }

  .div-overlay-project {
    position: relative;
    display: block;
    padding: 20px 0px;
    background-color: transparent;
    opacity: 1;
  }

  .h3-title-project {
    font-size: 25px;
    line-height: 30px;
  }

  .tb-short-info {
    font-size: 16px;
  }

  .div-texts-project {
    padding: 40px 20px;
  }

  .h1-project-title {
    font-size: 28px;
    line-height: 35px;
  }

  .rich-project {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .div-image-columns {
    margin-right: -10px;
    margin-bottom: 20px;
    margin-left: -10px;
  }

  .div-image-section {
    margin-bottom: 20px;
  }

  .div-image-item {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-project-nav {
    margin-top: 40px;
  }

  .div-team-name-pos {
    margin-bottom: 30px;
  }

  .div-title-offer {
    width: 35%;
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .div-offer-content {
    width: 60%;
  }

  .div-contact-content {
    width: 100%;
  }

  .div-preffered-form {
    margin-top: 40px;
  }

  .div-footer-contact {
    margin-top: 40px;
    padding-left: 0px;
  }

  .div-flex-contact {
    display: block;
  }

  .div-title-contact {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .div-photo-project {
    position: absolute;
    margin-top: -30px;
  }

  .div-parallax {
    position: relative;
    padding-bottom: 67%;
  }

  .div-texts-home {
    padding: 40px 20px;
  }

  .div-item-img-home {
    width: 50%;
  }

  .div-content-home-item {
    width: 45%;
  }

  .img-badge-home {
    width: 80px;
  }

  .div-member-auto {
    margin-top: -30px;
  }

  .a-link-page-head {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .a-brand {
    padding-left: 0px;
  }

  .img-brand {
    width: 60px;
  }

  .div-flex-menubutton {
    width: 50px;
    height: 20px;
  }

  .div-line-menu {
    width: 50px;
    height: 7px;
  }

  .home_slider {
    min-height: 400px;
  }

  .footer_section {
    padding-bottom: 40px;
  }

  .div-nav-links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-menu-footer {
    display: block;
  }

  .div-menu-footer-col {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .div-menu-f-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-flex-nav-box {
    display: block;
    padding-bottom: 100px;
  }

  .section.offer-section {
    padding-top: 130px;
  }

  .section.contact-white {
    padding-top: 130px;
  }

  .section.contact-black {
    padding-bottom: 20px;
  }

  .section.projects-section {
    padding-top: 120px;
  }

  .section.project-section {
    padding-top: 120px;
  }

  .section.about-section {
    padding-top: 120px;
  }

  .div-item-project-gird {
    width: 100%;
  }

  .div-texts-project {
    padding: 30px 0px;
  }

  .div-flex-texts {
    display: block;
  }

  .div-texts-title {
    width: 100%;
    margin-bottom: 50px;
  }

  .div-texts-description {
    width: 100%;
    max-width: 100%;
  }

  .h1-project-title {
    font-size: 25px;
    line-height: 32px;
  }

  .h1-project-title.home-margin-el {
    margin-bottom: 0px;
  }

  .div-project-nav {
    margin-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .img-arrow-nav {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tb-nav-project {
    display: none;
  }

  .div-line-nav {
    display: none;
  }

  .div-flex-team {
    display: block;
  }

  .div-image-team {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
  }

  .h3-team-name {
    font-size: 19px;
    line-height: 26px;
  }

  .div-flex-offer {
    display: block;
  }

  .div-title-offer {
    width: 100%;
    margin-bottom: 50px;
  }

  .div-offer-content {
    width: 100%;
    margin-top: 0px;
  }

  .div-offer-title-arrow {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-hidden-box {
    padding-top: 20px;
  }

  .rich-offer {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }

  .div-preffered-form {
    margin-top: 30px;
  }

  .div-footer-contact {
    display: block;
  }

  .div-flex-contact {
    display: block;
  }

  .div-title-contact {
    width: 100%;
    margin-bottom: 30px;
  }

  .a-link-scroll-down {
    display: none;
    width: 80px;
    height: 80px;
  }

  .a-link-button.negative-margin-button {
    margin-top: 0px;
  }

  .div-texts-home {
    padding: 30px 0px;
  }

  .div-flex-home-img {
    display: block;
  }

  .div-item-img-home {
    width: 100%;
  }

  .div-content-home-item {
    width: 100%;
    margin-top: 40px;
  }

  .div-image-el {
    margin-top: -30px;
  }

  .div-overlay-hover-none {
    display: none;
  }

  .div-member-auto {
    margin-top: -20px;
  }

  .tb-num-project {
    font-size: 16px;
    line-height: 22px;
  }

  .div-img-project {
    margin-top: 0px;
  }

  .div-neg-button {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-fluid.full-height-cont {
    padding-right: 40px;
    padding-left: 40px;
  }

  .img-brand {
    width: 55px;
  }

  .div-flex-menubutton {
    position: relative;
  }

  .home_slider {
    min-height: auto;
  }

  .img-slide-home {
    display: none;
  }

  .div-logos-home {
    margin-top: 50px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-logo-home {
    margin-right: 20px;
  }

  .img-logo-home {
    height: 60px;
  }

  .footer_section {
    padding-top: 60px;
  }

  .tb-footer-el {
    font-size: 14px;
  }

  .tb-footer-el.socials-text {
    margin-top: 40px;
  }

  .div-col-footer {
    margin-right: 40px;
  }

  .div-col-footer.last-col {
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-navmenu-cont {
    padding-top: 130px;
  }

  .div-navmenu-scroll {
    display: block;
  }

  .navlink {
    font-size: 40px;
    line-height: 50px;
  }

  .div-menu-footer {
    margin-top: 60px;
  }

  .div-menu-footer-col {
    margin-bottom: 35px;
  }

  .div-menu-footer-col.last-menu-nip {
    margin-bottom: 20px;
  }

  .tb-footer-menu {
    font-size: 14px;
  }

  .section.offer-section {
    padding-top: 120px;
  }

  .section.contact-white {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.contact-black {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section.projects-section {
    padding-top: 90px;
    padding-bottom: 0px;
  }

  .section.project-section {
    padding-top: 90px;
  }

  .section.about-section {
    padding-top: 90px;
    padding-bottom: 0px;
  }

  .div-project-flex {
    margin-top: -10px;
  }

  .div-overlay-project {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .h3-title-project {
    font-size: 22px;
    line-height: 28px;
  }

  .tb-short-info {
    margin-top: 0px;
    font-size: 14px;
    line-height: 26px;
  }

  .div-main-image {
    padding-bottom: 140%;
  }

  .img-w1 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    margin-top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .div-texts-project.title-box {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .div-texts-title {
    margin-bottom: 50px;
  }

  .h1-project-title.smaller-mobile-title {
    font-size: 14px;
    line-height: 25px;
  }

  .tb-about-project {
    margin-top: 40px;
    font-size: 13px;
    line-height: 21px;
  }

  .div-image-columns {
    display: block;
  }

  .div-image-section {
    margin-bottom: 15px;
  }

  .div-image-item {
    width: 100%;
    margin-bottom: 15px;
  }

  .img-project-single {
    margin-top: 0px;
  }

  .div-image-team {
    max-width: 100%;
  }

  .h3-team-name {
    font-size: 16px;
  }

  .img-member {
    margin-top: 0px;
  }

  .div-title-offer {
    margin-bottom: 45px;
  }

  .div-hidden-box {
    padding-top: 20px;
  }

  .tfield {
    font-size: 12px;
  }

  .a-button-pref {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
  }

  .submit-button {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
  }

  .div-footer-contact {
    margin-top: 100px;
  }

  .img-slide-home-mobile {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
  }

  .div-photo-project {
    margin-top: -10px;
  }

  .home_hero {
    height: 100vh;
  }

  .a-link-button.home-button-logo {
    margin-top: 30px;
  }

  .div-texts-home.first-no-padding {
    padding-bottom: 5px;
  }

  .div-content-home-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-badge-home {
    width: 55px;
  }

  .div-image-el {
    margin-top: -10px;
  }

  .div-member-auto {
    margin-top: -10px;
  }

  .tb-num-project {
    padding-left: 2px;
    font-size: 14px;
  }

  .div-cookies-box {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-flex-buttons-cookies {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .a-button-cookies {
    margin-top: 10px;
    margin-right: 0px;
  }

  .a-close-cookies {
    margin-top: -5px;
  }
}

@font-face {
  font-family: 'Twkeverett web';
  src: url('../fonts/TWKEverett-Regular-web.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}