@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

svg use {
    fill: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

.svg-menu rect, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', Arial, sans-serif;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    overflow-x: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#34434D), to(#19242D));
    background: -webkit-linear-gradient(left, #34434D, #19242D);
    background: -moz-linear-gradient(left, #34434D, #19242D);
    background: -o-linear-gradient(left, #34434D, #19242D);
    background: linear-gradient(to right, #34434D, #19242D);
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body.active {
    margin-top: 100px;
    overflow: hidden;
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

ul > li {
    display: inline-block;
}

span {
    display: inline-block;
}

.image img {
    display: block;
    margin: auto;
}

.header {
    z-index: 1000;
    width: 100%;
}

.image img {
    margin: auto;
}

.content {
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.main__content.content {
    padding-bottom: 0;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#253038), to(#0f171d));
    background: -webkit-linear-gradient(left, #253038, #0f171d);
    background: -moz-linear-gradient(left, #253038, #0f171d);
    background: -o-linear-gradient(left, #253038, #0f171d);
    background: linear-gradient(to right, #253038, #0f171d);
}

.wrapper {
    display: block;
    width: 100%;
}

a {
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

h1, h2, h3, h4, .title {
    font-weight: 400;
    color: #3ebda1;
    font-size: 36px;
    line-height: 45px;
}

h2.border, .title.high.border, h3.border, .title.middle.border {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #3ebda1;
    padding: 10px 30px 14px;
}

h4, .title.small {
    font-size: 24px;
    line-height: 32px;
}

.button {
    min-width: 150px;
    background-color: #2BC69E;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    padding: 13px 15px;
    border: 2px solid #2BC69E;
    display: inline-block;
    position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
    cursor: pointer;
    margin: auto;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.button:hover {
    background: transparent;
    color: #2BC69E;
}



/* header */


.content.header__content {
    padding: 10px 0 10px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: transparent;
    min-height: 100px;
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header__logo img {
    display: block;
    margin: auto;
    max-height: 30px;
}

.header__logo {
    display: block;
}

.header__left, .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.header__menu-button {
    display: none;
    background: transparent;
    z-index: 1001;
}

.header__menu-button svg {
    display: block;
}

.header__menu {
    margin-left: 60px;
}

.header__menu * {
    display: inline-block;
    vertical-align: middle;
}

.menu a {
    padding: 10px 20px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.header__menu a:hover {
    color: #2BC69E;
}

.expand__menu {
    display: none;
}

.expand__menu > * {
    display: none;
    width: 100%;
}

.expand__menu > *:nth-child(n + 2) a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.expand__menu li {
    display: block;
}

.expand__menu > *:nth-child(2) a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12.5px;
    margin-bottom: 15px;
    width: 100vw;
}

.expand__menu > *:nth-child(2) > li:last-child a {
    margin-bottom: 0;
}

.header__right > .header__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.header__button:last-child {
    margin-left: 10px;
}

.button.outline {
    background: transparent;
    color: #2BC69E;
}

.button.outline:hover {
    background: #2BC69E;
    color: #fff;
}




/* article  */

article > *, .article > * {
    margin-top: 20px;
}

article > *:first-child, .article > *:first-child, article > a.button:first-child, .article > a.button:first-child {
    margin-top: 0;
}

article li, .article li {
    padding-left: 30px;
    display: block;
}

article > * + .button, .article > * + .button {
    margin-top: 16px;
}

article li + li, .article li + li {
    margin-top: 10px;
}

.article ul li:before, article ul li:before {
    content: '.';
    font-size: 50px;
    line-height: inherit;
    font-weight: 900;
    line-height: 1;
    color: #2cac58;
    position: absolute;
    left: 0;
    top: -15px;
}

.article ol, article ol {
    list-style-position: inside;
    list-style: none;
}

.article ol > li, article > ol li {
    counter-increment: ol;
}

.article ol > li:before, article ol > li:before {
    content: counter(ol) '.';
    font-size: inherit;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: 400;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}


.content > * + * {
    margin-top: 25px;
}

.header__content.content > * + * {
    margin-top: 0;
}


/* intro */

.intro__wrapper.wrapper {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 3px solid #3ebda1;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#34434D), to(#19242D));
    background: -webkit-linear-gradient(left, #34434D, #19242D);
    background: -moz-linear-gradient(left, #34434D, #19242D);
    background: -o-linear-gradient(left, #34434D, #19242D);
    background: linear-gradient(to right, #34434D, #19242D);
    padding: 40px 210px;
    text-align: center;
    color: #3ebda1;
}

.intro__wrapper:before {
    content: '';
    width: 25%;
    height: 200%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, right top, from(rgba(62, 189, 161, 0.5)), color-stop(50%, transparent));
    background: -webkit-linear-gradient(bottom left, rgba(62, 189, 161, 0.5), transparent 50%);
    background: -moz-linear-gradient(bottom left, rgba(62, 189, 161, 0.5), transparent 50%);
    background: -o-linear-gradient(bottom left, rgba(62, 189, 161, 0.5), transparent 50%);
    background: linear-gradient(to top right, rgba(62, 189, 161, 0.5), transparent 50%);
}

.intro__wrapper:after {
    content: '';
    width: 25%;
    height: 200%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, right bottom, left top, from(rgba(62, 189, 161, 0.5)), color-stop(50%, transparent));
    background: -webkit-linear-gradient(bottom right, rgba(62, 189, 161, 0.5), transparent 50%);
    background: -moz-linear-gradient(bottom right, rgba(62, 189, 161, 0.5), transparent 50%);
    background: -o-linear-gradient(bottom right, rgba(62, 189, 161, 0.5), transparent 50%);
    background: linear-gradient(to top left, rgba(62, 189, 161, 0.5), transparent 50%);
}

.intro__image {
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.intro__image.left {
    left: 0;
}

.intro__image.right {
    right: 0;
}

.intro__wrap {
    z-index: 100;
}

.intro__article {
    z-index: 100;
}


/* banner */

.banner__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}

.banner__left {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(67% - 30px);
    -moz-box-flex: 0;
    flex: 0 1 calc(67% - 30px);
    overflow: hidden;
    max-width: -webkit-calc(100% - 30px - 280px);
    max-width: -moz-calc(100% - 30px - 280px);
    max-width: calc(100% - 30px - 280px);
}

.banner__right {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
    -moz-box-flex: 0;
    flex: 0 1 33%;
    min-width: 280px;
    display: block;
}

.banner__right img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
}

.banner-left__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-left__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    -o-object-position: 80%;
    object-position: 80%;
}

.banner-left__desc {
    z-index: 100;
    font-size: 30px;
    line-height: 40px;
    padding: 17.5px 85px;
    background: -webkit-gradient(linear, left top, right top, from(#2d947d), to(transparent));
    background: -webkit-linear-gradient(left, #2d947d, transparent);
    background: -moz-linear-gradient(left, #2d947d, transparent);
    background: -o-linear-gradient(left, #2d947d, transparent);
    background: linear-gradient(to right, #2d947d, transparent);
}

.banner-left__list {
    z-index: 100;
    padding: 50px 85px;
    font-size: 24px;
    line-height: 50px;
}

.banner-left__list li {
    display: block;
    padding-left: 30px;
}

.banner-left__list li:before {
    content: '.';
    font-size: 50px;
    line-height: inherit;
    font-weight: 900;
    line-height: 1;
    color: #2cac58;
    position: absolute;
    left: 0;
    top: -15px;
}




/* info */

.info__wrapper.wrapper {
    padding: 40px 240px;
    width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-left: -30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: -webkit-gradient(linear, right top, left top, from(#253038), to(#0f171d));
    background: -webkit-linear-gradient(right, #253038, #0f171d);
    background: -moz-linear-gradient(right, #253038, #0f171d);
    background: -o-linear-gradient(right, #253038, #0f171d);
    background: linear-gradient(to left, #253038, #0f171d);
    text-align: center;
}

.info__title.high.title {
    color: #fff;
}

.info__image {
    position: absolute;
    bottom: 0;
    max-height: 100%;
}

.info__image.left {
    left: 0;
}

.info__image.right {
    right: 0;
}

.info__article {
    z-index: 100;
}


/* download */

.download__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}

.download-list__item {
    background: #2c3943;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 25px 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
}

.article.download-list__item ol li + li {
    margin-top: 0;
}

.download-item__desc {
    font-size: 36px;
    line-height: 50px;
}

.article.download-list__item > * + * {
    margin-top: 10px;
}


.wrapper.gradient, .wrapper.transparent {
    width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 40px 8.5%;
    text-align: center;
}

.wrapper.gradient {
    background: -webkit-gradient(linear, right top, left top, from(#253038), to(#0f171d));
    background: -webkit-linear-gradient(right, #253038, #0f171d);
    background: -moz-linear-gradient(right, #253038, #0f171d);
    background: -o-linear-gradient(right, #253038, #0f171d);
    background: linear-gradient(to left, #253038, #0f171d);
}

.wrapper.gradient h2, .wrapper.transparent h2 {
    color: #fff;
}

.article.wrapper > * + h3 {
    margin-top: 30px;
}

.wrapper.gradient + .wrapper.transparent, .wrapper.transparent + .wrapper.gradient {
    margin-top: 0;
}



/* table */

.table > * + * {
    margin-top: 25px;
}

.table__wrapper.wrapper {
    padding: 50px 80px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #2c3943;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}

table a {
    font-weight: 400;
}

table a:hover {
    text-decoration: underline;
}

table, thead, tbody {
    width: 100%;
}

tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -moz-box-flex: 0;
    flex: 0 1 40%;
    padding-right: 30px;
    min-width: 110px;
}

td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
    -moz-box-flex: 0;
    flex: 0 1 60%;
    max-width: -webkit-calc(100% - 110px);
    max-width: -moz-calc(100% - 110px);
    max-width: calc(100% - 110px);
}

thead {
    color: #2d947d;
    font-size: 30px;
    line-height: 40px;
}

tbody tr:first-child {
    margin-top: 50px;
}

tbody tr + tr {
    margin-top: 15px;
}

tbody tr td:first-child {
    font-weight: 700;
}



/* pros */

.pros__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}

.pros-list__item {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
    background: #2c3943;
    font-size: 24px;
    line-height: 50px;
}

.article ul .pros-list__item {
    padding: 50px 90px 50px 60px;
}

.article ul .pros-list__item:before {
    content: '+';
    font-size: 24px;
    line-height: 1;
    color: #39a48e;
    position: absolute;
    left: 13px;
    top: 13px;
    height: 25px;
    width: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #465765;
    font-weight: 400;
}

.article ul .pros-list__item + li {
    margin-top: 0;
}

.article ul .pros-list__item + li:before {
    content: '-';
    line-height: 20px;
}



/* registration */

.registration__wrapper.wrapper {
    text-align: center;
    padding: 40px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(45, 147, 124, 0.8)), to(rgba(45, 147, 124, 0.4)));
    background: -webkit-linear-gradient(right, rgba(45, 147, 124, 0.8), rgba(45, 147, 124, 0.4));
    background: -moz-linear-gradient(right, rgba(45, 147, 124, 0.8), rgba(45, 147, 124, 0.4));
    background: -o-linear-gradient(right, rgba(45, 147, 124, 0.8), rgba(45, 147, 124, 0.4));
    background: linear-gradient(to left, rgba(45, 147, 124, 0.8), rgba(45, 147, 124, 0.4));
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-left: -30px;
}

.registration__wrapper > * {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.title.high.registration__title span {
    color: #fff;
}



/* steps */

.steps__wrapper {
    margin-top: 50px;
}

.steps__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.steps-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
    padding: 175px 23px 40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#2d947d), to(#2c3943));
    background: -webkit-linear-gradient(#2d947d, #2c3943);
    background: -moz-linear-gradient(#2d947d, #2c3943);
    background: -o-linear-gradient(#2d947d, #2c3943);
    background: linear-gradient(#2d947d, #2c3943);
    text-align: center;
}

.steps-item__image {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    z-index: 1;
}

.steps-item__desc {
    background: #141d24;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    min-height: 175px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #fff;
    z-index: 2;
    margin-bottom: 25px;
}

.steps-item__desc > span span {
    color: #3ebda1;
}

.steps-item__desc > span {
    max-width: 275px;
}

.steps-item__text {
    z-index: 100;
}

/* app */

.app__wrapper.wrapper {
    padding: 40px 240px;
    width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-left: -30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: -webkit-gradient(linear, right top, left top, from(#253038), to(#0f171d));
    background: -webkit-linear-gradient(right, #253038, #0f171d);
    background: -moz-linear-gradient(right, #253038, #0f171d);
    background: -o-linear-gradient(right, #253038, #0f171d);
    background: linear-gradient(to left, #253038, #0f171d);
    text-align: center;
}

.app__title.high.title {
    color: #fff;
}

.app__image {
    position: absolute;
    bottom: 0;
    max-height: 100%;
}

.app__image.left {
    left: 0;
}

.app__image.right {
    right: 0;
}

.app__article {
    z-index: 100;
}


/* banner link */

.banner__link {
    display: block;
    max-width: 775px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.banner__link img {
    display: block;
    margin: auto;
}

.banner__link:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


/* faq */

.content.faq__content {
    padding: 25px 0 40px;
}

.title.high.faq__title {
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.faq__list {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 25px 30px;
    background: -webkit-gradient(linear, left top, right top, from(#253038), to(#0f171d));
    background: -webkit-linear-gradient(left, #253038, #0f171d);
    background: -moz-linear-gradient(left, #253038, #0f171d);
    background: -o-linear-gradient(left, #253038, #0f171d);
    background: linear-gradient(to right, #253038, #0f171d);
    border: 1.5px solid #3ebda1;
}

.faq__item {
    background: #2c3943;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /* overflow: hidden; */
    display: block;
}

.faq-item__question {
    padding: 17.5px 35px;
    position: relative;
    font-size: 30px;
    line-height: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: 400;
    color: #fff;
    background: #2d947d;
    border: 1.5px solid #3ebda1;
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: -webkit-box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    -moz-transition: box-shadow 0.2s linear, -moz-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear, -moz-box-shadow 0.2s linear;
    z-index: 100;
    cursor: pointer;
}

.faq__item.active .faq-item__question {
    -webkit-box-shadow: 0 0 30px 15px rgba(62, 189, 161, 0.2);
    -moz-box-shadow: 0 0 30px 15px rgba(62, 189, 161, 0.2);
    box-shadow: 0 0 30px 15px rgba(62, 189, 161, 0.2);
}

.faq__item + .faq__item {
    margin-top: 25px;
}

.faq-item__answer {
    padding: 40px 35px;
    z-index: 50;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}



/* testimonials */

.testimonials {
    background: -webkit-gradient(linear, right top, left top, from(#253038), to(#0f171d));
    background: -webkit-linear-gradient(right, #253038, #0f171d);
    background: -moz-linear-gradient(right, #253038, #0f171d);
    background: -o-linear-gradient(right, #253038, #0f171d);
    background: linear-gradient(to left, #253038, #0f171d);
}

.testimonials__content.content {
    padding: 50px 0;
}

.title.high.testimonials__title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}

.testimonials__list {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #2a3740;
    border: 1.5px solid #41515e;
    padding: 0 30px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0 50px 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 50px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px 30px rgba(0, 0, 0, 0.3);
}

.testimonials-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
    margin-top: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #33404b;
    border: 1.5px solid #465765;
    padding: 25px 28px;
    font-size: 24px;
    line-height: 50px;
    -webkit-box-shadow: 0 0 40px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px 30px rgba(0, 0, 0, 0.1);
}
