.section-head {
  background: #FAFAFA;
  padding: 0 0 100px 0;
}

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

.header__logo img {
  display: block;
}

.header__phone {
  text-align: right;
}

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

.header__phone span {
  display: block;
  font-weight: 900;
  background: url("../images/phone-icon.svg") no-repeat 0 50%;
  padding: 3px 0 3px 30px;
}

.heading__block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.heading__block h1 {
  line-height: 120%;
  font-size: 42px;
  font-weight: 900;
  padding: 0 0 15px 0;
}

.heading__block h1 b {
  color: #FFC702;
}

.heading__block p {
  font-size: 24px;
  padding: 0 0 20px 0;
}

.heading__block p span {
  display: inline-block;
  border-radius: 50px;
  background: #FFC702;
  padding: 3px 10px;
  color: #181818;
  font-weight: bold;
}

.heading__block ul {
  padding: 0 0 30px 35px;
}

.heading__block ul li {
  padding: 0 20px 10px 26px;
  background: url("../images/h-li-icon.svg") no-repeat 0 4px;
}

.heading__form {
  background: #0C0C0C;
  color: #fff;
  text-align: center;
  border-radius: 48px;
  padding: 32px 50px;
  position: relative;
  z-index: 10;
}

.heading__form.bg {
  bottom: -80px;
  margin-top: -80px;
}

.heading__form-title {
  line-height: 130%;
  font-family: 'Gilroy';
  font-weight: bold;
  font-size: 24px;
  color: #FFC702;
  padding: 0 0 12px 0;
}

.heading__form ul {
  padding: 0 0 30px 0;
}

.heading__form ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  padding: 0 0 0 24px;
  background: url("../images/h-li-check.svg") no-repeat 0 50%;
}

.heading__form-head {
  line-height: 130%;
  text-align: left;
  padding: 0 15px 8px 15px;
  font-size: 16px;
  font-weight: bold;
}

.heading__form .flex {
  position: relative;
}

.heading__form .flex:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  border-radius: 16px;
  background: #fff;
}

.heading__form-block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}

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

.heading__form-block input {
  width: 100%;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  font-size: 16px;
  border: 0;
  border-right: 1px solid #0C0C0C;
  background: none;
}

.heading__form-block input[type="email"] {
  border-right: none;
}

.heading__form-block .btn {
  height: 64px;
  padding: 0 10px;
  margin: 28px 0 0 0;
  width: 100%;
}

.heading-image {
  position: absolute;
  bottom: -100px;
  right: -190px;
  width: 800px;
  height: auto;
}

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

h2 span {
  color: #FFC702;
}

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

.section1 p {
  padding: 0 0 20px 0;
}

.section1 p span {
  font-weight: bold;
}

.section1 p a {
  color: #FFC702;
}

.section1 .flex p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 50px;
}

.section1__note {
  line-height: 140%;
  font-weight: bold;
  font-size: 36px;
  padding: 0 0 20px 0;
}

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

.section2 h2 {
  text-align: left;
  padding: 0 0 30px 0;
}

.section2__block {
  width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 160px 0;
}

.section2__block p {
  padding: 0 0 20px 0;
  line-height: 160%;
}

.section2__block p span {
  font-weight: bold;
}

.section2__block p b {
  color: #FFC702;
  font-weight: bold;
}

.section2__block p strong {
  font-size: 16px;
}

.section2 .heading__form {
  background: #F9F9F9;
  color: #181818;
}

.section2 .heading__form-title {
  color: #181818;
  padding: 0 0 28px 0;
}

.section2 .heading__form .flex:before {
  background: #EDEDED;
}

.section2 .heading__form input {
  border-right: 1px solid #F9F9F9;
}

.section2 .heading__form input[type="email"] {
  border-right: none;
}

.section2-image1 {
  position: absolute;
  top: 140px;
  right: 380px;
}

.section2-image2 {
  position: absolute;
  top: 220px;
  right: -15px;
  z-index: 1;
}

.section2 .wrapper:before {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -140px;
  background: url("../images/s2-wrapper-before.png") no-repeat;
  width: 796px;
  height: 413px;
}

.section3 {
  padding: 60px 0;
}

.section3 h2 {
  padding: 0 0 30px 0;
  text-align: left;
}

.section3__image {
  position: relative;
  z-index: 2;
}

.section3__image-wrapper {
  position: relative;
  border-radius: 20px;
  z-index: -1;
}
.section3__image-wrapper:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFC702;
  z-index: -1;
  border-radius: 20px;
  right: -10px;
  bottom: -10px;
}

.section3__image img {
  display: block;
  width: 580px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}

.section3__image:before, .section3__image:after {
  content: '';
  position: absolute;
  z-index: 1;
}

.section3__image:before {
  width: 225px;
  height: 200px;
  background: url("../images/s3-image-before.png") no-repeat;
  top: -38px;
  right: -110px;
}

.section3__image:after {
  width: 242px;
  height: 213px;
  background: url("../images/s3-image-after.png") no-repeat;
  bottom: -20px;
  left: -100px;
}

.section3__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 90px;
}

.section3__info p {
  line-height: 160%;
  padding: 0 0 20px 0;
}

.section3__info p span {
  font-weight: bold;
}

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

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

.section4__head {
  padding: 0 0 50px 0;
  position: relative;
  z-index: 1;
}

.section4__head-column {
  width: 340px;
}

.section4__head-column:last-child {
  text-align: right;
}

.section4__head-column p {
  padding: 0 0 45px 0;
}

.section4__block {
  color: #181818;
  width: 752px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 25px 80px;
}

.section4__block:before, .section4__block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.section4__block:before {
  background: #fff;
  z-index: 1;
  border-radius: 20px;
}

.section4__block:after {
  background: #FFC702;
  top: 10px;
  left: 10px;
}

.section4__block div, .section4__block p {
  position: relative;
  z-index: 10;
}

.section4__block-title {
  line-height: 130%;
  font-weight: 900;
  font-size: 32px;
  color: #FFC702;
  padding: 0 0 10px 0;
}

.section4__block-title:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -83px;
  width: 83px;
  height: 83px;
  background: url("../images/s4-title-before.svg") no-repeat;
}

.section4 .wrapper:before, .section4 .wrapper:after {
  content: '';
  position: absolute;
}

.section4-image {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}

.section5 {
  padding: 64px 0 0 0;
}

.section5 h2 {
  text-align: left;
  padding: 0 0 30px 0;
}

.section5__box {
  padding: 0 0 64px 0;
  background: url("../images/s5-box-bg.jpg") no-repeat 50% 100%;
}

.section5__box-info {
  width: 575px;
}

.section5__box-info p {
  padding: 0 0 15px 0;
}

.section5__box-info p span {
  font-size: 20px;
  font-weight: bold;
}

.section5__box-info p strong {
  font-weight: bold;
  font-size: 24px;
}

.section5__box-form {
  width: 458px;
  background: #181818;
  color: #fff;
  border-radius: 32px;
  text-align: center;
  padding: 25px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section5__box-form span {
  display: block;
  font-weight: bold;
  padding: 0 22px 5px 22px;
  text-align: left;
}

.section5__box-form input {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  font-size: 16px;
  padding: 0 22px;
  height: 64px;
  border: 0;
  margin: 0 0 12px 0;
}

.section5__box-form .btn {
  width: 100%;
  margin: 10px 0 0 0;
}

.section5__box-title {
  line-height: 140%;
  font-weight: bold;
  font-size: 20px;
  color: #FFC702;
  padding: 0 0 25px 0;
}

.section5__bottom {
  background: #000;
  color: #fff;
  line-height: 130%;
  font-weight: 900;
  font-size: 40px;
  padding: 64px 0;
}

.section5__bottom-title {
  padding: 0 0 90px 0;
}

.section5__bottom-title span {
  color: #FFC702;
}

.section5__bottom-img {
  position: absolute;
  top: -200px;
  left: -115px;
}

.section6 {
  background: url("../images/section6-bg.png") no-repeat;
  padding: 64px 0;
  background-size: 800px auto;
  background-position: calc(50% - -137px);
  background-position-y: 80px;
}

.section6 h2 {
  text-align: left;
  padding: 0 0 20px 0;
}

.section6__title {
  line-height: 130%;
  font-weight: 600;
  font-size: 20px;
  padding: 0 0 22px 0;
}

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

.section6__head {
  line-height: 130%;
  font-weight: 600;
  font-size: 20px;
  padding: 0 0 12px 0;
}

.section6 ul {
  padding: 0 0 10px 15px;
}

.section6 ul li {
  padding: 0 0 5px 25px;
  background: url("../images/h-li-icon.svg") no-repeat 0 6px;
}

.section6__social {
  display: inline-block;
  padding: 10px;
  background: #181818;
  border-radius: 9px;
  margin: 0 0 30px 0;
}

.section6__social a {
  margin: 0 5px;
}

.section6__form-title {
  font-weight: 900;
  line-height: 130%;
  font-size: 20px;
  text-align: center;
  padding: 0 0 22px 0;
}

.section6__form-title span {
  display: inline-block;
  position: relative;
  padding: 0 50px;
}

.section6__form-title span:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  background: url("../images/s6-title-before.svg") no-repeat;
  width: 45px;
  height: 30px;
}

.section6 .heading__form-title {
  padding: 0 0 24px 0;
}

.section6 .wrapper:before {
  content: '';
  position: absolute;
  background: url("../images/s6-wrapper-before.svg") no-repeat;
  background-size: 190px auto;
  width: 190px;
  height: 82px;
  top: 210px;
  left: 413px;
}

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

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

.section7__column {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section7__block {
  padding: 0 0 64px 0;
}

.section7__block-number {
  width: 110px;
  text-align: center;
}

.section7__block-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 140%;
}

.section7__block-info span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #FFC702;
  padding: 10px 0 0 0;
}

.section7__info {
  color: #181818;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 20px;
  line-height: 150%;
  margin: 0 40px 60px 40px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

.section7__info span {
  display: block;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}

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

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

.section8__box-info {
  width: 575px;
}

.section8__box-info p {
  font-size: 16px;
  padding: 15px 0 0 0;
}

.section8__box-info ul {
  padding: 0 0 10px 15px;
}

.section8__box-info ul li {
  padding: 0 0 15px 25px;
  background: url("../images/h-li-icon.svg") no-repeat 0 6px;
}

.section8__box-form {
  width: 458px;
  background: #181818;
  color: #fff;
  border-radius: 32px;
  text-align: center;
  padding: 25px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section8__box-form span {
  display: block;
  font-weight: bold;
  padding: 0 22px 5px 22px;
  text-align: left;
}

.section8__box-form input {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  font-size: 16px;
  padding: 0 22px;
  height: 64px;
  border: 0;
  margin: 0 0 12px 0;
}

.section8__box-form .btn {
  width: 100%;
  margin: 10px 0 0 0;
}

.section8__box-title {
  line-height: 140%;
  font-weight: bold;
  font-size: 20px;
  color: #FFC702;
  padding: 0 0 25px 0;
}

.section8__title {
  line-height: 130%;
  font-weight: 600;
  font-size: 24px;
  padding: 0 0 22px 0;
}

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

.section11 h2 {
  text-align: left;
  padding: 0 0 30px 0;
}

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

.section11__head span {
  font-weight: bold;
}

.section11 p {
  line-height: 160%;
  padding: 0 0 15px 0;
}

.section11 p b {
  font-weight: bold;
}

.section11-image {
  position: absolute;
  bottom: -60px;
  right: -140px;
}

.section12 {
  background: #F9F9F9;
  padding: 60px 0 40px 0;
}

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

.section12__title {
  font-size: 24px;
  line-height: 130%;
  padding: 0 0 35px 0;
  text-align: center;
}

.section12__box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.section12__box-block {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 21px 74px rgba(192, 192, 192, 0.25);
          box-shadow: 0px 21px 74px rgba(192, 192, 192, 0.25);
  border-radius: 20px;
  overflow: hidden;
}

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

.section12__box-block p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  background: #181818;
  color: #fff;
  padding: 0 24px;
}

.section12__box-block:last-child {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: inherit;
  text-align: center;
  padding: 60px 0 0 0;
}

.section12__box-block h3 {
  line-height: 130%;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 20px 0;
}

.section12__box-block h3 span {
  color: #FFC702;
}

.section13 {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 64px 0;
}

.section13 img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.section13 .slick-list {
  padding: 60px 0 !important;
}

.section13 .slick-center {
  z-index: 10;
  position: relative;
}

.section13 .slick-center img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-filter: none;
          filter: none;
}

.section13 .slick-prev, .section13 .slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -40px;
  text-indent: -9999px;
  border-radius: 100%;
  border: 0;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.25);
}

.section13 .slick-prev:before, .section13 .slick-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/prev-icon.svg") no-repeat 50% 50%;
}

.section13 .slick-prev {
  left: 255px;
}

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

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

.section14__column:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 30px;
}

.section14__author {
  width: 458px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #2E2E2E;
  border-radius: 20px;
  position: relative;
  padding: 25px;
}

.section14__author:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  margin: 13px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}

.section14__author-head {
  padding: 0 0 14px 0;
}

.section14__author-head img {
  display: block;
  border-radius: 100%;
}

.section14__author-name {
  line-height: 130%;
  font-weight: bold;
  padding: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section14__author-name span {
  display: block;
  line-height: 130%;
  color: #FFC702;
}

.section14__author p {
  text-align: center;
}

.section14 ul li {
  padding: 0 0 20px 25px;
  background: url("../images/h-li-icon.svg") no-repeat 0 6px;
}

.section14 ul li span {
  font-weight: bold;
}

.section15 {
  background: url("../images/section15-bg.png") no-repeat 50% 0;
  background-size: cover;
  padding: 110px 0 215px 0;
  position: relative;
  margin-top: -90px;
}

.section15 h2 {
  color: #fff;
}

.section15 .heading__form {
  background: #F9F9F9;
  color: #181818;
}

.section15 .heading__form-title {
  color: #181818;
  padding: 0 0 28px 0;
}

.section15 .heading__form .flex:before {
  background: #EDEDED;
}

.section15 .heading__form input {
  border-right: 1px solid #F9F9F9;
}

.section15 .heading__form input[type="email"] {
  border-right: none;
}

.section16 {
  padding: 50px 0;
}

.section16 img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 0 32px 0;
}

.section16__slide {
  margin: 0 32px 0 0;
  width: 360px;
}

.section16 .slick-dots {
  text-align: center;
}

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

.section16 .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 10px;
  background: #FFC702;
  cursor: pointer;
}

.section16 .slick-dots li.slick-active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

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

.section17__box {
  background: #303030;
  -webkit-box-shadow: 0px 30px 59px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 30px 59px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.section17__column {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #000;
  padding: 0 0px 30px 0px;
}

.section17__column:first-child {
  width: 17%;
}

.section17__column:nth-child(even) {
  background: #484848;
}

.section17__column:last-child {
  border: 0;
}

.section17__column .btn {
  display: block;
  margin: 0 7px;
  padding: 19px 0;
  z-index: 10;
}

.section17__block {
  height: 90px;
  line-height: 140%;
  border-bottom: 1px solid #000;
}

.section17__block.last {
  border: 0;
}

.section17__block.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.section17__block span {
  font-weight: bold;
  padding: 0 30px;
  display: block;
}

.section17__block b {
  display: none;
}

.section17 .wrapper:after, .section17 .wrapper:before {
  content: '';
  position: absolute;
}

.section17 .wrapper:before {
  top: 30px;
  left: -70px;
  width: 129px;
  height: 119px;
  background: url("../images/s17-wrapper-before.png") no-repeat;
}

.section17 .wrapper:after {
  bottom: -20px;
  right: -150px;
  width: 204px;
  height: 223px;
  background: url("../images/s17-wrapper-after.png") no-repeat;
}

.section18 {
  background: #F9F9F9;
  padding: 64px 0 40px 0;
}

.section18__slide {
  padding: 0 0 30px 0;
}

.section18__slide-head {
  line-height: 130%;
  height: 100px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 32px #F4F5F5;
          box-shadow: 0px 3px 32px #F4F5F5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
  position: relative;
  padding: 0 130px;
  cursor: pointer;
}

.section18__slide-head:before, .section18__slide-head:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 72px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section18__slide-head:before {
  background: url("../images/pluse-icon.svg") no-repeat 50%;
}

.section18__slide-head:after {
  background: url("../images/minus-icon.svg") no-repeat 50%;
  opacity: 0;
}

.section18__slide-head.active {
  background: #FFC702;
  -webkit-box-shadow: 0px 3px 32px #F4F5F5;
          box-shadow: 0px 3px 32px #F4F5F5;
}

.section18__slide-head.active:before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  opacity: 0;
}

.section18__slide-head.active:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  opacity: 1;
}

.section18__slide-info {
  display: none;
  line-height: 130%;
  padding: 35px 130px 0 130px;
}

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

.section19 .wrapper {
  min-height: 768px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 64px 0 0 0;
}

.section19 h2 {
  text-align: left;
}

.section19 p {
  font-size: 24px;
  padding: 0 0 50px 0;
}

.section19__title {
  position: relative;
  font-size: 32px;
  font-weight: bold;
}

.section19__title:before {
  content: '';
  position: absolute;
  top: -100px;
  left: 380px;
  background: url("../images/s19-title-before.svg") no-repeat;
  width: 320px;
  height: 117px;
}

.section19-image1 {
  position: absolute;
  bottom: 0;
  left: -255px;
  width: 850px;
  height: auto;
}

.section19-image2 {
  position: absolute;
  top: 60px;
  right: -65px;
}

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

.section20__box {
  position: relative;
  z-index: 1;
}

.section20__box-title {
  line-height: 130%;
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 20px 0;
}

.section20__box ul li {
  font-size: 24px;
  padding: 0 0 15px 33px;
  position: relative;
}

.section20__box ul li:before, .section20__box ul li:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
}

.section20__box ul li:before {
  width: 20px;
  height: 20px;
  background: #FFC702;
  border-radius: 100%;
}

.section20__box ul li:after {
  background: url("../images/s20-li-icon.svg") no-repeat;
  width: 14px;
  height: 17px;
  left: 4px;
  top: 4px;
}

.section20-image {
  position: absolute;
  bottom: -64px;
  left: 220px;
}

.section20 .heading__form {
  background: #F9F9F9;
  color: #181818;
}

.section20 .heading__form-title {
  color: #181818;
  padding: 0 0 28px 0;
}

.section20 .heading__form .flex:before {
  background: #EDEDED;
}

.section20 .heading__form input {
  border-right: 1px solid #F9F9F9;
}

.section20 .heading__form input[type="email"] {
  border-right: none;
}

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

.section21__calc {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 38px 90px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 38px 90px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  width: 490px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  position: relative;
  z-index: 10;
}

.section21__calc-head {
  line-height: 130%;
  padding: 0 0 10px 0;
  font-weight: bold;
  font-size: 24px;
}

.section21__calc-title {
  line-height: 130%;
  font-weight: bold;
  font-size: 20px;
  padding: 0 0 3px 0;
}

.section21__calc p {
  padding: 0 0 5px 0;
}

.section21__calc-result {
  padding: 20px 0 0 0;
  background: url("../images/s21-line-bg.png") no-repeat 50% 0;
  font-weight: bold;
  font-size: 20px;
}

.section21__calc-result span {
  font-size: 24px;
  color: #FFC702;
}

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

.section21__info {
  width: 555px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 10;
}

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

.section21-image {
  position: absolute;
  bottom: -64px;
  right: -200px;
}

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

.footer p {
  padding: 5px 0;
}

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

.btn {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 50px;
  position: relative;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  color: #181818;
  font-weight: 800;
  line-height: 130%;
  background: #FFC702;
  border-radius: 15px;
}

.btn:hover {
  background: #e1b20b;
}

.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 {
  background: #FAFAFA;
}

.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;
  padding: 0 0 100px 0;
}

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

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

.thanks .footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #000;
  color: #fff;
}

.thanks .footer a {
  color: #fff;
}

@media (max-width: 1200px) {
  .wrapper {
    width: 990px;
  }
  .heading-image {
    width: 650px;
    height: auto;
  }
  .section2-image1 {
    right: 200px;
  }
  .section3__image {
    width: 500px;
  }
  .section3__image img {
    max-width: 100%;
    max-height: 100%;
  }
  .section3__image:before {
    background-size: 182px auto;
    width: 182px;
    height: 160px;
    top: -32px;
    right: -88px;
  }
  .section3__image:after {
    background-size: 182px auto;
    width: 182px;
    height: 160px;
    bottom: 138px;
    left: -57px;
  }
  .section3__info {
    padding: 0 0 0 68px;
  }
  .section5__bottom-img {
    width: 450px;
    height: auto;
  }
  .section6 {
    background-size: 703px auto;
    background-position: calc(50% - -201px);
    background-position-y: 137px;
  }
  .section11-image {
    width: 580px;
    height: auto;
  }
  .section12__box-block h3 {
    font-size: 20px;
  }
  .section12__box-block p {
    height: 110px;
  }
  .section17__column {
    font-size: 16px;
  }
  .section17__column a{
    font-size: 13px;
  }
  .section17__block {
    height: 80px;
  }
  .section19-image2 {
    width: 410px;
    height: auto;
  }
  .section20-image {
    width: 500px;
    height: auto;
  }
  .section21__info {
    width: 450px;
  }
  .section21-image {
    width: 900px;
    height: auto;
  }
}

@media (max-width: 1040px) {
  .wrapper {
    width: 778px;
  }
  .header {
    padding: 24px 0 50px 0;
  }
  .heading__block h1 {
    font-size: 40px;
  }
  .heading__form {
    margin: 0 auto;
    width: 450px;
    padding: 40px;
    bottom: 0;
  }
  .heading__form .flex {
    display: block;
  }
  .heading__form .flex:before {
    display: none;
  }
  .heading__form input {
    height: 62px;
    border-radius: 10px;
    background: #fff;
    font-size: 18px;
    margin: 0 0 15px 0;
  }
  .heading__form .btn {
    width: 100%;
  }
  .heading__form-block {
    width: auto;
  }
  .heading-image {
    bottom: -72px;
    width: 574px;
  }
  .section-head {
    height: auto;
    padding: 0 0 50px 0;
  }
  .section1 {
    padding: 80px 0;
  }
  .section1__note {
    font-size: 25px;
  }
  h2 {
    font-size: 30px;
  }
  .section2-image2 {
    position: static;
    display: block;
    margin: 0 0 50px 0;
  }
  .section2-image1 {
    right: 0;
  }
  .section2__block {
    padding: 0 0 90px 0;
  }
  .section3__info {
    padding: 0 0 0 50px;
  }
  .section3__image {
    width: 350px;
  }
  .section3__image:before {
    background-size: 146px auto;
    width: 146px;
    height: 160px;
    top: -27px;
    right: -69px;
  }
  .section3__image:after {
    background-size: 144px auto;
    width: 144px;
    height: 127px;
    bottom: 349px;
    left: -53px;
  }
  .section4-image, .section5__bottom-img {
    display: none;
  }
  .section6 .wrapper:before {
    background-size: 128px auto;
    width: 128px;
    height: 55px;
    top: 235px;
    left: 386px;
  }
  .section6 {
    background-size: 600px auto;
    background-position: calc(50% - -220px);
    background-position-y: 137px;
  }
  .section7__info {
    font-size: 16px;
  }
  .section8__box-info {
    width: 400px;
  }
  .section5__box, .section8__box, .section20__box {
    display: block;
  }
  .section5__box-info, .section8__box-info, .section20__box-info {
    width: auto;
    padding: 0 0 25px 0;
  }
  .section5__box-form, .section8__box-form, .section20__box-form {
    margin: 0 auto;
  }
  .section11 {
    padding: 65px 0 0 0;
  }
  .section11-image {
    position: static;
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .section12__title {
    font-size: 20px;
  }
  .section12__box-block {
    width: calc(50% - 30px);
  }
  .section13 .slick-list {
    padding: 0 !important;
  }
  .section13 .slick-prev {
    left: 10px;
  }
  .section13 .slick-next {
    right: 10px;
  }
  .section13 img {
    -webkit-filter: none;
            filter: none;
    margin: 0 auto;
  }
  .section14 {
    background: none;
    padding: 64px 0;
  }
  .section14__box {
    display: block;
  }
  .section14__column:last-child {
    padding: 30px 0 0 0;
  }
  .section17__column {
    width: 25%;
  }
  .section17__column {
    font-size: 15px;
  }
  .section17__column a {
    font-size: 13px;
  }
  .section17__column:first-child {
    display: none;
  }
  .section17__box {
    overflow: hidden;
  }
  .section17__block {
    display: block;
    padding: 20px 0 0 0;
  }
  .section17__block b {
    display: block;
    font-size: 14px;
  }
  .section19 p {
    font-size: 18px;
  }
  .section21 .flex.direction {
    display: block;
  }
  .section21__info {
    width: auto;
    padding: 0 0 25px 0;
  }
  .section21-image {
    width: 700px;
  }
}

@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: 60px;
  }
  .header__desc {
    display: none;
  }
  .heading__block h1 {
    font-size: 30px;
  }
  .heading__block p {
    font-size: 18px;
  }
  .heading__block ul {
    padding: 0 0 25px 0;
  }
  .heading__form {
    width: 350px;
    padding: 25px;
  }
  .heading__form-title {
    font-size: 20px;
    padding: 0 0 15px 0;
  }
  .heading__form .btn span {
    padding: 10px 40px 10px 0;
  }
  .heading__form input {
    font-size: 16px;
  }
  .heading__form-title {
    font-size: 18px;
  }
  .heading__form ul {
    padding: 0 0 15px 0;
  }
  .heading__form ul li {
    display: block;
    text-align: left;
  }
  .heading-image {
    width: 412px;
  }
  .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: 70px 0 50px 0;
  }
  h2 {
    font-size: 27px;
    padding: 0 0 25px 0 !important;
  }
  .section2 {
    padding: 50px 0;
  }
  .section2__block {
    width: auto;
    padding: 0 0 30px 0;
  }
  .section2-image1 {
    position: static;
  }
  .section2-image2 {
    margin-left: -10px;
  }
  .section3 {
    padding: 50px 0;
  }
  .section3__image {
    width: auto;
    padding: 0 0 30px 0;
  }
  .section3__image img{
    width: auto;
  }
  .section3__image:before {
    background-size: 160px auto;
    width: 160px;
    height: 144px;
    top: -27px;
    right: -77px;
  }
  .section3__image:after {
    background-size: 170px auto;
    width: 170px;
    height: 147px;
    bottom: -13px;
    left: -53px;
  }
  .section3__info {
    padding: 40px 0 0 0;
  }
  .section4 {
    padding: 50px 0;
  }
  .section4__head {
    padding: 0 0 20px 0;
  }
  .section4__head-column {
    width: auto;
    text-align: left !important;
  }
  .section4__head-column p {
    padding: 0 0 20px 25px;
    background: url("../images/h-li-icon.svg") no-repeat 0 3px;
  }
  .section4__block {
    width: auto;
  }
  .section4__block-title {
    font-size: 27px;
  }
  .section5 {
    padding: 50px 0;
  }
  .section5__box-info p span, .section5__box-info p strong {
    font-size: 16px;
  }
  .section5__bottom {
    padding: 50px 0;
    font-size: 18px;
  }
  .section5__bottom-title {
    padding: 0 0 20px 0;
  }
  .section6 {
    padding: 0 0 50px 0;
    background: none;
  }
  .section6 .wrapper:before {
    display: none;
  }
  .section6__social {
    display: inline-block;
  }
  .section7 {
    padding: 50px 0;
  }
  .section7__column {
    width: auto;
  }
  .section7__block {
    padding: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section7__info {
    margin-bottom: 0;
  }
  .section8 {
    padding: 50px 0;
  }
  .section11 {
    padding: 50px 0 0 0;
  }
  .section11__head {
    font-size: 20px;
  }
  .section12 {
    padding: 50px 0;
  }
  .section12__title {
    font-size: 18px;
  }
  .section12__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section13 {
    padding: 50px 0;
  }
  .section14 {
    padding: 50px 0;
  }
  .section14__author {
    width: auto;
  }
  .section14__author .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section15 {
    padding: 80px 0;
  }
  .section16__slide {
    width: 300px;
  }
  .section17 {
    padding: 50px 0;
  }
  .section17__column {
    width: 50%;
    border-bottom: 1px solid #000;
  }
  .section17__column:last-child {
    width: 100%;
  }
  .section17__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section18 {
    padding: 50px 0 30px;
  }
  .section18__slide {
    padding: 0 0 15px 0;
  }
  .section18__slide-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    padding: 0 30px 0 60px;
  }
  .section18__slide-head:before, .section18__slide-head:after {
    left: 20px;
  }
  .section18__slide-info {
    padding: 20px 20px 0 20px;
  }
  .section19 {
    padding: 50px 0;
  }
  .section19 .wrapper {
    min-height: inherit;
    padding: 0;
  }
  .section19-image1 {
    display: none;
  }
  .section19-image2 {
    position: static;
    display: block;
    margin: 0 auto;
  }
  .section19 p {
    font-size: 16px;
    padding: 0 0 20px 0;
  }
  .section19__title {
    font-size: 22px;
    padding: 0 0 15px 0;
  }
  .section19__title:before {
    display: none;
  }
  .section20 {
    padding: 50px 0;
  }
  .section20-image {
    display: none;
  }
  .section20__box-title {
    font-size: 18px;
  }
  .section20__box ul li {
    font-size: 16px;
  }
  .section20__box ul li:before, .section20__box ul li:after {
    top: 0;
  }
  .section21 {
    padding: 50px 0 0 0;
  }
  .section21-image {
    position: static;
    display: block;
    width: auto;
  }
  .section21__title {
    font-size: 18px;
  }
  .section21__calc {
    width: auto;
  }
}

@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 {
    font-size: 16px;
  }
  .heading__form {
    width: auto;
    padding: 20px;
    border-radius: 30px;
  }
  .heading__form-title {
    font-size: 18px;
  }
  .heading-image {
    display: none;
  }
  h2 {
    font-size: 23px;
  }
  .section1 .flex p {
    padding: 0 0 15px 0 !important;
  }
  .section1__note {
    font-size: 20px;
  }
  .section3__image-wrapper:before{
    right: -6px;
    bottom: -6px;
  }
  .section3__image:before {
    background-size: 110px auto;
    width: 110px;
    height: 112px;
    top: -28px;
    right: -47px;
  }
  .section3__image:after {
    background-size: 98px auto;
    width: 98px;
    height: 87px;
    bottom: 0px;
    left: -25px;
  }
  .section3__info {
    padding: 0;
  }
  .section4__block {
    padding-right: 15px;
  }
  .section5__box-form, .section8__box-form, .section20__box-form {
    width: auto;
    padding: 20px;
    border-radius: 30px;
  }
  .section5__box-form-title, .section8__box-form-title, .section20__box-form-title {
    font-size: 18px;
  }
  .section5__box {
    background: none;
  }
  .section6__title {
    font-size: 18px;
  }
  .section7__info {
    margin: 0;
    font-size: 16px;
    padding: 10px;
  }
  .section8__title {
    font-size: 18px;
  }
  .section8__box-title, .section11__head {
    font-size: 18px;
  }
  .section12__title {
    font-size: 16px;
  }
  .section12__box {
    display: block;
    margin: 0;
  }
  .section12__box-block {
    width: auto;
    margin: 0 0 20px 0;
  }
  .section12__box-block:last-child {
    padding: 20px 0 0 0;
  }
  .section13 .slick-prev, .section13 .slick-next {
    zoom: 0.7;
  }
  .section17__column {
    width: auto;
  }
  .section17__box {
    display: block;
  }
  .section17__block {
    height: auto;
    padding: 20px 10px;
  }
  .section21__calc-title {
    font-size: 16px;
  }
  .section21__calc-result {
    font-size: 18px;
  }
  .section21__calc-result span {
    display: block;
    padding: 5px 0 0 0;
  }
  .modal__box .h3__title {
    font-size: 18px;
  }
  .section18__slide-head {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .btn {font-size: 16px;}
}
/*# sourceMappingURL=main.css.map */