@charset "UTF-8";
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  margin: 0;
  background-color: #ffffff;
  transition: 1s;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
}

.container {
  max-width: 1134px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.move {
  padding-top: 3%;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #282828;
  z-index: 998;
}

.text {
  color: black;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.header-inner {
  display: flex;
}

.header__contact {
  display: flex;
  justify-content: right;
  align-items: center;
  color: #fff;
  line-height: 19px;
  font-weight: 700;
  margin-left: 40px;
  font-family: "Bitter", serif;
}
.header__contact a svg {
  margin-right: 15px;
}

.nav-menu__list {
  display: flex;
  justify-content: space-between;
}

.nav-menu__item {
  color: #e7e8e8;
  cursor: pointer;
}
.nav-menu__item:hover {
  color: #5fb8cc;
  transition: 0.5s;
}

.header__contact__popup {
  text-align: center;
  background-color: #5fb8cc;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: white;
  font-family: "Bitter", serif;
}
.header__contact__popup:hover {
  color: #5fb8cc;
  transition: 0.5s;
}

.header__menu {
  text-align: right;
  width: 100%;
  text-align: right;
  gap: 100px;
}

.phone {
  padding: 0px 45px 0px 45px;
}
.phone:hover {
  color: #5fb8cc;
  transition: 0.5s;
}

.email:hover {
  color: #5fb8cc;
  transition: 0.5s;
}

.blog-intro {
  width: 100%;
  height: 770px;
  display: block;
  position: relative;
  color: #fff;
  font-family: "Bitter", serif;
}
.blog-intro:before {
  content: "";
  top: 0px;
  left: 0px;
  position: absolute;
  height: inherit;
  width: 100%;
  background: linear-gradient(125deg, rgba(0, 0, 0, 0.9) 34.75%, rgba(43, 159, 187, 0.55) 107.26%);
  z-index: 1;
}

.intro-video {
  width: 100%;
  height: inherit;
}

.intro-video__video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  object-fit: cover;
  -o-object-fit: cover;
}

.decor-lines {
  position: absolute;
  right: 0;
  top: 14%;
  width: 270px;
  height: 665px;
  overflow: hidden;
}
.decor-lines .line {
  background-color: #fff;
  height: 26px;
  transform: rotate(-68deg);
  position: absolute;
  opacity: 0.4;
  -ms-filter: alpha(opacity=20);
  -ms-transform: rotate(-68deg);
}

.line-item1 {
  width: 900px;
  right: -108%;
  top: 58%;
}

.line-item2 {
  width: 600px;
  right: -74%;
  top: 66%;
}

.line-item3 {
  width: 320px;
  right: -42%;
  top: 76%;
}

.page-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  font-family: "Roboto", sans-serif;
  margin: 0px;
  text-transform: uppercase;
}

.top {
  padding-top: 4%;
}

.subtitle {
  font-size: 24px;
  line-height: 33px;
  padding: 15px 0;
  padding-right: 30px;
  margin-top: 15px;
}

.discription {
  position: absolute;
  top: 16%;
  max-width: 960px;
  left: 22%;
  z-index: 99;
  margin: auto;
}

.marge {
  margin-top: 6%;
}

.price-button {
  align-items: center;
  padding: 25px 25px 25px 25px;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #5fb8cc;
  box-shadow: 0 3px 3px #5fb8cc;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.price-button::after {
  content: "";
  display: block;
  width: 20px;
  height: 200px;
  margin-left: 50px;
  background: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.5) 100%);
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  position: absolute;
  animation: movingFlare 3s ease-in-out 0.05s infinite;
}

@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.wrap-features {
  display: flex;
  flex-wrap: wrap;
}
.wrap-features__item {
  display: flex;
  width: 50%;
}
.wrap-features__icon {
  margin-right: 25px;
}
.wrap-features__discription {
  font-size: 20px;
}

.work-price {
  position: relative;
  height: 1000px;
}

.background-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.titleh2 {
  text-transform: uppercase;
  font-size: 42px;
  text-align: center;
}

.rel {
  position: relative;
}

.slider-item {
  width: 333px;
  border: 5px solid;
  border-color: #5fb8cc;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 6px 9px 26px -11px #000000;
  text-align: center;
  margin-bottom: 15px;
  background: #fff;
}
.slider-item:hover {
  background-color: #e7eff1;
}
.slider-item__icon {
  height: 233px;
}
.slider-item__title {
  font-size: 25px;
}
.slider-item__sub-title {
  font-size: 15px;
  line-height: 2;
  padding: 0 15px 0 15px;
}
.slider-item__list {
  text-align: left;
  line-height: 1.5;
}
.slider-item__item {
  list-style-type: decimal;
}

.button-popup {
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  border: none;
  background-color: #5FB8CC;
  color: #fff;
  padding: 15px 30px;
  font-size: 20px;
  transition: 1s;
}
.button-popup:hover {
  box-shadow: 0 5px 20px 14px rgba(0, 0, 0, 0.2);
}

.about {
  position: relative;
  margin-top: 5%;
}
.about__about-inner {
  display: flex;
  flex-wrap: nowrap;
}
.about__name-blok {
  background: rgba(96, 184, 204, 0.6);
  padding: 15px;
  position: absolute;
  color: #fff;
  text-align: center;
  z-index: 2;
  transform: translate(50%);
  bottom: 15%;
}
.about__human-name {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 0;
}
.about__about-background {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
  height: 100%;
  z-index: -99;
}
.about__human-blok {
  width: 50%;
  margin-top: 18%;
}
.about__achive {
  width: 50%;
}
.about__avhivements {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about__item {
  display: block;
  width: 30%;
  margin-top: 50px;
}

.Order-measurement {
  margin-top: 4%;
  width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.Order-measurement > h2 {
  margin: 0 !important;
}
.Order-measurement__inner {
  width: 100%;
  padding: 55px 0px;
}
.Order-measurement:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(94.01deg, rgba(0, 0, 0, 0.9) 0%, rgba(25, 96, 113, 0.9) 99.2%);
  z-index: -1;
}
.Order-measurement__background {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.Order-measurement__text {
  line-height: 24px;
  font-size: 18px;
  font-family: "Bitter", serif;
  margin-bottom: 30px;
}

.steps {
  width: 100%;
}
.steps__item {
  width: inherit;
  margin-top: 5%;
  border: 5px solid;
  border-color: #5fb8cc;
  box-shadow: 6px 9px 26px -11px #000000;
}
.steps__wrap {
  padding-top: 4%;
  padding-bottom: 4%;
  margin: auto;
  width: 90%;
}
.steps__previe {
  display: flex;
  height: inherit;
}
.steps__image-block {
  width: 40%;
  position: relative;
}
.steps__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.steps__title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  height: 100%;
  padding-left: 25px;
}
.steps__title {
  text-transform: uppercase;
  font-size: 30px;
}
.steps__stage {
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 0;
  transform: translatex(60%);
  text-transform: uppercase;
  font-size: 50px;
}
.steps__discription-block {
  font-family: "Bitter", serif;
  font-size: 17px;
  padding-top: 10px;
}
.steps__discription-title {
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}
.steps__discription-title::before {
  content: "●";
  color: rgb(96, 184, 204);
  font-size: 120%;
  margin-right: 25px;
}

.padtwo {
  padding-top: 2%;
}

.slider-preview {
  height: 550px;
}

.review-wrap {
  display: flex;
  flex-wrap: wrap;
}
.review-wrap__slider-block {
  width: 70%;
}
.review-wrap__review-block {
  width: 30%;
  padding-left: 5%;
  padding-top: 4%;
}
.review-wrap__client {
  display: flex;
}
.review-wrap__client-avatar {
  border-radius: 90%;
  overflow: hidden;
  width: 76px;
  height: 70px;
}
.review-wrap__client-content {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 17px;
  line-height: 1;
}
.review-wrap__name {
  font-size: 20px;
  padding-bottom: 0;
  margin: 0;
}
.review-wrap__stars {
  display: flex;
  justify-content: space-around;
  width: 120px;
}
.review-wrap__text {
  background: rgba(96, 184, 204, 0.6);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  line-height: 1.8;
  font-size: 17px;
  margin-top: 5%;
  transform: translateX(-33%);
  width: 478px;
  padding: 1px 40px;
}
.review-wrap__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0;
}
.review-wrap__param {
  margin-top: 4%;
  font-size: 20px;
}
.review-wrap__param > div {
  padding-top: 20px;
  background-size: contain;
}
.review-wrap__param-text {
  padding-left: 20px;
}
.review-wrap .swiper-pictures {
  height: 100px;
}
.review-wrap__param:first-child {
  padding-top: 0;
}

.workers__workers-block {
  display: flex;
  justify-content: space-around;
}
.workers__our-workers {
  width: 70%;
}
.workers__workers-slider {
  width: 30%;
}
.workers__item {
  text-align: center;
  width: 264px;
}
.workers__title {
  text-transform: uppercase;
  font-size: 22px;
  margin: 20px 0 5px 0;
}
.workers__subtitle {
  font-size: 17px;
  margin-top: 0;
}

.present {
  margin-top: 5%;
  color: #fff;
  background: linear-gradient(94.01deg, rgba(0, 0, 0, 0.9) 0%, rgba(25, 96, 113, 0.9) 99.2%);
}

.link-text {
  margin-left: 10px;
}

.present-inner {
  display: flex;
  padding-top: 6%;
}
.present-inner__text-block {
  width: 50%;
  padding-bottom: 8%;
}
.present-inner__title {
  font-size: 33px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.present-inner__subtitle {
  font-size: 19px;
}
.present-inner__picture-block {
  position: relative;
  width: 50%;
}
.present-inner__img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-company {
  margin-top: 2%;
}
.about-company__text-block {
  width: 60%;
}
.about-company__text-block > p {
  padding-top: 12px;
  font-size: 19px;
  line-height: 1.5;
}
.about-company__title {
  text-transform: uppercase !important;
  font-size: 30px !important;
  margin: 0 !important;
}
.about-company__info {
  font-size: 19px;
  padding-top: 35px;
}
.about-company__inner {
  display: flex;
  justify-content: space-around;
}
.about-company__contacts-block {
  display: flex;
  flex-direction: column;
  width: 40%;
  transform: translate(0px, 20%);
}
.about-company__map {
  width: 60%;
  transform: translate(0px, 20%);
}
.about-company__map-block {
  height: 500px;
  box-shadow: 15px 15px 65px rgba(0, 0, 0, 0.35);
  background-color: #eee;
}

.pad {
  margin-top: 35px;
  width: 300px;
}

.footer {
  background-color: #282828;
  color: #fff;
  padding-bottom: 35px;
}
.footer__inner {
  display: flex;
}
.footer__logo-block {
  font-size: 12px;
  line-height: 2;
  width: 20%;
}
.footer__logo-block > p {
  margin: 0;
}
.footer__menu-block {
  width: 80%;
  padding-top: 10%;
}

.sidebar-wrap {
  display: none;
}
.sidebar-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(26, 26, 26, 0.9);
}

.side-bar {
  right: 0;
  bottom: 0;
  z-index: 999;
  position: fixed;
  height: 90%;
  width: 280px;
  background-color: white;
}
.side-bar__inner {
  width: 100%;
  padding: 25px 25px 25px;
}
.side-bar__title {
  font-size: 17px;
  text-transform: uppercase;
  padding-top: 20px;
}
.side-bar__list {
  padding-left: 0;
}
.side-bar__span {
  padding-top: 20px;
  padding-left: 10px;
}
.side-bar__item {
  padding-top: 13px;
}
.side-bar__link {
  font-size: 14px;
}
.side-bar__help {
  width: 100%;
  background-color: black;
  color: #ffffff;
  padding: 10px 25px 10px 25px;
  margin-top: 20px;
}
.side-bar__help-title {
  font-size: 17px;
  text-transform: uppercase;
}
.side-bar__help-subtitle {
  font-size: 14px;
  line-height: 1.2;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal__inner {
  width: 440px;
  transform: translate(0px, 110%);
  margin: auto;
  background-color: #ffffff;
}
.modal__content {
  padding: 25px 25px 25px 25px;
  position: relative;
  text-align: center;
  display: block;
}
.modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal__title {
  font-size: 20px;
}
.modal__input {
  border: none;
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 20px;
  font-style: normal;
  font-size: 14px;
  line-height: 135%;
  color: #000;
  height: 45px;
  border-radius: 0;
  outline: none !important;
  width: 100%;
  transition: all 300ms;
}

.modal:target {
  display: block;
}

.burger {
  cursor: pointer;
  display: none;
}
.burger__span {
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 4px;
  transition: all 300ms;
}

.burger:target {
  display: block;
}

@media (min-width: 2560px) {
  .discription {
    width: 1134px;
    margin-left: 7%;
  }
}
@media (max-width: 1278px) {
  .workers__workers-block {
    flex-direction: column;
  }
  .workers__our-workers {
    display: flex;
    justify-content: center;
  }
  .workers__workers-slider {
    width: 100%;
    justify-content: center;
  }
  .workers__our-workers {
    width: 100%;
  }
  .header-inner {
    padding: 0px 50px;
  }
  .footer__logo-block {
    width: 100%;
    text-align: center;
    padding-top: 60px;
  }
  .footer__menu-block {
    display: none;
  }
  .about-company__map {
    padding-top: 5%;
    width: 80%;
    transform: translate(0, 10%);
  }
  .about-company__contacts-block {
    width: 100%;
  }
  .about-company__inner {
    flex-wrap: wrap;
  }
  .about-company__text-block {
    width: 100%;
  }
  .about-company__title {
    text-align: center;
  }
  .workers {
    margin-top: 6%;
  }
  .review-wrap__slider-block {
    width: 100%;
  }
  .slider-preview {
    max-height: 400px;
  }
  .review-wrap__review-block {
    width: 100%;
    padding-left: 0;
  }
  .review-wrap__text {
    transform: translate(0, 0);
    width: 100%;
    background: rgb(96, 184, 204);
    margin-top: 3%;
  }
  .review-wrap__param {
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
  }
}
@media (max-width: 990px) {
  .none {
    display: none;
  }
  .burger {
    display: block;
  }
  .header__contact {
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .nav-menu {
    display: none;
  }
  .page-title {
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
  }
  .subtitle {
    font-size: 25px;
    text-align: center;
  }
  .price-button {
    display: block;
    margin: auto;
  }
  .marge {
    margin-top: 5%;
  }
  .discription {
    left: 5%;
  }
}
@media (max-width: 950px) {
  .about {
    margin-top: 10%;
  }
  .about__human-blok {
    display: none;
  }
  .about__achive {
    width: 100%;
  }
  .about__about-background {
    display: none;
  }
  .text {
    font-size: 16px;
    margin-bottom: 0;
  }
  .about__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 950px) {
  .steps__previe {
    flex-direction: column;
  }
  .steps__image-block {
    margin: 0 auto;
    height: 100%;
    width: 100%;
  }
  .steps__stage {
    display: none;
  }
  .steps__title-block {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .slider-item__title {
    font-size: 24px;
  }
  .slider-item {
    width: 600px !important;
  }
  .slider-item__sub-title {
    font-size: 19px;
    line-height: 1.4;
  }
  .slider-item__list {
    padding-top: 4%;
  }
  .present-inner__picture-block {
    display: none;
  }
  .email {
    display: none;
  }
  .present-inner__text-block {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .phone {
    display: none;
  }
  .about {
    margin-top: 0%;
  }
  .titleh2 {
    font-size: 35px;
  }
}
@media (max-width: 450px) {
  .price-button {
    padding: 5px 5px 5px 5px;
  }
  .about {
    margin-top: 12%;
  }
}
@media (max-width: 600px) {
  .blog-intro {
    height: 1250px;
  }
  .wrap-features__item {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .about-company__map {
    width: 100%;
  }
  .workers__our-workers {
    display: none;
  }
  .about__item {
    width: 100%;
  }
  .about__avhivements {
    align-items: center;
  }
  .review-wrap__param {
    display: none;
  }
  .text {
    font-size: 20px;
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */