@font-face {
  font-family: ProximaNova;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/ProximaNovaRegular/ProximaNovaRegular.woff) format("woff"),url(../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf) format("truetype")
}
@font-face {
  font-family: ProximaNova;
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/ProximaNovaLight/ProximaNovaLight.woff) format("woff"),url(../fonts/ProximaNovaLight/ProximaNovaLight.ttf) format("truetype")
}
@font-face {
  font-family: ProximaNova;
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/ProximaNovaSemibold/ProximaNovaSemibold.woff) format("woff"),url(../fonts/ProximaNovaSemibold/ProximaNovaSemibold.ttf) format("truetype")
}
@font-face {
  font-family: ProximaNova;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/ProximaNovaBold/ProximaNovaBold.woff) format("woff"),url(../fonts/ProximaNovaBold/ProximaNovaBold.ttf) format("truetype")
}
@font-face {
  font-family: ProximaNova;
  font-weight: 800;
  font-style: normal;
  src: url(../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff) format("woff"),url(../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.ttf) format("truetype")
}
@font-face {
  font-family: ProximaNova;
  font-weight: 900;
  font-style: normal;
  src: url(../fonts/ProximaNovaBlack/ProximaNovaBlack.woff) format("woff"),url(../fonts/ProximaNovaBlack/ProximaNovaBlack.ttf) format("truetype")
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
abbr,
fieldset,
img {
  border: 0
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400
}
ul li {
  list-style: none
}
caption,
th {
  text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400
}
sup {
  vertical-align: text-top
}
sub {
  vertical-align: text-bottom
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}
legend {
  color: #000
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block
}
img {
  max-width: 100%;
  height: auto
}
.debug {
  height: 100vh;
  position: fixed;
  width: 100%
}
.debug > div {
  height: inherit;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px
}
.debug > div > div {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}
.debug > div > div > div {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(8.33333% - 30px);
  height: inherit;
  outline: red;
  background: rgba(0,0,0,.3)
}
body,
html {
  height: 100%
}
body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  font-family: ProximaNova,sans-serif;
  opacity: 1;
  color: #303030;
  background: #fff
}
.wrapper {
  overflow-x: hidden
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px
}
.header {
  background: #fff;
  box-shadow: 0 13px 17.67px 1.33px rgba(0,0,0,.03);
  position: relative
}
.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 101px
}
.logo {
  max-width: 165px
}
.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  font-weight: 600
}
.menu li {
  height: 100%
}
.menu li.active a {
  color: #000;
  border-bottom: 3px solid #e4ad6d
}
.menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #303030;
  text-decoration: none;
  padding: 0 15px;
  margin: 0 6px;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 3px solid transparent
}
.menu li a:hover {
  color: #000;
  border-bottom: 3px solid #e4ad6d
}
.phones {
  text-align: right
}
.phone {
  font-size: 20px;
  font-weight: 300;
  color: #303030;
  text-decoration: none;
  display: block;
  margin-bottom: 5px
}
.phone b {
  font-weight: 700
}
.call {
  color: #ca4439
}
.hero {
  min-height: 730px;
  background-image: url(../img/bg-1.jpg);
  background-size: cover;
  background-position: center
}
.hero-content {
  padding-top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start
}
.hero-text {
  background: #fff;
  text-transform: uppercase;
  width: 650px;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 30px;
  box-shadow: 0 23px 28.83px 2.17px rgba(0,0,0,.2)
}
.hero-text-1 {
  font-size: 50px;
  font-weight: 800
}
.hero-text-2 {
  font-size: 44px;
  font-weight: 300
}
.hero-form {
  width: 360px;
  background: #fff;
  box-shadow: 0 23px 28.83px 2.17px rgba(0,0,0,.2);
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden
}
.hero-form-content {
  border: 1px solid rgba(228,173,109,.55);
  height: 100%
}
.hero-form-title {
  padding: 30px 25px 18px;
  font-size: 24px;
  font-weight: 600
}
.hero-form-prize {
  background-color: rgba(228,173,109,.1);
  width: 280px;
  height: 46px;
  position: relative;
  text-transform: uppercase;
  color: #c84136;
  font-size: 22px;
  font-weight: 700;
  line-height: 46px;
  padding-left: 25px;
  margin-bottom: 45px;
  box-sizing: border-box
}
.hero-form-prize:after {
  content: '';
  position: absolute;
  top: -20px;
  right: -40px;
  width: 92px;
  height: 130px;
  background-image: url(../img/stul.png)
}
.hero-form form {
  padding: 0 25px 25px
}
.hero-form .btn-wrap {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px
}
.akc {
  width: 95px;
  height: 95px;
  position: absolute;
  top: 0;
  right: 0;
  background: #e4ad6d;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: bottom;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 3px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg) translate(0,-72%);
  -ms-transform: rotate(45deg) translate(0,-72%);
  transform: rotate(45deg) translate(0,-72%);
  box-shadow: 0 3px 3.72px .28px rgba(0,0,0,.2)
}
.input-block label {
  color: #000;
  padding-left: 25px
}
.input-block input {
  width: 100%;
  height: 38px;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  text-indent: 25px;
  margin-bottom: 20px;
  outline: 0;
  background-color: transparent
}
.btn-wrap {
  position: relative;
  height: 60px
}
.btn-wrap:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  height: 100%;
  border-radius: 10em;
  background: #b13126;
  z-index: 0
}
.btn {
  font-family: ProximaNova,sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: 800;
  text-align: center;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#c84136),to(#ec776d));
  background-image: -webkit-linear-gradient(bottom,#c84136 0,#ec776d 100%);
  background-image: linear-gradient(0deg,#c84136 0,#ec776d 100%);
  box-shadow: 0 14px 18.6px 1.4px rgba(0,0,0,.2);
  width: 100%;
  height: 60px;
  border-radius: 10em;
  cursor: pointer;
  z-index: 1;
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.btn:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px)
}
.check {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 300
}
.check .police {
  display: none
}
.check .police:checked + label:after {
  opacity: 1
}
.check label {
  position: relative;
  padding-left: 20px;
  cursor: pointer
}
.check label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #c8c8c9;
  box-sizing: border-box
}
.check label:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  background: #9c9c9c;
  opacity: 0
}
.preim-items {
  background: #fff;
  padding: 24px;
  box-shadow: 0 23px 28.83px 2.17px rgba(0,0,0,.12);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box
}
.preim-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 40px;
  box-sizing: border-box;
  width: 33.33%;
  height: 87px;
  border-right: 1px solid #e4e4e4
}
.preim-item:last-child {
  border-right: none
}
.preim-item-img {
  height: 47px;
  width: 47px
}
.preim-item-text {
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px
}
.title {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800
}
.title-w {
  color: #fff
}
.slider {
  padding: 50px 0 150px
}
.slider .owl-dots {
  position: absolute;
  bottom: -50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}
.slider .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  background: #c5c5c5;
  margin: 0 7px;
  border-radius: 50%
}
.slider .owl-dots .owl-dot.active {
  background: #848484
}
.slider .owl-nav .owl-next,
.slider .owl-nav .owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../img/nav.png);
  font-size: 0;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
  box-shadow: 0 6px 6px .49px rgba(0,0,0,.2)
}
.slider .owl-nav .owl-prev {
  left: -15px
}
.slider .owl-nav .owl-next {
  right: -15px;
  background-position-x: -50px
}
.slider-items {
  margin-top: 50px
}
.slider-item {
  position: relative;
  display: block
}
.slider-item:hover:before {
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  opacity: .75
}
.slider-item:hover:after {
  opacity: 1
}
.slider-item:hover .overlay {
  opacity: .45
}
.slider-item:before {
  content: '';
  position: absolute;
  border: 1px solid #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 2;
  opacity: 0
}
.slider-item:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  background-image: url(../img/icons/magnifier.svg);
  background-size: cover;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 3
}
.slider-item .overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  background: #000
}
.etaps {
  background-image: url(../img/bg-2.jpg);
  background-size: cover;
  background-position: center;
  padding: 90px 0 50px
}
.etaps-items {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}
.etaps-item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  padding: 0 15px;
  margin-bottom: 50px
}
.etaps-item-num {
  font-size: 50px;
  font-weight: 900;
  color: transparent;
  display: inline-block;
  border-bottom: 2px solid #e4ad6d;
  line-height: 1;
  background: url(../img/num-bg.jpg);
  margin-bottom: 8px;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent
}
.etaps-item-text {
  color: #fff;
  font-weight: 600;
  font-size: 18px
}
.call-block {
  padding: 50px 0
}
.call-block-text {
  font-size: 22px;
  text-transform: uppercase;
  padding: 40px;
  border: 1px solid #f9dbb8;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 600
}
.call-block-text .tel {
  font-weight: 800;
  text-align: right;
  color: #303030;
  text-decoration: none;
  margin-left: auto;
  border-bottom: 2px solid #d8d8d8;
  position: relative;
  white-space: nowrap
}
.call-block-text .tel:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: -26px;
  top: 3px;
  background-image: url(../img/icons/call-answer.svg);
  background-size: cover
}
.domiant {
  padding: 80px 0;
  background-image: url(../img/bg-3.jpg);
  background-size: cover;
  background-position: center
}
.domiant-logo {
  width: 160px;
  margin-bottom: 10px
}
.domiant-img {
  display: none
}
.domiant-content {
  background: #fff;
  border: 1px solid #f9dbb8;
  padding: 30px 40px;
  position: relative;
  max-width: 765px
}
.domiant-content:after {
  content: '';
  position: absolute;
  top: -35px;
  right: -330px;
  height: 371px;
  width: 585px;
  background-image: url(../img/tabel.png)
}
.domiant-text {
  font-size: 22px;
  line-height: 34px;
  max-width: 540px
}
.hidden {
  display: none
}
#call {
  margin: 0 auto
}
#call .hero-form-title {
  text-align: center
}
.complex {
  padding: 100px 0
}
.complex-items {
  margin-top: 50px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(12,1fr);
  grid-template-rows: 197px 197px
}
.complex-item {
  height: 197px;
  background-size: cover;
  position: relative;
  background-position: center
}
.complex-item:nth-child(1) {
  grid-column: 1/6
}
.complex-item:nth-child(2) {
  grid-column: 6/9
}
.complex-item:nth-child(3) {
  grid-column: 9/13
}
.complex-item:nth-child(4) {
  grid-column: 1/4
}
.complex-item:nth-child(5) {
  grid-column: 4/8
}
.complex-item:nth-child(6) {
  grid-column: 8/13
}
.complex-item a:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #303030;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}
.complex-item a:first-child:before {
  content: '';
  position: absolute;
  background: #e4ad6d;
  opacity: .2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}
.complex-item a:first-child:hover:before {
  background: #000;
  opacity: .15
}
.complex-item a:first-child span {
  text-transform: uppercase;
  padding: 5px 8px;
  text-align: center;
  display: block;
  background: #fff;
  font-weight: 600;
  position: relative;
  box-shadow: 0 9px 15.81px 1.19px rgba(0,0,0,.27)
}
.bottom-form {
  background-image: url(../img/bg-5.jpg);
  background-size: cover;
  background-position: center;
  min-height: 267px;
  padding: 10px;
  position: relative;
  margin-bottom: 100px;
  box-shadow: 0 23px 28.83px 2.17px rgba(0,0,0,.1);
  overflow: hidden
}
.bottom-form-content {
  background: rgba(255,255,255,.9);
  border: 1px solid #f9dbb8;
  padding: 36px 50px
}
.bottom-form-content form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.bottom-form-content form .btn-wrap {
  margin-bottom: 15px
}
.bottom-form-title {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 35px;
  max-width: 810px;
  position: relative;
  padding-right: 150px;
}
.bottom-form-title span {
  color: #cb453a;
  font-weight: 900;
}
.prog-meb{
    width: 136px;
    height: 136px;
    position: absolute;
    top: -52px;
    right: 0px;
}
/*.bottom-form-title span:after {
  content: '';
  position: absolute;
  top: -46px;
  right: -13px;
  width: 92px;
  height: 130px;
  background-image: url(../img/stul.png)
}*/
.form-col {
  width: 300px
}
.usl {
  font-size: 12px;
  transform: translateY(-15px);
}
.contacts {
  position: relative;
  min-height: 650px
}
.contacts .map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ccc
}
.contacts .map iframe{
    border: 0;
    width: 100%;
    height: 650px;
}
.contacts-wrap {
  max-width: 1140px;
  margin: 0 auto;
  position: relative
}
.contacts-block {
  width: 555px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 125px;
  box-shadow: 0 31px 34.41px 2.59px rgba(0,0,0,.2)
}
.contacts-content {
  border: 1px solid #f9dbb8;
  padding: 85px 65px 25px;
  background-image: url(../img/bg-4.jpg);
  background-repeat: no-repeat;
  background-position: right bottom
}
.contacts-title {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px
}
.contacts-item {
  margin-bottom: 30px;
  font-weight: 600
}
.contacts-item-lab {
  color: #757575
}
.contacts-item-value {
  padding-left: 22px;
  font-size: 20px;
  position: relative
}
.contacts-item-value span {
  white-space: nowrap
}
.contacts-item-value:before {
  content: '';
  position: absolute;
  left: 0;
  background-size: cover;
  top: 5px
}
.contacts-item-value_phone:before {
  width: 13px;
  height: 13px;
  background-image: url(../img/icons/call-answer.svg)
}
.contacts-item-value_addr:before {
  width: 13px;
  height: 13px;
  background-image: url(../img/icons/location-pin.svg)
}
.contacts-item-value_email:before {
  width: 13px;
  height: 13px;
  background-image: url(../img/icons/envelope-shape.svg)
}
.contacts-logo {
  width: 225px;
  border: 1px solid #f9dbb8;
  padding: 4px 15px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: -37px;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.footer-content {
  color: #3f3f3f;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.footer-content .org {
  font-weight: 600
}
#thank {
  max-width: 670px;
  background: #fff;
  padding: 10px;
  position: relative;
  margin: 0 auto
}
.thank {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  border: 1px solid #f9dbb8
}
.thank-text {
  text-align: center;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px
}
.thank-logo {
  width: 225px;
  margin: 0 auto
}
.map-mob{
    display: none;
}
@media screen and (max-width:1200px) {
  .menu li a {
    margin: 0
  }
  .hero-text {
    width: auto
  }
  .call-block-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
  }
  .call-block-text .tel {
    margin-top: 15px;
    margin-left: 0
  }
  .domiant-content {
    max-width: 720px
  }
  .domiant-content:after {
    right: -164px;
    top: -20px
  }
  .domiant-text {
    max-width: 385px;
    font-size: 21px;
    line-height: 30px
  }
  .bottom-form-title {
    font-size: 17px
  }
  .form-col {
    width: 270px
  }
}
@media screen and (max-width:980px) {
  .menu {
    display: none
  }
  .hero-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 40px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
  }
  .hero-text {
    margin-bottom: 30px
  }
  .preim {
    padding: 40px 0
  }
  .preim-items {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  .preim-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-left: 0
  }
  .etaps-item {
    width: calc(33.33333% - 30px)
  }
  .domiant-logo {
    margin: 0 auto 10px
  }
  .domiant-img {
    display: block;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
  }
  .domiant-content {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0
  }
  .domiant-content:after {
    display: none
  }
  .domiant-text {
    max-width: 100%
  }
  .complex-items {
    grid-template-rows: 197px 197px 197px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
  }
  .complex-item:nth-child(1) {
    grid-column: 1/8
  }
  .complex-item:nth-child(2) {
    grid-column: 8/13
  }
  .complex-item:nth-child(3) {
    grid-column: 1/7
  }
  .complex-item:nth-child(4) {
    grid-column: 7/13
  }
  .complex-item:nth-child(5) {
    grid-column: 1/6
  }
  .complex-item:nth-child(6) {
    grid-column: 6/13
  }
  .bottom-form {
    max-width: 410px;
    margin: 0 auto 100px
  }
  .bottom-form-content form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }
  .form-col {
    width: 100%
  }
  .usl {
    margin-top: 10px;
    transform: translateY(0);
  }
  .contacts .map {
    position: relative
  }
  .contacts-block {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 555px;
    margin-left: auto;
    margin-right: auto
  }
  .bottom-form-title{
      padding-right: 0;
  }
  .prog-meb{
    position: relative;
    top: auto;
    display: none;
}
}
@media screen and (max-width:780px) {
  .container,
  .debug>div {
    padding-left: 15px;
    padding-right: 15px
  }
  .hero-text-1 {
    font-size: 40px
  }
  .hero-text-2 {
    font-size: 36px
  }
  .preim-items {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto
  }
  .preim-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 40px;
    text-align: left;
    width: 100%;
    border-right: none
  }
  .etaps-item {
    width: calc(50% - 30px)
  }
  .contacts .map {
      display: none;
  }
  .map-mob{
      display: block;
      height: 500px;
  }
  .map-mob img{
      height: 500px;
      object-fit:cover;
  }
}
@media screen and (max-width:560px) {
  .logo {
    max-width: 130px
  }
  .phone {
    font-size: 18px
  }
  .hero-text {
    width: 100%;
    padding: 15px
  }
  .hero-text-1 {
    font-size: 28px
  }
  .hero-text-2 {
    font-size: 25px
  }
  .hero-form {
    max-width: 330px
  }
  .hero-form-title {
    font-size: 21px
  }
  .preim-item {
    padding-left: 0
  }
  .etaps-item {
    width: calc(100% - 30px)
  }
  .call-block-text {
    font-size: 16px
  }
  .domiant-content {
    padding-left: 30px;
    padding-right: 30px
  }
  .domiant-text {
    font-size: 18px;
    line-height: 26px
  }
  .complex-items {
    display: block;
    max-width: 300px
  }
  .complex-item {
    margin-bottom: 10px
  }
  .bottom-form-content {
    padding: 20px
  }
  .bottom-form-title {
    font-size: 17px
  }
  .contacts-content {
    padding-left: 20px;
    padding-right: 20px
  }
  .footer-content {
    font-size: 14px
  }
}
@media screen and (max-width:359px) {
  .hero-form {
    max-width: 320px
  }
  .footer-content {
    font-size: 12px
  }
}