.header {
  padding: 20px 0;
  background: #00212a;
  color: #fff;
  line-height: 130%;
}

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

.header__desc span {
  display: block;
  font-weight: bold;
  line-height: 130%;
  padding: 0 0 3px 0;
}

.header__phone {
  text-align: right;
}

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

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

.header__phone span .fa {
  color: #fe2e44;
  margin: 0 5px 0 0;
}

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

.header__phone a.callback {
  display: inline-block;
  border-bottom: 1px dashed #fff;
  padding: 0 0 3px 0;
}

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

.heading__block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.heading__block h1 {
  font-size: 46px;
  line-height: 120%;
  font-family: 'PF BeauSans Pro';
  font-weight: 900;
  text-shadow: 0 4px rgba(0, 0, 0, 0.5);
  padding: 0 0 25px 0;
}

.heading__block p {
  font-size: 24px;
  padding: 0 0 45px 0;
  font-family: 'PF BeauSans Pro';
  font-weight: 600;
}

.heading__block p span {
  color: #ffa56c;
  font-weight: 900;
}

.heading__form input {
  display: block;
  width: 225px;
  font-size: 16px;
  height: 61px;
  margin: 0 8px 20px 0;
  border-radius: 50px;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px 0 52px;
}

.heading__form input[name="phone"] {
  border-right: 0;
}

.heading__form label {
  position: relative;
  display: block;
}

.heading__form label:before, .heading__form label:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 17px;
  z-index: 2;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  width: 20px;
  height: 20px;
  font-family: 'FontAwesome';
}

.heading__form label:before {
  background: #c7c7c7;
  border-radius: 100%;
}

.heading__form label[for="name"]:before {
  content: "\f007";
}

.heading__form label[for="phone"]:before {
  content: "\f095";
}

.heading__form label[for="email"]:before {
  content: "\f0e0";
  font-size: 12px;
}

.heading__form label[for="city"]:before {
  content: "\f041";
}

.heading__form-police {
  line-height: 130%;
  font-size: 10px;
  font-weight: 300;
  padding: 20px 0 0 0;
  color: #55818d;
}

.heading__form-police a {
  color: #55818d;
}

.heading__list {
  padding: 60px 0 0 0;
}

.heading__list-block {
  padding: 0 55px 0 90px;
  font-size: 15px;
  font-family: 'PF BeauSans Pro';
  line-height: 130%;
  border-left: 2px solid #66828e;
  position: relative;
}

.heading__list-block span {
  display: block;
  font-weight: 900;
  font-size: 19px;
  line-height: 130%;
  padding: 2px 0 0 0;
}

.heading__list-block:first-child {
  border: 0;
  padding-left: 55px;
}

.heading__list-block:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 60px;
  height: 100%;
}

.heading__list-block.bg1:before {
  background: url("../images/h-icon1.svg") no-repeat;
  background-size: 37px auto;
}

.heading__list-block.bg2:before {
  background: url("../images/h-icon2.svg") no-repeat;
  background-size: 30px auto;
  left: 35px;
}

.heading__list-block.bg3:before {
  background: url("../images/h-icon3.svg") no-repeat;
  background-size: 33px auto;
  left: 35px;
}

.modal__box input[type="text"], .modal__box textarea {
  display: block;
  width: 100%;
  background: #eee;
  font-size: 16px;
  height: 61px;
  margin: 0 0px 10px 0;
  border-radius: 50px;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px 0 52px;
}

.modal__box input[name="phone"] {
  border-right: 0;
}

.modal__box label {
  position: relative;
  display: block;
}

.modal__box label:before, .modal__box label:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 17px;
  z-index: 2;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  width: 20px;
  height: 20px;
  font-family: 'FontAwesome';
}

.modal__box label:before {
  background: #c7c7c7;
  border-radius: 100%;
}

.modal__box label[for="name"]:before {
  content: "\f007";
}

.modal__box label[for="phone"]:before {
  content: "\f095";
}

.modal__box label[for="email"]:before {
  content: "\f0e0";
  font-size: 12px;
}

.modal__box label[for="city"]:before {
  content: "\f041";
}

.modal__box label[for="answer"]:before {
  content: "\f128";
}

.modal__box-police {
  position: relative;
  margin: 25px 0 0 0;
  text-align: left;
  font-size: 14px;
  color: #8e8e8e;
  display: inline-block;
  line-height: 130%;
}

.modal__box textarea {
  resize: none;
  height: 150px;
  border-radius: 20px;
  padding: 20px 10px 20px 50px;
}

.btn {
  display: inline-block;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#fe2e44), to(#ed4758));
  background: linear-gradient(to top, #fe2e44, #ed4758);
  -webkit-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -3px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-family: 'PF BeauSans Pro';
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  padding: 30px 42px;
  overflow: hidden;
  border-radius: 50px;
}

.btn:hover {
  background: #fe2e44;
}

.btn:after {
  content: "";
  margin-left: 60px;
  width: 25px;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.01)));
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.01));
  -webkit-animation-delay: .02s;
  animation-delay: .05s;
  position: absolute;
  left: -90px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30%, to {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30%, to {
    left: 110%;
    margin-left: 80px;
  }
}

.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;
  background: url("../images/heading-thx.jpg") no-repeat 50% 0;
  background-size: cover;
}

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

.thanks .heading__block {
  height: 100%;
  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;
}

h2 {
  color: #002c38;
  font-family: 'PF BeauSans Pro';
  font-weight: 900;
  line-height: 120%;
  font-size: 44px;
  text-align: center;
  padding: 0 0 80px 0;
}

h2 span {
  color: #fe2e44;
}

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

.section1__flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -14px;
}

.section1__block {
  border-radius: 15px;
  margin: 0 14px 14px 0;
  height: 307px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0 13px 49px rgba(0, 0, 0, 0.08);
          box-shadow: 0 13px 49px rgba(0, 0, 0, 0.08);
  padding: 40px 0 0 45px;
}

.section1__block-number {
  display: inline-block;
  margin: 0 0 15px 0;
}

.section1__block-number.number2 {
  position: absolute;
  bottom: -30px;
  left: 35px;
}

.section1__block-title {
  padding: 0 0 12px 0;
  font-size: 26px;
  font-weight: 900;
  font-family: 'PF BeauSans Pro';
}

.section1__block-title.bg {
  color: #fe2e44;
}

.section1__block p {
  line-height: 160%;
}

.section1__block-img {
  position: absolute;
}

.section1__block-img.img1 {
  bottom: 0;
  right: 17px;
}

.section1__block-img.img2 {
  bottom: 0;
  right: -6px;
}

.section1__block-img.img4 {
  top: -23px;
  right: 50px;
}

.section1__block.bg1 {
  width: 654px;
  background: url("../images/s1-bg1.jpg") no-repeat 50% 0;
  background-size: cover;
  color: #fff;
}

.section1__block.bg2 {
  width: 475px;
  background: #fff;
}

.section1__block.bg3 {
  width: 475px;
  background: url("../images/s1-bg3.png") no-repeat 100% 100% #fff;
  padding-top: 70px;
}

.section1__block.bg4 {
  width: 654px;
  background: url("../images/s1-bg4.jpg") no-repeat 50% 0;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
}

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

.section2__title {
  line-height: 130%;
  font-size: 26px;
  color: #002c38;
  font-family: 'PF BeauSans Pro';
  font-weight: 900;
  padding: 0 0 30px 0;
}

.section2__title span {
  color: #fe2e44;
}

.section2 p {
  font-size: 18px;
  line-height: 160%;
  padding: 0 0 80px 0;
}

.section2 p span {
  color: #fe2e44;
  font-family: 'PF BeauSans Pro';
  font-weight: 900;
}

.section2-image {
  position: absolute;
  top: 170px;
  right: 0;
}

.section2-map {
  display: block;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

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

.section3 h2 {
  color: #fff;
  padding: 0 0 55px 0;
}

.section3__block {
  position: relative;
  padding: 0 0 30px 205px;
}

.section3__block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 205px;
  height: 100%;
  z-index: 1;
}

.section3__block-number {
  font-size: 138px;
  opacity: 0.24;
  color: #104755;
  line-height: 80%;
  font-family: 'PF BeauSans Pro';
  font-weight: 900;
  margin-bottom: -50px;
}

.section3__block-title {
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 120%;
  font-size: 26px;
  font-family: 'PF BeauSans Pro';
  font-weight: 900;
  padding: 0 0 10px 0;
}

.section3__block p {
  line-height: 160%;
}

.section3__block.bg1:before {
  background: url("../images/s3-bg1.png") no-repeat;
}

.section3__block.bg2:before {
  background: url("../images/s3-bg2.png") no-repeat;
}

.section3__block.bg3:before {
  background: url("../images/s3-bg3.png") no-repeat;
  top: 35px;
}

.section3__block.bg4:before {
  background: url("../images/s3-bg4.png") no-repeat;
  top: 35px;
}

.section4 {
  background: url("../images/section4-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 803px;
  padding: 128px 0 0 0;
}

.section4__block {
  width: 505px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 55px 0;
}

.section4__block h3 {
  font-size: 26px;
  font-weight: 900;
  color: #fe2e44;
  font-family: 'PF BeauSans Pro';
  padding: 0 0 25px 0;
}

.section4__block p {
  line-height: 160%;
  padding: 0 50px 17px 0;
  font-style: italic;
}

.section4__block-name {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 10px 0 -5px -18px;
  position: relative;
  z-index: 1;
  width: 260px;
  height: 40px;
  line-height: 40px;
  background: url("../images/s4-bg-name.png") no-repeat 50% 0;
}

.section4__block-status {
  font-size: 14px;
  text-align: center;
  background: url("../images/s4-bg-status.png") no-repeat;
  width: 444px;
  height: 40px;
  line-height: 40px;
}

.section4 .heading__form {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#002c38), to(#05485b));
  background: linear-gradient(to top, #002c38, #05485b);
  position: relative;
  border-radius: 15px;
  padding: 50px;
  text-align: center;
  -webkit-box-shadow: 0 13px 49px rgba(0, 0, 0, 0.08);
          box-shadow: 0 13px 49px rgba(0, 0, 0, 0.08);
}

.section4 .heading__form .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section4 .heading__form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/s4-form-before.png") no-repeat 100% 100%;
}

.section4-mobile {
  display: none;
}

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

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

.section5__calc {
  width: 685px;
  margin: 0 auto;
  margin-bottom: 110px;
}

.section5__calc-block {
  background: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
  padding: 20px 40px;
  text-align: center;
  border-radius: 10px;
  margin: 0 0 10px 0;
}

.section5__calc-block p {
  font-size: 14px;
  padding: 0 0 15px 0;
  font-weight: bold;
}

.section5__calc-block:nth-child(1) .irs--flat .irs-bar {
  display: none !important;
}

.section5__calc .flex {
  margin: 0 0 10px 0;
}

.section5__calc-text {
  background: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  padding: 20px 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}

.section5__calc-summ {
  width: 222px;
  background: #044456;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0px 0 10px;
  border-radius: 10px;
}

.section5 .flex.direction {
  padding: 60px 0 0 0;
}

.section5 .heading__form {
  width: 407px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#002c38), to(#225d6c));
  background: linear-gradient(to top, #002c38, #225d6c);
  padding: 30px;
  color: #fff;
}

.section5 .heading__form p {
  font-size: 24px;
  font-family: 'PF BeauSans Pro';
  font-weight: 600;
  padding: 0 0 25px 0;
  margin: 0 -20px;
}

.section5 .heading__form .flex {
  display: block;
  padding: 0 20px;
}

.section5 .heading__form input {
  width: 100%;
  margin: 0 0 10px 0;
}

.section5 .heading__form .btn {
  width: 100%;
  padding: 30px 20px;
  margin: 10px 0 0 0;
}

.section5-image {
  position: absolute;
  bottom: -50px;
  left: -30px;
}

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

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

.section6__head {
  line-height: 130%;
  text-align: center;
  font-size: 24px;
  color: #002c38;
  padding: 0 0 50px 0;
  font-family: 'PF BeauSans Pro';
  font-weight: 900;
}

.section6 .row {
  margin: 0 -10px;
}

.section6 .col-md-2 {
  padding-top: 0 10px;
}

.section6__block {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 13px 49px rgba(0, 0, 0, 0.08);
          box-shadow: 0 13px 49px rgba(0, 0, 0, 0.08);
  margin: 0 0 20px 0;
  padding: 30px 0 20px 0;
}

.section6__block-image {
  width: 203px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.section6__block-image img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  width: 127px;
  height: 127px;
}

.section6__block-image p {
  font-size: 14px;
  padding: 20px 0 0 0;
}

.section6__block-image p span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.section6__block-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px 0 0;
}

.section6__block-info p {
  line-height: 160%;
  font-size: 14px;
  min-height: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 15px 0;
}

.section6__block-title {
  font-size: 24px;
  font-weight: 900;
  color: #fe2e44;
  font-family: 'PF BeauSans Pro';
  padding: 0 0 12px 0;
}

.section6__block .btn {
  padding-left: 48px;
  padding-right: 48px;
}

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

.section7 h2 {
  padding: 0 0 70px 0;
  color: #fff;
}

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

.section7 .slick-slide {
  padding: 0 5px;
}

.section7 .slick-prev, .section7 .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  z-index: 10;
  width: 50px;
  height: 50px;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.section7 .slick-prev {
  left: 15%;
  background: url("../images/prev.png") no-repeat;
}

.section7 .slick-next {
  right: 15%;
  background: url("../images/next.png") no-repeat;
}

.section7 .slick-dots {
  text-align: center;
  padding: 45px 0 0 0;
}

.section7 .slick-dots button {
  display: none;
}

.section7 .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

.section7 .slick-dots li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: -3px;
  left: -3px;
  border-radius: 100%;
  border: 1px solid #fe2e44;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.section7 .slick-dots li.slick-active {
  background: #fe2e44;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.section7 .slick-dots li.slick-active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.section8 {
  padding: 100px 0;
  text-align: center;
  background: url("../images/section8-bg.jpg") no-repeat 50% 100%;
}

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

.section8__head {
  line-height: 130%;
  text-align: center;
  font-size: 24px;
  color: #002c38;
  padding: 0 0 85px 0;
  font-family: 'PF BeauSans Pro';
  font-weight: 900;
}

.section8 .row {
  margin: 0 -10px;
}

.section8 .col-md-2 {
  padding-top: 0 10px;
}

.section8__block {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 13px 49px rgba(0, 0, 0, 0.08);
          box-shadow: 0 13px 49px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 0 0 36px 0;
}

.section8__block-head {
  padding: 23px 10px;
  font-size: 30px;
  font-family: 'PF BeauSans Pro';
  font-weight: 900;
  color: #fff;
}

.section8__block-head.bg1 {
  background: #3587a0;
}

.section8__block-head.bg2 {
  background: #ffa56c;
}

.section8__block-head.bg3 {
  background: #1c1f28;
}

.section8__block ul {
  margin: 22px 20px 50px 20px;
  padding: 100px 0 0 0;
}

.section8__block ul.bg1 {
  background: url("../images/ul-bg1.svg") no-repeat 50% 0;
  background-size: 64px auto;
}

.section8__block ul.bg2 {
  background: url("../images/ul-bg2.svg") no-repeat 50% 0;
  background-size: 134px auto;
}

.section8__block ul.bg3 {
  background: url("../images/ul-bg3.svg") no-repeat 50% 0;
  background-size: 65px auto;
}

.section8__block ul li {
  font-size: 18px;
}

.section8__block ul li span {
  display: block;
  line-height: 130%;
  padding: 3px 0 0 0;
  font-size: 32px;
  font-weight: 900;
  font-family: 'PF BeauSans Pro';
}

.section8__block ul li span.bg1 {
  color: #3587a0;
}

.section8__block ul li span.bg1 {
  color: #fea46c;
}

.section8__block ul li span.bg1 {
  color: #1c1f28;
}

.section8__block .btn {
  display: block;
  margin: 0 18px;
}

.section9 {
  background: url("../images/section9-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.section9 h2 {
  padding: 0 0 30px 0;
  color: #fff;
}

.section9__head {
  line-height: 130%;
  text-align: center;
  font-size: 24px;
  padding: 0 0 100px 0;
  font-family: 'PF BeauSans Pro';
  font-weight: 900;
}

.section9 .heading__form .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section9 .heading__form .btn {
  width: 288px;
}

.section9 .heading__form-police {
  color: #8eb4bf;
}

.section9 .heading__form-police a {
  color: #8eb4bf;
}

.footer {
  background: #fff;
  line-height: 130%;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 300;
}

.footer .copyright {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.footer a {
  color: #151414;
}

.footer .header__phone a.callback {
  border-bottom: 1px dashed #151414;
}

.footer__work {
  text-align: center;
  padding: 10px 0 0 0;
}

.footer__work span, .footer__work img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  position: relative;
}

.footer__work span {
  top: 3px;
}

.transitionY {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.transitionY.animated {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.transitionY:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.transitionY:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.transitionY:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.transitionY:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.transitionY:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.transitionY:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.transitionY:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

@media (max-width: 1200px) {
  .wrapper {
    width: 990px;
  }
  .section1__block {
    width: 100% !important;
  }
  .section1__flex {
    padding: 0 150px;
  }
  .section2-image {
    width: 570px;
    height: auto;
  }
  .section5-image {
    width: 600px;
    height: auto;
  }
  .section6__block-image {
    width: 170px;
  }
  .section8__block-head {
    font-size: 25px;
  }
  .section8__block .btn {
    padding: 30px 10px;
  }
  .section6__block-info p {
    min-height: 250px;
  }
  .section6__block-title {
    font-size: 22px;
  }
}

@media (max-width: 1040px) {
  .wrapper {
    width: 778px;
  }
  .header__logo img {
    width: 190px;
  }
  .heading__list-block {
    padding-right: 30px;
  }
  .section1__flex {
    padding: 0 100px;
  }
  .section1__block-img.img4 {
    right: -20px;
  }
  h2 {
    font-size: 35px;
  }
  .section2-image {
    width: 370px;
  }
  .section3__block {
    padding: 150px 0 0px 0;
  }
  .section3__block:before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .section5__calc {
    width: auto;
  }
  .section5-image {
    width: 450px;
  }
  .section6__block {
    display: block;
  }
  .section6__block-image {
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .section6__block-info {
    padding: 0 25px;
  }
  .section8 .col-md-3 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section8 .row {
    padding: 0 150px;
  }
  .section8__block {
    margin: 0 0 25px 0;
  }
  .section6__block .btn {
    padding: 30px 20px;
    display: block;
  }
}

@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: 100px;
  }
  .header__desc {
    display: none;
  }
  .header__phone span {
    font-size: 16px;
  }
  .header__phone a.callback {
    font-size: 14px;
  }
  .heading {
    padding: 30px 0;
    background: url("../images/heading-thx.jpg") no-repeat 50% 0;
    background-size: cover;
  }
  .heading__block h1 {
    font-size: 30px;
  }
  .heading__block p {
    font-size: 18px;
  }
  .heading__form {
    padding: 0 100px;
  }
  .heading__form input {
    width: 100%;
  }
  .heading__form .btn {
    width: 100%;
  }
  .heading__form .flex {
    display: block;
  }
  .heading__list {
    padding: 25px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .heading__list-block {
    padding: 50px 20px 0 20px !important;
  }
  .heading__list-block:before {
    left: 20px !important;
  }
  .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;
  }
  .btn {
    padding: 28px 25px;
  }
  h2 {
    font-size: 30px;
    padding: 0 0 25px 0 !important;
  }
  .section1 {
    padding: 50px 0;
  }
  .section1__flex {
    padding: 0;
  }
  .section1 br {
    display: block;
  }
  .section2 {
    padding: 50px 0;
  }
  .section2__title {
    font-size: 18px;
    padding: 0 0 20px 0;
  }
  .section2 p {
    font-size: 16px;
    padding: 0 0 25px 0;
  }
  .section2-map {
    display: none;
  }
  .section2-image {
    position: static;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .section3 {
    padding: 50px 0;
  }
  .section4 {
    padding: 50px 0;
    background: #eee;
    height: auto;
  }
  .section4__block {
    width: auto;
  }
  .section4-mobile {
    display: block;
    margin-top: 20px;
  }
  .section4 .heading__form {
    width: 420px;
    padding: 30px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section5 {
    padding: 50px 0;
  }
  .section5__calc {
    padding: 0 0 50px 0;
    margin-bottom: 0;
  }
  .section5__calc .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section5 .flex.direction {
    padding: 0;
  }
  .section5-image {
    display: none;
  }
  .section5 .heading__form {
    width: 420px;
    padding: 30px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section5 .heading__form p {
    font-size: 18px;
  }
  .section5 .heading__form .flex {
    padding: 0;
  }
  .section6 {
    padding: 50px 0;
  }
  .section6__head {
    font-size: 18px;
    padding: 0 0 25px 0;
  }
  .section6 .col-md-2 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section6 .row {
    padding: 0 100px;
  }
  .section6__block-info p {
    min-height: inherit;
    padding: 0 0 20px 0;
  }
  .section7 {
    padding: 50px 0;
  }
  .section8 {
    padding: 50px 0;
  }
  .section8__head {
    font-size: 18px;
    padding: 0 0 25px 0;
  }
  .section8 .row {
    padding: 0 100px;
  }
  .section9 {
    padding: 50px 0;
  }
  .section9__head {
    font-size: 18px;
    padding: 0 0 25px 0;
  }
  .section9 .heading__form .btn {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .wrapper {
    width: 300px;
  }
  .col-md-2, .col-md-3, .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;
  }
  .heading__block h1 {
    font-size: 25px;
  }
  .heading__block p {
    padding: 0 0 25px 0;
  }
  .heading__block p span {
    font-weight: bold;
  }
  .heading__form {
    padding: 0;
  }
  .heading__list {
    display: block;
  }
  .heading__list-block {
    padding: 50px 0 20px 0 !important;
    border: 0 !important;
  }
  .heading__list-block:before {
    left: 0 !important;
  }
  .heading__list-block span {
    display: inline;
  }
  h2 {
    font-size: 23px;
  }
  .section1__block {
    padding: 30px 30px 0 30px;
    height: auto;
  }
  .section1__block br {
    display: none;
  }
  .section1__block-img.img1, .section1__block-img.img2 {
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    max-width: 70%;
  }
  .section1__block-img.img4 {
    width: 200px;
    height: auto;
  }
  .section1__block-number {
    width: auto;
    height: 50px;
  }
  .section1__block-number.number2 {
    position: static;
  }
  .section1__block-title {
    font-size: 23px;
  }
  .section1__block.bg3 {
    padding: 30px;
    background-size: 150px auto;
  }
  .section1__block.bg4 {
    padding: 30px;
  }
  .section2 p span {
    display: block;
    font-weight: bold;
  }
  .section3__block {
    padding: 70px 0 0 0;
  }
  .section3__block:before {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    top: -50px;
    left: -40px;
  }
  .section3__block-title {
    font-size: 23px;
  }
  .section3__block.bg3:before, .section3__block.bg4:before {
    top: -35px;
  }
  .section4__block p {
    padding: 0 0 12px 0;
  }
  .section4__block-status {
    background: none;
    width: auto;
    height: auto;
    padding: 10px;
    line-height: 130%;
    text-align: left;
  }
  .section4 .heading__form {
    width: auto;
    padding: 20px;
  }
  .section4 .heading__form .btn {
    padding: 18px 10px;
  }
  .section5__calc-block {
    padding: 12px;
  }
  .section5__calc .flex {
    display: block;
  }
  .section5__calc-text, .section5__calc-summ {
    text-align: center;
    margin: 0 0 3px 0;
    width: auto;
  }
  .section5 .heading__form {
    width: auto;
    padding: 20px;
  }
  .section5 .heading__form .btn {
    padding: 25px 10px;
  }
  .section6 .row, .section8 .row {
    padding: 0;
  }
  .section6__block .btn {
    padding: 20px;
    display: block;
  }
  .btn {
    font-size: 16px;
  }
  .btn {
    padding: 25px;
  }
  .irs {
    font-size: 8px;
  }
  .section6__head, .section2__title, .section8__head, .section9__head {
    font-weight: bold;
  }
  .section8__block-head {
    font-size: 23px;
  }
  .section7 .slick-prev {
    left: 5%;
  }
  .section7 .slick-next {
    right: 5%;
  }
}
/*# sourceMappingURL=main.css.map */