*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

@media (max-width: 1210px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 1100px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 972px) {
  html {
    font-size: 10px;
  }
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
}

body {
  font-family: "Kaspersky";
  font-weight: 400;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  height: 100%;
  font-size: 2.1rem;
  line-height: 2.4rem;
  color: #000000;
}

.adaptive_video {
  position: relative;
  padding-bottom: 56.25%;
}

.adaptive_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
  border: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

:active,
:focus {
  outline: none !important;
}

::-moz-focus-inner {
  border: 0 !important;
}

.hamburger {
  position: fixed;
  z-index: 2;
  display: none;
  right: 0px;
  padding: 8px;
}

@media (max-width: 972px) {
  .hamburger {
    display: block;
  }
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background: #00a88e;
  width: 30px;
}

.hamburger-box {
  width: 30px;
}

.mm-listview > li {
  text-align: left;
}

@font-face {
  font-family: "Kaspersky";
  src: url("../fonts/EOT/KasperskySans-Light.eot");
  src: url("../fonts/EOT/KasperskySans-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/WOFF/KasperskySans-Light.woff") format("woff"),
    url("../fonts/TTF/KasperskySans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Kaspersky";
  src: url("../fonts/EOT/KasperskySans-Regular.eot");
  src: url("../fonts/EOT/KasperskySans-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/WOFF/KasperskySans-Regular.woff") format("woff"),
    url("../fonts/TTF/KasperskySans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Kaspersky";
  src: url("../fonts/EOT/KasperskySans-Bold.eot");
  src: url("../fonts/EOT/KasperskySans-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/WOFF/KasperskySans-Bold.woff") format("woff"),
    url("../fonts/TTF/KasperskySans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

.container {
  width: 121.6rem;
  margin: 0 auto;
}

@media (max-width: 972px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.btn {
  padding: 1.5rem 3.8rem;
  color: #fff !important;
  font-size: 1.6rem;
  line-height: 1em;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn.green {
  background: #00a88e;
}

.btn.green:hover {
  box-shadow: 0px 3px 21px 0px rgba(0, 168, 142, 0.18);
}

.btn.red {
  background: #ff3748;
}

.btn.red:hover {
  box-shadow: 0px 8px 32px rgba(255, 55, 72, 0.18);
}

.header .container > .menu {
  flex-grow: 1;
}

.header .container > .header-request:not(:last-child) {
  margin-right: 20px;
}

.mm-menu .btn {
  border-radius: 0;
}

.header {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(92, 133, 150, 0.24);
  box-shadow: 0px 1px 4px rgba(92, 133, 150, 0.24);
  position: relative;
  z-index: 5;
}

@media (min-width: 973px) {
  .header {
    position: fixed;
    width: 100%;
  }
}

@media (max-width: 972px) {
  .header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .header-request {
    display: none;
  }
}

.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .header .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .header .container .logo {
    margin-bottom: 1rem;
  }
}

@media (max-width: 972px) {
  .header .container .menu {
    display: none;
  }

  .header .container .btn {
    margin-right: 40px;
    margin-left: 40px;
  }
}

.header .container .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .container .menu ul li a {
  display: block;
  padding: 0 1.6rem;
  height: 7.8rem;
  font-size: 1.4rem;
  line-height: 7.5rem;
  color: #000;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-bottom: 3px solid #fff;
}

.header .container .menu ul li a:hover,
.header .container .menu ul li a.active {
  border-bottom: 3px solid #23d1ae;
}

.header .container .right_logo {
  margin-left: auto;
}

.footer {
  padding-bottom: 2.5rem;
}

.footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.2rem;
  line-height: 1.6rem;
  border-top: 1.5px solid #f2f2f2;
  padding-top: 2.5rem;
}

@media (max-width: 972px) {
  .footer .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer .container a {
  color: #00a88e;
}

.footer .container .footer_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 480px) {
  .footer .container .footer_left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}

.footer .container .footer_left .footer_logo,
.footer .container .footer_left span {
  margin-right: 1.6rem;
}

@media (max-width: 480px) {
  .footer .container .footer_left .footer_logo,
  .footer .container .footer_left span {
    margin-bottom: 1rem;
  }
}

.footer .container .footer_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 480px) {
  .footer .container .footer_right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer .container .footer_right a {
  margin-left: 1.5rem;
}

@media (max-width: 480px) {
  .footer .container .footer_right a {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }
}

.footer .container .footer_right img {
  display: block;
}

.first_section {
  padding-top: 7.8rem;

  position: relative;
  overflow: hidden;
}
.first_section .container {
  position: relative;
}

.hero-decor {
  position: absolute;
  left: 50%;
  width: 50vw;
  height: 100%;
  background-image: url(../img/first_bg_2.png);
  background-position: left center;
  background-size: cover;
  z-index: -1;
}

/* @media (max-width: 480px) {
  .first_section {
    padding-bottom: 5rem;
  }
} */

@media (max-width: 972px) {
  .first_section {
    padding-top: 0;
  }

  .hero-decor {
    position: relative;
    left: auto;
    width: auto;
    margin-left: auto;
    margin-right: -10px;
    margin-left: -10px;
  }

  .hero-decor::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}

.first_section .inner {
  width: 50%;
  padding: 72px 0;
}

.first_section .inner .caption {
  font-size: 6.4rem;
  line-height: 6.8rem;
  font-weight: bold;
  margin-bottom: 4.3rem;
}
@media (max-width: 960px) {
  .first_section .inner {
    width: auto;
    padding: 36px 0;
  }
}

@media (max-width: 480px) {
  .first_section .inner {
    width: auto;
    padding: 24px 0;
  }
  .first_section .inner .caption {
    font-size: 3.2rem;
    line-height: 1.2em;
    margin-bottom: 2rem;
  }
}

.first_section .inner .text {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 4.3rem;
}

@media (max-width: 480px) {
  .first_section .inner .text {
    font-size: 1.6rem;
    line-height: 1.2em;
    margin-bottom: 2rem;
  }
}

.first_section .inner .text strong {
  display: block;
}

.second_section {
  padding-top: 9.8rem;
}

@media (max-width: 480px) {
  .second_section {
    padding-top: 5rem;
  }
}

.second_section .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 972px) {
  .second_section .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.second_section .container .left {
  margin-right: 9.5rem;
  max-width: 47rem;
}

@media (max-width: 972px) {
  .second_section .container .left {
    margin-right: 0px;
    margin-bottom: 3rem;
    width: 100%;
    max-width: 100%;
  }
}

.second_section .container .left .caption {
  font-size: 4.8rem;
  line-height: 5.2rem;
  font-weight: bold;
}

@media (max-width: 480px) {
  .second_section .container .left .caption {
    font-size: 2.4rem;
    line-height: 1.2em;
  }
}

.second_section .container .left .caption:before {
  content: "?";
  font-size: 2.7rem;
  color: #fff;
  font-weight: bold;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e0e4e9;
  margin-bottom: 2.4rem;
}

.second_section .container .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.second_section .container .right .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
}

@media (max-width: 480px) {
  .second_section .container .right .items {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
}

.second_section .container .right .items .item .count {
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3de08c),
    to(#2ad7a6)
  );
  background: -o-linear-gradient(left, #3de08c, #2ad7a6);
  background: linear-gradient(to right, #3de08c, #2ad7a6);
  border-radius: 3px;
  margin-bottom: 2.5rem;
}

.second_section .container .right .items .item .name {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}

.second_section .container .right .items .item .text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
}

.third_section {
  padding-top: 9.8rem;
  padding-bottom: 9.8rem;
}

@media (max-width: 480px) {
  .third_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.third_section .container .before_caption {
  font-size: 1.4rem;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
  color: #00a88e;
  text-align: center;
}

@media (max-width: 480px) {
  .third_section .container .before_caption {
    font-size: 1.2rem;
  }
}

.third_section .container .caption {
  font-size: 4.8rem;
  line-height: 5.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-bottom: 5rem;
  text-align: center;
}

@media (max-width: 480px) {
  .third_section .container .caption {
    font-size: 2.4rem;
    line-height: 1.2em;
    margin-bottom: 3rem;
  }
}

.third_section .container .after_caption {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 300;
  max-width: 51rem;
  margin-bottom: 5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  .third_section .container .after_caption {
    margin-bottom: 3rem;
  }
}

.third_section .container .items {
  display: grid;
  grid-gap: 3rem;
  /* grid-template-columns: 1fr 1fr 1fr; */
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 480px) {
  .third_section .container .items {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .third_section .container .items {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}

.third_section .container .items .item {
  padding: 4rem;
  position: relative;
  background: #f4f9fe;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (max-width: 480px) {
  .third_section .container .items .item {
    padding: 2rem;
  }
}

.third_section .container .items .item:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  left: 0;
  background: #00a88e;
  height: 16.6rem;
  bottom: 6.5rem;
}

.third_section .container .items .item .icon {
  margin-bottom: 3rem;
}

@media (max-width: 480px) {
  .third_section .container .items .item .icon {
    margin-bottom: 1.5rem;
  }
}

.third_section .container .items .item .name {
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: bold;
  margin-bottom: 2.3rem;
}

.third_section .container .items .item .text {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.third_section .container .items .item .text p {
  margin-bottom: 1.8rem;
}

.third_section .container .items .item:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3de08c),
    to(#2ad7a6)
  );
  background: -o-linear-gradient(left, #3de08c, #2ad7a6);
  background: linear-gradient(to right, #3de08c, #2ad7a6);
  -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 168, 142, 0.18);
  box-shadow: 0px 3px 21px 0px rgba(0, 168, 142, 0.18);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.third_section .container .items .item:hover:before {
  display: none;
}

.third_section .container .items .item:hover .icon svg path {
  fill: #000000;
}

.fourth_caption {
  padding: 6.3rem 0;
}

.fourth_caption_header {
  background: #f4f9fe;
}

.fourth_caption .caption {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .fourth_caption {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
  .fourth_caption .caption {
    font-size: 2.4rem;
    line-height: 1.2em;
  }
}

.solutions {
  font-weight: 300;
}

.product-title {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  color: #000;
}

.product-title__icon {
  /* flex-basis: 64px; */
  flex-basis: content;
}

.product-title__icon img {
  display: block;
  width: 64px;
  max-width: none;
  height: none;
}

.product-title__content {
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
}

.product-title__line {
  display: block;
}

.product-title a {
  color: inherit;
}

.product-title a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.products {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.products h2 {
  font-size: 48px;
  line-height: 52px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.products h2:not(:first-child) {
  margin-top: 1em;
}

.product {
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(38, 202, 153, 0.24);
  padding: 24px;
  position: relative;
  max-width: 420px;

  display: flex;
  flex-direction: column;
}

.product__title {
  margin-bottom: 24px;
}

.product__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 24px;
  color: #666666;
  flex-grow: 1;
}

.product__text p:not(:first-child) {
  margin-top: 0.5em;
}

.product__action {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  background: #00a88e;
  color: #fff;

  box-shadow: 0px 8px 32px rgba(52, 208, 184, 0.48);
  border-radius: 3px;
  text-align: center;

  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.product__action::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fifth_section {
  padding-top: 8.8rem;
  padding-bottom: 20rem;
}

@media (max-width: 480px) {
  .fifth_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.fifth_section .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
}

@media (max-width: 972px) {
  .fifth_section .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.fifth_section .top .caption {
  font-size: 3.6rem;
  line-height: 4rem;
  margin-right: 8rem;
  font-weight: bold;
  color: #00a88e;
}

@media (max-width: 972px) {
  .fifth_section .top .caption {
    margin-right: 0px;
    margin-bottom: 2rem;
  }
}

@media (max-width: 480px) {
  .fifth_section .top .caption {
    font-size: 2rem;
    line-height: 1.2em;
  }
}

.fifth_section .top .text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  max-width: 58rem;
}

@media (max-width: 480px) {
  .fifth_section .top .text {
    line-height: 1.2em;
  }
}

.fifth_section .middle {
  position: relative;
}

/* .fifth_section .middle:before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% + 34.8rem);
  height: 57.2rem;
  left: -17.4rem;
  top: 17.4rem;
  background: #f4f9fe;
  z-index: 0;
}

@media (max-width: 972px) {
  .fifth_section .middle:before {
    display: none;
  }
} */

.fifth_section .middle .top_img {
  display: block;
  margin-bottom: 6rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .fifth_section .middle .top_img {
    margin-bottom: 3rem;
  }
}

.fifth_section .middle .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media (max-width: 972px) {
  .fifth_section .middle .inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.fifth_section .middle .inner .left {
  /* padding-left: 9rem; */
  width: 71rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 10rem;
}

@media (max-width: 972px) {
  .fifth_section .middle .inner .left {
    width: 100%;
    margin-right: 0px;
  }
}

@media (max-width: 480px) {
  .fifth_section .middle .inner .left {
    padding-left: 3rem;
  }
}

.fifth_section .middle .inner .left .caption {
  font-size: 3.6rem;
  line-height: 4rem;
  margin-bottom: 3.5rem;
  position: relative;
}

@media (max-width: 480px) {
  .fifth_section .middle .inner .left .caption {
    font-size: 2.4rem;
    line-height: 1.2em;
    margin-bottom: 1.8rem;
  }
}

.fifth_section .middle .inner .left .caption:before {
  content: "";
  display: block;
  width: 6.2rem;
  height: 3px;
  background: #00a88e;
  margin-bottom: 0.3em;
  /* top: 1.7rem; */
  /* position: absolute; */
  /* left: -9rem; */
}

/* @media (max-width: 480px) {
  .fifth_section .middle .inner .left .caption:before {
    width: 2.6rem;
    left: -3rem;
  }
} */

.fifth_section .middle .inner .left .text {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.fifth_section .middle .inner .left .text p {
  margin-bottom: 1.6rem;
}

.fifth_section .middle .inner .right {
  margin-top: -6.4rem;
}

@media (max-width: 972px) {
  .fifth_section .middle .inner .right {
    margin-top: 2rem;
  }
}

.fifth_section .middle .inner .right .green_block {
  padding-left: 2.7rem;
  background: #00a88e;
  border-radius: 3px 30px 3px 3px;
  padding-top: 5.8rem;
  padding-right: 3.6rem;
  padding-bottom: 3.5rem;
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin-bottom: 5.5rem;
  color: #fff;
  width: 34rem;
}

@media (max-width: 480px) {
  .fifth_section .middle .inner .right .green_block {
    width: 100%;
    padding-top: 3.5rem;
    margin-bottom: 3rem;
  }
}

.fifth_section .middle .inner .right .green_block img {
  margin-bottom: 1.5rem;
}

.fifth_section .middle .inner .right .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .fifth_section .middle .inner .right .items {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.fifth_section .middle .inner .right .items .item {
  padding-left: 2.2rem;
}

@media (max-width: 480px) {
  .fifth_section .middle .inner .right .items .item {
    padding-left: 0px;
  }
}

.fifth_section .middle .inner .right .items .item .count {
  font-size: 4.8rem;
  line-height: 1em;
  margin-bottom: 2rem;
  color: #00a88e;
}

.fifth_section .middle .inner .right .items .item .text {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 300;
  max-width: 13rem;
}

.sixth_section {
  padding-top: 6rem;
  padding-bottom: 7.4rem;
  background: url("../img/sixth_bg.png") left center no-repeat,
    -webkit-gradient(linear, left top, right top, from(#3de08c), to(#2ad7a6));
  background: url("../img/sixth_bg.png") left center no-repeat,
    -o-linear-gradient(left, #3de08c, #2ad7a6);
  background: url("../img/sixth_bg.png") left center no-repeat,
    linear-gradient(to right, #3de08c, #2ad7a6);
}

@media (max-width: 480px) {
  .sixth_section {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#3de08c),
      to(#2ad7a6)
    );
    background: -o-linear-gradient(left, #3de08c, #2ad7a6);
    background: linear-gradient(to right, #3de08c, #2ad7a6);
  }
}

.sixth_section .caption {
  font-size: 4.8rem;
  line-height: 5.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}

@media (max-width: 480px) {
  .sixth_section .caption {
    font-size: 2.4rem;
    line-height: 1.2em;
  }
}

.sixth_section .after_caption {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 300;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 2.5rem;
}

.sixth_section .white_form {
  background: #fff;
  padding: 3.5rem 6.2rem;
}

@media (max-width: 480px) {
  .sixth_section .white_form {
    padding: 2.5rem 3rem;
  }
}

.sixth_section .white_form .form_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .sixth_section .white_form .form_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sixth_section .white_form input[type="text"],
.sixth_section .white_form input[type="tel"],
.sixth_section .white_form input[type="email"],
.sixth_section .white_form select,
.sixth_section .white_form textarea {
  /* margin-right: 1.7rem;*/
  height: 4.8rem;
  padding: 0 2.2rem;
  border: 2px solid #cccccc;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 1.2rem;
}
.sixth_section .white_form textarea[rows="2"] {
  height: 4.8rem;
}

@media (max-width: 972px) {
  .sixth_section .white_form input[type="text"],
  .sixth_section .white_form input[type="tel"],
  .sixth_section .white_form input[type="email"],
  .sixth_section .white_form select,
  .sixth_section .white_form textarea {
    width: 30%;
  }
}

@media (max-width: 480px) {
  .sixth_section .white_form input[type="text"],
  .sixth_section .white_form input[type="tel"],
  .sixth_section .white_form input[type="email"],
  .sixth_section .white_form select,
  .sixth_section .white_form textarea {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .mktoForm .mktoFormRow {
    width: 100%;
  }
  .sixth_section .white_form .mktoForm select.mktoField {
    height: 4.8rem;
  }
  .mktoForm .mktoFormRow:nth-child(12) {
    align-items: flex-start;
    display: flex;
  }
}

.sixth_section .white_form input[type="submit"] {
  padding: 1.6rem 7.2rem;
  font-size: 1.6rem;
  line-height: 1em;
  border: none;
  border-radius: 3px;
  color: #fff;
  background: #00a88e;
  margin-bottom: 1.2rem;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}

@media (max-width: 480px) {
  .sixth_section .white_form input[type="submit"] {
    width: 100%;
  }
}

.sixth_section .white_form input[type="submit"]:hover {
  -webkit-box-shadow: 0px 6px 32px 0px rgba(52, 208, 164, 0.46);
  box-shadow: 0px 6px 32px 0px rgba(52, 208, 164, 0.46);
}

.checkbox {
  display: none;
}

.checkbox-custom {
  position: relative;
  width: 19px;
  height: 19px;
  border: 2px solid #cccccc;
  cursor: pointer;
}

.checkbox-custom,
.label {
  display: block;
}

.checkbox-custom {
  float: left;
}

.label {
  margin-left: 25px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: #999999;
  margin-top: 3px;
}

.label a {
  color: #00a88e;
  font-weight: 400;
}

.checkbox:checked + .checkbox-custom::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: url(../img/check.svg) top center no-repeat;
  background-size: 1.5rem;
}

.seventh_section {
  padding-top: 8.8rem;
  padding-bottom: 8rem;
}

@media (max-width: 480px) {
  .seventh_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.seventh_section .caption {
  font-size: 4.8rem;
  line-height: 5.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}

@media (max-width: 480px) {
  .seventh_section .caption {
    font-size: 2.4rem;
    line-height: 1.2em;
    margin-bottom: 1rem;
  }
}

.seventh_section .before_caption {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 3.3rem;
  text-align: center;
}

@media (max-width: 480px) {
  .seventh_section .before_caption {
    margin-bottom: 2rem;
  }
}

.seventh_section .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
}

@media (max-width: 972px) {
  .seventh_section .items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  .seventh_section .items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.seventh_section .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 13.6rem;
  background: #fff;
  -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 168, 142, 0.18);
  box-shadow: 0px 3px 21px 0px rgba(0, 168, 142, 0.18);
}
