@font-face {
font-family: 'Heading Now';
src: url('../fonts/Heading-Now-45-Medium.ttf');
font-weight: 500;
}

@font-face {
font-family: 'Heading Now';
src: url('../fonts/Heading-Now-83-Book.ttf');
font-weight: 700;
}

@font-face {
font-family: 'Heading Now';
src: url('../fonts/Heading-Now-84-Regular.ttf');
font-weight: 400;
}

@font-face {
font-family: 'Heading Now';
src: url('../fonts/Heading-Now-92-Light.ttf');
font-weight: 300;
}


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: 'Heading Now', sans-serif;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    overflow-x: hidden;
    background: #fff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}

* {
    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;
}

.content {
    max-width: 1590px;
    padding: 40px 30px;
    margin-left: auto;
    margin-right: auto;
}

a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: inherit;
}

h1, h2, h3, h4, .title {
    font-weight: 500;
    z-index: 1;
    color: #000;
    text-transform: uppercase;
}

h1, .title.general {
    font-size: 80px;
    line-height: 1;
}

h1 span {
    color: #00b140;
}

h2, .title.high {
    font-size: 70px;
    line-height: 1;
    display: inline-block;
    padding: 0 100px;
}

h2:before, h2:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 8px;
    top: -webkit-calc(50% - 4px);
    top: -moz-calc(50% - 4px);
    top: calc(50% - 4px);
    background: #00b140;
}

h2:before {
    left: 0;
}

h2:after {
    right: 0;
}

h3, .title.middle {
    font-size: 30px;
    line-height: 30px;
}

h4, .title.small {
    font-size: 20px;
    line-height: 20px;
}

.button {
    min-width: 230px;
    background: #00b140;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    padding: 10px 20px;
    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-box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.button:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 20px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 20px 30px rgba(0,0,0,0.3);
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
}



/* header */

.header {
    background: #00b140;
    color: #fff;
    z-index: 1000;
}

.header.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.header.active + .main {
    margin-top: 100px;
}

.header:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1175px;
    background-image: url(../images/header-bg.svg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: left;
}

.header__content.content {
    padding-top: 10px;
    padding-bottom: 10px;
    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: 100px;
}

.header__logo {
    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;
    white-space: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
    margin-right: 20px;
}

.header__logo img {
    display: block;
    height: 80px;
}

.header__logo > *:first-child {
    margin-right: 15px;
}

.header__logo > *:last-child span {
    display: block;
    font-weight: 700;
}

.header__logo > *:last-child span:first-child {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
}



.header__languages {
    position: relative;
    z-index: 1000;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-languages__button {
    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;
    height: 40px;
    width: 60px;
    padding: 4px 10px;
    border: 1px solid #fff;
    -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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header-languages__button:hover {
    background: #000;
}

.header-languages__wrap {
    display: none;
    position: absolute;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    right: 0;
    width: 60px;
}

.header-languages__wrap:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -webkit-calc(50% - 3px);
    left: -moz-calc(50% - 3px);
    left: calc(50% - 3px);
    top: -3px;
}

.header-languages__list {
    padding: 15px 10px;
    background: #000;
    z-index: 10;
    -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;
}

.header-languages__list li + li {
    margin-top: 10px;
}

.header-languages__list a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform: uppercase;
}

.header-languages__list a:hover {
    opacity: 0.7;
}

.header-languages__list li {
    width: 100%;
    display: block;
}




.header__menu + .header__languages {
    margin-left: 60px;
}


.header__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}

.header__menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
}

.header__menu li + li {
    margin-left: 74px;
}

.header__menu li + li:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 2px;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    left: -37px;
    background: #fff;
}

.header__menu a {
    white-space: nowrap;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

.header__menu a:hover {
    opacity: 0.7;
}



.header__menu-button {
    display: none;
    z-index: 1000;
    -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;
    width: 40px;
    border: 1px solid #fff;
    height: 40px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-left: 10px;
}

.header__menu-button svg rect {
    fill: #fff;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header__menu-button.active svg rect:nth-child(1) {
    x: 4.5px;
    y: 14.5px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.header__menu-button.active svg rect:nth-child(2) {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 2);
    -moz-transform: scale(0, 2);
    -o-transform: scale(0, 2);
    transform: scale(0, 2);
}

.header__menu-button.active svg rect:nth-child(3) {
    x: 4.5px;
    y: 14.5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}


.first {
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg1.svg);
    padding-bottom: 40px;
}

.second {
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg2.svg);
    padding: 40px 0;
}


/* cover */


.cover__content {
    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;
}

.cover__content > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2)
}

.cover__image {
    -webkit-box-shadow: 0 30px 60px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 30px 60px rgba(0,0,0,0.2);
    box-shadow: 0 30px 60px rgba(0,0,0,0.2);
    max-width: -webkit-calc(100% - 650px - 30px);
    max-width: -moz-calc(100% - 650px - 30px);
    max-width: calc(100% - 650px - 30px);
}

.cover__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
}

.cover__wrap {
    text-align: center;
    min-width: 650px;
}

.cover__wrap > * + * {
    margin-top: 40px;
}



/* 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 {
    padding-left: 25px;
    display: block;
    text-align: left;
}

article li + li, .article li + li {
    margin-top: 10px;
}

.article ul li:before, article ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #104C54;
    position: absolute;
    left: 8px;
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
}

.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;
    position: absolute;
    left: 5px;
    top: 0;
    color: #104C54;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}

.article a:not(.button), article a:not(.button) {
    color: #EC622B;
}





/* pros */

.pros__content {
    text-align: center;
}

.pros__content > * + * {
    margin-top: 40px;
}

.pros__list {
    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;
    margin-top: 10px;
    margin-left: -30px;
}

.pros-list__item {
    margin-left: 30px;
    margin-top: 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);
    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;
}

.pros-list__item > * + * {
    margin-top: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}

.pros-item__image {
    width: 100%;
    height: 100%;
}

.pros-item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.pros-item__bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: auto;
    min-height: 60%;
    right: 0;
    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: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -webkit-linear-gradient(transparent, #000);
    background: -moz-linear-gradient(transparent, #000);
    background: -o-linear-gradient(transparent, #000);
    background: linear-gradient(transparent, #000);
}

.pros-item__desc {
    font-size: 50px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
}

.pros-item__desc strong {
    color: #00b140;
    font-weight: inherit;
}




/* identity */

.identity {
    background: #00b140;
    padding: 40px 0;
}

.identity__content {
    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;
}

.identity__content > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
}

.identity__video {
    -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    height: 420px;
}

.identity__wrap {
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.identity__wrap > * + * {
    margin-top: 40px;
}

.identity__title.title {
    color: #fff;
}

.identity__title.title:before, .identity__title.title:after {
    background: #000;
}

.identity__button.button {
    background: #fff;
    color: #000;
}

.identity__video > iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
}




/* message */

.message__content {
    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;
}

.message__content > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
}

.message__image img {
    -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.message__wrap {
    text-align: center;
}

.message__wrap > * + * {
    margin-top: 40px;
}

.message__desc * {
    color: #00b140;
}

.message__author {
    margin-top: 20px;
}

.message__author > div:first-child {
    font-weight: 400;
}

.message__author > div:last-child {
    color: #00b140;
}




/* join */

.join__content {
    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;
}

.join__content > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
}

.join__image {
    -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.join__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
}

.join__wrap {
    text-align: center;
}

.join__wrap > * + * {
    margin-top: 40px;
}

.join__desc {
    text-transform: uppercase;
    color: #00b140;
    font-size: 24px;
}

.join__button.button {
    margin-top: 20px;
}

.join-info__desc {
    font-weight: 400;
}

.join-info__number a, .join-info__email a {
    color: #00b140;
}



/* info */

.info__wrapper {
    -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    min-height: 520px;
    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: 20px;
}

.info__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.info__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.info__wrap {
    padding: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: rgba(0, 177, 64, 0.75);
    z-index: 1;
    max-width: 1010px;
}

.info__wrap > p > * {
    font-weight: 400;
}

.info__wrap > * + * {
    margin-top: 10px;
}




/* partners */

.partners {
    padding-top: 40px;
}

.partners__content {
    text-align: center;
}

.partners__content > * + * {
    margin-top: 40px;
}

.partners__list {
    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: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: -30px;
}

.partners__list li {
    margin-top: 30px;
    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);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.partners__list a {
    background: #fff;
    -webkit-box-shadow: 0 15px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.1);
    min-height: 240px;
    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: 20px;
    width: 100%;
}

.partners__list img {
    display: block;
}




/* footer */

.footer {
    padding-bottom: 40px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
}
