@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: "Montserrat", sans-serif;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.text-accent {
  color: #F10302;
}

.text-bold {
  font-weight: 700;
}

.btn {
  cursor: pointer;
  width: 240px;
  height: 50px;
  background-color: #BB0000;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #1C1C1C;
}

.title {
  font-size: 40px;
  text-align: center;
}

.header {
  background: url("../img/bg-dark.png") center/cover no-repeat, #070707;
  border-bottom: 1px solid #54000A;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
}
.header__logo a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #F10302;
}
.header__logo a span {
  font-size: 30px;
  line-height: 1;
}
.header__nav {
  padding-left: 90px;
  z-index: 111;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav ul li {
  padding-left: 60px;
}
.header__nav ul li a {
  color: #fff;
}
.header__nav ul li a:hover {
  color: #F10302;
}
.header__btn {
  margin-left: auto;
  background-color: #1C1C1C;
}
.header__btn:hover {
  background-color: #BB0000;
}
.header .menu-toggle {
  display: none;
}

.promo {
  background: url("../img/bg-dark.png") center/cover no-repeat, #070707;
  position: relative;
  height: 100vh;
  min-height: 920px;
  overflow: hidden;
}
.promo .container {
  height: 100%;
}
.promo__offer {
  position: relative;
  width: 630px;
  height: 100%;
  background: #040404;
  padding: 200px 40px;
}
.promo__offer h1 {
  font-size: 40px;
  line-height: 1.2;
  color: #FFFFFF;
}
.promo__descr {
  font-size: 20px;
  color: #A0A0A0;
  margin: 30px 0 50px;
}
.promo__img {
  position: absolute;
  width: 1170px;
  height: auto;
  bottom: -120px;
  left: 710px;
}
.promo__service {
  min-height: 100% !important;
  height: 790px;
}
.promo__service__img {
  width: 436px;
  bottom: auto;
  top: 90px;
  left: 790px;
}
.promo__service-2__img {
  width: 844px;
  top: auto;
  bottom: 0;
  left: 720px;
}
.promo__service-3__img {
  height: 100%;
  width: auto;
  top: 0;
  left: 660px;
}
.promo__service-4__img {
  height: 810px;
  width: auto;
  top: -18px;
  left: 626px;
}
.promo__service-5__img {
  width: 696px;
  height: auto;
  left: 660px;
  top: 115px;
}
.promo__service-6__img {
  width: 615px;
  height: auto;
  left: 660px;
  top: 115px;
}
.promo__service-7__img {
  width: 720px;
  height: auto;
  left: 630px;
  top: 30px;
}

.about {
  padding: 100px 0 320px;
  background: url("../img/fire.png") center bottom/100% no-repeat;
}
.about__title {
  margin-bottom: 60px;
}
.about__descr {
  width: 850px;
  margin: 0 auto;
  text-align: center;
}
.about__descr p {
  margin-bottom: 15px;
  font-size: 18px;
}
.about__advantages {
  margin-top: 100px;
}
.about__advantages__title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 100px;
}
.about__advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__advantages__item {
  width: 33.3333333333%;
  padding: 0 10px;
  text-align: center;
}
.about__advantages__item img {
  margin-bottom: 50px;
}
.about__advantages__item p {
  font-size: 18px;
}

.services {
  padding: 80px 0 180px;
}
.services__title {
  margin-bottom: 80px;
}
.services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(25% - 30px);
  background: url("../img/bg-dark-100.jpg") center/cover no-repeat;
  border-radius: 10px;
  padding: 40px 20px 65px;
  position: relative;
}
.services__item:nth-child(-n+4) {
  margin-bottom: 50px;
}
.services__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  margin-bottom: 40px;
}
.services__name {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.services__btn {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  bottom: -20px;
  max-width: 90%;
}

.contacts {
  position: relative;
  min-height: 550px;
  padding: 70px 0 45px 80px;
}
.contacts__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contacts__map iframe {
  -webkit-filter: grayscale(1) !important;
          filter: grayscale(1) !important;
  height: 100%;
}
.contacts__info {
  width: 410px;
  padding: 35px 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: center;
}
.contacts__logo {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.contacts__item {
  margin-bottom: 20px;
}
.contacts__item h6 {
  font-weight: 500;
  margin-bottom: 10px;
}
.contacts__item p {
  line-height: 150%;
}
.contacts__item p a {
  color: #000;
}
.contacts__item p a:hover {
  color: #F10302;
}
.contacts__item:last-child p:last-child {
  margin-top: 20px;
}

.footer {
  background: #0F0F0F;
  padding: 40px 0 30px;
}
.footer p, .footer p a {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.footer a:hover {
  color: #F10302;
}
.footer__dev {
  font-size: 14px;
  margin-top: 27px;
  margin-bottom: 0 !important;
}

.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 111;
}
.popup__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
.popup__wind {
  position: relative;
  background: url("../img/bg-dark-100.jpg");
  width: 500px;
  padding: 50px 80px;
  border-radius: 10px;
  z-index: 11;
}
.popup__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 20px;
}
.popup__title {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.popup form {
  margin-top: 30px;
}
.popup form input {
  background-color: rgba(7, 7, 7, 0.7607843137);
  height: 40px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 0 20px;
  color: #fff;
}
.popup form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.popup form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.popup form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.popup form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.popup form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.popup form .btn {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.success {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 111;
}
.success__overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}
.success__wind {
  position: absolute;
  z-index: 10;
  width: 500px;
  border-radius: 10px;
  background: url("../img/bg-dark-100.jpg");
  padding: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.success__wind p {
  color: #fff;
}
.success__title {
  font-size: 1.5em;
  color: #fff;
  margin: 20px 0 15px;
  text-transform: uppercase;
}
.success__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 20px;
}

.hidden {
  display: none;
}

.info {
  padding: 70px 0 140px;
}
.info p, .info ul {
  margin-bottom: 15px;
}
.info h4 {
  margin: 50px 0 30px;
  font-size: 22px;
}
.info ul {
  list-style-type: disc;
}
.info ul li {
  margin-left: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
}
.info ul li::marker {
  content: "·";
}
.info ol {
  list-style-type: decimal;
}
.info ol li {
  margin-left: 20px;
  margin-bottom: 15px;
  padding-left: 10px;
}

.policy {
  padding: 70px 0 100px;
}
.policy__title {
  font-size: 30px;
  margin-bottom: 20px;
}
.policy h5 {
  font-weight: 700;
  margin: 20px 0;
}
.policy ol {
  list-style-type: decimal;
}
.policy ol li {
  margin-left: 25px;
}
.policy p {
  margin-bottom: 15px;
}

@media (max-width: 1380px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .promo__service-4__img {
    left: 640px;
  }
}
@media (max-width: 1200px) {
  .btn {
    width: 210px;
    font-size: 15px;
    padding: 0 15px;
  }
  .title {
    font-size: 36px;
  }
  .header__nav ul li {
    padding-left: 35px;
  }
  .promo {
    min-height: 860px;
  }
  .promo__offer {
    width: 540px;
    padding: 180px 35px;
  }
  .promo h1 {
    font-size: 38px;
  }
  .promo__descr {
    font-size: 18px;
  }
  .promo__img {
    left: 530px;
    bottom: -30px;
  }
  .promo__service__img {
    left: 56%;
  }
  .promo__service-2__img {
    width: 720px;
  }
  .promo__service-4__img {
    left: 550px;
  }
  .promo__service-6__img {
    left: 52%;
  }
  .about {
    padding-bottom: 270px;
  }
  .services {
    padding-bottom: 150px;
  }
  .services__item {
    width: calc(25% - 20px);
  }
  .services__name {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .btn {
    font-size: 14px;
  }
  .title {
    font-size: 30px;
  }
  .header__wrapper {
    padding: 15px 10px;
  }
  .header__logo a span {
    font-size: 26px;
  }
  .header__nav {
    padding-left: 30px;
  }
  .header__nav ul li {
    padding-left: 15px;
  }
  .header__nav ul li a {
    font-size: 15px;
  }
  .header__btn {
    width: 165px;
  }
  .promo {
    height: 640px;
    min-height: 100%;
  }
  .promo__offer {
    width: 480px;
    padding: 150px 35px;
  }
  .promo h1 {
    font-size: 32px;
  }
  .promo__descr {
    font-size: 17px;
    line-height: 1.3;
  }
  .promo__img {
    width: 640px;
    left: 480px;
    bottom: -20px;
  }
  .promo__service__img {
    left: 56%;
    width: 436px;
    bottom: auto;
    top: 20px;
  }
  .promo__service-2__img {
    left: 60%;
    width: 570px;
    top: auto;
    bottom: 0;
  }
  .promo__service-3__img {
    left: 55%;
    top: auto;
    bottom: 0;
  }
  .promo__service-4__img {
    left: 492px;
    top: -18px;
    width: auto;
  }
  .promo__service-5__img {
    top: 115px;
    left: 62%;
  }
  .promo__service-6__img {
    top: 155px;
    left: 62%;
  }
  .promo__service-7__img {
    top: 100px;
  }
  .about {
    padding: 80px 0 210px;
  }
  .about__descr {
    width: 100%;
  }
  .about__descr p {
    font-size: 16px;
  }
  .about__title {
    margin-bottom: 45px;
  }
  .about__advantages {
    margin-top: 60px;
  }
  .about__advantages__title {
    font-size: 22px;
    margin-bottom: 60px;
  }
  .about__advantages__item img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .about__advantages__item p {
    font-size: 15px;
  }
  .services {
    padding: 70px 0 130px;
  }
  .services__title {
    margin-bottom: 55px;
  }
  .services__item {
    padding: 25px 15px 55px;
    width: calc(33.3333333333% - 15px);
  }
  .services__item:not(:nth-last-child(-n+2)) {
    margin-bottom: 50px;
  }
  .services__item:last-child {
    margin-right: calc(33.3333333333% + 7.5px);
  }
  .services__icon {
    width: 100px;
    height: 100px;
  }
  .services__icon img {
    width: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .contacts {
    padding: 40px 0 0 20px;
  }
  .contacts__info {
    width: 360px;
    padding: 30px 25px;
  }
  .contacts__logo {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .footer {
    padding: 35px 0 30px;
  }
  .footer p {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .footer__dev {
    margin-top: 20px;
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 24px;
  }
  .header {
    position: relative;
  }
  .header__wrapper {
    padding: 10px 0;
  }
  .header__nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 0;
    height: 100vh;
    background: url("../img/bg-dark.png") center/cover no-repeat, #070707;
    text-align: center;
  }
  .header__nav ul li {
    padding: 0;
    margin-bottom: 15px;
  }
  .header .menu-toggle {
    cursor: pointer;
    display: block;
    margin-left: 15px;
    border: none;
    background: none;
    width: 30px;
    height: 30px;
    margin-left: auto;
    z-index: 111;
  }
  .header .menu-toggle img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header .menu-toggle img:hover {
    -webkit-filter: url(#svgTint);
            filter: url(#svgTint);
  }
  .header__logo a {
    font-size: 12px;
  }
  .header__btn {
    display: none;
    position: absolute;
    z-index: 111;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 242px;
    width: 200px;
    font-size: 13px;
    height: 45px;
  }
  .promo {
    height: 720px;
  }
  .promo__offer {
    max-width: 100%;
    padding: 65px 0;
    background: none;
    z-index: 11;
  }
  .promo__offer h1 {
    font-size: 25px;
  }
  .promo__descr {
    font-size: 16px;
    margin: 20px 0 30px;
  }
  .promo__img {
    bottom: -50px;
    left: 0;
    max-height: 480px;
    width: auto;
  }
  .promo__service__img {
    top: auto;
    bottom: 0;
  }
  .promo__service-2__img {
    bottom: -50px;
  }
  .promo__service-3 {
    height: 480px;
  }
  .promo__service-3__img {
    top: 0;
    left: auto;
    right: -15%;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    width: 52%;
    height: auto;
  }
  .promo__service-4__img {
    bottom: -50px;
  }
  .promo__service-5__img {
    bottom: 50px;
    max-width: 500px;
    left: -20%;
  }
  .promo__service-6__img {
    bottom: -40px;
    left: 0;
  }
  .promo__service-8__img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    bottom: -100px;
  }
  .about {
    background-size: 400%;
    padding: 60px 0 180px;
  }
  .about__title {
    margin-bottom: 35px;
  }
  .about__advantages {
    margin-top: 40px;
  }
  .about__advantages__title {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .about__advantages__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__advantages__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .services {
    padding: 60px 0 100px;
  }
  .services__item {
    width: 100%;
    margin-bottom: 50px;
  }
  .services__item:last-child {
    margin-right: 0;
  }
  .contacts {
    min-height: 750px;
    padding: 0;
  }
  .contacts__info {
    width: 100%;
  }
  .contacts__map {
    top: 250px;
    height: 500px;
  }
  .contacts__info {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .contacts__logo {
    font-size: 18px;
  }
  .footer p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer__dev {
    font-size: 13px !important;
  }
  .info h4 {
    font-size: 20px;
  }
  .policy__title {
    font-size: 20px;
  }
}
@media (max-width: 570px) {
  .popup__wind {
    width: 90%;
    padding: 60px 25px;
  }
  .popup__title {
    font-size: 18px;
  }
  .success__wind {
    width: 90%;
    padding: 60px 25px;
  }
  .success__title {
    font-size: 18px;
  }
  .promo__service-3 {
    height: 480px;
  }
  .promo__service-3__img {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 450px) {
  .promo__img {
    bottom: -30px;
  }
  .promo__service-4__img {
    bottom: -90px;
  }
  .promo__service-5__img {
    bottom: 50px;
    max-width: 400px;
  }
  .promo__service-6__img {
    bottom: 0;
    left: 0;
  }
}/*# sourceMappingURL=style.css.map */