.hero--hit .container {
  max-width: 1430px;
}

.hero-info {
  display: flex;
  flex-wrap: wrap;
  padding: 75px 0 35px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero-info {
      padding: 0 0 35px;
  }
}

.hero-info .video-block {
  width: 53%;
  padding-right: 85px;
}

@media screen and (max-width: 1430px) {
  .hero-info .video-block {
      padding-right: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .hero-info .video-block {
      width: 100%;
      padding: 0 0 30px;
  }
}

.hero-info .video-block p {
  color: #fff;
  font-size: 19px;
  margin-bottom: 18px;
  font-style: italic;
}

.hero-info .discount-block {
  width: 47%;
}

@media screen and (max-width: 1023px) {
  .hero-info .discount-block {
      width: 100%;
  }
}

.hero-info .signature {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 17px;
}

.hero-info .signature .img {
  flex: 0 0 auto;
  margin: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
  .hero-info .signature .img {
      max-width: 100px;
  }
}

.hero-info .signature h6,
.hero-info .signature p {
  color: #000;
  font-size: 17px;
  line-height: 20px;
}

.discount-box {
  background: #223342;
  border-radius: 10px;
  padding: 45px 45px 45px 65px;
}

@media screen and (max-width: 1023px) {
  .discount-box {
      padding: 30px 20px;
  }
}

.discount-box p {
  color: #fff;
}

.discount-box .head {
  text-align: center;
  padding-bottom: 30px;
}

.discount-box .head h2 {
  color: #fff;
  font-size: 27px;
  line-height: 1;
  font-family: "museo-sans", sans-serif;
  margin: 0;
}

.discount-box .head p {
  font-size: 15px;
}

.discount-box .discound-end {
  text-align: center;
}

.discount-box .discound-end h3 {
  font-style: normal;
  font-size: 24px;
  margin: 0 0 16px;
  font: bold 24px/1.2 "museo-sans", sans-serif;
}

.discount-box .discound-end .btn {
  font-size: 15px;
  padding: 0 25px;
  font-weight: bold;
}

.discount-check>li {
  padding-bottom: 30px;
}

.discount-check .discount-item {
  background: #293b4b;
  padding: 20px 30px 30px 45px;
  border-radius: 10px;
  position: relative;
}

.discount-check .discount-item:hover {
  background: #152330;
}

.discount-check .license-holder {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.discount-check .license-holder .license-l {
  width: 63%;
}

@media screen and (max-width: 1430px) {
  .discount-check .license-holder .license-l {
      width: 100%;
      margin-bottom: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .discount-check .license-holder .license-l {
      width: 65%;
  }
}

@media screen and (max-width: 666px) {
  .discount-check .license-holder .license-l {
      width: 100%;
  }
}

.discount-check .license-holder .license-r {
  width: 37%;
}

@media screen and (max-width: 1430px) {
  .discount-check .license-holder .license-r {
      width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .discount-check .license-holder .license-r {
      width: 35%;
  }
}

@media screen and (max-width: 666px) {
  .discount-check .license-holder .license-r {
      width: 100%;
  }
}

.discount-check .license-holder p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.discount-check .license-holder .use {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.discount-check .license-holder .use p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  font-size: 14px;
}

.discount-check .license-holder .use ul li {
  padding: 4px 0;
}

.discount-check .license-price {
  display: flex;
}

.discount-check .license-price .hold {
  padding-right: 20px;
}

.discount-check .license-price .sum {
  font-size: 46px;
  line-height: 1;
  display: block;
  font-weight: bold;
  position: relative;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .discount-check .license-price .sum {
      font-size: 28px;
  }
}

.discount-check .license-price .sum sup {
  font-size: 16px;
  top: 10px;
  left: 0;
  font-weight: normal;
  position: absolute;
}

.discount-check .strikethrough {
  position: relative;
  display: inline-block;
}

.discount-check .strikethrough:before {
  border-bottom: 3px solid #fff;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  transform: rotate(-20deg);
}

.discount-check .radio-hidden {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 10;
}

.discount-check .radio-hidden:checked+.checkbox-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #152330;
  border-radius: 10px;
}

.discount-check .radio-hidden:checked+.checkbox-hover span {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -22px;
}

@media screen and (max-width: 1023px) {
  .discount-check .radio-hidden:checked+.checkbox-hover span {
      left: -15px;
  }
}

.discount-check .radio-hidden:checked+.checkbox-hover span:before {
  content: '';
  width: 28px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background: url("../img/icons/ico-check.svg") no-repeat;
}

.video-holder {
  margin-bottom: 90px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

@media screen and (max-width: 1023px) {
  .video-holder {
      margin-bottom: 40px;
  }
}

.video-holder .hero__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.counter-block {
  margin-bottom: 30px;
}

.section-portal {
  padding: 260px 0 65px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section-portal {
      padding-bottom: 30px;
  }
}

.section-portal:before {
  content: '';
  background: linear-gradient(90deg, #4bcffa 0%, #4bcffa 100%);
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 295px;
  z-index: -1;
}

.section-entry {
  padding: 0 0 65px;
}

@media screen and (max-width: 767px) {
  .section-entry {
      padding-bottom: 30px;
  }
}

.section-case {
  padding: 0 0 30px;
}

.section-one-testimonials {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .section-one-testimonials {
      padding: 30px 0;
  }
}

.section-last-main {
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .section-last-main {
      padding-bottom: 70px;
  }
}

.testimonials-one-lg {
  text-align: center;
  font-style: italic;
  max-width: 660px;
  margin: 0 auto;
  color: #233a50;
}

.testimonials-one-lg p {
  color: #233a50;
  margin-bottom: 0.5em;
  font-size: 28px;
  line-height: 1.3;
  font-family: "fairplex-narrow", sans-serif;
}

@media screen and (max-width: 767px) {
  .testimonials-one-lg p {
      font-size: 24px;
  }
}

.testimonials-one-lg .img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.testimonials-one-lg footer {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}

.testimonials-one-lg footer cite {
  font-style: normal;
  text-decoration: underline;
}

.block-portal {
  display: flex;
  flex-wrap: wrap;
}

.block-portal .col:first-child {
  text-align: right;
  padding-top: 155px;
}

@media screen and (max-width: 1023px) {
  .block-portal .col:first-child {
      order: 1;
      text-align: left;
      padding-top: 0;
  }
}

.block-portal .col-info {
  width: 19.5%;
}

@media screen and (max-width: 1023px) {
  .block-portal .col-info {
      width: 100%;
  }
}

.block-portal .col-screen {
  width: 61%;
  padding: 0 40px;
}

@media screen and (max-width: 1023px) {
  .block-portal .col-screen {
      width: 100%;
  }
}

.block-portal .screen-info {
  font-size: 16px;
  line-height: 1.4;
  padding: 88px 0;
}

@media screen and (max-width: 1023px) {
  .block-portal .screen-info {
      padding: 15px 0;
  }
}

.block-portal .screen-info p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.block-portal .screen-info h3 {
  font-style: normal;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #1d2934;
  margin-bottom: 0.5em;
}

.block-portal .img-screen {
  text-align: center;
  margin-top: -260px;
}

@media screen and (max-width: 1023px) {
  .block-portal .img-screen {
      margin-bottom: 30px;
  }
}

.block-portal .img-screen img {
  box-shadow: 0 10px 30px rgba(38, 72, 99, 0.16);
}

.portal-entry {
  max-width: 620px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  color: #405970;
}

.portal-entry p {
  font-size: 18px;
  margin-bottom: 1.5em;
  line-height: 1.5;
  font-weight: 300;
  color: #405970;
}

.portal-entry h2 {
  font-size: 30px;
  line-height: 1.3;
  color: #233a50;
  margin: 0 0 1em;
}

.block-case {
  background: #f6f8f9;
  padding: 50px 80px;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .block-case {
      padding: 30px;
  }
}

@media screen and (max-width: 667px) {
  .block-case {
      padding: 30px 15px;
  }
}

.block-case h2 {
  font-size: 28px;
  line-height: 1.3;
  color: #233a50;
}

@media screen and (max-width: 767px) {
  .block-case h2 {
      font-size: 24px;
  }
}

.block-case .holder {
  padding: 0 0 0 55px;
}

@media screen and (max-width: 667px) {
  .block-case .holder {
      padding: 0;
  }
}

.testimonial-sm {
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 667px) {
  .testimonial-sm {
      display: block;
  }
}

.testimonial-sm .img {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  margin: 0 15px 15px 0;
}

.testimonial-sm .img img {
  border-radius: 50%;
}

.testimonial-sm .description {
  padding: 0 50px 0 0;
}

@media screen and (max-width: 667px) {
  .testimonial-sm .description {
      padding: 0;
  }
}

.testimonial-sm blockquote {
  margin: 0;
  font-style: italic;
}

.testimonial-sm blockquote cite {
  color: #47738c;
  font-style: normal;
}

.testimonial-sm p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  color: #233a50;
}

.testimonial-sm strong {
  font-weight: bold;
}

.sub-tag {
  font: 600 14px/1.2 "Source Sans Pro", sans-serif;
  color: #da385e;
  text-transform: uppercase;
  display: block;
  margin-bottom: .5em;
}

.btn-holder {
  margin-bottom: 45px;
}

.btn-holder.holder-center {
  text-align: center;
}