.section-head {
  padding: 0;
  background: url("../images/section-head-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  height: 927px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.header {
  padding: 24px 0;
  line-height: 130%;
  font-size: 15px;
}

.header__logo img {
  width: 178px;
  height: auto;
}

.header__desc {
  text-align: center;
}

.header__phone {
  text-align: right;
}

.header__phone a {
  color: #5292d6;
}

.header__phone span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 5px 0;
}

.header__phone span a {
  text-decoration: none;
}

.header__phone a.callback {
  display: inline-block;
  color: #4b4b4b;
}

.heading {
  padding: 0;
}

.heading__block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 140px 0 64px 0;
}

.heading__block h1 {
  line-height: 130%;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 0 35px 0;
}

.heading__block h1 b {
  display: block;
  color: #5292d6;
}

.heading__block p {
  font-size: 29px;
  font-weight: bold;
  padding: 0 0 30px 0;
}

.heading__form {
  background: #fff;
  -webkit-box-shadow: 0 7px 35px rgba(0, 0, 0, 0.18);
          box-shadow: 0 7px 35px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  padding: 35px 75px 55px 75px;
  margin: 0 -75px;
  text-align: center;
}

.heading__form p {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 25px 0;
}

.heading__form-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 30px 0;
}

.heading__form-list span {
  width: 220px;
  padding: 7px;
  line-height: 130%;
  border-radius: 50px;
  font-size: 16px;
  border: 1px solid #8fc9e7;
  margin: 0 17px 17px 17px;
}

.heading__form .flex.space-between {
  position: relative;
}

.heading__form .flex.space-between:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 3px 3px rgba(124, 128, 137, 0.3);
          box-shadow: inset 0 3px 3px rgba(124, 128, 137, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #f3f4fa;
}

.heading__form-block {
  position: relative;
  z-index: 1;
  width: 250px;
  border-right: 1px solid #dadbe1;
  text-align: left;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.heading__form-block:nth-child(3) {
  border: 0;
}

.heading__form-block span {
  display: block;
  font-size: 16px;
  color: #000;
  padding: 3px 0;
}

.heading__form-block input {
  display: block;
  width: 1005;
  border: 0;
  background: none;
  height: 38px;
  font-size: 18px;
}

.heading__form .btn {
  width: 407px;
  height: 91px;
  padding: 0;
}

.heading__form-police {
  line-height: 130%;
  padding: 30px 0 0 0;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  opacity: 0.7;
}

.heading__form-police a {
  color: #000;
}

.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  padding: 35px 45px;
  line-height: 130%;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  background: -webkit-gradient(linear, left bottom, left top, from(#375fa5), to(#6bafe3));
  background: linear-gradient(to top, #375fa5, #6bafe3);
  -webkit-box-shadow: inset 0 -4px rgba(0, 0, 0, 0.2), 0 11px 70px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -4px rgba(0, 0, 0, 0.2), 0 11px 70px rgba(0, 0, 0, 0.2);
}

.btn:hover {
  background: #4f83c1;
}

button.btn {
  display: block;
  width: 100%;
}

.thanks {
  background: url("../images/section-head-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

.thanks #main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: inherit;
}

.thanks .heading {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.thanks .heading .wrapper {
  height: 100%;
}

.thanks .heading__block {
  height: 100%;
  padding: 100px 0 140px 0;
}

.thanks .heading__block-flex {
  width: 100%;
}

.thanks .header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.thanks .footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

h2 {
  text-align: center;
  line-height: 130%;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 40px;
  padding: 0 0 75px 0;
}

h2 span {
  color: #5292d6;
  display: block;
}

.section1 {
  background: url("../images/section1-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 184px 0 90px 0;
}

.section1__head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 70px 0;
}

.section1__head-block {
  width: 456px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 30px 50px 30px;
  position: relative;
  background: #5788d8;
  color: #fff;
  padding: 35px 40px 65px 40px;
}

.section1__head-block:before {
  content: "";
  position: absolute;
  background: url("../images/s1-block-before.png") no-repeat;
  width: 107px;
  height: 109px;
}

.section1__head-block:nth-child(1) {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.section1__head-block:nth-child(1):before {
  right: 17px;
  top: 27px;
}

.section1__head-block:nth-child(2) {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  text-align: right;
}

.section1__head-block:nth-child(2):before {
  left: 27px;
  top: 27px;
}

.section1__head-block:nth-child(3) {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.section1__head-block:nth-child(3):before {
  right: 17px;
  bottom: 17px;
}

.section1__head-block:nth-child(4) {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  text-align: right;
}

.section1__head-block:nth-child(4):before {
  left: 27px;
  bottom: 17px;
}

.section1__head-title {
  font-weight: 900;
  font-size: 30px;
  min-height: 80px;
  line-height: 110%;
}

.section1 .heading__form {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
}

.section1 .heading__form p {
  padding: 0 0 40px 0;
}

.section1__circle {
  position: absolute;
  top: 280px;
  padding: 77px 0 0 0;
  left: 50%;
  background: url("../images/s1-circle-bg.png") no-repeat;
  width: 354px;
  height: 362px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-left: -177px;
  z-index: 1;
}

.section1__circle-head {
  line-height: 120%;
  font-weight: 900;
  font-size: 33px;
  font-weight: 900;
  padding: 0 0 30px 0;
}

.section1__circle p {
  font-weight: 500;
}

.section1__circle p span {
  display: block;
  font-weight: bold;
  font-size: 22px;
}

.section2 {
  padding: 140px 0 104px 0;
  text-align: center;
}

.section2 img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  display: block;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 8px rgba(0, 0, 0, 0.16);
}

.section2 .slick-slide {
  padding: 8px 8px 20px 8px;
}

.section2-slider {
  padding: 0 15px;
}

.section2 .slick-prev, .section2 .slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  background: url("../images/prev-icon.png") no-repeat;
  width: 56px;
  height: 56px;
  margin-top: -28px;
}

.section2 .slick-prev {
  left: -50px;
}

.section2 .slick-next {
  right: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section3 {
  background: url("../images/section3-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 140px 0 95px 0;
}

.section3 h2 {
  padding: 0 0 75px 0;
}

.section3 h2 span {
  display: inline;
}

.section3 .row {
  margin: 0 -12px;
}

.section3 .col-md-2 {
  padding: 0 12px;
}

.section3__block {
  background: #fff;
  margin: 0 0 75px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 601px;
  border-radius: 10px;
  -webkit-box-shadow: 0 14px 68px rgba(0, 0, 0, 0.18);
          box-shadow: 0 14px 68px rgba(0, 0, 0, 0.18);
  padding: 30px 0 50px 40px;
}

.section3__block-head {
  width: 282px;
  background: #f4f5fa;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 30px;
  font-weight: 900;
  line-height: 130%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 10px 40px;
  -webkit-box-shadow: inset 0 4px #d7d8dd;
          box-shadow: inset 0 4px #d7d8dd;
  margin: 0 0 35px -40px;
}

.section3__block ul {
  position: relative;
  padding: 10px 0;
}

.section3__block ul:before {
  content: "";
  position: absolute;
  top: 0;
  right: 197px;
  width: 2px;
  height: 100%;
  background: #e0e0e0;
}

.section3__block ul li {
  padding: 0 0 38px 0;
  font-weight: 500;
}

.section3__block ul li:last-child {
  padding: 15px 0 0 0;
  font-weight: bold;
  font-size: 20px;
}

.section3__block ul li b {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 900;
  width: 170px;
}

.section3__block ul li b.bg {
  color: #5292d6;
}

.section3 .heading__form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 493px;
  margin: 0;
  padding: 45px 40px;
  position: relative;
  z-index: 10;
}

.section3 .heading__form p {
  padding: 0 0 30px 0;
}

.section3 .heading__form .flex {
  display: block;
}

.section3 .heading__form .flex:before {
  display: none;
}

.section3 .heading__form-block {
  width: auto;
  margin: 0 0 25px 0;
  background: #f3f4fa;
  -webkit-box-shadow: inset 0 3px 3px rgba(124, 128, 137, 0.3);
          box-shadow: inset 0 3px 3px rgba(124, 128, 137, 0.3);
  border-radius: 50px;
  padding: 15px 35px 5px 35px;
}

.section3 .heading__form .btn {
  display: block;
  width: 100%;
}

.section3-image {
  position: absolute;
  bottom: 0;
  left: -295px;
}

.section4 {
  padding: 0 0 100px 0;
  background: #eceef6;
}

.section4 h2 {
  padding: 0 0 40px 0;
}

.section4__head {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 40px 0;
  line-height: 130%;
}

.section4__block {
  background: -webkit-gradient(linear, left bottom, left top, from(#f4f5fa), to(#fbfcfd));
  background: linear-gradient(to top, #f4f5fa, #fbfcfd);
  border-radius: 5px;
  -webkit-box-shadow: inset 3px 3px 4px rgba(66, 68, 76, 0.26);
          box-shadow: inset 3px 3px 4px rgba(66, 68, 76, 0.26);
  padding: 50px 80px 50px 55px;
}

.section4__block-range {
  width: 477px;
}

.section4__block-range p {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 30px 0;
}

.section4__block-form {
  width: 405px;
  padding: 30px 0 0 0;
}

.section4__block-form .btn {
  display: block;
}

.section4__block-box {
  -webkit-box-shadow: inset 0 3px 3px rgba(124, 128, 137, 0.3);
          box-shadow: inset 0 3px 3px rgba(124, 128, 137, 0.3);
  border-radius: 50px;
  padding: 20px 35px 10px 35px;
  background: #fff;
  margin: 0 0 20px 0;
}

.section4__block-box span {
  display: block;
  color: #000;
}

.section4__block-box input {
  display: block;
  width: 100%;
  border: 0;
  background: none;
  font-size: 18px;
  height: 40px;
}

.section5 {
  padding: 150px 0 85px 0;
  text-align: center;
}

.section5 h2 {
  padding: 0 0 95px 0;
}

.section5__block {
  position: relative;
  border-radius: 5px;
  color: #fff;
  min-height: 283px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 75px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#5e79da), to(#548ed7));
  background: linear-gradient(to top, #5e79da, #548ed7);
  padding: 122px 0 0 0;
}

.section5__block p {
  font-size: 20px;
  font-weight: bold;
  min-height: 84px;
}

.section5__block span {
  font-size: 40px;
  font-weight: 900;
}

.section5__block:before {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  height: 173px;
}

.section5__block.bg1:before {
  background: url("../images/s5-icon1.png") no-repeat 50% 0;
}

.section5__block.bg2:before {
  background: url("../images/s5-icon2.png") no-repeat 50% 0;
}

.section5__block.bg3:before {
  background: url("../images/s5-icon3.png") no-repeat 50% 0;
}

.section5__block.bg4:before {
  background: url("../images/s5-icon4.png") no-repeat 50% 0;
}

.section5__block.bg5:before {
  background: url("../images/s5-icon5.png") no-repeat 50% 0;
}

.section5__block.bg6:before {
  background: url("../images/s5-icon6.png") no-repeat 50% 0;
}

.section5__block.bg7:before {
  background: url("../images/s5-icon7.png") no-repeat 50% 0;
}

.section5__block.bg8:before {
  background: url("../images/s5-icon8.png") no-repeat 50% 0;
}

.section5 .row {
  margin: 0 -11px;
  padding: 0 0 50px 0;
}

.section5 .col-md-3 {
  padding: 0 11px;
}

.section5 .heading__form {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
}

.section5 .heading__form p {
  padding: 0 0 50px 0;
}

.section6 {
  background: url("../images/section6-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 140px 0 90px 0;
}

.section6 img {
  display: block;
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
}

.section6__author {
  padding: 0 0 100px 0;
}

.section6__author-image {
  width: 456px;
  position: relative;
  z-index: 1;
}

.section6__author-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 60px;
}

.section6__author-info h2 {
  text-align: left;
  padding: 0 0 37px 0;
}

.section6__author-info p {
  padding: 0 0 20px 0;
  line-height: 140%;
}

.section6__author-name {
  line-height: 140%;
  font-weight: 500;
  position: relative;
  padding: 25px 0 0 0;
  margin: 5px 0 0 0;
}

.section6__author-name span {
  font-weight: bold;
  font-size: 20px;
}

.section6__author-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  background: #00acec;
  width: 553px;
  height: 2px;
}

.section6 .slick-slide {
  padding: 0 3px;
}

.section6-slider {
  margin: 0 -3px;
}

.section6-arrow {
  text-align: center;
  padding: 25px 0 60px 0;
}

.section6-arrow #prev, .section6-arrow #next {
  display: inline-block;
  border: 0;
  cursor: pointer;
  margin: 0 14px;
  background: url("../images/prev.png") no-repeat;
  width: 45px;
  height: 45px;
}

.section6-arrow #next {
  background: url("../images/next-icon.png") no-repeat;
}

.section6 .heading__form {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
}

.section6 .heading__form p {
  padding: 0 0 50px 0;
}

.section7 {
  padding: 145px 0 130px 0;
}

.section7 h2 {
  padding: 0 0 65px 0;
}

.section7 h2 span {
  display: inline;
}

.section7__pack-block {
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  text-align: center;
}

.section7__pack-block.bg1 {
  width: 210px;
  text-align: left;
}

.section7__pack-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section7__pack-title {
  height: 117px;
  line-height: 117px;
  color: #3a3d46;
  background: #fff;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section7__pack-title.bg1 {
  background: #eceef6;
  text-shadow: none;
  font-weight: 500;
  color: #2d2d2d;
  text-transform: none;
  font-size: 24px;
  padding: 0 0 0 33px;
}

.section7__pack-title.bg2 {
  background: #cbdef3;
}

.section7__pack-title.bg3 {
  background: #97bee6;
}

.section7__pack-title.bg4 {
  background: #5292d6;
  color: #fff;
}

.section7__pack-li {
  line-height: 130%;
  font-size: 24px;
  font-weight: 900;
  background: #f8f9fa;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  border-left: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}

.section7__pack-li.bg2 {
  height: 110px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section7__pack-li.last {
  border-bottom: 0;
}

.section7__pack-li span {
  display: none;
}

.section7__pack-li b {
  font-size: 16px;
}

.section7__pack-li sup {
  font-size: 14px;
}

.section7__pack-li.bg {
  border-left: 0;
  font-size: 18px;
  padding: 0 0 0 33px;
  font-weight: normal;
  font-size: 16px;
  background: #f7f8fb;
}

.section7 .btn {
  display: block;
  padding: 25px 10px;
  margin: 20px 12px 0 12px;
}

.section7__desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 130%;
  padding: 10px 15px;
}

.section8 {
  background: url("../images/section8-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 140px 0 85px 0;
}

.section8 h2 {
  text-align: left;
  padding: 0 0 45px 0;
}

.section8 .heading__form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 493px;
  margin: 0;
  padding: 85px 45px 45px 45px;
  position: relative;
  z-index: 10;
}

.section8 .heading__form p {
  padding: 0 0 30px 0;
}

.section8 .heading__form .flex {
  display: block;
}

.section8 .heading__form .flex:before {
  display: none;
}

.section8 .heading__form-block {
  width: auto;
  margin: 0 0 25px 0;
  background: #f3f4fa;
  -webkit-box-shadow: inset 0 3px 3px rgba(124, 128, 137, 0.3);
          box-shadow: inset 0 3px 3px rgba(124, 128, 137, 0.3);
  border-radius: 50px;
  padding: 15px 35px 5px 35px;
}

.section8 .heading__form .btn {
  display: block;
  width: 100%;
}

.footer {
  padding: 35px 0;
  color: #fff;
  background: #000;
  line-height: 130%;
  font-size: 16px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer .copyright {
  display: block;
  line-height: 130%;
  color: #5292d6;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 5px 0;
}

.footer .header__phone span a {
  color: #5292d6;
}

.footer .header__phone a.callback {
  color: #fff;
}

@media (max-width: 1200px) {
  .wrapper {
    width: 990px;
  }
  .heading__form-block {
    width: 220px;
  }
  .section1__head-block {
    margin: 0 15px 50px 15px;
  }
  .section2 .slick-prev {
    left: 0;
  }
  .section2 .slick-next {
    right: 0;
  }
  .section3__block ul li {
    font-size: 16px;
  }
  .section3__block ul:before {
    display: none;
  }
  .section4__block-range {
    width: 400px;
  }
  .section5__block p {
    font-size: 19px;
  }
  .section7__desc br {
    display: none;
  }
  .footer__block:nth-child(2) {
    width: 250px;
    text-align: center;
  }
}

@media (max-width: 1040px) {
  .wrapper {
    width: 778px;
  }
  .heading__block {
    padding: 80px 0 40px 0;
  }
  .heading__block h1 {
    font-size: 40px;
  }
  .heading__block p {
    font-size: 24px;
  }
  .heading__form {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 493px;
    margin: 0 auto;
    padding: 45px 40px;
    position: relative;
    z-index: 10;
  }
  .heading__form p {
    padding: 0 0 30px 0;
  }
  .heading__form .flex {
    display: block;
  }
  .heading__form .flex:before {
    display: none;
  }
  .heading__form-block {
    width: auto;
    margin: 0 0 25px 0;
    background: #f3f4fa;
    -webkit-box-shadow: inset 0 3px 3px rgba(124, 128, 137, 0.3);
            box-shadow: inset 0 3px 3px rgba(124, 128, 137, 0.3);
    border-radius: 50px;
    padding: 15px 35px 5px 35px;
  }
  .heading__form .btn {
    display: block;
    width: 100%;
  }
  .heading__form-list {
    display: block;
    padding: 0 90px 20px 90px;
  }
  .heading__form-list span {
    display: block;
    width: auto;
    padding: 8px;
    margin: 0 0 7px 0;
  }
  .section-head {
    height: auto;
    padding: 0 0 50px 0;
  }
  .section1 {
    padding: 90px 0;
  }
  h2 {
    font-size: 35px;
  }
  .section1__circle {
    display: none;
  }
  .section1__head-block {
    width: 350px;
  }
  .section1__head-block br {
    display: none;
  }
  .section1__head {
    display: block;
    padding: 0 0 30px 0;
  }
  .section1__head-block {
    width: auto;
    padding: 50px 50px 50px 130px;
    text-align: left !important;
    margin: 0 0 30px 0;
  }
  .section1__head-block:before {
    left: 20px !important;
    top: 20px !important;
    right: auto !important;
    bottom: auto !important;
  }
  .section1 .heading__form, .section5 .heading__form, .section6 .heading__form {
    background: #fff;
    -webkit-box-shadow: 0 7px 35px rgba(0, 0, 0, 0.18);
            box-shadow: 0 7px 35px rgba(0, 0, 0, 0.18);
    margin: 0 auto;
    padding: 45px 40px;
  }
  .section3 .col-md-2 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section3__block {
    margin: 0 100px 35px 100px;
    min-height: inherit;
  }
  .section4__block {
    padding: 30px;
  }
  .section4__block-range {
    width: 340px;
  }
  .section4__block-form {
    width: 340px;
  }
  .section5 .col-md-4 {
    -ms-flex: 0 0 33.3%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .section6__author-image {
    width: 300px;
  }
  .section6__author-info br {
    display: none;
  }
  .section6__author-info p {
    font-size: 16px;
  }
  .section7__pack-block.bg1 {
    display: none;
  }
  .footer {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .wrapper {
    width: 600px;
  }
  body {
    font-size: 16px;
  }
  img {
    max-width: 100%;
    max-height: 100%;
  }
  br {
    display: none;
  }
  .flex {
    display: block;
  }
  #police.modal__box {
    width: auto;
  }
  .header {
    padding: 20px 0;
  }
  .header .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__logo img {
    width: 80px;
  }
  .header__desc {
    display: none;
  }
  .header__phone span {
    font-size: 18px;
  }
  .header__phone a.callback {
    font-size: 12px;
  }
  .heading__block {
    padding: 0;
  }
  .heading__block h1 {
    font-size: 25px;
    padding: 0 0 25px 0;
  }
  .heading__block h1 b {
    display: inline;
  }
  .heading__block p {
    font-size: 18px;
    padding: 0 0 30px 0;
  }
  .heading__form {
    width: 420px;
    padding: 25px;
  }
  .heading__form p {
    font-size: 18px;
    padding: 0 0 20px 0;
  }
  .heading__form-list span {
    font-size: 12px;
  }
  .heading__form-block span {
    font-size: 15px;
  }
  .heading__form-police {
    font-size: 12px;
  }
  .thanks .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .thanks .footer .flex {
    display: block;
  }
  .footer {
    padding: 25px 0;
  }
  .footer__block {
    width: auto !important;
    text-align: center;
    padding: 7px;
  }
  .footer .header__phone {
    text-align: center;
    padding: 7px 0 0 0;
  }
  h2 {
    font-size: 25px;
    padding: 0 0 25px 0 !important;
  }
  .section1 {
    padding: 50px 0;
  }
  .section1__head-block {
    padding: 40px 30px 40px 70px;
  }
  .section1__head-block:before {
    background-size: 60% auto;
    left: 10px !important;
  }
  .section1__head-title {
    font-size: 23px;
    min-height: inherit;
    padding: 0 0 20px 0;
  }
  .section2 {
    padding: 50px 0;
  }
  .section3 {
    padding: 50px 0;
  }
  .section3__block {
    margin: 0 0 30px 0;
  }
  .section3__block .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section3__block-head {
    font-size: 27px;
  }
  .section3 .heading__form {
    margin: 0 auto;
    width: 420px;
    padding: 25px;
    margin: 0 auto;
  }
  .section3-image {
    position: static;
    display: inline-block;
    margin: 30px 0 0 -40px;
  }
  .section4 {
    padding: 0 0 50px 0;
  }
  .section4__head {
    font-size: 18px;
    padding: 0 0 25px 0;
  }
  .section4__block-range {
    width: auto;
  }
  .section4__block-range p {
    font-size: 18px;
  }
  .section4__block-form {
    width: auto;
    padding: 0;
  }
  .section4__block-form span {
    font-size: 15px;
  }
  .section5 {
    padding: 50px 0;
  }
  .section5 .col-md-4 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .section5__block {
    margin: 20px 0;
    padding-left: 20px;
    padding-left: 20px;
  }
  .section5__block:before {
    background-size: 40% auto !important;
    top: -20px;
  }
  .section5 .heading__form p {
    padding: 0 0 20px 0;
  }
  .section6 {
    padding: 50px 0;
  }
  .section6__author {
    padding: 0 0 20px 0;
  }
  .section6__author-image {
    width: auto;
    padding: 0 0 25px 0;
  }
  .section6__author-info {
    padding: 0;
  }
  .section6 .heading__form p {
    padding: 0 0 20px 0;
  }
  .section7 {
    padding: 50px 0;
  }
  .section7__pack-block {
    width: auto;
    margin: 0 80px 30px 80px;
  }
  .section7__pack-title {
    border-top-left-radius: 10px;
    height: auto;
    line-height: 130%;
    padding: 35px 10px;
    border-top-right-radius: 10px;
    font-size: 22px;
  }
  .section7__pack-li {
    border-left: 0;
  }
  .section8 {
    padding: 50px 0;
  }
  .section8 h2 {
    text-align: center;
  }
  .section8 h2 span {
    display: inline;
  }
  .section8 .heading__form {
    padding: 25px;
    margin: 0 auto;
    width: 420px;
  }
}

@media (max-width: 650px) {
  .wrapper {
    width: 300px;
  }
  .col-md-2, .col-md-3, .col-md-4, .section5 .col-md-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .modal__box {
    width: 280px;
    padding: 20px !important;
    margin: 10px !important;
  }
  .section7__pack-block {
    margin: 0 0 25px 0;
  }
  .section7 .btn {
    display: block;
    margin: 15px 0 0 0;
  }
  .heading__block h1 {
    font-size: 23px;
  }
  .heading__form {
    padding: 20px;
    width: auto;
  }
  .heading__form-list {
    padding: 0 0 7px 0;
  }
  .heading__form-block {
    margin: 0 0 10px 0;
  }
  h2 {
    font-size: 21px;
  }
  .section1 .heading__form, .section5 .heading__form, .section6 .heading__form {
    padding: 20px;
  }
  .section1 .heading__form p, .section5 .heading__form p, .section6 .heading__form p {
    padding: 0 0 20px 0;
  }
  .section1 .heading__form-block, .section5 .heading__form-block, .section6 .heading__form-block {
    margin: 0 0 10px 0;
  }
  .section3__block-head {
    font-size: 23px;
    margin: 0 0 0px -20px;
    width: auto;
  }
  .section3__block ul li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .section3__block ul li.flex {
    display: block;
  }
  .section3__block ul li span {
    display: block;
  }
  .section3__block ul li b {
    width: auto;
    line-height: 130%;
    display: block;
  }
  .section3__block ul li:last-child {
    border: 0;
  }
  .section3__block {
    padding: 20px;
  }
  .section3 .heading__form {
    padding: 20px;
    width: auto;
  }
  .section3 .heading__form p {
    padding: 0 0 20px 0;
  }
  .section3 .heading__form-block {
    margin: 0 0 10px 0;
  }
  .section3-image {
    margin-left: -20px;
  }
  .irs--flat .irs-min, .irs--flat .irs-max {
    font-size: 14px;
  }
  .section5__block {
    min-height: inherit;
    padding: 90px 20px 30px 20px;
  }
  .section5__block p {
    font-size: 17px;
    min-height: inherit;
    padding: 0 0 25px 0;
  }
  .heading__form .btn {
    padding: 0 5px;
  }
  .section8 .heading__form {
    width: auto;
    padding: 20px;
  }
  .section8 .heading__form-block {
    margin: 0 0 10px 0;
  }
  .modal__box .h3__title {
    font-size: 18px;
  }
  .modal__box form button {
    padding: 0;
    height: 80px;
  }
  .section7__pack-li.bg2 {
    height: auto;
    padding: 0;
  }
  .section7__desc {
    font-size: 15px;
    padding: 20px;
  }
  .section-head {
    background-position: 65% 0;
  }
  .section-head:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
}
/*# sourceMappingURL=main.css.map */