@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat/Montserrat-Light.ttf) format("ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat/Montserrat-Regular.ttf) format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat/Montserrat-SemiBold.ttf) format("ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat/Montserrat-Bold.ttf) format("ttf");
  font-weight: 700;
}

:root {
  --main-color: #f5f5f5;
  --second-color: #22a6dc;
  --markered-color: #d82424;
  --third-color: #0689e2;
  --main-gradient-color: linear-gradient(270deg, #0689e2 0%, #22a6dc 95.45%);
  --second-gradient-color: linear-gradient(270deg, #6425d0 0%, #d82424 95.45%);
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #f5f5f5;
  background: #040404;
}

a {
  text-decoration: none;
  color: #f5f5f5;
}

a:hover {
  text-decoration: none;
  color: #b5cfe4;
}

.container {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 15px;
}

.container__title {
  padding: 15px;
  font-size: 2.2rem;
  text-align: center;
}

.btn {
  background: var(--main-gradient-color);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 13px 25px;
  border: 0;
  color: var(--main-color);
  text-align: center;
  transition: 0.5s;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
}

.main__btn-desc {
padding: 15px 0;
font-size: 0.8rem;
width: 100%;}
.btn_markered {
  background: var(--second-gradient-color);
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 57px 0px rgba(220, 34, 146, 0.6);
  -moz-box-shadow: 1px 1px 57px 0px rgba(220, 34, 146, 0.6);
  box-shadow: 1px 1px 57px 0px rgba(220, 34, 146, 0.6);
}

.btn_large {
  font-size: 1.5rem;
  padding: 15px 30px;
  font-weight: 700;
}

.btn-phone::before {
  display: inline-flex;
  content: "";
  height: 14px;
  width: 14px;
  margin-right: 5px;
  background-image: url(img/icon/svg/phone.svg);
  background-size: 14px 14px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
  
}


.fixed {
  position: fixed;
}

.header__logo {
  padding: 0 15px;
}

.header__logo img{
 width: 100%;
 max-width: 350px;
}

.header__time {
  padding: 0 15px;
}

.header__contacts {
  padding: 0 15px;
  min-width: 260px;
}

.header__consultation {
padding: 5px 20px;
text-align:center;}
.
.header__btn {
  padding: 0 15px;
}

.phone {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.phone__number,
.phone__viber,
.phone__tg {
  margin: 0 5px;
}

.time__meta {
  padding: 5px 0;
  margin-right: 5px;
}

.time__number {
  padding: 5px 0;
}

.main {
  width: 100%;
  height: 80vh;
  background: url(img/carbg.jpg);
  background-size: auto 100%;
  background-position-x: 50%;
  background-repeat: no-repeat;
}

.main__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.meta {
  line-height: 4rem;
}

.meta__pre {
  font-size: 1.8rem;
  line-height: 4rem;
}

.meta__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

.meta__desc {
  font-size: 2.25rem;
  line-height: 4rem;
}

.trigger {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.trigger__single {
  width: 20%;
  padding: 15px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5rem;
}

.trigger__container {
  width: 50%;
}
.services {
  padding: 30px 15px;
}
.services__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.services__single {
  width: 33.33%;
  min-width: 350px;
  flex: 1;
  padding: 15px;
  margin: 15px 0;
  box-sizing: border-box;
}

.service__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #202020;
  border-radius: 15px;
  padding-bottom: 15px;
  height: 100%;
}

.service__thmb {
  /* padding: 15px; */
}
.service__img {
  width: 100%;
  border-radius: 10px;
}

.service__title {
  padding: 30px 0 15px 0;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  width: 60%;
}

.service__title_short {
  width: 50%;
}

.service__desc {
  padding: 15px;
  color: #b5cfe4;
}

.service__desc-list {
  list-style-type: none;
  line-height: 1.5rem;
  text-align: center;
}

.service__price {
  flex: 1;
}

.service__btn {
  padding: 15px;
  text-align: center;
}

.about__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.about__left {
padding: 15px;
width: 38%;
flex-grow: 1;
}

.about__right {
  padding: 15px;
  width: 62%;
  flex-grow: 1;
}

.about__img {
width: 100%;
}

.about p {
line-height: 1.5rem;
margin-bottom: 15px;
}

.works {
  padding: 30px 15px;
}
.works__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.works__single {
  width: 33.33%;
  flex-grow: 1;
  min-width: 250px;
  padding: 25px 35px;
  margin: 15px 0;
  box-sizing: border-box;
}

.work__item {
  display: flex;
}

.work__icon {
  padding-right: 15px;
}

.work__meta {
  display: flex;
  flex-direction: column;
}

.work__title {
  font-size: 1.2rem;
  padding-bottom: 15px;
  color: var(--second-color);
}

.work__desc {
  color: var(--main-color);
}

.reports {
}

.reports__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.reports__single {
  width: 33.33%;
  min-width: 350px;
  padding: 25px 35px;
  margin: 15px 0;
  box-sizing: border-box;
  flex-grow: 1;
}

.report__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  background: linear-gradient(270deg, #101010 0%, #040404 95.45%);
  overflow: hidden;
}
.report__icon {
  padding: 15px;
  z-index: 2;
}

.report__title {
  font-size: 1.2rem;
  padding-bottom: 15px;
  color: #0689e2;
  z-index: 2;
}

.reports__how {
    color: #e5e5e5;    text-align: center;    width: 100%;    display: block;    font-style: italic;    text-decoration: underline;}
.report__desc {
  color: #b5cfe4;
  padding: 15px;
  z-index: 2;
}

.report__rectangle {
  opacity: 0.1;
  position: absolute;
  height: 150%;
  left: 0;
  top: 0;
  margin-top: -50px;
}

.reviews {
  padding: 30px 15px;
}

.reviews__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.reviews__single {
  width: 25%;
  padding: 15px;
}

.review__wrapper {
  border: 1px solid var(--second-color);
  border-radius: 30px;
  padding: 15px;
}

.review__screen {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 15px;
}

.footer__lofo{
  width: 100%;
}

.footer__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__contacts {
  display: flex;
  padding-bottom: 15px;
  flex-wrap: wrap;
}

.footer__phone {
  font-size: 2.2rem;
}

.footer__social {
 
display: flex;    text-align: center;    align-items: center;}

.footer__credits {
  color: var(--second-color);
  flex-wrap: wrap;
}

.footer__donwload {
  font-style: italic;
  text-decoration: underline;
  padding: 15px 0;
  margin: 0 5px;
}

.footer__call {
  padding: 10px 0;
}

.footer__icon {
  margin-left: 15px;
}

.footer__logo {
  width: 100%;
}

.footer .phone__viber {
height: 32px;}
.copyright {
  padding: 15px;
  text-align: center;
}

.copyright a {
  color: #b5cfe4;
}

@media screen and (max-width: 1040px) {
  .header__logo {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  .footer {
    justify-content: center;
  }
  .footer__meta {
    align-items: center;
  }
  .footer__credits {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  .trigger__single {
    flex: 1;
    text-transform: none;
    font-weight: 400;
    min-width: 240px;
    max-width: 30%;
  }
  .trigger__container {
    width: 100%;
  }

  .main__btn {
   
      padding: 35px;
      text-align: center;
      display: flex;
      justify-content: center;
flex-wrap: wrap;  }

  .main {
    height: auto;
  }

  .about__wrapper {
    flex-direction: column;
  }

  .about__left, .about__right {
    width: 100%;
  }

}

@media screen and (max-width: 640px) {
.main {
  position: relative;
  z-index: 1;
}
.main__wrapper {
  position: relative;
  z-index: 10;
}
  .main::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
background:#040404;
opacity: 0.6;
top: 0;
  }
  .header__time {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .header__btn,
  .header__contacts {
    padding: 15px 15px;
  }

  .meta__pre {
    font-size: 1.2rem;
line-height: 3rem;
  }

  .main__meta {
    text-align: center;
  }
   .meta__title {
    font-size: 1.4rem;
    line-height: 2.5rem;
text-transform: uppercase;  }
  .meta__desc {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .trigger__single {
  
        padding: 8px 0;        line-height: 1.3rem;        max-width: 80%;        text-align: center;        font-size: 1.3rem;
}
.footer__phone {
  padding: 15px 0;
}
.footer__icon {
  margin: 15px;
}
.footer__credits {
  text-align: center;
}

.phone{
     justify-content: center;
}
.trigger {
padding: 25px 0;}

.footer__contacts{
    align-items: center;
flex-wrap: nowrap}
}
.footer__phone{
    font-size: 1.5rem;}
@media screen and (max-width: 540px) {
  .works__single {
    padding: 10px 35px;
  }

  .header {
    flex-direction: column;
  }
  .trigger {
  
    justify-content: center;
  
}
}
