.heading {
  background: url(../images/heading-bg.jpg) no-repeat 50% 0;
  height: 828px;
  background-size: cover;
  color: #fff;
}
.heading .header {
  padding: 34px 0 105px 0;
}
.heading .header a {
  color: #fff;
  text-decoration: none;
}
.heading .header__desc {
  line-height: 130%;
  text-align: center;
}
.heading .header__phone {
  text-align: right;
}
.heading .header__phone span {
  display: block;
  font-weight: 900;
  font-size: 27px;
  padding: 0 0 5px 0;
}
.heading .header__phone a.callback {
  display: inline-block;
  padding: 0 0 3px 0;
  line-height: 130%;
  border-bottom: 2px solid #fff;
}
.heading__block {
  text-align: center;
}
.heading__block h1 {
  line-height: 130%;
  text-transform: uppercase;
  font-size: 40px;
  padding: 0 0 40px 0;
  font-weight: 900;
}
.heading__block p {
  font-weight: 500;
  font-size: 26px;
  padding: 0 0 65px 0;
}
.heading__form {
  background: #fff;
  color: #000;
  box-shadow: 0 14px 73px rgba(0, 0, 0, 0.14);
  padding: 45px 40px;
  text-align: center;
}
.heading__form p {
  font-size: 22px;
  padding: 0 0 40px 0;
}
.heading__form-title {
  display: block;
  min-height: 29px;
  font-size: 16px;
  text-align: left;
}
.heading__form input[type=text] {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  box-sizing: border-box;
  background: #ebebeb;
  border-radius: 3px;
  border: 0;
  padding: 0 25px;
  height: 68px;
  font-size: 18px;
}
.heading__form .btn {
  height: 68px;
  padding: 0;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
.heading .back__btn a {
  display: inline-block;
  margin: 30px 0 0 0;
  color: #fff;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 25px 35px;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: inset 0 -4px #3a1f80;
  background: #4e35a3;
  transition: 0.3s;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.btn:hover {
  background: #3a1f80;
}

.section1 {
  padding: 180px 0 150px 0;
  background: url(../images/section1-bg.jpg) no-repeat 50% 0;
}
.section1 .flex {
  background: #fff;
  box-shadow: 0 26px 32px rgba(0, 0, 0, 0.13);
}
.section1__block {
  width: 50%;
  box-sizing: border-box;
  padding: 40px 0 70px 60px;
}
.section1__block p {
  color: #4e35a3;
}
.section1__block-head {
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 60px 0;
}
.section1__block-status {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 130%;
  padding: 15px 0 10px 0;
  color: #4e35a3;
}
.section1__block-status:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 3px;
  background: #4e35a3;
}
.section1__block li {
  padding: 0 0 23px 39px;
  position: relative;
}
.section1__block li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.section1__block.bg1 {
  background: #a4a5a8;
  color: #fff;
}
.section1__block.bg1 p {
  color: #fff;
}
.section1__block.bg1 .section1__block-status {
  color: #fff;
}
.section1__block.bg1 .section1__block-status:before {
  background: #fff;
}
.section1__block.bg1 li:before {
  background: url(../images/li-bg1.png) no-repeat;
  width: 23px;
  height: 2px;
  top: 9px;
}
.section1__block.bg2 li:before {
  background: url(../images/li-bg2.png) no-repeat;
  width: 23px;
  height: 23px;
}

h2 {
  text-align: center;
  font-size: 40px;
  padding: 0 0 55px 0;
  font-weight: 900;
  line-height: 130%;
  text-transform: uppercase;
}
h2 span {
  color: #4e35a3;
}

.section2 {
  background: url(../images/section2-bg.jpg) no-repeat 50% 0;
  background-size: cover;
  color: #fff;
  padding: 90px 0 110px 0;
}
.section2 h2 {
  font-size: 35px;
  padding: 0 0 70px 0;
}
.section2 img {
  display: block;
}
.section2__image {
  box-shadow: 0 23px 32px rgba(0, 0, 0, 0.24);
  margin: 0 60px;
  position: relative;
  z-index: 1;
}
.section2__info {
  width: 574px;
  margin: 20px 0 0 0;
  padding: 30px 0 0 0;
  position: relative;
}
.section2__info:before {
  content: "";
  position: absolute;
  top: 0;
  left: -90px;
  width: 360px;
  height: 5px;
  background: #4e35a3;
}
.section2__info ul {
  border-bottom: 6px solid #fff;
  padding: 0 0 20px 0;
}
.section2__info p {
  font-weight: 500;
  font-size: 19px;
  padding: 0 0 34px 0;
}
.section2__info li {
  position: relative;
  padding: 0 0 10px 0;
}
.section2__info li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 28px;
  height: 22px;
  background: url(../images/li-check.png) no-repeat;
}
.section2__name {
  line-height: 130%;
  font-size: 25px;
  font-weight: bold;
  padding: 0 0 12px 0;
}
.section2 .direction {
  padding: 190px 0 0 0;
}
.section2 .direction .section2__info {
  padding-left: 40px;
}
.section2 .direction .section2__info:before {
  left: auto;
  right: -90px;
}

.section3 {
  padding: 100px 0 130px 0;
}
.section3 h2 {
  padding: 0 0 78px 0;
}
.section3 img {
  max-width: 100%;
  max-height: 100%;
}
.section3 .slick-prev, .section3 .slick-next {
  position: absolute;
  top: 50%;
  left: -84px;
  z-index: 1;
  background: url(../images/prev.png) no-repeat;
  width: 49px;
  height: 49px;
  margin-top: -25px;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.section3 .slick-next {
  left: auto;
  right: -84px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section3 .heading__form {
  box-shadow: none;
  padding: 70px 40px 50px 40px;
}

.section4 h2 {
  text-align: left;
  padding: 0 0 20px 0;
}
.section4__head {
  font-size: 20px;
  padding: 0 0 35px 0;
}
.section4__summ {
  padding: 30px 0;
  position: relative;
}
.section4__summ.bg1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 480px;
  height: 3px;
  background: #000;
}
.section4__summ-head {
  font-size: 22px;
  font-weight: 500;
  padding: 0 0 35px 0;
}
.section4__summ-block {
  width: 248px;
  font-weight: 900;
}
.section4__summ-block span {
  display: block;
  font-size: 49px;
  color: #4e35a3;
}
.section4__summ-block p {
  font-size: 30px;
}
.section4-image {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: -1;
}
.section4 .heading__form {
  background: none;
  box-shadow: none;
  padding: 180px 40px 50px 40px;
}

.section5 {
  color: #fff;
  text-align: center;
  background: url(../images/section5-bg.jpg) no-repeat 50% 0;
  background-size: cover;
  padding: 85px 0;
}
.section5 h2 {
  font-size: 38px;
  padding: 0 0 60px 0;
}
.section5 img {
  max-width: 100%;
  max-height: 100%;
}
.section5 .flex {
  padding: 15px 0 55px 0;
}
.section5 .flex span {
  font-size: 48px;
  color: #4e35a3;
  font-weight: 500;
  font-style: italic;
  margin: 0 12px 0 0;
  position: relative;
}
.section5 .flex span:before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #4e35a3;
}
.section5 .flex p {
  flex: 1;
  text-align: left;
  font-weight: 500;
}

.section6 {
  padding: 110px 0 65px 0;
  background: url(../images/section6-bg.jpg) no-repeat 50% 0;
}
.section6 h2 {
  text-align: left;
  padding: 0 0 10px 0;
}
.section6__head {
  position: relative;
  padding: 0 0 12px 0;
  margin: 25px 0;
  font-size: 25px;
  font-weight: 500;
}
.section6__head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 370px;
  height: 3px;
  background: #000;
}
.section6__block {
  width: 270px;
  margin: 20px 0;
}
.section6__block-image {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: #4e35a3;
  -webkit-justify-content: center;
  justify-content: center;
}
.section6__block p {
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  padding: 0 12px;
}
.section6__bottom {
  font-size: 20px;
  padding: 30px 0 40px 0;
}

.section7 {
  padding: 85px 0 40px 0;
  text-align: center;
}
.section7 h2 {
  font-size: 39px;
  padding: 0 0 70px 0;
}
.section7__block {
  border: 6px solid #4e35a3;
  margin: 0 0 65px 0;
  padding: 40px 0;
}
.section7__block p {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
.section7__block p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 5px;
  background: #4e35a3;
  margin-left: -30px;
}
.section7__block-summ {
  font-size: 30px;
  font-weight: bold;
  line-height: 130%;
}
.section7__block-summ span {
  display: block;
  font-size: 40px;
  font-weight: 900;
  color: #4e35a3;
  padding: 3px 0 0 0;
}
.section7__block.bg3 {
  background: #a4a5a8;
  border-color: #a4a5a8;
  color: #fff;
}
.section7__bottom {
  font-size: 20px;
  padding: 0 0 35px 0;
}
.section7__bottom span {
  font-weight: 900;
  display: block;
}

.section8 {
  padding: 50px 0 80px 0;
}
.section8 h2 {
  padding: 0;
}
.section8 .heading__form {
  background: none;
  box-shadow: none;
  padding: 30px 40px 0 40px;
}

.footer {
  background: #383c3f;
  color: #fff;
  font-size: 16px;
  padding: 40px 0;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .copyright {
  display: block;
  font-weight: 900;
  font-size: 25px;
  padding: 0 0 5px 0;
  line-height: 130%;
}
.footer-url {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 0 0 7px 0;
  line-height: 130%;
}
.footer .header__phone {
  text-align: right;
}
.footer .header__phone span {
  display: block;
  font-weight: 900;
  font-size: 25px;
  padding: 0 0 5px 0;
}

.thanks {
  background: #383c3f;
}

@media (max-width: 1200px) {
  .wrapper {
    width: 990px;
  }

  .section4-image {
    right: -50px;
  }
}
@media (max-width: 1040px) {
  .wrapper {
    width: 778px;
  }

  .heading__block h1 br {
    display: none;
  }

  .heading__block h1 {
    font-size: 30px;
  }

  .col-md-4 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .heading .header {
    padding: 30px 0;
  }

  .heading__block p {
    font-size: 22px;
  }

  .section1__block {
    padding-left: 30px;
  }

  .section2 .flex {
    display: block;
  }
  .section2__image {
    display: inline-block;
    margin: 0;
  }
  .section2__info {
    width: auto;
  }
  .section2 .direction {
    padding: 30px 0 0 0;
  }
  .section2 .direction .section2__info:before {
    right: auto;
    left: -90px;
  }

  .section4-image {
    width: 320px;
    height: auto;
    top: 50px;
  }

  .section5 .col-md-4 {
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .section5 .flex span {
    font-size: 40px;
  }

  .section5 .flex p {
    font-size: 16px;
  }

  .section7__block p {
    font-size: 20px;
  }
  .section7__block-summ {
    font-size: 22px;
  }
  .section7__block-summ span {
    font-size: 25px;
  }

  .footer-url {
    border: 0;
    text-decoration: underline !important;
  }

  .footer__block:nth-child(2) {
    width: 250px;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .wrapper {
    width: auto;
    padding: 0 15px;
  }

  body {
    font-size: 16px;
  }

  img {
    max-width: 100%;
    max-height: 100%;
  }

  br {
    display: none;
  }

  .flex {
    display: block;
  }

  #police.modal__box {
    width: auto;
  }

  .heading {
    height: auto;
    padding: 0 0 50px 0;
  }
  .heading .header {
    padding: 20px 0;
  }
  .heading .header.flex {
    display: flex;
  }
  .heading .header__logo img {
    width: 90px;
    height: auto;
  }
  .heading .header__desc {
    display: none;
  }
  .heading .header__phone {
    font-size: 13px;
  }
  .heading .header__phone span {
    font-size: 20px;
  }
  .heading__block h1 {
    font-size: 25px;
    padding: 0 0 20px 0;
  }
  .heading__block p {
    font-size: 16px;
    padding: 0 0 25px 0;
  }
  .heading__form {
    padding: 30px 20px !important;
  }
  .heading__form p {
    font-size: 18px;
    padding: 0 0 15px 0;
  }

  h2 {
    font-size: 23px !important;
    padding: 0 0 25px 0 !important;
  }

  .section1 {
    padding: 50px 0;
  }
  .section1__block {
    width: auto;
    padding: 20px;
  }
  .section1__block-head {
    font-size: 18px;
    padding: 0 0 20px 0;
  }
  .section1__block-status {
    font-size: 18px;
  }

  .section2 {
    padding: 50px 0;
  }
  .section2__name {
    font-size: 20px;
  }
  .section2__info p {
    font-size: 16px;
    padding: 0 0 20px 0;
  }
  .section2 li {
    margin-left: 30px;
  }
  .section2 li:before {
    background-size: 50% auto !important;
    background-position: 50% 50% !important;
  }
  .section2 .direction .section2__info {
    padding-left: 0;
  }

  .section3 {
    padding: 50px 0;
  }
  .section3 .slick-prev {
    left: 10px;
  }
  .section3 .slick-next {
    right: 10px;
  }

  .section4 {
    padding: 0 0 40px 0;
  }
  .section4-image {
    position: static;
    width: auto;
  }
  .section4 .flex {
    display: flex;
  }
  .section4__summ-head {
    font-size: 18px;
    padding: 0 0 20px 0;
  }
  .section4__summ-block p {
    font-size: 20px;
  }
  .section4__summ-block span {
    font-size: 35px;
  }

  .section5 {
    padding: 50px 0;
  }
  .section5 .col-md-4 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section5 .flex {
    display: flex;
  }

  .section6 {
    padding: 50px 0;
  }
  .section6__head {
    font-size: 20px;
  }
  .section6 .flex {
    display: flex;
  }
  .section6__block p {
    font-size: 16px;
  }
  .section6__bottom {
    font-size: 18px;
  }

  .section7 {
    padding: 50px 0;
  }
  .section7 .col-md-3 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section7__block {
    margin: 0 0 30px 0;
  }
  .section7__bottom {
    font-size: 18px;
  }

  .section8 {
    padding: 50px 0;
  }

  .footer {
    text-align: center;
  }
  .footer__block {
    width: auto !important;
    padding: 7px;
  }
  .footer .copyright {
    font-size: 20px;
  }
  .footer .header__phone {
    text-align: center;
  }
  .footer .header__phone span {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .col-md-2, .col-md-3, .col-md-4 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .modal__box {
    width: auto;
    padding: 20px !important;
    margin: 10px !important;
  }

  .heading__block h1 {
    font-size: 22px;
  }

  .heading__form-title {
    min-height: inherit;
    padding: 0 0 10px 0;
  }

  .section4 .flex {
    display: block;
  }

  .section4__summ-block {
    width: auto;
    padding: 10px 0;
  }

  .section5 .flex span {
    font-size: 27px;
  }
  .section5 .flex span:before {
    top: 30px;
  }
  .section5 .flex p {
    font-size: 14px;
  }

  .section6 .flex {
    display: block;
  }
  .section6__block {
    width: auto;
  }
  .section6__block .flex, .section6__block.flex {
    display: flex;
  }
}

/*# sourceMappingURL=main.css.map */
