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

.header {
  padding: 23px 0 98px 0;
  line-height: 120%;
  font-size: 20px;
}
.header__desc span {
  display: block;
  font-weight: bold;
}
.header__phone {
  text-align: right;
}
.header__phone a.callback {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FF2674;
  font-size: 20px;
  padding: 11px 15px;
  text-decoration: none;
}

.heading {
  padding: 0;
}
.heading__block {
  box-sizing: border-box;
}
.heading__block-title {
  text-transform: uppercase;
  font-size: 24px;
  padding: 0 0 30px 0;
  font-style: italic;
}
.heading__block-title span, .heading__form p span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #FF2674;
  padding: 5px 10px;
  transform: skewX(-10deg);
  margin: 0 5px 0 0;
}
.heading__block h1 {
  font-style: italic;
  font-size: 45px;
  text-transform: uppercase;
  line-height: 120%;
  padding: 0 0 30px 0;
}
.heading__block h1 span {
  font-weight: 700;
}
.heading__block h1 b {
  font-weight: bold;
  font-size: 60px;
  display: block;
  line-height: 110%;
  padding: 10px 0 0 0;
}
.heading__block p {
  padding: 0 0 20px 0;
}
.heading__box {
  padding: 0 100px;
}
.heading__form p {
  font-size: 24px;
  padding: 0 0 30px 0;
}
.heading__form input, .heading__form textarea {
  display: block;
  width: 280px;
  height: 60px;
  border-radius: 5px;
  margin: 0 0 14px 0;
  box-sizing: border-box;
  padding: 0 26px;
  font-size: 20px;
  font-weight: 400;
  background: none;
  border: 1px solid #000;
}
.heading__form .btn {
  padding: 0 10px;
  width: 280px;
  height: 60px;
}
.heading__form-block {
  padding: 0 20px 0 0;
}
.heading__list {
  background: #2B2A28;
  color: #fff;
  padding: 90px 0 60px 0;
  font-size: 32px;
  font-style: italic;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 300;
}
.heading__list span {
  display: block;
  font-weight: bold;
  line-height: 120%;
}
.heading__list-block {
  background: url("../images/roc30.png") no-repeat;
  padding: 0 0 0 54px;
}
.heading__list b {
  font-size: 22px;
  text-transform: none;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 86px;
  font-style: italic;
  font-weight: 700;
  line-height: 110%;
  padding: 0 0 90px 0;
}
h2 span {
  color: #FF2674;
}

.section1 {
  padding: 120px 0 68px 0;
  background: url("../images/section1-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  text-align: center;
}
.section1__box {
  height: 380px;
  position: relative;
  margin: 0 0 130px 0;
}
.section1__box-block {
  position: absolute;
  width: 260px;
}
.section1__box-block span {
  font-weight: bold;
}
.section1__box-block:nth-child(1) {
  bottom: 0;
  left: 0;
}
.section1__box-block:nth-child(2) {
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}
.section1__box-block:nth-child(3) {
  left: 300px;
  top: 0;
}
.section1__box-block:nth-child(4) {
  right: 300px;
  top: 0;
}
.section1__box-block:nth-child(5) {
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}
.section1__box-block:nth-child(6) {
  bottom: 0;
  right: 0;
}
.section1__form {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #FFF 100%);
  box-shadow: 0px 39px 101px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin: 0 -100px;
  padding: 53px;
}
.section1__form .flex {
  justify-content: center;
}
.section1__form h3 {
  line-height: 110%;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 20px 0;
  font-style: italic;
}
.section1__form .heading__form input, .section1__form .heading__form .btn {
  margin: 0 10px;
}

.section2 {
  background: url("../images/section2-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 120px 0 0 0;
  text-align: center;
}
.section2 h2 {
  padding: 0 0 60px 0;
  color: #fff;
}
.section2__box {
  flex-wrap: wrap;
  padding: 0 0 20px 0;
}
.section2__box-block {
  width: 50%;
  box-sizing: border-box;
  padding: 0 0 70px 0;
}
.section2__box-block img {
  display: inline-block;
  margin: 0 0 33px 0;
  border-radius: 100%;
}
.section2__box-block p {
  font-size: 32px;
  font-style: italic;
  text-transform: uppercase;
  line-height: 110%;
  color: #fff;
}
.section2__title {
  font-size: 120px;
  text-transform: uppercase;
  font-style: italic;
  color: #FF2674;

  display: inline-block;
}
.section2 .section1__form {
  margin: -110px 0 0 0;
  bottom: -150px;
  position: relative;
  z-index: 10;
}
.section2 .section1__form .heading__form input, .section2 .section1__form .heading__form .btn {
  margin: 0 !important;
  width: 380px;
}
.section2__cont {
  position: relative;
  margin: 0 20px 0 0;
}
.section2__cont input {
  margin: 0 !important;
}
.section2__bar {
  position: absolute;
  overflow: hidden;
  animation: radial-pulse 2s infinite ease;
  display: flex;
  width: 0;
  opacity: 0;
  z-index: -1;
  top: 0px;
  left: 0;
  transition: 0.3s;
  z-index: 10;
  font-weight: bold;
  font-size: 20px;
  box-sizing: border-box;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right, #f2b177, #ff7800);
  box-sizing: border-box;
  justify-content: center;
}
.section2__bar.active {
  opacity: 1;
  min-width: 7%;
}

.section3 {
  background: url("../images/section3-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 210px 0 100px 0;
}
.section3 h2 {
  text-align: right;
  padding: 0 0px 38px 0;
}
.section3__box {
  padding: 0 0 0 100px;
}
.section3__list {
  padding: 0 0 68px 0;
}
.section3__list-box {
  flex: 1;
  padding: 0 0 0 120px;
}
.section3__list-img {
  margin: -0px 0 0 -30px;
}
.section3__list-img img {
  display: block;
  border-radius: 10px;
}
.section3__list-block {
  padding: 14px 0;
  border-bottom: 2px solid #2B2A28;
  position: relative;
}
.section3__list-block:last-child {
  padding-bottom: 0;
  border: 0;
}
.section3__list-block:before {
  content: "";
  position: absolute;
  top: 14px;
  left: -52px;
  width: 32px;
  height: 32px;
  background: url("../images/s1-block-icon.svg") no-repeat;
  background-size: 100% auto;
}
.section3__list-title {
  font-size: 24px;
  line-height: 120%;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 14px 0;
}
.section3__form h3 {
  line-height: 110%;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 20px 0;
  font-style: italic;
}
.section3__form textarea {
  resize: none;
  height: 140px;
  padding: 18px 26px;
  width: 380px;
}
.section3__form input {
  margin: 0 0 20px 0;
}

.section4 {
  background: url("../images/section4-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 120px 0;
  color: #fff;
}
.section4 h2 {
  padding: 0 0 55px 0;
  text-align: left;
}
.section4__box {
  padding: 0 100px;
}
.section4__block img {
  display: block;
  border-radius: 10px;
  margin: 0 0 20px 0;
}
.section4__block:nth-child(2) {
  margin: -60px 0 0 20px;
}

.section5 {
  background: url("../images/section5-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 20px 0 115px 0;
}
.section5 h2 {
  text-align: left;
  color: #fff;
  padding: 0 0 60px 0;
}
.section5__calc {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 33px 107px 0px rgba(0, 0, 0, 0.08);
  padding: 62px 100px;
}
.section5__calc-ion {
  width: 580px;
}
.section5__calc-range span {
  width: 30px;
  text-align: center;
}
.section5__calc-result span {
  display: block;
  font-weight: 700;
  font-size: 26px;
  padding: 0 0 33px 0;
}
.section5__calc-result strong {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  color: #FF2674;
  display: inline-block;
  border-bottom: 1px solid #CDCDCD;
}
.section5__calc-header {
  padding: 0 0 80px 0;
}
.section5__calc-header p {
  font-size: 26px;
  font-weight: bold;
  padding: 0 0 30px 0;
}
.section5__calc h3 {
  font-size: 48px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 120%;
  padding: 0 0 20px 0;
}
.section5 .heading__form input {
  margin: 0 20px 0 0;
}

.section6 {
  background: url("../images/section6-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 120px 0 0 0;
}
.section6 h2 {
  text-align: left;
  padding: 0 0 40px 0;
}
.section6__form {
  text-align: center;
  width: 380px;
  margin: 0 100px;
  padding: 0 0 70px 0;
}
.section6__form p {
  font-size: 32px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 120%;
  padding: 0 0 28px 0;
}
.section6__form p span {
  font-weight: 700;
  color: #fff;
  background: #FF2674;
  font-style: normal;
  transform: skewX(-10deg);
  padding: 2px 10px;
  display: inline-block;
}
.section6__form .heading__form {
  display: inline-block;
}

.footer {
  padding: 70px 0;
  line-height: 130%;
}
.footer a {
  color: #414141;
}

.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #2B2A28;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #FF2674;
  line-height: 120%;
  padding: 17px 35px;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.thanks {
  background: url("../images/section3-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  background-attachment: fixed;
}
.thanks #main {
  flex-direction: column;
  height: 100%;
  overflow: inherit;
}
.thanks .heading {
  flex: 1 0 auto;
}
.thanks .heading .wrapper {
  height: 100%;
}
.thanks .heading__block {
  height: 100%;
  text-align: center;
  padding: 0 0 100px 0;
}
.thanks .heading__block-flex {
  width: 100%;
}
.thanks .header {
  flex: 0 0 auto;
}
.thanks .footer {
  flex: 0 0 auto;
  background: #eee;
}

@media (max-width: 1240px) {
  .wrapper {
    width: 990px;
  }
  .heading__block h1 {
    font-size: 38px;
  }
  .heading__block h1 b {
    font-size: 60px;
  }
  h2 {
    font-size: 70px;
  }
  .section1__box-block:nth-child(3) {
    left: 200px;
  }
  .section1__box-block:nth-child(4) {
    right: 220px;
  }
  .section1__form {
    margin: 0;
  }
  .section1__form h3 {
    font-size: 38px;
  }
  .section2__title {
    font-size: 90px;
  }
  .section3__list-img {
    margin: 0;
  }
  .section3__box {
    padding: 0;
  }
  .section4__box {
    padding: 0;
  }
  .section4__box img {
    max-width: 100%;
    max-height: 100%;
  }
  .section5__calc {
    padding: 50px;
  }
}
@media (max-width: 1040px) {
  .wrapper {
    width: 778px;
  }
  .header__logo img {
    width: 200px;
    height: auto;
  }
  .heading__block h1 {
    font-size: 30px;
  }
  .heading__block h1 b {
    font-size: 60px;
  }
  .heading__box {
    padding: 0;
  }
  .heading__list {
    font-size: 23px;
  }
  .heading__list b {
    font-size: 16px;
  }
  h2 {
    font-size: 55px;
  }
  .section1__box-block:nth-child(3) {
    left: 0;
  }
  .section1__box-block:nth-child(4) {
    right: 0;
  }
  .section1__form h3 {
    font-size: 30px;
  }
  .section2__box-block p {
    font-size: 25px;
  }
  .section2__box-block img {
    width: 250px;
    height: auto;
  }
  .section2__title {
    font-size: 70px;
  }
  .section3 h2 {
    padding: 0 0 38px 0;
    text-align: center;
  }
  .section3 h2 br {
    display: none;
  }
  .section3__list-img img {
    width: 300px;
    height: auto;
  }
  .section3__form .heading__form .flex {
    flex-wrap: wrap;
  }
  .section4__block:nth-child(2) {
    margin-top: 0;
  }
  .section5__calc-header {
    display: block;
    padding: 0 0 40px 0;
  }
  .section5__calc-ion {
    width: auto;
    padding: 0 0 30px 0;
  }
  .section6__form {
    margin: 0;
  }
  .footer__logo {
    width: 180px;
    height: auto;
  }
}
@media (max-width: 800px) {
  .wrapper {
    width: 600px;
  }
  body {
    font-size: 18px;
  }
  img {
    max-width: 100%;
    max-height: 100%;
  }
  br {
    display: none;
  }
  .flex {
    display: block;
  }
  #police.modal__box {
    width: auto;
  }
  .section-head {
    padding: 0 0 50px 0;
    position: relative;
  }
  .section-head:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  .header {
    padding: 20px 0;
  }
  .header .flex {
    display: flex;
  }
  .header__logo img {
    width: 150px;
  }
  .header__desc {
    display: none;
  }
  .header__phone a.callback {
    font-size: 16px;
  }
  .heading__block-title {
    font-size: 20px;
    padding: 0 0 20px 0;
  }
  .heading__block h1 {
    font-size: 25px;
    padding: 0 0 20px 0;
  }
  .heading__block h1 b {
    font-size: 35px;
  }
  .heading__form p {
    font-size: 18px;
    padding: 0 0 20px 0;
  }
  .heading__form input {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
  .heading__form .btn {
    width: 100% !important;
    margin: 0 !important;
  }
  .heading__list {
    padding: 20px 0;
  }
  .heading__list-block {
    margin: 10px 0;
  }
  .thanks .flex {
    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 {
    font-size: 20px;
  }
  h2 {
    font-size: 35px;
    padding: 0 0 20px 0 !important;
  }
  .section1 {
    padding: 50px 0;
  }
  .section1__box {
    height: auto;
    margin: 0;
  }
  .section1__box-block {
    position: static !important;
    width: auto;
    padding: 0 0 20px 0;
    transform: none !important;
  }
  .section1__form {
    padding: 30px;
    margin: 0 !important;
    bottom: 0 !important;
  }
  .section1__form h3 {
    font-size: 25px;
    padding: 0 0 12px 0;
  }
  .section2 {
    padding: 50px 0;
  }
  .section2__box {
    display: flex;
  }
  .section2__box-block {
    padding: 0 0 20px 0;
  }
  .section2__box-block p {
    font-size: 20px;
  }
  .section2__box-block img {
    width: 100px;
  }
  .section2__title {
    font-size: 50px;
  }
  .section2__cont {
    margin: 0 0 10px 0;
  }
  .section3 {
    padding: 50px 0;
  }
  .section3__list {
    padding: 0 0 35px 0;
  }
  .section3__list-box {
    padding: 0 0 0 50px;
  }
  .section3__list-img {
    padding: 20px 0 0 0;
  }
  .section3__list-img img {
    width: auto;
  }
  .section3__form .heading__form textarea {
    width: 100%;
  }
  h3 {
    font-size: 25px !important;
    padding: 0 0 12px 0 !important;
  }
  .section4 {
    padding: 50px 0;
  }
  .section4__block {
    margin: 0 !important;
  }
  .section5 {
    padding: 0 0 50px 0;
  }
  .section5__calc {
    padding: 30px;
  }
  .section5__calc p {
    font-size: 20px;
    padding: 0 0 25px 0;
  }
  .section5__calc-range {
    display: flex;
  }
  .section5__calc-result strong {
    font-size: 50px;
  }
  .section5__calc-result span {
    font-size: 20px;
    padding: 0 0 10px 0;
  }
  .section6 {
    padding: 50px 0 0 0;
  }
  .section6__form {
    padding: 0 0 20px 0;
  }
  .section6__form p {
    font-size: 20px;
    padding: 0 0 20px 0;
  }
}
@media (max-width: 650px) {
  .wrapper {
    width: 300px;
  }
  .col-md-2, .col-md-3, .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modal__box {
    width: 280px;
    padding: 20px !important;
    margin: 10px !important;
  }
  .header__phone a.callback {
    font-size: 14px;
    padding: 7px 10px;
  }
  .header__logo img {
    width: 120px;
  }
  h2 {
    font-size: 30px;
  }
  .section1__form {
    padding: 20px;
  }
  .section2__box {
    display: block;
  }
  .section2__box-block {
    width: auto;
  }
  .section2__box-block img {
    margin: 0 0 10px 0;
  }
  .section2__title {
    font-size: 35px;
  }
  .section5__calc {
    padding: 20px;
  }
  .section6__form {
    width: auto;
  }
  .section6__form .heading__form {
    display: block;
  }
  .section6 h2 {
    text-align: center;
  }
  .modal__box .h3__title {
    font-size: 18px;
  }
  input[type=checkbox] + label {
    font-size: 12px;
  }
}/*# sourceMappingURL=main.css.map */