@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&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 {
    width: 100%;
    color: #464646;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
    background: #fff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Inter', Arial, sans-serif;
}

body.active {
    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;
}

.header {
    z-index: 1000;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1005;
    background: transparent;
}

.header.active {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
}

.main > * + * {
    margin-top: 20px;
}

.image img {
    margin: auto;
}

.content {
    max-width: 1770px;
    margin: auto;
    padding: 30px 35px;
    display: block;
}

.content.small {
    max-width: 1450px;
}

.page-simple .content {
    max-width: 1064px;
}

a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.page-simple h1, .page-simple h2, .page-simple h3, .page-simple h4 {
    color: #011517;
    text-align: left;
    margin-bottom: 0;
    letter-spacing: 0;
    font-weight: 700;
}

.page-simple {
    color: #044147;
}

.page-simple h1, .page-simple h2 {
    font-size: 32px;
    line-height: 1.2;
}

h1, h2, h3, h4, .title {
    font-weight: 700;
    z-index: 100;
    text-transform: uppercase;
    color: rgb(1, 1, 1);
    text-align: center;
}

h1, .title.general {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.8px;
    color: #fff;
    font-weight: 600;
}

h2, .title.high {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 60px;
    letter-spacing: 3px;
}

.title.high {
    display: inline-block;
    padding: 0 85px;
}

.title.high:before, .title.high:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 44px;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    background: rgb(255, 73, 73);
}

.title.high:before {
    left: 0;
}

.title.high:after {
    right: 0;
}

h3, .title.middle {
    font-size: 30px;
    line-height: 38px;
}

h4, .title.small {
    font-size: 26px;
    line-height: 32px;
}

.button {
    min-width: 136px;
    background: #FF4949;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 7px 20px;
    text-transform: uppercase;
    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.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.button:hover {
    background: #ff1717;
}



/* header */


.content.header__content {
    padding: 10px 35px;
    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;
    border: none;
    min-height: 90px;
    margin-top: 15px;
}

.header__logo img {
    display: block;
    max-width: none;
}

.header__logo {
    height: 50px;
    display: block;
    z-index: 1001;
}

.header__menu-button {
    display: none;
    background: transparent;
    z-index: 1001;
}

.header__menu-button svg {
    display: block;
}

.header__wrap {
    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;
    z-index: 1001;
}

.header__buttons > .button {
    margin-right: 10px;
}

.header__buttons > .button:first-child {
    background: rgb(24, 90, 97);
}

.header__buttons > .button:first-child:hover {
    background: #2DB155;
}

.header__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.header__languages {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.header__languages ul {
    position: absolute;
    right: -15px;
    top: -webkit-calc(100% + 2px);
    top: -moz-calc(100% + 2px);
    top: calc(100% + 2px);
    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;
    background: rgb(37, 37, 37);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.header__languages ul.active {
    opacity: 1;
}

.header__languages img {
    display: block;
}

.header-languages__main {
    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;
    padding: 7px 23px 7px 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-languages__main:hover {
    color: rgb(45, 177, 85);
}

.header-languages__main:before {
    content: url(../images/arrow-language.svg);
    position: absolute;
    right: 4px;
    top: -webkit-calc(50% - 2.5px);
    top: -moz-calc(50% - 2.5px);
    top: calc(50% - 2.5px);
    display: block;
    height: 5px;
    line-height: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-languages__main:hover:before {
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
}

.header-languages__main span:nth-child(1) {
    min-width: 21px;
    margin-right: 5px;
}

.header-languages__main.active {
    color: rgb(45, 177, 85);
}

.header-languages__main.active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-languages__main.active:hover:before {
    top: -webkit-calc(50% - 2.5px);
    top: -moz-calc(50% - 2.5px);
    top: calc(50% - 2.5px);
}

.header__languages a {
    display: block;
    padding: 10px 15px 10px 10px;
    border-bottom: 1px solid rgb(63, 63, 63);
    border-right: 1px solid rgb(63, 63, 63);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    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;
}

.header__languages a span:nth-child(1) {
    margin-right: 5px;
    min-width: 21px;
}



.header__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin: auto 50px;
}

.header__menu ul {
    width: 100%;
    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;
}

.header__menu > ul a {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    position: relative;
    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;
    padding: 10px 5px;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: 'Play', Arial, sans-serif;
    text-align: center;
}

.header__menu > ul a:hover {
    opacity: 0.5;
}

.header__expand-menu {
    display: none;
    margin-bottom: 50px;
    z-index: 1000;
}

.header__expand-menu img {
    display: block;
}

.header__expand-menu > * {
    display: none;
    width: 100%;
}

.header__expand-menu li {
    display: block;
}

.header__expand-menu > *:nth-child(1) a {
    color: #fff;
    text-align: center;
    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;
    font-size: 21px;
    line-height: 30px;
}

.header__expand-menu > *:nth-child(1) li + li {
    margin-top: 16px;
}





/* page-simple */

.page-simple.main {
    padding-top: 120px;
}

.page-simple.main:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/cover.png);
}


/* article  */


article > *, .article > * {
    margin-top: 16px;
}

.article > * + .button, article > * + .button {
    margin-top: 16px;
}

article > *:first-child, .article > *:first-child, article > a.button:first-child, .article > a.button:first-child {
    margin-top: 0;
}

article li, .article li {
    display: block;
    text-align: left;
}

article ul li, .article ul li {
    padding-left: 25px;
}

.page-simple article ul li, .page-simple .article ul li {
    padding-left: 0;
}

article > ul > li + li, .article > ul > li + li, article > ol > li + li, .article > ol > li + li {
    margin-top: 16px;
}

.article ul li:before, article ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #104C54;
    position: absolute;
    left: 8px;
    top: 8.5px;
}

.page-simple .article ul li:before, .page-simple article ul li:before {
    content: "-";
    position: relative;
    left: 0;
    top: 0;
    background: transparent;
    width: auto;
    height: auto;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-right: 4px;
}

.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;
    line-height: inherit;
    color: #104C54;
    margin-right: 4px;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}

.page-simple article * + h1, .page-simple .article * + h1,
.page-simple article * + h2, .page-simple .article * + h2 {
    margin-top: 60px;
}



/* cover */

.cover {
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    background-image: url(../images/cover.png);
    overflow: hidden;
}

.cover:before {
    content:'';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 325px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(../images/cover-decor.png);
    background-position: 40%;
    z-index: 100;
}

.cover__content.content {
    padding-top: 250px;
    text-align: center;
    padding-bottom: 500px;
}

.page-home .cover__content.content {
    padding-top: 180px;
    padding-bottom: 400px;
}

.cover__title {
    z-index: 10;
    margin-bottom: 16px;
}

.cover__title + .cover__button {
    margin-top: 10px;
}

.page-home .cover__title {
    font-weight: 800;
}

.cover__wrap {
    max-width: 630px;
    margin: 0 auto;
    width: 65%;
}

.cover__desc {
    font-size: 20px;
    line-height: 1.2;
    color: #FF4949;
    max-width: 570px;
    margin: 0 auto 24px;
    z-index: 10;
}

.button.cover__button {
    background: rgb(45, 177, 85);
    font-size: 14px;
    padding: 17px 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 600;
}

.cover__button.button:hover {
    background: #185A61;
}

.cover__contact {
    position: absolute;
    left: 25%;
    bottom: 200px;
    background: rgb(255, 73, 73);
    width: 112px;
    height: 112px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    text-align: center;
    -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;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    padding-top: 7px;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    z-index: 100;
}

html[lang="es"] .cover__contact {
    font-size: 14px;
}

.cover__contact img {
    display: block;
}

.cover__contact span {
    max-width: 100px;
}

.cover__contact span:first-child {
    margin-bottom: 10px;
}

.cover__contact:hover {
    background: rgba(255, 65, 65, 0.7);
}

.cover__image {
    position: absolute;
    z-index: 1;
}

.cover__image.left {
    bottom: 165px;
    left: 0;
    max-height: 700px;
    height: -webkit-calc(100% - 165px - 150px);
    height: -moz-calc(100% - 165px - 150px);
    height: calc(100% - 165px - 150px);
}

.cover__image.right {
    bottom: 320px;
    right: 0;
    max-height: 555px;
    height: -webkit-calc(100% - 320px - 150px);
    height: -moz-calc(100% - 320px - 150px);
    height: calc(100% - 320px - 150px);
}



/* commission */

.commission__content.content {
    padding-top: 60px;
}

.commission__content > * + * {
    margin-top: 30px;
}

.commission__desc {
    text-align: center;
    font-size: 34px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.commission-plan__list {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    font-weight: 700;
    text-transform: uppercase;
    background: #D9D9D9;
    color: #000;
    text-align: center;
    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;
    max-width: 400px;
    width: 100%;
    margin: 0 auto 30px;
    font-family: 'Play', Arial, sans-serif;
}

.commission-plan__list li {
    padding: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

.commission-plan__list li:hover {
    background: #e7e7e7;
}

.commission-plan__list li.active {
    color: #fff;
    background: #CD212D;
}


.commission-plan__table {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    background: #F6F6F6;
    font-size: 16px;
    line-height: 28px;
    display: none;
}

.commission-plan__table.active {
    display: block;
}

table {
    background: #F6F6F6;
    text-align: center;
    width: 100%;
}

table td {
    padding: 20px;
    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;
    min-height: 76px;
}

table thead {
    background: #185A61;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
}

table 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: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

table tbody tr:nth-child(2n) {
    background: #EBEBEB;
}

.commission-plan__table table td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% / 3);
}


.commission-plan__contact {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    min-height: 304px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 50px 100px;
    display: none;
}

.commission-plan__contact.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.commission-plan-contact__wrap {
    max-width: 500px;
    width: 50%;
}

.commission-plan-contact__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.commission-plan-contact__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    -o-object-position: 90%;
    object-position: 90%;
}

.commission-plan-contact__desc {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 16px;
    z-index: 1;
}

.commission-plan-contact__button {
    min-width: 200px;
    padding: 8px 20px;
}



.commission__formula {
    padding: 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #F6F6F6;
    text-align: center;
}

.commission-formula__wrap {
    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;
    font-weight: 600;
}

.commission-formula__list {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    padding: 16px;
    min-width: 350px;
    border: 1px dashed #9E9E9E;
    margin-right: 20px;
    background: #F6F6F6;
}

.commission-formula__list li {
    display: block;
    padding-left: 32px;
    text-align: left;
}

.commission-formula__list li + li {
    margin-top: 12px;
}

.commission-formula__list li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    top: -webkit-calc(50% - 12px);
    top: -moz-calc(50% - 12px);
    top: calc(50% - 12px);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/formula-minus.svg);
}

.commission-formula__list li:first-child:before {
    background-image: url(../images/formula-plus.svg);
}

.commission-formula__percent {
    padding-left: 34px;
}

.commission-formula__percent:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    top: -webkit-calc(50% - 12px);
    top: -moz-calc(50% - 12px);
    top: calc(50% - 12px);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/formula-x.svg);
}

.commission-formula__fee {
    margin-top: 4px;
    margin-left: -16px;
}

.commission-formula__fee li {
    margin-top: 16px;
    padding-left: 25px;
    margin-left: 16px;
    text-align: left;
}

.commission-formula__fee li:before {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #505050;
    position: absolute;
    left: 8px;
    top: 8.5px;
}

.commission-formula__fee + * {
    margin-top: 40px;
}

.commission-formula-affiliate__commission {
    margin-top: 8px;
    font-weight: 600;
    padding-left: 32px;
    display: inline-block;
    text-align: left;
}

.commission-formula-affiliate__commission:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    top: -webkit-calc(50% - 12px);
    top: -moz-calc(50% - 12px);
    top: calc(50% - 12px);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/formula-plus.svg);
}


.commission__conditions {
    padding: 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #F6F6F6;
}

.commission-conditions__wrap {
    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;
}

.commission-conditions__wrap ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 16px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 16px) / 2);
    margin-top: -8px;
}

.commission-conditions__wrap ul li {
    padding-left: 25px;
    margin-top: 8px;
}

.commission-conditions__wrap ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #3F3A37;
    position: absolute;
    left: 8px;
    top: 8.5px;
}




/* main-info */

.main-info__content.content {
    text-align: center;
}

.main-info-list__item:nth-child(3n + 2):before {
    content: " ";
    position: absolute;
    top: 9px;
    left: -50%;
    width: 200%;
    height: 116px;
    background: rgb(248, 250, 251);
    z-index: -1;
}

.main-info__list {
    padding: 0 100px;
    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;
    z-index: 100;
}

.main-info-list__item:nth-child(3n + 1):before, .main-info-list__item:nth-child(3n + 3):after {
    content: " ";
    position: absolute;
    top: 9px;
    width: 366px;
    height: 288px;
    z-index: 91;
    background: url(../images/main-info-decor.png) no-repeat rgb(255, 255, 255);
    z-index: -1;
}

.main-info-list__item:nth-child(3n + 1):before {
    left: -100px;
}

.main-info-list__item:nth-child(3n + 3):after {
    right: -100px;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.main-info-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% / 3);
    text-align: center;
    padding: 0 5px 40px;
}

.main-info-list__item > * {
    z-index: 100;
}

.main-info-item__image {
    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;
    background: rgb(235, 239, 243);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 136px;
    height: 136px;
    margin: 0 auto 45px;
    z-index: 100;
}

.main-info-item__image:before {
    content: " ";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 114px;
    height: 114px;
    border: 1px solid rgb(255, 255, 255);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
}

.main-info-item__title {
    padding: 15px 0 0;
    margin-bottom: 4px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
}

.main-info-item__title:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -webkit-calc(50% - 12.5px);
    left: -moz-calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    width: 25px;
    height: 1px;
    background: rgb(12, 143, 155);
}

.main-info-item__desc {
    font-size: 15px;
}



/* typical */

.content.typical__content {
    text-align: center;
    padding-top: 80px;
}

.typical__wrap {
    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;
    padding-top: 20px;
}

.typical__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
    padding: 0 45px;
}

.typical__image:before {
    content: " ";
    position: absolute;
    top: -webkit-calc(50% - 150px);
    top: -moz-calc(50% - 150px);
    top: calc(50% - 150px);
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 300px;
    background: rgb(248, 250, 251);
}

.typical__image:after {
    content: '';
    height: 100%;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    position: absolute;
    left: 45px;
    top: 0;
    border: 1px solid rgb(235, 239, 243);
    background: rgb(255, 255, 255);
}

.typical__image div:before {
    content: '';
    position: absolute;
    left: 24px;
    top: 24px;
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
    height: -webkit-calc(100% - 48px);
    height: -moz-calc(100% - 48px);
    height: calc(100% - 48px);
    border: 1px solid rgb(235, 239, 243);
    z-index: 90;
}

.typical__image img {
    z-index: 100;
}

.typical__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
    padding: 0 100px 0 80px;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.38px;
    line-height: 15px;
    font-weight: 300;
}

.typical__desc:before {
    content: " ";
    position: absolute;
    top: -webkit-calc(50% - 150px);
    top: -moz-calc(50% - 150px);
    top: calc(50% - 150px);
    right: 0px;
    overflow: hidden;
    width: 0.5px;
    height: 300px;
    background: rgb(12, 143, 155);
}

.typical__desc > * + * {
    margin-top: 15px;
}

.typical__desc a {
    color: rgb(20, 189, 205);
}

.typical__desc a:hover {
    text-decoration: underline;
}

*:not(.typical__content) + .typical__content + .typical__content .typical__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
}

*:not(.typical__content) + .typical__content + .typical__content .typical__desc:before {
    left: 0;
}


/* testimonials */

.testimonials__content.content {
    text-align: center;
    padding-top: 180px;
}

.testimonials__carousel {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    margin: auto;
    margin-top: 15px;
}

.testimonials-carousel__item {
    overflow: hidden;
    padding: 0 5px;
}

.testimonials-item__image {
    max-width: 412px;
    margin: 0 auto 65px;
    padding: 0 25px;
}

.testimonials-item__image:before {
    content: " ";
    height: 176px;
    position: absolute;
    top: -webkit-calc(50% - 88px);
    top: -moz-calc(50% - 88px);
    top: calc(50% - 88px);
    left: 0px;
    overflow: hidden;
    width: 100%;
    background: rgb(248, 250, 251);
    z-index: 9;
}

.testimonials-item__image a {
    width: 100%;
    height: 100%;
    height: 226px;
    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;
}

.owl-carousel .owl-item img {
    width: auto;
}

.testimonials-item__image a:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid rgb(235, 239, 243);
    background: rgb(255, 255, 255);
    z-index: 10;
}

.testimonials-item__image a:after {
    content: '';
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px);
    height: -webkit-calc(100% - 24px);
    height: -moz-calc(100% - 24px);
    height: calc(100% - 24px);
    position: absolute;
    left: 12px;
    top: 12px;
    border: 1px solid rgb(235, 239, 243);
    z-index: 11;
}

.testimonials-item__image img {
    z-index: 15;
}

.testimonials-item__desc {
    max-width: 430px;
    margin: auto;
    font-size: 12px;
    line-height: 24px;
}



.owl-nav {
	display: block;
    position: absolute;
    top: 50%;
    left: -85px;
    z-index: 100;
    width: -webkit-calc(100% + 140px + 30px);
    width: -moz-calc(100% + 140px + 30px);
    width: calc(100% + 140px + 30px);
}

.owl-nav .button.arrow.testimonials-nav__button {
    min-width: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: -webkit-calc(50% - 44px);
    top: -moz-calc(50% - 44px);
    top: calc(50% - 44px);
    cursor: pointer;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    min-width: 0px;
    width: 88px;
    height: 88px;
    padding: 5px 0 0;
    border: 1px solid rgb(235, 239, 243);
    background: rgb(255, 255, 255);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 200ms ease 0ms;
    -o-transition: all 200ms ease 0ms;
    -moz-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms;
    display: block !important;
}

.button.arrow.testimonials-nav__button svg {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.button.arrow.testimonials-nav__button .cls-1 {
    fill: #d0d0d0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.button.arrow.testimonials-nav__button:hover svg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.button.arrow + .button.arrow {
    position: absolute;
    right: 0;
}



/* brands */

.brands__content.content {
    text-align: center;
    margin: auto;
    max-width: 1380px;
    padding-top: 55px;
    padding-bottom: 90px;
}

.brands__wrap {
    padding: 30px;
    background: #F4F8F9;
}

.brands-info__item {
    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;
}

.brands-info-item__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
    -moz-box-flex: 0;
    flex: 0 1 20%;
    min-width: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -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;
}

.brands-info-item__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(80% - 30px);
    -moz-box-flex: 0;
    flex: 0 1 calc(80% - 30px);
    max-width: -webkit-calc(100% - 200px - 30px);
    max-width: -moz-calc(100% - 200px - 30px);
    max-width: calc(100% - 200px - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.brands-info-item__wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -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;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #464646;
    font-weight: 300;
    border: 1px solid #EBEFF3;
    background: #fff;
    padding: 20px 3.5% 30px;
}

.brands-info-item__image img {
    max-height: 62px;
}

.brands-info-item__image + .brands-info-item__desc {
    margin-top: 50px;
}

.brands-info-item__right > * {
    width: 100%;
}

.brands-info-item__button.button {
    font-size: 12.5px;
    line-height: 22px;
    padding: 15px;
    font-weight: 700;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 52px;
    -moz-box-flex: 0;
    flex: 0 1 52px;
    margin-top: 17px;
}

.brands-info-item__list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -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;
}

.brands-info-item__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 32px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 32px) / 3);
    background: #2DB155;
    min-height: 135px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -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;
    text-align: center;
    padding: 15px;
    color: #fff;
}

.brands-info-item__list li + li {
    margin-top: 16px;
}

.brands-info-item__list li:before {
    content: '';
    position: absolute;
    left: 7.5px;
    top: 7.5;
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    height: -webkit-calc(100% - 15px);
    height: -moz-calc(100% - 15px);
    height: calc(100% - 15px);
    border: 1px solid rgba(255, 255, 255, 0.26);
}

.brands-info-item__list li span {
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.brands-info-item__list li div span:first-child {
    font-size: 16px;
    font-weight: 700;
}

.brands-info-item__list li:nth-child(1) div span:nth-child(2) {
    word-break: break-word;
}

.brands__wrap {
    display: block;
    margin: auto;
}

.brands-info-item__list li:nth-child(1) div + div {
    margin-top: 23px;
}

.brands-info-item__list li:nth-child(2) div + div {
    margin-top: 5px;
}

.brands-info-item__list li:nth-child(2) > div:first-child {
    width: 48px;
}


.brands__links {
    padding: 0 30px;
    margin-bottom: 20px;
}

.brands__links .owl-stage-outer {
    padding: 10px 0;
    z-index: 100;
}

.brands__links .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}

.brands__links .owl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
}

.brands-links__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    background: #EBEFF3;
    border: 2px solid #fff;
    padding: 5px 10px;
    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-box-shadow: 0 0 12px rgba(0, 91, 100, 0.1);
    -moz-box-shadow: 0 0 12px rgba(0, 91, 100, 0.1);
    box-shadow: 0 0 12px rgba(0, 91, 100, 0.1);
    min-height: 68px;
}

.brands-links__item:hover {
    background: #e2e6eb;
    -webkit-box-shadow: 0 0 12px rgba(0, 91, 100, 0.2);
    -moz-box-shadow: 0 0 12px rgba(0, 91, 100, 0.2);
    box-shadow: 0 0 12px rgba(0, 91, 100, 0.2);
}

.brands-links__item img {
    display: block;
    margin: auto;
    max-height: 40px;
}

.owl-carousel.brands__links .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: -webkit-calc(50% - 15.5px);
    top: -moz-calc(50% - 15.5px);
    top: calc(50% - 15.5px);
    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;
    z-index: 0;
}

.brands__links .owl-nav button.brands-links__button {
    min-width: 0;
    background: transparent;
    height: 31px;
    width: 21px;
    display: block;
}

.brands__links .owl-nav button:first-child {
    margin-left: 0;
}

.brands__links .owl-nav button + button {
    margin-right: 0;
}

.brands__links .owl-nav button:first-child:hover {
    margin-left: -5px;
}

.brands__links .owl-nav button + button:hover {
    margin-right: -5px;
}


.brands__links .owl-nav button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/brands-prev.png);
}

.brands__links .owl-nav button + button:before {
    background-image: url(../images/brands-next.png);
}



/* faq */

.faq__content.content {
    overflow: hidden;
    text-align: center;
}

.faq__item {
    display: block;
    border: 1px solid #0D4047;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
    background: #F6F6F6;
}

.faq-item__question {
    display: block;
    cursor: pointer;
    background: #185A61;
    padding: 16px 60px 16px 20px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.faq-item__question:before {
    content: url(../images/faq.svg);
    position: absolute;
    right: 20px;
    top: -webkit-calc(50% - 12px);
    top: -moz-calc(50% - 12px);
    top: calc(50% - 12px);
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 100;
}

.faq__item.active .faq-item__question:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq__item.active .faq-item__question {
    color: #fff;
}

.faq__item {
    display: block;
    cursor: pointer;
}

.faq__item + .faq__item {
    margin-top: 16px;
}

.faq-item__answer {
    font-weight: 400;
    padding: 16px;
}

.faq__item .article > * {
    margin-top: 0;
}

.faq__item .article li + li {
    margin-top: 0;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}



/* footer */

.footer__content.content {
    text-align: center;
    padding-bottom: 40px;
}

.footer__image img {
    max-height: 85px;
}

.footer__copyright {
    font-size: 15px;
    padding-top: 30px;
    margin-top: 30px;
}

.footer__copyright:before {
    content: " ";
    position: absolute;
    left: -webkit-calc(50% - 13.5px);
    left: -moz-calc(50% - 13.5px);
    left: calc(50% - 13.5px);
    top: 0;
    width: 27px;
    height: 2px;
    background: rgb(12, 143, 155);
}



/* prime */

.cover, .prime {
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-image: url(../images/cover.png);
    overflow: hidden;
}

.prime__content.content {
    padding: 180px 30px 85px 60px;
    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;
}

.prime__content > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}

.prime__carousel {
    overflow: hidden;
    max-width: 340px;
    margin: auto;
}

.prime-carousel__image {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.prime__wrapper {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    padding-right: 30px;
}

.prime__title.title {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    margin-bottom: 16px;
    letter-spacing: 0.8px;
}

.prime-carousel__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.owl-carousel.prime__carousel .owl-item img {
    width: 100%;
}

.prime__button.button {
    margin-top: 24px;
    background: #2DB155;
    min-width: 214px;
    padding: 18px 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-weight: 600;
}

.prime__button.button:hover {
    background: rgb(24, 90, 97);
}

.prime__carousel .owl-dots {
    margin-top: 16px;
    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;
}

.prime__carousel .owl-dots button {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #185A61;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.prime__carousel .owl-dots button + button {
    margin-left: 16px;
}

.prime__carousel .owl-dots button.active {
    background: #fff;
}

.prime__carousel .owl-dots button:hover {
    background: #2DB155;
}




/* catalog */

.catalog__content.content {
    padding-top: 40px;
    padding-left: 55px;
    padding-right: 55px;
}

.catalog__filter {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #F5F5F5;
    border: 1px solid #185A61;
    padding: 16px 32px;
}

.catalog__filter .catalog-filter__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: 0;
}

.catalog-filter__wrapper {
    margin-left: -32px;
    margin-top: -16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.catalog-filter__wrapper > * {
    margin-left: 32px;
    margin-top: 16px;
    min-height: 44px;
}

.catalog-filter__wrap {
    min-width: 220px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.catalog-filter__wrap.disabled {
    padding-right: 14px;
}

.catalog-filter__wrap.disabled:after {
    content: none;
}

.catalog-filter__wrap.disabled:before {
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.7);
}

.catalog-filter__wrap.disabled select {
    color: #c5c5c5;
}

.catalog-filter__wrap select {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #185A61;
    border: none;
    padding: 11px 42px 11px 14px;
    cursor: pointer;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:focus,
select:hover {
  border:none;
  outline:none;
  border:transparent;
}

.catalog-filter__wrap:after {
    content: '';
    width: 20px;
    height: 20px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    position: absolute;
    right: 14px;
    z-index: 3;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/select.svg);
}

.catalog-filter__wrap:before {
    content: '';
    width: 40px;
    height: 24px;
    top: -webkit-calc(50% - 12px);
    top: -moz-calc(50% - 12px);
    top: calc(50% - 12px);
    position: absolute;
    right: 1px;
    z-index: 2;
    background: #fff;
}

.catalog-filter__wrap option {
    padding: 10px;
}

.catalog-filter__button.button {
    background: #185A61;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    margin-right: 0;
    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;
}

.catalog-filter__button span, .catalog-filter__button svg, .catalog-filter__button img {
    display: block;
}

.catalog-filter__button span:first-child {
    margin-right: 8px;
}

.catalog-filter__button.button:hover {
    background: #2DB155;
}

.catalog-filter__button:not(.reset) {
    min-width: 190px;
}

.catalog-filter-button__reset {
    fill: #fff;
}






.catalog__wrapper {
    margin-top: 40px;
    text-align: center;
}

.catalog__section + .catalog__section, .catalog__subsection + .catalog__subsection {
    margin-top: 40px;
}

.catalog-section__desc {
    margin-bottom: 20px;
    color: #010101;
    text-transform: uppercase;
    font-size: 43px;
    line-height: 58px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: left;
}

.catalog-subsection__desc {
    margin-bottom: 20px;
    color: #010101;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
}

.catalog-section__list {
    margin-top: -20px;
    margin-left: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-section-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 100px) / 5);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 100px) / 5);
    margin-top: 20px;
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.catalog-section__popular .catalog-section-list__item, .catalog-section__ambassadors .catalog-section-list__item, .catalog-section__logo .catalog-section-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 80px) / 4);
    margin-left: 20px;
    margin-top: 20px;
}

.catalog-section-list__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    padding: 34px 24px 32px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/catalog.png);
    width: 100%;
    text-align: center;
    border: 1px solid #2E9344;
}

.catalog-section__popular .catalog-section-list__item a, .catalog-section__ambassadors .catalog-section-list__item a, .catalog-section__logo .catalog-section-list__item a  {
    padding: 20px 30px 40px;
}

.catalog-section-item__image {
    max-width: 160px;
    max-height: 172px;
    margin: 0 auto 15px;
}

.catalog-section__popular .catalog-section-item__image {
    max-width: 200px;
    max-height: 215px;
}

.catalog-section__ambassadors .catalog-section-item__image {
    max-width: 230px;
    max-height: 230px;
    margin: 0 auto;
}

.catalog-section__logo .catalog-section-item__image {
    max-width: 230px;
    height: 230px;
    margin: 0 auto;
    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;
}

.catalog-section-item__wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -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;
    max-width: 307px;
    width: 100%;
    padding: 12px 15px;
    color: #104C54;
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
}

.catalog-section__popular .catalog-section-item__wrap, .catalog-section__ambassadors .catalog-section-item__wrap, .catalog-section__logo .catalog-section-item__wrap {
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 25px;
}

.catalog-section-item__desc {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    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;
}

.catalog-section__popular .catalog-section-item__desc, .catalog-section__ambassadors .catalog-section-item__desc, .catalog-section__logo .catalog-section-item__desc {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
}

.catalog-section-item__button.button {
    margin: 20px auto 0;
    background: #2E9344;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 20px;
}

.catalog-section-list__item:hover .catalog-section-item__button.button {
    background: rgb(24, 90, 97);
}

button.catalog-section__more {
    font-size: 12px;
    line-height: 18px;
    color: #2E9344;
    text-transform: uppercase;
    padding: 14px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #2E9344;
    font-weight: 600;
    min-width: 180px;
    margin: 20px auto 0;
    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-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

button.catalog-section__more span {
    display: block;
}

button.catalog-section__more span:first-child {
    margin-right: 8px;
    margin-bottom: 3px;
}

.catalog-section-more__arrow {
    stroke: #2E9344;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    fill: transparent;
}

button.catalog-section__more:hover {
    background: #2E9344;
    color: #fff;
}

button.catalog-section__more:hover .catalog-section-more__arrow {
    stroke: #fff;
}



.catalog__article {
    margin-top: 40px;
    text-align: left;
}

.page-catalog + .footer .footer__content.content {
    padding-top: 60px;
}

.catalog__article > * {
    text-align: left;
}

.catalog__article h2 {
    margin-bottom: 40px;
}

.catalog__article h3 {
    text-align: left;
    text-transform: none;
}

.catalog-article__wrap {
    margin-top: 80px;
    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;
}

.catalog-article__wrap div > * + * {
    margin-top: 16px;
}

.catalog-article__wrap > div:nth-child(2) img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.2);
    -moz-box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.2);
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.2);
}

.catalog-article__wrap > div:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48%;
    -moz-box-flex: 0;
    flex: 0 1 48%;
}

.catalog-article__wrap > div:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 46%;
    -moz-box-flex: 0;
    flex: 0 1 46%;
}

.catalog-article__wrap:nth-child(2n + 1) > div:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
}




/* page-guide */

.page-guide .cover__title.title {
    font-weight: 800;
    margin-bottom: 0;
}

.page-guide .cover:before {
    content: none;
}

.page-guide .cover__content.content {
    padding-top: 174px;
    padding-bottom: 104px;
}


.page-guide .content {
    max-width: 1270px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-guide .cover + .content {
    padding-top: 120px;
}

.page-guide .content:last-child {
    padding-bottom: 90px;
}

.page-guide .title.high {
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
    max-width: -webkit-calc(100% - 180px * 2);
    max-width: -moz-calc(100% - 180px * 2);
    max-width: calc(100% - 180px * 2);
    font-size: 38px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 30px;
}

.page-guide .title.high:before {
    left: -180px;
    width: 180px;
    height: 10px;
    top: -webkit-calc(50% - 5px);
    top: -moz-calc(50% - 5px);
    top: calc(50% - 5px);
    background: #FF4949;
}

.page-guide .title.high:after {
    right: -180px;
    width: 180px;
    height: 10px;
    top: -webkit-calc(50% - 5px);
    top: -moz-calc(50% - 5px);
    top: calc(50% - 5px);
    background: #FF4949;
}

.page-guide .title.high span {
    color: #FF4949;
}


.step__check .title.high:after, .step__check .title.high:before {
    background: #000;
}

.page-guide {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
}


.step__image {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
}

.step__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.step__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;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: -20px;
}

.step__list.red > li, .step__list.blue > li {
    max-width: 500px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
}

.step__list.red .step-item__image, .step__list.blue .step-item__image {
    width: 100%;
    height: 220px;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    border-radius: 140px;
    padding: 30px;
}

.step__list.red .step-item__image {
    background: #FF4949;
}

.step__list.blue .step-item__image {
    background: #81D1D9;
}

.step-list__item {
    margin-top: 30px;
    margin-left: 20px;
}

.step-first__list {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.step-first-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 80px) / 4);
}

.step-third__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.step-item__image {
    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;
    margin: auto;
}

.step-first-item__image {
    width: 210px;
    height: 210px;
    background: #81D1D9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 20px;
    margin: auto;
}

.step-item__desc {
    margin-top: 20px;
}

.step-first-item__desc {
    max-width: 170px;
    margin: 20px auto 0;
}


.step-mark__wrap {
    background: rgba(219, 219, 219, 0.4);
    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;
    min-height: 190px;
    padding: 40px 50px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    text-align: center;
}

.step-mark__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 56px;
    -moz-box-flex: 0;
    flex: 0 1 56px;
    margin-right: 20px;
    width: 56px;
}

.step-mark__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 56px - 20px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 56px - 20px);
    padding: 0 12%;
}



.step__without .title.middle {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 1.2;
}

.step-item__number {
    margin: auto;
    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;
    text-align: center;
    max-width: 162px;
    height: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 8px solid #81D1D9;
    color: #81D1D9;
    font-size: 45px;
    line-height: 1;
}

.step-without__list {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.step-without-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px * 5) / 5);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px * 5) / 5);
}





/* error */

.error, .case {
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    background-image: url(../images/cover.png);
    overflow: hidden;
}

.error__content.content {
    max-width: 1240px;
    padding-top: 164px;
    padding-bottom: 67px;
    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;
}

.error__wrap {
    text-align: center;
    display: inline-block;
}

.title.error__title span {
    display: block;
}

.error__title.title.general {
    font-size: 84px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}

.error__title.title.general span:last-child {
    font-weight: 800;
    font-size: 134px;
}

.error__button.button {
    background: #2DB155;
    min-width: 150px;
    padding: 10.5px 20px;
}

.error__image {
    max-width: 536px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}

.error__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
}






/* breadcrumbs */

.breadcrumbs {
    margin-bottom: 32px;
}

.breadcrumbs a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    opacity: 0.85;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.breadcrumbs li:last-child a {
    opacity: 1;
}

.breadcrumbs li:after {
    content: "|";
    color: #fff;
    font-size: 14px;
    margin: 0 14px 0 12px;
}

.breadcrumbs li:last-child:after {
    content: none;
}

.breadcrumbs li:not(.last-child) a:hover {
    color: #FF4949;
    opacity: 1;
}

.breadcrumbs li:last-child a:hover {
    color: #fff;
}



/* register */

.case__title.title.general {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
}

.page-register .case__image img {
    max-height: 362px;
}

.case__content.content {
    max-width: 1240px;
    padding-top: 200px;
    padding-bottom: 100px;
    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;
}

.case__content > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
}


.register__content.content {
    max-width: 1650px;
}

.register__title.title.high {
    padding: 0;
    text-align: left;
    letter-spacing: 0;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
    display: block;
}

.register__title.title.high:before, .register__title.title.high:after {
    content: none;
}

.register__wrapper + .register__wrapper {
    margin-top: 40px;
}

.register__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -20px;
}

.register__item {
    margin-top: 20px;
    margin-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 90px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 90px) / 3);
}

.register__item label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.2;
    color: #222222;
}

.register__item input, .register__item select {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    padding: 12px 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 44px;
    border: 1px solid #D0D5DD;
    color: #185A61;
    background: transparent !important;
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.register__item input.error, .register__item select.error {
    border-color: #ff0000;
}

.register__item:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 44px;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
}

input::-webkit-input-placeholder {
    color: #E4E7EC;
}

input:-moz-placeholder {
    color: #E4E7EC;
}

input::-moz-placeholder {
    color: #E4E7EC;
}

input:-ms-input-placeholder {
    color: #E4E7EC;
}

input::-ms-input-placeholder {
    color: #E4E7EC;
}

input::placeholder {
    color: #E4E7EC;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 100;
}

select::-ms-expand {
    display: none;
}

.register__select:after {
    content: '';
    position: absolute;
    right: 14px;
    bottom: 12px;
    width: 20px;
    height: 20px;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/select-arrow.svg);
    z-index: 1;
}

.register__password input, .register__select select {
    padding-right: 45px;
}

.register__password span {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 14px;
    bottom: 14px;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/password-hide.svg);
}

.register__password span.active {
    background-image: url(../images/password-show.svg);
}


.register__checks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: -30px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.register__check:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 90px) / 3 * 2 + 30px);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 90px) / 3 * 2 + 30px);
}

.register__check:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 90px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 90px) / 3);
}

.register__check {
    margin-top: 20px;
    margin-left: 30px;
    padding-left: 26px;
    font-size: 16px;
    line-height: 1.2;
    color: #222222;
}

.register__check input {
    position: absolute;
    left: 3px;
    top: 2px;
    width: 10px;
    height: 10px;
    /* opacity: 0.1; */
}

.register__check input.error {
    background: none;
    overflow: visible;
}

.register__check input.error:before {
    border-color: rgb(255, 0, 0) !important;
}

.register__check input:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    left: -3px;
    top: -4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #F9FAFB;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D1D5DB;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.register__check input:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 7px;
    top: 0.5px;
    left: 0.5px;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/check.svg);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    opacity: 0;
}

.register__check input:checked:before {
    border-color: #1A56DB !important;
    background: #185A61;
}

.register__check input:checked:after {
    opacity: 1;
}


.register__terms {
    margin-top: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    overflow: hidden;
    background: #fff;
}

.register-terms__article {
    padding: 10px 14px;
    max-height: 300px;
    overflow-y: scroll;
}

.register-terms__article::-webkit-scrollbar {
    width: 8px;
    background: #E5E7EB;
}

.register-terms__article::-webkit-scrollbar-thumb {
    background: #185A61;
}

.article.register-terms__article h2, .article.register-terms__article h3, .article.register-terms__article h4 {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
}

.article.register-terms__article > * {
    margin-top: 8px;
}

.register__button.button {
    margin-top: 40px;
    min-width: 240px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}



.popup {
    display: none;
    position: fixed;
    -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.78);
    padding: 20px;
    z-index: 1000000;
    margin: 0;
}

.popup.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.popup__content {
    max-width: 800px;
    width: 100%;
    margin: auto;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/popup-bg.png);
    background-position: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    max-height: 570px;
    height: 100%;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    text-align: center;
}

.popup__close {
    position: absolute;
    right: 16px;
    top: 16px;
    background: transparent;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.popup__close:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.popup__title.high.title {
    padding: 0;
    display: block;
    margin-bottom: 16px !important;
    color: #fff;
    letter-spacing: 0;
    font-size: 48px;
    line-height: 1.2;
}

.popup__title.high:before, .popup__title.high:after {
    content: none;
}

.popup__desc {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.8px;
    font-weight: 600;
    color: #fff;
}

.popup__desc a {
    color: #2DB155;
}

.popup__desc a:hover {
    text-decoration: underline;
}

.popup__content .button {
    background: #2DB155;
    margin: 16px auto 0;
    font-weight: 700;
    padding: 10px 20px;
    min-width: 145px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.popup__content .button:hover {
    background: #1ada53;
}
