@font-face { 
  font-family: "AVENIRNEXTCYR-REGULAR";
  src: url(fonts/AVENIRNEXTCYR-REGULAR.TTF) format("truetype");
       font-display: swap;
}
@font-face { 
  font-family: "DINPRO-MEDIUM";
  src: url(fonts/DINPRO-MEDIUM.TTF) format("truetype");
       font-display: swap;
}
@font-face { 
  font-family: "DINPRO";
  src: url(fonts/DINPRO.TTF) format("truetype");
       font-display: swap;
}
@font-face { 
  font-family: "DINPRO-Bold";
  src: url(fonts/DINPRO-BOLD.TTF) format("truetype");
       font-display: swap;
}
body {
  font-family: "AVENIRNEXTCYR-REGULAR";
  padding: 0;
  margin: 0;
  color: #2e2e2e;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1200px;
}
.bold {
  font-weight: 700;
}
.medium {
  font-family: "DINPRO";
}
.green {
  color: #55bb64;
}
p {
  margin-bottom: 5px;
}
ul {
  padding-left: 0;
}
a:hover, a:focus {
  text-decoration: none !important;
}
.mobile-menu {
  display: none;
}
.header {
  margin-bottom: 70px;
}
.header-wrap {
  padding: 0 0 25px;
}
.header-logo img {
  display: block;
  width: 175px;
  margin-right: 30px;
}
.header-logo span {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: #444444;
  width: 245px;
}
.header-wrap, .header-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-btns {
  width: 200px;
}
.header-info {
  width: 160px;
  text-align: right;
  margin-right: 30px;
}
.link-phone {
  color: #111;
  font-family: "DINPRO-MEDIUM";
  font-weight: 700;
  letter-spacing: .7px;
  transition: ease .3s;
}
.link-phone:hover {
  color: #111;
}
.header-info span, .footer-info span {
  display: inline-block;
  position: relative;
  padding-left: 13px;
  font-size: 13px;
}
.header-info span::before, .footer-info span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #75c781;
}
.btn-link {
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px dashed #75c781;
  color: #75c781;
  font-family: "DINPRO-MEDIUM";
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .7px;
  transition: ease .3s;
}
.btn-link:hover {
  color: #111;
  border-bottom: 1px dashed transparent;
}
.header-btns .btn-link:first-child {
  margin-bottom: 3px;
}
.btn-call {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 60px;
  text-transform: uppercase;
  background-color: rgb(253, 216, 119);
  box-shadow: inset 14.849px 14.849px 50px 0px rgba(255, 255, 255, 0.32);
  border: none;
  border-radius: 5px;
  font-family: "DINPRO-MEDIUM";
  font-size: 12px;
  letter-spacing: .7px;
  color: #343434;
  outline: none;
  transition: ease .3s;
}
.btn-call:focus {
  outline: none;
}
.btn-call:hover {
  background-color: rgb(255, 225, 129);
}
.icon-phone {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(./img/icon-phone.png) no-repeat center;
  margin-right: 8px;
}
.header-nav {
  background: #fff;
  border-radius: 5px;
}
.header-nav ul {
  display: flex;
  justify-content: space-between;
}
.header-nav ul li {
  display: inline-block;
}
.header-nav ul li:last-child a {
  border-right: none;
}
.header-nav ul li a {
  display: inline-block;
  color: #444444;
  font-family: "DINPRO";
  font-size: 13px;
  padding: 27px 30px;
  text-transform: uppercase;
  border-right: 1px solid #f8f6f7;
  transition: ease .3s;
}
.header-nav ul li a:hover, .breadcrumb a:hover {
  color: #4fb95f;
}
.header-nav ul li .active {
  color: #4fb95f;
}
.icon-home {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(./img/icon-home.png) no-repeat center;
  margin-right: 13px;
}
.main {
  padding: 30px 0 130px;
  background: url(./img/bg-main.png) no-repeat bottom;
}
.main-page {
  padding: 30px 0 0;
  background: #F6F8F4;
}
.main-wrap {
  display: flex;
  justify-content: space-between;
}
.main-content {
  max-width: 715px;
  width: 100%;
}
.main-title {
  position: relative;
}
h1 {
  font-family: "DINPRO-Bold";
  font-size: 72px;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 7px;
  position: relative;
}
.main-title .main-small {
  font-family: "DINPRO";
  font-size: 52px;
  letter-spacing: 5.2px;
}
.main-price {
  position: absolute;
  right: 66px;
  bottom: 9px;  
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 51px;
  background: url(./img/pict-main-plashka.png) no-repeat center;
}
.main-price span {
  font-family: "DINPRO-MEDIUM";
  font-size: 16px;
  line-height: 16px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #4fb95f;
}
.icon-location {
  display: inline-block;
  width: 28px;
  height: 26px;
  background: url(./img/icon-location.png) no-repeat center;
  margin-right: 13px;
}
.main-desc {
  display: flex;
  align-items: center;
  margin: 18px 0 34px;
}
.main-desc p {
  margin: 0;
  font-family: "DINPRO";
  font-size: 20px;
  text-transform: uppercase;
  color: #484e51;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  max-width: 300px;
  width: 100%;
  background-color: rgb(79, 185, 95);
  border-radius: 5px;
  box-shadow: 0px 22px 35px 0px rgba(79, 185, 95, 0.35),inset 14.849px 14.849px 50px 0px rgba(255, 255, 255, 0.32);
  font-family: "DINPRO-MEDIUM";
  font-size: 14px;
  letter-spacing: 1.4px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  color: #fff;
  transition: ease .3s;
}
.btn:hover, .btn:focus {
  box-shadow: none;
  color: #fff
}
.icon-money {
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url(./img/icon-money.png) no-repeat center;
  margin-right: 18px;
}
.main-block {
  position: relative;
}
.main-proects {
  margin-top: 25px;
  width: 281px;
  height: 281px;
  background: url(./img/bg-main-plashka.png) no-repeat center;
}
.main-proects__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 70px;
  text-align: center;
}
.main-proects__desc {
  font-size: 14px;
  line-height: 24px;
  color: #484e51;
  margin: 10px 0 10px;
}
.main-proects__title {
  font-family: "DINPRO-MEDIUM";
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.main-img {
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 1;
}
.main-carts {
  display: flex;
  justify-content: space-between;
  margin: 55px 0 0;
}
.main-carts__item {
  width: 234px;
  height: 283px;
  background: #fff;
  padding: 36px 33px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.main-carts__item::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 209px;
  height: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 20px 50px 0px rgba(0, 1, 0, 0.05);
  opacity: 0.702;
}
.main-carts__pict {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
.main-carts__pict img {
  width: auto;
  max-height: 120px;
}
.main-carts__item p {
  font-size: 14px;
  line-height: 24px;
}
.one {
  padding: 60px 0 20px;
}
.one-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.one-item {
  margin: 10px 0 40px;
  width: 33%;
  text-align: center;
  padding: 0 30px;
}
.one-item:nth-child(3) img {
  margin-top: 40px
}
.one-item:nth-child(4) img {
  margin-top: 60px
}
.one-item__pict {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 135px;
}
.one-item__title {
  text-transform: uppercase;
  font-family: "DINPRO-MEDIUM";
  line-height: 24px;
  color: #484e51;
  margin: 10px 0 5px;
}
.one-item__desc {
  font-size: 14px;
  line-height: 23px;
  color: #484e51;
}
.two {
  background: url(./img/bg-two.png) no-repeat bottom;
  overflow: hidden;
}
.two-block {
  display: flex;
  justify-content: space-between;
}
h2, .instr-title p, .page-title {
  font-family: "DINPRO-Bold";
   font-size: 50px;
   line-height: 66px;
   color: #444444;
   letter-spacing: .8px;
   text-transform: uppercase;
}
.two-content {
  padding: 45px 0 0;
  margin-left: -50px;
}
.two-title {
  position: relative;
}
.two-pict__text {
  position: absolute;
  top: 165px;
  left: 105px;
}
.two-pict__desc {
  font-size: 13px;
  line-height: 20px;
  color: #484e51;
}
.two-pict__name {
  font-family: "DINPRO";
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  position: relative;
}
.two-pict__name::after {
  content: '';
  position: absolute;
  left: 90%;
  top: 8px;
  width: 60px;
  height: 26px;
  background: url(./img/green-line.png) no-repeat center; 
}
.two-title__desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  position: absolute;
  bottom: -17px;
  right: 90px;
}
.two-title__desc p {
  font-family: "DINPRO";
  font-size: 20px;
  line-height: 32px;
  color: #484e51;
  letter-spacing: .5px;
  text-transform: uppercase; 
}
.two-box {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 235px;
  border-radius: 8px;
  margin-top: 38px;
  padding: 28px 34px 28px 44px;
  position: relative;
}
.two-box::before {
  content: '';
  position: absolute;
  top: 35px;
  left: -8px;
  background-color: #fff;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  transform: rotate(45deg);
}
.two-box::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: rgb(255, 255, 255);
  opacity: 0.6;
  box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.08);
  width: 90%;
  height: 10px;
}
.two-box__icon {
  position: absolute;
  right: 30px;
  bottom: 0;
  height: 68px;
  overflow: hidden;
}
.two-box__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "DINPRO-Bold";
  font-size: 16px;
  line-height: 35px;
  letter-spacing: .3px;
  color: #444444;
  margin-bottom: 3px;
}
.icon-truba {
  display: inline-block;
  width: 32px;
  height: 29px;
  background: url(./img/icon-truba.png) no-repeat center;
}
.two-box__desc {
  font-size: 15px;
  line-height: 27px;
  color: #484e51;
  letter-spacing: .8px;
  padding-right: 56px;
}
.two-btns {
  margin-top: 40px;
}
.three {
  padding: 80px 0 50px;
}
.three-title {
  text-align: center;
}
.title-small {
  display: inline-block;
  font-family: "DINPRO-MEDIUM";
  font-size: 20px;
  line-height: 32px;
  color: #444444;
  margin-bottom: 10px;
}
.three-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 45px;
  padding: 0 0 63px;
  border-bottom: 1px solid #f5f5f6;
}
.three-wrap-last {
  justify-content: center;
  border-bottom: none;
  margin-bottom: 0;
}
.three-item {
  width: 264px;
  height: 210px;
  background: url(./img/bg-icon-brd.png) no-repeat top;
  text-align: center;
}
.three-wrap-last .three-item {
  margin: 0 20px;
}
.three-item p {
  text-transform: uppercase;
  font-family: "DINPRO-MEDIUM";
  font-size: 16px;
  line-height: 24px;
  color: #484e51;
  margin: 37px 0 15px;
}
.three-item img {
  margin-left: 15px;
}
.four {
  overflow: hidden;
}
.four-title {
  text-align: center;
}
.four-title p {
  font-size: 18px;
  line-height: 27px;
  color: #484e51;
  letter-spacing: .9px;
  margin: 10px 0 0;
}
.four-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.four-item {
  width: 370px;
  height: 1260px;
  position: relative;
}
.four-item__title {
  text-align: center;
  padding: 90px 40px 40px;
}
.four-item::before {
  content: '';
  position: absolute;
  top: -18px;
  left: -60px;
  width: 490px;
  height: 100%;
  height: 1315px;
  background: url(./img/bg-four-box.png) no-repeat top;
  background-size: 100% 100%;
  z-index: -1;
}
.four-item__top {
  font-family: "DINPRO";
  font-size: 12px;
  line-height: 20px;
  color: #484e51;
  margin-bottom: 0;
}
.four-item__name {
  font-family: "DINPRO-MEDIUM";
  font-size: 16px;
  line-height: 35px;
  color: #484e51;
  text-transform: uppercase;
}
.four-item__info {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 50px 35px 50px 45px;
  height: 680px;
}
.four-item__total {
  font-family: "DINPRO-Bold";
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.5px;
  color: #2e2e2e;
}
.four-item__info ul {
  margin-bottom: 10px;
}
.four-item__list {
  height: 540px;
}
.four-item__info li {
  font-size: 16px;
  color: #484e51;
  list-style: none;
  line-height: 22px;
  letter-spacing: .3px;
  padding: 0 0 5px 20px;
  position: relative;
}
.four-item__info li::before {
  content: '+';
  position: absolute;
  left: 5px;
  top: -2px;
  font-family: "DINPRO-Bold";
  color: #55bb64;
}
.four-item__info .four-item__ul-last li::before {
  content: '-';
  position: absolute;
  left: 5px;
  top: -2px;
  font-family: "DINPRO-Bold";
  background: none;
  color: #55bb64;
}
.four-item__quality {
  font-family: "DINPRO";
  font-size: 12px;
  letter-spacing: .5px;
  line-height: 35px;
  color: #484e51;
}
.four-item__quality span {
  font-family: "DINPRO-Bold";
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  padding-left: 10px;
  letter-spacing: .5px;
}
.four-item__form {
  padding: 35px 50px;
  text-align: center;
}
.four-item__heading {
  font-family: "DINPRO-Bold";
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 1.5px;
  color: #484e51;
  margin-bottom: 9px;
}
.four-item__desc {
  font-family: "DINPRO";
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.3px;
  color: #484e51;
  margin-bottom: 20px;
}
.form-group {
  position: relative;
  z-index: 1;
}
.form-group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 69px;
  border-right: 1px solid rgb(46, 46, 46, .06);
  background: url(./img/icon-phone.png) no-repeat center;
  z-index: 2;
}
.form-input {
  width: 100%;
  height: 70px;
  background: #f7f7f7;
  border-radius: 5px;
  border: none;
  padding-left: 92px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.3px;
  color: #484e51;
  position: relative;
  outline: none;
}
.five {
  background: url(./img/bg-five.png) no-repeat bottom;
}
.five-block, .seven-block {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.five-title h2, .seven-title h2 {
  font-size: 46px;
  letter-spacing: 1px;
}
.five-title__desc, .seven-title__desc, .eight-title__desc {
  font-family: "DINPRO";
  font-size: 20px;
  line-height: 35px;
  letter-spacing: .4px;
  color: #484e51;
  text-transform: uppercase;
}
.five-content {
  margin: 26px 0 0 -50px;
}
.five-wrap {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.five-item {
  display: flex;
  align-items: center;
  background: url(./img/bg-five-item.png) no-repeat center;
  width: 270px;
  height: 90px;
  padding-left: 40px;
  margin-top: 30px;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
.five-item__bottom {
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 248px;
  height: 24px;
  background-color: rgb(255, 255, 255);
  opacity: 0.6;
  border-radius: 8px;
  box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.five-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 44px;
  background-color: rgb(72, 78, 81);
  opacity: 0.102;
  width: 1px;
  height: 30px;
}
.five-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 44px;
  background-color: rgb(72, 78, 81);
  opacity: 0.102;
  width: 1px;
  height: 30px;
}
.five-item:nth-last-child(-n+4) {
  height: 115px;
  background-size: 100% 100%;
}
.five-item p {
  font-size: 16px;
  line-height: 22px;
  color: #484e51;
  margin-bottom: 0;
  width: 168px;
}
.five-item span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  font-family: "DINPRO-MEDIUM";
  font-size: 10px;
  color: #e3e3e3;
}
.quiz {
  padding: 100px 0 0;
}
.quiz-block {
  background: #f7f7f7;
  padding: 90px 170px;
  border-radius: 10px;
  margin-bottom: 90px;
}
.quiz-title {
  text-align: center;
}
.quiz-title__desc {
  font-family: "DINPRO";
  font-size: 20px;
  line-height: 35px;
  color: #484e51;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.note-wrap {
  display: inline-block;
  position: relative;
  width: 170px;
  height: 50px;
  margin-left: 5px;
}
.note-block {
  position: absolute;
  top: 5px;
  display: flex;
  align-items: center;
  font-family: "DINPRO-MEDIUM";
  font-size: 16px;
  background: url(./img/pict-main-plashka.png) no-repeat center;
  background-size: 100% 100%;
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  padding-left: 25px;
}
.quiz-wrap {
  margin-top: 40px;
}
.quiz-progress {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.quiz-progress__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "DINPRO-Bold";
  font-size: 10px;
  text-transform: uppercase;
  color: #484e51;
  background-color: rgb(247, 247, 247);
  box-shadow: inset 4.95px 4.95px 24px 0px rgba(0, 0, 0, 0.1);
  width: 87px;
  height: 26px;
  border-radius: 13px;
  margin-right: 10px;
}
.quiz-progress__active {
  background-color: rgb(255, 204, 29);
  box-shadow: inset 4.95px 4.95px 24px 0px rgba(255, 255, 255, 0.5);
}
.quiz-test {
  margin-top: 40px;
}
.quiz-test input[type="checkbox"], .quiz-test input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.left-block-title, .big-title-test {
  font-family: "DINPRO-MEDIUM";
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
.test_elem:nth-child(odd) {
  margin-right: 60px;
}
.test_elem {
  transform: all 0.4s;
  border-radius: 4px;
  padding: 1vw;
  width: 46%;
  margin: 20px 0 0 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.bg-qw1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  transition: all 0.4s;
}
.radio-label {
  font-family: "DINPRO-MEDIUM";
  text-transform: uppercase;
  color: #484e51;
  font-size: 16px;
  letter-spacing: .5px;
  display: inline-block;
  padding-left: 35px;
  margin: 10px;
  position: relative;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bg-qw1:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .1);
}
.bg-qw-checked:after {
  width: 12px;
  height: 12px;
  background: url(./img/check.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 25px;
  top: 51%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .2s linear;
}
.test_elem input:checked+.bg-qw-checked:after {
  opacity: 1;
  transition: all .2s linear;
}
.radio-img {
  height: 77px;
}
.radio-label img {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}
.radio-label:hover {
  color: #75c781;
}
.bg-qw1.bg-qw-checked {
  background-color: #FBFBFB;
}
.test__btn-block {
  display: flex;
  justify-content: space-between;
}
.test__btn-block .btn:first-child {
  margin-left: 0
}
.predfinal__form .form-group {
  max-width: 300px;
  margin-top: 25px;
}
.final-block .two-desc {
  font-size: 20px;
}
.final-block__title {
  font-family: "DINPRO-BOLD";
  text-transform: uppercase;
  color: #484e51;
  font-size: 20px;
  letter-spacing: .5px;
}
.predfinal__form .form-input {
  background: #fff;
}
.test-text-wrap {
  text-align: center;
}
.predfinal__form {
  margin: auto;
  max-width: 300px;
}
.test__btn-block .btn {
  margin: 30px 0 0 auto;
  max-width: 46%;
}
.icon-time {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(./img/icon-time.png) no-repeat center;
  margin-right: 10px;
}
.quiz-title__text {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #484e51;
  margin-top: 15px;
}
.quiz-adv, .quiz-adv__top {
  display: flex;
  justify-content: space-between;
}
.quiz-adv__top {
  height: 90px;
  align-items: center;
}
.quiz-item {
  width: 29%;
}
.quiz-item:nth-child(2) {
  margin-left: 20px;
  width: 305px;
}
.quiz-item:nth-child(3) {
  width: 305px;
} 
.quiz-adv__name {
  font-family: "DINPRO-MEDIUM";
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #484e51;
  text-transform: uppercase;
  padding-left: 10px;
}
.quiz-adv__bottom p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #484e51;
  margin-top: 10px;
}
.six {
  background: url(./img/bg-six.png) no-repeat bottom;
}
.six-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.six-item-left {
  margin-left: 30px;
}
.six-item-right {
  margin-right: 30px;
}
.six-item-center {
  margin-top: 110px;
  width: 381px;
  height: 394px;
  background: url(./img/bg-six-item.png) no-repeat center;
}
.six-item__title {
  font-family: "DINPRO-Bold";
  font-size: 18px;
  line-height: 32px;
  letter-spacing: .5px;
  color: #484e51;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.six-item__box {
  margin: 90px auto;
  text-align: center;
}
.six-item__desc {
  font-size: 14px;
  line-height: 20px;
  color: #484e51;
}
.seven {
  padding: 75px 0 0;
  overflow: hidden;
}
.seven-block {
  border-bottom: 1px solid #f5f5f5; 
  box-shadow: 0 30px 20px -30px rgba(0, 0, 0, 0.05);
}
.seven-pict img {
  margin-left: -90px;
}
.seven-content {
  padding: 10px 0 0 20px;
}
.seven-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.seven-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  width: 50%;
  border-top: 1px solid #f5f5f5;
}
.seven-item:nth-child(2) {
  padding-left: 15px;
}
.seven-item:nth-child(3) {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  padding-left: 10px;
}
.seven-item__pict {
  padding-right: 6px;
}
.seven-item__text p {
  font-size: 17px;
  line-height: 28px;
  color: #484e51;
}
.seven-form {
  margin-top: 55px;
}
.seven-form__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 592px;
}
.seven-form__title {
  font-family: "DINPRO-Bold";
  font-size: 18px;
  line-height: 35px;
  letter-spacing: .5px;
  color: #484e51;
  text-transform: uppercase; 
}
.seven-form__wrap .form-group {
  width: 270px;
}
.seven-form__wrap .form-btn {
  width: 300px;
}
.seven-call {
  padding: 80px 0;
}
.seven-call__title {
  font-family: "DINPRO-Bold";
  font-size: 50px;
  line-height: 66px;
  letter-spacing: .6px;
  margin-bottom: 0;
}
.seven-call__wrap {
  display: flex;
  justify-content: space-between;
}
.seven-call__item {
  width: 33%;
  position: relative;
}
.seven-call__item:nth-child(2) {
  padding-left: 15px;
}
.icon-whatsapp {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(./img/icon-whatsapp.png) no-repeat center;
  margin-right: 10px;
}
.whatsapp-link {
  font-family: "DINPRO-MEDIUM";
  letter-spacing: 1.8px !important;
  width: 265px;
  height: 70px;
}
.whatsapp-link:hover {
  color: #111;
}
.seven-call__text {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1.4px;
  color: #484e51;
  margin: 5px 0 15px;
}
.seven-call__item img {
  position: absolute;
  top: -105px;
  left: 10px;
}
.eight {
  background: url(./img/bg-eight.png) no-repeat center;
  padding: 80px 0 130px;
}
.eight-block {
  display: flex;
  justify-content: space-between;
}
.eight-pict {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 281px;
  height: 281px;
  margin-top: 20px;
  background: url(./img/bg-main-plashka.png) no-repeat center;
  text-align: center;
}
.eight-pict__title {
  font-family: "DINPRO-MEDIUM";
  font-size: 20px;
  line-height: 34px;
  letter-spacing: .5px;
  color: #484e51;
  text-transform: uppercase;
}
.eight-pict__desc {
  font-size: 14px;
  line-height: 24px;
  color: #484e51;
  margin: 10px 0 15px;
}
.eight-content {
  width: 400px;
}
.eight-title h2 {
  font-size: 47px;
}
.eight-title__desc {
  margin-top: 15px;
}
.eight-box__text p {
  font-size: 18px;
  line-height: 28px;
  color: #484e51;
  margin-bottom: 0;
  padding-left: 10px;
}
.eight-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0;
}
.eight-box__pict {
  margin-left: -10px;
}
.eight-gallerea {
  display: flex;
  justify-content: space-between;
  width: 390px;
}
.eight-gallerea__pict {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
}
.eight-gallerea__pict img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.project {
  padding: 85px 0 120px;
}
.project-title, .otzyv-title, .work-title {
  text-align: center;
}
.project-title__desc, .otzyv-title__desc {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #484e51;
  margin: 15px 0 0;
}
.project-wrap {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0px 15px 50px 0px rgba(15, 15, 15, 0.05);
  height: 801px;
  margin-top: 60px;
  padding: 50px 60px 40px;
}
.project-gallerea {
  width: 500px;
}
.project-content {
  width: 490px;
}
.project-content__name {
  font-family: "DINPRO-Bold";
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #484e51;
  text-transform: uppercase;
}
.project-content__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.project-content__desc {
  font-size: 16px;
  line-height: 28px;
  color: #484e51;
  letter-spacing: .6px;
}
.project-content__text {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .5px;
  color: #484e51;
  width: 250px;
}
.project-content li {
  font-size: 16px;
  color: #484e51;
  list-style: none;
  line-height: 28px;
  letter-spacing: .4px;
  padding: 0 0 5px 20px;
  position: relative;
  margin-top: 5px;
}
.project-content li::before, .case-content ul li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 11px;
  width: 7px;
  height: 5px;
  background: url(./img/green-check.png) no-repeat center;
}
.project-content__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.project-content__btns .btn {
  width: 270px;
}
.link-more {
  font-family: "DINPRO-MEDIUM";
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1.2px;
  color: #75c781;
  text-transform: uppercase;
  border-bottom: 2px dashed #75c781; 
  margin: 0 20px 5px 0;
}
.link-more:hover {
  color: #75c781;
  border-bottom: 2px dashed transparent; 
}
.project-gallerea__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-gallerea__item img {
  height: 100%;
  width: auto;
}
.gallery-top {
  margin-bottom: 30px;
}
.gallery-top .project-gallerea__item {
  height: 480px;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-thumbs .project-gallerea__item {
  width: 162px;
  height: 162px;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-thumbs .swiper-slide-active {
  opacity: .5;
}
.project-btns {
  text-align: center;
  margin-top: 60px;
}
.project-btns .link-more {
  margin: 0;
  font-size: 17px;
}
.otzyv {
  padding: 85px 0;
  background: #f7f7f7;
}
.video-block {
  margin: 55px 0 0;
}
.swiper-button-prev:focus, .swiper-button-next:focus {
  box-shadow: -14.991px -0.523px 50px 0px rgba(15, 15, 15, 0.03);
}
.swiper-button-prev, .swiper-button-next {
  top: 25%;
  width: 99px;
  height: 99px;
  background-color: rgb(255, 255, 255);
  box-shadow: -14.991px -0.523px 50px 0px rgba(15, 15, 15, 0.03);
  border-radius: 10px;
  z-index: 3;
}
.swiper-button-prev {
  left: -80px;
}
.swiper-button-next {
  right: -80px;
}
.swiper-button-prev:after {
  content: '';
  width: 13px;
  height: 21px;
  background: url(./img/arrow-left.png) no-repeat center;
}
.swiper-button-next:after {
  content: '';
  width: 13px;
  height: 21px;
  background: url(./img/arrow-right.png) no-repeat center;
}
.video-item {
  width: 560px;
  border-radius: 10px;
  margin-bottom: 60px;
}
.video-item__top {
  width: 100%;
  height: 280px;
  background: url(./img/bg-video.png) no-repeat center;
  position: relative;
}
.video-item__top::after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 47%;
  background-color: rgb(255, 255, 255);
  width: 32px;
  height: 32px;
  transform: rotate(45deg);
  border-radius: 8px;
}
.video-item__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 64px;
  height: 64px;
  background: url(./img/icon-play.png) no-repeat center;
  border-radius: 50%;
  opacity: .9;
  transition: ease .3s;
}
.video-item__play:hover {
  opacity: 1;
}
.video-item__content {
  position: relative;
  padding: 50px 50px;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  box-shadow: 0 30px 20px -30px rgb(0 0 0 / 5%);
  overflow: hidden;  
}
.video-item__content:after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 60px;
  width: 101px;
  height: 89px;
  background: url(./img/pict-quote.png) no-repeat center;
}
.video-item__name {
  font-family: "DINPRO-Bold";
  line-height: 26px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #444444;
}
.video-item__desc {
  font-size: 15px;
  line-height: 27px;
  color: #484e51;
}
.video-item__profil {
  padding: 50px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  z-index: 20;
}
.video-item__profil::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  opacity: .5;
  box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.08);
  width: 512px;
  height: 10px;
  z-index: -1;
}
.video-item__profil-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.video-item__photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.video-item__photo img {
  max-width: auto;
  max-height: auto;
  width: 100%;
  height: 100%;
}
.video-item__profil-name {
  margin-left: 25px;
}
.video-item__profil-name p {
  font-family: "DINPRO-Bold";
  line-height: 26px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 0;
}
.video-item__text p {
  font-size: 15px;
  line-height: 28px;
  color: #484e51;
  letter-spacing: .6px;
}
.otzyv-box {
  margin-top: 10px;
  position: relative;
}
.otzyv-box .video-item__profil {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.otzyv-box .video-item__profil-wrap {
  margin: 30px 0 0;
  position: relative;
}
.otzyv-box .video-item__profil-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 15px;
  width: 65px;
  height: 57px;
  background: url(./img/pict-quote.png) no-repeat center;
  background-size: cover;
}
.two-bottom {
  padding: 40px 0 0;
}
.two-bottom .two-content {
  margin-left: -35px;
}
.two-bottom .two-pict {
  padding: 65px 0 0;
}
.two-bottom .two-pict__text {
  top: 225px;
}
.two-bottom .two-title__desc {
  right: -95px;
  bottom: 8px;
}
.two-bottom__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.two-bottom__pict img {
  width: 61px;
}
.two-bottom__pict {
  margin-right: 13px;
}
.two-bottom__text-name {
  font-family: "DINPRO-Bold";
  font-size: 16px;
  line-height: 35px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #444444;
  margin: 5px 0 0;
}
.two-bottom__text-desc {
  font-size: 15px;
  line-height: 27px;
  color: #484e51;
  margin-bottom: 0;
}
.two-bottom__form {
  width: auto;
  padding: 45px 40px 55px;
  background: #fff;
  margin: 35px 0 0 -45px;
  border-radius: 10px;
  position: relative;
}
.two-bottom__form::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 3%;
  width: 94%;
  height: 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
  box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.08);
}
.two-bottom__form p {
  letter-spacing: .2px;
  font-size: 16px;
  line-height: 30px;
}
.work {
  padding: 85px 0 110px;
}
.work-title {
  margin-bottom: 50px;
}
.work-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 160px;
  padding: 40px 60px;
  border-top: 1px solid #f7f7f7;
}
.work-wrap-last {
  border-bottom: 1px solid #f7f7f7; 
  margin-bottom: 80px;
}
.work-figure span, .vacansii-el span {
  font-family: "DINPRO";
  font-size: 24px;
  color: #e2e3e3;
}
.work-figure {
  width: 40px;
}
.work-text {
  width: 490px;
  padding: 0 0 0 40px;
}
.work-text p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .2px;
  color: #4f5457;
}
.work-action {
  display: flex;
  justify-content: center;
  width: 350px;
  margin-left: 200px;
}
.work-box {
  height: 389px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 15px 50px 0px rgba(15, 15, 15, 0.05);  
}
.work-box__wrap, .work-box__top {
  display: flex;
  justify-content: space-between;
}
.work-box__content {
  width: 695px;
  padding: 40px 0 0;
}
.work-box__top-pict {
  display: inline-block;
  width: 275px;
  position: relative;
}
.work-box__top-pict img {
  position: absolute;
  left: 0;
  top: 0;
}
.work-box__top-text {
  width: 420px;
  padding-top: 10px;
}
.work-box__top-text p, .instr-title__desc, .save-desc, .two-last .two-desc {
  font-family: "DINPRO";
  font-size: 20px;
  line-height: 35px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #a6a8aa;
}
.work-box__content-btns {
  padding: 40px 0 0 60px;
}
.work-box__pict {
  position: relative;
  width: 460px;
  height: 100%;
}
.work-box__pict-item {
  position: absolute;
  left: 0;
  top: 15px;
}
.instr {
  padding: 110px 0  100px;
  background: #fbfbfb;
}
.instr-block {
  display: flex;
  justify-content: space-between;
}
.instr-content {
  width: 385px;
}
.instr-title {
  margin-bottom: 15px;
}
.instr-bottom p {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: .4px;
  color: #484e51;
  margin: 18px 0 15px;
}
.instr-bottom li, .two-last__content li {
  font-size: 14px;
  color: #484e51;
  list-style: none;
  line-height: 24px;
  letter-spacing: .4px;
  padding: 0 0 3px 20px;
  position: relative;
}
.instr-bottom li::before, .two-last__content li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 9px;
  width: 7px;
  height: 5px;
  background: url(./img/green-check.png) no-repeat center;
}
.instr-pict {
  width: 410px;
  height: auto;
  position: relative;
}
.instr-pict img {
  position: absolute;
  left: -130px;
  top: -10px;
}
.instr-send {
  width: 340px;
  padding: 62px 0 0 15px;
}
.instr-send p {
  font-family: "DINPRO-MEDIUM";
  font-size: 20px;
  line-height: 35px;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #484e51;
}
.instr-send__mess {
  margin: 30px 0 0 25px;
}
.instr-send__mess a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 301px;
  height: 68px;
  font-family: "DINPRO-MEDIUM";
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  transition: ease .3s;
}
.instr-send__mess a:hover {
  box-shadow: none;
}
.instr-send__mess .mess-wh {
  background-color: rgb(88, 189, 103);
  box-shadow: 0px 22px 35px 0px rgba(13, 159, 230, 0.35),inset 14.849px 14.849px 50px 0px rgba(255, 255, 255, 0.32);
}
.instr-send__mess .mess-tg {
  background-color: rgb(3, 155, 229);
  box-shadow: 0px 22px 35px 0px rgba(13, 159, 230, 0.35),inset 14.849px 14.849px 50px 0px rgba(255, 255, 255, 0.32); 
}
.instr-send__mess .mess-mail {
  background-color: rgb(253, 218, 126);
  box-shadow: 0px 22px 35px 0px rgba(253, 221, 136, 0.35),inset 14.849px 14.849px 50px 0px rgba(255, 255, 255, 0.32);
}
.mess-wh .icon-mess {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(./img/mess-wh.png) no-repeat center;
  background-size: cover;
}
.mess-tg .icon-mess {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(./img/mess-tg.png) no-repeat center;
  background-size: cover;
}
.mess-mail .icon-mess {
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(./img/mess-mail.png) no-repeat center;
  background-size: cover;
}
.mess-name {
  display: inline-block;
  width: 80px;
  margin: 0 20px;
}
.icon-arrow {
  display: inline-block;
  width: 51px;
  height: 9px;
  background: url(./img/mess-arrow.png) no-repeat center;
}
.save {
  padding: 90px 0 0;
  overflow: hidden;
}
.save-block {
  display: flex;
  justify-content: space-between;
  height: 650px;
  background: #f6f6f6;
  border-radius: 10px;
}
.save-pict {
  position: relative;
  width: 675px;
}
.save-pict__item {
  position: absolute;
  left: -340px;
  top: 20px;
}
.save-content {
  width: 500px;
  padding: 80px 50px 0 0;
}
.save-title {
  font-family: "DINPRO-Bold";
  font-size: 47px;
  line-height: 66px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.save-content__img {
  margin-top: 25px;
}
.save-content__wrap {
  display: flex;
  justify-content: space-between;
  width: 360px;
  margin-top: 33px;
}
.save-content__text {
  padding-right: 30px;
}
.save-content__text p {
  font-size: 18px;
  line-height: 28px;
}
.two-last {
  background: url(./img/bg-two-last.png) no-repeat top;
  padding-top: 0;
}
.two-last .two-content {
  padding-top: 130px;
}
.two-last .two-pict {
  padding: 50px 0 0;
}
.two-last .two-pict__text {
  top: 325px;
  left: 70px;
}
.two-last .two-desc {
  margin-top: 10px;
}
.two-last .two-bottom__form {
  margin: 0;
  background: transparent;
  position: static;
  padding: 0;
}
.two-last .seven-form__wrap {
  flex-wrap: wrap;
  width: 300px;
  margin-top: 0;
}
.two-last .seven-form__wrap .form-group {
  width: 100%;
}
.two-last .form-input {
  background: #fff;
  box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.03);
}
.two-last__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
.two-last__content {
  width: 300px;
}
.two-last__content p {
  font-family: "DINPRO-MEDIUM";
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .6px;
  color: #484e51;
  margin-bottom: 18px;
}
.two-bottom__phone {
  margin: 35px 0 0; 
}
.two-bottom__phone p {
  font-family: "DINPRO-MEDIUM";
  font-size: 18px;
  line-height: 35px;
  letter-spacing: .4px;
  color: #484e51;
  text-transform: uppercase;
}
.two-bottom__phone a {
  padding-left: 15px;
}
.footer {
  padding: 60px 0;
}
.footer-block {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 30px;
}
.footer-block, .footer-menu, .footer-bottom {
  display: flex;
  justify-content: space-between;
}
.footer-logo span {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #444444;
  width: 245px;
  margin: 20px 0 0;
}
.footer-menu ul {
  padding: 0;
  margin: 0;
}
.footer-menu ul:last-child {
  margin-left: 30px;
}
.footer-menu {
  margin: -10px 70px 0 0;
}
.footer-menu li {
  list-style: none;
}
.footer-menu li a {
  font-size: 14px;
  font-family: "DINPRO-MEDIUM";
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #444444;
  padding-left: 23px;
}
.footer-menu li .active {
  position: relative;
  color: #4fb95f;
}
.footer-menu li .active::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(./img/icon-home.png) no-repeat center;
}
.footer-btns {
  margin-top: 20px;
}
.footer-contact {
  margin-top: -10px;
}
.footer-bottom {
  align-items: center;
  padding-top: 40px;
}
.footer-item p {
  font-size: 12px;
  color: #444444;
  letter-spacing: .1px;
  margin-bottom: 0;
}
.footer-link {
  display: inline-block;
  color: #6cc479;
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px dashed #6cc479; 
  margin-right: 80px;
}
.modal-open .show {
  padding-right: 0 !important;
}
.modal-header {
  border-bottom: none;
}
.modal-header .close img {
  height: 30px;
}
.modal-header .close {
  outline: none;
}
.modal-body {
  padding: 0 15px 40px;
}
.modal-text {
  max-width: 320px;
  width: 100%;
  margin: auto;
}
.modal-title {
  font-family: "DINPRO-Bold";
  font-size: 19px;
  line-height: 35px;
  letter-spacing: .3px;
  color: #484e51;
  text-transform: uppercase;
}
.modal-desc {
  line-height: 22px;
  letter-spacing: .4px;
  color: #444;
  margin: 10px 0 20px;
}
.modal-text .btn {
  max-width: 100%;
}
.form-confid {
  margin-top: 20px;
}
.form-confid p {
  font-size: 12px;
  letter-spacing: .2px;
  opacity: .6;
}
.main-page .header {
  margin-bottom: 0;
}
.page {
  padding: 40px 0 !important;
}
.bg-grey {
  background: #F6F8F4;
}
.breadcrumb {
  background: transparent;
  padding: 10px 0;
}
.breadcrumb {
  font-family: "DINPRO";
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .5px;
  color: #999;
  margin-bottom: 0;
}
.breadcrumb a {
  display: inline-block;
  padding-right: 4px;
  color: #444;
  transition: ease .3s;
}
.breadcrumb span {
  display: inline-block;
  padding-left: 4px;
  color: #888;
}
.portfolio-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.portfolio-item {
  width: 570px;
  height: 560px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.portfolio-item__img {
  width: 100%;
  height: 350px;
  border-radius: 10px;
}
.portfolio-item__desc {
  font-size: 16px;
}
.portfolio-item__name {
  font-family: "DINPRO-Bold";
  letter-spacing: 1px;
  color: #484e51;
  text-transform: uppercase;
  margin: 20px 0 5px;
}
.page .main-carts {
  max-width: 1000px;
  width: 100%;
  margin: 55px auto 40px;
}
.page .main-carts__item {
  width: 32%;
  padding: 36px 23px;
  height: 350px;
}
.page .main-carts__item .bold {
  display: inline-block;
  font-family: "DINPRO-Bold";
  letter-spacing: 1px;
  color: #484e51;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page .main-carts__item:nth-child(1) .main-carts__pict {
  bottom: -30px;
}
.contact-wrap {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 50px 40px 35px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px rgb(15 15 15 / 5%);
  position: relative;
  z-index: 2;
}
.contact-wrap .header-info, .contact-adres {
  max-width: 300px;
  width: 100%;
  margin-right: 0;
  text-align: left;
}
.contact-wrap .whatsapp-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #75c781;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.contact-adres__name {
  font-family: 'DINPRO';
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #888;
  margin-bottom: 2px;
}
.contact-adres__desc {
  font-size: 18px;
  margin-bottom: 15px;
}
.contact-zamer {
  display: flex;
  justify-content: space-between;
}
.contact-zamer__text p {
  font-family: "DINPRO-MEDIUM";
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-zamer__pict {
  width: 180px;
  height: auto;
  position: relative;
  margin-right: 70px;
}
.contact-zamer__pict img {
  position: absolute;
  top: -69px;
  width: 100%;
}
.contact-map {
  width: 100%;
  height: 600px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.blog-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-item {
  width: 570px;
  height: 400px;
  padding: 30px 25px;
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
}
.blog-item__link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(255,255,255,.9) 30%,rgba(255,255,255,.1) 100%);
  border-radius: 10px;
  padding: 310px 25px 25px;
  box-shadow: 0px 4px 20px 0px rgb(15 15 15 / 5%);
}
.blog-item__link a {
  font-family: "DINPRO-BOLD";
  font-size: 24px;
  line-height: 34px;
  letter-spacing: .6px;
  color: #2e2e2e;
  border-bottom: 1px solid transparent;
  transition: ease .3s;
}
.blog-item__link:hover a {
  border-bottom: 1px solid #75c781;
}
.vacansii-desc {
  margin: 0;
}
.vacansii-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding: 30px 15px;
}
.vacansii-wrap:last-child {
  border-bottom: 1px solid #eee;
}
.vacansii-name {
  font-family: "DINPRO-MEDIUM";
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.vacansii-form {
  background: #fff;
  border-radius: 10px;
  padding: 40px 50px 30px;
  margin-top: 35px;
}
.vacansii-form {
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.vacansii-form .green:hover {
  color: #75c781;
}
.content-block h3 {
  margin: 30px 0 20px;
}
.content-block p {
  margin-bottom: 15px;
}
.case-content h2 {
  font-size: 30px;
  line-height: 38px;
}
.case-content .up-down {
    margin: 40px 0 20px;
}
.h2-top {
  margin-top: 20px;
}
.case-content {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.case-content h1 {
  font-family: "DINPRO-Bold";
  font-size: 38px;
  line-height: 48px;
  color: #444444;
  letter-spacing: .8px;
  text-align: left
}
.case-content p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.case-content ul li {
  list-style: none;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .4px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.case-content ol {
  padding: 0 0 0 18px;
}
.case-content ol li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .4px;
}
.hr-line {
  margin: 40px 0;
}
.case-img {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.case-img img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 600px;
  max-width: 850px;
  margin: 20px auto 40px;
  border-radius: 7px;
}
.content-list {
  padding: 20px 15px 5px;
  background: #fafafa;
  margin-bottom: 50px;
  border-radius: 5px;
}
.content-list p {
    font-size: 16px;
    letter-spacing: .5px;
    color: #999;
}
.content-list ul li:before {
    content: none;
}
.content-list ul li a {
    font-family: "DINPRO";
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #dcdcdc;
    transition: ease .3s;
}
.content-list ul li a:hover {
    color: #75c781;
    border-bottom: 1px solid #75c781;
}
.content-list ul li {
    padding-left: 0;
    margin-bottom: 6px;
}
.blog-img .case-img img {
    margin-bottom: 15px;   
}
.blog-video {
    text-align: center;
    margin: 30px 0;
}
.blog-img {
    margin-bottom: 40px;
}
.blog-img p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-family: monospace;
    color: #999;
}
.block404 .page-title {
  font-size: 170px;
  line-height: 180px;
} 
.desc404 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.text404 {
  font-size: 20px;
  line-height: 26px;
  margin: 35px 0 25px;
}
.block404 .btn {
  margin: auto;
}
@media (max-width: 1400px) {
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .save-pict__item {
    left: -200px;
    top: 60px;
  }
  .save-pict__item img {
    width: 1050px;
  }
}
@media (max-width: 1220px) {
  .header-nav ul li a {
    padding: 27px 26px;
  }
  .two-title__desc {
    position: static;
    margin-top: 15px;
  }
}
@media (max-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 960px;
  }
  .header-logo img {
    width: 120px;
    margin-right: 10px;
  }
  .header-logo span {
    width: 200px;
    font-size: 10px;
    line-height: 14px;
  }
  .header-nav ul li a {
    padding: 27px 15px;
  } 
  .main-content {
    max-width: 630px;
  }
  h1 {
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 4px;
  }
  .main-price {
    bottom: 5px;
    right: -10px;
  }
  .main-carts__item {
    width: 200px;
    padding: 36px 18px;
  }
  .main-carts__item::after {
    width: 180px;
  }
  .main-proects {
    width: 240px;
    height: 240px;
    background-size: cover;
  }
  .main-proects__item {
    padding-top: 45px;
  }
  h2, .instr-title p, .seven-call__title {
    font-size: 44px;
    line-height: 54px;
  }
  .two-box {
    padding: 18px 24px 18px 34px;
  }
  .two-box__title {
    line-height: 24px;
  }
  .two-box__desc {
    padding-right: 0;
    line-height: 24px;
  }
  .two-box__icon {
    bottom: -31px
  }
  .two-box__icon img {
    width: 45px;
  }
  .three-item {
    width: 24%;
    background-size: 100% 60%;
  }
  .four-item {
    width: 33%;
  }
  .four-item::before {
    width: 400px;
    height: 1340px;
    left: -45px;
  }
  .four-item__info {
    padding: 50px 25px 50px 25px;
  }
  .four-item__info li {
    font-size: 15px;
    line-height: 20px;
  }
  .four-item__form {
    padding: 35px 25px; 
  }
  .quiz {
    padding-top: 40px;
  }
  .quiz-block {
    padding: 40px;
  }
  .five-content {
    margin: 26px 0 0 -150px;
  } 
  .five-item {
    width: 24%;
    padding-left: 20px;
    background-size: 100% 100%;
  }
  .five-item__bottom {
    width: 90%;
  }
  .five-item p {
    width: 160px;
  }
  .quiz-adv__name {
    font-size: 20px;
    line-height: 28px;
  }
  .quiz-item:nth-child(2), .quiz-item:nth-child(3), .quiz-item {
    width: 30%;
  }
  .quiz-pict img {
    max-width: 100px;
    max-height: 70px;
    width: auto;
    height: auto;
  }
  .six-item-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .seven-pict {
    display: flex;
    align-items: flex-end
  }
  .seven-call__wrap {
    align-items: center;
  }
  .seven-pict img {
    width: 400px;
  }
  .seven-call__text {
    line-height: 26px;
  }
  .seven-call__text {
    font-size: 16px;
  }
  .seven-call__item img {
    width: 300px;
    top: -85px;
  }
  .eight {
    background-size: cover;
    background-position: 56% 50%;
  }
  .eight-pict {
    width: 240px;
    height: 240px;
    background-size: 100% 100%;
  }
  .eight-pict__desc {
    margin-top: 30px;
  }
  .eight-title h2, .two-bottom h2, .save-title, .page-title {
    font-size: 40px;
    line-height: 48px;
  }
  .project-wrap {
    padding: 50px 25px 40px;
    height: 900px;
  }
  .project-gallerea {
    width: 50%;
  }
  .project-content {
    width: 47%;
  }
  .gallery-top .project-gallerea__item {
    height: 440px;
  }
  .gallery-thumbs .project-gallerea__item {
    width: 140px;
    height: 140px;
  }
  .project-content__btns {
    flex-wrap: wrap;
  }
  .link-more {
    display: inline-block;
    margin-right: 0;
    margin-top: 30px;
  }
  .video-item {
    width: 100%;
  }
  .video-item__profil::after {
    width: 90%;
  }
  .video-item__top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .otzyv {
    padding: 50px 0;
  }
  .two-bottom .two-content {
    margin-left: -130px;
  }
  .two-content {
    max-width: 500px;
  }
  .seven-form__wrap {
    width: 540px;
  }
  .two-bottom__form {
    padding: 40px 20px;
    margin-left: -100px;
  }
  .seven-form__wrap .form-btn {
    width: 250px;
  }
  .work-text {
    width: 40%;
  }
  .work-action {
    margin-left: 50px;
  }
  .work-box__top-pict img, .work-box__top-pict {
    width: 220px;
  }
  .work-box__top-text {
    width: 330px;
  }
  .work-box__top-text p, .instr-title__desc, .two-last .two-desc {
    font-size: 16px;
  }
  .work-box__pict-item {
    top: 52px;
  }
  .work-box__pict-item img {
    width: 350px;
  }
  .instr {
    padding: 60px 0;
  }
  .instr-pict img {
    width: 420px;
    left: -100px;
    top: 20px;
  }
  .save-pict__item img {
    width: 850px;
  }
  .save-block {
    height: 580px;
  }
  .two-last {
    background-size: cover;
    background-position: 80% 55%;
  }
  .two-last .two-pict img {
    width: 450px;
  }
  .two-last .two-content {
    padding-top: 50px;
  }
  .two-last .two-pict__text {
    top: 200px;
    left: 30px;
  }
  .two-last__wrap, .two-bottom__phone {
    margin-top: 20px;
  }
  .two-last .seven-form__wrap .form-btn {
    width: 300px;
  }
  .portfolio-item {
    width: 48%;
  }
  .portfolio-item__img {
    height: 270px;
  }
  .portfolio-item {
    height: 500px;
  }
  .contact-zamer__pict {
    display: none;
  }
  .blog-item {
    margin: 0 auto 30px;
  }
}
@media (max-width: 992px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 750px;
  }
  .header {
    margin-bottom: 40px;
  }
 .header-logo {
   flex-wrap: wrap;
   width: 200px;
  }
  .header-logo span {
    margin-top: 10px;
    display: none;
  }
  .btn-link {
    font-size: 11px;
  }
  .link-phone {
    font-size: 15px;
  }
  .header .btn-call {
    width: 160px;
  }
  .main {
    padding: 20px 0 70px;
    background-size: cover;
    background-position: 50% 50%;
  }
  .main-page {
    padding: 20px 0 0;
  }
  .header-nav ul li a {
    font-size: 11px;
  }
  .header-nav ul li a {
    padding: 17px 8px;
  }
  .icon-home {
    margin-right: 5px;
  }
  h1, .main-title .main-small {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 3px;
  }
  .main-price {
    right: 150px;
    bottom: 0;
    height: 45px;
  }
  .main-desc p, .main-proects__title {
    font-size: 16px;
  }
  .main-block {
    margin-left: -150px;
  }
  .main-proects {
    margin-top: 0;
    width: 170px;
    height: 170px;
  }
  .main-proects__item img {
    display: none;
  }
  .main-proects__title {
    line-height: 22px;
  }
  .main-proects__desc {
    font-size: 12px;
    line-height: 16px;
  }
  .main-img {
    bottom: 180px;
  }
  .main-img img {
    height: 300px;
  }
  .main-carts {
    margin-top: 90px;
  }
  .one-item {
    width: 50%;
  }
  .two-pict {
    position: relative;
    width: 50%;
    height: auto;
  }
  .two-pict img {
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 370px;
  }
  .two-content {
    max-width: 400px;
  }
  h2, .instr-title p, .seven-call__title, .five-title h2, .seven-title h2, .eight-title h2, .two-bottom h2, .save-title {
    font-size: 32px;
    line-height: 40px;
  }
  .two-title__desc img {
    width: 60px;
  }
  .two-title__desc p {
    font-size: 16px;
    line-height: 22px;
  }
  .two-box {
    margin-top: 20px;
    padding: 18px 20px;
    height: 210px;
  }
  .two-box__desc {
    font-size: 14px;
    line-height: 22px;
  }
  .two-btns {
    margin: 20px 0;
    position: relative;
    z-index: 2;
  }
  .two-pict__text {
    left: 0;
    top: 140px;
  }
  .three-item, .three-wrap-last .three-item {
    width: 45%;
    margin: 20px 0 0;
  }
  .three-wrap-last {
    justify-content: space-between;
  }
  .three-wrap {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .three {
    padding: 50px 0 0;
  }
  .four-item {
    height: 1340px;
  }
  .four-item::before {
    width: 340px;
    height: 1425px;
  }
  .four-item__title {
    padding: 70px 20px 30px;
  }
  .four-item__info, .four-item__form {
    padding: 30px 15px;
  }
  .four-item__info {
    height: 780px;
  }
  .four-item__list {
    height: 650px;
  }
  .four-item .form-input {
    padding-left: 60px;
  }
  .four-item .form-group::before {
    width: 45px;
  }
  .five-pict img {
    width: 450px;
    margin-left: -25px;
  }
  .five-title__desc, .seven-title__desc, .eight-title__desc {
    font-size: 16px;
    line-height: 22px;
  }
  .five-wrap {
    justify-content: center;
    bottom: 20px;
  }
  .five-item {
    width: 31%;
    padding: 6px 0 6px 20px;
    margin: 10px 8px;
    height: auto;
    min-height: 60px;
  }
  .five-item:nth-last-child(-n+4) {
    height: auto;
  }
  .quiz-block {
    padding: 25px 15px;
  } 
  .test_elem:nth-child(odd) {
    margin-right: 50px;
  }
  .quiz-adv {
    flex-wrap: wrap;
    justify-content: center;
  }
  .quiz-item, .quiz-item:nth-child(2), .quiz-item:nth-child(3), .quiz-item {
    width: 45%;
    margin: 0 20px 20px;
  }
  .quiz-item:nth-child(2) {
    margin-left: 0;
  }
  .quiz-adv__top {
    justify-content: flex-start;
  }
  .quiz-adv__bottom p, .six-item__title {
    font-size: 16px;
    line-height: 26px;
  }
  .six-item-left {
    margin-left: 0;
    width: 50%;
  }
  .six-item-right {
    margin-right: 0;
    width: 50%;
  }
  .six-item-left img, .six-item-right img {
    width: 100%;
  }
  .six-item__box {
    margin: 60px auto;
  }
  .six-item-center {
    width: 280px;
    height: 280px;
    background-size: 100% 100%;
  }
  .seven {
    padding: 40px 0 0;
  }
  .seven-content {
    padding: 0;
  }
  .seven-content {
    width: 400px;
  }
  .seven-wrap {
    margin-top: 20px;
  }
  .seven-item {
    width: 100%;
    padding: 10px 0;
  }
  .seven-item__pict {
    width: 60px;
  }
  .seven-item__pict img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
  }
  .seven-item__text p {
    font-size: 14px;
    line-height: 20px;
  }
  .seven-item:nth-child(2), .seven-item:nth-child(3) {
    padding-left: 0;
  }
  .seven-form {
    margin: 20px 0;
  }
  .seven-form__wrap {
    margin-top: 10px;
    flex-wrap: wrap;
    width: 100%;
  }
  .seven-form__wrap .form-btn, .seven-form__wrap .form-group {
    width: 300px;
  }
  .seven-form__title, .eight-pict__title {
    font-size: 16px;
    line-height: 24px;
  }
  .seven-call__item img {
    width: 220px;
    top: -20px;
    left: 40px;
  }
  .eight {
    padding: 40px 0 70px;
    background-position: 75% 50%;
  } 
  .eight-pict {
    width: 190px;
    height: 190px;
  }
  .eight-pict__desc {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .project {
    padding: 40px 0 70px;
  }
  .project-wrap {
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 20px 15px;
    height: auto;
  }
  .project-gallerea, .project-content, .project-content__desc, .project-content__text{
    width: 100%;
  }
  .project-content__wrap {
    flex-wrap: wrap;
  }
  .project-gallerea {
    max-width: 500px;
    margin: auto;
  }
  .gallery-top .project-gallerea__item {
    height: 500px;
  }
  .project-content {
    margin-top: 30px;
  }
  .link-more {
    margin-top: 0;
  }
  .video-block {
    margin: 25px 0 0;
  }
  .video-item {
    max-width: 560px;
    margin: auto;
  }
  .video-item__content, .video-item__profil {
    padding: 25px;
  }
  .otzyv-box {
    margin-top: 50px;
  }
  .otzyv-box .video-item__profil-wrap::before {
    right: 0;
    width: 30px;
    height: 27px;
    background-size: 100% 100%;
  }
  .video-item__profil-name p {
    font-size: 14px;
    line-height: 22px;
  }
  .two-bottom .two-content {
    margin-left: -200px;
    max-width: 100%;
  }
  .two-bottom .two-bottom__form {
    margin-left: 0;
  }
  .two-last .two-content {
    margin-left: 220px;
  }
  .two-bottom .seven-form__title p br, .work-text p br {
    display: none;
  }
  .two-bottom .two-bottom__form {
    width: 360px;
  }
  .two-bottom .seven-form__wrap {
    margin-top: 25px;
  }
  .two-bottom .two-pict__text {
    top: 300px
  }
  .work {
    padding: 40px 0;
  }
  .work-title {
    margin-bottom: 30px;
  }
  .work-wrap {
    padding: 20px 15px;
  }
  .work-text {
    padding: 0 0 0 20px;
  }
  .work-text p, .work-box__top-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .work-box__top-pict img, .work-box__top-pict {
    width: 100px;
  }
  .work-box__pict-item img {
    width: 280px;
  }
  .work-box {
    height: 322px;
  }
  .instr {
    padding: 40px 0;
  }
  .instr-block {
    flex-wrap: wrap;
  }
  .instr-content, .instr-send {
    width: 50%;
  }
  .instr-pict {
    display: none;
  }
  .save-pict__item {
    left: -150px;
  }
  .save-pict__item img {
    width: 550px;
  }
  .save-content {
    width: 60%;
    padding: 40px 40px 40px 0;
  }
  .save-block {
    height: auto;
  }
  .work-box__top-text p, .instr-title__desc, .save-desc, .two-last .two-desc, .two-last__content p {
    font-size: 16px;
    line-height: 24px;
  }
  .two-last {
    background-position: 100% 55%;
  }
  .two-last .two-pict img {
    width: 380px;
  }
  .two-last .two-pict__text {
    left: -10px;
    top: 100px;
  }
  .two-bottom__phone {
    margin-top: 0;
    position: relative;
    z-index: 2;
  }
  .two-last__content p {
    position: relative;
    z-index: 2;
  }
  .two-last .seven-form__wrap {
    width: 260px;
  }
  .two-page .two-pict {
    height: 500px;
  }
  .two-page .two-pict__text {
    left: -40px;
  }
  .two-page .two-content {
    margin-left: 0;
  }
  .footer-block, .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-logo, .footer-item {
    width: 100%;
    text-align: center; 
  }
  .footer-logo span, .foooter .btn-call {
    margin: 20px auto 0;
  }
  .footer-menu {
    width: 60%;
    margin: 30px auto;
  }
  .footer-contact {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .footer-link {
    margin-top: 10px;
    margin-right: 0;
  }
  .footer-item .btn-call {
    margin: 20px auto 0;
  }
  .portfolio-item__img {
    height: 220px;
  }
  .page .main-carts {
    flex-wrap: wrap;
  }
  .page .main-carts__item {
    max-width: 400px;
    width: 100%;
    height: 300px;
    margin: 0 auto 30px;
  }
  .page .main-carts {
    margin-bottom: 0;
  }
  .contact-wrap {
    padding: 25px 15px;
  }
  .case-content {
    max-width: 700px;
  }
  .case-img img {
    max-width: 700px;
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
  }
  .mobile-menu {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    padding: 0 15px;
    box-shadow: 0px 4px 20px 0px rgb(15 15 15 / 5%);
    z-index: 5;
  }
  .mobile-menu input {
    display: none;
  }
  .mobile-menu label:before {
    content: 'МЕНЮ';
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 14px;
    margin: auto;
    height: 23px;
    padding-right: 40px;
    z-index: 5;
    position: relative;
  }
  body input + label span {
    position: absolute;
    width: 24px;
    height: 1px;
    top: 42px;
    margin-top: -1px;
    right: 15px;
    display: block;
    background: #444;
    transition: 0.3s;
    z-index: 5;
  }
  body input:checked + label span {
    opacity: 0;
    top: 50%;
  }
  body input + label span:first-child {
    top: 32px;
  }
  body input + label span:nth-child(2) {
    width: 12px;
    display: none;
  }
  body input + label span:last-child {
    width: 12px;
    top: 39px;
  }
  body input:checked + label span {
    width: 24px !important;
    top: 36px !important;
  }
  body input:checked + label span:first-child {
    opacity: 1;
    width: 12px;
    background: #444;
    transform: rotate(405deg);
  }
  body input:checked + label span:last-child {
    opacity: 1;
    background: #444;
    transform: rotate(-405deg);
  }
  .mobile-menu label {
    display: block;
    margin-bottom: 0;
    cursor: pointer;
  }
  body input ~ .mobile-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    transition: 0.5s;
    transition-delay: 0.5s;
    overflow-y: scroll;
    display: none;
    z-index: 4;
  }
  .mobile-wrap__scroll {
      height: 740px;
  }
  body input:checked ~ .mobile-wrap {
    height: 100%;
    display: block;
    transition-delay: 0s;
  }
  .mobile-wrap__nav {
    padding: 0 15px 20px;
    width: 100%;
  }
  .mobile-wrap__nav li {
    width: 100%;
    list-style: none;
    padding: 15px;
    border-top: 1px solid #f8f6f7;
  }
  .mobile-wrap__nav li:last-child {
    border-bottom: 1px solid #f8f6f7;
  }
  .mobile-wrap__nav a {
    display: inline-block;
    color: #444444;
    font-family: "DINPRO";
    font-size: 13px;
    text-transform: uppercase;
    border-right: 1px solid #f8f6f7;
    transition: ease .3s;
  }
  .mobile-wrap__nav a:hover, .mobile-wrap__nav .active {
    color: #4fb95f;
  } 
  .mobile-logo, .mobile-wrap__logo {
    width: 95px;
  }
  .mobile-logo img, .mobile-wrap__logo img {
    width: 100%;
  }
  .mobile-wrap__logo {
    margin: 21px 0 0 15px;
    height: 49px;
  }
  .mobile-wrap__contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 25px;
  }
  .mobile-wrap__action {
    padding: 0 15px;
    text-align: center;
  }
  .mobile-wrap__action .btn-link {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .header {
    margin-bottom: 25px;
  }
  .header-wrap {
    padding: 60px 0 20px;
  }
  .header-btns, .header-logo, .header-menu, .header .icon-phone {
    display: none;
  }
  .header-info {
    width: auto;
  }
  .header-info span, .footer-info span {
    font-size: 12px;
    line-height: 12px;
  }
  .header .link-phone {
    display: block;
    letter-spacing: .3px;
  }
  h1, .main-title .main-small {
    font-size: 30px;
    line-height: 38px;
  }
  .main {
    background: #F6F8F4;
  }
  .main-wrap {
    display: block;
  }
  .main-carts {
    flex-wrap: wrap;
  }
  .main-price {
    position: static;
  }
  .main-desc {
    margin: 18px 0;
  }
  .main-content, .seven-content, .two-last .two-content {
    max-width: 320px;
    margin: auto;
  }
  .main-block {
    margin-left: 0;
    margin-top: 30px;
    max-width: 320px;
    margin: 80px auto 0;
  }
  .main-img img {
    height: 200px;
  }
  .main-img {
    bottom: -20px;
    right: auto;
    left: 50%;
    transform: translateX(-35%);
}
  .main-carts {
    margin: 40px auto 0;
  }
  .main-carts__item {
    width: 100%;
    max-width: 240px;
    height: 200px;
    margin: 0 auto 25px;
    padding: 20px 15px;
  }
  .main-carts__pict {
    width: 80%;
    left: 10%;
  }
  .main .main-carts__pict img {
    max-height: 90px;
  }
  .main-carts__item p {
    line-height: 22px;
    font-size: 13px;
  }
  .main-proects {
    position: relative;
    z-index: 2;
  }
  .one {
    padding: 20px 0;
  }
  .one-block {
    justify-content: center;
  }
  .one-item {
    width: 100%;
    max-width: 300px;
    margin: 0 0 20px;
  }
  .two-block {
    flex-wrap: wrap;
  }
  .two-content {
    max-width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .two-title__desc {
    width: 100%;
  }
  .two-box {
    margin-top: 320px;
    height: 230px;
  }
  .two-pict__text {
    top: 180px;
  }
  .two-pict img {
    bottom: auto;
    top: 150px;
    width: 300px;
    left: 90%;
    transform: translateX(-50%);
  }
  .two-pict__desc {
    line-height: 17px;
  }
  .two-pict__name {
    font-size: 12px;
  }
  .two-btns {
    margin: 20px auto;
  }
  .two-btns .btn {
    margin: auto;
  }
  .icon-truba {
    display: none;
  }
  .two-box__icon img {
    width: 35px;
  }
  .two-box__icon {
    bottom: -40px;
  }
  .case-content h1 {
      font-size: 28px;
      line-height: 38px;
  }
  h2, .instr-title p, .seven-call__title, .five-title h2, .seven-title h2, .eight-title h2, .two-bottom h2, .save-title, .page-title {
    font-size: 26px;
    line-height: 32px;
  }
  .title-small {
    font-size: 16px;
    margin-bottom: 0;
  }
  .three-wrap {
    margin-top: 0;
    padding: 0;
  }
  .three-wrap-last {
    justify-content: center;
  }
  .three-wrap-last .three-item:nth-child(2) {
    margin-left: 4%;
  }
  .three-item, .three-wrap-last .three-item {
    width: 48%;
  }
  .three-item img {
    width: 160px;
  }
  .three-item img {
    margin-left: 5px;
  }
  .three-item p {
    font-size: 14px;
  }
  .four {
    padding-top: 30px;
  }
  .four-top {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-right: -15px;
    margin-left: -15px;
  }
  .four-wrap {
    width: 800px;
  }
  .four-item__form {
    max-width: 245px;
  }
  .four-item {
    height: 1230px;
  }
  .four-item::before {
    height: 1310px;
  }
  .four-item__info {
    height: 680px;
  }
  .four-item__list {
    height: 550px;
  }
  .quiz-title__desc {
    font-size: 16px;
    line-height: 24px;
  }
  .left-block-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .big-title-test {
    margin-bottom: 0;
  }
  .radio-label {
    font-size: 15px;
  }
  .quiz-progress {
    margin-bottom: 25px;
  }
  .quiz-progress__item {
    font-size: 0px;
    height: 18px;
  }
  .test_elem {
    width: 100%;
  }
  .test_elem:nth-child(odd) {
    margin-right: 0;
  }
  .radio-label img {
    width: 70px;
  }
  .radio-img {
    height: 46px;
  }
  .final-block .two-desc {
    font-size: 16px;
    margin: 15px 0 25px;
  }
  .five-block {
    flex-wrap: wrap;
    height: 560px;
  }
  .five-pict {
    display: none;
  }
  .five-content {
    margin: 40px 0 0;
  }
  .five-item {
    width: 47%;
    margin: 10px 4px;
  }
  .five-item p {
    font-size: 13px;
    line-height: 17px;
    width: 80%;
  }
  .five-item span {
    right: 10px
  }
  .five-item::before, .five-item::after {
    right: 14px;
    height: 20px;
  } 
  .quiz-block {
    padding: 20px;
    margin-bottom: 40px;
  }
  .quiz-item, .quiz-item:nth-child(2), .quiz-item:nth-child(3), .quiz-item {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
  }
  .quiz-adv__name {
    font-size: 16px;
    line-height: 22px;
  }
  .quiz-adv__bottom p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .5px;
    margin-top: 0;
  }
  .six-wrap {
    margin-top: 40px;
  }
  .six-item__title {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .5px;
  }
  .six-item-center {
    width: 220px;
    height: 220px;
    margin-top: 50px;
  }
  .six-item__box {
    margin: 40px auto 0;
  }
  .six-item__desc {
    font-size: 12px;
    line-height: 17px;
  }
  .six {
    background-size: cover;
  }
  .seven-call {
    padding: 40px 0;
  }
  .seven-pict, .seven-call__item:last-child {
    display: none;
  }
  .seven-call__wrap {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .seven-call__item {
    width: 100%;
  }
  .seven-call__item:nth-child(2) {
    padding: 10px 0 0;
  }
  .seven-call__item .btn-call {
    margin: auto;
  }
  .eight-block {
    flex-wrap: wrap;
    position: relative;
  }
  .eight-content {
    width: 100%;
  }
  .eight-gallerea__pict {
    width: 150px;
    height: 150px;
  }
  .eight-gallerea {
    width: 320px;
  }
  .eight-box__pict {
    display: none;
  }
  .eight-box__text p {
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .eight-box {
    margin: 15px 0;
  }
  .eight-pict {
    position: absolute;
    bottom: -220px;
  }
  .eight {
    background: #f6f8fb;
    background-image: url(./img/bg-eight.png);
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: 80% 100%;
    padding: 40px 0 250px;
  }
  .eight-pict {
    left: 140px;
  }
  .eight-pict__title {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .5px;
  }
  .gallery-thumbs {
    display: none;
  }
  .gallery-top {
    margin-bottom: 0;
  }
  .project-gallerea {
    max-width: 270px;
  }
  .gallery-top .project-gallerea__item {
    height: 270px;
    width: 100%;
  }
  .project-content__name {
    font-size: 15px;
    line-height: 21px;
  }
  .project-content__desc {
    font-size: 14px;
    letter-spacing: .3px;
    line-height: 20px;
  }
  .project-btns {
    margin-top: 40px;
  }
  .project-btns .link-more {
    font-size: 16px;
  }
  .link-more {
    margin-top: 30px;
  }
  .video-item__content, .video-item__profil {
    padding: 20px 15px;
  }
  .video-item__content:after {
    width: 55px;
    height: 40px;
    bottom: -15px;
    background-size: cover;
  }
  .video-item__text p, .video-item__desc {
    font-size: 14px;
    line-height: 24px;
  }
  .swiper-button-prev, .swiper-button-next {
      top: -20px;
  }
  .swiper-button-prev:focus, .swiper-button-next:focus {
      outline: none;
  }
  .page .otzyv-box {
      margin-top: 10px;
  }
  .two-bottom .two-content {
    margin-left: 0;
  }
  .two-last .two-content {
    margin-left: auto;
  }
  .two-bottom .two-pict {
    padding: 0;
  }
  .two-bottom .two-bottom__form {
    margin: 350px auto 50px;
    padding: 20px 15px;
    max-width: 320px;
  }
  .two-bottom .two-pict img {
    top: 250px;
  }
  .two-bottom__text-name {
    line-height: 24px;
  }
  .two-bottom .two-bottom__wrap {
    margin-top: 10px;
  }
  .work-wrap {
    flex-wrap: wrap;
    height: auto;
  }
  .work-text {
    width: 85%;
    padding: 0;
  }
  .work-action {
    margin: 15px 0 0 50px;
  }
  .work-action img {
    max-width: 250px;
    max-height: 80px;
  }
  .work-wrap-last {
    margin-bottom: 50px;
  }
  .work-box {
    height: 400px;
  }
  .work-box__content {
    padding: 25px 15px;
  }
  .work-box__content, .work-box__top-text {
    width: 100%;
  }
  .work-box__wrap {
    flex-wrap: wrap;
  }
  .work-box__top-pict {
    display: none;
  }
  .work-box__top-text {
    padding: 0;
  }
  .work-box__content-btns {
    padding: 30px 0 20px;
  }
  .work-box__content-btns .btn {
    margin: auto;
  }
  .work-box__pict, .instr-content, .instr-send {
    width: 100%;
  }
  .work-box__pict-item img {
    width: 140px;
  }
  .work-box__pict-item {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .instr-send {
    padding: 10px 0 0;
  }
  .instr-send__mess {
    margin: 20px auto 0;
  }
  .instr-send__mess a {
    margin: 0 auto 10px;
  }
  .save-pict__item img {
    width: 450px;
  }
  .save-pict__item {
    left: -70px;
    top: -60px;
  }
  .save-block, .two-last__wrap {
    flex-wrap: wrap;
  }
  .save-content {
    width: 100%;
    padding: 160px 15px 25px;
  }
  .save-content__img {
    max-width: 290px;
    width: 100%;
    margin: 20px auto 0;
  }
  .save-content__img img {
    width: 100%;
  }
  .save-content__pict, .save-content__text .green {
    display: none;
  }
  .two-last .two-pict img {
    width: 300px;
    margin: auto;
  }
  .two-pict {
    left: 7%;
  }
  .two-last .two-pict__text {
    top: 300px;
  }
  .two-last__wrap {
    margin: 400px auto 30px;
    background: #fff;
    padding: 20px 15px 35px;
    border-radius: 10px;
  }
  .two-last .two-bottom__form {
    margin: 0 auto;
    padding: 0;
  }
  .two-last .seven-form__wrap, .two-last .seven-form__wrap .form-btn, .two-last .btn {
    width: 100%;
    max-width: 320px;
  }
  .two-last .form-input {
    background: #f7f7f7;
  }
  .two-bottom .seven-form__wrap {
    margin-top: 0;
  }
  .two-bottom__phone a {
    padding-left: 0;
    display: block;
  }
  .two-bottom__phone p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-menu {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-menu ul, .footer-menu ul:last-child {
    margin-left: -23px;
    width: 100%;
  }
  .footer-menu li {
    text-align: center;
  }
  .two-page .two-pict img {
    top: 20px;
  }
  .two-page .two-pict__text {
    top: 60px;
  }
  .two-page .two-pict {
    height: 360px;
  }
  .two-page .two-content {
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
  }
  .two-page .two-pict__text {
    left: -20px;
  }
  .two-page .two-desc {
    margin: 17px 0;
  }
  .portfolio-wrap {
    justify-content: center;
  }
  .portfolio-item {
    height: auto;
    width: 100%;
    max-width: 400px;
    padding: 15px 15px 20px;
  }
  .page .main-carts {
    margin-top: 40px;
  }
  .page .main-carts__item:last-child {
    height: 230px;
  }
  .contact-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-zamer {
    margin-top: 20px;
  }
  .contact-wrap .whatsapp-link {
    margin: 10px 0 20px;
  }
  .contact-map {
    height: 450px;
  }
  .blog-item {
    max-width: 570px;
    width: 100%;
    height: 250px;
  }
  .blog-item__link {
    padding: 145px 17px 25px;
  }
  .blog-item__link a {
    font-size: 20px;
    line-height: 30px;
  }
  .vacansii-wrap {
    align-items: flex-start;
    padding: 30px 0;
  }
  .vacansii-name {
    font-size: 22px;
    line-height: 30px;
    margin-top: 5px;
  }
  .vacansii-form {
    padding: 25px 15px;
  }
  .vacansii-form p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
  }
  .case-content {
    max-width: 100%;
  }
  .case-content ol {
    padding: 0 0 0 23px;
  }
  .case-img {
    display: block;
    padding-right: 10px;
    text-align: center;
  }
  .case-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .case-content h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .d-xs-none {
      display: none;
  }
  .block404 .page-title {
    font-size: 100px;
    line-height: 110px;
  }
  .blog-video iframe {
      width: 100%;
      max-width: 560px;
  }
}
@media (max-width: 576px) {
    .blog-video iframe {
        width: 300px;
        height: 170px;
    }
}
@media (max-width: 374px) {
  .header-info {
    margin-right: 15px;
  }
  .header .btn-call {
    width: 140px;
    font-size: 11px;
  }
  .main {
    background-position: 20% 50%;
  }
  .main-img {
    left: 45%;
  }
  .two-pict img {
    left: 80%;
  }
  .three-item img {
    width: 140px;
  }
  .eight-gallerea__pict {
    width: 140px;
    height: 140px;
  }
  .eight-gallerea {
    width: 290px;
  }
  .eight-pict {
    left: 100px;
  }
  .otzyv {
    overflow: hidden;
  }
  .two-bottom .two-bottom__form {
    max-width: 290px;
  }
  .two-pict__text {
    left: -25px;
  }
  .two-box {
    height: auto;
  }
  .work-action {
    width: 250px;
    margin-left: 0;
  }
  .work-action img {
    max-width: 200px;
  }
  .five-block {
    height: 610px;
  }
  .seven-content {
    max-width: 290px;
  }
  .two-bottom .two-pict img {
    top: 350px
  }
  .two-bottom__text-desc {
    font-size: 14px;
    line-height: 22px;
  }
  .two-bottom .two-pict__text {
    top: 400px;
  }
  .work-box {
    height: 447px;
  }
  .instr-send__mess {
    max-width: 290px;
  }
  .instr-send__mess a {
    width: 100%;
  }
  .instr-send p {
    font-size: 16px;
    line-height: 24px;
  }
  .save-content__wrap {
    width: 100%;
  }
  .two-last .two-pict img {
    top: 250px;
  }
  .two-last .two-pict__text {
    top: 270px;
    left: -25px;
  }
  .two-last .two-pict img {
    left: 90%;
  }
  .two-last .two-content {
    max-width: 290px;
    width: 100%;
  }
  .two-page .two-pict__text {
    top: 60px;
  }
  .two-page .two-pict {
    height: 360px;
  }
  .two-page .two-pict img {
    top: 20px;
  }
  .page .main-carts__item:first-child {
    height: 330px;
  }
  .blog-item__link a {
    font-size: 18px;
    line-height: 26px;
  }
  .blog-item__link {
    padding: 155px 17px 25px;
  }
}