@import url("../font/stylesheet.css");
@import url("../font/opensans/stylesheet.css");
@import url("../libs/bootstrap/bootstrap-grid.min.css");
@import url("../libs/owl/owl.carousel.min.css");
@import url("../libs/owl/owl.theme.default.min.css");
@import url("../libs/fa/all.min.css");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Roboto Condensed";
  zoom: 75%;
}

.cont1 {
  background-color: rgba(0, 0, 0, 0.475);
  position: relative;
}

.cont {
  height: 120px;
  position: fixed;
  width: 100%;
  background: url("../../../src/img/bgMainDark.jpg");
  z-index: 2;
}

.header {
  background: url("../../../src/img/bgMainDark.jpg");
}
.header_dark {
  padding-bottom: 110px;
}
.header #navigation {
  position: fixed;
  z-index: 2;
  width: 1350px;
}
.header__contacts {
  text-align: end;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  padding-top: 15px;
}
.header__contacts_item {
  text-decoration: none;
  color: #ffffff;
}
.header__contacts2 {
  text-align: end;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  padding-top: 15px;
  display: none;
}
.header__contacts2_item {
  text-decoration: none;
  color: #ffffff;
}
.header__info {
  padding-top: 60px;
  text-align: center;
}
.header__info-title {
  color: #FFF;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 76px;
  font-weight: 600;
  padding-bottom: 12px;
  padding-top: 50px;
}
.header__info-subtitle {
  color: #BFBFBF;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 50px;
}
.header__info-btn {
  margin-top: 20px;
  background-color: #962715;
  width: 480px;
  height: 70px;
  display: block;
  font-family: Roboto, Sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4em;
  border-radius: 10px 10px 10px 10px;
  text-decoration: none;
  color: white;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header__info-btn:hover {
  color: #962715;
  background-color: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.header-nav .burger {
  display: none;
  position: absolute;
  right: 25px;
  top: 10px;
}
.header-nav__img {
  position: absolute;
  height: 100px;
  top: -40px;
}
.header-nav__logo {
  text-decoration: none;
  color: #ffffff;
  position: relative;
}
.header-nav__text {
  text-decoration: none;
  font-size: 30px;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  font-weight: 600;
}
.header-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}
.header-nav__menu-item {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  margin-left: 20px;
}
.header-nav__menu-item:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul {
  list-style: none;
  position: relative;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul li {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

ul li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  text-align: left;
}

ul li ul {
  background-color: #961515;
  margin-left: 20px;
  position: absolute;
  width: 400px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

ul li a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul li ul li {
  display: none;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

ul li:hover ul li {
  display: block;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.down {
  padding-bottom: 2px;
}

.home {
  padding-top: 10px;
}
.home__text {
  text-align: center;
  color: #32373b;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.7em;
  padding-bottom: 10px;
  padding-top: 10px;
}

.gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px 10px;
}

.grid-item {
  overflow: hidden;
  height: 100%;
}

.grid-iteml {
  overflow: hidden;
  width: 100%;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  position: relative;
  height: 100%;
}

.grid-item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  height: 100%;
}

.grid-item__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 95, 124, 0.5137254902);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.grid-item__inner:hover:before {
  opacity: 1;
}

.grid-item__inner:hover .grid-item__img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.grid-item__tittle {
  position: absolute;
  left: 10px;
  bottom: 50px;
  font-size: 20px;
  color: white;
  z-index: 1;
}

.grid-item__tittle > span {
  display: block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  opacity: 0;
}

.grid-item__inner:hover .grid-item__tittle > span {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 1;
}

.map {
  margin-top: 65px;
}

.footer {
  position: relative;
  margin-top: 20px;
  padding-top: 10px;
  background: #244f67;
}
.footer__copyright {
  position: absolute;
  background: #1b3c4d;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 2;
  padding-top: 10px;
}
.footer__info_text {
  margin: 15px 0;
  padding: 0 15px;
  width: 33%;
  margin-top: 30px;
  text-align: center;
  margin-left: 12px;
  font-size: 15px;
  font-weight: 900;
}
.footer__info_text-item {
  font-size: 15px;
  color: #fff;
  line-height: 2;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.footer__inner-item {
  margin: 20px;
}
.footer__inner-item_img-img {
  max-width: 300px;
}

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 200px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  background-color: rgba(36, 80, 103, 0.4509803922);
  display: none;
}

.back-to-top:hover,
.back-to-top:focus {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  outline: none;
}

.back-to-top::before,
.back-to-top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.back-to-top::before {
  width: 5px;
  height: 25px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
}

.back-to-top::after {
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.form__input, .form__textarea {
  resize: none;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__input:focus, .form__textarea:focus {
  outline: none;
  border-bottom: 1px solid #131313;
}

.btn {
  color: #fff;
  background-color: #962715;
  font-size: 16px;
  text-decoration: none;
  padding: 20px 0;
  border: none;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn:hover {
  cursor: pointer;
  background-color: #b43e2b;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(36, 80, 103, 0.6901960784);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.overlay .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  display: none;
}

.wrapper {
  text-align: center;
}

.popup-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -25px;
  right: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.popup-close__line {
  position: relative;
  width: 100%;
  height: 2px;
}
.popup-close__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-close__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.reviews {
  margin-top: 140px;
  background: url("http://arbitrium.org.ru/wp-content/uploads/2021/08/city-5716456-scaled.jpg");
}
.reviews__title {
  text-align: center;
  color: #FFF;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: 0;
  padding-top: 50px;
}
.reviews__text {
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.reviews .reviews-slide {
  max-width: 380px;
  max-height: 540px;
  margin: 0px auto;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  overflow: hidden;
  margin-bottom: 50px;
}
.reviews .reviews-slide__img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 13px;
  overflow: hidden;
  max-height: 540px;
  min-height: 540px;
  max-height: 540px;
}

.tasks__title {
  text-align: center;
  color: #1E1E20;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: 0;
  padding-bottom: 20px;
  padding-top: 60px;
}
.tasks__text {
  font-weight: 600;
  color: #1E1E20;
  font-size: 30px;
  text-align: center;
  padding-bottom: 190px;
  padding-top: 30px;
}
.tasks__icon {
  margin-left: 70px;
  margin-top: 20px;
  padding-top: 35px;
  padding-left: 30px;
  border: 3px solid rgb(15, 13, 13);
  width: 166px;
  height: 166px;
  border-radius: 50%;
  color: rgb(24, 20, 20);
  font-size: 80px;
}
.tasks__icon_1 {
  margin-left: 70px;
  margin-top: 20px;
  padding-top: 35px;
  padding-left: 51px;
  border: 3px solid rgb(15, 13, 13);
  width: 166px;
  height: 166px;
  border-radius: 50%;
  color: rgb(24, 20, 20);
  font-size: 80px;
}
.tasks__icon_2 {
  margin-left: 70px;
  margin-top: 20px;
  padding-top: 35px;
  padding-left: 51px;
  border: 3px solid rgb(15, 13, 13);
  width: 166px;
  height: 166px;
  border-radius: 50%;
  color: rgb(24, 20, 20);
  font-size: 80px;
}

#owlimg {
  display: block;
  max-width: 150px;
}

.consultation {
  margin-top: 60px;
  text-align: center;
  color: #FFF;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: 0;
  padding-bottom: 90px;
  padding-top: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("http://arbitrium.org.ru/wp-content/uploads/2021/08/city-5716456-scaled.jpg");
}
.consultation__title {
  padding-top: 40px;
  padding-bottom: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.consultation__btn {
  font-family: Roboto, Sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.4em;
  border-radius: 10px 10px 10px 10px;
  background-color: #962715;
  border: none;
}
.consultation__btn-text {
  font-size: 45px;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.consultation__btn:hover {
  color: #962715;
  background: #FFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.consultation__btn-text:hover {
  font-size: 47px;
  text-decoration: none;
  color: rgb(181, 14, 14);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.advantage {
  margin-top: 65px;
  background: url("http://arbitrium.org.ru/wp-content/uploads/2021/08/city-5716456-scaled.jpg");
  padding-bottom: 200px;
}
.advantage__title {
  text-align: center;
  color: #ffffff;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: 0;
  padding-bottom: 40px;
  padding-top: 50px;
}
.advantage__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.advantage__icons_item {
  margin-top: 20px;
  padding-top: 35px;
  padding-bottom: 100px;
  border: 3px solid rgb(255, 255, 255);
  width: 166px;
  height: 166px;
  border-radius: 50%;
  color: #fff;
  font-size: 80px;
  text-align: center;
}
.advantage__icons_item__text {
  font-weight: 600;
  color: fff;
  font-size: 30px;
  margin-top: 52px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans";
}

@media (max-width: 992px) {
  ul li ul {
    display: none;
  }

  #down {
    display: none;
  }

  .header #navigation {
    position: fixed;
    z-index: 2;
    width: 500px;
  }

  .header .burger {
    display: block;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: -354px;
  }
  .header .burger_active .burger__line {
    background: none;
  }
  .header .burger_active .burger__line::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
  }
  .header .burger_active .burger__line::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 0;
  }
  .header .burger__line {
    background: #fbfbfb;
    width: 100%;
    height: 2px;
    position: relative;
  }
  .header .burger__line::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb;
    top: -12px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header .burger__line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb;
    bottom: -12px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .cont {
    height: 67px;
    width: 1220px;
  }

  .container, .container-sm {
    max-width: 883px;
  }

  .back-to-top {
    position: fixed;
    right: 10px;
    bottom: 243px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    background-color: rgba(36, 80, 103, 0.72);
    display: none;
  }

  .advantage__icons_item__text {
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
    position: absolute;
    width: 92px;
    left: -3px;
  }

  .header_dark {
    padding-bottom: 22px;
  }

  .header-nav_active {
    position: relative;
  }
  .header-nav_active .header-nav__menu {
    display: block;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 317px;
    height: 552px;
    top: 0px;
    right: -378px;
    background: #962715;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header-nav__menu {
    display: none;
  }

  .header-nav__menu-item {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 39px;
    color: #ffffff;
    text-decoration: none;
    margin-left: 0px;
  }

  .header__contacts {
    display: none;
  }

  .header__contacts2 {
    display: block;
  }

  hr {
    margin: 10px;
  }

  .header__contacts_active {
    display: block;
  }

  .header-nav__img {
    position: absolute;
    height: 64px;
    top: 0px;
    left: 3px;
  }

  .header__info-title {
    color: #FFF;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 0px;
    padding-top: 1px;
  }

  .header__info-subtitle {
    color: #BFBFBF;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 15px;
  }

  .header__info-btn {
    margin-top: 20px;
    background-color: #962715;
    width: 312px;
    height: 53px;
    display: block;
    font-family: Roboto, Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 0.75em;
    border-radius: 10px 10px 10px 10px;
    text-decoration: none;
    color: white;
    padding: 19px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .home__text {
    text-align: center;
    color: #1E1E20;
    font-size: 27px;
    font-weight: 600;
    line-height: 0.75em;
    padding-bottom: 2px;
    padding-top: 2px;
  }

  .grid-item {
    margin: 6px 0;
    padding: 0 6px;
    width: 33%;
    height: 208px;
  }

  .grid-item__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), to(rgba(35, 93, 126, 0.59)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53), rgba(35, 93, 126, 0.59));
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
  }

  .grid-item__img {
    width: 150%;
    height: 104%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .home__text {
    text-align: center;
    color: #1E1E20;
    font-size: 27px;
    font-weight: 600;
    line-height: 0.75em;
    padding-bottom: 10px;
    padding-top: 2px;
  }

  .gallery-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 0px 0px;
  }

  .grid-item {
    margin: 2px 0;
    padding: 0px 2px;
    width: 50%;
    height: 210px;
  }

  .advantage__title {
    text-align: center;
    color: #ffffff;
    font-size: 27px;
    font-weight: 600;
    line-height: 0.75em;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .advantage__icons_item {
    padding-top: 8px;
    padding-bottom: 63px;
    border: 3px solid rgb(255, 255, 255);
    width: 86px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 46px;
    text-align: center;
    position: relative;
  }

  .advantage__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
  }

  .advantage {
    background: url(../img/bgMain.jpg);
    padding-bottom: 61px;
  }

  .reviews__title {
    text-align: center;
    color: #ffffff;
    font-size: 27px;
    font-weight: 600;
    line-height: 0.75em;
    padding-bottom: 6px;
    padding-top: 20px;
    padding-top: 21px;
  }

  .slide1 {
    height: 300px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    -webkit-perspective: 100px;
    perspective: 100px;
  }

  .slider1 {
    height: 312px;
    margin: auto;
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding-bottom: 20px;
  }

  .slide-track1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 55000px;
    -webkit-animation: scroll 15s linear infinite;
    animation: scroll 40s linear infinite;
  }

  .tasks__title {
    text-align: center;
    color: #32373b;
    font-size: 27px;
    font-weight: 600;
    line-height: 0.75em;
    padding-bottom: 1px;
  }

  .slide-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 5250px;
    -webkit-animation: scroll 15s linear infinite;
    animation: scroll 40s linear infinite;
  }

  .slide {
    max-height: 107px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px;
  }

  .tasks {
    padding-bottom: 3px;
    padding-top: 6px;
  }

  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__inner-item_img-img {
    display: none;
  }

  .footer__info_text-item {
    font-size: 15px;
    color: #fff;
    line-height: 1.4;
  }

  .footer__inner-item {
    margin: 0 20px;
  }

  .footer__copyright {
    height: 41px;
  }

  .down {
    padding-bottom: 2px;
    display: none;
  }

  .overlay .popup {
    position: absolute;
    top: 53%;
    left: 50%;
    width: 562px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 7px;
    border-radius: 20px;
    display: none;
  }
}
@media (max-width: 415px) {
  ul li ul {
    display: none;
  }

  .container, .container-sm {
    max-width: 500px;
  }

  .header #navigation {
    position: fixed;
    z-index: 2;
    width: 500px;
  }

  .header .burger {
    display: block;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 30px;
  }
  .header .burger_active .burger__line {
    background: none;
  }
  .header .burger_active .burger__line::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
  }
  .header .burger_active .burger__line::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 0;
  }
  .header .burger__line {
    background: #fbfbfb;
    width: 100%;
    height: 2px;
    position: relative;
  }
  .header .burger__line::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb;
    top: -12px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header .burger__line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb;
    bottom: -12px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .cont {
    height: 67px;
    position: fixed;
    width: 552px;
    background: url(../../src/img/bgMainDark.jpg);
    z-index: 2;
  }

  .back-to-top {
    position: fixed;
    right: 10px;
    bottom: 159px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    background-color: rgba(36, 80, 103, 0.72);
    display: none;
  }

  .advantage__icons_item__text {
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
    position: absolute;
    width: 92px;
    left: -3px;
  }

  .header_dark {
    padding-bottom: 22px;
  }

  .header-nav_active {
    position: relative;
  }
  .header-nav_active .header-nav__menu {
    display: block;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 257px;
    height: 890px;
    top: 0px;
    right: 11px;
    background: #962715;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header-nav__menu {
    display: none;
  }

  .header-nav__menu-item {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 39px;
    color: #ffffff;
    text-decoration: none;
    margin-left: 0px;
  }

  .header__contacts {
    display: none;
  }

  .header__contacts2 {
    display: block;
  }

  hr {
    margin: 15px;
  }

  .header__contacts_active {
    display: block;
  }

  .header-nav__img {
    position: absolute;
    height: 64px;
    top: 0px;
  }

  .header__info-title {
    color: #FFF;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 0px;
    padding-top: 1px;
  }

  .header__info-subtitle {
    color: #BFBFBF;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 15px;
  }

  .header__info-btn {
    margin-top: 20px;
    background-color: #962715;
    width: 312px;
    height: 53px;
    display: block;
    font-family: Roboto, Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 0.75em;
    border-radius: 10px 10px 10px 10px;
    text-decoration: none;
    color: white;
    padding: 19px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .home__text {
    text-align: center;
    color: #1E1E20;
    font-size: 27px;
    font-weight: 600;
    line-height: 0.75em;
    padding-bottom: 2px;
    padding-top: 2px;
  }

  .grid-item {
    margin: 6px 0;
    padding: 0 6px;
    width: 50%;
    height: 208px;
  }

  .grid-item__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), to(rgba(35, 93, 126, 0.59)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53), rgba(35, 93, 126, 0.59));
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
  }

  .advantage__title {
    text-align: center;
    color: #ffffff;
    font-size: 27px;
    font-weight: 600;
    line-height: 0.75em;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .advantage__icons_item {
    padding-top: 8px;
    padding-bottom: 63px;
    border: 3px solid rgb(255, 255, 255);
    width: 86px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 46px;
    text-align: center;
    position: relative;
  }

  .advantage__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
  }

  .advantage {
    background: url(../img/bgMain.jpg);
    padding-bottom: 61px;
  }

  .reviews__title {
    text-align: center;
    color: #ffffff;
    font-size: 27px;
    font-weight: 600;
    line-height: 0.75em;
    padding-bottom: 6px;
    padding-top: 20px;
    padding-top: 21px;
  }

  .slide1 {
    height: 300px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    -webkit-perspective: 100px;
    perspective: 100px;
  }

  .slider1 {
    height: 312px;
    margin: auto;
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding-bottom: 20px;
  }

  .slide-track1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 55000px;
    -webkit-animation: scroll 15s linear infinite;
    animation: scroll 40s linear infinite;
  }

  .tasks__title {
    text-align: center;
    color: #32373b;
    font-size: 27px;
    font-weight: 600;
    line-height: 0.75em;
    padding-bottom: 1px;
  }

  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    text-align: center;
  }

  .footer__inner-item_img-img {
    max-width: 185px;
  }

  .footer__info_text-item {
    font-size: 15px;
    color: #fff;
    line-height: 1.4;
  }

  .footer__inner-item {
    margin: 0 20px;
  }

  .footer__copyright {
    height: 41px;
  }

  .down {
    padding-bottom: 2px;
    display: none;
  }

  .overlay .popup {
    width: 407px;
  }
}
@media (max-width: 361px) {
  .home__text {
    text-align: center;
    color: #1E1E20;
    font-size: 27px;
    font-weight: 600;
    line-height: 0.75em;
    padding-bottom: 10px;
    padding-top: 2px;
  }

  .gallery-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 0px 0px;
  }

  .grid-item {
    margin: 2px 0;
    padding: 0px 2px;
    width: 50%;
    height: 210px;
  }

  .header #navigation {
    position: fixed;
    z-index: 2;
    width: 455px;
  }

  .header-nav__img {
    top: 0px;
  }

  .header-nav_active .header-nav__menu {
    right: -14px;
    height: 987px;
  }

  .header-nav__menu {
    display: none;
  }

  .cont {
    position: fixed;
    width: 482px;
    background: url(../../../src/img/bgMainDark.jpg);
  }

  .header {
    width: 482px;
  }

  .header .burger {
    position: absolute;
    right: 11px;
    top: 5px;
  }

  .home {
    padding: 12px;
  }

  .home__text1 {
    padding-top: 10px;
    font-size: 23px;
  }

  svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    display: none;
  }

  .slide {
    max-height: 295px;
  }

  .slide2 {
    padding: 3px;
  }

  iframe {
    height: 300px;
  }
}
/*# sourceMappingURL=style.css.map */