
.roadmap-01__top {
  margin-bottom: 20px;
}

.roadmap-01__category {
  margin: 0 0 0.2em 0;
  color: white;
}

.roadmap-01__date {
  opacity: 0.6;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}

.roadmap-01__items_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.roadmap-01__item {
  padding: 12px 14px 12px;
  margin-bottom: 15px;
  background-color: white;
  border-radius: 4px;
}

.roadmap-01__item:last-child {
  margin-bottom: 0;
}

.roadmap-01__item_title {
  font-weight: 700;
  line-height: 1.4;
}

.roadmap-01__item_title .emoji {
  margin-left: 0.3em;
}

.roadmap-01__item_text {
  margin-top: 10px;
  line-height: 1.4;
}

.bg-white-color .roadmap-01__shadow,
.bg-light_gray-color .roadmap-01__shadow,
.bg-medium-color .roadmap-01__shadow,
.bg-light-color .roadmap-01__shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 10;
}

.bg-white-color .roadmap-01__shadow--left,
.bg-light_gray-color .roadmap-01__shadow--left,
.bg-medium-color .roadmap-01__shadow--left,
.bg-light-color .roadmap-01__shadow--left {
  left: 0;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.6) 10%,
    rgba(255, 255, 255, 0) 100%
  );
}

@media (max-width: 1024px) {
  .bg-white-color .roadmap-01__shadow--left,
  .bg-light_gray-color .roadmap-01__shadow--left,
  .bg-medium-color .roadmap-01__shadow--left,
  .bg-light-color .roadmap-01__shadow--left {
    left: -20px;
  }
}

.bg-white-color .roadmap-01__shadow--right,
.bg-light_gray-color .roadmap-01__shadow--right,
.bg-medium-color .roadmap-01__shadow--right,
.bg-light-color .roadmap-01__shadow--right {
  right: 0;
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.6) 10%,
    rgba(255, 255, 255, 0) 100%
  );
}

@media (max-width: 1024px) {
  .bg-white-color .roadmap-01__shadow--right,
  .bg-light_gray-color .roadmap-01__shadow--right,
  .bg-medium-color .roadmap-01__shadow--right,
  .bg-light-color .roadmap-01__shadow--right {
    right: -20px;
  }
}

.roadmap-02 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.roadmap-02__title_box {
  margin-bottom: 50px;
  text-align: center;
}

.roadmap-02__timeline {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-bottom: 70px;
}

.roadmap-02__timeline:before {
  content: "";
  position: absolute;
  left: 59px;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #d8dde6;
}

.roadmap-02__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.roadmap-02__year {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 55px;
  font-size: 14px;
  font-weight: 400;
}

.roadmap-02__info {
  padding: 0;
  margin: 0;
  list-style: none;
}

.roadmap-02__info_item {
  position: relative;
  margin-bottom: 30px;
}

.roadmap-02__info_item:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 6px;
  left: -33px;
  border-radius: 50%;
  background-color: #d8dde6;
  border: 2px solid white;
}

.font-source-code-pro .roadmap-02__info_item:before {
  left: -34px;
}

.roadmap-02__content {
  opacity: 0.8;
  margin-bottom: 5px;
  line-height: 1.4;
}

.roadmap-02__content a:hover {
  color: #041ddf;
}

.roadmap-02__date {
  opacity: 0.4;
  font-size: 14px;
}

.roadmap-02__link {
  text-align: center;
}

.team-01 {
  position: relative;
}

.team-01__title_box {
  margin-bottom: 50px;
  text-align: center;
}

.team-01__images_row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.team-01__person {
  width: 230px;
  height: 230px;
  padding: 40px;
  font-size: 0;
}

.team-01__image_box {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #eee;
  border-radius: 50%;
  box-shadow: 0 7px 25px 0 rgba(37, 44, 97, 0.1);
}

.team-01__image {
  max-width: 100%;
  max-height: 100%;
}

.team-01__link {
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.team-01__link:hover {
  -webkit-filter: contrast(1.4);
  filter: contrast(1.4);
}

.team-02 {
  position: relative;
}

.team-02__decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 800px;
  z-index: -1;
}

.team-02__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.team-02__person {
  width: 260px;
  padding: 25px 20px 10px;
  margin: 0 20px 40px;
  background-color: white;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 10px;
  text-align: center;
}

.team-02__person_img_box {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-shadow: 0 7px 25px 0 rgba(37, 44, 97, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #eee;
}

.team-02__person_img {
  max-width: 100%;
  max-height: 100%;
}

.team-02__person_name {
  margin-bottom: 15px;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-02__person_tag {
  margin-bottom: 15px;
}

.comps .team-02__person_about {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #545454;
}

.team-02__person_social {
  margin-bottom: 15px;
}

.team-02__person_social .social-buttons__link {
  opacity: 0.2;
}

.team-02__person_social .social-buttons__link:hover {
  opacity: 0.5;
  transform: translateY(-2px);
}

.team-03 {
  position: relative;
}

.team-03__title_box {
  margin-bottom: 50px;
  text-align: center;
}

.team-03__decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 800px;
  z-index: -1;
}

.team-03__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.team-03__person {
  width: 270px;
  min-height: 100px;
  line-height: 1.4;
  padding: 15px;
  margin: 0 10px 20px 10px;
  background-color: white;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 10px;
}

.team-03__person:hover .team-03__person_mention {
  opacity: 0.7;
}

.team-03__person_box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.team-03__person_top {
  position: relative;
}

.team-03__person_img_box {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  border-radius: 50%;
  box-shadow: 0 7px 25px 0 rgba(37, 44, 97, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #eee;
}

.team-03__person_img {
  max-width: 100%;
  max-height: 100%;
}

.team-03__person_name {
  margin-bottom: 2px;
  padding-right: 35px;
  font-size: 14px;
}

.team-03__person_mention {
  opacity: 0.2;
  font-size: 14px;
  transition: opacity 0.25s ease;
}

.team-03__person_mention,
.team-03__person_mention:focus,
.team-03__person_mention:hover,
.team-03__person_mention:visited {
  color: #303030;
  text-decoration: none;
}

.team-03__person_title {
  margin-top: 10px;
  font-size: 14px;
}

.team-04 {
  padding: 70px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.team-04 .heading,
.team-04 .text--04__big_text {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
}

.team-04 p {
  margin: 0;
  text-align: center;
}

.team-04 .container--small {
  margin-bottom: 50px;
}

.team-04__list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .team-04__list {
    margin-bottom: 40px;
    justify-content: center;
    background-color: transparent;
    border-radius: unset;
    box-shadow: none;
  }
}

.team-04__person {
  width: calc(100% / 5);
  padding: 45px 0;
  box-sizing: border-box;
  border-right: 1px solid rgba(151, 151, 151, 0.2);
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team-04__person:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.team-04__person:last-child {
  border-right: none;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.team-04__person:hover .team-04__person_img {
  transform: translateY(-4px);
}

@media (max-width: 900px) {
  .team-04__person {
    width: 32%;
    padding: 30px 0;
    margin-right: 2%;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2);
    background-color: white;
  }

  .team-04__person:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .team-04__person {
    width: 48%;
    padding: 30px 0;
    margin-bottom: 20px;
    margin-right: 2%;
  }

  .team-04__person:nth-child(2n) {
    margin-right: 0;
  }

  .team-04__person:nth-child(3n) {
    margin-right: 2%;
  }
}

@media (max-width: 450px) {
  .team-04__person {
    width: 60%;
    max-width: 250px;
    margin-right: 0;
  }

  .team-04__person:nth-child(2n) {
    margin-right: 0;
  }

  .team-04__person:nth-child(3n) {
    margin-right: 0;
  }
}

.team-04__person_img {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  box-shadow: 0 7px 25px 0 rgba(37, 44, 97, 0.1);
  transition: all 0.2s ease;
}

.team-04__person_name {
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.team-04__person_social .social-buttons__link {
  opacity: 0.2;
}

.team-04__person_social .social-buttons__link:hover {
  opacity: 0.5;
  transform: translateY(-2px);
}

.team-04__button {
  text-align: center;
}

.team-05 {
  padding: 70px 0;
  background-color: #f6f6f6;
}

.team-05__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.team-05__person {
  width: 200px;
  padding: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
}

.team-05__person:hover .team-05__person_img {
  -webkit-filter: contrast(1.4);
  filter: contrast(1.4);
}

@media (max-width: 430px) {
  .team-05__person {
    width: 100%;
    max-width: 200px;
  }
}

.team-05__person_img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  transition: all 0.2s ease;
}

.team-05__person_name {
  margin-bottom: 5px;
  line-height: 1.4;
}

.team-05__person_title {
  font-size: 12px;
  line-height: 1.4;
  color: #303030;
  opacity: 0.6;
}

.team-05__person--special {
  padding-top: 25px;
  align-self: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

@media (max-width: 430px) {
  .team-05__person--special {
    width: 100%;
    margin-top: 40px;
    max-width: 200px;
  }
}

.team-05__emoji_box {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.team-05__emoji_box .emoji {
  max-width: 30px;
  max-height: 30px;
  width: 100%;
}

.team-05__content {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.8;
}

.font-source-code-pro .team-05__content {
  font-size: 14px;
}

.font-source-code-pro .team-05__button .button {
  font-size: 13px;
}

.slider-01 {
  padding-bottom: 70px;
}

.slider-01 .slick-list {
  border-radius: 10px;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
}

.slider-01 .slider__arrow--prev {
  transform: translateY(-50%) translateX(-130%);
}

.slider-01 .slider__arrow--next {
  transform: translateY(-50%) translateX(130%);
}

.slider-01__container {
  text-align: center;
  font-size: 0;
}

.slider-02 {
  padding-top: 70px;
  padding-bottom: 100px;
}

.slider-02 .slick-track {
  padding: 15px 0 35px;
}

.slider-02 .slider__arrow--prev {
  transform: translateY(-50%) translateX(-130%);
}

.slider-02 .slider__arrow--next {
  transform: translateY(-50%) translateX(130%);
}

.slider-02__title_box {
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 500px) {
  .slider-02__title_box {
    margin-bottom: 30px;
  }
}

.slider-02__container {
  text-align: center;
}

.slider-02__item_box {
  padding: 0 20px;
}

@media (max-width: 1024px) {
  .slider-02__item_box {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.slider-02__img {
  position: relative;
  z-index: 10;
  max-height: 500px;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  transform: scale(0.9);
  opacity: 0.65;
  box-shadow: 0 7px 25px 0 rgba(37, 44, 97, 0.1);
  cursor: pointer;
  transition: box-shadow 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
}

.slider-02__img:hover {
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
}

.slick-current .slider-02__img {
  cursor: default;
  opacity: 1;
  transform: none;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
}

.slick-current .slider-02__img:hover {
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
  .slider-02__img {
    max-height: 400px;
  }
}

@media (max-width: 1024px) {
  .slider-02__img {
    max-height: 330px;
  }
}

@media (max-width: 750px) {
  .slider-02__img {
    max-height: initial;
    width: 90vw;
    max-width: 100vw;
  }
}

.slider-02__item_info_box {
  position: relative;
  z-index: 1;
  width: 50%;
  min-width: 300px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  transition: transform 0.5s 0.2s ease, opacity 0.5s 0.2s ease;
  transform: translateY(-10%);
  opacity: 0;
}

.slick-current .slider-02__item_info_box {
  opacity: 1;
  transform: none;
}

@media (max-width: 400px) {
  .slider-02__item_info_box {
    width: calc(100vw - 50px);
  }
}

.slider-02__item_info {
  position: relative;
  z-index: 10;
  padding: 10px 30px 30px;
  border: 2px solid #d8dde6;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background-color: white;
}

.slider-02__item_text {
  line-height: 1.4;
  opacity: 0.7;
}

.slider-02__item_badges {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 20px;
  transform: translateX(-100%);
}

@media (max-width: 600px) {
  .slider-02__item_badges {
    display: none;
  }
}

.slider-02__item_badge {
  display: block;
  padding: 3px 10px 3px 20px;
  margin-bottom: 10px;
  border-radius: 999px 0 0 999px;
  border-width: 2px;
  border-style: solid;
  border-right: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  transition: transform 0.7s ease, opacity 0.7s ease;
  transform: translateX(10px);
  opacity: 0;
}

.slider-02__item_badge--color-ocean {
  border-color: #4d61fc;
  color: #4d61fc;
}

.slider-02__item_badge--color-acid {
  border-color: #4addb4;
  color: #4addb4;
}

.slider-02__item_badge--color-magenta {
  border-color: #f90473;
  color: #f90473;
}

.slider-02__item_badge--color-orange {
  border-color: #ffb75d;
  color: #ffb75d;
}

.slider-02__item_badge--color-black {
  border-color: #303030;
  color: #303030;
}

.slider-02__item_badge--color-midnight {
  border-color: #00396b;
  color: #00396b;
}

.slick-current .slider-02__item_badge {
  opacity: 1;
  transform: none;
}

.slider-02__item_badge:nth-child(1) {
  transition-delay: 500ms;
}

.slider-02__item_badge:nth-child(2) {
  transition-delay: 570ms;
}

.slider-02__item_badge:nth-child(3) {
  transition-delay: 640ms;
}

.slider-02__item_badge:nth-child(4) {
  transition-delay: 710ms;
}

.slider-02__item_badge:nth-child(5) {
  transition-delay: 780ms;
}

.slider-02__item_badge:nth-child(6) {
  transition-delay: 850ms;
}

.slider-02__item_badge:nth-child(7) {
  transition-delay: 920ms;
}

.slider-02__item_badge:nth-child(8) {
  transition-delay: 990ms;
}

.slider-02__item_badge:nth-child(9) {
  transition-delay: 1060ms;
}

.slider-02__item_badge:nth-child(10) {
  transition-delay: 1130ms;
}

.slider-03 {
  padding-top: 70px;
  padding-bottom: 200px;
}

.slider-03 .slick-list {
  padding: 0 !important;
}

.slider-03__container {
  position: relative;
  text-align: center;
}

.slider-03__slider {
  position: relative;
  z-index: 10;
  top: 75px;
}

.slider-03__item {
  margin-right: 40px;
}

@media (max-width: 400px) {
  .slider-03__item {
    margin-right: 20px;
  }
}

.slider-03__img {
  opacity: 0.65;
  max-width: 245px;
  transform: scale(0.8);
  width: 245px;
  border-radius: 3px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.slider-03__img:hover {
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
}

.slick-current .slider-03__img {
  cursor: default;
  opacity: 1;
  transform: none;
}

@media (max-width: 750px) {
  .slider-03__img {
    max-width: 166px;
  }
}

.slider-03__mockup_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  margin: auto;
}

@media (max-width: 750px) {
  .slider-03__mockup_container {
    top: 23px;
  }

  .slider-03 .slider-03__mockup_container .mockup__case {
    max-width: 200px;
  }
}

.slider-04 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.slider-04 .slider__arrow--prev,
.slider-10 .slider__arrow--prev {
  left: 20px;
}

.slider-04 .slider__arrow--next,
.slider-10 .slider__arrow--next {
  right: 20px;
}

@media (max-width: 1275px) {
  .slider-04 .slider__arrow,
  .slider-10 .slider__arrow {
    display: block;
  }
}

@media (max-width: 440px) {
  .slider-04 .slider__arrow,
  .slider-10 .slider__arrow {
    display: none;
  }
}

.slider-04__wrapper,
.slider-10__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

@media (max-width: 950px) {
  .slider-04__wrapper,
  .slider-10__wrapper {
    flex-direction: column;
  }
}

.slider-04__slider_container,
.slider-10__slider_container {
  position: relative;
  width: 50%;
  text-align: center;
}

@media (max-width: 950px) {
  .slider-04__slider_container,
  .slider-10__slider_container {
    width: 100%;
    max-width: 480px;
    margin-bottom: 100px;
  }
}

@media (max-width: 750px) {
  .slider-04__slider_container,
  .slider-10__slider_container {
    margin-bottom: 50px;
  }
}

.slider-04__slider_container {
  padding-bottom: 165px;
}

.slider-04__slider,
.slider-10__slider {
  position: relative;
  z-index: 10;
}

.slider-04__slider {
  top: 76px;
}

.slider-04__item,
.slider-10__item {
  text-align: center;
}

.slider-04__img,
.slider-10__img {
  max-width: 245px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 750px) {
  .slider-04__img {
    max-width: 166px;
  }
}

@media (max-width: 750px) {
  .slider-10__img {
    max-width: 195px;
  }
}

.slider-04__mockup_container,
.slider-10__mockup_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  margin: auto;
}

@media (max-width: 750px) {
  .slider-04__mockup_container,
  .slider-10__mockup_container {
    top: 23px;
  }

  .slider-04 .slider-04__mockup_container .mockup__case,
  .slider-04 .slider-10__mockup_container .mockup__case {
    max-width: 200px;
  }

  .slider-10 .slider-04__mockup_container .mockup__case,
  .slider-10 .slider-10__mockup_container .mockup__case {
    max-width: 200px;
  }
}

.slider-04__text_container,
.slider-10__text_container {
  padding: 0;
  margin: 0;
  list-style: none;
}

.slider-04__feature,
.slider-10__feature {
  margin-bottom: 40px;
  max-width: 400px;
}

.slider-04__feature:last-child,
.slider-10__feature:last-child {
  margin-bottom: 0;
}

.slider-05 .slider__arrow--prev {
  left: 10px;
}

.slider-05 .slider__arrow--next {
  right: 10px;
}

@media (max-width: 1275px) {
  .slider-05 .slider__arrow {
    display: block;
  }
}

@media (max-width: 600px) {
  .slider-05 .slider__arrow {
    display: none;
  }
}

.slider-05__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

@media (max-width: 950px) {
  .slider-05__wrapper {
    flex-direction: column;
  }
}

.slider-05__slider_container {
  position: relative;
  width: 60%;
  max-width: 750px;
  text-align: center;
}

@media (max-width: 1250px) {
  .slider-05__slider_container {
    max-width: 580px;
  }
}

@media (max-width: 950px) {
  .slider-05__slider_container {
    width: 100%;
    max-width: 100%;
  }
}

.slider-05__slider {
  position: relative;
  z-index: 10;
}

.slider-05__item {
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}

@media (max-width: 950px) {
  .slider-05__item {
    padding: 40px 25px;
  }
}

.slider-05__img {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
  cursor: zoom-in;
}

@media (max-width: 1250px) {
  .slider-05__img {
    max-width: 400px;
  }
}

@media (max-width: 950px) {
  .slider-05__img {
    max-width: 700px;
    width: calc(100% - 180px);
  }
}

@media (max-width: 600px) {
  .slider-05__img {
    width: 100%;
  }
}

.slider-05__text_container {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 60px;
}

@media (max-width: 1370px) {
  .slider-05__text_container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1250px) {
  .slider-05__text_container {
    padding-left: 50px;
  }
}

@media (max-width: 950px) {
  .slider-05__text_container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 70px;
  }
}

@media (max-width: 600px) {
  .slider-05__text_container {
    margin-top: 90px;
  }
}

.slider-05__feature {
  margin-bottom: 40px;
  max-width: 400px;
}

.slider-05__feature:last-child {
  margin-bottom: 0;
}

.slider-06 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.slider-06 .slider__arrow {
  bottom: 0;
  top: auto;
}

.slider-06 .slider__arrow--prev {
  left: 50%;
  transform: translateX(-130%);
}

.slider-06 .slider__arrow--next {
  right: 50%;
  transform: translateX(130%);
}

@media (max-width: 1275px) {
  .slider-06 .slider__arrow {
    display: block;
  }
}

.slider-06__container {
  text-align: center;
}

.slider-06__slider {
  padding-bottom: 90px;
}

.slider-06__item_box {
  padding: 10px 30px 40px;
}

@media (max-width: 600px) {
  .slider-06__item_box {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.slider-06__img {
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
  cursor: zoom-in;
}

@media (max-width: 600px) {
  .slider-06__img {
    max-width: 300px;
  }
}

@media (max-width: 1275px) {
  .slider-07 .slider__arrow {
    display: block;
  }
}

@media (max-width: 600px) {
  .slider-07 .slider__arrow {
    display: none;
  }
}

.slider-07__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

@media (max-width: 950px) {
  .slider-07__wrapper {
    flex-direction: column-reverse;
  }
}

.slider-07__slider_wrapper {
  width: 60%;
  max-width: 750px;
  position: relative;
  text-align: center;
}

@media (max-width: 1250px) {
  .slider-07__slider_wrapper {
    max-width: 580px;
  }
}

@media (max-width: 950px) {
  .slider-07__slider_wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 70px;
  }
}

.slider-07__slider {
  position: relative;
}

.slider-07__item {
  padding: 40px 0;
  margin: 0 auto;
}

@media (max-width: 950px) {
  .slider-07__item {
    padding: 40px 25px;
  }
}

.slider-07__img {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
  cursor: zoom-in;
}

@media (max-width: 1250px) {
  .slider-07__img {
    max-width: 400px;
  }
}

@media (max-width: 950px) {
  .slider-07__img {
    max-width: 700px;
    width: calc(100% - 180px);
  }
}

@media (max-width: 600px) {
  .slider-07__img {
    width: 100%;
  }
}

.slider-07__feature_container {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 400px;
  margin-right: 40px;
  box-sizing: border-box;
}

@media (max-width: 1250px) {
  .slider-07__feature_container {
    max-width: 450px;
  }
}

@media (max-width: 950px) {
  .slider-07__feature_container {
    max-width: none;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .slider-07__feature_container {
    margin-top: 20px;
  }
}

.slider-07__feature {
  padding-left: 60px;
  margin-bottom: 60px;
  position: relative;
}

.slider-07__feature:last-child {
  margin-bottom: 0;
}

.slider-07__feature .feature__icon {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 950px) {
  .slider-07__feature {
    max-width: 400px;
    padding-left: 0;
    margin-bottom: 40px;
  }

  .slider-07__feature:last-child {
    margin-bottom: 0;
  }

  .slider-07__feature .feature__icon {
    position: relative;
  }
}

.tabs-01__box {
  text-align: center;
}

.tabs-01__buttons_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tabs-01__img_list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 40px;
  height: 700px;
}

.tabs-01__img_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  transform: scale(0.985) translateY(5px);
  transition: opacity 0.2s ease,
    transform 0.5s cubic-bezier(0.74, 0.63, 0.03, 1.18);
}

.tabs-01__img_box.state-active-tab {
  opacity: 1;
  transform: none;
}

.tabs-01__img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
}

.tabs-02 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.tabs-02__buttons_list,
.tabs-10__buttons_list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 600px) {
  .tabs-02__buttons_list,
  .tabs-10__buttons_list {
    display: none;
  }
}

.tabs-02__button_item,
.tabs-10__button_item {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 10px;
}

@media (max-width: 400px) {
  .tabs-02__button_item,
  .tabs-10__button_item {
    margin-left: 3px;
    margin-right: 3px;
  }
}

.tabs-02__item_list,
.tabs-10__item_list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 40px;
  height: 700px;
}

@media (max-width: 600px) {
  .tabs-02__item_list,
  .tabs-10__item_list {
    height: auto !important;
  }
}

.tabs-02__item_box,
.tabs-10__item_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease,
    transform 0.5s cubic-bezier(0.74, 0.63, 0.03, 1.18);
}

.tabs-02__item_box.state-active-tab,
.tabs-10__item_box.state-active-tab {
  opacity: 1;
  z-index: 10;
  transform: none;
}

@media (max-width: 600px) {
  .tabs-02__item_box,
  .tabs-10__item_box {
    opacity: 1;
    position: relative;
    margin-bottom: 100px;
  }

  .tabs-02__item_box:last-child,
  .tabs-10__item_box:last-child {
    margin-bottom: 0;
  }
}

.tabs-02__item,
.tabs-10__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .tabs-02__item,
  .tabs-10__item {
    flex-direction: column-reverse;
  }
}

@media (max-width: 900px) {
  .tabs-10__item_box--has_text {
    justify-content: space-between;
  }
}

.tabs-02__visual_box,
.tabs-10__visual_box {
  width: 40%;
}

@media (max-width: 600px) {
  .tabs-02__visual_box,
  .tabs-10__visual_box {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .tabs-02__visual_box {
    width: 25%;
  }
}

.tabs-10__visual_box {
  text-align: right;
}

.tabs-02__text_box,
.tabs-10__text_box {
  width: 60%;
  max-width: 450px;
}

@media (max-width: 600px) {
  .tabs-02__text_box,
  .tabs-10__text_box {
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
  }
}

.tabs-02__cta,
.tabs-10__cta {
  margin-top: 40px;
}

.tabs-10__visual_box .mockup_v2 {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 245px;
}

.tabs-03 .button--empty {
  padding-left: 0;
}

.tabs-03__buttons_list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

@media (max-width: 600px) {
  .tabs-03__buttons_list {
    display: none;
  }
}

.tabs-03__item_list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 60px;
  height: 700px;
}

@media (max-width: 600px) {
  .tabs-03__item_list {
    height: auto !important;
  }
}

.tabs-03__item_box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease,
    transform 0.5s cubic-bezier(0.74, 0.63, 0.03, 1.18);
}

.tabs-03__item_box.state-active-tab {
  opacity: 1;
  z-index: 10;
  transform: none;
}

@media (max-width: 950px) {
  .tabs-03__item_box {
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 600px) {
  .tabs-03__item_box {
    opacity: 1;
    position: relative;
    margin-bottom: 100px;
  }

  .tabs-03__item_box:last-child {
    margin-bottom: 0;
  }
}

.tabs-03__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 950px) {
  .tabs-03__item {
    flex-direction: column-reverse;
  }
}

.tabs-03__img {
  max-width: 50%;
  cursor: zoom-in;
}

@media (max-width: 950px) {
  .tabs-03__img {
    max-width: 100%;
  }
}

.tabs-03__text {
  max-width: 400px;
}

@media (max-width: 950px) {
  .tabs-03__text {
    margin-bottom: 50px;
  }
}

.tabs-03__cta {
  margin-top: 30px;
}

.tabs-04__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.tabs-04__buttons_list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 40%;
  text-align: left;
}

@media (max-width: 800px) {
  .tabs-04__buttons_list {
    width: 45%;
  }
}

@media (max-width: 750px) {
  .tabs-04__buttons_list {
    display: none;
  }
}

.tabs-04__button_item {
  margin-bottom: 20px;
}

.tabs-04__button_item:last-child {
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .tabs-04__button_item {
    text-align: center;
  }
}

.tabs-04__button_item--mobile-only {
  display: none;
  margin-bottom: 30px;
}

@media (max-width: 750px) {
  .tabs-04__button_item--mobile-only {
    display: block;
  }
}

.tabs-04__button {
  display: inline-block;
  padding: 20px 20px 20px;
  max-width: 400px;
  border-radius: 4px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.bg-black-color .tabs-04__button,
.bg-accent-color .tabs-04__button,
.bg-mature-color .tabs-04__button {
  color: rgba(255, 255, 255, 0.85);
}

.bg-light-color .tabs-04__button:hover:not(.state-active-tab),
.bg-medium-color .tabs-04__button:hover:not(.state-active-tab) {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-black-color .tabs-04__button:hover:not(.state-active-tab),
.bg-accent-color .tabs-04__button:hover:not(.state-active-tab),
.bg-mature-color .tabs-04__button:hover:not(.state-active-tab) {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-black-color .tabs-04__button:hover:not(.state-active-tab) {
  color: white;
}

.tabs-04__button.state-active-tab,
.tabs-04__button.state-active-tab:hover,
.tabs-04__button--active:focus {
  cursor: default;
}

.bg-light-color .tabs-04__button.state-active-tab,
.bg-medium-color .tabs-04__button.state-active-tab,
.bg-light-color .tabs-04__button.state-active-tab:hover,
.bg-medium-color .tabs-04__button.state-active-tab:hover,
.bg-light-color .tabs-04__button--active:focus,
.bg-medium-color .tabs-04__button--active:focus {
  background-color: rgba(255, 255, 255, 0.6);
}

.style-yellow-1:not(.custom-colors-enabled) .tabs-04__button.state-active-tab,
.style-yellow-1:not(.custom-colors-enabled)
  .tabs-04__button.state-active-tab:hover,
.style-yellow-1:not(.custom-colors-enabled) .tabs-04__button--active:focus {
  color: #efbe32;
}

.custom-colors-enabled.custom-accent-color-bright
  .tabs-04__button.state-active-tab,
.custom-colors-enabled.custom-accent-color-bright
  .tabs-04__button.state-active-tab:hover,
.custom-colors-enabled.custom-accent-color-bright
  .tabs-04__button--active:focus {
  color: #303030;
}

.tabs-04__button_title {
  margin-top: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: inherit;
}

.tabs-04__button_text {
  line-height: 1.4;
  color: inherit;
}

.tabs-04__item_container {
  width: 50%;
}

@media (max-width: 750px) {
  .tabs-04__item_container {
    width: 100%;
  }
}

.tabs-04__item_list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  height: 700px;
}

@media (max-width: 750px) {
  .tabs-04__item_list {
    height: auto !important;
  }
}

.tabs-04__item_box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transform: scale(0.985) translateY(5px);
  transition: opacity 0.3s ease,
    transform 0.5s cubic-bezier(0.74, 0.63, 0.04, 1.18);
}

.tabs-04__item_box.state-active-tab {
  opacity: 1;
  z-index: 10;
  transform: none;
}

@media (max-width: 750px) {
  .tabs-04__item_box {
    position: relative;
    opacity: 1;
    transform: none;
    margin-bottom: 100px;
  }
}

.tabs-04__item {
  text-align: center;
}

.tabs-04__img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
  cursor: zoom-in;
}

.pricing-01 {
  text-align: center;
}

.pricing-01__cards_container {
  position: relative;
}

.pricing-01__decoration {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
}

.pricing-01__buttons {
  display: inline-block;
  position: relative;
  margin: 40px 0 60px;
}

.pricing-01__buttons_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing-01__badge {
  position: absolute;
  opacity: 0;
  top: 47%;
  transform: translateY(-50%) translateX(96%) translateZ(0) scale(0.97);
  right: -20px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pricing-01__badge.state-active-tab {
  opacity: 1;
  transform: translateY(-50%) translateX(100%) translateZ(0);
}

@media (max-width: 600px) {
  .pricing-01__badge {
    display: none;
  }
}

.pricing-01__cards_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.pricing-01__card_box {
  overflow: hidden;
  max-width: 380px;
  margin: 0 20px 40px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
  border-radius: 10px;
}

.pricing-01__card_top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 140px;
  border-bottom: 1px solid #e9f1ff;
  background-color: #f6f6f6;
}

.pricing-01__card_img {
  max-height: 50px;
}

.pricing-01__card_bottom {
  padding: 35px;
}

.pricing-01__card_title_box {
  position: relative;
  text-align: left;
}

.pricing-01__card_title {
  margin-bottom: 35px;
  max-width: calc(100% - 90px);
  font-size: 22px;
}

@media (max-width: 500px) {
  .pricing-01__card_title {
    font-size: 17px;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.pricing-01__card_price_box {
  position: absolute;
  top: 0;
  right: 0;
  height: 1em;
  width: 100px;
}

@media (max-width: 500px) {
  .pricing-01__card_price_box {
    position: static;
    margin-bottom: 40px;
  }
}

.pricing-01__card_price {
  position: absolute;
  font-size: 22px;
  right: 0;
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pricing-01__card_price.state-active-tab {
  opacity: 1;
  transform: none;
}

@media (max-width: 500px) {
  .pricing-01__card_price {
    left: 0;
    right: auto;
  }
}

.pricing-01__card_button_box {
  display: none;
}

.pricing-01__card_button_box.state-active-tab {
  display: block;
}

.pricing-01__card_period {
  margin-top: 3px;
  font-size: 12px;
  color: #b9c2d2;
}

.pricing-01__card_info {
  margin-bottom: 40px;
  padding-right: 60px;
  min-width: 200px;
  text-align: left;
  color: #636363;
}

@media (max-width: 500px) {
  .pricing-01__card_info {
    padding-right: 0;
    min-width: 150px;
    font-size: 14px;
  }
}

.pricing-02 {
  text-align: center;
}

.pricing-02__cards_container {
  position: relative;
}

.pricing-02__buttons {
  display: inline-block;
  position: relative;
  margin: 20px 0 40px;
}

.pricing-02__buttons_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing-02__badge {
  position: absolute;
  opacity: 0;
  top: calc(50% - 2px);
  transform: translateY(-50%) translateX(96%) translateZ(0) scale(0.97);
  right: -20px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pricing-02__badge.state-active-tab {
  opacity: 1;
  transform: translateY(-50%) translateX(100%) translateZ(0);
}

@media (max-width: 600px) {
  .pricing-02__badge {
    display: none;
  }
}

.pricing-02__cards_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.pricing-02__card_box {
  position: relative;
  max-width: 264px;
  width: 100%;
  margin: 0 15px 30px;
  padding: 40px 25px 50px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
  border-radius: 10px;
  border: 2px solid transparent;
}

.pricing-02__card_img {
  max-height: 44px;
}

.pricing-02__card_title {
  margin-bottom: 20px;
  font-size: 22px;
}

.pricing-02__card_info {
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 30px;
  opacity: 0.8;
}

.pricing-02__price_box {
  position: relative;
  height: 77px;
  margin-bottom: 10px;
}

.pricing-02__price_item {
  position: absolute;
  top: 0;
  left: 50%;
  margin: auto;
  opacity: 0;
  transform: translateY(3px) translateX(-50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pricing-02__price_item.state-active-tab {
  opacity: 1;
  transform: translateX(-50%);
}

.pricing-02__price {
  display: inline-block;
  font-size: 64px;
  line-height: 1;
}

.pricing-02__price_symbol {
  top: 0;
  left: -10px;
}

.pricing-02__price_symbol--bigger {
  left: -28px;
}

.pricing-02__period {
  right: -5px;
  bottom: 4px;
  transform: translateX(100%);
}

.pricing-02__period,
.pricing-02__price_symbol {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  color: #b9c2d2;
}

.pricing-02__info_item_text {
  line-height: 1.4;
  color: #636363;
}

.pricing-02__info {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
}

.pricing-02__info_item {
  position: relative;
  margin-bottom: 15px;
}

.pricing-02__info_item:last-child {
  margin-bottom: 0;
}

.pricing-02__info_item_box {
  display: inline-block;
}

.pricing-02__info_item_text {
  margin-right: 7px;
}

.pricing-02__info_item_icon,
.pricing-02__info_item_text {
  display: inline-block;
  vertical-align: middle;
}

.pricing-02__info_item_icon {
  opacity: 0.5;
  font-size: 0;
  transition: opacity 0.2s ease;
}

.pricing-02__info_item_icon:hover {
  opacity: 1;
}

.pricing-02__hover {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 15px;
  left: 15px;
  transform: translateY(calc(-100% + 5px)) scale(0.98);
  visibility: hidden;
  padding: 10px 15px 20px;
  border-radius: 4px;
  text-align: left;
  line-height: 1.4;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pricing-02__hover.state-visible {
  transform: translateY(-100%) scale(1);
  opacity: 1;
  visibility: visible;
}

.style-yellow-1:not(.custom-colors-enabled) .pricing-02__hover,
.custom-colors-enabled.custom-accent-color-bright .pricing-02__hover {
  color: #303030;
}

.pricing-02__contact_us {
  display: inline-block;
  padding: 5px 0 7px;
  border-radius: 4px;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.pricing-02__contact_us:hover {
  background-color: #f6f6f6;
}

.pricing-02__subword {
  padding-top: 2px;
  font-size: 14px;
  color: #b9c2d2;
}

.pricing-02__price_text {
  display: inline-block;
}

.pricing-02__card_button_box {
  display: none;
}

.pricing-02__card_button_box.state-active-tab {
  display: block;
}

.pricing-03__container {
  position: relative;
}

.pricing-03__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .pricing-03__wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.pricing-03__decoration {
  position: absolute;
  z-index: -1;
  right: 0;
  top: -60px;
  max-width: 800px;
}

@media (max-width: 900px) {
  .pricing-03__decoration {
    display: none;
  }
}

.pricing-03__info {
  padding-right: 30px;
  margin-bottom: 30px;
  max-width: 450px;
}

@media (max-width: 900px) {
  .pricing-03__info {
    padding-right: 0;
    text-align: center;
  }
}

.pricing-03__info_text {
  line-height: 1.6;
}

.pricing-03__illustration {
  position: relative;
  margin-top: 30px;
}

@media (max-width: 1100px) {
  .pricing-03__illustration {
    display: none;
  }
}

.pricing-03__small_cloud,
.pricing-03__mid_cloud {
  position: absolute;
}

.pricing-03__main_img {
  position: relative;
  z-index: 10;
}

.pricing-03__small_cloud {
  z-index: 5;
  right: -45px;
  top: 0;
}

.pricing-03__mid_cloud {
  z-index: 20;
  left: -50px;
  top: 0;
}

.pricing-03__price__wrapper {
  width: 100%;
  max-width: 340px;
}

.pricing-03__price {
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
  border-radius: 10px;
  text-align: center;
}

.pricing-03__price_top {
  padding: 10px 15px;
  border-bottom: 1px solid #e9f1ff;
}

.pricing-03__price_bottom {
  padding: 40px 0;
}

.pricing-03__benefits_list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
}

.pricing-03__benefit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.pricing-03__benefit:last-child {
  margin-bottom: 0;
}

.pricing-03__benefit_icon {
  margin-right: 10px;
  max-width: 16px;
}

.pricing-03__benefit_icon svg {
  position: relative;
  top: 2px;
  width: 16px;
}

.pricing-03__benefit_text {
  display: inline-block;
  line-height: 1.4;
}

.pricing-03__illustration {
  position: relative;
  cursor: pointer;
}

.pricing-03__illustration:hover .pricing-03__secondary_img {
  -webkit-filter: contrast(1.4);
  filter: contrast(1.4);
}

.pricing-03__main_img {
  position: relative;
  z-index: 10;
  height: 40px;
  transition: transform 10s ease, -webkit-filter 0.3s ease;
  transition: transform 10s ease, filter 0.3s ease;
  transition: transform 10s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}

.state-active-animation .pricing-03__main_img {
  transform: translateX(-10px) translateY(0);
}

.pricing-03__secondary_img {
  position: absolute;
  right: -12px;
  top: -6px;
  z-index: 1;
  height: 40px;
  transition: transform 10s ease, -webkit-filter 0.4s ease;
  transition: transform 10s ease, filter 0.4s ease;
  transition: transform 10s ease, filter 0.4s ease, -webkit-filter 0.4s ease;
}

.state-active-animation .pricing-03__secondary_img {
  transform: translateX(40px) translateY(20px) scale(1.8) rotateZ(45deg);
  -webkit-filter: contrast(1.6);
  filter: contrast(1.6);
}

@-webkit-keyframes main_floating {
  0% {
    transform: translateX(0) translateY(0);
  }

  50% {
    transform: translateX(-10px) translateY(0);
  }

  100% {
    transform: translateX(0) translateY(0);
  }
}

@keyframes main_floating {
  0% {
    transform: translateX(0) translateY(0);
  }

  50% {
    transform: translateX(-10px) translateY(0);
  }

  100% {
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes secondary_floating {
  0% {
    transform: translateX(0) translateY(0) rotateZ(0);
  }

  50% {
    transform: translateX(40px) translateY(20px) scale(1.8) rotateZ(45deg);
    -webkit-filter: contrast(1.4);
    filter: contrast(1.4);
  }

  100% {
    transform: translateX(0) translateY(0) rotateZ(90deg);
  }
}

@keyframes secondary_floating {
  0% {
    transform: translateX(0) translateY(0) rotateZ(0);
  }

  50% {
    transform: translateX(40px) translateY(20px) scale(1.8) rotateZ(45deg);
    -webkit-filter: contrast(1.4);
    filter: contrast(1.4);
  }

  100% {
    transform: translateX(0) translateY(0) rotateZ(90deg);
  }
}

.pricing-03__card_text {
  margin-bottom: 10px;
  opacity: 0.8;
  font-size: 14px;
  line-height: 1.4;
}

.pricing-03__hover {
  position: absolute;
  opacity: 0;
  top: 10px;
  right: 15px;
  left: 15px;
  transform: translateY(-5px);
  visibility: hidden;
  z-index: 10;
  padding: 10px 15px 20px;
  border-radius: 4px;
  text-align: left;
  line-height: 1.4;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.style-yellow-1:not(.custom-colors-enabled) .pricing-03__hover,
.custom-colors-enabled.custom-accent-color-bright .pricing-03__hover {
  color: #303030;
}

.pricing-03__hover.state-visible {
  transform: none;
  opacity: 1;
  visibility: visible;
}

.pricing-03__buttons {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  z-index: 5;
}

.pricing-03__buttons_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing-03__price_holder {
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.pricing-03__price_text {
  position: absolute;
  margin: 0;
  text-align: center;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pricing-03__price_text.state-active-tab {
  opacity: 1;
  transform: none;
}

.pricing-03__badge {
  position: absolute;
  opacity: 0;
  transform: translateY(-10%) translateX(0%) translateZ(0) scale(0.97);
  right: 0;
  left: 0;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pricing-03__badge.state-active-tab {
  opacity: 1;
  transform: none;
}

.pricing-03__card_button_box {
  display: none;
}

.pricing-03__card_button_box.state-active-tab {
  display: block;
}

.pricing-03__individual-text {
  display: none;
}

.pricing-03__individual-text.state-active-tab {
  display: block;
}

.pricing-04 {
  text-align: center;
}

.pricing-04__decoration {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
}

.pricing-04__buttons {
  display: inline-block;
  position: relative;
  margin: 20px 0 40px;
}

.pricing-04__buttons_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing-04__badge {
  position: absolute;
  opacity: 0;
  top: calc(50% - 2px);
  transform: translateY(-50%) translateX(96%) translateZ(0) scale(0.97);
  right: -20px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pricing-04__badge.state-active-tab {
  opacity: 1;
  transform: translateY(-50%) translateX(100%) translateZ(0);
}

@media (max-width: 600px) {
  .pricing-04__badge {
    display: none;
  }
}

.pricing-04__cards_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -60px;
}

.pricing-04__card_box {
  max-width: 264px;
  width: 100%;
  margin: 0 15px 60px;
}

.pricing-04__card {
  padding: 20px 25px 25px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
  border-radius: 10px;
  border: 2px solid transparent;
}

.pricing-04__card_title {
  margin-bottom: 15px;
  font-size: 22px;
}

.pricing-04__card_text,
.pricing-04__card_main_text {
  opacity: 0.8;
  font-size: 14px;
  line-height: 1.4;
}

.pricing-04__card_main_text {
  margin-bottom: 30px;
}

.pricing-04__price_box {
  position: relative;
  height: 77px;
  margin-bottom: 10px;
}

.pricing-04__price_item {
  position: absolute;
  top: 0;
  left: 50%;
  margin: auto;
  opacity: 0;
  transform: translateY(3px) translateX(-50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pricing-04__price_item.state-active-tab {
  opacity: 1;
  transform: translateX(-50%);
}

.pricing-04__price {
  display: inline-block;
  font-size: 64px;
  line-height: 1;
}

.pricing-04__price_text {
  display: inline-block;
}

.pricing-04__price_symbol {
  top: 0;
  left: -10px;
}

.pricing-04__price_symbol--bigger {
  left: -28px;
}

.pricing-04__period {
  right: -5px;
  bottom: 4px;
  transform: translateX(100%);
}

.pricing-04__period,
.pricing-04__price_symbol {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  color: #b9c2d2;
}

.pricing-04__info_item_text {
  line-height: 1.4;
}

.pricing-04__subword {
  padding-top: 2px;
  font-size: 14px;
  color: #b9c2d2;
}

.pricing-04__items {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 30px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.pricing-04__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.pricing-04__item:last-child {
  margin-bottom: 0;
}

.pricing-04__item_text {
  display: inline-block;
}

.pricing-04__item_icon {
  vertical-align: top;
  height: 12px;
  margin-right: 10px;
}

.bg-accent-color .pricing-04__item_icon {
  background-color: white;
  border-radius: 50%;
  padding: 4px;
  width: 18px;
  height: 18px;
}

.pricing-04__action_container {
  margin-top: 40px;
}

.pricing-04__action_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px 20px;
  background-color: white;
  border-radius: 10px;
  border: 2px solid #eee;
}

@media (max-width: 500px) {
  .pricing-04__action_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.pricing-04__action_text {
  padding-right: 40px;
  text-align: left;
  line-height: 1.4;
}

@media (max-width: 500px) {
  .pricing-04__action_text {
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}

.pricing-04__hover {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 15px;
  left: 15px;
  transform: translateY(calc(-100% + 5px)) scale(0.98);
  visibility: hidden;
  padding: 10px 15px 20px;
  border-radius: 4px;
  text-align: left;
  line-height: 1.4;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pricing-04__hover.state-visible {
  transform: translateY(-100%) scale(1);
  opacity: 1;
  visibility: visible;
}

.style-yellow-1:not(.custom-colors-enabled) .pricing-04__hover,
.custom-colors-enabled.custom-accent-color-bright .pricing-04__hover {
  color: #303030;
}

.pricing-04__card_button {
  margin-top: 20px;
}

.pricing-04__card_button_box {
  display: none;
}

.pricing-04__card_button_box.state-active-tab {
  display: block;
}

.pricing-04__individual-text {
  display: none;
}

.pricing-04__individual-text.state-active-tab {
  display: block;
}

.pricing-05 {
  text-align: center;
}

.pricing-05__box {
  overflow: auto;
  padding-bottom: 20px;
  padding-top: 15px;
}

.pricing-05__buttons {
  display: inline-block;
  position: relative;
  margin: 20px 0 40px;
}

.pricing-05__buttons_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing-05__badge {
  position: absolute;
  opacity: 0;
  top: calc(50% - 2px);
  transform: translateY(-50%) translateX(96%) translateZ(0) scale(0.97);
  right: -20px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pricing-05__badge.state-active-tab {
  opacity: 1;
  transform: translateY(-50%) translateX(100%) translateZ(0);
}

@media (max-width: 600px) {
  .pricing-05__badge {
    display: none;
  }
}

.pricing-05__cards_container {
  position: relative;
  text-align: left;
  padding: 0 15px 0;
  margin-left: auto;
  margin-right: auto;
}

.pricing-05__cards_container--0 {
  display: none;
}

.pricing-05__cards_container--1 {
  width: 530px;
}

.pricing-05__cards_container--1 .pricing-05__card_box {
  width: 65%;
}

.pricing-05__cards_container--2 {
  width: 720px;
}

.pricing-05__cards_container--2 .pricing-05__card_box {
  width: 35%;
}

.pricing-05__cards_container--3 {
  width: 850px;
}

.pricing-05__cards_container--3 .pricing-05__card_box {
  width: 25%;
}

.pricing-05__cards_container--4 {
  width: 1010px;
}

.pricing-05__cards_container--4 .pricing-05__card_box {
  width: 21%;
}

.pricing-05__cards_container--5 {
  width: 1200px;
}

.pricing-05__cards_container--5 .pricing-05__card_box {
  width: 16%;
}

.pricing-05__cards_container--no-headers.pricing-05__cards_container--1
  .pricing-05__card_box {
  width: 100%;
}

.pricing-05__cards_container--no-headers.pricing-05__cards_container--2
  .pricing-05__card_box {
  width: 50%;
}

.pricing-05__cards_container--no-headers.pricing-05__cards_container--3
  .pricing-05__card_box {
  width: 32%;
}

.pricing-05__cards_container--no-headers.pricing-05__cards_container--4
  .pricing-05__card_box {
  width: 25%;
}

.pricing-05__cards_container--no-headers.pricing-05__cards_container--5
  .pricing-05__card_box {
  width: 20%;
}

.pricing-05__table {
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
  border-radius: 10px;
  border-collapse: collapse;
}

.pricing-05__row {
  position: relative;
  transition: background-color 0.2s ease;
}

.pricing-05__row:after {
  content: "";
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(197, 201, 224, 0),
    #dfdfdf,
    rgba(197, 201, 224, 0)
  );
}

.pricing-05__row:not(.pricing-05__info--accent):hover {
  background-color: #f6f6f6;
}

.pricing-05__info {
  padding: 10px 10px;
}

.pricing-05__info__box {
  display: flex;
  align-items: center;
  padding-left: 3px;
}

.pricing-05__info__box--center {
  justify-content: center;
  text-align: center;
}

.pricing-05__item_text {
  display: inline-block;
  vertical-align: middle;
}

.font-source-code-pro .pricing-05__item_text {
  font-size: 12px;
}

.pricing-05__hover {
  position: absolute;
  opacity: 0;
  top: 10px;
  top: 0;
  left: 25px;
  max-width: 600px;
  min-width: 200px;
  transform: translateY(calc(-100% + 5px)) scale(0.98);
  visibility: hidden;
  padding: 10px 15px 20px;
  border-radius: 4px;
  text-align: left;
  line-height: 1.4;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pricing-05__hover.state-visible {
  transform: translateY(calc(-100%)) scale(1);
  opacity: 1;
  visibility: visible;
}

.pricing-05__card_box {
  padding: 30px 20px 10px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  vertical-align: top;
}

.pricing-05__item_icon {
  vertical-align: middle;
  height: 12px;
}

:not(.pricing-05__info__box--center) > .pricing-05__item_icon {
  margin-right: 10px;
}

.style-green-1 .pricing-05__item_icon,
.style-green-2 .pricing-05__item_icon,
.style-green-3 .pricing-05__item_icon {
  background-color: white;
  border-radius: 50%;
  padding: 4px;
  width: 18px;
  height: 18px;
}

.pricing-05__card_img_box {
  margin-bottom: 15px;
}

.pricing-05__card_img {
  max-height: 26px;
}

.pricing-05__card_title {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: inherit;
}

.pricing-05__card_info {
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.8;
}

.pricing-05__price_box {
  position: relative;
  margin-bottom: 10px;
  height: 20px;
}

.pricing-05__period,
.pricing-05__price_symbol {
  display: inline;
}

.pricing-05__price_item {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pricing-05__price_item.state-active-tab {
  opacity: 1;
  transform: none;
}

.pricing-05__price {
  display: inline-block;
  line-height: 1;
}

.pricing-05__header {
  padding: 0 20px;
  position: relative;
}

.pricing-05__header_text {
  padding: 10px 10px;
  min-width: 170px;
  opacity: 0.8;
  line-height: 1.4;
  font-size: 14px;
}

.pricing-05__card_button {
  padding: 20px 20px 30px;
  text-align: center;
}

.pricing-05__card_button_box {
  border-radius: 0 0 10px 10px;
}

.pricing-05__info_item_icon {
  position: relative;
  top: 2px;
  display: inline-block;
  opacity: 0.8;
  margin-left: 7px;
  font-size: 0;
  transition: opacity 0.2s ease;
}

.pricing-05__header_text:hover .pricing-05__info_item_icon {
  opacity: 1;
}

.style-yellow-1:not(.custom-colors-enabled)
  .pricing-05__card_box--accent.text-white,
.style-yellow-1:not(.custom-colors-enabled)
  .pricing-05__info--accent.text-white,
.custom-accent-color-bright .pricing-05__card_box--accent.text-white,
.custom-accent-color-bright .pricing-05__info--accent.text-white {
  color: #303030;
}

.pricing-05__card_button_wrapper {
  display: none;
}

.pricing-05__card_button_wrapper.state-active-tab {
  display: block;
}

@media (max-width: 1280px) {
  .pricing-05__cards_desktop--many {
    display: none;
  }
}

@media (max-width: 1230px) {
  .pricing-05__cards_desktop--5 {
    display: none;
  }
}

@media (max-width: 1040px) {
  .pricing-05__cards_desktop--4 {
    display: none;
  }
}

@media (max-width: 880px) {
  .pricing-05__cards_desktop--3 {
    display: none;
  }
}

@media (max-width: 750px) {
  .pricing-05__cards_desktop--2 {
    display: none;
  }
}

@media (max-width: 560px) {
  .pricing-05__cards_desktop--1 {
    display: none;
  }
}

.pricing-05__cards_mobile {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -30px;
  align-items: flex-start;
}

@media (max-width: 1280px) {
  .pricing-05__cards_mobile--many {
    display: flex;
  }
}

@media (max-width: 1230px) {
  .pricing-05__cards_mobile--5 {
    display: flex;
  }
}

@media (max-width: 1040px) {
  .pricing-05__cards_mobile--4 {
    display: flex;
  }
}

@media (max-width: 880px) {
  .pricing-05__cards_mobile--3 {
    display: flex;
  }
}

@media (max-width: 750px) {
  .pricing-05__cards_mobile--2 {
    display: flex;
  }
}

@media (max-width: 560px) {
  .pricing-05__cards_mobile--1 {
    display: flex;
  }
}

.pricing-05__cards_mobile .pricing-05__table {
  max-width: 320px;
  margin: 30px 15px 0;
}

.pricing-05__cards_mobile .pricing-05__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
}

.pricing-05__cards_mobile .pricing-05__header_text {
  min-width: auto;
  padding: 0;
  text-align: left;
}

.pricing-05__cards_mobile .pricing-05__row::after {
  top: 0;
}

.pricing-05__cards_mobile .pricing-05__header {
  padding: 0;
  padding-right: 12px;
}

.pricing-05__cards_mobile .pricing-05__item_text {
  text-align: right;
}

.pricing-05__cards_mobile .pricing-05__info__box {
  padding-left: 0;
  flex-shrink: 0;
  max-width: 200px;
}

.pricing-05__cards_mobile .pricing-05__info__box_no-header {
  margin: 0 auto;
}

@media (max-width: 400px) {
  .pricing-05__cards_mobile .pricing-05__info__box {
    flex-shrink: 1;
  }
}

.pricing-05__cards_mobile .pricing-05__header-text-container {
  margin-right: 7px;
}

.pricing-05__cards_mobile .pricing-05__info_item_icon {
  margin-left: 0;
}

.pricing-05__cards_mobile .pricing-05__hover {
  z-index: 5;
}

.pricing-05__cards_mobile .pricing-05__row {
  display: block;
}

.pricing-05__cards_mobile .pricing-05__info--accent #Help-icon {
  fill: #fff !important;
}

.video-01__item {
  overflow: hidden;
  position: relative;
  padding-top: 62.5%;
}

.video-01__item .wistia_responsive_padding,
.video-01__item .video-01__iframe {
  position: absolute !important;
  top: 0;
  width: 100%;
}

.video-01__item .spinner {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.video-01__iframe {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
}

.video-01__iframe--gray {
  background-color: var(--main-bg-gray);
}

.video-01__iframe--fixed-height {
  min-height: 300px;
  height: 100%;
  border-radius: 10px;
}

.video-01__iframe__info_box {
  position: absolute;
  top: 50%;
  padding: 20px;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  max-width: 520px;
  text-align: center;
  margin: auto;
  line-height: 1.4;
}

.wistia_responsive_padding {
  z-index: 10;
}

.video-02__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.video-02__item {
  position: relative;
  width: 50%;
}

.video-02__item .spinner {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 750px) {
  .video-02__item {
    width: 100%;
  }
}

.video-02__item .video-01__iframe--vimeo,
.video-02__item .video-01__iframe--youtube {
  height: 300px;
}

@media (max-width: 500px) {
  .video-02__item .video-01__iframe--vimeo,
  .video-02__item .video-01__iframe--youtube {
    height: auto;
  }
}

.video-02__iframe {
  position: relative;
  z-index: 10;
  max-width: 100%;
}

.video-02__text_box {
  width: 50%;
  max-width: 500px;
  padding-left: 40px;
}

.video-02__text_box .feature {
  margin-bottom: 55px;
}

.video-02__text_box .feature:last-child {
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .video-02__text_box {
    margin-top: 40px;
    width: 100%;
    padding-left: 0;
  }
}

.video-03__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

@media (max-width: 750px) {
  .video-03__wrapper {
    flex-direction: row;
  }
}

.video-03__item {
  position: relative;
  width: 50%;
}

.video-03__item .spinner {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 750px) {
  .video-03__item {
    width: 100%;
  }
}

.video-03__item .video-01__iframe--vimeo,
.video-03__item .video-01__iframe--youtube {
  height: 300px;
}

@media (max-width: 500px) {
  .video-03__item .video-01__iframe--vimeo,
  .video-03__item .video-01__iframe--youtube {
    height: auto;
  }
}

.video-03__iframe {
  position: relative;
  z-index: 10;
  max-width: 100%;
}

.video-03__text_box {
  width: 50%;
  max-width: 500px;
  padding-right: 40px;
}

.video-03__text_box .feature {
  margin-bottom: 55px;
}

.video-03__text_box .feature:last-child {
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .video-03__text_box {
    margin-top: 40px;
    width: 100%;
    padding-right: 0;
  }
}

.video-04__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 900px) {
  .video-04__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.video-04__container::after {
  display: none;
}

.video-04__item {
  width: 45%;
  max-width: 450px;
  height: 300px;
  margin-right: 50px;
  margin-bottom: 50px;
  position: relative;
}

.video-04__item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.video-04__item:nth-child(2n) {
  margin-right: 0;
}

.video-04__item:last-child {
  margin-right: 0;
}

.video-04__item .spinner {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 900px) {
  .video-04__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .video-04__item:nth-last-child(-n + 2) {
    margin-bottom: 40px;
  }

  .video-04__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

@media (max-width: 450px) {
  .video-04__item {
    max-width: 300px;
    height: 200px;
  }
}

.video-04__iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.posts-01__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

.posts-01__item {
  display: block;
  overflow: hidden;
  height: 300px;
  width: 30%;
  margin: 15px;
  min-width: 300px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  text-decoration: none;
}

@media (max-width: 600px) {
  .posts-01__item {
    width: 100%;
    min-width: auto;
  }
}

a.posts-01__item {
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

a.posts-01__item:hover,
a.posts-01__item:focus {
  transform: translateY(-5px);
  box-shadow: 0 2px 8px 0 rgba(136, 144, 195, 0.22),
    0 8px 15px 0 rgba(37, 44, 97, 0.17);
}

.posts-01__img_box {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
}

.posts-01__img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center top;
}

.posts-01__text {
  position: relative;
  z-index: 100;
  padding: 10px 15px 10px;
  width: 100%;
  background-color: white;
}

.posts-01__info {
  color: #636363;
  line-height: 1.6;
  margin-bottom: 5px;
}

.posts-02__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.posts-02__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: calc(50% - 10px);
  padding: 28px 20px 22px 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
}

.posts-02__item--accent {
  background-color: white;
  border-color: transparent;
}

.bg-white-color .posts-02__item--accent {
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
}

@media (max-width: 760px) {
  .posts-02__item {
    flex-direction: column-reverse;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

.bg-medium-color .posts-02__item:not(.posts-02__item--accent),
.bg-light-color .posts-02__item:not(.posts-02__item--accent) {
  background-color: rgba(255, 255, 255, 0.3);
}

.posts-02__item:nth-child(2n) {
  margin-right: 0;
}

.posts-02__text {
  width: 70%;
  padding-right: 10px;
}

.posts-02__text--full {
  width: 100%;
}

@media (max-width: 760px) {
  .posts-02__text {
    width: 100%;
    padding-right: 0;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

.posts-02__title {
  margin-top: 0;
}

.posts-02__info {
  line-height: 1.6;
  opacity: 0.8;
  font-size: 14px;
}

.posts-02__img_box {
  height: 80px;
  width: 80px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 760px) {
  .posts-02__img_box {
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .posts-02__img_box {
    width: 60px;
    height: 60px;
  }
}

.posts-02__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.posts-03 {
  padding-bottom: 50px;
  text-align: center;
}

.posts-03__item {
  padding: 20px;
}

.posts-03__wrapper {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  text-align: left;
  flex-wrap: wrap;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  margin-right: auto;
  margin-left: auto;
}

.posts-03__wrapper--small {
  max-width: 500px;
}

.posts-03__img_box {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 300px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 760px) {
  .posts-03__img_box {
    position: relative;
    width: 100%;
    height: 370px;
    margin: auto;
    overflow: hidden;
  }
}

.posts-03__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 760px) {
  .posts-03__img {
    width: 100%;
    position: relative;
    z-index: 100;
    max-width: 300px;
    margin: auto;
  }
}

.posts-03__bg_img {
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transform: scale(1.1);
  transform-origin: center;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 760px) {
  .posts-03__bg_img {
    visibility: visible;
  }
}

.posts-03__text_box {
  position: relative;
  padding: 20px 70px 40px calc(300px + 40px);
  width: 100%;
}

.posts-03__text_box--no-thumb {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 900px) {
  .posts-03__text_box {
    padding-right: 50px;
  }
}

@media (max-width: 760px) {
  .posts-03__text_box {
    padding-left: 40px;
  }
}

@media (max-width: 500px) {
  .posts-03__text_box,
  .posts-03__text_box--no-thumb {
    padding: 10px 20px 30px 20px;
  }
}

.posts-03__logo {
  display: inline-block;
  max-height: 60px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.posts-03__author {
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: block;
  max-width: 200px;
}

.posts-03__text {
  opacity: 0.8;
  margin-bottom: 30px;
}

@media (max-width: 400px) {
  .posts-03__text {
    margin-bottom: 15px;
  }
}

.posts-03__tags_box {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 50px;
  right: 40px;
}

@media (max-width: 500px) {
  .posts-03__tags_box {
    top: 40px;
    right: 20px;
  }
}

@media (max-width: 450px) {
  .posts-03__tags_box {
    display: none;
  }
}

.posts-03__tag {
  display: inline-block;
  margin-right: 10px;
}

.posts-03__tag:last-child {
  margin-right: 0;
}

.posts-03__link {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

@media (max-width: 600px) {
  .posts-03__link {
    position: static;
    margin-top: 20px;
  }
}

.posts-04__wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: #fff;
}

@media (max-width: 700px) {
  .posts-04__wrapper {
    flex-wrap: wrap;
  }
}

.posts-04__item {
  padding: 15px 40px 10px;
  margin-right: 20px;
  width: 220px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.posts-04__item:last-child {
  margin-right: 0;
}

@media (max-width: 700px) {
  .posts-04__item {
    margin-right: 0;
  }
}

.posts-04__img {
  max-height: 60px;
}

.posts-04__title {
  margin-bottom: 10px;
}

.posts-04__text {
  opacity: 0.7;
  line-height: 1.4;
  font-size: 14px;
  color: #303030;
}

.posts-05__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

.posts-05__item {
  display: block;
  overflow: hidden;
  width: 30%;
  margin: 15px;
  min-width: 350px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

@media (max-width: 600px) {
  .posts-05__item {
    width: 100%;
    min-width: auto;
  }
}

.posts-05__img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 140px;
}

.posts-05__img_box--small {
  height: 20px;
}

.posts-05__img {
  max-width: 70%;
  max-height: 100px;
}

.posts-05__text {
  padding: 15px 45px 25px;
  width: 100%;
}

@media (max-width: 600px) {
  .posts-05__text {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.posts-05__title {
  margin-bottom: 20px;
}

.font-source-code-pro .posts-05__title {
  font-size: 16px;
}

.posts-05__title_info {
  opacity: 0.6;
  margin-left: 7px;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 400;
}

.font-source-code-pro .posts-05__info {
  font-size: 14px;
}

.posts-05__link {
  margin-top: 20px;
}

.posts-06 {
  background-color: #f6f6f6;
}

.posts-06__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}

@media (max-width: 600px) {
  .posts-06__wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.posts-06__card_holder {
  width: calc(100% / 3 - 24px);
  height: 235px;
  margin-right: 36px;
  margin-bottom: 40px;
  position: relative;
}

.posts-06__card_holder:nth-child(3n) {
  margin-right: 0;
}

.posts-06__card_holder:last-child {
  margin-right: 0;
}

@media (max-width: 850px) {
  .posts-06__card_holder {
    width: calc(100% / 2 - 20px);
    max-width: 250px;
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .posts-06__card_holder:nth-child(2n) {
    margin-right: 0;
  }

  .posts-06__card_holder:nth-child(3n) {
    margin-right: 40px;
  }

  .posts-06__card_holder:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 850px) and (max-width: 600px) {
  .posts-06__card_holder {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
  }
}

@media (max-width: 850px) {
  .posts-06__card_holder:nth-child(3n) {
    margin-right: 0;
  }
}

.posts-06__card {
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
}

.posts-06__card--bottom {
  width: 90%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 1;
}

.posts-06__card--middle {
  width: 95%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  z-index: 2;
}

.posts-06__card--top {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

@media (max-width: 850px) {
  .posts-06__card--top {
    margin: 0 auto;
  }
}

.posts-06__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
  color: #20313c;
}

.posts-06__image_box {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.posts-06__image {
  max-width: 70%;
  max-height: 70%;
}

.clients-01 {
  text-align: center;
}

.clients-01__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px auto -20px auto;
}

.clients-01__item {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.clients-02 {
  text-align: center;
}

.clients-02__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.clients-02__logos {
  position: relative;
  padding: 30px 40px 15px 40px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
}

.clients-02__img {
  position: absolute;
  width: 30px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.clients-02__title {
  margin-top: 0;
  margin-bottom: 40px;
}

.clients-02__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px auto auto;
  margin-bottom: -20px;
  max-width: 450px;
}

.clients-02__item {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}

.clients-02__text_box {
  list-style: none;
  padding: 50px;
}

@media (max-width: 400px) {
  .clients-02__text_box {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.clients-02__text_item {
  margin-bottom: 25px;
  text-align: left;
}

.clients-02__text_item:last-child {
  margin-bottom: 0;
}

.clients-02__text {
  display: inline-block;
  line-height: 1.6;
  padding: 7px 15px;
  border-radius: 4px;
}

.bg-light-color .clients-02__text,
.bg-medium-color .clients-02__text {
  background-color: rgba(255, 255, 255, 0.3);
}

.clients-02__link {
  transition: opacity 0.2s ease;
}

.clients-02__link:hover {
  opacity: 0.8;
}

.clients-03 {
  text-align: center;
}

.clients-03__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.clients-03__item {
  margin: 0 30px 40px;
}

.clients-03__logo {
  transform: translateZ(0);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: -webkit-filter 0.15s ease;
  transition: filter 0.15s ease;
  transition: filter 0.15s ease, -webkit-filter 0.15s ease;
}

.clients-03__logo:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.cta_form-01__container {
  max-width: 600px;
}

@media (min-width: 1000px) {
  .cta_form-01__tag {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-65%) translateX(103%);
  }
}

.cta_form-03__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 45px 30px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
}

.cta_form-03__heading_box {
  max-width: 270px;
}

@media (max-width: 750px) {
  .cta_form-03__heading_box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
  }
}

.cta_form-03__heading {
  margin-top: 0;
}

.cta_form-03__text {
  font-size: 14px;
  opacity: 0.6;
}

.cta_form-03__form_box {
  width: calc(100% - 300px);
}

@media (max-width: 750px) {
  .cta_form-03__form_box {
    width: 100%;
  }
}

.cta_form-04__wrapper {
  border-radius: 10px;
  border: 1px solid #eee;
  text-align: center;
}

.cta_form-04__top {
  padding: 30px 20px 40px;
}

@media (max-width: 400px) {
  .cta_form-04__top {
    padding-top: 30px;
  }
}

.cta_form-04__heading_box .title-box {
  margin-bottom: 30px;
}

.cta_form-04__heading {
  margin-top: 0;
  margin-bottom: 30px;
}

.cta_form-04__text {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.6;
}

.cta_form-04__form_box {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cta_form-04__features {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
}

.cta_form-04__feature {
  position: relative;
  display: inline-block;
  opacity: 0.65;
  margin-right: 30px;
  font-size: 10px;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  font-weight: 700;
}

.cta_form-04__feature:last-child {
  margin-right: 0;
}

.cta_form-04__feature:last-child:after {
  content: none;
}

.cta_form-04__feature:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(48, 48, 48, 0.3);
}

.cta_form-04__bottom {
  border-top: 1px solid #eee;
  padding: 20px 20px 30px;
}

.cta_form-04__bottom_text {
  opacity: 0.8;
  line-height: 1.6;
}

.cta_form-04__bottom_link {
  margin-top: 20px;
}

.cta_form-08 {
  padding: 70px 0;
}

.cta_form-08__wrapper {
  padding: 45px 30px 60px;
  border-radius: 10px;
  position: relative;
}

.cta_form-08__wrapper .form {
  display: flex;
  justify-content: center;
}

.cta_form-08__wrapper .form__inputs {
  flex-wrap: nowrap;
  justify-content: center;
}

.cta_form-08__wrapper .form__button {
  display: inline-block;
}

.cta_form-08__wrapper .text-input {
  max-width: 200px;
  margin-right: 15px;
}

.cta_form-08__wrapper .text-input:last-child {
  margin-right: 0;
}

@media (max-width: 800px) {
  .cta_form-08__wrapper {
    padding-bottom: 40px;
  }

  .cta_form-08__wrapper .form {
    flex-direction: column;
  }

  .cta_form-08__wrapper .form__inputs {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .cta_form-08__wrapper .form__button {
    margin: 0;
    text-align: center;
  }

  .cta_form-08__wrapper .text-input {
    max-width: 400px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .cta_form-08__wrapper .text-input:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 400px) {
  .cta_form-08__wrapper .form__inputs {
    display: flex;
  }
}

.cta_form-08__emoji {
  max-width: 55px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.cta_form-08__heading {
  max-width: 500px;
  margin: 0 auto 37px;
  color: white;
  text-align: center;
}

.cta_form-09 {
  padding: 70px 0;
}

.cta_form-09__wrapper {
  padding: 30px 100px 45px;
  margin-bottom: 50px;
  border-radius: 10px;
  border: 1px solid rgba(151, 151, 151, 0.2);
}

@media (max-width: 999px) {
  .cta_form-09__wrapper {
    padding-top: 10px;
  }
}

@media (max-width: 750px) {
  .cta_form-09__wrapper {
    padding-right: 50px;
    padding-left: 50px;
    margin-bottom: 35px;
  }
}

@media (max-width: 550px) {
  .cta_form-09__wrapper {
    padding: 15px 25px 25px;
  }
}

@media (max-width: 400px) {
  .cta_form-09__wrapper {
    margin-bottom: 60px;
  }
}

.cta_form-09__wrapper .form__button {
  margin-left: 10px;
}

@media (max-width: 400px) {
  .cta_form-09__wrapper .form__button {
    margin-left: 0;
  }
}

.cta_form-09__heading_box {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 750px) {
  .cta_form-09__heading_box {
    margin-bottom: 20px;
  }
}

.cta_form-09__heading {
  margin: 0;
  position: relative;
  display: inline-block;
}

@media (min-width: 1000px) {
  .cta_form-09__tag {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-65%) translateX(103%);
  }
}

.cta_form-09__social_box {
  max-width: 180px;
  margin: 0 auto;
  position: relative;
}

.cta_form-09__social_text {
  position: absolute;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 400px) {
  .cta_form-09__social_text {
    left: 50%;
    top: -32px;
    transform: translateX(-50%);
  }
}

.cta_form-09__social_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.cta_form-09__social_item {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.cta_form-09__social_item:last-child {
  margin-right: 0;
}

.cta_form-09__social_item:nth-child(3n) {
  margin-right: 0;
}

.cta_form-09__social_item:nth-child(n + 4) {
  margin-top: 15px;
}

.cta_form-09__social_link {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.cta_form-09__social_link:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px 0 rgba(136, 144, 195, 0.22),
    0 8px 15px 0 rgba(37, 44, 97, 0.17);
}

.cta_form-09__social_logo {
  max-height: 15px;
  max-width: 40px;
}

.cta_form-10 {
  padding-top: 85px;
  padding-bottom: 55px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #303030;
  position: relative;
  z-index: 1;
}

.cta_form-10::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.cta_form-10__container {
  position: relative;
  z-index: 2;
}

.cta_form-10__heading {
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  text-align: center;
}

.cta_form-10__top_text {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 16px;
  color: white;
  text-align: center;
}

.cta_form-10__form_box .form__inputs {
  position: relative;
}

.cta_form-10__form_box .form__input_wrapper {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

@media (max-width: 500px) {
  .cta_form-10__form_box .form__input_wrapper {
    flex-direction: column;
  }
}

.cta_form-10__form_box .form__input_wrapper .form__input {
  margin-bottom: 0;
}

.cta_form-10__form_box .form__input_wrapper .form__input:first-child {
  margin-right: 15px;
}

@media (max-width: 500px) {
  .cta_form-10__form_box .form__input_wrapper .form__input:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.cta_form-10__form_box .form__input {
  width: 100%;
  margin-bottom: 15px;
}

.cta_form-10__form_box .form__select {
  width: 100%;
  margin-bottom: 15px;
}

.cta_form-10__form_box .form__textarea {
  width: 100%;
}

.cta_form-10__form_box .form__button {
  width: 100%;
  margin-left: 0;
  text-align: center;
}

.cta_form-10__form_box .form__checkbox {
  width: 100%;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta_form-10__form_box .form__label {
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.4;
  color: white;
  cursor: pointer;
}

.cta_form-10__form_box .form__terms_link {
  color: inherit;
  text-decoration: underline;
}

.cta_form-10__form_box .form__messages {
  top: 83%;
}

.cta_form-12 {
  padding-top: 160px;
  padding-bottom: 90px;
  background-color: #ededed;
}

.cta_form-12__form_box {
  padding: 40px 20px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 10px;
  background-color: white;
  position: relative;
}

.cta_form-12__image {
  max-width: 120px;
  max-height: 80px;
  position: absolute;
  top: -76px;
  left: 50%;
  transform: translateX(-50%);
}

.cta_form-12__heading {
  max-width: 500px;
  margin: 0 auto 13px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.cta_form-12__top_text {
  max-width: 500px;
  margin: 0 auto 25px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(48, 48, 48, 0.6);
  text-align: center;
}

.cta_form-12__form {
  max-width: 350px;
  margin: 0 auto;
}

.cta_form-12__form .form__inputs {
  position: relative;
}

.cta_form-12__form .form__input {
  width: 100%;
  margin-bottom: 15px;
}

.cta_form-12__form .form__textarea {
  width: 100%;
}

.cta_form-12__form .form__messages {
  margin-top: 0;
  top: 80%;
}

.cta_form-12__form .form__button {
  width: 100%;
  margin-left: 0;
  text-align: center;
}

.cta_button-01__button_box,
.cta_button-04__button_box,
.cta_button-06__button_box {
  text-align: center;
}

.cta_button-01__button_wrapper,
.cta_button-04__button_wrapper,
.cta_button-06__button_wrapper {
  display: inline-block;
  position: relative;
}

.cta_button-01__tag,
.cta_button-04__tag,
.cta_button-06__tag {
  position: relative;
  z-index: 10;
  transform: translateY(20%);
}

@media (min-width: 1000px) {
  .cta_button-01__tag,
  .cta_button-04__tag,
  .cta_button-06__tag {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%) translateX(75%);
  }
}

.cta_button-02 {
  padding: 70px 0 70px;
}

.cta_button-02__img_box {
  text-align: center;
}

.cta_button-02__img {
  -webkit-animation: levitate 4s linear infinite;
  animation: levitate 4s linear infinite;
  width: 50px;
}

@-webkit-keyframes levitate {
  0% {
    transform: translateY(-5%);
  }

  50% {
    transform: translateY(5%);
  }

  100% {
    transform: translateY(-5%);
  }
}

@keyframes levitate {
  0% {
    transform: translateY(-5%);
  }

  50% {
    transform: translateY(5%);
  }

  100% {
    transform: translateY(-5%);
  }
}

.cta_button-03 {
  position: relative;
}

.cta_button-03__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

@media (max-width: 750px) {
  .cta_button-03__wrapper {
    display: block;
    text-align: center;
  }
}

.cta_button-03__title_box {
  max-width: 300px;
}

@media (max-width: 750px) {
  .cta_button-03__title_box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.cta_button-03__text {
  opacity: 0.8;
  font-size: 14px;
}

.cta_button-03__title {
  margin-top: 5px;
  font-size: 20px;
}

.cta_button-10 {
  padding: 70px 0 70px;
}

.cta_button-10__button_box {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 700px) {
  .cta_button-10__button_box {
    justify-content: center;
  }
}

.cta_button-10__button_wrapper {
  display: inline-block;
  position: relative;
}

.cta_button-10__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cta_button-10__item {
  vertical-align: top;
  display: inline-block;
}

.cta_button-10__link {
  text-decoration: none;
  text-align: center;
}

.cta_button-10__logo_box {
  height: 40px;
  margin-bottom: 7px;
}

.cta_button-10__text {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.cta_button-10__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 90px;
  width: 90px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.cta_button-11 {
  padding: 70px 0 70px;
  background-color: rgba(0, 0, 0, 0.9);
}

.cta_button-11__container {
  max-width: 650px;
}

.cta_button-11__button_box {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 700px) {
  .cta_button-11__button_box {
    justify-content: center;
  }
}

.cta_button-11__button_wrapper {
  display: inline-block;
  position: relative;
}

.cta_button-11__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 700px) {
  .cta_button-11__list {
    margin-left: 7px;
    margin-right: 7px;
  }
}

.cta_button-11__item {
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}

.cta_button-11__item:last-child {
  margin-right: 0;
}

@media (max-width: 700px) {
  .cta_button-11__item {
    margin-bottom: 20px;
  }
}

.cta_button-11__link {
  text-decoration: none;
  text-align: center;
}

.cta_button-11__logo_box {
  height: 40px;
  margin-bottom: 7px;
}

.cta_button-11__text {
  text-transform: uppercase;
  font-weight: 700;
  color: #00396b;
  font-size: 12px;
}

.cta_button-11__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 90px;
  width: 90px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.cta_button-11__link:hover {
  transform: translateY(-3px);
  background-color: #dfeafe;
}

.cta_button-12 {
  position: relative;
}

.cta_button-12__content {
  position: relative;
  z-index: 10;
}

.cta_button-12__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: -60px;
}

@media (max-width: 700px) {
  .cta_button-12__wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.cta_button-12__box {
  position: relative;
  padding: 30px 20px 25px;
  width: calc(50% - 30px);
  min-width: 280px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 60px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

@media (max-width: 700px) {
  .cta_button-12__box {
    margin-right: 0;
    margin-left: 0;
  }

  .cta_button-12__box:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .cta_button-12__box {
    width: 100%;
    min-width: 100%;
  }
}

.cta_button-12__emoji {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  transform: translateY(-50%);
  max-height: 50px;
}

.cta_button-12__text {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  line-height: 1.4;
}

.cta_button-16 {
  padding-left: 15px;
  margin-right: 15px;
}

.cta_button-16__button_box {
  text-align: center;
}

.cta_button-16__wrapper {
  padding: 40px 15px 40px;
  border-radius: 10px;
  border: 1px solid #eee;
}

.cta_button-20 {
  position: relative;
  z-index: 100;
  padding-bottom: 90px;
}

.cta_button-20__container {
  position: relative;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 140px;
}

@media (max-width: 1366px) {
  .cta_button-20__container {
    padding-top: 100px;
  }
}

@media (max-width: 700px) {
  .cta_button-20__container {
    padding-top: 70px;
  }
}

.cta_button-20__info {
  width: 50%;
}

@media (max-width: 1400px) {
  .cta_button-20__info {
    padding-left: 0;
  }
}

@media (max-width: 1000px) {
  .cta_button-20__info {
    width: 60%;
  }
}

@media (max-width: 760px) {
  .cta_button-20__info {
    width: 100%;
    margin-bottom: 100px;
    text-align: center;
  }
}

.cta_button-20__info_content {
  max-width: 400px;
}

@media (max-width: 760px) {
  .cta_button-20__info_content {
    margin-left: auto;
    margin-right: auto;
  }
}

.cta_button-20__text {
  max-width: 430px;
}

@media (max-width: 760px) {
  .cta_button-20__text {
    margin-left: auto;
    margin-right: auto;
  }
}

.cta_button-20__buttons_box {
  margin-top: 45px;
}

.cta_button-20__visal {
  position: relative;
  width: 50%;
  text-align: center;
}

@media (max-width: 1000px) {
  .cta_button-20__visal {
    width: 30%;
  }
}

@media (max-width: 760px) {
  .cta_button-20__visal {
    width: 90%;
    margin: auto auto 100px;
  }
}

@media (max-width: 500px) {
  .cta_button-20__visal {
    width: 60%;
  }
}

.cta_button-20__visal__wrapper {
  position: relative;
}

.cta_button-20__mockup--shift {
  position: absolute;
  left: -25%;
  right: 0;
  bottom: 0;
  top: 10%;
  width: 100%;
  margin: auto;
}

@media (max-width: 760px) {
  .cta_button-20__mockup--static {
    position: relative;
    left: 30px;
  }
}

@media (max-width: 1400px) {
  .cta_button-20__mockup {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-right: 100px;
  }

  .cta_button-20__mockup .mockup {
    width: 250px;
  }
}

@media (max-width: 1366px) {
  .cta_button-20__mockup .mockup {
    width: 200px;
  }
}

@media (max-width: 1000px) {
  .cta_button-20__mockup {
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  .cta_button-20__mockup {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .cta_button-20__buttons {
    justify-content: center;
  }

  .cta_button-20__buttons .rich_download_app__item {
    margin-right: 8px;
    margin-left: 8px;
  }
}

.cta_button-21__button_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: -14px;
}

@media (max-width: 500px) {
  .cta_button-21__button_box {
    flex-direction: column;
  }
}

.cta_button-21__text {
  padding-left: 20px;
  max-width: 250px;
  line-height: 1.4;
  padding-bottom: 14px;
}

.cta_button-21__text .emoji {
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 500px) {
  .cta_button-21__text {
    padding-left: 0;
    margin-top: 15px;
  }
}

.cta_button-25__title {
  margin-bottom: 25px;
  text-align: center;
}

.cta_button-25__subheading {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.cta_button-25__button_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
  text-align: center;
}

@media (max-width: 500px) {
  .cta_button-25__button_wrapper {
    margin-bottom: 70px;
  }
}

.cta_button-25__tag {
  position: relative;
}

.cta_button-25__tag .tag {
  position: absolute;
  top: -10px;
  right: -50px;
  z-index: 2;
}

.cta_button-25__features {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  margin-bottom: -50px;
}

@media (max-width: 500px) {
  .cta_button-25__features {
    flex-direction: column;
    align-items: center;
  }
}

.cta_button-25__item {
  width: calc(100% / 3 - 50px);
  padding-top: 15px;
  margin-right: 75px;
  margin-bottom: 50px;
  position: relative;
}

.cta_button-25__item:nth-child(3n) {
  margin-right: 0;
}

.cta_button-25__item:last-child {
  margin-right: 0;
}

.cta_button-25__item::before {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 800px) {
  .cta_button-25__item {
    width: calc(100% / 3 - 30px);
    margin-right: 45px;
  }
}

@media (max-width: 500px) {
  .cta_button-25__item {
    width: 100%;
    max-width: 180px;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .cta_button-25__item:last-child {
    margin-bottom: 0;
  }
}

.bg-accent-color .cta_button-25__item:before {
  background-color: #303030;
}

.cta_button-25__top_title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}

.cta_button-25__content {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  opacity: 0.5;
}

.cta_button-26 {
  padding: 70px 0;
  background-color: #f6f6f6;
}

.cta_button-26__container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.cta_button-26__container::after {
  display: none;
}

@media (max-width: 750px) {
  .cta_button-26__container {
    flex-direction: column;
  }
}

.cta_button-26__content {
  width: 100%;
  max-width: 425px;
  margin-right: 15px;
}

@media (max-width: 750px) {
  .cta_button-26__content {
    text-align: center;
    margin-bottom: 50px;
    margin-right: 0;
  }
}

.cta_button-26__heading {
  margin-top: 0;
  margin-bottom: 15px;
}

.cta_button-26__info {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(48, 48, 48, 0.8);
}

.cta_button-26__reasons {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  max-width: 290px;
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  box-sizing: border-box;
}

.cta_button-26__reason {
  margin-bottom: 13px;
  display: flex;
}

.cta_button-26__reason:nth-child(3) {
  margin-bottom: 25px;
}

.cta_button-26__reason:last-child {
  margin-bottom: 0;
}

.cta_button-26__check {
  position: relative;
  top: 2px;
  vertical-align: top;
  margin-right: 10px;
}

.cta_button-26__check svg {
  height: 12px;
}

.cta_button-26__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@-webkit-keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }

  20% {
    transform: scale(1);
  }

  40% {
    transform: scale(0.75);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(0.75);
  }

  100% {
    transform: scale(0.75);
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }

  20% {
    transform: scale(1);
  }

  40% {
    transform: scale(0.75);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(0.75);
  }

  100% {
    transform: scale(0.75);
  }
}

.cta_button-27 {
  padding: 70px 0;
}

.cta_button-27__container {
  padding-top: 45px;
}

.cta_button-27__card {
  padding: 88px 20px 30px 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.cta_button-27__github_box {
  width: 113px;
  height: 113px;
  border: 4px solid #303030;
  border-radius: 50%;
  background-color: #303030;
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
}

.cta_button-27__github {
  width: 100%;
  height: 100%;
}

.cta_button-27__heart {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 80px;
  left: 43px;
  -webkit-animation: heartbeat 2s infinite;
  animation: heartbeat 2s infinite;
  -webkit-filter: contrast(1);
  filter: contrast(1);
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
}

.cta_button-27__heart:hover {
  -webkit-filter: contrast(1);
  filter: contrast(1);
}

.cta_button-27__text_box {
  max-width: 280px;
  margin: 0 auto;
}

.cta_button-27__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  color: white;
  line-height: 1.4;
}

.cta_button-27__text {
  margin-top: 0;
  margin-bottom: 20px;
  color: white;
  line-height: 1.4;
  font-size: 14px;
  opacity: 0.7;
}

.cta_button-28 {
  padding: 70px 0;
}

.cta_button-28__container {
  position: relative;
}

.cta_button-28__grid {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-width: 620px;
  width: 100%;
  margin: auto;
  z-index: -1;
}

.cta_button-28__card {
  max-width: 310px;
  padding: 35px 35px 30px 40px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.cta_button-28__tools {
  max-width: 47px;
  max-height: 60px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.cta_button-28__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  color: #f6f6f6;
}

.cta_button-28__features {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
}

.cta_button-28__feature {
  margin-bottom: 15px;
  display: flex;
}

.cta_button-28__feature:nth-child(2n) {
  margin-bottom: 30px;
}

.cta_button-28__feature:last-child {
  margin-bottom: 0;
}

.cta_button-28__check {
  position: relative;
  top: 2px;
  vertical-align: top;
  margin-right: 10px;
}

.cta_button-28__check svg {
  height: 12px;
}

.cta_button-28__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #f6f6f6;
}

.cta_button-28__button {
  text-align: center;
}

.cta_button-29 {
  padding: 70px 0;
}

.cta_button-29__card {
  width: 100%;
  max-width: 820px;
  padding-top: 40px;
  padding-bottom: 25px;
  margin: 0 auto;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
}

.cta_button-29__heading {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  color: #20313c;
  text-align: center;
}

.cta_button-29__list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 660px) {
  .cta_button-29__list {
    padding: 0 40px;
  }
}

@media (max-width: 550px) {
  .cta_button-29__list {
    flex-direction: column;
  }
}

.cta_button-29__item {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
}

@media (max-width: 660px) {
  .cta_button-29__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 550px) {
  .cta_button-29__item {
    width: 100%;
    max-width: 200px;
    margin-right: 0;
    margin-left: 0;
  }
}

.cta_button-29__logo {
  max-width: 20px;
  max-height: 15px;
  margin-right: 12px;
}

.cta_button-29__link {
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 4px;
  transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cta_button-29__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px 0 rgba(136, 144, 195, 0.22),
    0 8px 15px 0 rgba(37, 44, 97, 0.17);
}

.cta_button-29__link:visited {
  color: white;
}

.cta_button-30 {
  padding: 70px 0;
}

.cta_button-30__list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 750px) {
  .cta_button-30__list {
    flex-direction: column;
  }
}

.cta_button-30__item {
  width: calc(100% / 2 - 15px);
  padding: 28px 38px 25px 40px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #f6f6f6;
  box-sizing: border-box;
  background-color: white;
}

.cta_button-30__item:nth-child(2n) {
  margin-right: 0;
}

.cta_button-30__item:last-child {
  margin-right: 0;
}

.cta_button-30__item .feature__title_text {
  font-size: 20px;
  text-transform: none;
}

.cta_button-30__item .feature__icon {
  margin-right: 30px;
}

@media (max-width: 500px) {
  .cta_button-30__item .feature__icon {
    margin-right: 15px;
  }
}

.cta_button-30__item .feature__content {
  padding-left: 70px;
  margin-bottom: 25px;
  color: rgba(48, 48, 48, 0.8);
}

@media (max-width: 750px) {
  .cta_button-30__item .feature__content {
    padding-left: 0;
  }
}

.cta_button-30__item .button {
  margin-left: 70px;
}

@media (max-width: 750px) {
  .cta_button-30__item .button {
    margin-left: 0;
    display: block;
  }
}

@media (max-width: 750px) {
  .cta_button-30__item {
    width: 100%;
    max-width: 450px;
    margin-right: 0;
  }
}

.cta_button-31 {
  padding: 70px 0;
}

.cta_button-31__card {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background-color: #f6f6f6;
}

@media (max-width: 750px) {
  .cta_button-31__card {
    padding: 25px 20px 40px;
    flex-direction: column;
  }
}

.cta_button-31__heading {
  max-width: 48%;
  margin: 0;
  font-size: 20px;
}

@media (max-width: 750px) {
  .cta_button-31__heading {
    max-width: 400px;
    margin: 0 auto 25px;
    text-align: center;
  }
}

.cta_button-31__list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .cta_button-31__list {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 750px) {
  .cta_button-31__list {
    width: 70%;
    flex-direction: row;
  }
}

@media (max-width: 650px) {
  .cta_button-31__list {
    width: 100%;
    flex-direction: column;
  }
}

.cta_button-31__item {
  width: calc(100% / 2 - 10px);
  margin-right: 20px;
  margin-top: 20px;
}

.cta_button-31__item:nth-child(-n + 2) {
  margin-top: 0;
}

.cta_button-31__item:nth-child(2n) {
  margin-right: 0;
}

.cta_button-31__item:last-child {
  margin-right: 0;
}

@media (max-width: 900px) {
  .cta_button-31__item {
    width: 100%;
    max-width: 200px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .cta_button-31__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 750px) {
  .cta_button-31__item {
    width: calc(100% / 2 - 10px);
    max-width: unset;
    margin-bottom: 0;
    margin-right: 20px;
    margin-top: 20px;
  }

  .cta_button-31__item:nth-child(-n + 2) {
    margin-top: 0;
  }

  .cta_button-31__item:nth-child(2n) {
    margin-right: 0;
  }

  .cta_button-31__item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 650px) {
  .cta_button-31__item {
    width: 100%;
    max-width: 200px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .cta_button-31__item:last-child {
    margin-bottom: 0;
  }
}

.cta_button-31__logo {
  max-width: 20px;
  max-height: 15px;
  margin-right: 12px;
}

.cta_button-31__link {
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 4px;
  transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cta_button-31__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px 0 rgba(136, 144, 195, 0.22),
    0 8px 15px 0 rgba(37, 44, 97, 0.17);
}

.cta_button-31__link:visited {
  color: white;
}

.contact-01 {
  text-align: center;
}

.contact-01__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-01__list_item {
  margin-bottom: 20px;
}

.contact-01__list_item:last-child {
  margin-bottom: 0;
}

.contact-01__link {
  text-decoration: underline;
}

.contact-01__link.text-white:hover {
  color: #fff;
}

.contact-01__map_box {
  margin-top: 80px;
}

.contact-01__map {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 250px;
  height: 150px;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.contact-01__map:hover {
  transform: translateY(-5px);
}

.contact-01__map:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: rgba(31, 44, 75, 0.7);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icons/view--white.svg");
  transition: opacity 0.2s ease;
}

.contact-01__map:hover:before {
  opacity: 1;
}

.contact-02__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

@media (max-width: 768px) {
  .contact-02__list {
    flex-direction: column;
    align-items: center;
  }
}

.contact-02__list_item {
  width: 30%;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .contact-02__list_item {
    margin-bottom: 40px;
    width: 50%;
  }

  .contact-02__list_item:last-child {
    margin-bottom: 0;
  }
}

.contact-02__item_title {
  margin-bottom: 7px;
  text-transform: uppercase;
  font-size: 16px;
}

.contact-02__social {
  margin-top: 10px;
}

.contact-02__social .social-buttons__link {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-02__social .social-buttons__link:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.contact-02__link {
  text-decoration: none;
}

.testimonials-01 {
  padding-bottom: 50px;
  text-align: center;
}

@media (max-width: 800px) {
  .testimonials-01 .slider__arrow {
    display: none;
  }
}

@media (max-width: 800px) {
  .testimonials-01 .slick-dots {
    bottom: -20px;
  }
}

.testimonials-01 .slick-slide {
  padding: 0 15px;
}

.bg-white-color .testimonials-01 .slider__box:before {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  background-image: linear-gradient(
    90deg,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

@media (max-width: 800px) {
  .bg-white-color .testimonials-01 .slider__box:before {
    content: "";
  }
}

.bg-white-color .testimonials-01 .slider__box:after {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
}

@media (max-width: 800px) {
  .bg-white-color .testimonials-01 .slider__box:after {
    content: "";
  }
}

@media (max-width: 800px) {
  .testimonials-01__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.testimonials-01__item {
  display: inline-block;
  position: relative;
  padding: 35px 30px 25px;
  max-width: 580px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
  text-align: left;
}

.testimonials-01__logo {
  max-height: 50px;
  margin-bottom: 16px;
}

.testimonials-01__text {
  line-height: 1.6;
}

.testimonials-01__box {
  display: flex;
  justify-content: space-between;
}

.testimonials-01__author {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 300px;
  opacity: 0.8;
}

.testimonials-02__wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

@media (max-width: 950px) {
  .testimonials-02__wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.testimonials-02__item {
  width: calc(100% / 2 - 40px);
  max-width: 580px;
  padding: 35px 30px 25px;
  margin-right: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
  box-sizing: border-box;
  text-align: left;
}

.testimonials-02__item:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 950px) {
  .testimonials-02__item {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 650px) {
  .testimonials-02__item {
    max-width: 400px;
  }
}

@media (max-width: 450px) {
  .testimonials-02__item {
    max-width: 300px;
  }
}

.testimonials-02__logo {
  max-height: 50px;
  margin-bottom: 16px;
}

.testimonials-02__text {
  padding-right: 60px;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .testimonials-02__text {
    font-size: 14px;
  }
}

@media (max-width: 650px) {
  .testimonials-02__text {
    max-width: 400px;
    padding-right: 0;
  }
}

@media (max-width: 450px) {
  .testimonials-02__text {
    max-width: 300px;
  }
}

.testimonials-02__box {
  display: flex;
  justify-content: space-between;
}

.testimonials-02__author {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 300px;
  opacity: 0.8;
}

.testimonials-03 {
  padding: 70px 0;
}

.testimonials-03__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}

@media (max-width: 850px) {
  .testimonials-03__wrapper {
    align-items: center;
  }
}

.testimonials-03__item {
  width: calc(100% / 3 - 27px);
  margin-right: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials-03__item:nth-child(3n) {
  margin-right: 0;
}

.testimonials-03__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.testimonials-03__item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.testimonials-03__item .social-buttons {
  margin-left: auto;
}

.testimonials-03__item .social-buttons__item {
  margin-bottom: 0;
}

.testimonials-03__item .social-buttons__icon {
  opacity: 0.2;
  transition: all 0.2s ease;
}

.testimonials-03__item .social-buttons__item:hover .social-buttons__icon {
  opacity: 0.6;
  transform: translateY(-2px);
}

@media (max-width: 850px) {
  .testimonials-03__item {
    width: calc(100% / 2 - 20px);
    max-width: 350px;
    margin-right: 40px;
    margin-bottom: 40px;
  }

  .testimonials-03__item:nth-child(2n) {
    margin-right: 0;
  }

  .testimonials-03__item:nth-child(3n) {
    margin-right: 40px;
  }

  .testimonials-03__item:nth-last-child(-n + 2) {
    margin-bottom: 40px;
  }

  .testimonials-03__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 550px) {
  .testimonials-03__item {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
  }

  .testimonials-03__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

.testimonial-03__name_box {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  display: flex;
  align-items: center;
}

.testimonials-03__person_link {
  line-height: 1.4;
  text-decoration: none;
}

.testimonials-03__person_image {
  max-width: 30px;
  margin-right: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
}

.testimonials-03__content {
  padding: 25px;
}

.testimonials-03__text {
  margin: 0;
  line-height: 1.6;
  color: #636363;
}

.testimonials-04 {
  padding: 70px 0;
}

.testimonials-04__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .testimonials-04__wrapper {
    flex-direction: column;
  }
}

.testimonials-04__item {
  width: calc(100% / 2 - 20px);
  max-width: 580px;
  padding: 25px 30px 30px;
  margin-bottom: 40px;
  margin-right: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
  text-align: left;
}

.testimonials-04__item:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 900px) {
  .testimonials-04__item {
    width: 100%;
    margin-right: 0;
  }
}

.testimonials-04__name_box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.testimonials-04__person_image {
  max-height: 50px;
  margin-right: 25px;
  border-radius: 50%;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15);
}

.testimonials-04__person_name {
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 1.4;
  color: #20313c;
}

.testimonials-04__job {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #20313c;
  font-weight: 400;
  opacity: 0.6;
}

.testimonial-04__text {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #636363;
}

.testimonials-04__stars_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.testimonials-04__star_box {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.testimonials-04__star_box:last-child {
  margin-right: 0;
}

.testimonials-04__star svg {
  width: 20px;
  height: 20px;
}

.testimonials-05__container {
  padding-top: 65px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 500px) {
  .testimonials-05__container {
    justify-content: center;
  }
}

.testimonials-05__text p:first-child {
  margin-top: 0;
}

.testimonials-05__text p:last-child {
  margin-bottom: 0;
}

.testimonials-05__emoji {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.testimonials-05__card {
  width: 77%;
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .testimonials-05__card {
    width: 100%;
  }
}

.testimonials-05__cloud {
  width: 100%;
  padding: 25px 30px;
  margin-bottom: 25px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: #303030;
  position: relative;
}

.testimonials-05__cloud::after {
  content: "";
  width: 90px;
  height: 32px;
  background-image: url("../img/other/cloud_arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -25px;
}

@media (max-width: 500px) {
  .testimonials-05__cloud::after {
    content: none;
  }
}

@media (max-width: 500px) {
  .testimonials-05__cloud {
    padding: 25px;
  }
}

.testimonials-05__blue_box {
  position: relative;
}

.testimonials-05__blue_box::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(-1deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.testimonials-05__text {
  margin: 0;
  line-height: 1.6;
  color: white;
  position: relative;
  z-index: 2;
}

.testimonials-05__link {
  color: white;
  transition: opacity 0.25s ease;
}

.testimonials-05__link:hover {
  opacity: 0.7;
}

.testimonials-05__person_box {
  width: 100%;
  padding-right: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}

@media (max-width: 500px) {
  .testimonials-05__person_box {
    justify-content: center;
  }
}

.testimonials-05__person_image {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-color: #bdbdbd;
}

.testimonials-05__name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.4;
}

.testimonials-05__occupation {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.8;
}

.testimonials-06 {
  padding: 70px 0;
  background-color: #4d61fc;
  position: relative;
  overflow: hidden;
}

.testimonials-06 .heading,
.testimonials-06 .text--04__big_text {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  color: white;
}

.testimonials-06__container {
  position: relative;
  z-index: 2;
}

.testimonials-06__heart {
  position: absolute;
}

.testimonials-06__heart--small {
  top: -30px;
  left: -44px;
}

.testimonials-06__heart--large {
  top: 125px;
  right: -190px;
}

@media (max-width: 1000px) {
  .testimonials-06__heart--large {
    top: 50%;
  }
}

.testimonials-06__heart--medium {
  display: none;
}

@media (max-width: 1000px) {
  .testimonials-06__heart--medium {
    display: block;
    bottom: -100px;
    left: 5%;
  }
}

.testimonials-06__list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 1000px) {
  .testimonials-06__list {
    flex-direction: column;
    align-items: center;
  }
}

.testimonials-06__item {
  width: calc(100% / 3 - 40px);
  padding-top: 40px;
  margin-right: 60px;
  display: flex;
  flex-direction: column;
}

.testimonials-06__item:last-child {
  margin-right: 0;
}

.testimonials-06__item:nth-child(2) {
  padding-top: 0;
}

@media (max-width: 1000px) {
  .testimonials-06__item {
    width: calc(100% / 2 - 30px);
    padding-top: 0;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .testimonials-06__item:nth-child(2) {
    margin-right: 0;
  }

  .testimonials-06__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 750px) {
  .testimonials-06__item {
    width: 100%;
    max-width: 450px;
    margin-right: 0;
  }
}

.testimonials-06__card {
  margin-bottom: 50px;
}

.testimonials-06__card:last-child {
  margin-bottom: 0;
}

.testimonials-06__cloud {
  padding: 20px 25px 35px;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  position: relative;
}

.testimonials-06__cloud::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
  position: absolute;
  bottom: -8px;
  left: 27px;
}

.testimonials-06__text {
  margin: 0;
  line-height: 1.4;
}

.testimonials-06__link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.testimonials-06__link:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

.testimonials-06__twitter {
  max-width: 17px;
  max-height: 14px;
}

.testimonials-06__person_box {
  padding-left: 15px;
  display: flex;
  align-items: center;
}

.testimonials-06__person_image {
  max-width: 40px;
  max-height: 40px;
  margin-right: 15px;
  border-radius: 50%;
}

.testimonials-06__name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.4;
  color: white;
}

.testimonials-06__occupation {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: white;
  opacity: 0.6;
}

.footer-02 {
  padding: 40px 0;
}

.footer-02 .social-buttons__link {
  opacity: 0.5;
}

.footer-02 .social-buttons__link:hover {
  opacity: 1;
}

.footer-02 .social-buttons__list {
  justify-content: flex-end;
}

@media (max-width: 750px) {
  .footer-02 .social-buttons__list {
    justify-content: flex-start;
  }
}

.footer-02__text.content_box p {
  margin: 0;
}

.footer-02__text.content_box p:first-child {
  display: inline;
}

.footer-02__text.content_box a {
  text-decoration: underline;
  color: inherit !important;
  transition: all 0.2s ease;
}

.footer-02__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 750px) {
  .footer-02__wrapper {
    display: block;
  }
}

.footer-02__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-02__item {
  margin-bottom: 10px;
}

.footer-02__text {
  max-width: 600px;
  opacity: 0.7;
}

.text-white .footer-02__text {
  opacity: 0.85;
}

@media (max-width: 750px) {
  .footer-02__text {
    margin-bottom: 20px;
  }
}

.footer-02 a {
  text-decoration: none;
  color: inherit;
}

.footer-04 {
  padding-top: 70px;
}

.style-black-1 .bg-accent-color .footer-04 .social-buttons__link--github,
.bg-black-color .footer-04 .social-buttons__link--github,
.bg-mature-color .footer-04 .social-buttons__link--github,
.style-black-1 .bg-accent-color .footer-04 .social-buttons__link--angel,
.bg-black-color .footer-04 .social-buttons__link--angel,
.bg-mature-color .footer-04 .social-buttons__link--angel {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.style-blue-1 .bg-accent-color .social-buttons__link--linkedin,
.style-blue-2 .bg-accent-color .social-buttons__link--linkedin,
.style-blue-3 .bg-accent-color .social-buttons__link--linkedin,
.style-blue-1 .bg-accent-color .social-buttons__link--fb,
.style-blue-2 .bg-accent-color .social-buttons__link--fb,
.style-blue-3 .bg-accent-color .social-buttons__link--fb {
  -webkit-filter: saturate(0%) brightness(300%) contrast(100%);
  filter: saturate(0%) brightness(300%) contrast(100%);
}

.style-yellow-1 .bg-mature-color .footer-04 .social-buttons__link--github,
.style-yellow-1 .bg-mature-color .footer-04 .social-buttons__link--angel {
  -webkit-filter: none;
  filter: none;
}

.footer-04__top_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}

@media (max-width: 1100px) {
  .footer-04__top_wrapper {
    justify-content: flex-start;
  }
}

.footer-04__col {
  width: 20%;
  min-width: 200px;
  padding-right: 25px;
  margin-bottom: 50px;
}

.footer-04__coldouble {
  width: 40%;
  min-width: 200px;
  padding-right: 25px;
  margin-bottom: 50px;
}

.footer-04__title {
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}

.footer-04__logo_link {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.footer-04__logo_link:hover {
  opacity: 0.6;
}

.footer-04__logo {
  margin-bottom: 10px;
}

.footer-04__info {
  font-size: 14px;
  color: inherit;
  opacity: 0.6;
}

.footer-04__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-04__item {
  margin-bottom: 12px;
}

.font-source-code-pro .footer-04__item {
  margin-bottom: 8px;
}

.footer-04__item:last-child {
  margin-bottom: 0;
}

.footer-04__link {
  position: relative;
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}

.font-source-code-pro .footer-04__link {
  font-size: 12px;
}

.footer-04__link:hover {
  opacity: 0.7;
  color: inherit;
}

.footer-04__social_box .social-buttons__link {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-04__social_box .social-buttons__link:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.footer-04__bottom_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 34px 15px;
  border-top: 1px solid #d8dde6;
}

.footer-04__bottom_wrapper--center {
  justify-content: center;
}

.footer-04__bottom_links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-04__bottom_links_item {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.footer-04__bottom_links_item:first-child {
  margin-left: 0;
}

.footer-04__bottom_item {
  font-size: 12px;
  opacity: 0.4;
  color: inherit;
}

.text-white .footer-04__bottom_item {
  opacity: 0.6;
}

.footer-04__bottom_link {
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-04__bottom_link:hover {
  opacity: 0.8;
}

.text-white .footer-04__bottom_link:hover {
  opacity: 0.8;
}

.footer-04__bottom_wrapper .buttons-set__item {
  padding-bottom: 0;
}

@media (max-width: 500px) {
  .footer-04__bottom_wrapper .buttons-set__item {
    padding-bottom: 14px;
  }

  .footer-04__bottom_wrapper .buttons-set__item:last-child {
    padding-bottom: 0;
  }
}

.footer-04__bottom_info {
  font-size: 12px;
  opacity: 0.6;
  color: inherit;
  padding: 0px 15px 34px;
}

.footer-04__bottom_wrapper:not(.footer-04__bottom_wrapper--center)
  .footer-04__bottom_links {
  margin-top: 30px;
}

.text--01 .button--empty {
  padding-left: 0;
}

.text--01__box {
  position: relative;
  border-radius: 10px;
  padding: 20px 35px 30px;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 500px) {
  .text--01__box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.text--01__emoji {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  transform: translateY(-50%);
  text-align: center;
  height: 40px;
}

.text--01__emoji img {
  max-height: 100%;
}

.comps .text--01__content {
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .comps .text--01__content {
    font-size: 16px;
  }
}

.text--01__link_box {
  margin-top: 25px;
  margin-bottom: -20px;
}

.text--02 {
  overflow: hidden;
  padding: 40px 0;
}

.text--02__box {
  position: relative;
}

.text--02__content_box {
  padding: 60px 90px 35px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
}

.text--02__content_box--top {
  position: relative;
  z-index: 10;
}

.text--02__content_box--bottom {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: rotate(-3deg);
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
}

@media (max-width: 700px) {
  .text--02__content_box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.text--02__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  transform: translateY(-50%);
  height: 60px;
  text-align: center;
}

.text--02__img img {
  max-height: 100%;
}

.text--02__link_box {
  margin-top: 20px;
}

.text--03__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 700px) {
  .text--03__wrapper {
    justify-content: center;
    flex-direction: column;
  }
}

.text--03__left {
  width: 45%;
}

@media (max-width: 700px) {
  .text--03__left {
    width: 100%;
    margin-bottom: 40px;
  }
}

.text--03__big_text {
  font-size: 32px;
  line-height: 1.6;
}

@media (max-width: 700px) {
  .text--03__big_text {
    font-size: 20px;
  }
}

.text--03__right {
  width: 45%;
}

.text--03__right p:first-of-type {
  margin: 0;
}

@media (max-width: 700px) {
  .text--03__right {
    width: 100%;
  }
}

.text--04__big_text {
  line-height: 1.4;
  text-align: center;
}

.text--04__big_text .emoji {
  margin-left: 0.3em;
  margin-right: 0.3em;
}

body .text--04__big_text * {
  line-height: 1.4;
}

.text--06__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.text--06__item {
  margin-bottom: 40px;
}

.text--06__item:last-child {
  margin-bottom: 0;
}

.text--06__img {
  width: 50px;
  margin-right: 20px;
  text-align: right;
}

@media (max-width: 450px) {
  .text--06__img {
    margin-right: 0;
  }
}

.text--06__text {
  width: calc(100% - 110px);
}

@media (max-width: 450px) {
  .text--06__text {
    width: 100%;
  }
}

.text--06__box,
.text--06__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 450px) {
  .text--06__box,
  .text--06__link {
    flex-direction: column;
    text-align: center;
  }
}

.text--06__link {
  text-decoration: none;
  transition: background-color 0.2s ease;
  border-radius: 4px;
  color: inherit !important;
}

.bg-medium-color .text--06__link:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.text--06__link:hover .text-white {
  color: inherit;
}

.text--07 .button--empty {
  padding-left: 0;
}

.text--07__link_box {
  margin-top: 40px;
}

.text-08__item {
  margin-bottom: 40px;
}

.text-08__item:last-of-type {
  margin-bottom: 0;
}

.text--08__icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  max-width: 30px;
}

.text--08__icon img {
  width: 100%;
}

.code-01__container {
  margin-top: 40px;
  -webkit-filter: invert(0.85);
  filter: invert(0.85);
}

.code-02__wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .code-02__wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.code-02__block {
  max-width: 600px;
  width: 100%;
}

@media (max-width: 1000px) {
  .code-02__block {
    margin-bottom: 40px;
  }
}

.code-02__block_box {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
}

.code-02__code {
  padding: 25px 70px 20px 25px;
  margin-bottom: 0;
}

.comps .code-02__code {
  font-family: monospace !important;
}

.code-02__block_wrapper {
  overflow: auto;
}

.code-02__button_box {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1000px) {
  .code-02__button_box {
    justify-content: center;
  }
}

.code-02__info {
  max-width: 350px;
  width: 100%;
  padding-left: 15px;
}

@media (max-width: 1000px) {
  .code-02__info {
    text-align: center;
  }
}

.code-02__info_prefix {
  display: inline-block;
  margin-right: 7px;
}

.code-02__info_prefix .emoji {
  margin-left: 0.2em;
  margin-right: 0.2em;
  font-size: 1.2em;
}

.code-02__info_text {
  line-height: 1.6;
}

.links-01__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 40px;
}

.links-01__item {
  margin-bottom: 20px;
}

.links-01__item:last-child {
  margin-bottom: 0;
}

.links-01__link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.links-01__link:hover,
.links-01__link:focus {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px 0 rgba(136, 144, 195, 0.22),
    0 8px 15px 0 rgba(37, 44, 97, 0.17);
}

.links-01__link:hover .links-01__pseudo-button,
.links-01__link:focus .links-01__pseudo-button {
  transform: translateX(3px) translateY(-50%);
}

.links-01__link:active {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  outline: none;
}

.links-01__img_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}

@media (max-width: 500px) {
  .links-01__img_box {
    display: none;
  }
}

.links-01__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.links-01__text_box {
  margin-left: 30%;
  padding: 30px 70px 30px 30px;
}

.links-01__text_box--no-margin {
  margin-left: 0;
}

@media (max-width: 500px) {
  .links-01__text_box {
    margin-left: 0;
    padding-right: 50px;
  }
}

.links-01__pseudo-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: transform 0.2s ease;
}

.links-01__pseudo-button .icon {
  width: 16px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.links-01__pseudo-button .icon svg {
  width: 100%;
  height: 100%;
}

.links-01__pseudo-button .icon svg * {
  transition: fill 0.2s ease;
}

@media (max-width: 500px) {
  .links-01__pseudo-button {
    right: 10px;
    background-color: transparent !important;
  }
}

.links-01__text_title {
  margin-bottom: 5px;
  color: #303030;
  line-height: 1.6;
  font-weight: 700;
}

.links-01__text_date {
  color: #b9c2d2;
  font-size: 14px;
}

.links-01__img_badge {
  position: absolute;
  top: 0;
  left: 0;
}

.links-02__list_box {
  margin-bottom: 40px;
}

.links-02__list_box:last-child {
  margin-bottom: 0;
}

.links-02__list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 5px 0 15px 15px;
  border-left: 1px solid #d8dde6;
}

.links-02__list_title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
}

.links-02__item {
  margin-bottom: 25px;
}

.links-02__item:last-child {
  margin-bottom: 0;
}

.links-02__link {
  position: relative;
  text-decoration: none;
}

.links-02__link:hover {
  color: white;
  text-decoration: underline;
}

.links-03__title_box {
  position: relative;
  text-align: center;
}

.links-03__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 70px;
}

.links-03__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 15px;
  border-top: 1px solid #d8dde6;
  transition: background-color 0.2s ease;
}

.bg-medium-color .links-03__item,
.bg-light-color .links-03__item {
  border-color: white;
}

.links-03__item:last-child {
  border-bottom: 1px solid #d8dde6;
}

.bg-medium-color .links-03__item:last-child,
.bg-light-color .links-03__item:last-child {
  border-color: white;
}

.links-03__item:hover {
  background-color: rgba(246, 246, 246, 0.4);
}

@media (max-width: 750px) {
  .links-03__item {
    display: block;
    text-align: center;
  }
}

.links-03__title {
  font-weight: 700;
}

@media (max-width: 750px) {
  .links-03__title {
    margin-bottom: 10px;
  }
}

.links-03__link {
  text-decoration: none;
}

.links-03__location {
  display: inline-block;
  vertical-align: middle;
}

.links-03__location__text {
  opacity: 0.6;
}

.links-03__icon {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.links-03__button_box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
}

@media (max-width: 750px) {
  .links-03__button_box {
    display: block;
    margin-left: 0;
    margin-top: 30px;
  }
}

.links-04__title_box {
  margin-bottom: 40px;
  text-align: center;
}

.links-04__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.links-04__item {
  position: relative;
  width: calc(50% - 15px);
  margin-bottom: 30px;
  padding: 10px 60px 10px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  background-color: white;
}

@media (max-width: 800px) {
  .links-04__item {
    padding-right: 20px;
  }
}

@media (max-width: 700px) {
  .links-04__item {
    width: 100%;
  }
}

.links-04__text {
  opacity: 0.8;
  line-height: 1.6;
}

.links-04__link {
  margin-bottom: 10px;
  text-decoration: none;
}

.links-05__list_box {
  position: relative;
  padding-left: 60px;
  max-width: 300px;
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .links-05__list_box {
    padding-left: 0;
  }
}

.links-05__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

@media (max-width: 600px) {
  .links-05__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.links-05__list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 5px 0 0 0;
}

.links-05__item {
  margin-bottom: 15px;
}

.links-05__item:last-child {
  margin-bottom: 0;
}

.links-05__list_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
}

.links-05__list_img img {
  max-width: 100%;
}

@media (max-width: 600px) {
  .links-05__list_img {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}

.links-05__link {
  position: relative;
  text-decoration: none;
  line-height: 1.4;
}

.links-05__link:hover {
  color: white;
  text-decoration: underline;
}

.style-yellow-1:not(.custom-colors-enabled) .bg-accent-color .links-05__link {
  color: #303030;
}

.links-06__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.links-06__list--bigger .links-06__article {
  width: calc(100% / 2 - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  padding-right: 40px;
}

.links-06__list--bigger .links-06__article:nth-child(2n) {
  margin-right: 0;
}

.links-06__list--bigger .links-06__article:last-child {
  margin-right: 0;
}

@media (max-width: 850px) {
  .links-06__list--bigger .links-06__article {
    width: 100%;
    max-width: 550px;
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .links-06__list--bigger .links-06__text {
    margin-bottom: 0;
  }
}

.links-06__list--smaller .links-06__article {
  width: calc(100% / 3 - 10px);
  margin-right: 15px;
  margin-bottom: 35px;
}

.links-06__list--smaller .links-06__article:nth-child(3n) {
  margin-right: 0;
}

.links-06__list--smaller .links-06__article:last-child {
  margin-right: 0;
}

@media (max-width: 850px) {
  .links-06__list--smaller .links-06__article {
    width: calc(100% / 2 - 15px);
    margin-right: 30px;
  }

  .links-06__list--smaller .links-06__article:nth-child(2n) {
    margin-right: 0;
  }

  .links-06__list--smaller .links-06__article:nth-child(3n) {
    margin-right: 30px;
  }
}

@media (max-width: 550px) {
  .links-06__list--smaller .links-06__article {
    width: 100%;
    margin-right: 0;
  }

  .links-06__list--smaller .links-06__article:nth-child(3n) {
    margin-right: 0;
  }
}

.links-06__container {
  margin-bottom: -35px;
}

.links-06__article {
  padding: 30px 25px 20px;
  border-radius: 10px;
  border: 1px solid rgba(151, 151, 151, 0.19);
  position: relative;
}

.bg-medium-color .links-06__article,
.bg-light-color .links-06__article {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.3);
}

.links-06__article--white-bg {
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2);
  border: none;
}

.links-06__article--gray-bg {
  background-color: #e4e7ed;
  border: none;
}

.bg-medium-color .links-06__article--gray-bg,
.bg-light-color .links-06__article--gray-bg {
  background-color: #fff;
}

.links-06__logo {
  max-width: 45px;
  max-height: 45px;
  margin-bottom: 15px;
}

.links-06__logo--smaller {
  max-width: 30px;
  max-height: 30px;
}

.links-06__logo img {
  max-height: 45px;
}

.links-06__logo--smaller img {
  max-height: 30px;
}

.links-06__text {
  font-size: 16px;
  line-height: 1.6;
}

.links-06__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.links-06__link {
  text-decoration: none;
}

.faq-01__title_box {
  text-align: center;
}

.faq-01__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 30px;
}

.faq-01__question {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 15px 20px 20px;
  background-color: white;
  border: 2px solid #d8dde6;
  border-radius: 4px;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.faq-01__question_text {
  position: relative;
  padding-right: 35px;
}

.style-yellow-1:not(.custom-colors-enabled) .faq-01__question_text,
.custom-accent-color-bright .faq-01__question_text {
  color: #303030;
}

.faq-01__arrow_icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  margin: auto;
  transform-origin: center;
  font-size: 0;
  line-height: 1;
  transition: transform 0.3s ease;
}

.state-active .faq-01__arrow_icon {
  transform: translateY(-50%);
}

.faq-01__arrow_icon,
.faq-01__arrow_icon .icon,
.faq-01__arrow_icon svg {
  display: inline-block;
  width: 15px;
  height: 8px;
}

.custom-accent-color-bright .faq-01__arrow_icon *,
.style-yellow-1:not(.custom-colors-enabled) .faq-01__arrow_icon *,
.custom-accent-color-bright .faq-01__arrow_icon .icon *,
.style-yellow-1:not(.custom-colors-enabled) .faq-01__arrow_icon .icon *,
.custom-accent-color-bright .faq-01__arrow_icon svg *,
.style-yellow-1:not(.custom-colors-enabled) .faq-01__arrow_icon svg * {
  stroke: #303030;
}

.faq-01__answer {
  display: none;
  margin-top: 20px;
  color: #303030;
  font-weight: 400;
}

.faq-01__answer_text {
  margin-top: 0;
}

.faq-01__answer_text {
  margin-bottom: 20px;
  color: rgba(48, 48, 48, 0.85);
}

.faq-01__answer_text:first-of-type {
  margin-top: 0;
}

.faq-01__answer_text:last-child {
  margin-bottom: 0;
}

.faq-02__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: -70px;
}

@media (max-width: 500px) {
  .faq-02__container {
    margin-bottom: -40px;
  }
}

.faq-02__list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 50%;
}

@media (max-width: 750px) {
  .faq-02__list {
    width: 100%;
  }
}

.faq-02__item {
  position: relative;
  padding-right: 40px;
  padding-left: 35px;
  margin-bottom: 70px;
}

.faq-02__item .box:nth-child(odd) {
  clear: both;
}

@media (max-width: 500px) {
  .faq-02__item {
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
  }
}

.faq-02__icon {
  position: absolute;
  left: 0;
  top: 6px;
}

.faq-02__icon svg {
  width: 20px;
  height: 20px;
}

.bg-accent-color .faq-02__icon svg * {
  fill: white;
}

.custom-accent-color-bright .bg-accent-color .faq-02__icon svg *,
.custom-accent-color-bright .bg-white-color .faq-02__icon svg *,
.custom-accent-color-bright .bg-light_gray-color .faq-02__icon svg *,
.custom-accent-color-bright .bg-light-color .faq-02__icon svg *,
.custom-accent-color-bright .bg-medium-color .faq-02__icon svg *,
.style-yellow-1:not(.custom-colors-enabled)
  .bg-accent-color
  .faq-02__icon
  svg
  *,
.style-yellow-1:not(.custom-colors-enabled)
  .bg-mature-color
  .faq-02__icon
  svg
  *,
.style-yellow-1:not(.custom-colors-enabled)
  .bg-medium-color
  .faq-02__icon
  svg
  * {
  fill: #303030;
}

@media (max-width: 500px) {
  .faq-02__icon {
    display: none;
  }
}

.faq-02__question_heading {
  margin-top: 0;
}

.custom-accent-color-bright .bg-accent-color .faq-02__question_heading,
.custom-accent-color-bright .bg-white-color .faq-02__question_heading,
.custom-accent-color-bright .bg-light_gray-color .faq-02__question_heading,
.custom-accent-color-bright .bg-light-color .faq-02__question_heading,
.custom-accent-color-bright .bg-medium-color .faq-02__question_heading {
  color: #303030;
}

.style-yellow-1:not(.custom-colors-enabled)
  .bg-accent-color
  .faq-02__question_heading {
  color: #303030;
}

.style-yellow-1:not(.custom-colors-enabled)
  .bg-medium-color
  .faq-02__question_heading {
  color: #303030;
}

html .bg-accent-color .faq-02__question_heading {
  color: white;
}

html .bg-mature-color .faq-02__question_heading {
  color: white;
}

.faq-03__container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .faq-03__container {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}

.faq-03__wrapper {
  width: calc(100% / 2 - 40px);
  max-width: 550px;
  margin-right: 80px;
}

@media (max-width: 1000px) {
  .faq-03__wrapper {
    width: 100%;
    margin-right: 0;
  }
}

.faq-03__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
}

.faq-03__question {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 15px 20px 15px;
  background-color: white;
  border: 2px solid #d8dde6;
  border-radius: 4px;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.faq-03__question_text {
  position: relative;
  padding-left: 50px;
}

.style-yellow-1:not(.custom-colors-enabled) .faq-03__question_text,
.custom-accent-color-bright .faq-03__question_text {
  color: #303030;
}

.faq-03__answer {
  display: none;
  margin-top: 20px;
  color: #303030;
  font-weight: 400;
}

.faq-03__answer p:first-of-type {
  margin-top: 0;
}

.faq-03__button_box {
  max-width: 300px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}

.faq-03__button_text {
  margin-bottom: 15px;
  font-size: 16px;
  color: #20313c;
  line-height: 1.4;
  opacity: 0.5;
}

.faq-03__video {
  width: calc(100% / 2 - 40px);
  max-width: 550px;
  padding-top: 25px;
}

@media (max-width: 1000px) {
  .faq-03__video {
    width: 100%;
    padding-top: 0;
    margin-bottom: 40px;
  }
}

.faq-03__video_box {
  width: 100%;
  height: 350px;
  margin-bottom: 25px;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
  background-color: #303030;
  position: relative;
  overflow: hidden;
}

.faq-03__video_box .spinner {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 1100px) {
  .faq-03__video_box {
    height: 300px;
  }
}

@media (max-width: 1000px) {
  .faq-03__video_box {
    height: 350px;
  }
}

@media (max-width: 500px) {
  .faq-03__video_box {
    height: 300px;
  }
}

@media (max-width: 475px) {
  .faq-03__video_box {
    height: 275px;
  }
}

@media (max-width: 420px) {
  .faq-03__video_box {
    height: 250px;
  }
}

@media (max-width: 320px) {
  .faq-03__video_box {
    height: 220px;
  }
}

.faq-03__iframe {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
}

.faq-03__text_box {
  max-width: 375px;
  margin: 0 auto;
  text-align: center;
}

.faq-03__text_box .link_badge {
  width: 100px;
  min-height: 20px;
  margin: 0 auto;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(75, 202, 129, 0.2);
  color: #4bca81;
  position: static;
}

.faq-03__answer_text {
  margin-bottom: 20px;
  color: rgba(48, 48, 48, 0.85);
}

.faq-03__answer_text:first-of-type {
  margin-top: 0;
}

.faq-03__answer_text:last-child {
  margin-bottom: 0;
}

.faq-03__video_text {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #20313c;
  opacity: 0.9;
}

.faq-03__arrow_icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  margin: auto;
  transform-origin: center;
  font-size: 0;
  line-height: 1;
  transition: transform 0.3s ease;
}

.state-active .faq-03__arrow_icon {
  transform: translateY(-50%);
}

.faq-03__arrow_icon,
.faq-03__arrow_icon .icon,
.faq-03__arrow_icon svg {
  display: inline-block;
  width: 15px;
  height: 8px;
}

.custom-accent-color-bright .faq-03__arrow_icon *,
.style-yellow-1:not(.custom-colors-enabled) .faq-03__arrow_icon *,
.custom-accent-color-bright .faq-03__arrow_icon .icon *,
.style-yellow-1:not(.custom-colors-enabled) .faq-03__arrow_icon .icon *,
.custom-accent-color-bright .faq-03__arrow_icon svg *,
.style-yellow-1:not(.custom-colors-enabled) .faq-03__arrow_icon svg * {
  stroke: #303030;
}

.faq-04 {
  padding: 70px 0;
}

.faq-04__container {
  margin-bottom: 40px;
}

.faq-04__container .title-box--center {
  margin-bottom: 0;
}

.faq-04__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.faq-04__list--bigger .faq-04__item {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}

.faq-04__list--bigger .faq-04__item:nth-child(2n) {
  margin-left: auto;
}

.faq-04__list--bigger .faq-04__item:hover {
  background-color: #f6f6f6;
}

@media (max-width: 750px) {
  .faq-04__list--bigger .faq-04__item {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}

.faq-04__list--smaller .faq-04__item {
  width: calc(100% / 2 - 40px);
  padding: 20px;
  margin-right: 80px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}

.faq-04__list--smaller .faq-04__item:nth-child(2n) {
  margin-right: 0;
}

.faq-04__list--smaller .faq-04__item:hover:not(.faq-04__item--question) {
  background-color: #f6f6f6;
}

.faq-04__list--smaller .faq-04__item--question {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-light-color .faq-04__list--smaller .faq-04__item--question {
  background-color: rgba(255, 255, 255, 0.3);
}

.faq-04__list--smaller .faq-04__item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .faq-04__list--smaller .faq-04__item {
    width: 60%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .faq-04__list--smaller .faq-04__item:nth-last-child(-n + 2) {
    margin-bottom: 20px;
  }

  .faq-04__list--smaller .faq-04__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .faq-04__list--smaller .faq-04__item {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 750px) {
  .faq-04__list--smaller {
    justify-content: center;
  }
}

.faq-04__heading {
  margin: 0;
}

.faq-04__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.faq-04__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.8;
}

.faq-05 {
  padding: 70px 0;
}

.faq-05__heading {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

.faq-05__sub_heading {
  margin-top: 0;
  margin-bottom: 60px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  color: rgba(48, 48, 48, 0.8);
}

.faq-05__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.faq-05__list::after {
  content: "";
  display: block;
  clear: both;
}

.faq-05__item {
  width: calc(100% / 2 - 20px);
  padding: 20px 25px 25px;
  margin-right: 40px;
  margin-bottom: 40px;
  border: 1px solid #d8dde6;
  box-sizing: border-box;
  border-radius: 10px;
  float: left;
}

.faq-05__item:nth-child(2n) {
  margin-right: 0;
  float: right;
}

.faq-05__item:last-child {
  margin-right: 0;
}

@media (max-width: 800px) {
  .faq-05__item {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .faq-05__item:nth-child(2n) {
    margin-right: auto;
    float: none;
  }
}

.faq-05__item:last-child {
  margin-right: auto;
  margin-bottom: 0;
}

.faq-05__top_box {
  padding-bottom: 15px;
  border-bottom: 1px solid #d8dde6;
}

.faq-05__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.faq-05__icon {
  margin-right: 10px;
}

.faq-05__icon svg {
  width: 20px;
  height: 20px;
}

.faq-05__text {
  font-size: 16px;
  line-height: 1.4;
  opacity: 0.5;
}

.faq-05__link_list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 20px 0 0;
}

.faq-05__link_item {
  padding-left: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.faq-05__link_item:last-child {
  margin-bottom: 0;
}

.faq-05__link_item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d8dde6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq-05__link_item:last-child {
  margin-bottom: 0;
}

.faq-05__link {
  line-height: 1.4;
  text-decoration: none;
}

.faq-05__link:hover {
  text-decoration: underline;
}

.features-01__items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -60px;
}

.features-01__item {
  width: 30%;
  max-width: 350px;
  margin-bottom: 60px;
  padding-right: 30px;
}

@media (max-width: 990px) {
  .features-01__item {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .features-01__item {
    width: 100%;
    padding-right: 0;
  }
}

.features-02__items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

@media (max-width: 900px) {
  .features-02__items {
    justify-content: center;
  }
}

.features-02__item {
  width: 33%;
  padding: 0 15px;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .features-02__item {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .features-02__item {
    padding: 0;
  }
}

.features-02__item_box {
  max-width: 300px;
  margin: auto;
}

.features-02__number {
  position: relative;
  font-size: 50px;
  font-weight: 700;
}

.features-02__number--pre-big {
  font-size: 36px;
}

.features-02__number--medium {
  font-size: 24px;
}

.features-02__number--small {
  font-size: 16px;
}

.features-02__number:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 2px;
  width: 30px;
}

@media (max-width: 600px) {
  .features-02__number {
    font-size: 35px;
  }
}

.bg-accent-color .features-02__number:before {
  background-color: #303030;
}

.features-02__word {
  vertical-align: baseline;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

.comps .features-02__description {
  margin-top: 50px;
  max-width: 400px;
}

.features-03__items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -60px;
}

.features-03__item {
  width: 30%;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 760px) {
  .features-03__item {
    width: 100%;
  }
}

.features-03__img_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-03__img {
  width: 100%;
}

.features-03__img img {
  max-height: 60px;
}

.features-03__number {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 50px;
}

.features-03__number--medium {
  font-size: 24px;
}

.features-03__number--small {
  font-size: 16px;
}

@media (max-width: 760px) {
  .features-03__number {
    margin-top: 15px;
    font-size: 35px;
  }
}

.features-03__word {
  line-height: 1.6;
  max-width: 200px;
  margin: auto;
}

.features-05__title_box {
  text-align: center;
}

.features-05__items__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}

.features-05__item_box {
  padding-right: 70px;
}

.features-05__item_box:last-child {
  padding-right: 0;
}

@media (max-width: 900px) {
  .features-05__item_box {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
    text-align: center;
  }

  .features-05__item_box:last-child {
    margin-bottom: 0;
  }
}

.features-05__item_title {
  margin: 0 0 20px 0;
}

.features-05__items {
  padding: 0;
  margin: 0;
  list-style: none;
}

.features-05__item {
  margin-bottom: 15px;
}

.features-05__item:last-child {
  margin-bottom: 0;
}

.features-05__item_content {
  display: inline-flex;
  align-items: center;
}

a.features-05__item_text {
  text-decoration: underline;
}

.features-05__item_text {
  display: inline-block;
  max-width: 200px;
}

.features-05__item_icon {
  height: 12px;
  margin-right: 10px;
  line-height: 0;
}

.features-05__item_icon .icon,
.features-05__item_icon svg {
  height: 100%;
}

.bg-accent-color .features-05__item_shape {
  fill: white;
}

.features-06 .title-box {
  margin-bottom: 0;
}

.features-06 .buttons-set {
  margin-top: 50px;
}

.features-06 .button--empty {
  padding-left: 0;
}

.features-06__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.features-06__main {
  position: relative;
  z-index: 20;
  padding: 40px 40px 40px 0;
  width: 50%;
}

@media (max-width: 700px) {
  .features-06__main {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
}

.features-06__main_content {
  max-width: 550px;
}

@media (max-width: 700px) {
  .features-06__main_content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
  }
}

.features-06__heading {
  max-width: 400px;
}

@media (max-width: 700px) {
  .features-06__heading {
    margin-left: auto;
    margin-right: auto;
  }
}

.features-06__text {
  max-width: 350px;
}

@media (max-width: 700px) {
  .features-06__text {
    margin-left: auto;
    margin-right: auto;
  }
}

.features-06__buttons_box {
  margin-top: 45px;
}

.features-06__visual {
  width: 50%;
}

@media (max-width: 700px) {
  .features-06__visual {
    width: 100%;
    margin-bottom: 60px;
  }
}

.features-06__img_box {
  font-size: 0;
}

.features-06__img {
  max-width: 100%;
  max-height: 100%;
  font-size: 14px;
}

.features-07 .title-box {
  margin-bottom: 0;
}

.features-07 .buttons-set {
  margin-top: 50px;
}

.features-07 .button--empty {
  padding-left: 0;
}

.features-07__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.features-07__main {
  position: relative;
  z-index: 20;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 50%;
}

@media (max-width: 700px) {
  .features-07__main {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}

.features-07__main_content {
  max-width: 550px;
}

@media (max-width: 700px) {
  .features-07__main_content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
  }
}

.features-07__heading {
  max-width: 400px;
}

@media (max-width: 700px) {
  .features-07__heading {
    margin-left: auto;
    margin-right: auto;
  }
}

.features-07__text {
  max-width: 350px;
}

@media (max-width: 700px) {
  .features-07__text {
    margin-left: auto;
    margin-right: auto;
  }
}

.features-07__buttons_box {
  margin-top: 45px;
}

.features-07__visual {
  width: 50%;
}

@media (max-width: 700px) {
  .features-07__visual {
    width: 100%;
    margin-bottom: 60px;
  }
}

.features-07__img_box {
  font-size: 0;
}

.features-07__img {
  max-width: 100%;
  max-height: 100%;
  font-size: 14px;
}

.features-08 {
  padding: 70px 0;
}

.features-08__container {
  display: flex;
  align-items: center;
}

@media (max-width: 900px) {
  .features-08__container {
    flex-direction: column;
  }
}

.features-08__image_wrapper {
  width: 300px;
  min-height: 525px;
  max-height: 600px;
  margin-right: auto;
  position: relative;
}

@media (max-width: 900px) {
  .features-08__image_wrapper {
    margin-left: auto;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .features-08__image_wrapper {
    width: 280px;
    min-height: 490px;
  }
}

@media (max-width: 420px) {
  .features-08__image_wrapper {
    width: 260px;
    min-height: 460px;
  }
}

@media (max-width: 320px) {
  .features-08__image_wrapper {
    width: 100%;
    padding: 0 10px;
    max-width: 240px;
    min-height: 440px;
    box-sizing: border-box;
  }
}

.features-08__image_box {
  width: 80%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
}

.features-08__image_box--black {
  top: 0;
  left: 0;
  z-index: 1;
}

.features-08__image_box--white {
  bottom: 0;
  right: 0;
  z-index: 2;
}

.features-08__list {
  width: 40%;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 900px) {
  .features-08__list {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}

.features-08__item {
  padding-left: 60px;
  margin-bottom: 50px;
  position: relative;
}

.features-08__item:last-child {
  margin-bottom: 0;
}

.features-08__item .feature__icon {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 900px) {
  .features-08__item {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    width: 65%;
    margin: 0 0 40px;
    max-width: 280px;
  }

  .features-08__item:nth-child(3n) {
    margin-right: 0;
  }

  .features-08__item .feature__title {
    display: flex;
    flex-direction: column;
  }

  .features-08__item .feature__icon {
    margin: 0 auto 15px;
    position: relative;
  }
}

@media (max-width: 500px) {
  .features-08__item {
    width: 80%;
  }
}

@media (max-width: 420px) {
  .features-08__item {
    width: 90%;
  }
}

.features-09__container {
  position: relative;
}

.features-09__grid {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  z-index: -1;
}

.features-09__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -20px;
}

.features-09__item {
  width: calc(100% / 4 - 15px);
  padding: 20px 20px 25px 25px;
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2);
  border-radius: 10px;
  background-color: white;
  border: 2px solid transparent;
}

.features-09__item:nth-child(4n) {
  margin-right: 0;
}

.features-09__item:last-child {
  margin-right: 0;
}

.features-09__item--new {
  position: relative;
}

.features-09__item--new .tag {
  color: white;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid white;
}

.style-yellow-1:not(.custom-colors-enabled) .features-09__item--new .tag,
.custom-accent-color-bright .features-09__item--new .tag {
  color: #303030;
}

.style-yellow-1:not(.custom-colors-enabled)
  .bg-accent-color
  .features-09__item--new
  .tag {
  color: white;
}

@media (max-width: 1000px) {
  .features-09__item {
    width: calc(100% / 3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .features-09__item:nth-child(4n) {
    margin-right: 30px;
  }

  .features-09__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 800px) {
  .features-09__item {
    width: calc(100% / 2 - 15px);
    margin-right: 30px;
  }

  .features-09__item:nth-child(3n) {
    margin-right: 30px;
  }

  .features-09__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .features-09__item {
    width: 100%;
    max-width: 420px;
    margin-right: 0;
  }

  .features-09__item:nth-child(3n) {
    margin-right: 0;
  }
}

html .bg-accent-color .features-09__item--new,
.style-yellow-1:not(.custom-colors-enabled)
  .bg-mature-color
  .features-09__item--new {
  border-color: #303030;
}

.bg-accent-color .features-09__item--new .tag {
  background-color: #303030;
}

.features-09__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.font-source-code-pro .features-09__title {
  font-size: 16px;
}

.features-09__text {
  font-size: 16px;
  color: rgba(48, 48, 48, 0.8);
}

.font-source-code-pro .features-09__text {
  font-size: 14px;
}

.features-10 {
  padding: 70px 0;
  background-color: #f6f6f6;
}

.features-10__list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2);
  border-radius: 10px;
}

@media (max-width: 850px) {
  .features-10__list {
    background-color: transparent;
    border-radius: unset;
    box-shadow: none;
  }
}

.features-10__item {
  width: 50%;
  padding: 20px 40px 25px;
  box-sizing: border-box;
  border-right: 1px solid rgba(151, 151, 151, 0.15);
}

.features-10__item:nth-child(2n) {
  border-right: none;
}

.features-10__item:last-child {
  border-right: none;
}

.features-10__item .feature {
  padding-left: 70px;
  position: relative;
}

.features-10__item .feature__icon {
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.features-10__item .feature__title_text {
  font-size: 20px;
  text-transform: none;
}

@media (max-width: 850px) {
  .features-10__item {
    width: 100%;
    max-width: 450px;
    margin-bottom: 30px;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2);
    border-radius: 10px;
  }

  .features-10__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 550px) {
  .features-10__item {
    padding: 20px 30px;
  }

  .features-10__item .feature {
    padding-left: 0;
  }

  .features-10__item .feature__title {
    display: flex;
    align-items: center;
  }

  .features-10__item .feature__icon {
    margin-right: 10px;
    position: static;
  }
}

.features-11 {
  padding: 70px 0;
  overflow: hidden;
}

.features-11__container {
  position: relative;
}

.features-11__notebook {
  width: 1100px;
  height: 600px;
  position: absolute;
  right: -40%;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

@media (max-width: 1100px) {
  .features-11__notebook {
    right: -55%;
  }
}

@media (max-width: 1000px) {
  .features-11__notebook {
    right: -64%;
  }
}

@media (max-width: 950px) {
  .features-11__notebook {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    position: static;
    transform: none;
  }
}

.features-11__wrapper {
  max-width: 550px;
  min-height: 600px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 950px) {
  .features-11__wrapper {
    min-height: unset;
    margin-left: auto;
  }
}

.heading.features-11__heading,
.features-11__heading.text--04__big_text {
  margin-top: 0;
  margin-bottom: 25px;
}

@media (max-width: 950px) {
  .heading.features-11__heading,
  .features-11__heading.text--04__big_text {
    text-align: center;
  }
}

.features-11__text {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 950px) {
  .features-11__text {
    text-align: center;
  }
}

.features-11__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.features-11__item {
  width: calc(100% / 2 - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
}

.features-11__item:nth-child(2n) {
  margin-right: 0;
}

.features-11__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.features-11__item .feature__title {
  display: flex;
  flex-direction: column;
}

.features-11__item .feature__icon {
  margin-right: 0;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .features-11__item {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
    text-align: center;
  }

  .features-11__item .feature__icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

.features-12 {
  padding: 70px 0;
  overflow: hidden;
}

.features-12__container {
  position: relative;
}

.features-12__notebook {
  width: 1100px;
  height: 600px;
  position: absolute;
  left: -40%;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

@media (max-width: 1100px) {
  .features-12__notebook {
    left: -55%;
  }
}

@media (max-width: 1000px) {
  .features-12__notebook {
    left: -64%;
  }
}

@media (max-width: 950px) {
  .features-12__notebook {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    position: static;
    transform: none;
  }
}

.features-12__wrapper {
  max-width: 550px;
  min-height: 600px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 950px) {
  .features-12__wrapper {
    align-items: flex-start;
    min-height: unset;
    margin-right: auto;
  }
}

.features-12__heading {
  margin-top: 0;
  margin-bottom: 25px;
}

@media (max-width: 950px) {
  .features-12__heading {
    text-align: center;
  }
}

.features-12__text {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 950px) {
  .features-12__text {
    text-align: center;
  }
}

.features-12__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.features-12__item {
  width: calc(100% / 2 - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
}

.features-12__item:nth-child(2n) {
  margin-right: 0;
}

.features-12__item:last-child {
  margin-right: 0;
}

.features-12__item .feature__title {
  display: flex;
  flex-direction: column;
}

.features-12__item .feature__icon {
  margin-right: 0;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .features-12__item {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
    text-align: center;
  }

  .features-12__item .feature__icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

.features-13 {
  padding: 70px 0;
}

.features-13__container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media (max-width: 900px) {
  .features-13__container {
    flex-direction: column;
  }
}

.features-13__image_wrapper {
  width: 300px;
  min-height: 525px;
  max-height: 600px;
  margin-left: auto;
  position: relative;
}

@media (max-width: 900px) {
  .features-13__image_wrapper {
    margin-right: auto;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .features-13__image_wrapper {
    width: 280px;
    min-height: 490px;
  }
}

@media (max-width: 420px) {
  .features-13__image_wrapper {
    width: 260px;
    min-height: 460px;
  }
}

@media (max-width: 320px) {
  .features-13__image_wrapper {
    width: 100%;
    padding: 0 10px;
    max-width: 240px;
    min-height: 440px;
    box-sizing: border-box;
  }
}

.features-13__image_box {
  width: 80%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
}

.features-13__image_box--black {
  top: 0;
  left: 0;
  z-index: 1;
}

.features-13__image_box--white {
  bottom: 0;
  right: 0;
  z-index: 2;
}

.features-13__list {
  width: 50%;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 900px) {
  .features-13__list {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}

.features-13__item {
  padding-left: 60px;
  margin-bottom: 50px;
  position: relative;
}

.features-13__item:last-child {
  margin-bottom: 0;
}

.features-13__item .feature__icon {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 900px) {
  .features-13__item {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    width: 65%;
    margin: 0 0 40px;
    max-width: 280px;
  }

  .features-13__item:nth-child(3n) {
    margin-right: 0;
  }

  .features-13__item .feature__title {
    display: flex;
    flex-direction: column;
  }

  .features-13__item .feature__icon {
    margin: 0 auto 15px;
    position: relative;
  }
}

@media (max-width: 500px) {
  .features-13__item {
    width: 80%;
  }
}

@media (max-width: 420px) {
  .features-13__item {
    width: 90%;
  }
}

.features-14 {
  padding: 70px 0 0;
}

.features-14__container {
  overflow-y: hidden;
  border-bottom: 1px solid #f6f6f6;
}

.features-14__list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.features-14__item {
  width: calc(100% / 2 - 50px);
  margin-right: 100px;
  margin-bottom: 20px;
}

.features-14__item:nth-child(2n) {
  margin-right: 0;
}

.features-14__item:last-child {
  margin-right: 0;
}

@media (max-width: 850px) {
  .features-14__item {
    width: 100%;
    max-width: 480px;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .features-14__item:last-child {
    margin-bottom: 0;
  }
}

.features-14__heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.features-14__text {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(48, 48, 48, 0.8);
}

.features-14__devices {
  width: 100%;
  min-height: 785px;
  margin-top: -100px;
  position: relative;
  bottom: -100px;
}

@media (max-width: 1100px) {
  .features-14__devices {
    min-height: 715px;
  }
}

@media (max-width: 1000px) {
  .features-14__devices {
    min-height: 670px;
    margin-top: -120px;
  }
}

@media (max-width: 900px) {
  .features-14__devices {
    min-height: 600px;
  }
}

@media (max-width: 800px) {
  .features-14__devices {
    min-height: 530px;
  }
}

@media (max-width: 700px) {
  .features-14__devices {
    min-height: 460px;
  }
}

@media (max-width: 600px) {
  .features-14__devices {
    min-height: 385px;
    margin-top: -100px;
  }
}

@media (max-width: 500px) {
  .features-14__devices {
    min-height: 340px;
    margin-top: -90px;
    bottom: -75px;
  }
}

@media (max-width: 400px) {
  .features-14__devices {
    min-height: 280px;
    bottom: -55px;
  }
}

@media (max-width: 320px) {
  .features-14__devices {
    min-height: 240px;
  }
}

.features-14__iphone_box {
  width: 25%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}

.features-14__ipad_box {
  width: 43%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.features-14__macbook_box {
  width: 95%;
  position: absolute;
  bottom: 0;
  left: -10%;
  z-index: 1;
}

.features-15 {
  padding: 70px 0;
}

.features-15__heading {
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
}

.features-15__wrapper {
  width: 100%;
  display: flex;
  align-items: baseline;
}

@media (max-width: 700px) {
  .features-15__wrapper {
    flex-direction: column;
  }
}

.features-15__list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: calc(100% / 2 - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.features-15__list:first-of-type {
  margin-right: 40px;
}

@media (max-width: 700px) {
  .features-15__list {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }

  .features-15__list:first-of-type {
    margin-right: auto;
  }
}

.features-15__item {
  width: 100%;
  padding: 10px 20px 10px 40px;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease;
  position: relative;
}

.features-15__item:hover {
  background-color: #f6f6f6;
}

.features-15__item::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 700px) {
  .features-15__item {
    max-width: 550px;
    margin-right: 0;
  }

  .features-15__item:last-child {
    margin-bottom: 0;
  }
}

.features-15__text {
  line-height: 1.4;
}

.features-16 {
  padding: 70px 0;
  background-color: #f6f6f6;
}

.features-16__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 900px) {
  .features-16__container {
    flex-direction: column;
  }
}

.features-16__intergration_list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 60px 60px 60px 0;
  max-width: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-right: 1px solid #eee;
}

@media (max-width: 900px) {
  .features-16__intergration_list {
    padding: 30px 0;
    max-width: 300px;
    flex-wrap: wrap;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
}

@media (max-width: 500px) {
  .features-16__intergration_list {
    max-width: 130px;
  }
}

.features-16__integration {
  width: calc(100% / 4 - 22px);
  border-radius: 50%;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-16__integration:nth-child(4n) {
  margin-right: 0;
}

.features-16__integration:nth-child(n + 5) {
  margin-top: 30px;
}

.features-16__integration:last-child {
  margin-right: 0;
}

@media (max-width: 500px) {
  .features-16__integration {
    width: calc(100% / 2 - 20px);
    margin-right: 40px;
    margin-bottom: 30px;
  }

  .features-16__integration:nth-child(2n) {
    margin-right: 0;
  }

  .features-16__integration:nth-child(n + 5) {
    margin-top: 0;
  }
}

.features-16__logo {
  width: 100%;
  max-width: 70px;
  height: auto;
}

.features-16__text_box {
  max-width: 400px;
  padding-left: 45px;
}

@media (max-width: 900px) {
  .features-16__text_box {
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .features-16__text_box {
    max-width: 300px;
  }
}

.features-16__heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.features-16__text {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0.8;
}

.features-16__link {
  text-decoration: none;
}

.features-17 {
  padding: 70px 0;
}

.features-17__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features-17__item {
  padding: 20px 35px 30px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 2px solid rgba(151, 151, 151, 0.2);
}

.features-17__item:last-child {
  margin-bottom: 0;
}

.features-17__item .feature {
  padding-left: 60px;
  position: relative;
}

.features-17__item .feature__icon {
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 550px) {
  .features-17__item {
    padding: 25px 20px;
  }

  .features-17__item .feature {
    padding-left: 0;
  }

  .features-17__item .feature__icon {
    position: static;
    margin-right: 10px;
  }
}

.press-01 {
  text-align: center;
}

.press-01__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.press-01__link {
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.bg-light-color .press-01__link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.press-01__img_box,
.press-01__link {
  display: inline-block;
  padding: 10px 14px 8px;
}

.press-01__item {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.press-01__logo {
  max-height: 40px;
}

.press-02 {
  text-align: center;
}

.press-02__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.press-02__item {
  width: 45%;
}

@media (max-width: 700px) {
  .press-02__item {
    width: 100%;
    text-align: center;
  }
}

.comps .press-02__text {
  display: inline-block;
  padding: 12px 14px 26px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.6;
  max-width: 300px;
}

.press-02__link {
  color: inherit;
  transition: background-color 0.2s ease;
}

.press-02__link:hover,
.press-02__link:hover .press-02__text {
  color: inherit;
}

.bg-light-color .press-02__link:hover,
.bg-medium-color .press-02__link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.press-02__item {
  margin-bottom: 40px;
}

.press-02__logo {
  max-height: 50px;
}

.press-03__headline {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 750px) {
  .press-03__headline {
    margin-bottom: 30px;
  }
}

.press-03__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 750px) {
  .press-03__list {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

.press-03__item {
  width: 44%;
  margin-bottom: 65px;
}

.press-03__item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .press-03__item {
    width: 50%;
    margin-bottom: 40px;
    text-align: center;
  }

  .press-03__item:nth-last-child(2) {
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .press-03__item {
    width: 80%;
  }
}

@media (max-width: 420px) {
  .press-03__item {
    width: 90%;
  }
}

.press-03__link {
  display: block;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.bg-light-color .press-03__link,
.bg-medium-color .press-03__link,
.bg-white-color .press-03__link,
.bg-light_gray-color .press-03__link,
.style-yellow-1:not(.custom-colors-enabled) .bg-accent-color .press-03__link {
  color: inherit;
}

.press-03__link:hover,
.press-03__link:hover .press-03__text {
  color: inherit;
}

.bg-light-color .press-03__link:hover,
.bg-medium-color .press-03__link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.press-03__text {
  padding: 15px 14px 14px 44px;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
}

@media (max-width: 750px) {
  .press-03__text {
    padding: 12px 14px 16px;
  }
}

.press-03__image-box {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 13px;
  top: 17px;
}

@media (max-width: 750px) {
  .press-03__image-box {
    margin: 0 auto 10px;
    position: relative;
    top: 0;
    left: 0;
  }
}

.press-03__logo {
  max-width: 100%;
  max-height: 100%;
}

.press-03__heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: inherit;
}

.press-03__info {
  margin: 0;
  font-size: 16px;
}

.steps-01__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 70px;
}

.steps-01__list:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  left: 50%;
  bottom: 0;
  background-color: #eee;
}

@media (max-width: 760px) {
  .steps-01__list:before {
    left: 5px;
  }
}

@media (max-width: 760px) {
  .steps-01__list {
    padding-left: 40px;
  }
}

.steps-01__item {
  position: relative;
  padding-bottom: 120px;
}

.steps-01__item:nth-child(odd) {
  text-align: right;
}

.steps-01__item:nth-child(odd) .steps-01__text_box {
  padding-left: 40px;
  text-align: left;
}

.steps-01__item:nth-child(odd) .steps-01__img_box {
  padding-right: 40px;
  text-align: right;
}

.steps-01__item:nth-child(odd) .steps-01__content {
  flex-direction: row-reverse;
}

.steps-01__item:last-child {
  padding-bottom: 50px;
}

.steps-01__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 760px) {
  .steps-01__content {
    flex-direction: column !important;
  }
}

.steps-01__text_box {
  width: 50%;
  padding-right: 40px;
  text-align: right;
}

@media (max-width: 760px) {
  .steps-01__text_box {
    padding: 0 !important;
    width: 100%;
    max-width: 400px;
    text-align: left;
  }
}

.steps-01__heading {
  margin-top: 0;
}

.steps-01__img_box {
  width: 50%;
  padding-left: 40px;
}

@media (max-width: 760px) {
  .steps-01__img_box {
    padding: 0 !important;
    width: 100%;
    text-align: left !important;
  }
}

.steps-01__img {
  padding-top: 30px;
  max-width: 100%;
}

.steps-01__number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  height: 30px;
  padding-left: 4px;
  padding-right: 4px;
  min-width: 30px;
  transform: translateX(-50%);
  border-radius: 999px;
  border: 1px solid #eee;
  background-color: white;
  font-family: monospace;
}

@media (max-width: 760px) {
  .steps-01__number {
    left: -34px;
  }
}

.style-yellow-1:not(.custom-colors-enabled) .steps-01__number {
  color: #efbe32;
}

.custom-colors-enabled.custom-accent-color-bright .steps-01__number {
  color: #303030;
}

.steps-01__last_bubble {
  position: relative;
  z-index: 20;
  padding: 5px;
  text-align: center;
}

@media (max-width: 760px) {
  .steps-01__last_bubble {
    left: -15px;
    text-align: left;
  }
}

.steps-01__last_bubble_img {
  max-height: 30px;
}

.steps-03__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 70px;
}

@media (max-width: 750px) {
  .steps-03__list {
    flex-direction: column;
  }
}

.steps-03__item {
  text-align: center;
}

.steps-03__item--1-5 {
  width: 20%;
}

.steps-03__item--1-4 {
  width: 25%;
}

.steps-03__item--1-3 {
  width: 33%;
}

.steps-03__item--1-2 {
  width: 50%;
}

@media (max-width: 750px) {
  .steps-03__item {
    position: relative;
    width: 100%;
    margin-bottom: 90px;
  }

  .steps-03__item:last-child {
    margin-bottom: 0;
  }
}

.steps-03__img_box {
  position: relative;
}

@media (max-width: 750px) {
  .steps-03__img_box {
    position: static;
  }
}

.steps-03__item--1-5 .steps-03__img {
  max-width: 140px;
}

.steps-03__item--1-4 .steps-03__img {
  max-width: 140px;
}

.steps-03__item--1-3 .steps-03__img {
  max-width: 180px;
}

.steps-03__item--1-2 .steps-03__img {
  max-width: 210px;
}

@media (max-width: 500px) {
  .steps-03__img {
    max-width: 100%;
  }
}

.steps-03__text {
  margin-top: 15px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.steps-03__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  right: 0;
}

.steps-03__icon svg {
  width: 20px;
  height: 20px;
}

.bg-accent-color .steps-03__icon svg *,
.bg-mature-color .steps-03__icon svg * {
  fill: white;
}

@media (max-width: 750px) {
  .steps-03__icon {
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: -20px;
    transform: translateY(50%) rotate(90deg);
  }
}

.steps-03__img:last-child .steps-03__icon {
  display: none;
}

.widget-01 {
  visibility: hidden;
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 30px;
}

@media (max-width: 700px) {
  .widget-01 {
    display: none;
  }
}

@media (max-height: 600px) {
  .widget-01 {
    display: none;
  }
}

.widget-01.state-visible {
  visibility: visible;
}

.widget-01__wrapper {
  position: relative;
  transition: 0.2s ease all;
  opacity: 0;
}

.state-visible .widget-01__wrapper {
  opacity: 1;
}

.widget-01__close_box {
  position: absolute;
  top: -40px;
  padding-left: 5px;
  right: 5px;
}

.widget-01__close_button {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 4px;
  border: none;
  outline: none;
  line-height: 1;
  font-size: 0;
  cursor: pointer;
  transition: 0.2s ease all;
}

.widget-01__close_button:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.widget-01__close_icon {
  font-size: 14px;
  opacity: 0.7;
  transition: 0.2s ease all;
}

.widget-01__close_button:hover .widget-01__close_icon {
  opacity: 1;
}

@-webkit-keyframes color_dance {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  50% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }

  100% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
}

@keyframes color_dance {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  50% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }

  100% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
}

.widget-01__body_box {
  position: relative;
  overflow: hidden;
  width: 440px;
  height: 520px;
  border-radius: 10px;
  border: 1px solid #4d61fc;
  background-color: #303030;
  color: white;
  padding: 30px 20px 60px 34px;
}

.widget-01__details {
  position: relative;
  z-index: 10;
}

.widget-01__title {
  font-size: 40px;
  color: inherit;
  margin-top: 0;
  margin-bottom: 34px;
  transition: 0.4s ease all;
  opacity: 0;
  transform: translateY(10px);
}

.state-visible .widget-01__title {
  opacity: 1;
  transform: none;
}

.widget-01__title_icon {
  height: 1em;
  margin-left: 14px;
  -webkit-animation: color_dance 20s ease infinite;
  animation: color_dance 20s ease infinite;
}

.widget-01__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
}

.widget-01__bullet {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  height: 20px;
  width: 20px;
  font-family: monospace;
  border: 1px solid #4d61fc;
  border-radius: 50%;
  margin-right: 7px;
  text-align: center;
  vertical-align: middle;
}

.widget-01__item_text {
  color: inherit;
  font-size: 16px;
  line-height: 1.4;
}

.widget-01__item {
  position: relative;
  margin-bottom: 10px;
  max-width: 270px;
  padding-left: 27px;
  display: flex;
  align-content: flex-start;
  transition: 0.4s ease all;
  opacity: 0;
  transform: translateY(10px);
}

.widget-01__item:last-child {
  margin-bottom: 0;
}

.widget-01__item:nth-child(1) {
  transition-delay: 0.2s;
}

.widget-01__item:nth-child(2) {
  transition-delay: 0.3s;
}

.widget-01__item:nth-child(3) {
  transition-delay: 0.4s;
}

.state-visible .widget-01__item {
  opacity: 1;
  transform: none;
}

.widget-01__logo {
  height: 1em;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  bottom: 1px;
}

.widget-01__button_box {
  position: absolute;
  bottom: 30px;
  z-index: 1000;
  transition: 0.4s 0.6s ease opacity, 0.4s 0.6s ease opacity;
  opacity: 0;
  transform: translateY(10px);
}

.widget-01__button_box a span {
  font-size: 14px;
  color: white;
  vertical-align: middle;
}

.state-visible .widget-01__button_box {
  opacity: 1;
  transform: none;
}

.widget-01__button_info {
  margin-top: 10px;
  line-height: 1.4;
  transition: opacity 0.6s 2.5s ease;
  opacity: 0;
}

.state-visible .widget-01__button_info {
  opacity: 0.6;
}

.widget-01__cards {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

.widget-01__card_stack {
  position: absolute;
}

.widget-01__card_stack--01 {
  right: 160px;
  top: 130px;
  transform: rotateZ(-30deg);
}

.widget-01__card_stack--02 {
  bottom: 150px;
  right: 157px;
  transform: rotateZ(10deg);
}

.widget-01__card {
  position: absolute;
  width: 144px;
  height: 108px;
  background-color: white;
  border: 1px solid #cacaca;
  box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.27);
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s ease transform, 0.4s ease opacity;
  opacity: 0;
}

.state-visible .widget-01__card {
  opacity: 1;
}

.widget-01__card--01 {
  z-index: 1;
}

.widget-01__card--02 {
  z-index: 2;
}

.widget-01__card--03 {
  z-index: 3;
}

.widget-01__card--04 {
  z-index: 4;
}

.widget-01__card--05 {
  z-index: 5;
}

.widget-01__card_stack--01 .widget-01__card--01 {
  left: -2px;
  transform: translateY(5px) translateX(5px) rotateZ(-10deg);
  transition-delay: 1s;
  background-image: url(https://ucarecdn.com/025437a2-67cb-4f19-aa9c-4c10a874fdee/Uploading.jpg);
}

.state-visible .widget-01__card_stack--01 .widget-01__card--01 {
  transform: rotateZ(-8deg);
}

.widget-01__card_stack--01 .widget-01__card--02 {
  left: 6px;
  top: -5px;
  transform: translateY(10px) translateX(10px) rotateZ(-3deg);
  transition-delay: 1.2s;
  background-image: url(https://ucarecdn.com/1b4ecfe5-7685-49a5-b27c-a6cd0d07082e/MessageSent.jpg);
}

.state-visible .widget-01__card_stack--01 .widget-01__card--02 {
  transform: rotateZ(-2deg);
}

.widget-01__card_stack--01 .widget-01__card--03 {
  left: 11px;
  top: -10px;
  transform: translateY(11px) translateX(11px) rotateZ(2deg);
  transition-delay: 1.4s;
  background-image: url(https://ucarecdn.com/6b3456a6-2503-43d6-ab62-8ac2b16955a5/Science.jpg);
}

.state-visible .widget-01__card_stack--01 .widget-01__card--03 {
  transform: none;
}

.widget-01__card_stack--01 .widget-01__card--04 {
  left: 15px;
  top: -15px;
  transform: translateY(12px) translateX(12px) rotateZ(4deg);
  transition-delay: 1.6s;
  transition-duration: 1s;
  background-image: url(https://ucarecdn.com/01363284-3722-47cc-9d6c-4a6f9153b6f9/SomethingWentWrong.jpg);
}

.state-visible .widget-01__card_stack--01 .widget-01__card--04 {
  transform: rotateZ(1deg);
}

.widget-01__card_stack--01 .widget-01__card--05 {
  left: 20px;
  top: -20px;
  background-image: url(https://ucarecdn.com/9c3e7dde-12ea-48fb-a3f0-bd593561f6db/Downloading.jpg);
  transform: translateY(14px) translateX(13px) rotateZ(2deg);
  transition-delay: 1.8s;
  transition-duration: 1s;
}

.state-visible .widget-01__card_stack--01 .widget-01__card--05 {
  transform: none;
}

.widget-01__card_stack--02 .widget-01__card--01 {
  transform: translateY(5px) translateX(5px) rotateZ(-10deg);
  transition-delay: 1.4s;
  background-image: url(https://ucarecdn.com/7961a2d0-1f36-4527-8f1c-63886cc0ca70/Education.jpg);
}

.state-visible .widget-01__card_stack--02 .widget-01__card--01 {
  transform: rotateZ(-8deg);
}

.widget-01__card_stack--02 .widget-01__card--02 {
  left: 4px;
  top: -4px;
  transform: translateY(10px) translateX(10px) rotateZ(-3deg);
  transition-delay: 1.6s;
  background-image: url(https://ucarecdn.com/af5ae80d-37d3-4e79-ada3-95f103cdeda5/Security.jpg);
}

.state-visible .widget-01__card_stack--02 .widget-01__card--02 {
  transform: rotateZ(-2deg);
}

.widget-01__card_stack--02 .widget-01__card--03 {
  left: 9px;
  top: -8px;
  transform: translateY(11px) translateX(11px) rotateZ(2deg);
  transition-delay: 1.8s;
  background-image: url(https://ucarecdn.com/6449159f-17be-44e2-a35a-5b58a2de6bad/Success.jpg);
}

.state-visible .widget-01__card_stack--02 .widget-01__card--03 {
  transform: none;
}

.widget-01__card_stack--02 .widget-01__card--04 {
  left: 13px;
  top: -10px;
  transform: translateY(12px) translateX(12px) rotateZ(4deg);
  transition-delay: 2s;
  transition-duration: 1s;
  background-image: url(https://ucarecdn.com/f159c25b-0c53-43ef-9185-63be05aeff92/DeleteConfirmation.jpg);
}

.state-visible .widget-01__card_stack--02 .widget-01__card--04 {
  transform: rotateZ(1deg);
}

.widget-01__card_stack--02 .widget-01__card--05 {
  left: 16px;
  top: -12px;
  background-image: url(https://ucarecdn.com/c2ed9ba7-d033-42cb-a10d-7438484d8efc/Searching.jpg);
  transform: translateY(14px) translateX(13px) rotateZ(2deg);
  transition-delay: 2.2s;
  transition-duration: 1s;
}

.state-visible .widget-01__card_stack--02 .widget-01__card--05 {
  transform: none;
}

.widget-01__bubbles {
  position: absolute;
  z-index: 5;
  width: 100%;
}

.widget-01__bubble {
  position: absolute;
  border-radius: 50%;
  background-color: #373737;
}

.widget-01__bubble-01 {
  left: -50px;
  top: -30px;
  width: 200px;
  height: 200px;
}

.widget-01__bubble-02 {
  right: -100px;
  bottom: -40px;
  width: 270px;
  height: 270px;
}

.simple-cookie-widget {
  position: fixed;
  max-width: 450px;
  z-index: 9999999;
  visibility: hidden;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 500px) {
  .simple-cookie-widget {
    max-width: calc(100% - 20px);
  }
}

.simple-cookie-widget--bottom_left {
  left: 30px;
  bottom: 30px;
}

@media (max-width: 500px) {
  .simple-cookie-widget--bottom_left {
    left: 10px;
    bottom: 10px;
  }
}

.simple-cookie-widget--top_left {
  left: 30px;
  top: 30px;
}

@media (max-width: 500px) {
  .simple-cookie-widget--top_left {
    left: 10px;
    top: 10px;
  }
}

.simple-cookie-widget--bottom_right {
  right: 30px;
  bottom: 30px;
}

@media (max-width: 500px) {
  .simple-cookie-widget--bottom_right {
    right: 10px;
    bottom: 10px;
  }
}

.simple-cookie-widget--top_right {
  right: 30px;
  top: 30px;
}

@media (max-width: 500px) {
  .simple-cookie-widget--top_right {
    right: 10px;
    top: 10px;
  }
}

.simple-cookie-widget--white .simple-cookie-widget__wrapper {
  background-color: white;
}

.simple-cookie-widget--black .simple-cookie-widget__wrapper {
  background-color: #303030;
}

.simple-cookie-widget--gray .simple-cookie-widget__wrapper {
  background-color: #f6f6f6;
}

.simple-cookie-widget--midnight .simple-cookie-widget__wrapper {
  background-color: #031a4e;
}

.simple-cookie-widget--gray .button--white-bg,
.simple-cookie-widget--white .button--white-bg {
  background-color: #303030;
  color: white;
}

.state-visible.simple-cookie-widget {
  visibility: visible;
}

.simple-cookie-widget__wrapper {
  opacity: 0;
  transform: translateY(10px);
}

.state-visible .simple-cookie-widget__wrapper {
  transition: 0.4s ease opacity, 0.2s ease transform, 0.4s ease background-color;
  opacity: 1;
  transform: translateY(0);
}

.simple-cookie-widget__container {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 500px) {
  .simple-cookie-widget__container {
    padding: 10px;
  }
}

@media (max-width: 500px) {
  .simple-cookie-widget__container {
    flex-direction: column;
  }
}

.simple-cookie-widget__message {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.simple-cookie-widget__icon {
  height: 40px;
  margin-right: 15px;
}

@media (max-width: 500px) {
  .simple-cookie-widget__icon {
    margin-right: 10px;
  }
}

.simple-cookie-widget--no-icon .simple-cookie-widget__icon {
  display: none;
}

.simple-cookie-widget__text {
  line-height: 1.4;
}

.simple-cookie-widget__text a {
  color: inherit;
  text-decoration: underline;
}

.simple-cookie-widget__col {
  display: flex;
  align-items: center;
}

.simple-cookie-widget__button_box {
  margin-left: 20px;
}

@media (max-width: 500px) {
  .simple-cookie-widget__button_box {
    padding-top: 20px;
  }
}

.simple-cookie-widget--midnight .simple-cookie-widget__text {
  color: white;
}

.simple-cookie-widget--black .simple-cookie-widget__text {
  color: white;
}

.lang-widget {
  position: fixed;
  z-index: 9999999;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.1);
}

.lang-widget--bottom_left {
  left: 30px;
  bottom: 0;
}

.lang-widget--bottom_left .lang-widget__wrapper {
  border-radius: 4px 4px 0 0;
}

.lang-widget--top_left {
  left: 30px;
  top: 0;
}

.lang-widget--top_left .lang-widget__wrapper {
  border-radius: 0 0 4px 4px;
}

.lang-widget--bottom_right {
  right: 30px;
  bottom: 0;
}

.lang-widget--bottom_right .lang-widget__wrapper {
  border-radius: 4px 4px 0 0;
}

.lang-widget--top_right {
  right: 30px;
  top: 0;
}

.lang-widget--top_right .lang-widget__wrapper {
  border-radius: 0 0 4px 4px;
}

.lang-widget--white .lang-widget__wrapper {
  background-color: white;
}

.lang-widget--black .lang-widget__wrapper {
  background-color: #303030;
}

.lang-widget--gray .lang-widget__wrapper {
  background-color: #f6f6f6;
}

.lang-widget--midnight .lang-widget__wrapper {
  background-color: #031a4e;
}

.lang-widget__list {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 0;
  overflow: hidden;
}

.lang-widget:hover .lang-widget__list {
  height: auto;
}

.lang-widget:hover .lang-widget__item {
  opacity: 1;
  transform: none;
}

.lang-widget:hover .lang-widget__item:nth-child(1) {
  transition-delay: 60ms;
}

.lang-widget:hover .lang-widget__item:nth-child(2) {
  transition-delay: 90ms;
}

.lang-widget:hover .lang-widget__item:nth-child(3) {
  transition-delay: 120ms;
}

.lang-widget:hover .lang-widget__item:nth-child(4) {
  transition-delay: 150ms;
}

.lang-widget:hover .lang-widget__item:nth-child(5) {
  transition-delay: 180ms;
}

.lang-widget__item {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lang-widget__link {
  display: inline-block;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.lang-widget__link,
.lang-widget__current {
  padding: 10px 20px;
}

.lang-widget--midnight .lang-widget__title {
  color: white;
}

.lang-widget--black .lang-widget__title {
  color: white;
}

.blog_home-01 {
  padding-top: 40px;
}

.blog_home-01 .posts-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 15px 0;
}

.blog_home-01 .post-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
  padding: 10px;
  border-radius: 3px;
  width: 33%;
  text-decoration: none;
}

@media (max-width: 640px) {
  .blog_home-01 .post-item {
    width: 100%;
  }
}

.blog_home-01 .post-item .post-item__img {
  width: 100%;
  height: 100%;
  max-height: 150px;
  margin-bottom: 10px;
  object-fit: cover;
}

@media (max-width: 640px) {
  .blog_home-01 .post-item .post-item__img {
    max-height: 300px;
  }
}

.blog_home-01 .post-item .post-item__img-pattern {
  width: 100%;
  height: 150px;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-size: calc(10 * 1px) calc(10 * 1px);
  text-indent: -10000px;
}

.blog_home-01 .post-item:nth-child(5n + 1) {
  width: 66%;
}

.blog_home-01 .post-item:nth-child(5n + 1) .post-item__img {
  max-height: 300px;
}

.blog_home-01 .post-item:nth-child(5n + 1) .post-item__img-pattern {
  height: 300px;
}

@media (max-width: 640px) {
  .blog_home-01 .post-item:nth-child(5n + 1) {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .blog_home-01 .post-item:not(:nth-child(5n + 1)) {
    height: 100%;
  }
}

.blog_home-01 .post-item:hover {
  transition: background-color 0.2s ease;
}

.blog_home-01 .post-item:hover .post-item__title {
  color: inherit;
}

.blog_home-01 .post-item .post-item__title {
  font-weight: 600;
  font-size: 1.4em;
  word-break: break-word;
}

.blog_home-01 .style-yellow-1 .color-main-hover:hover,
.blog_home-01 .style-yellow-1 .link:hover,
.blog_home-01 .style-yellow-1 .feature__link:hover,
.blog_home-01 .style-yellow-1 .testimonials-03__person_link:hover,
.blog_home-01 .style-yellow-1 .faq-05__link:hover,
.blog_home-01 .style-yellow-1 .features-16__link:hover,
.blog_home-01 .style-yellow-1 .message__bubble_link:hover {
  color: #303030;
}

.blog_home-01 .load-more-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 5px 15px;
  margin-bottom: 50px;
}

.blog_home-01 .load-more-wrapper .button__arrow {
  font-size: 16px;
  margin-left: 10px;
}

.blog_post-01:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.blog_post-01 .container-p--large {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
}

.blog_post-01 .overlay-post {
  background-color: #fff;
  padding-top: 100px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: 50% 100%;
}

.blog_post-01 .overlay-post.read-more-zoom {
  box-shadow: 0px 54px 47px -1px rgba(0, 0, 0, 0.35);
  will-change: transform;
}

@media (max-width: 1280px) {
  .blog_post-01 .overlay-post {
    padding-top: 70px;
  }
}

@media (max-width: 500px) {
  .blog_post-01 .overlay-post {
    padding-top: 50px;
  }
}

.blog_post-01 .post-title {
  font-size: 50px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  line-height: 1.2;
  border-bottom: 1px solid #efefef;
}

@media (max-width: 640px) {
  .blog_post-01 .post-title {
    font-size: 34px;
  }
}

.blog_post-01 .date-modified {
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 14px;
}

@media (max-width: 640px) {
  .blog_post-01 .date-modified {
    margin-bottom: 20px;
    font-size: 12px;
  }
}

.blog_post-01 .post-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 10px;
  padding-bottom: 130px;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.blog_post-01 .gist {
  white-space: initial;
}

.blog_post-01 .gist .blob-code-inner {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
    Liberation Mono, monospace !important;
}

.blog_post-01 .read-more {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog_post-01 .read-more * {
  color: #fff;
}

.blog_post-01 .read-more__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.blog_post-01 .read-more__header .anticon-home {
  font-size: 20px;
}

.blog_post-01 .read-more__title {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 40px;
}

@media (max-width: 640px) {
  .blog_post-01 .read-more__title {
    font-size: 34px;
    margin-bottom: 25px;
  }
}

.blog_post-01 .read-more__more-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog_post-01 .read-more__more-posts .post-item {
  display: flex;
  flex-direction: column;
  width: 33%;
  text-decoration: none;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.blog_post-01 .read-more__more-posts .post-item:hover {
  transition: background-color 0.2s ease;
}

.blog_post-01 .read-more__more-posts .post-item:hover .post-item__title {
  color: #303030;
}

.blog_post-01 .read-more__more-posts .post-item:hover .post-item__img {
  background-image: radial-gradient(#303030 1px, transparent 1px);
}

@media (max-width: 640px) {
  .blog_post-01 .read-more__more-posts .post-item {
    width: 100%;
    margin-bottom: 25px;
  }
}

.blog_post-01 .read-more__more-posts .post-item .post-item__img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
}

.blog_post-01 .read-more__more-posts .post-item .post-item__img-pattern {
  width: 100%;
  height: 150px;
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-size: calc(10 * 1px) calc(10 * 1px);
  text-indent: -10000px;
}

.blog_post-01 .read-more__more-posts .post-item .post-item__meta-title {
  font-size: 18px;
}

.blog_post-01 .read-more__home-link {
  padding: 4px 4px 2px 4px;
}

.blog_post-01 .read-more__home-link:hover {
  background-color: rgba(239, 239, 239, 0.3);
  border-radius: 6px;
  transition: background-color 0.15s;
}

.popup-01__container {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
}

@media (max-width: 768px) {
  .popup-01__container {
    flex-direction: column-reverse;
  }
}

.popup-01__content {
  padding: 64px 32px;
}

@media (max-width: 768px) {
  .popup-01__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .popup-01__content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.popup-01__left,
.popup-01__right {
  width: 50%;
}

@media (max-width: 768px) {
  .popup-01__left,
  .popup-01__right {
    width: 100%;
  }
}

.popup-01__right {
  position: absolute;
  right: 0;
  height: 100%;
}

@media (max-width: 768px) {
  .popup-01__right {
    position: static;
    height: 176px;
  }
}

@media (max-width: 500px) {
  .popup-01__right {
    height: 140px;
  }
}

.popup-01__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.popup-01__cta-box .buttons-set,
.popup-01 .form {
  margin-top: 40px;
}

.popup-01 .form {
  padding-bottom: 14px;
}

.popup-01 .buttons-set__item,
.popup-01 .buttons-set__item .button,
.popup-01 .store-button {
  width: 100%;
}

@media (max-width: 768px) {
  .popup-01 .buttons-set__item,
  .popup-01 .buttons-set__item .button,
  .popup-01 .store-button {
    width: auto;
    min-width: 200px;
  }
}

@media (max-width: 500px) {
  .popup-01 .buttons-set__item,
  .popup-01 .buttons-set__item .button,
  .popup-01 .store-button {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .popup-01 .buttons-set__item,
  .popup-01 .buttons-set__list {
    margin: 0;
  }
}

@media (min-width: 769px) {
  .popup-01 .form__inputs {
    display: block;
  }
}

@media (min-width: 769px) {
  .popup-01 .form__input {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.popup-01 .form__button {
  margin-top: 20px;
  text-align: center;
  margin-left: 0;
}

.popup-01 .form__button .button {
  width: 100%;
}

@media (max-width: 768px) {
  .popup-01 .form__button {
    margin-left: 15px;
  }

  .popup-01 .form__button .button {
    width: auto;
  }
}

@media (max-width: 500px) {
  .popup-01 .form__button {
    margin-left: 0;
  }

  .popup-01 .form__button .button {
    width: 100%;
  }
}

.popup-component_no-image .popup-01__left {
  width: 100%;
}

.popup-component_no-image .popup-01__content {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  .popup-component_no-image .popup-01__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .popup-component_no-image .popup-01__content {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.popup-component_no-image .popup-01 .buttons-set__item,
.popup-component_no-image .popup-01 .buttons-set__item .button,
.popup-component_no-image .popup-01 .store-button {
  width: 100%;
  min-width: 120px;
}

.popup-component_no-image .popup-01 .buttons-set__item,
.popup-component_no-image .popup-01 .buttons-set__list {
  margin: 0;
}

.popup-component_no-image .popup-01 .form__inputs {
  display: block;
}

.popup-component_no-image .popup-01 .form__input {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 0;
}

.popup-component_no-image .popup-01 .form__button {
  margin-top: 20px;
  text-align: center;
  margin-left: 0;
}

.popup-component_no-image .popup-01 .form__button .button {
  width: 100%;
}

.popup-component {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1010;
  max-width: 748px;
  width: calc(100% - 64px);
  transform: translate(-50%, -50%);
  display: none;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .popup-component {
    max-width: 600px;
  }
}

.popup-component__drawer {
  z-index: 1015;
}

.popup-component__mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1005;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.popup-component__close-button {
  z-index: 1050;
  right: 0;
  top: -24px;
  position: absolute;
  width: 16px;
  color: white;
  font-size: 15px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.popup-component__close-button:hover {
  opacity: 0.7;
}

.popup-component .page-component__wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.popup-component__bg_image_box {
  position: relative;
  border-radius: inherit;
  overflow: hidden;
  box-shadow: 0px 54px 105px rgba(0, 0, 0, 0.23),
    0px 19.7109px 38.3267px rgba(0, 0, 0, 0.158696),
    0px 9.56927px 18.6069px rgba(0, 0, 0, 0.127947),
    0px 4.69103px 9.12146px rgba(0, 0, 0, 0.102053),
    0px 1.85484px 3.60664px rgba(0, 0, 0, 0.0713042);
}

.popup-component .page-component__bg_overlay_box {
  width: 50%;
}

@media (max-width: 768px) {
  .popup-component .page-component__bg_overlay_box {
    width: 100%;
    height: calc(100% - 176px);
    bottom: 0;
    top: unset;
  }
}

@media (max-width: 500px) {
  .popup-component .page-component__bg_overlay_box {
    height: calc(100% - 140px);
  }
}

.popup-component .grecaptcha-badge {
  z-index: 10020;
  position: absolute !important;
  width: 256px;
  height: 60px;
  display: block;
  transition: right 0.3s ease 0s;
  bottom: 14px;
  right: -186px;
  box-shadow: gray 0px 0px 5px;
  border-radius: 2px;
  overflow: hidden;
  visibility: visible !important;
}

.popup-component .grecaptcha-badge:hover {
  right: 0;
}

.popup-component .form__messages {
  bottom: -10px;
  border-radius: 10px;
}

.popup-component .message__out,
.popup-component .message__reply_box {
  display: none;
}

.popup-component .message--error .message__box {
  border: none;
}

.popup-component .message {
  border-radius: 10px;
}

.popup-component .message__close {
  transform: scale(-1);
  position: absolute;
  bottom: 0;
  border-radius: 10px 10px 0 0;
}

.popup-component .message__body {
  padding-bottom: 47px;
}

.popup-component .page-component__component_controls_item {
  margin-right: -10px;
}

.live_website .popup-component {
  z-index: 10010;
}

.live_website .popup-component__mask {
  z-index: 10005;
}

.live_website .popup-component__close-button {
  z-index: 10010;
}

.popup-component_no-image {
  max-width: 400px;
}

.popup-component_no-image .page-component__bg_overlay_box {
  width: 100%;
  height: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/other/plugin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/other/plugin/default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}

a.pswp__share--download:hover {
  background: #ddd;
}

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 12px;
}

.pswp__preloader__icn:after {
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  position: relative;
  transform: translateZ(0);
  -webkit-animation: spin 1.1s infinite linear;
  animation: spin 1.1s infinite linear;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  border-left: 2px solid #4d61fc;
  font-size: 10px;
  text-indent: -9999px;
  transition: opacity 0.2s ease;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 1100ms linear infinite;
  animation: clockwise 1100ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-140deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-140deg);
  }

  100% {
    transform: rotate(0);
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

.featherlight {
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
}

.with-featherlight .featherlight {
  display: block;
}

.featherlight .featherlight-content {
  border-radius: 4px;
}

body .featherlight .featherlight-content {
  padding: 30px 25px;
  border: none;
}

.featherlight .featherlight-close-icon {
  border-radius: 4px;
  top: 4px;
  right: 4px;
  transition: background-color 0.25s ease;
}

.featherlight .featherlight-close-icon:hover {
  background-color: #f6f6f6;
}

.slick-dots li:only-child {
  display: none;
}

.pswp__bg {
  transition: none !important;
  background-color: rgba(0, 0, 0, 0.8);
}
.nav-02__list--desktop .nav-02__item > .button--black-outline.button--empty {
  padding-left: 15px;
  padding-right: 15px;
}
.is-pro {
  position: relative;
}
.is-pro:hover {
  padding-left: 0px !important;
}
.is-pro::before {
  display: inline-flex;
  background-image: url(https://d352y6ypj4mjo3.cloudfront.net/citizenportal/gray-cp-upgrade-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 18px;
  height: 18px;
  position: relative;
  right: 5px;
  content: "";
  align-items: center;
}

.is-pro:hover::before {
  background-image: url(https://d352y6ypj4mjo3.cloudfront.net/citizenportal/cp-pro-upgrade-icon.png);
  width: 44px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.h1 *, .h2 *, .h3 *, .h4 *, .h5 *, .h6 *, h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    font-family: "Nunito Sans" !important;
}