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

.section-head:before, .section-head:after {
  content: "";
  position: absolute;
  top: 0;
  width: 327px;
  height: 822px;
  z-index: 1;
}

.section-head:after {
  left: 0;
  background: url("../images/h-after.png") no-repeat;
}

.section-head:before {
  right: 0;
  background: url("../images/h-before.png") no-repeat;
}

.header {
  padding: 33px 0;
  line-height: 130%;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

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

.header__desc {
  font-weight: 300;
  font-size: 18px;
}

.header__phone {
  text-align: right;
  font-family: 'Comfortaa';
}

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

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

.header__phone a.callback {
  display: inline-block;
  font-size: 14px;
  color: #b0e9ff;
  text-decoration: none;
}

.heading {
  padding: 0;
}

.heading__block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 75px 0 25px 0;
  color: #fff;
}

.heading__block h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 120%;
  padding: 0 0 30px 0;
}

.heading__block h1 b {
  font-weight: bold;
}

.heading__block h1 strong {
  color: #ffd445;
}

.heading__block p {
  padding: 0 0 20px 0;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Comfortaa';
}

.heading__block p span {
  color: #b0e9ff;
  font-weight: normal;
}

.heading__form {
  width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 40px 50px;
  border-bottom: 6px solid #31a7d4;
}

.heading__form p {
  text-align: center;
  font-size: 18px;
  font-family: 'Comfortaa';
  padding: 0 0 24px 0;
}

.heading__form p span {
  display: block;
  font-weight: bold;
  font-size: 24px;
}

.heading__form input {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  height: 30px;
  margin: 0 0 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #e7e7e7;
}

.heading__form .btn {
  width: 100%;
  padding: 0;
  margin: 25px 0 0 0;
  height: 52px;
}

.heading__form-police {
  line-height: 130%;
  font-size: 10px;
  line-height: 120%;
  padding: 25px 0 0 0;
}

.heading__form-police a {
  color: #31a8d4;
}

.heading-image {
  position: absolute;
  bottom: 70px;
  left: 331px;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  color: #31a9d4;
  line-height: 120%;
  font-family: 'Comfortaa';
  padding: 0 0 30px 0;
  position: relative;
}

h2 span {
  display: block;
  line-height: 120%;
  font-size: 30px;
  color: #404b50;
}

.section1 {
  padding: 190px 0 90px 0;
}

.section1__info {
  width: 457px;
}

.section1__info-block {
  position: relative;
  padding: 44px 0 0 0;
  margin: 30px 0 0 0;
}

.section1__info-block:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 260px;
  height: 1px;
  background: #e7e7e7;
}

.section1__info-block.bg1 {
  background: url("../images/s1-icon1.png") no-repeat;
}

.section1__info-block.bg1:before {
  display: none;
}

.section1__info-block.bg2 {
  background: url("../images/s1-icon2.png") no-repeat;
}

.section1__info-block.bg3 {
  background: url("../images/s1-icon3.png") no-repeat;
}

.section1__info-title {
  line-height: 130%;
  font-weight: 900;
  padding: 0 0 14px 0;
}

.section2 {
  background: #f8f8f8;
  padding: 78px 0 90px 0;
}

.section2 h2 {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.section2 h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 260px;
  background: #e7e7e7;
}

.section2-image {
  display: inline-block;
  margin: 0 0 35px 0;
}

.section2__form {
  position: relative;
  background: url("../images/s2-form-before.jpg") repeat-y 100% 20% #fff;
  padding: 30px 20px;
}

.section2__form h3 {
  line-height: 120%;
  font-size: 24px;
  font-weight: bold;
  color: #31a7d4;
  font-family: 'Comfortaa';
  padding: 0 0 20px 25px;
}

.section2__form h3 span {
  font-size: 18px;
  font-weight: bold;
  color: #404b50;
}

.section2__form input {
  width: 260px;
  height: 43px;
  border-radius: 50px;
  border: 0;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: #f8f8f8;
}

.section2__form .btn {
  width: 254px;
  height: 52px;
  padding: 0;
}

.section2__form:before, .section2__form:after {
  content: "";
  position: absolute;
  width: 227px;
  height: 6px;
  background: #31a7d4;
  left: 44px;
}

.section2__form:before {
  top: -6px;
}

.section2__form:after {
  bottom: -6px;
}

.section2-image-mob {
  display: none;
}

.section3 {
  padding: 85px 0;
}

.section3 h2 {
  text-align: center;
  padding: 0 0 35px 0;
}

.section3__calc {
  padding: 35px;
  border: 1px solid #e7e7e7;
}

.section3__calc-block {
  width: 710px;
}

.section3__calc-title {
  line-height: 130%;
  padding: 0 0 55px 0;
  font-size: 18px;
}

.section3__calc-full {
  background: #f8f8f8;
  position: relative;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-left: 6px solid #31a7d4;
  padding: 18px 15px;
  font-size: 18px;
}

.section3__calc-full:before {
  content: '';
  position: absolute;
  top: -12px;
  right: -40px;
  z-index: -1;
  width: 84px;
  height: 44px;
  background: url("../images/summ-before.png") no-repeat;
}

.section3__calc-full b {
  font-weight: 900;
}

.section3__calc-box {
  width: 275px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #e7e7e7;
  padding: 0 0 0 35px;
}

.section3__calc-box .section3__calc-title {
  padding: 0;
}

.section3__calc-box ul {
  padding: 20px 0 0 0;
}

.section3__calc-box ul li {
  padding: 20px 0 0 0;
}

.section3__calc-box ul li span {
  font-weight: 900;
  font-size: 18px;
  color: #31a7d4;
}

.section4 {
  background: #f8f8f8;
  padding: 70px 0 80px 0;
}

.section4__box {
  margin: -40px 0 0 0;
}

.section4__box-block {
  width: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section4__box-block p {
  padding: 0 40px 15px 55px;
}

.section4__box-block p span {
  font-weight: bold;
}

.section4__box-title {
  color: #fff;
  background: #31a7d4;
  padding: 30px 0 30px 55px;
  margin: 30px 0 40px 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.section4__box-title span {
  display: block;
  font-size: 24px;
  color: #b0e9ff;
  font-family: 'Comfortaa';
}

.section4-image {
  position: absolute;
  top: 100px;
  left: 0;
}

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

.section5 h2 {
  text-align: center;
  color: #b0e9ff;
  padding: 0 0 55px 0;
}

.section5__head {
  padding: 0 0 65px 0;
}

.section5__head-block {
  position: relative;
  color: #fff;
  font-size: 12px;
}

.section5__head-block span {
  font-family: 'Comfortaa';
  font-size: 55px;
  font-weight: bold;
  padding: 0 10px 0 0;
}

.section5__head-block:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background: #b0e9ff;
  top: 10px;
  left: -30px;
}

.section5__head-block:first-child:before {
  display: none;
}

.section5 .section2__form:before, .section5 .section2__form:after {
  background: #9ed6eb;
}

.section6 {
  padding: 85px 0 60px 0;
}

.section6 h2 {
  padding: 0 0 30px 0;
}

.section6__head {
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 23px;
  line-height: 130%;
  background: #31a7d4;
  margin: 0 0 -30px 40px;
  position: relative;
  z-index: 1;
}

.section6 img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.section6__image {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section6__image-block {
  width: 20%;
}

.section6__text {
  font-size: 120px;
  font-weight: 900;
  text-transform: uppercase;
  color: #31a7d4;
  letter-spacing: 2px;
  text-align: right;
  position: relative;
  margin: -20px 0 0 0;
  padding: 0 50px;
}

.section7 {
  background: url("../images/section7-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 70px 0 20px 0;
  color: #fff;
}

.section7 h2 {
  text-align: center;
  padding: 0 0 40px 0;
  color: #b0e9ff;
}

.section7 .col-md-3 {
  position: relative;
}

.section7 .col-md-3:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background: #b0e9ff;
  left: 0;
  top: 50%;
  margin-top: -25px;
}

.section7 .col-md-3:nth-child(1):before, .section7 .col-md-3:nth-child(4):before {
  display: none;
}

.section7__box {
  margin: 35px 0;
}

.section7__box-image {
  padding: 0 20px 0 0;
}

.section7__box-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 20px 0 0;
  font-size: 12px;
  position: relative;
}

.section7__box-block p {
  padding: 15px 30px 0 0;
}

.section7__box-block:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 58px;
  height: 58px;
}

.section7__box-block.bg1:before {
  background: url("../images/s7-icon1.png") no-repeat;
}

.section7__box-block.bg2:before {
  background: url("../images/s7-icon2.png") no-repeat;
}

.section7__box-block.bg3:before {
  background: url("../images/s7-icon3.png") no-repeat;
}

.section7__box-block.bg4:before {
  background: url("../images/s7-icon4.png") no-repeat;
}

.section7__box-block.bg5:before {
  background: url("../images/s7-icon5.png") no-repeat;
}

.section7__box-block.bg6:before {
  background: url("../images/s7-icon6.png") no-repeat;
}

.section7__box-title {
  line-height: 120%;
  font-size: 24px;
  font-family: 'Comfortaa';
}

.section8 {
  background: #f8f8f8;
  padding: 75px 0;
  text-align: center;
}

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

.section8__block {
  display: none;
  text-align: left;
}

.section9 {
  padding: 85px 0 140px 0;
  text-align: center;
}

.section9 h2 {
  padding: 0 0 70px 0;
}

.section9__block {
  background: url("../images/s9-block-bg.jpg") repeat-y 100% 50% #fff;
  padding: 40px 60px;
  width: 390px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e7e7e7;
  margin: 0 60px;
  position: relative;
}

.section9__block:before, .section9__block:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 5px;
  background: #31a7d4;
  left: 50%;
  margin-left: -100px;
}

.section9__block:before {
  top: -5px;
}

.section9__block:after {
  bottom: -5px;
}

.section9__block p {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Comfortaa';
  padding: 0 0 30px 0;
}

.section9-image {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 115px;
}

.section10 {
  background: #f8f8f8;
  padding: 75px 0;
}

.section10 h2 {
  padding: 0 0 60px 0;
  text-align: center;
}

.section10 .flex {
  padding: 0 120px;
}

.section10__block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 390px;
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 76px 20px 76px 55px;
  position: relative;
  z-index: 2;
}

.section10__block-head {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.section10__block li {
  position: relative;
  margin: 64px 0 0 0;
  padding: 0 0 0 40px;
}

.section10__block li span {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 24px;
  font-weight: bold;
  color: #31a9d4;
  font-family: 'Comfortaa';
}

.section10__block li:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 40px;
  height: 40px;
  width: 100%;
}

.section10__block li.bg1:before {
  background: url("../images/s10-icon1.png") no-repeat;
}

.section10__block li.bg2:before {
  background: url("../images/s10-icon2.png") no-repeat;
}

.section10__block li.bg3:before {
  background: url("../images/s10-icon3.png") no-repeat;
}

.section10__block li.bg4:before {
  background: url("../images/s10-icon4.png") no-repeat;
}

.section10__block li.bg5:before {
  background: url("../images/s10-icon5.png") no-repeat;
}

.section10__block li.bg6:before {
  background: url("../images/s10-icon6.png") no-repeat;
}

.section10__block li b {
  color: #31a9d4;
  font-weight: bold;
}

.section10__block.bg {
  background: url("../images/s10-block-bg.png") no-repeat 80px 0 #d0edf8;
  width: 507px;
  padding: 115px 60px 138px 160px;
  z-index: 1;
  left: -90px;
}

.section11 {
  background: url("../images/section11-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 33px 0;
  position: relative;
  text-align: center;
}

.section11:before {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  background: url("../images/s11-before.png") no-repeat 50% 0;
  height: 69px;
}

.section12 {
  padding: 75px 0;
  text-align: center;
}

.section12 h2 {
  padding: 0 0 50px 0;
}

.section12 table {
  width: 100%;
}

.section12 table td {
  padding: 35px 25px;
  border: 1px solid #e7e7e7;
  line-height: 130%;
}

.section12 table td:nth-child(1) {
  text-align: left;
}

.section12 table td strong {
  font-weight: 900;
  color: #ababab;
}

.section12 table td span {
  font-weight: 900;
}

.section12 table td.bg1 {
  font-size: 24px;
  font-weight: 500;
  background: #f8f8f8;
}

.section12 table td.bg2 {
  font-size: 24px;
  font-weight: 500;
  background: #d0edf8;
}

.section12 table td.bg3 {
  font-size: 24px;
  font-weight: 500;
  background: #31a7d4;
  color: #fff;
}

.section12 table td b {
  display: none;
}

.section12 table tr:last-child {
  background: #f8f8f8;
}

.section12 .btn.no-btn {
  background: #b1b1b1;
  cursor: default;
}

.section12 .btn.no-btn:before {
  border-color: #b1b1b1;
}

.section12 .btn.no-btn span:before {
  background: url("../images/span-btn-icon.png") no-repeat;
}

.section12 .bb {
  border-bottom: 0;
}

.section12 .bt {
  border-top: 0;
}

.section12__block {
  border: 1px solid #e7e7e7;
  line-height: 130%;
  margin: 0 0 25px 0;
  padding: 20px;
  display: none;
}

.section12__block-title {
  padding: 20px;
  margin: -20px -20px 20px -20px;
}

.section12__block-title.bg1 {
  font-size: 20px;
  font-weight: 500;
  background: #f8f8f8;
}

.section12__block-title.bg2 {
  font-size: 20px;
  font-weight: 500;
  background: #d0edf8;
}

.section12__block-title.bg3 {
  font-size: 20px;
  font-weight: 500;
  background: #31a7d4;
  color: #fff;
}

.section12__block ul {
  padding: 0 0 15px 0;
}

.section12__block ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

.section12__block ul li strong {
  font-weight: 900;
  color: #ababab;
  display: block;
  padding: 3px 0 0 0;
  font-size: 14px;
}

.section12__block ul li span {
  font-weight: 900;
  display: block;
  padding: 3px 0 0 0;
}

.section12__block ul li:last-child {
  border: 0;
}

.section13 {
  background: url("../images/section12-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 65px 0 0 0;
  text-align: center;
}

.section13 h3 {
  line-height: 130%;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 900;
  padding: 0 0 135px 0;
  color: #fff;
}

.section13 .heading__form {
  margin: 0 auto;
  position: relative;
}

.section13 .heading__form:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 102px;
  background: url("../images/heading-form-after.png") no-repeat 50% 0;
  left: 0;
  top: -101px;
}

.section13-image1 {
  position: absolute;
  bottom: 0;
  left: -50px;
}

.section13-image2 {
  position: absolute;
  bottom: 10px;
  right: 35px;
}

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

.footer .copyright {
  display: block;
  font-weight: bold;
  padding: 0 0 5px 0;
}

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

.footer .header__phone span {
  position: relative;
}

.footer .header__phone span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  background: url("../images/phone-icon.png") no-repeat;
  width: 19px;
  height: 19px;
}

.footer .header__phone span a {
  color: #404b50;
}

.footer .header__phone a.callback {
  color: #404b50;
}

.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  padding: 20px 30px;
  line-height: 120%;
  font-size: 14px;
  font-family: 'Comfortaa';
  background: -webkit-gradient(linear, left top, right top, from(#ffa81a), to(#ffc918));
  background: linear-gradient(to right, #ffa81a, #ffc918);
}

.btn:before {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: -4px;
  left: -4px;
  border: 1px solid #ffb112;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
}

.btn:hover {
  background: #ffa81a;
}

.btn:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
}

.btn span {
  display: inline-block;
  padding: 0 35px 0 0;
  position: relative;
}

.btn span:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 24px;
  background: url("../images/pdf-icon.png") no-repeat;
  right: 0;
  top: -5px;
}

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;
  text-align: center;
}

.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;
}

@media (max-width: 1770px) {
  .section-head:after {
    left: -100px;
  }
  .section-head:before {
    right: -100px;
  }
}

@media (max-width: 16000px) {
  .section-head:after, .section-head:before {
    display: none;
  }
}

@media (max-width: 1200px) {
  .wrapper {
    width: 990px;
  }
  .section1__image {
    width: 500px;
  }
  .section1__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .section2__form input {
    width: 220px;
  }
  .section3__calc-block {
    width: 600px;
  }
  .section3__calc-summ {
    display: block;
  }
  .section3__calc-full {
    margin: 0 0 20px 0;
  }
  .section3__calc-full:before {
    display: none;
  }
  .section4-image {
    width: 300px;
    height: auto;
  }
  .section5__head-block span {
    font-size: 45px;
  }
  .section7 .col-md-3 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .section7 .col-md-3:before {
    display: none;
  }
  .section9-image {
    width: 750px;
    height: auto;
    left: -100px;
  }
  .section12 table td:nth-child(1) {
    display: none;
  }
  .section12 table td b {
    display: block;
  }
  .section13-image1 {
    left: -120px;
  }
  .section13-image2 {
    right: -55px;
  }
}

@media (max-width: 1040px) {
  .wrapper {
    width: 778px;
  }
  .header__desc {
    display: none;
  }
  .section1__info {
    width: 350px;
  }
  .section1__image {
    width: 400px;
  }
  .section2__form {
    width: 400px;
    padding: 40px;
    margin: 0 auto;
    background: #fff;
  }
  .section2__form input {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .section2__form .flex {
    display: block;
  }
  .section2__form .btn {
    width: 100%;
  }
  .section3__calc {
    display: block;
  }
  .section3__calc-block {
    width: auto;
  }
  .section3__calc-box {
    width: auto;
    padding: 30px 0 0 0;
    border: 0;
  }
  .section3__calc-box ul {
    display: inline-block;
    vertical-align: top;
    margin: 0 50px 0 0;
  }
  .section4-image {
    display: none;
  }
  .section5__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 30px 0;
  }
  .section5__head-block {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .section5__head-block:nth-child(3):before {
    display: none;
  }
  .section6__text {
    font-size: 100px;
  }
  .section9__block {
    margin: 0;
  }
  .section9-image {
    width: 600px;
    top: 250px;
  }
  .section10 .flex {
    padding: 0;
  }
  .section12 table td.bg1, .section12 table td.bg2, .section12 table td.bg3 {
    font-size: 20px;
  }
  .section13 h3 {
    font-size: 33px;
  }
  .section13-image1, .section13-image2 {
    display: none;
  }
  .footer {
    font-size: 14px;
  }
}

@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;
  }
  .section-head {
    height: auto;
    padding: 0 0 50px 0;
  }
  .header {
    padding: 20px 0;
  }
  .header .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__logo img {
    width: 200px;
    height: auto;
  }
  .header__desc {
    display: none;
  }
  .heading__block {
    padding: 25px 0;
  }
  .heading-image {
    left: 344px;
    bottom: 5px;
  }
  .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;
  }
  .section1 {
    padding: 50px 0;
  }
  .section1__info {
    width: auto;
  }
  .section1__image {
    width: auto;
    padding: 30px 0 0 0;
  }
  h2 {
    font-size: 20px;
    padding: 0 0 25px 0 !important;
  }
  h2 span {
    font-size: 25px;
  }
  .section2 {
    padding: 50px 0;
  }
  .section2__head {
    padding: 0 0 20px 0;
  }
  .section2__form {
    width: 300px;
  }
  .section2__form h3 {
    font-size: 20px;
  }
  .section3 {
    padding: 50px 0;
  }
  .section3__calc-box ul {
    margin: 0 30px 0 0;
  }
  .section4 {
    padding: 50px 0;
  }
  .section4__box {
    margin: 0;
  }
  .section4__box-block {
    width: auto;
  }
  .section4__box-title {
    margin: 0 0 20px 0;
  }
  .section4__box p {
    padding: 0 0 15px 0;
  }
  .section5 {
    padding: 50px 0;
  }
  .section5__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section5__head-block {
    padding-right: 60px;
  }
  .section6 {
    padding: 50px 0;
  }
  .section6__head {
    margin: 0 0 10px 0;
    font-size: 25px;
  }
  .section6__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section6__text {
    font-size: 80px;
  }
  .section7 {
    padding: 50px 0;
  }
  .section7__box {
    display: block;
    margin: 10px 0;
  }
  .section7__box-image {
    margin: 0 0 50px 0;
  }
  .section7__box-title {
    font-size: 20px;
  }
  .section8 {
    padding: 50px 0;
  }
  .section9 {
    padding: 50px 0 0 0;
  }
  .section9-image {
    display: block;
    position: static;
    margin-top: 20px;
    width: auto;
    height: auto;
  }
  .section9__block {
    margin: 0 auto;
  }
  .section9__block p {
    font-size: 20px;
  }
  .section10 {
    padding: 50px 0;
  }
  .section10__block {
    width: auto;
    padding: 40px;
    margin: 0 0 25px 0;
  }
  .section10__block.bg {
    width: auto;
    left: 0;
    padding: 40px;
    background-position: 0 0;
  }
  .section12 {
    padding: 50px 0;
  }
  .section12 table td {
    padding: 20px 10px;
    font-size: 14px;
    width: 33.333%;
  }
  .section12 table td.bg1, .section12 table td.bg2, .section12 table td.bg3 {
    font-size: 17px;
  }
  .section12 .btn {
    padding: 12px;
  }
  .section12 .btn span {
    padding: 0;
  }
  .section12 .btn span:before {
    display: none;
  }
  .section13 {
    padding: 50px 0 0 0;
  }
  .section13 h3 {
    font-size: 25px;
  }
  .footer .header__phone span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 5px 50px;
  }
  .footer .header__phone a.callback {
    display: block;
  }
}

@media (max-width: 650px) {
  .wrapper {
    width: 300px;
  }
  .col-md-2, .col-md-3, .col-md-4, .section7 .col-md-3 {
    -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;
  }
  .header {
    padding: 10px 0;
  }
  .header__logo img {
    width: 120px;
  }
  .header__phone span {
    font-size: 18px;
  }
  .header__phone a.callback {
    font-size: 12px;
  }
  .heading__block h1 {
    font-size: 22px;
    padding: 0 0 20px 0;
  }
  .heading__block p {
    font-size: 16px;
    padding: 0 0 15px 0;
  }
  .heading__form {
    width: auto;
    padding: 20px;
  }
  .heading__form p {
    font-size: 14px;
    padding: 0 0 15px 0;
  }
  .heading__form p span {
    font-size: 18px;
  }
  .heading-image {
    display: none;
  }
  h2 {
    font-size: 18px;
  }
  h2 span {
    font-size: 23px;
  }
  .section1 h2 {
    padding: 0 !important;
  }
  .section1__info-block:before {
    width: 220px;
  }
  .section2-image {
    display: none;
  }
  .section2-image-mob {
    display: block;
    max-width: inherit;
    max-height: inherit;
    width: 440px;
    margin: 0 0 30px 0;
  }
  .section2__form {
    width: auto;
    padding: 20px;
  }
  .section2__form h3 {
    font-size: 18px;
  }
  .section2__form:before, .section2__form:after {
    left: 33px;
  }
  .section3__calc {
    padding: 20px;
  }
  .section3__calc-full {
    padding-right: 60px;
    line-height: 130%;
  }
  .section3__calc-box ul li {
    padding: 0 0 10px 0;
  }
  .btn span {
    padding: 0;
  }
  .btn span:before {
    display: none;
  }
  .section4__box-title {
    padding: 15px 30px;
    border-radius: 50px;
    line-height: 140%;
    font-size: 14px;
  }
  .section4__box-title span {
    font-size: 20px;
  }
  .section6__head {
    font-size: 15px;
    display: block;
  }
  .section6__image-block {
    width: 50%;
  }
  .section6__text {
    text-align: center;
    font-size: 50px;
    margin: -10px 0 0 0;
  }
  .section7 h2 {
    margin: 0 0 25px 0;
  }
  .section7__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section7__box-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section7__box-block p {
    padding: 10px 0 0 0;
  }
  .section7__box-block:before {
    zoom: 0.7;
    top: -15px;
  }
  .section7__box-image {
    width: 112px;
  }
  .section7__box-title {
    font-size: 16px;
  }
  .section8-image {
    display: none;
  }
  .section8__block {
    display: block;
  }
  .section8__block-title {
    font-weight: bold;
    line-height: 130%;
    padding: 0 0 30px 0;
  }
  .section8__block ul {
    padding: 10px 0 0 0;
  }
  .section8__block li {
    padding: 0 0 20px 45px;
    position: relative;
  }
  .section8__block li span {
    font-weight: bold;
    display: block;
  }
  .section8__block li:before, .section8__block li:after {
    content: "";
    position: absolute;
  }
  .section8__block li:before {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 100%;
    left: 0;
    top: -5px;
  }
  .section8__block li:after {
    background: #31a7d4;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 5px;
    left: 10px;
  }
  .section9__block {
    width: auto;
    padding: 20px;
  }
  .section9__block p {
    font-size: 18px;
    padding: 0 0 20px 0;
  }
  .section12 table {
    display: none;
  }
  .section12__block {
    display: block;
  }
  .section13 h3 {
    padding: 0 0 90px 0;
    font-size: 20px;
  }
  .modal__box .h3__title {
    font-size: 17px;
  }
}
/*# sourceMappingURL=main.css.map */