@font-face { 
  font-family: "Gilroy-Light";
  src: url(../../assets/tmp/font/Gilroy-Light.ttf) format("truetype");
       font-display: swap;
}
@font-face { 
  font-family: "Gilroy-Regular";
  src: url(../../assets/tmp/font/Gilroy-Regular.ttf) format("truetype");
       font-display: swap;
}
@font-face { 
  font-family: "Gilroy-Medium";
  src: url(../../assets/tmp/font/Gilroy-Medium.ttf) format("truetype");
       font-display: swap;
}
body {
  font-family: "Gilroy-Regular";
  padding: 0;
  margin: 0;
  color: #343434;
}
/* Языки */
/* Языки */
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
}
.bold {
  font-weight: 600;
}
p {
  margin-bottom: 5px;
}
.red {
  color: #e83749;
}
ul {
  padding-left: 0;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
.header {
  position: fixed;
  padding: 30px 0;
  background: rgba(0, 0, 205, .8);
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
  -ms-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  width: 100%;
  z-index: 20;
}
.fixed {
  padding: 18px 0;
  transition: .3s all;
  box-shadow: 0px 25px 25px -25px rgb(0 0 0 / 15%);
}
.header-menu input, .header-menu label {
  display: none;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo__link, .footer-block__logo {
    display: inline-block;
    transition: ease .3s;
}
.header-logo__link:hover, .footer-block__logo:hover {
    opacity: .75;
}
.header-menu__item {
  list-style: none;
  display: inline-block;
  padding: 0 13px;
}
.header-menu__link {
  font-size: 16px;
  color: #b4b4b4;
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -ms-transition: ease .3s;
  -o-transition: ease .3s;
}
.header-menu__list:hover .header-menu__link {
  color: #969696;
}
.header-menu__link:hover {
  color: #fff !important;
}
.header-contact {
  text-align: right;
}
.footer .header-contact__phone {
  padding-bottom: 5px;
}
.header-contact__phone {
  padding-bottom: 3px;
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #fafafa;
  font-weight: 700;
}
.header-contact__phone:nth-child(2) {
    padding-bottom: 0;
}
.header-contact__phone:hover {
  color: #fff;
}
.header-contact__mail {
  font-size: 16px;
  line-height: 1;
  color: #d2d2d2;
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -ms-transition: ease .3s;
  -o-transition: ease .3s;
}
.header-contact__mail:hover {
  color: #fff;
}
.main {
  background: #111;
  background-image: url(../../assets/tmp/img/bg-main.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding-top: 120px;
}
.main-wrap {
  display: flex;
  justify-content: space-between;
}
.main-block {
  padding: 125px 0 125px;
}
.main-img {
  width: 45%;
  height: auto;
  position: relative;
}
.main-img__block {
  width: 680px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-img img {
  width: 100%;
}
.main-block__title h1 {
  color: #fff;
  font-family: "Gilroy-Medium";
  font-size: 40px;
  line-height: 48px;
  margin: 0;
}
.page-title h1 {
  font-family: "Gilroy-Medium";
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 15px;
  color: #111;
}
.main-block__desc p {
  font-size: 20px;
  color: #b4b4b4;
}
.main-block__desc {
  padding: 40px 0 50px;
}
.main-block__btn {
  display: flex;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Gilroy-Medium";
  font-size: 16px;
  line-height: 1;
  width: 250px;
  height: 65px;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -ms-transition: ease .3s;
  -o-transition: ease .3s;
  outline: none;
}
.btn:focus {
  box-shadow: none;
}
.btn-email {
  background: linear-gradient(0deg, #992331, #e7374b);
  color: #fff;
}
.btn-email:hover {
  box-shadow: 0 0 40px rgba(220, 53, 71, .4);
  color: #fff;
}
.btn-call {
  background: #202020;
  color: #b4b4b4;
}
.btn-call:hover {
  background: #9f2532;
  color: #fff;
}
.btn-xs {
    display: none;
}
.main-block__btn .btn-call {
  margin-left: 40px;
} 
.main-block__advantages {
  padding-top: 45px;
}
.main-block__advantages-item {
  /* text-shadow: #0328ff 0px 0 10px; */
  text-shadow: 1px 1px 2px blue, 0 0 1em blue, 0 0 0.2em blue;
  list-style: none;
  font-size: 22px;
  /* color: #b4b4b4; */
  color: #ffffff;
  padding-left: 35px;
  margin-top: 20px;
  position: relative;
  font-weight:900;
}
.main-block__advantages-item::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../../assets/tmp/img/el-marker2.png) no-repeat center;
  background-size: cover;
}
.service {
  padding: 80px 0 40px;
  background: #f4f4f4;
}
h2 {
  font-size: 36px;
  font-family: "Gilroy-Medium";
  color: #111;
  margin: auto;
}
.block-title {
  text-align: center;
  padding-bottom: 50px;
}
.service .nav-item {
  width: 180px;
  background: #fbfbfb;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  position: relative;
  border: 2px solid transparent;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  text-align: center;
}
.service .nav-item:hover {
  border: 2px solid #e83749;
}
.service .nav-item:hover::before {
  opacity: 0;
}
.service .nav-item::before {
  content: '';
  position: absolute;
  top: -17px;
  left: 15px;
  width: 150px;
  height: 15px;
  background: #f8f8f8;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.service .nav {
  justify-content: space-between;
}
.service .nav-desc {
  display: block;
  color: #9c9c9c;
  line-height: 20px;
  font-size: 14px;
  padding-top: 5px;
}
.service .nav-title {
  display: block;
  padding: 20px 0 0;
  font-family: "Gilroy-Medium";
  font-size: 24px;
  line-height: 28px;
  color: #111;
}
.service .nav-link {
  padding: 15px 8px 0;
  text-align: center;
  height: 170px;
}
.service .nav-item .link {
    text-align: center;
    display: inline-block;
    margin: 5px auto 20px;
    border-bottom: 1px solid #e83749;
    transition: ease .3s;
}
.service .nav-item .link:hover {
    color: #e83749;
    border-bottom: 1px solid transparent;
}
.nav-item__bg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.nav-item__bg img {
    height: 100%;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #111;
  background-color: #fff;
  border-color: transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.service .tab-content {
  padding-top: 40px;
}
.tab-content__text {
  padding-left: 50px;
}
.tab-content__text p {
  margin: 10px 0 5px;
}
.service .swiper-wrapper {
  align-items: center;
}
.service .swiper-slide__box {
  background: #f8f8f8;
  padding: 11px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin-right: 20px;
  opacity: .7;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.service .swiper-slide-active .swiper-slide__box {
  opacity: 1;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.tab-content__text .link {
  margin-top: 5px;
  display: inline-block;
  border-bottom: 1px dashed #e83749;
  letter-spacing: .7px;
  font-family: "Gilroy-Medium";
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -ms-transition: ease .3s;
  -o-transition: ease .3s;
}
.tab-content__text .link:hover {
  border-bottom: 1px dashed transparent;
  color: #e83749;
}
/* .project {
  background: #f4f4f4;
  background-image: url(../../assets/tmp/img/bg-proect.png);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  padding: 80px 0 45px;
} */
.swiper-slide-project__img {
  padding: 11px 11px 0 11px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  height: 316px;
  background: #f8f8f8;
}
.swiper-slide-project__content {
  padding: 22px 42px;
  background: #fff;
  border: 11px solid #f8f8f8;
}
.project-wrap {
  padding: 0 65px; 
}
.project .swiper-slide-project {
  margin: 0 15px;
}
.swiper-slide-project__title p {
  font-size: 24px;
  font-family: "Gilroy-Medium";
}
.swiper-slide-project__name {
  font-size: 18px;
  font-family: "Gilroy-Medium";
  margin-bottom: 0;
}
.swiper-slide-project__text {
  margin-top: 15px;
}
.swiper-slide__proejct-photo img {
  display: block;
  margin: auto;
  max-height: 305px;
  max-width: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.project .swiper-pagination {
  bottom: 0;
  padding: 5px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  background: #f8f8f8;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 100;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d4d4d4;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #e7374b;
}
.swiper-button-prev, .swiper-button-next {
  width: 45px;
  height: 45px;
  top: 60%;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.service .swiper-button-prev, .service .swiper-button-next {
  top: 50%;
}
.swiper-button-prev:focus, .swiper-button-next:focus {
  outline: none;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.project .swiper-button-prev {
  left: 15px;
}
.project .swiper-button-next {
  right: 15px;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 24px;
  font-weight: 700;
  color: #e7374b;
}
.video {
  background: #f4f4f4;
  padding: 45px 0 90px;
}
.video-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video-item {
    width: 48%;
    height: 315px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 35px;
}
.video-item:nth-child(1), .video-item:nth-child(2) {
    margin-top: 0;
}
.partners {
  background: #f4f4f4;
  padding: 45px 0 90px;
}
.partners .swiper-pagination {
    bottom: -5px;
}
.partners .swiper-container {
    padding-bottom: 20px;
}
.partners-block__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border: 2px solid #fff;
}
.partners-block__item img {
  max-width: 100%;
  max-height: 100%;
}
.company {
  padding: 45px 0;
  background: #f4f4f4;
}
.company-block__title p, .company-block__finish-title {
  font-family: "Gilroy-Medium";
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 25px;
}
.company-block__text ul {
  margin: 25px 0;
  padding: 0;
  border-left: 5px solid #e1e1e1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.company-block__text li {
  list-style: none;
  line-height: 1;
  font-size: 18px;
  font-family: "Gilroy-Medium";
  padding: 0 0 10px 17px;
}
.company-block__text li:last-child {
  padding: 0 0 0 17px;
}
.company-block__text .dark-grey {
  color: #696969;
  font-size: 16px;
}
.company-block__text .text {
  margin: 20px 0;
}
.company-block__white {
  background: #fff;
  padding: 15px;
  margin: 5px 0 0 50px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.company-block__white img {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.company-block__finish {
  background: #fff;
  padding: 15px 30px;
  margin: 30px 0 0 50px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.company-block__finish-title {
  margin-bottom: 0;
}
.company-block__text {
  font-size: 16px;
  color: #696969;
  margin: 5px 15px 0;
}
.company-slider {
  padding-bottom: 40px;
}
.page {
/* display: flex;
min-height: 100vh; */
  padding-top: 120px;
  background: #f4f4f4;
}
.page-top {
    padding-top: 0;
}
.breadcrums {
  padding: 35px 0 45px;
}
.page-text p {
  font-size: 18px;
  margin: 0;
}
.breadcrums li {
  list-style: none;
  display: inline-block;
  color: #696969;
  margin-right: 3px;
}
.breadcrums li a {
  color: #343434;
  border-bottom: 1px solid #b4b4b4;
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -ms-transition: ease .3s;
  -o-transition: ease .3s;
}
.breadcrums li a:hover {
  color: #e7374b;
  border-bottom: 1px solid #e7374b;
}
.price {
  background: #f4f4f4;
  padding: 70px 0 0;
}
.nav-price__service, .nav-price__service2 {
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
.nav-price__service .nav-item {
  width: 100%;
  text-align: center;
  background: #f8f8f8;
}
.nav-price__service2 .nav-item {
  width: 100%;
  text-align: center;
  background: #f6f6f6;
}
.nav-price__service .nav-item:hover .nav-link {
  color: #343434;
}
.nav-price__service .nav-link {
  font-size: 20px;
  color: #aaaaaa;
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -ms-transition: ease .3s;
  -o-transition: ease .3s;
}
.nav-price__service2 .nav-link {
  font-size: 18px;
  color: #aaaaaa;
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -ms-transition: ease .3s;
  -o-transition: ease .3s;
}
.table-row {
  display: flex;
  justify-content: space-between;
  background: #fafafa;
}
.table-row:nth-child(odd) {
  background: #fff;
}
.table-row p {
  margin: 0;
}
.table-row__title {
  width: 75%;
  padding: 15px 0 15px 45px;
  overflow: hidden;
}
.table-row__cost {
  width: 25%;
  padding: 15px 0;
  text-align: center;
  border-left: 3px solid #f4f4f4;
}
.table-row__cost p {
  font-weight: 700;
}
.footer {
  padding: 45px 0;
  background: #111;
  background-image: url(../../assets/tmp/img/bg-main.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.footer-block__info p {
  color: #b4b4b4;
  margin: 0 0 15px;
}
.footer-block__info p:last-child {
  margin-bottom: 0;
}
.footer-block__info {
  display: block;
  margin: auto;
  width: 280px;
  text-align: center;
}
.footer-block__info .link {
  border-bottom: 1px solid #b4b4b4;
  transition: ease .3s;
  padding-top: 8px;
}
.footer-block__info .link:hover {
  color: #fff;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.footer-block__info .white {
  color: #fff;
  display: block;
}
.footer-block__contact {
  text-align: right;
}
.footer-block__contact .btn {
  margin-top: 20px;
  width: 200px;
  height: 55px;
  float: right;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  position: relative;
  z-index: 3;
}
.footer-wrap__img {
  position: absolute;
  top: 0;
  right: 200px;
  width: 400px;
  z-index: 0;
}
.footer-block {
  width: 33%;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-wrap p, .footer-wrap a {
  color: #b4b4b4;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  position: relative;
  z-index: 3;
}
.footer-wrap a {
  border-bottom: 1px solid #969696;
  padding-bottom: 1px;
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -ms-transition: ease .3s;
  -o-transition: ease .3s;
}
.footer-wrap a:hover {
  border-bottom: 1px solid transparent;
}
.footer-block__analitika {
    padding-bottom: 10px;
}
.footer-block__social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
}
.footer-block__social a img {
    height: 25px;
}
.footer-block__social a {
    margin-right: 15px;
    opacity: .7;
    transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -ms-transition: ease .3s;
  -o-transition: ease .3s;
}
.footer-block__social a:hover {
    opacity: 1;
}
.dark-grey {
  color: #969696;
}
.footer-dev {
  text-align: right;
}
.dev-link {
  border-bottom: 1px solid #969696;
}
.modal-content {
  background: #f4f4f4;
}
.modal-big .modal-dialog {
  max-width: 700px;
  width: 100%;
}
.modal-text {
  padding: 0 20px 20px;
}
.modal .modal-body {
  max-width: 360px;
  width: 100%;
  display: block;
  margin: auto;
  padding: 0 20px 35px;
}
.modal-header {
  border-bottom: none;
}
.modal-header .close {
  outline: none;
}
.modal-header .close img {
  height: 30px;
}
.modal-title {
  font-size: 30px;
  line-height: 34px;
  font-family: "Gilroy-Medium";
  text-align: center;
  margin-bottom: 10px;
}
.modal-desc {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px;
  text-align: center;
}
.form-group {
  margin-bottom: 30px;
}
.form-label {
  font-size: 16px;
  margin-bottom: 0;
}
.form-control {
  font-size: 18px;
  color: #696969;
  padding: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #696969;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.form-control:focus, .form-control:active {
  background: transparent;
  color: #343434;
  border-bottom: 1px solid #343434;
  box-shadow: none;
}
.modal-btn .btn {
  width: 100%;
}
.form-confid p {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 0;
}
.form-confid a:hover {
  color: #e83749;
}
.popup {
    position: fixed; 
    display: none; 
    justify-content: center;
    align-items: center; 
    width: 100%; 
    height: 100%;
    top: 0; 
    opacity: 0; 
    z-index: 1060;
}
.popup.active {
    display: flex; 
    opacity: 1;
    transition: opacity 1s;
}
.popup .close_btn {
    position: absolute; 
    top: 5px; 
    right: 15px;
    font-size: 40px;
    opacity: .5;
    cursor: pointer;
    z-index:1080;
}
.thanks {
    position: relative;
    text-align: center;
    width: 450px;
    padding: 40px 25px 25px 25px;
    max-width: 100%;
    box-shadow: 0 0 27px rgba(0,0,0,.1);
    border-radius: 8px;
    background: #f4f4f4;
    z-index: 1070;
}
.overlay-popup {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 100;
    opacity: 0.6;
}
@media (max-width:1500px) {
  .main-block {
    padding: 75px 0;
  }
  .main-img__block  {
    max-width: 530px;
  }
}
@media (max-width:1200px) {
  .header-menu__item {
    padding: 0 8px;
  }
  .main-block__btn .btn-call {
    margin-left: 25px;
  }
  .main-img__block  {
    max-width: 490px;
  }
  .main-img {
    width: 39%;
  }
  .service .nav {
    justify-content: center;
  }
  .service .nav-item {
    width: 200px;
    margin: 0 15px 35px;
  }
  .service .nav-item::before {
    width: 150px;
  }
  .video-item, .video-item iframe {
      height: 290px;
  }
}
@media (max-width:992px) {
  body input + label {
    position: absolute;
    top: 11px;
    right: 15px;
    height: 25px;
    width: 25px;
    z-index: 5;
  }
  .header-menu label {
    display: block;
  }
  body input + label span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    background: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
  body input + label span:first-child {
    top: 3px;
  }
  body input + label span:last-child {
    top: 23px;
  }
  body label:hover {
    cursor: pointer;
  }
  body input:checked + label span {
    opacity: 0;
    top: 50%;
  }
  body input:checked + label span:first-child {
    opacity: 1;
    transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
}
  body input:checked + label span:last-child {
    opacity: 1;
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
}
  body input ~ .header-menu__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 3;
    transition: 0.5s;
    transition-delay: 0.5s;
    overflow: hidden;
    display: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
  body input ~ .header-menu__nav > ul {
    text-align: center;
    position: absolute;
    top: 7%;
    left: 20%;
    right: 20%;
    flex-wrap: wrap;
  }
  body input ~ .header-menu__nav > ul > li {
    display: block;
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
  body input ~ .header-menu__nav > ul > li > a {
    text-decoration: none;
    color: #fafafa;
    display: block;
    padding: 10px;
  }
  body input:checked ~ .header-menu__nav {
    height: 100%;
    display: block;
    background: #090909;
    transition-delay: 0s;
  }
  body input:checked ~ .header-menu__nav > ul > li {
    opacity: 1;
    transition-delay: 0.5s;
  }
  .main-block__title h1, .page-title h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2, .modal-title {
    font-size: 28px;
    line-height: 36px;
  }
  .main-block {
    padding: 70px 0;
    width: 61%;
  }
  .header-wrap {
    justify-content: flex-start;
  }
  .header-logo {
    width: 33%;
  }
  .header-contact {
    width: 40%;
  }
  .header-contact {
    text-align: center;
  }
  .main-block__desc {
    padding: 30px 0 40px;
  }
  .main-block__advantages {
    padding-top: 30px;
  }
  .breadcrums {
    padding: 25px 0 35px;
  }
  .service .nav-title, .swiper-slide-project__title p {
    font-size: 20px;
  }
  .nav-item__bg {
    height: 40px;
  }
  .nav-item__bg img {
    height: 100%;
  }
  .tab-content {
    padding-top: 0;
  }
  .tab-content__text {
    padding: 25px 15px 0 15px;
  }
  .service-two .tab-content__text {
    padding: 0 0 0 15px;
  }
  .swiper-slide-project__img {
    height: auto;
  }
  .swiper-slide-project__content {
    padding: 22px 15px;
  }
  .swiper-slide-project__name {
    font-size: 16px;
  }
  .swiper-button-prev, .swiper-button-next {
    top: 50%;
  }
  .project .swiper-slide-project {
    margin: 0;
  }
  .block-title {
    padding-bottom: 35px;
  }
  .service, .project, .partners, .company, .video {
    padding: 40px 0;
  }
  .video-item, .video-item iframe {
      height: 220px;
  }
}
@media (max-width:768px) {
  .header {
    padding: 20px 0;
  }
  .fixed {
    padding: 16px 0;
  }
  .main, .page {
    padding-top: 100px;
  }
  .page-top {
      padding-top: 0;
  }
  .header-logo {
    width: 45%;
  }
  .header-logo img {
    max-width: 190px;
    width: 100%;
  }
  .header-contact {
    width: 45%;
  }
  body input + label {
    top: 7px;
  }
  .header-contact__phone {
    font-size: 14px;
    line-height: 10px;
    padding: 5px 0 0;
  }
  .header-contact__mail {
    font-size: 12px;
    line-height: 1;
  }
  .main-block {
    width: 70%;
    padding: 50px 0;
  }
  .main-block__desc br {
    display: none;
  }
  .main-img {
    width: 30%;
  }
  .main-block__btn {
    width: 250px;
  }
  .main-block__btn .btn-call {
    margin: 20px 0 0 0;
  }
  .main-wrap, .main-block__btn {
    flex-wrap: wrap;
  }
  .main-block__title h1, .page-title h1 {
    font-size: 28px;
    line-height: 32px;
  }
  h2, .modal-title {
    font-size: 26px;
    line-height: 32px;
  }
  .main-block__desc p {
      font-size: 16px;
  }
  .main-img__block {
    max-width: 400px;
    left: -35px;
  }
  .btn-xs {
      display: flex;
  }
  .btn-lg {
      display: none !important;
  }
  .service .swiper-slide__box {
    max-width: 260px;
    margin: auto;
  }
  .service-two .tab-content__text {
    padding: 25px 0 0 0;
}
  .project-wrap .swiper-slide-project {
    max-width: 420px;
    margin: auto;
  }
  .swiper-slide__proejct-photo, .swiper-slide__company {
    max-width: 420px;
  }
  .partners-block__wrap {
      border: none;
      max-width: 280px;
      margin: auto;
  }
  .company-block__white, .company-block__finish {
    max-width: 420px;
    width: 100%;
    margin: 30px auto 0;
  }
  .breadcrums li {
      font-size: 14px;
  }
  .page-text p {
    font-size: 16px;
  }
  .price {
    padding: 40px 0 0;
  }
  .price-block__wrap {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .price-block__table {
    width: 713px;
    padding-bottom: 15px;
  }
  .nav-price__service .nav-link {
    font-size: 18px;
  }
  .nav-price__service2 .nav-link {
    font-size: 16px;
  }
  .table-row p {
    font-size: 14px;
  }
  .table-row__title {
    padding: 10px 0 10px 25px;
  }
  .table-row__cost {
    padding: 10px 0;
  }
  .video-wrap {
      justify-content: center;
  }
  .video-item {
      max-width: 420px;
      width: 100%;
      margin: 20px auto 0;
  }
  .video-item:nth-child(2) {
      margin-top: 20px;
  }
  .video-item, .video-item iframe {
      height: 250px;
  }
  .footer-block__info p {
    margin: 0 0 10px;
  }
  .footer .header-contact__phone, .footer .header-contact__mail {
    font-size: 16px;
  }
  .footer-wrap__img {
    width: 300px;
    top: 50%;
  }
  .footer-block {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
  }
  .footer-wrapper, .footer-wrap {
    flex-wrap: wrap;
  }
  .footer-block__logo {
    margin-bottom: 20px;
  }
  .footer-block__contact {
    margin-top: 20px;
    text-align: center;
  }
  .footer-block__contact .btn {
    float: none;
    display: block;
    margin: 20px auto 0;
    padding-top: 20px;
  }
  .footer-wrap .footer-block {
    margin-top: 10px;
  }
  .footer-dev {
    text-align: center;
  }
  .footer-wrap__img {
    width: 250px;
    right: 10px;
    top: 90%;
  }
  .footer-block__social {
      justify-content: center;
      padding: 0 0 15px;
  }
}
@media (max-width:576px) {
  .main-block__title br, .project .block-title br {
    display: none;
  }
  .main-block, .main-img {
    width: 100%;
  }
  .main-block__desc {
    padding: 20px 0 30px;
  }
  .main-block__advantages-item {
    margin-top: 10px;
    font-size: 16px;
  }
  .main-block__advantages-item::before {
    top: 2px;
  }
  .main-img__block {
    display: none;
  }
  .service .nav-item {
    max-width: 140px;
    margin: 0 7px 35px;
  }
  .service .nav-desc {
    font-size: 12px;
    line-height: 16px;
  }
  .service .nav-item::before {
    width: 110px;
  }
  .service .nav-link {
    padding: 8px;
    height: 150px;
  }
  .project-wrap {
    padding: 0;
  }
  .company-block__text {
    margin: 5px 0 0;
  }
  .breadcrums {
    padding: 8px 0 20px;
  }
}