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%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto";
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: hidden;
}

h2 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 25px;
  width: 100%;
  line-height: 1.2416;
}

p, li {
  margin: 0 0 15px;
  line-height: 1.57125;
  font-size: 1.12rem;
  font-weight: 300;
}

.section {
  display: flex;
  width: 100%;
  align-items: flex-start;
  align-self: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.parts {
  display: flex;
  align-items: stretch;
}
.parts__two .part {
  width: 50%;
  padding: 10px;
}

.part {
  display: flex;
  align-items: center;
}

form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}

.input_block, .input, input, button {
  width: 100%;
  display: flex;
}

.input_block.hidden {
  display: none;
}

.btn__submit.success button {
  pointer-events: none;
  background-color: #1595a8;
}

input, button {
  padding: 20px;
  font-size: 1rem;
  line-height: 1.5;
}

button {
  justify-content: center;
  background-color: #18181b;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

strong {
  font-weight: 600;
}

.part__two {
  order: 2;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.header {
  position: relative;
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.header a {
  color: #fff;
  text-decoration: none;
}

.logo {
  max-width: 160px;
  width: 100%;
}
.logo img {
  width: 100%;
}

nav {
  display: flex;
}
nav ul {
  display: flex;
  gap: 50px;
}
nav li {
  margin: 0;
}

.lang_switcher {
  display: flex;
  position: relative;
  text-transform: uppercase;
}

.lang {
  color: #fff;
  padding: 8px 16px;
  border: 1px solid #fff;
}
.lang.active:hover {
  cursor: pointer;
  background-color: #fff;
  color: #131314;
}

.lang_list {
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #fff;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
  display: none;
}
.lang_list.active {
  display: flex;
}
.lang_list li {
  margin: 0;
  display: flex;
}
.lang_list a {
  color: #131414;
  padding: 8px 16px;
}
.lang_list a:hover {
  color: #1595a8;
}

.aside_contacts {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  background-color: #16232B;
  border-radius: 26px;
  width: 54px;
  transition: 0.5s ease;
}
.aside_contacts:hover {
  width: auto;
}
.aside_contacts .icon {
  position: relative;
  display: flex;
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/images/icons/aside-mail.svg");
  background-position: center;
  background-size: 22px;
  flex: 0 0 40px;
}
.aside_contacts .icon__mail {
  background-image: url("/images/icons/aside-mail.svg");
}
.aside_contacts .icon__phone {
  background-image: url("/images/icons/aside-phone.svg");
}
.aside_contacts .icon__whatsapp {
  background-image: url("/images/icons/aside-whatsapp.svg");
}
.aside_contacts .label {
  display: flex;
  align-self: center;
  padding: 0 10px 0 0;
}
.aside_contacts a {
  color: #ffffff;
  text-decoration: none;
  padding: 8px 8px;
  position: relative;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  gap: 6px;
}

.section__slider {
  display: flex;
  position: relative;
  z-index: 1;
}
.section__slider .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section__slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.36));
}
.section__slider .slide_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 100;
}
.section__slider h2 {
  color: #ffffff;
  max-width: 600px;
  line-height: 1.27;
  text-shadow: 0px 0px 33px rgba(0, 0, 0, 0.75);
}
.section__slider p {
  color: #ffffff;
  margin: 0 0 25px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
}
.section__slider a {
  display: flex;
  width: 250px;
  justify-content: center;
  padding: 20px 30px;
  background-color: #131414;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.swiper {
  width: 100%;
  height: 900px;
}

.swiper-pagination-bullet-active {
  background: #66a5be;
}

.section__services .parts {
  flex-wrap: wrap;
}
.section__services .part__one {
  flex-wrap: wrap;
}
.section__services .part__one span {
  color: #777777;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.section__services .part__two {
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.section__services h2 {
  width: 100%;
}
.section__services .part__one {
  order: 1;
}
.section__services .part__two {
  order: 2;
}
.section__services .part__three {
  order: 3;
  width: 100%;
  padding: 80px 40px 0;
  display: flex;
  justify-content: center;
}

.service {
  display: flex;
  width: calc((100% - 40px) / 3);
  height: 300px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.28));
}
.service h3 {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 30px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.75);
  z-index: 200;
}

.btn_get_price_list {
  display: flex;
  width: 250px;
  justify-content: center;
  padding: 20px 30px;
  background-color: #131414;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.section__projects .parts {
  flex-wrap: wrap;
}

.swiper2 {
  width: 1400px;
}
.swiper2 .swiper-slide {
  width: 768px;
  height: 569px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 20px 0 0;
}

.section__history .part__one {
  flex-wrap: wrap;
}
.section__history .part__one span {
  color: #777777;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.four_elems {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.elem {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.elem__second {
  border-left: 1px solid #dedede;
}
.elem__third {
  border-top: 1px solid #dedede;
}
.elem__fourth {
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.elem .value {
  display: flex;
  justify-content: center;
  font-size: 69px;
  font-weight: 900;
  line-height: 1;
  width: 100%;
  margin: 0 0 5px;
}
.elem .desc {
  display: flex;
  color: #7E7B7B;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.section__team .part__two {
  flex-wrap: wrap;
  flex-direction: column;
  padding: 40px;
}
.section__team .part__one img {
  width: 100%;
}
.section__team h2 {
  width: 100%;
}

.section__values {
  display: flex;
}
.section__values .parts {
  flex-wrap: wrap;
}
.section__values .parts__four {
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
  gap: 25px;
}
.section__values .parts__four .part {
  width: 25%;
}
.section__values .parts .part {
  width: 100%;
}

.section__reviews .parts {
  flex-wrap: wrap;
}
.section__reviews .swiper-slide {
  padding: 30px 50px;
}
.section__reviews .slide_content {
  box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.17);
  padding: 30px 50px;
  position: relative;
  z-index: 100;
}
.section__reviews .slide_content p {
  font-style: italic;
}
.section__reviews .slide_content .author {
  text-align: center;
}

.swiper3 {
  width: 1000px;
  height: 300px;
}

.section__form {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*        &::before{
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              z-index: 10;
              width: 100%;
              height: 100%;
              background-color: rgba(0,0,0,0.28);
          }*/
}
.section__form .container {
  padding: 250px 40px;
}
.section__form h2 {
  color: #ffffff;
  line-height: 1.42;
  margin: 0;
  text-shadow: 0 0 19px rgba(0, 0, 0, 0.75);
  font-size: 31px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.modal.active {
  display: flex;
}
.modal_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 680px;
  width: 100%;
  padding: 52px 52px;
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
  box-shadow: 0 0 55px -25px rgba(0, 0, 0, 0.75);
}
.modal_body h3 {
  font-weight: 600;
  font-size: 22px;
  margin: 0 auto 15px;
}
.modal_body form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  align-self: flex-start;
}

.in_modal {
  position: relative;
  top: 0;
  height: 0;
  display: flex;
  z-index: 1;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.section__contacts {
  justify-content: space-between;
  align-items: stretch;
}
.section__contacts .img {
  width: 33.3333333333%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section__contacts .img.first {
  display: flex;
  align-items: center;
  background-color: #18181b;
  padding: 32px;
}
.section__contacts .img img {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.section__contacts .text {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 50px 70px 30px;
}
.section__contacts a {
  color: #1595a8;
  text-decoration: none;
}

.img_socials {
  display: flex;
  gap: 25px;
}

.social {
  display: flex;
  width: 80px;
  height: 80px;
  background-image: url("/images/socials/facebook.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.social__tiktok {
  margin: 15px 0 0 auto;
  width: 50px;
  height: 50px;
  background-image: url("/images/socials/tiktok.png");
}
.social__insta {
  margin: 15px 0 0 auto;
  width: 50px;
  height: 50px;
  background-image: url("/images/socials/instagram.png");
  background-size: 80px;
  background-repeat: no-repeat;
}
.social a {
  display: flex;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  #projects {
    overflow-x: hidden;
  }
  .swiper2 {
    width: 1000px;
  }
}
@media screen and (max-width: 1080px) {
  .swiper3 {
    width: 768px;
    height: 350px;
    overflow-x: hidden;
  }
  .swiper2 {
    width: 800px;
  }
}
@media screen and (max-width: 900px) {
  nav {
    display: none;
  }
  #projects {
    overflow: hidden;
  }
  .elem {
    padding: 20px;
  }
  .elem .value {
    font-size: 58px;
  }
  .parts__two .part {
    width: 100%;
  }
  .parts__four {
    flex-wrap: wrap;
  }
  .parts__four .part {
    width: 50%;
  }
  .section__form .parts {
    flex-wrap: wrap;
  }
  .section__contacts {
    flex-wrap: wrap;
  }
  .section__contacts .text {
    order: 1;
    width: 100%;
  }
  .section__contacts .first {
    order: 2;
    width: 50%;
  }
  .section__contacts .second {
    order: 3;
    width: 50%;
  }
  .swiper3 {
    width: 700px;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 8vw;
  }
  .service {
    max-width: 328px;
    width: 100%;
    margin: 0 auto;
  }
  .parts__two {
    flex-wrap: wrap;
  }
  .section__team .part__one {
    padding: 0;
  }
  .section__team .part__two {
    padding: 40px 0 0;
  }
  .section__contacts .text {
    padding: 50px 40px 30px;
  }
  .section__reviews .swiper-slide {
    padding: 30px 10px;
  }
  .section__reviews .slide_content {
    padding: 30px;
  }
  .swiper3 {
    width: 320px;
    height: 550px;
  }
  .swiper2 {
    width: 340px;
  }
  .swiper2 .swiper-slide {
    width: 340px;
    height: 260px;
    margin: 0 20px 0 0;
  }
  #reviews {
    overflow-x: hidden;
  }
}

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