@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@300;400;600;700&display=swap');

body {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #100f0f;
  text-align: left;
  background: #2b6069;
  overflow-x: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

p {
  margin-top: 24px;
}

ul,
ol {
  text-align: left;
}

ul>li,
ol>li {
  display: block;
  position: relative;
  padding: 20px 0 0 24px;
}

ol>li {
  counter-increment: step-counter;
}

ul>li:before,
ol>li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  text-align: center;
}

ul>li:before {
  content: '';
  width: 4px;
  height: 4px;
  left: 8px;
  top: 30px;
  border-radius: 50%;
  background-color: #100f0f;
}

ol>li:before {
  content: counter(step-counter) '.';
  padding-top: inherit;
  top: 0;
  color: #100f0f;
}

h1,
h2,
h3,
h4,
.title {
  display: block;
  position: relative;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #100f0f;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

h1 {
  margin-bottom: 24px;
  font-size: 40px;
}

.title.general {
  max-width: 650px;
  text-align: left;
  z-index: 1;
}

h2,
.title.high {
  margin-bottom: 20px;
  font-size: 40px;
}

h3,
.title.middle {
  margin: 32px 0 24px 0;
  font-size: 40px;
}

h4,
.title.mini {
  margin: 32px 0 24px 0;
  font-size: 40px;
}

.button {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 128px;
  height: auto;
  max-height: 48px;
  background: #db4a3d;
  font-size: 16px;
  font-weight: 600;
  font-style: normal !important;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  padding: 16px 31px;
  margin: 16px auto 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 4px 18px rgba(14, 24, 17, 0.25);
  box-shadow: 0 4px 18px rgba(14, 24, 17, 0.25);
  border-radius: 16px;
}

.button:hover,
.button:focus {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button.inverse {
  background: #59ae5f;
}

.button>img,
.button>span {
  display: inline-block;
  position: relative;
  font: inherit;
  line-height: 1;
  vertical-align: middle;
}

.button>img+span {
  margin-left: 10px;
}

.image img,
.background img {
  display: block;
  position: relative;
}

.background {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgba(255, 255, 255, 1);
  line-height: 1;
}

use {
  fill: rgba(255, 255, 255, 1);
  fill-rule: evenodd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.content,
.cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 32px 30px 0 30px;
}

.cover {
  height: auto;
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 30px 0 30px;
  overflow: hidden;
}

.content-body {
  margin-left: auto;
  width: calc(100% - 315px);
}

.cover {
  max-width: 100%;
  overflow: hidden;
  padding-left: calc(50% - ((1300px - 30px - 30px) / 2));
  padding-right: calc(50% - ((1300px - 30px - 30px) / 2));
}

.content>*,
.cover>* {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* HEADER */
.header {
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  overflow: unset;
  color: rgba(255, 255, 255, 1);
  background-color: #1b4045;
  z-index: 1000;
}

.header>* {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.header__language-dropdown {
  z-index: 5;
  color: #ffffff;
  max-width: 131px;
  margin: 0 0 0 24px;
  cursor: pointer;
}

.header__language-dropdown>div {
  padding: 11px 40px 11px 24px;
  position: relative;
  border: 1px solid #ffffff;
  background-color: #1b4045;
  border-radius: 16px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 100;
}

.header__language-dropdown>div::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 7px;
  right: 27px;
  top: calc(50% - 7px / 2);
  background-image: url(../images/arrow-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.header__language {
  white-space: nowrap;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-transform: uppercase;
}

.header__language img {
  border-radius: 50%;
  display: block;
  max-width: 24px;
}

.header__language-dropdown>ul {
  background-color: #1D4045;
  border-radius: 0 0 12px 12px;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 10px 20px 20px;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 113px;
  width: auto;
  margin-bottom: 0;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header__language-dropdown ul>li::before {
  display: none;
}

.list-hidden>ul {
  margin-bottom: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.header__language-dropdown.list-hidden>ul {
  padding: 0 40px 0 24px;
}

.header__language-dropdown>ul li {
  display: block;
  padding: 0;
}

.header__language-dropdown>ul li+li {
  margin-top: 20px;
}

.header__language-dropdown ul .header__language:hover,
.header__language-dropdown ul .header__language:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.header__language-dropdown:not(.list-hidden)>div::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__menu .sidebar__menu,
.header__menu .sidebar__blocks {
  display: none;
}

.header__button-menu {
  display: none;
}

.header__menu .sidebar__banner-top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__menu .sidebar__banner-top span {
  margin: 0 6px;
}

.logo>img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 48px;
}

.logo[href]:hover,
.logo[href]:focus {
  opacity: 0.5;
}

/* MENU */
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  background: #274a4f;
  border-radius: 16px;
}

.menu li {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}

.menu li:before {
  display: none;
}

.menu li>a {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  color: rgba(255, 255, 255, 1);
  border-color: transparent;
  border-radius: 16px;
  text-transform: uppercase;
}

.menu li>a:hover,
.menu li>a:focus {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.menu li>a img {
  margin-right: 10px;
}

.header__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0 0 14px;
}

.header__menu .header__button-login,
.header__menu .header__button-signup {
  display: none;
}

.header__menu .sidebar__blocks {
  max-width: 560px;
  text-align: left;
}

.header__menu .sidebar__banner {
  margin: 0 auto 20px;
}

.header__menu .sidebar__banner-center {
  padding: 20px 150px 20px 20px;
}

.header__menu .sidebar__banner-center p {
  max-width: 100%;
  font-size: 20px;
}

.header__menu .sidebar__blocks-item {
  max-height: 200px;
}

.header__menu .sidebar__banner-img {
  bottom: calc(50% - 116px / 2);
}

/* MAIN */
.main {
  display: block;
  position: relative;
  overflow-x: hidden;
  padding-top: 80px;
}

.main>* {
  position: relative;
}

/* SIDEBAR */
.sidebar {
  width: 295px;
  margin-right: 20px;
  padding-bottom: 30px;
}

.sidebar__wrapper {
  border-radius: 6px;
  background-color: #ffffff;
}

.sidebar__head {
  padding: 20px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(180, 224, 226, 0.25);
  border-radius: 6px 6px 0 0;
}

.sidebar__head .button {
  border-radius: 60px;
  margin: 0;
  min-width: auto;
  padding: 4px 16px 4px 4px;
  text-align: left;
  min-width: 250px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar__head .button span {
  margin: 0 5px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar__head .button .icon-play {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 14px;
}

.sidebar__head .button .icon-arrow {
  display: inline-block;
  margin-left: auto;
}

.sidebar__menu {
  padding: 0 0 16px;
}

.sidebar__menu li {
  padding: 0;
  position: relative;
}

.sidebar__menu li:not(:last-child)::after {
  content: '';
  position: absolute;
  width: calc(100% - 24px);
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #e8e8e8;
}

.sidebar__menu li::before {
  display: none;
}

.sidebar__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 16px 24px 16px 20px;
  color: #202735;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.sidebar__menu a:hover,
.sidebar__menu a:focus {
  background: -o-linear-gradient(bottom,
      rgba(139, 217, 212, 0.25),
      rgba(139, 217, 212, 0.25)),
    #ffffff;
  background: -webkit-gradient(linear,
      left bottom, left top,
      from(rgba(139, 217, 212, 0.25)),
      to(rgba(139, 217, 212, 0.25))),
    #ffffff;
  background: linear-gradient(0deg,
      rgba(139, 217, 212, 0.25),
      rgba(139, 217, 212, 0.25)),
    #ffffff;
  border-left: 4px solid #29a8ac;
}

.sidebar__menu a img {
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.sidebar__menu a span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.sidebar__banner {
  margin: 20px 0;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
}

.sidebar__banner-top {
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
}

.sidebar__banner-center {
  background: -o-linear-gradient(359.68deg, #2b6069 -0.69%, #4b9452 100.53%);
  background: linear-gradient(90.32deg, #2b6069 -0.69%, #4b9452 100.53%);
  padding: 23px 16px;
}

.sidebar__banner-center p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 200px;
  margin: 0;
}

.sidebar__banner-img {
  min-width: 85px;
  position: absolute;
  bottom: 29px;
  right: 0;
}

.sidebar__banner .button {
  min-width: auto;
  margin: 0;
}

.sidebar__banner-bottom {
  padding: 18px 16px;
}

.sidebar__blocks-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.sidebar__blocks-inner .sidebar__blocks-item {
  width: calc((100% - 15px) / 2);
}

.sidebar__blocks-item {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  min-height: 164px;
}

.sidebar__blocks-item:hover .sidebar__title,
.sidebar__blocks-item:hover .sidebar__icon,
.sidebar__blocks-item:focus .sidebar__title,
.sidebar__blocks-item:focus .sidebar__icon {
  background: #db4a3d;
}

.sidebar__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar__title {
  background: #59ae5f;
  border-radius: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 22px 12px 10px 12px;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar__title p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
}

.sidebar__icon {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background: #59ae5f;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
}

.sidebar__button {
  padding: 10px 18px;
  font-weight: 700;
  font-size: 12px;
}

/* APP */
.apps {
  margin-bottom: 24px;
  padding: 25px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  background-color: #32676f;
  border-radius: 6px;
}

.apps__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.apps__btn {
  margin-right: 20px;
  padding-right: 20px;
  background: #16363b;
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
}

.apps__btn span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

.apps__btn-pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  background: #1f4c52;
  border-radius: 36px;
  width: 129px;
  padding: 12px 15px;
  position: relative;
  margin-right: 20px;
}

.apps__btn-pill .img-phone {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: none;
  -webkit-filter: drop-shadow(0px 4px 7px rgba(25, 42, 50, 0.5));
  filter: drop-shadow(0px 4px 7px rgba(25, 42, 50, 0.5));
}

/* 	PRIME */
.prime {
  margin-bottom: 24px;
}

.prime__cover {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 6px;
  background: #1b4045;
  z-index: 0;
}

.prime__image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  min-width: 475px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.prime__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prime__wrap {
  padding: 106px 40px 32px 40px;
  min-height: 384px;
  z-index: 100;
}

.bonus-page .prime__wrap {
  padding: 32px 40px 32px 40px;
}

.prime__title {
  color: #ffffff;
}

.app-page .prime__wrap {
  padding: 32px 40px 32px 40px;
}

.prime__button {
  margin-top: 0;
  min-width: 202px;
  z-index: 1;
}

.prime-wrap__background {
  width: auto;
  min-width: 744px;
  z-index: -1;
}

.app-page .prime-wrap__background {
  min-width: 572px;
  right: 231px;
}

.section {
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 24px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.welcome__content p {
  margin: 0;
}

/* APP PAGE */
.app-banner {
  position: relative;
  padding: 32px 40px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  background: -o-linear-gradient(top,
      #2f7159 0%,
      #285746 32.11%,
      #184938 50.29%,
      #133529 82.81%,
      #0b291e 100%);
  background: -webkit-gradient(linear,
      left top, left bottom,
      from(#2f7159),
      color-stop(32.11%, #285746),
      color-stop(50.29%, #184938),
      color-stop(82.81%, #133529),
      to(#0b291e));
  background: linear-gradient(180deg,
      #2f7159 0%,
      #285746 32.11%,
      #184938 50.29%,
      #133529 82.81%,
      #0b291e 100%);
}

.app-banner__image {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.app-banner__image img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.app-banner__inner+.app-banner__inner {
  margin-left: 40px;
}

.app-banner__inner {
  min-width: 309px;
}

.app-banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 310px;
}

.app-banner__buttons a {
  margin-top: 24px;
  width: calc(50% - 17px / 2);
}

.app-banner__button {
  margin: 0;
  width: 100%;
  min-width: 309px;
  max-height: none;
  padding: 16px 15px;
}

/* WELCOME BONUS */
.welcome__cover {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.welcome__wrap {
  padding: 48px 40px 48px 10px;
  width: 50%;
}

.welcome__wrap.welcome__image {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.welcome__title {
  margin: 0 0 16px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  padding: 0;
}

.welcome__wrap p {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  text-transform: lowercase;
}

.welcome__button {
  margin-top: 24px;
  min-width: 307px;
}

/* BENEFITS */
.benefits {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
}

.benefits__wrap {
  padding: 172px 40px 40px;
}

.benefits .title.high {
  margin: 0 auto 45px;
  display: inline-block;
  color: #0b2d24;
  text-align: center;
}

.benefits__wrap ul {
  margin: -9px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.benefits__wrap ul li {
  margin: 9px 0;
  padding: 4px 30px 4px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc((100% - 78px) / 2);
  background: -o-linear-gradient(top, #47866f 0%, #246850 55.21%, #0c3627 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#47866f), color-stop(55.21%, #246850), to(#0c3627));
  background: linear-gradient(180deg, #47866f 0%, #246850 55.21%, #0c3627 100%);
  border-radius: 12px;
}

.benefits__wrap ul li::before {
  display: none;
}

.benefits__wrap ul li span {
  min-width: 22px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.benefits__wrap ul li span+span {
  margin-left: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
}

.benefits__image {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 338px;
  z-index: -1;
}

.benefits__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* TEXT */
.text__rating {
  margin: 40px 0;
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text__rating .rating__image {
  margin: 0 0 0 32px;
}

.text__rating .rating__text {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #100f0f;
}

.rating__text>span {
  font-size: 40px;
  font-weight: 700;
}

.text ul,
.text ol {
  max-width: 750px;
}

.text ul:first-of-type {
  margin-top: -20px;
}

.text__button {
  margin: 24px auto 0;
  min-width: 309px;
}

/* SUPPORT */
.support {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: -o-linear-gradient(197.82deg, #fdfeff 0%, #dfdfdf 52.07%);
  background: linear-gradient(252.18deg, #fdfeff 0%, #dfdfdf 52.07%);
}

.support__background {
  width: auto;
}

.support__wrap {
  padding: 40px 40px 34px 30px;
  width: 50%;
}

.support__wrap.support__image {
  padding: 0;
}

.support__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.support__title {
  margin: 0 0 16px;
}

.support__buttons {
  margin: 18px -6px -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.support__button {
  margin: 6px;
  padding: 9px 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 119px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #100f0f;
  border: 1px solid #100f0f;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.support .button__icon {
  margin-right: 10px;
}

/* FEEDBACK */
.feedback {
  padding: 48px 40px 32px;
  background: transparent;
}

.feedback__title {
  margin: 0 0 56px 0;
  text-align: center;
  color: #ffffff;
}

.owl-carousel .owl-stage-outer {
  margin-bottom: 48px;
}

.feedback-carousel .item {
  margin: 10px 0 0 6px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-height: 238px;
  background-image: url(../images/feedback-item-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.feedback-carousel .item::before,
.feedback-carousel .item::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.feedback-carousel .item::before {
  width: 122px;
  height: 75px;
  top: -12px;
  left: -4px;
  background-image: url(../images/feedback-element-1.png);
  z-index: 1;
}

.feedback-carousel .item::after {
  width: 65px;
  height: 47px;
  top: -10px;
  left: 76px;
  background-image: url(../images/feedback-element-2.png);
  z-index: -1;
}

.feedback-carousel .item-inner {
  padding: 16px 19px 80px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feedback-carousel .item-decoration {
  margin: 0 auto 16px;
  display: block;
  max-width: 132px;
}

.feedback-carousel .item-person {
  padding: 3px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 10;
}

.feedback-carousel .item-image {
  margin-right: 22px;
  max-width: 52px;
}

.feedback-carousel .item-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #100f0f;
}

.feedback-carousel .item-text {
  font-weight: 400;
  font-size: 16px;
  color: #100f0f;
  margin: 0;
}

.feedback-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: -48px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.feedback-carousel .owl-nav .owl-button+.owl-button {
  margin-left: 16px;
}

.feedback-carousel .owl-nav button.owl-button {
  width: 42px;
  height: 42px;
  background-color: #e4e4e4;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.feedback-carousel .owl-nav button.owl-button:hover,
.feedback-carousel .owl-nav button.owl-button:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.feedback-carousel .item-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.feedback-carousel .item-rating__stars {
  display: inline-block;
  vertical-align: middle;
  width: 96px;
  position: relative;
  z-index: 5;
}

.feedback-carousel .item-rating__active {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 106px;
  overflow: hidden;
}

.feedback-carousel .item-rating__active img {
  max-width: none;
  width: auto;
}

/* FAQ */
.faq ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.faq ul>li:before {
  display: none;
}

.faq__item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.faq__item+.faq__item {
  margin-top: 8px;
}

.faq__item:not(:last-of-type) {
  border-bottom: 1px solid #2b6069;
}

.faq-item__title {
  padding: 0 30px 0 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  text-transform: initial;
  cursor: pointer;
}

.faq-item__title::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 24px / 2);
  right: 0;
  width: 24px;
  height: 24px;
  background: url('../images/faq-arrow.svg') no-repeat center center / 16px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.faq__item.active .faq-item__title::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-item__desc {
  padding: 16px 0 0;
}

.faq-item__desc p {
  margin: 0;
}

/* FOOTER */
.footer__cover {
  padding-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Poppins', sans-serif;
}

.home-footer {
  padding-bottom: 0;
}

.footer__wrapper {
  padding: 48px 30px 36px;
  margin-left: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 925px;
  position: relative;
}

.footer__wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: calc(100% - 48px);
  background-color: #1b4045;
  z-index: -1;
}

.footer__wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 48px;
  background-color: #16363b;
  z-index: -1;
}

.footer__cover>* {
  padding-top: 48px;
  padding-bottom: 90px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.footer__general {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 213px;
  flex: 1 0 213px;
}

.footer__logo {
  display: block;
}

.footer__logo img {
  max-height: 100%;
}

.copyright {
  font-size: 9px;
  font-weight: 700;
  line-height: 14px;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__info p {
  margin: 0 0 30px 0;
  max-width: 485px;
  color: #ffffff;
}

.footer__info-inner {
  min-width: 210px;
}

.footer__info-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -9px 0 0 -17px;
}

.footer__info-inner ul>li {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
  padding: 8px 0 0 8px;
}

.footer__info-inner ul>li img {
  display: block;
  margin: auto;
}

.footer__info-inner ul>li:before {
  display: none;
}

.footer__info-inner ul {
  margin: 0 0 0 -16px;
}

.footer__info-inner ul>li {
  padding: 9px 0 0 17px;
}

.footer__info-inner p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 9px;
  color: #ffffff;
}

.footer__copy {
  padding: 15px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #16363b;
}

.footer__copy p {
  margin-top: 0;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
}

/* BREADCRUMBS */
.breadcrumbs {
  margin: 0 0 40px 0;
  z-index: 1;
}

.breadcrumbs>li {
  display: inline-block;
  padding: 0;
}

.breadcrumbs>li:before {
  display: none;
}

.breadcrumbs>li a {
  display: inline-block;
  color: #ffffff;
}

.breadcrumbs>li+li a {
  color: #ffffff;
}

.breadcrumbs>li:not(:last-child):after {
  content: '|';
  display: inline-block;
  position: relative;
  font: inherit;
  color: #ffffff;
  margin: 0 5px;
}

/* BONUSES */
.welcome__gallery {
  padding: 0;
  margin: 20px 0;
}

.welcome__gallery ul {
  margin: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.welcome__gallery ul li::before {
  display: none;
}

.welcome__gallery ul li {
  margin: 12px;
  padding: 24px 24px 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: calc((100% - 72px) / 3);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.welcome__gallery ul li:hover .welcome-item__image,
.welcome__gallery ul li:focus .welcome-item__image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.welcome-item__button {
  margin: 24px 0 0 0;
  min-width: 215px;
}

.welcome-item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.welcome-item__inner {
  margin: 24px 0 0 0;
  text-align: left;
}

.welcome-item__title {
  margin: 0 0 0 24px;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  color: #100f0f;
  text-align: left;
  text-transform: capitalize;
}

.welcome-item__desc p {
  margin: 0;
  color: #100f0f;
}

.breadcrumbs__item span {
  color: #fff;
}