@charset "UTF-8";
.header {
  padding: 25px 0;
  line-height: 130%;
  color: #fff;
  background: #020204;
  font-weight: 300;
}

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

.header__desc {
  font-size: 14px;
  padding: 0 0 0 57px;
  color: #828282;
}

.header__phone {
  text-align: right;
  background: url("../fonts/phone-icon.svg") no-repeat 0 50%;
  padding: 5px 0 5px 80px;
  display: inline-block;
}

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

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

.header__phone a.callback {
  display: inline-block;
  font-size: 14px;
  color: #828282;
}

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

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

.heading__block h1 {
  font-size: 42px;
  padding: 0 0 20px 0;
}

.heading__block h1 b {
  display: inline-block;
  background: #F8BC44;
  padding: 0 7px;
  color: #000;
}

.heading__block p {
  font-weight: normal;
  font-size: 24px;
  padding: 0 0 45px 0;
}

.heading__block p span {
  font-weight: 600;
  color: #F8BC44;
}

.heading__form p {
  font-weight: 300;
  padding: 0 0 24px 0;
  font-size: 18px;
}

.heading__form input {
  display: block;
  width: 222px;
  height: 60px;
  font-weight: 300;
  font-size: 14px;
  margin: 0 8px 14px 0;
  padding: 0 20px 0 52px;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
}

.heading__form input[name="name"] {
  background: url("../fonts/name-icon.svg") no-repeat 25px 50% #EDEDED;
}

.heading__form input[name="phone"] {
  background: url("../fonts/call-icon.svg") no-repeat 25px 50% #EDEDED;
}

.heading__form input[name="email"] {
  background: url("../fonts/email-icon.svg") no-repeat 25px 50% #EDEDED;
}

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

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

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

.heading__list-block {
  line-height: 130%;
  font-weight: normal;
  color: #828282;
  padding: 0 45px 0 75px;
  background: url("../fonts/h-list-icon.svg") no-repeat 0 50%;
}

.heading__list-block span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.heading.bg .wrapper:before {
   display: none;
  content: '';
  position: absolute;
  top: -25px;
  right: -160px;
  width: 634px;
  height: 621px;
  background: url("../images/h-wrapper-before.png") no-repeat;
}

.heading__image {
  position: absolute;
  z-index: 1;
  width: 585px;
  height: 692px;
  top: -85px;
  right: -160px;
}

.heading__image img {
  position: absolute;
  -webkit-animation: animate 6s infinite ease;
          animation: animate 6s infinite ease;
}

.heading__image .img1 {
  top: 0;
  left: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.heading__image .img2 {
  right: 0;
  bottom: 30px;
  z-index: 5;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.heading__image .img3 {
  bottom: 0;
  left: 78px;
  z-index: 2;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.heading__image .img4 {
  top: 138px;
  right: 68px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes animate {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes animate {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.modal__box input {
  display: block;
  width: 100%;
  height: 60px;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0px 10px 0;
  padding: 0 20px 0 52px;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
}

.modal__box input[name="name"] {
  background: url("../fonts/name-icon.svg") no-repeat 25px 50% #EDEDED;
}

.modal__box input[name="phone"] {
  background: url("../fonts/call-icon.svg") no-repeat 25px 50% #EDEDED;
}

.modal__box input[name="email"] {
  background: url("../fonts/email-icon.svg") no-repeat 25px 50% #EDEDED;
}

h2 {
  text-align: center;
  font-size: 48px;
  padding: 0 0 30px 0;
}

h2 span {
  color: #F8BC44;
}

.section1 {
  padding: 135px 0 130px 0;
}

.section1 .wrapper:before {
  content: '';
  position: absolute;
  bottom: -130px;
  right: -300px;
  width: 863px;
  height: 863px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(56, 84, 226, 0.47) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(63px);
          filter: blur(63px);
  z-index: -1;
}

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

.section1__box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px;
}

.section1__box-block {
  width: calc(33.333% - 12px);
  font-size: 18px;
  position: relative;
  margin: 0 6px 12px 6px;
  background: #E9E9E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 40px 40px;
  border-radius: 20px;
}
.section1__box-block.sectionbottom{
    width: 100%;
}
.wdth{
  width: 100%!important;
}
.reviews__list{
  display: flex;
  align-items: center;
  width: 100%;
}
.reviews__list.mgtop{
  margin: 26px 0 0 0;
}
.reviews__list .item{
  flex: 1;
  display: flex;
  align-items: center;
  object-fit: contain;
  height: 350px;
}
.reviews__list .item video{
  object-fit: contain;
      display: block;
      width: 100%;
      height: 100%;
}
.section1__box-block:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 188px;
  height: 188px;
}

.section1__box-block p {
  color: #828282;
}

.section1__box-block img {
  position: absolute;
  bottom: 0;
  right: 40px;
}

.section1__box-block.bg1 {
  width: calc(55% - 12px);
  background: url("../images/s1-bg1.png") no-repeat 100% 0, -webkit-gradient(linear, left top, left bottom, from(#000002), to(#141415));
  background: url("../images/s1-bg1.png") no-repeat 100% 0, linear-gradient(180deg, #000002 0%, #141415 100%);
}

.section1__box-block.bg1 p {
  width: 300px;
}

.section1__box-block.bg2 {
  width: calc(45% - 12px);
}

.section1__box-block.bg2 p {
  width: 265px;
}

.section1__box-block.bg2:before {
  background: url("../images/s1-icon2.png") no-repeat;
  top: 30px;
  right: 30px;
}

.section1__box-block.bg3:before {
  background: url("../images/s1-icon3.png") no-repeat 50% 50%;
  top: 0px;
  right: 0px;
}

.section1__box-block.bg4:before {
  background: url("../images/s1-icon4.png") no-repeat 50% 50%;
  top: 0px;
  right: 0px;
}

.section1__box-block.bg5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#000002), to(#141415));
  background: linear-gradient(180deg, #000002 0%, #141415 100%);
}

.section1__box-block.bg5:before {
  background: url("../images/s1-icon5.png") no-repeat;
  top: 30px;
  right: 0px;
}

.section1__box-number {
  font-size: 60px;
  padding: 0 0 20px 0;
  color: #E9E9E9;
  font-family: 'SF Pro Display';
  font-weight: 900;
  text-shadow: 1px 0 0 #BDBDBD, -1px 0 0 #BDBDBD, 0 1px 0 #BDBDBD, 0 -1px 0 #BDBDBD, 1px 1px #BDBDBD, -1px -1px 0 #BDBDBD, 1px -1px 0 #BDBDBD, -1px 1px 0 #BDBDBD;
}

.section1__box-number.bg {
  color: #050507;
}

.section1__box-title {
  line-height: 130%;
  font-size: 22px;
  padding: 0 0 20px 0;
  color: #333333;
}

.section1__box-title.bg {
  color: #E0E0E0;
}

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

.section2 h3 {
  font-size: 32px;
  padding: 0 0 25px 0;
}

.section2 p {
  font-size: 18px;
  color: #828282;
  font-weight: 300;
  padding: 0 0 25px 0;
}

.section2 input {
  display: block;
  width: 249px;
  height: 60px;
  font-weight: 300;
  font-size: 14px;
  margin: 0 4px;
  padding: 0 20px 0 52px;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
}

.section2 input[name="name"] {
  background: url("../fonts/name-icon.svg") no-repeat 25px 50% #EDEDED;
}

.section2 input[name="phone"] {
  background: url("../fonts/call-icon.svg") no-repeat 25px 50% #EDEDED;
}

.section2 input[name="email"] {
  background: url("../fonts/email-icon.svg") no-repeat 25px 50% #EDEDED;
}

.section2 .btn {
  margin: 0 4px;
}

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

.section2 .heading__form-police {
  padding: 25px 0 0 0;
}

.section2-image {
  position: absolute;
  bottom: -107px;
  display: block;
  left: -500px;
}

.section3 {
  padding: 135px 0 70px 0;
  overflow: hidden;
}

.section3__title {
  padding: 0 0 90px 0;
  font-size: 24px;
  color: #828282;
  text-align: center;
}

.section3__box {
  padding: 0 0 55px 0;
}

.section3__author {
  width: 460px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding: 48px 73px;
  border-radius: 20px;
  background: url("../images/s3-author-bg.jpg") no-repeat 50% 0;
  background-size: cover;
}

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

.section3__author p {
  font-size: 23px;
  padding: 0 0 45px 0;
  background: url("../images/line-icon.png") no-repeat 0 100%;
}

.section3__author-name {
  line-height: 130%;
  font-size: 16px;
  font-weight: normal;
  padding: 27px 0;
}

.section3__author-name span {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.section3__list {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 137px;
}

.section3__list:before {
  content: '';
  position: absolute;
  top: 50px;
  left: 90px;
  height: 85%;
  width: 1px;
  background: #BDBDBD;
}

.section3__list-number {
  width: 118px;
  height: 118px;
  position: relative;
  line-height: 90px;
  font-size: 26px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#2C2C2C));
  background: linear-gradient(180deg, #454545 0%, #2C2C2C 100%);
  color: #fff;
  text-align: center;
  margin: 0 44px 0 0;
  border: 13px solid #F4F4F4;
}

.section3__list-number:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -74px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1D1D1F;
  border: 8px solid #F4F4F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section3__list-number.last {
  background: #F8BC44;
  border-color: #ffe6b5;
}

.section3__list-number.last:before {
  background: #F8BC44;
  border-color: #ffe6b5;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-top: -10px;
}

.section3__list-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  color: #666666;
  min-height: 108px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FAFAFA;
  padding: 5px 35px;
  border-radius: 20px;
}

.section3__list-block {
  padding: 0 0 20px 0;
}

.section3__list-block:last-child {
  padding: 0;
}

.section3__note {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  margin: 0 0 0 -50px;
  padding: 196px 60px 110px 110px;
  font-size: 40px;
  font-family: 'SF Pro Display';
  font-weight: 900;
  line-height: 125%;
  position: relative;
  width: 684px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(52px);
          backdrop-filter: blur(52px);
  border-radius: 80px;
}

.section3__note span {
  display: block;
  padding: 10px 0 0 0;
  color: #F8BC44;
}

.section3__note:before {
  content: '“';
  position: absolute;
  top: 137px;
  left: 110px;
  font-weight: 600;
  font-size: 101px;
}

.section3 .wrapper:before {
  content: '';
  opacity: 0.5;
  position: absolute;
  width: 1200px;
  height: 1200px;
  border-radius: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(71, 97, 231, 0.54) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(63px);
          filter: blur(63px);
  bottom: -120px;
  z-index: -1;
  left: -500px;
}

.section3__form {
  text-align: center;
  padding: 60px;
  width: 515px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#000002), to(#141415));
  background: linear-gradient(180deg, #000002 0%, #141415 100%);
  color: #fff;
  text-align: center;
  border-radius: 20px;
}

.section3__form h3 {
  font-size: 32px;
  padding: 0 0 25px 0;
}

.section3__form p {
  padding: 0 0 33px 0;
  font-size: 18px;
  font-weight: 300;
  color: #828282;
}

.section3__form input, .section3__form textarea {
  display: block;
  width: 333px;
  margin: 0 auto;
  height: 60px;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0 20px 0 52px;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
}

.section3__form input[name="name"] {
  background: url("../fonts/name-icon.svg") no-repeat 25px 50% #EDEDED;
}

.section3__form input[name="phone"] {
  background: url("../fonts/call-icon.svg") no-repeat 25px 50% #EDEDED;
}

.section3__form textarea {
  resize: none;
  padding: 20px;
  height: 122px;
  background: #EDEDED;
  border-radius: 20px;
}

.section3__form .btn {
  width: 333px;
}

.section3__form .heading__form-police {
  padding: 30px 0 0 0;
}

.section3-fix1 {
  position: absolute;
  bottom: 250px;
  left: -250px;
  -webkit-animation: animate 6s infinite ease;
          animation: animate 6s infinite ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.section3-fix2 {
  position: absolute;
  bottom: -300px;
  left: -300px;
  -webkit-animation: animate 6s infinite ease;
          animation: animate 6s infinite ease;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.section4 {
  background: url("../images/section4-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 135px 0;
  color: #fff;
}
.section4 video{
  max-height: 550px;
}

.section4__title {
  text-align: center;
  line-height: 130%;
  font-size: 24px;
  padding: 0 0 85px 0;
  color: #828282;
}

.section4__box {
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section4__box-block {
  width: calc(50% - 20px);
  text-align: center;
  padding: 50px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#050506), to(#141415));
  background: linear-gradient(180deg, #050506 0%, #141415 100%);
  border-radius: 20px;
  margin: 0 10px;
}

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

.section4__box-block h3 {
  line-height: 130%;
  color: #F8BC44;
  font-family: 'SF Pro Display';
  font-weight: 900;
  font-size: 28px;
  padding: 0 0 35px 0;
}

.section4__box-block ul {
  margin: 12px 0 40px 0;
  position: relative;
  padding: 15px;
  border: 1px solid #49494D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section4__box-block ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 232px;
  width: 1px;
  height: calc(100% - 30px);
  margin: 15px 0;
  background: #F8BC44;
}

.section4__box-block ul li {
  font-size: 16px;
  line-height: 125%;
  padding: 0 0 15px 0;
  text-align: left;
}

.section4__box-block ul li:last-child {
  padding: 0;
}

.section4__box-block ul li span {
  color: #666666;
  width: 233px;
}

.section4__box-block ul li i {
  font-size: 14px;
}

.section4__box-block ul li b {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  font-size: 18px;
}

.section4__box-block p {
  font-size: 14px;
  font-weight: normal;
  padding: 0 0 18px 0;
  color: #828282;
}

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

.section5__header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 85px 0;
}

.section5__header h2 {
  text-align: left;
}

.section5__header-info {
  background: -webkit-gradient(linear, left top, left bottom, from(#000002), to(#141415));
  background: linear-gradient(180deg, #000002 0%, #141415 100%);
  position: relative;
  border-radius: 20px;
  width: 446px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  color: #E9E9E9;
  line-height: 130%;
  padding: 30px 38px 30px 170px;
}

.section5__header-info span {
  color: #F8BC44;
}

.section5__header-info:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  width: 126px;
  height: 126px;
  background: url("../fonts/s5-info-before.svg") no-repeat;
}

.section5__title {
  line-height: 130%;
  color: #828282;
  font-size: 24px;
}

.section5__box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px;
}

.section5__box-block {
  width: calc(33.333% - 36px);
  position: relative;
  margin: 0 18px 28px 18px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 46px rgba(197, 197, 209, 0.15);
          box-shadow: 0px 0px 46px rgba(197, 197, 209, 0.15);
  border-radius: 20px;
  overflow: hidden;
}

.section5__box-block:before {
  content: '';
  position: absolute;
  bottom: 23px;
  right: 34px;
  background: url("../images/s5-block-before.png") no-repeat;
  width: 76px;
  height: 8px;
}

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

.section5__box-cont {
  padding: 33px 33px 45px 33px;
}

.section5__box-day {
  line-height: 130%;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 8px 0;
}

.section5__box-title {
  line-height: 130%;
  text-transform: uppercase;
  color: #828282;
  padding: 0 0 12px 0;
}

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

.section6__form {
  width: 530px;
}

.section6__form h3 {
  font-size: 32px;
  padding: 0 0 18px 0;
}

.section6__form p {
  padding: 0 0 33px 0;
  font-size: 18px;
  font-weight: 300;
  color: #828282;
}

.section6__form input {
  display: block;
  width: 314px;
  margin: 0 auto;
  height: 60px;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0 20px 0 52px;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
}

.section6__form input[name="name"] {
  background: url("../fonts/name-icon.svg") no-repeat 25px 50% #EDEDED;
}

.section6__form input[name="phone"] {
  background: url("../fonts/call-icon.svg") no-repeat 25px 50% #EDEDED;
}

.section6__form input[name="email"] {
  background: url("../fonts/email-icon.svg") no-repeat 25px 50% #EDEDED;
}

.section6__form .btn {
  width: 314px;
}

.section6__form .heading__form-police {
  padding: 30px 0 0 0;
}

.section6-image {
  position: absolute;
  top: -30px;
  left: -30px;
}

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

.section7 h2 {
  padding: 0 0 65px 0;
  text-align: left;
}

.section7__calc {
  width: 847px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#000002), to(#141415));
  background: linear-gradient(180deg, #000002 0%, #141415 100%);
  border-radius: 20px;
  padding: 85px 100px;
}

.section7__calc-title {
  line-height: 130%;
  padding: 0 0 45px 0;
  font-size: 24px;
}

.section7__calc-title span {
  color: #F8BC44;
}

.section7__calc p {
  color: #F8BC44;
  text-transform: uppercase;
  padding: 0 0 20px 0;
}

.section7__calc-bottom {
  padding: 20px 0 0 0;
}

.section7__calc-result {
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1D1D1F;
  padding: 22px 34px;
  border-radius: 20px;
}

.section7__calc-result span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #828282;
  padding: 0 0 15px 0;
}

.section7__calc-result strong {
  font-size: 34px;
  font-weight: bold;
  color: #F8BC44;
}

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

.section8 h2 {
  text-align: left;
  width: 574px;
}

.section8 h2 span {
  display: block;
}

.section8__form {
  text-align: center;
  padding: 60px;
  width: 469px;
  position: relative;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#000002), to(#141415));
  background: linear-gradient(180deg, #000002 0%, #141415 100%);
  color: #fff;
  text-align: center;
  border-radius: 20px;
}

.section8__form h3 {
  font-size: 32px;
  padding: 0 0 25px 0;
}

.section8__form p {
  padding: 0 0 33px 0;
  font-size: 18px;
  font-weight: 300;
  color: #828282;
}

.section8__form input, .section8__form textarea {
  display: block;
  width: 333px;
  margin: 0 auto;
  height: 60px;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0 20px 0 52px;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
}

.section8__form input[name="name"] {
  background: url("../fonts/name-icon.svg") no-repeat 25px 50% #EDEDED;
}

.section8__form input[name="phone"] {
  background: url("../fonts/call-icon.svg") no-repeat 25px 50% #EDEDED;
}

.section8__form input[name="city"] {
  background: url("../fonts/city-icon.svg") no-repeat 25px 50% #EDEDED;
}

.section8__form textarea {
  resize: none;
  padding: 20px;
  height: 122px;
  background: #EDEDED;
  border-radius: 20px;
}

.section8__form .btn {
  width: 333px;
}

.section8__form .heading__form-police {
  padding: 30px 0 0 0;
}

.section8-image {
  position: absolute;
  display: block;
  bottom: -114px;
  left: -40px;
}

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

.footer__logo {
  width: 162px;
  height: auto;
}

.footer a {
  color: #fff;
}

.footer .copyright {
  font-weight: bold;
}

.btn {
  display: inline-block;
  padding: 26px 55px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4ACAF1), to(#1C95AF));
  background: linear-gradient(180deg, #4ACAF1 0%, #1C95AF 100%);
  -webkit-box-shadow: 0px 16px 25px rgba(0, 0, 0, 0.72), inset 0px -3px 0px #1A798F;
          box-shadow: 0px 16px 25px rgba(0, 0, 0, 0.72), inset 0px -3px 0px #1A798F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.btn:hover {
  background: #1C95AF;
}

.btn:active {
  top: 3px;
}

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

.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 .header__phone {
  padding-top: 14px;
  padding-bottom: 14px;
}

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

@media (max-width: 1240px) {
  .wrapper {
    max-width: 990px;
width: 100%;
  }
  .heading__block h1 {
    font-size: 40px;
  }
  .heading__image, .heading.bg .wrapper:before {
    zoom: 0.7;
  }
  h2 {
    font-size: 40px;
  }
  .section1__box-block {
    width: calc(50% - 12px);
  }
  .section1__box-block.bg1 {
    width: calc(100% - 12px);
  }
  .section1__box-block.bg1 p {
    width: 600px;
  }
  .section1__box-block.bg2 {
    width: calc(50% - 12px);
  }
  .section3__author {
    padding: 30px;
  }
  .section3__list {
    padding: 0 0 0 30px;
  }
  .section3__list:before {
    display: none;
  }
  .section3__list-number:before {
    display: none;
  }
  .section3__note {
    font-size: 30px;
  }
  .section4__box-block ul:before {
    display: none;
  }
  .section4__box-block ul li {
    display: block !important;
  }
  .section4__box-block ul li span {
    display: block;
    width: auto;
  }
  .section4__box-block {
    padding: 30px;
  }
  .section6-image {
    width: 500px;
    height: auto;
    top: 0;
  }
  .section8-image {
    width: 700px;
    height: auto;
  }
}

@media (max-width: 1040px) {
  .wrapper {
    max-width: 778px;
width: 100%;
  }
  .heading__block h1 {
    font-size: 33px;
  }
  .heading__block p {
    font-size: 18px;
  }
  .heading__form p {
    font-size: 16px;
  }
  .heading__image, .heading.bg .wrapper:before {
    zoom: 0.5;
  }
  h2 {
    font-size: 35px;
  }
  .section1__box-block.bg1 p {
    width: 400px;
  }
  .section1__box-block.bg2:before {
    top: 5px;
    right: 5px;
    zoom: 0.9;
  }
  .section3__bottom {
    display: block;
  }
  .section3__note {
    width: auto;
    margin: 0 0 30px 0;
  }
  .section3__form {
    margin: 0 auto;
  }
  .section4__box {
    display: block;
    margin: 0;
    padding: 0 150px;
  }
  .section4__box-block {
    width: auto;
    margin: 0 0 20px 0;
  }
  .section5__header {
    display: block;
  }
  .section5__header-info {
    margin: 20px 0 0 0;
  }
  .section5__box-block {
    width: calc(50% - 36px);
  }
  .section6 .flex.direction {
    display: block;
  }
  .section6-image {
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .section6__form {
    margin: 0 auto;
  }
  .section7__calc {
    width: auto;
    padding: 50px;
  }
  .section8 .flex {
    display: block;
  }
  .section8 h2 {
    text-align: center;
    width: auto;
  }
  .section8__form {
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  .wrapper {
    max-width: 600px;
width: 100%;
  }
  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__desc {
    display: none;
  }
  .heading {
    padding: 50px 0;
  }
  .heading__block h1 {
    padding: 0 0 20px 0;
  }
  .heading__block p {
    padding: 0 0 20px 0;
  }
  .heading__form {
    width: 300px;
  }
  .heading__form input {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .heading__form .btn {
    width: 100%;
  }
  .heading__form-police {
    padding: 20px 0 0 0 !important;
  }
  .heading__list {
    padding: 20px 0 0 0;
  }
  .heading__list-block {
    margin: 15px 0;
  }
  .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;
  }
  .heading__image, .heading.bg .wrapper:before {
    top: 520px;
  }
  h2 {
    font-size: 25px;
    padding: 0 0 25px 0 !important;
  }
  .section1 {
    padding: 50px 0;
  }
  .section1__box {
    margin: 0;
  }
  .section1__box-block {
    font-size: 16px;
    width: auto !important;
    margin: 0 0 20px 0;
  }
  .section1__box-block p {
    width: auto !important;
    padding: 0 200px 0 0;
  }
  .section1__box-block img {
    width: 180px;
    height: auto;
  }
  .section2 {
    padding: 50px 0 0 0;
  }
  .section2 h3 {
    font-size: 25px;
  }
  .section2 input {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .section2 .btn {
    width: 100%;
  }
  .section2-image {
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
  }
  .section3 {
    padding: 50px 0;
  }
  .section3__title {
    font-size: 18px;
    padding: 0 0 25px 0;
  }
  .section3__author {
    width: auto;
    margin: 0 0 25px 0;
  }
  .section3__author p {
    font-size: 20px;
  }
  .section3__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section3__list-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section3__note {
    padding: 50px;
    font-size: 20px;
    border-radius: 30;
  }
  .section3__note:before {
    top: 10px;
    left: 50px;
  }
  .section4 {
    padding: 50px 0;
  }
  .section4__title {
    font-size: 18px;
    padding: 0 0 25px 0;
  }
  .section4__box {
    padding: 0 60px;
  }
  .section5 {
    padding: 50px 0;
  }
  .section5__title {
    font-size: 18px;
  }
  .section5__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section5__box-cont {
    padding: 25px 25px 35px 25px;
  }
  .section6 {
    padding: 50px 0 10px 0;
  }
  .section7 {
    padding: 50px 0;
  }
  .section7__calc {
    padding: 30px;
  }
  .section7__calc-title {
    font-size: 18px;
  }
  .section7__calc-bottom {
    padding: 0;
    text-align: center;
  }
  .section7__calc-result {
    width: auto;
    margin: 0 0 15px 0;
    padding: 20px;
  }
  .section8 {
    padding: 50px 0 0 0;
  }
  .section8-image {
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
  }
}

@media (max-width: 650px) {
  .reviews__list{
    display: block;
  }
  .wrapper {
    max-width: 100%;
width: 100%;
padding: 0 16px;
box-sizing: border-box;
  }
  .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;
  }
  body {
    font-size: 15px;
  }
  .header {
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 10px 50px rgba(255, 255, 255, 0.2);
            box-shadow: 0 10px 50px rgba(255, 255, 255, 0.2);
  }
  .header__logo img {
    width: 140px;
  }
  .header__phone {
    padding: 0;
    background: none;
  }
  .header__phone span {
    font-size: 16px;
  }
  .heading {
    padding: 30px 0;
  }
  .heading__block h1 {
    font-size: 21px;
    line-height: 140%;
  }
  .heading__form {
    width: auto;
  }
  .heading__list-block {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0;
  }
  .heading__image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .heading.bg .wrapper:before {
    bottom: 0px;
    top: auto;
    right: 0;
  }
  h2 {
    font-size: 22px;
  }
  .section1__box-block {
    padding: 20px;
  }
  .section1__box-block p {
    padding: 0 !important;
    font-size: 15px;
  }
  .section1__box-block img {
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
  .section1__box-block:before {
    zoom: 0.6 !important;
  }
  .section1__box-block.bg1 {
    padding-bottom: 0 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#000002), to(#141415));
    background: linear-gradient(180deg, #000002 0%, #141415 100%);
  }
  .section1__box-number {
    font-size: 45px;
    padding: 0 0 10px 0;
  }
  .section1__box-title {
    padding: 0 0 10px 0;
    font-size: 18px;
  }
  .section2 h3 {
    font-size: 21px;
    line-height: 130%;
    padding: 0 0 12px 0;
  }
  .section2 p {
    font-size: 16px;
    padding: 0 0 15px 0;
  }
  .section2 .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section3__title {
    line-height: 130%;
  }
  .section3__author p {
    font-size: 16px;
    background: none;
    padding: 0;
  }
  .section3__list {
    display: block;
  }
  .section3__list-block {
    display: block;
  }
  .section3__list-number {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .section3__list-info {
    height: auto;
    min-height: inherit;
    padding: 30px;
    font-size: 16px;
  }
  .section3__note {
    border-radius: 30px;
    font-size: 17px;
    padding: 30px;
  }
  .section3__note:before {
    left: 30px;
  }
  .section3__form {
    width: auto;
    padding: 20px;
    position: relative;
    z-index: 10;
  }
  .section3__form h3 {
    font-size: 21px;
    line-height: 130%;
    padding: 0 0 12px 0;
  }
  .section3__form p {
    font-size: 16px;
    padding: 0 0 15px 0;
  }
  .section3__form input, .section3__form textarea {
    width: 100%;
  }
  .section3__form .btn {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .section3-fix2 {
    bottom: -150px;
    left: -170px;
  }
  .section4__title {
    font-size: 16px;
  }
  .section4__box {
    padding: 0;
  }
  .section4__box-block h3 {
    font-size: 20px;
    padding: 0 0 18px 0;
  }
  .section4__box-block p {
    padding: 15px 0;
  }
  .section4__box-block ul {
    margin: 10px 0 0 0;
  }
  .section4__box-block .btn {
    display: block;
    padding: 22px 10px;
  }
  .section5__header {
    padding: 0 0 25px 0;
  }
  .section5__header-info {
    font-size: 16px;
    width: auto;
    padding: 100px 20px 20px 20px;
  }
  .section5__header-info:before {
    width: 100%;
    height: 100px;
    background-position: 50% 50%;
    background-size: 80px auto;
    top: 0;
    left: 0;
    margin: 0;
    -webkit-transform: none;
            transform: none;
  }
  .section5__box {
    display: block;
    margin: 0;
  }
  .section5__box-block {
    width: auto;
    margin: 0 0 20px 0;
  }
  .section5__box-block:before {
    display: none;
  }
  .section5__box-day {
    font-size: 22px;
  }
  .section6__form {
    width: auto;
    padding: 0;
  }
  .section6__form h3 {
    font-size: 21px;
    line-height: 130%;
    padding: 0 0 12px 0;
  }
  .section6__form p {
    font-size: 16px;
    padding: 0 0 15px 0;
  }
  .section6__form .btn {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .section6__form input {
    width: 100%;
  }
  .section7__calc {
    padding: 20px;
  }
  .section7__calc-title {
    font-size: 16px;
    padding: 0 0 20px 0;
  }
  .section7__calc-title span {
    display: block;
  }
  .section7__calc p {
    font-size: 14px;
  }
  .section7__calc .irs-grid-text {
    font-size: 14px;
  }
  .section7__calc-result span {
    font-size: 18px;
  }
  .section7__calc-result strong {
    font-size: 23px;
  }
  .section7__calc-result .btn {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section8__form {
    width: auto;
    padding: 20px;
  }
  .section8__form h3 {
    font-size: 21px;
    line-height: 130%;
    padding: 0 0 12px 0;
  }
  .section8__form p {
    font-size: 16px;
    padding: 0 0 15px 0;
  }
  .section8__form .btn {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .section8__form input {
    width: 100%;
  }
  .modal__box .h3__title {
    font-size: 18px;
  }
  input[type="checkbox"] + label {
    font-size: 12px;
  }
}

/* Floating consult widget */
.floating-consult {
  position: fixed;
  display: none;
  right: 28px;
  bottom: 28px;
  width: 320px;
  padding: 18px 18px 16px;
  background: #f7f2ee;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  z-index: 999;
  color: #2b2b2b;
  line-height: 1.2;
}

.floating-consult__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.06);
  color: #2b2b2b;
  font-size: 18px;
  cursor: pointer;
}

.floating-consult__top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.floating-consult__avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 62px;
  margin-right: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.floating-consult__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-consult__subtitle {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #a08f86;
}

.floating-consult__name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px;
  color: #2b2b2b;
}

.floating-consult__btn {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #f59a4c 0%, #e9772f 100%);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(233, 119, 47, 0.35);
}

.floating-consult__btn:hover {
  background: #e9772f;
}
.blocktitle{
  font-size: 32px;
  padding: 0 0 16px 0;
  margin: 32px 0 0 0;
      font-weight: bold;
          color: #F8BC44;
          text-align: left;
}
.floating-consult__link {
  margin-top: 10px;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 14px;
  color: #6d6d6d;
  cursor: pointer;
  text-align: left;
}

.floating-consult__link:hover {
  color: #2b2b2b;
}

@media (max-width: 800px) {
  .floating-consult {
    width: 280px;
    right: 12px;
    bottom: 12px;
  }
}

@media (max-width: 650px) {
  .floating-consult {
    right: 10px;
    left: 10px;
    width: auto;
  }
}
/*# sourceMappingURL=main.css.map */
body .grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.heading { position: relative; overflow: hidden; }
.heading-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.heading .wrapper { position: relative; z-index: 1; }
.heading .glass {
  max-width: 980px;
    margin-left: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px;
  padding: 24px;
}

.section-subtitle {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 24px;
  opacity: 0.95;
  padding-bottom: 12px;
}





.section-stats {
  padding: 48px 6px 32px 6px;
  background:rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 24px;
  border-radius: 24px;
}
.section-stats__title {
  text-align: center;
  color: #fff;
  font-size: 36px;
  margin-bottom: 40px;
}
.section-stats__title span {
  color: #f5a623;
}
.section-stats__grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.section-stats__item {
  text-align: center;
}
.section-stats__number {
  font-size: 52px;
  font-weight: 700;
  color: #f5a623;
  line-height: 1;
}
.section-stats__label {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin-top: 8px;
}
.section-stats__rbc {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  max-width: 80%;
  margin: 0 auto;
  line-height: 1.5;
  color: rgba(255,255,255,0.5);
padding-top: 12px;
}



html, body {
  overflow-x: hidden;
}


@media (max-width: 650px) {

  /* Убираем видео из фона, делаем блочным */
  .heading.bg {
    padding: 0;
    background: #111;
    display: flex;
    flex-direction: column;
  }

  .heading-video-bg {
    position: static;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
    order: -1;
  }

  /* Убираем эффект стекла на мобиле */
  .heading .glass {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
    max-width: 100%;
    padding: 24px 16px;
  }

  .heading .wrapper {
    width: 100%;
    padding: 0;
  }

}



@media (max-width: 650px) {
  .heading-video-bg {
    border-radius: 12px;
    width: calc(100% - 32px);
    margin: 0 16px;
  }
}

/* Десктоп — скрываем мобильный заголовок */
.heading__block-mobile {
  display: none;
}

/* Мобилка — показываем мобильный, скрываем оригинальный */
@media (max-width: 650px) {
  .heading__block-mobile {
    display: block;
    padding: 20px 16px 12px;
    color: #fff;
  }
  .heading__block-mobile h1 {
    font-size: 22px;
    line-height: 140%;
  }
  .heading__block {
    display: none;
  }
  .heading__block-mobile {
    order: -2;
  }
  .heading-video-bg {
    order: -1;
  }
}


@media (max-width: 650px) {
  .heading__block-mobile h1 b {
    display: inline-block;
    background: #F8BC44;
    padding: 0 7px;
    color: #000;
  }
}