@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik-Bold.woff) format("woff"), url(../fonts/Rubik-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik-Medium.woff) format("woff"), url(../fonts/Rubik-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik-Regular.woff) format("woff"), url(../fonts/Rubik-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik-light.woff) format("woff"), url(../fonts/Rubik-light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    backface-visibility: hidden;
    text-rendering: geometricPrecision
}

.black {
    color: #333;
}

.big-h1 {
    font-size: 150px;
    text-align: center;
    padding: 60px 0;
    margin: 0;
}

.big {
    text-align: center;
    padding: 10px 0 150px 0;
}

.title-1,
.title-2,
.title-3,
.title-4,
.title-5,
.title-6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400
}

.title-1,
h1 {
    font-size: 100px;
    line-height: .8em;
    letter-spacing: 3px;
    line-height: 1em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 70px
}

.title-2,
h2 {
    line-height: .9em;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase
}

.title-3,
h3 {
    line-height: 1em;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px
}

.title-4,
h4 {
    line-height: 1em;
    font-size: 27px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px
}

.title-5,
h5 {
    line-height: 1em;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px
}

.title-6,
h6 {
    line-height: 1em;
    font-size: 18px;
    font-weight: 500
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    margin: 0;
    background-color: transparent
}

a:visited {
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img,
picture,
source {
    max-width: 100%;
    width: 100%;
    display: block;
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

input {
    line-height: 1em
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select::-ms-expand {
    display: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: hidden;
    resize: none
}

textarea:focus {
    outline: 0
}

label {
    cursor: pointer
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

li,
p {
    margin: 0;
    color: inherit
}

ol,
ul {
    list-style: none;
    padding-left: 0;
    margin: 0
}

ol li,
ul li {
    list-style-type: none
}

.section {
    position: relative;
    overflow: hidden
}

.section__title {
    text-align: center;
    margin-bottom: 40px
}

tr {
    line-height: 1.5em
}

figure {
    margin: 0
}

blockquote {
    margin: 0
}

button {
    background-color: transparent;
    border: none
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0
}

input[type=date] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield
}

input[type=date]::-webkit-inner-spin-button {
    display: none
}

input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: relative;
    right: -10px
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button {
    opacity: 0;
    -webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #000
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px;
    color: #000
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #000
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #000
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px;
    color: #000
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #000
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 16px;
    color: #000
}

input::placeholder,
textarea::placeholder {
    font-size: 16px;
    color: #000
}

input {
    outline: 0
}

.main-wrapper {
    position: relative;
    overflow: hidden
}

.container {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 15px
}

.main,
main {
    display: block;
    position: relative
}

.main__inner,
main__inner {
    padding: 70px 0
}

.locked {
    overflow: hidden
}

.svg-social {
    width: 30px;
    height: 30px;
    -webkit-transition: fill .5s cubic-bezier(.17, .67, .55, 1.05);
    -o-transition: fill .5s cubic-bezier(.17, .67, .55, 1.05);
    transition: fill .5s cubic-bezier(.17, .67, .55, 1.05);
    fill: #2b9348
}

.btn {
    text-align: center;
    border-radius: 10px;
    background-color: #2b9348;
    padding: 19px 40px;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #2b9348;
    text-transform: uppercase;
    -webkit-transition: background-color .5s cubic-bezier(.17, .67, .55, 1.05), color .5s cubic-bezier(.17, .67, .55, 1.05);
    -o-transition: background-color .5s cubic-bezier(.17, .67, .55, 1.05), color .5s cubic-bezier(.17, .67, .55, 1.05);
    transition: background-color .5s cubic-bezier(.17, .67, .55, 1.05), color .5s cubic-bezier(.17, .67, .55, 1.05)
}

.btn:hover {
    background-color: #fff;
    color: #2b9348
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social li {
    height: 30px
}

.social li:not(:last-child) {
    margin-right: 20px
}

.header {
    padding: 18px 0;
    background-color: #fff;
    border-bottom: 4px solid #2b9348;
    position: relative;
    z-index: 2
}

.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo {
    display: inline-block;
    max-width: 140px;
    position: relative;
    z-index: 2
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav-list li:not(:last-child),
.nav-list__item:not(:last-child) {
    margin-right: 70px
}

.nav-list a,
.nav-list__link {
    font-size: 21px;
    line-height: 1.429em;
    letter-spacing: 1px;
    font-weight: 500;
    -webkit-transition: color .5s cubic-bezier(.17, .67, .55, 1.05);
    -o-transition: color .5s cubic-bezier(.17, .67, .55, 1.05);
    transition: color .5s cubic-bezier(.17, .67, .55, 1.05)
}

.nav-list a:hover,
.nav-list__link:hover {
    color: #2b9348
}

.nav-list a.active,
.nav-list__link.active {
    color: #2b9348
}

.email {
    font-size: 21px;
    line-height: 1.429em;
    letter-spacing: 1px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .5s cubic-bezier(.17, .67, .55, 1.05);
    -o-transition: color .5s cubic-bezier(.17, .67, .55, 1.05);
    transition: color .5s cubic-bezier(.17, .67, .55, 1.05)
}

.email:hover {
    color: #2b9348
}

.email .svg-social {
    margin-right: 15px
}

.burger {
    position: relative;
    width: 22px;
    height: 16px;
    z-index: 101;
    display: none
}

.burger_item {
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #2b9348;
    left: 0;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.burger_item:first-child {
    top: 0
}

.burger_item:nth-child(2) {
    top: 50%;
    margin-top: -1px
}

.burger_item:last-child {
    bottom: 0
}

.burger.active .burger_item:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px
}

.burger.active .burger_item:nth-child(2) {
    width: 0
}

.burger.active .burger_item:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px
}

.lang {
    position: relative;
    width: 65px;
    height: 20px;
    padding-right: 20px;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
    z-index: 0
}

.lang::before {
    content: "";
    width: 18px;
    height: 11px;
    position: absolute;
    top: 6px;
    right: 0;
    background-image: url(../img/svg/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.lang__list {
    border: none;
    cursor: pointer;
    outline: 0;
    position: absolute;
    background-color: transparent;
    width: 100%
}

.lang__list option {
    padding: 5px 0
}

.footer {
    background-color: #2b9348;
    padding: 70px 0
}

.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center
}

.footer-row p {
    font-size: 24px;
    color: #fff
}

.footer__email {
    color: #fff
}

.footer__email:hover {
    color: #fff
}

.footer__email .svg-social {
    fill: #fff
}

.footer__social .svg-social {
    fill: #fff
}

.hero {
    padding: 230px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    overflow: visible;
}

.hero::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.hero::after {
    background-color: rgba(0, 0, 0, .2)
}

.hero__title {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto
}

.hero__title p {
    font-size: 30px;
    font-weight: 500;
    font-family: Rubik, sans-serif;
    text-align: center;
    color: #fff;
    margin-bottom: 70px
}

.hero .container {
    position: relative;
}

.ecomondo {
    position: absolute;
    left: 20px;
    bottom: -220px;
    width: 40vw;
    max-width: 200px;
    z-index: 1;
    transition: transform .5s ease;
}

.ecomondo:hover {
    transform: translateX(20px);
}

.area {
    padding-bottom: 60px
}

.area__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.area__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    padding: 0 15px
}

.area__col:first-child .area-item {
    margin-left: 0
}

.area__col:nth-child(3) .area-item {
    margin-right: 0
}

.area-item {
    text-align: center;
    max-width: 400px;
    margin: 0 auto
}

.area-item img {
    width: 90px;
    margin: 0 auto 20px auto
}

.partners__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 25px;
}

.partners__block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 100%;
    min-height: 200px;
    box-shadow: 0 0 5px #dbeee5;
}

.partners__block img {
    width: 50%;
}

@media screen and (min-width: 425px) { 
    .partners__block {
        padding: 50px;
    }
}

@media screen and (min-width: 550px) {
    .ecomondo {
        width: 30vw;
    }
}

@media screen and (min-width: 768px) {
    .ecomondo {
        width: 20vw;
    }

    .partners__block {
        flex: 0 0 30%;
        padding: 80px 50px;
    }

    .partners__block img {
        width: 70%;
    }
} 

@media screen and (min-width: 1024px) {
    .ecomondo {
        width: 20vw;
    }
}

@media screen and (min-width: 1280px) {
    .ecomondo {
        bottom: -300px;
    }
}

.info {
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.info::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(27, 91, 65, .3)
}

.info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.info__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    padding: 0 15px
}

.info__col:first-child .area-item {
    margin-left: 0
}

.info__col:nth-child(3) .area-item {
    margin-right: 0
}

.info-item {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.info-item .title-3,
.info-item h3 {
    color: #ffd54b
}

.info-item p {
    font-size: 24px;
    color: #fff;
    max-width: 360px;
    margin: 0 auto
}

.info-item span {
    font-size: 14px
}

.targets {
    padding: 60px 0 70px
}

.targets__title p {
    font-size: 24px;
    padding: 0 50px
}

.targets .title-2,
.targets h2 {
    margin-bottom: 40px
}

.targets__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.targets__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.4%;
    flex: 0 0 47.4%;
    padding: 0 15px
}

.targets__text {
    padding: 50px 20px 30px 20px;
    position: relative;
    border-radius: 20px;
    background-color: #dbeee5;
    font-weight: 500
}

.targets__text::before {
    content: "";
    width: 75px;
    height: 3px;
    background-color: #2b9348;
    position: absolute;
    left: 20px;
    top: 40px;
    border-radius: 3px
}

.stage__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 0;
    counter-reset: my-counter
}

.stage-item {
    width: 242px;
    height: 242px;
    border-radius: 100%;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    counter-increment: my-counter
}

.stage-item::before {
    width: 97%;
    height: 50%;
    background-image: url(../img/punk1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -14px;
    left: 6px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    position: absolute;
    z-index: 1
}

.stage-item::after {
    content: "";
    width: 135%;
    height: 100%;
    background-image: url(../img/1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 5px;
    left: -2px;
    position: absolute;
    z-index: 1
}

.stage-item:nth-child(2)::after {
    background-image: url(../img/2.svg);
    left: 100%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.stage-item:nth-child(2)::before {
    background-image: url(../img/punk2.svg);
    top: auto;
    left: 6px;
    bottom: -14px
}

.stage-item:nth-child(3)::after {
    background-image: url(../img/3.svg);
    left: 100%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.stage-item:nth-child(3)::before {
    background-image: url(../img/punk3.svg);
    top: -16px;
    left: 0
}

.stage-item:nth-child(4)::after {
    background-image: url(../img/4.svg);
    left: 133%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.stage-item:nth-child(4)::before {
    background-image: url(../img/punk4.svg);
    top: auto;
    left: 6px;
    bottom: -14px
}

.stage-item:nth-child(5)::after {
    display: none
}

.stage-item:nth-child(5)::before {
    background-image: url(../img/punk5.svg);
    top: -14px;
    left: 6px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg)
}

.stage-item:nth-child(2) .number {
    left: 50%;
    top: 0
}

.stage-item:nth-child(3) .number {
    left: 50%;
    top: 100%
}

.stage-item:nth-child(4) .number {
    left: 50%;
    top: 0
}

.stage-item:nth-child(5) .number {
    left: 100%;
    top: 50%
}

.stage-item::after,
.stage-item::before {
    position: absolute;
    content: ""
}

.stage-item .number {
    font-size: 36px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    background-color: #2b9348;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.stage-item__inner {
    width: 100%;
    height: 100%;
    background-color: #dbeee5;
    border-radius: 100%;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px 50px -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news__row:nth-child(odd) .news__col:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.news__col {
    max-width: 50%;
    padding: 0 15px;
    width: 100%
}

.news__img {
    max-width: 700px;
    border-radius: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative
}

.news__img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.news__content ul {
    margin-bottom: 20px
}

.news__content ul li {
    position: relative;
    padding-left: 15px;
    font-size: 16px
}

.news__content ul li:not(:last-child) {
    margin-bottom: 10px
}

.news__content ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 100%;
    left: 0;
    top: 5px;
    position: absolute
}

.news__content p {
    font-size: 16px
}

.news__content p:not(:last-child) {
    margin-bottom: 20px
}

.news__btn {
    text-align: center;
    margin-bottom: 20px
}

.news__btn .btn {
    width: 300px
}

img.news-logo-partners {
    max-height: 150px;
    object-position: center top;
    object-fit: contain;
}

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -15px;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contacts__col {
    width: 100%;
    max-width: 690px;
    padding: 0 15px
}

.form {
    border: 3px solid #2b9348;
    padding: 50px;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px
}

.form::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 9px;
    right: -9px;
    background-color: #dbeee5;
    z-index: -1;
    border-radius: inherit
}

.form .title-4,
.form h4 {
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center
}

.form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px
}

.form__row .form__box {
    padding: 0 15px;
    max-width: 290px
}

.form__col {
    padding: 0 15px
}

.form__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.form__box label {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px
}

.form__box input,
.form__box textarea {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    border: 2px solid #2b9348;
    padding: 0 10px;
    font-size: 16px
}

.form__box textarea {
    height: auto
}

.form__btn {
    text-align: center
}

.form-success {
    position: fixed;
    right: 20px;
    bottom: 20px;
    visibility: visible;
    opacity: 1;
    padding: 10px 20px;
    max-width: 280px;
    font-weight: bold;
    background-color: #fff;
    box-sizing: border-box;
    border: 3px solid #2b9348;
    border-radius: 20px;
    transition: all .5s ease;
}

.form-success-hide {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100px);
}

.map {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 70%;
    padding: 0 15px
}

.map__title {
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    margin-bottom: 20px
}

.map__title p {
    margin-left: 10px
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 465px;
    overflow: hidden;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, .1)
}

.map-wrapper iframe {
    position: absolute;
    left: 0;
    top: -65px;
    width: 100%;
    height: calc(100% + 65px);
    border: none;
}

@media only screen and (max-width:1600px) {

    .title-1,
    h1 {
        font-size: 80px;
        margin-bottom: 60px
    }

    .title-2,
    h2 {
        font-size: 34px
    }

    .title-3,
    h3 {
        font-size: 34px
    }

    .title-4,
    h4 {
        font-size: 24px
    }

    .btn {
        padding: 15px 30px;
        font-size: 26px
    }

    .footer-row p {
        font-size: 20px
    }

    .hero {
        padding: 200px 0
    }

    .hero__title p {
        margin-bottom: 60px;
        font-size: 28px
    }

    .info {
        padding: 80px 0
    }

    .stage-item .number {
        width: 60px;
        height: 60px;
        font-size: 30px
    }

    .form .title-4,
    .form h4 {
        margin-bottom: 40px;
        font-size: 28px
    }
}

@media only screen and (max-width:1440px) {

    .title-2,
    h2 {
        font-size: 32px
    }

    .title-3,
    h3 {
        font-size: 32px
    }

    .title-4,
    h4 {
        font-size: 20px
    }

    .btn {
        font-size: 22px
    }

    .nav-list a,
    .nav-list__link {
        font-size: 18px
    }

    .email {
        font-size: 18px
    }

    .lang {
        font-size: 18px
    }

    .footer-row p {
        font-size: 18px
    }

    .targets__title p {
        padding: 0
    }

    .stage-item .number {
        font-size: 32px
    }

    .form__box label {
        font-size: 18px
    }

    .map__title {
        font-size: 18px
    }
}

@media only screen and (max-width:1280px) {

    .title-1,
    h1 {
        font-size: 60px;
        margin-bottom: 50px
    }

    .title-2,
    h2 {
        font-size: 30px
    }

    .title-3,
    h3 {
        font-size: 30px
    }

    .svg-social {
        width: 20px;
        height: 20px
    }

    .social li {
        height: 20px
    }

    .header__nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        pointer-events: none;
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
        -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
        transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
        -o-transition: opacity .5s ease-out, transform .5s ease-out;
        transition: opacity .5s ease-out, transform .5s ease-out;
        transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out
    }

    .header__nav.active {
        opacity: 1;
        pointer-events: initial;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 1
    }

    .header__nav .nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 180px 0 0 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 18px
    }

    .header__email {
        margin: 0 20px
    }

    .header__social {
        margin-left: auto
    }

    .logo {
        max-width: 100px
    }

    .nav-list li:not(:last-child),
    .nav-list__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px
    }

    .burger {
        display: inline-block
    }

    .lang {
        font-size: 16px;
        height: 16px;
        width: 50px
    }

    .lang::before {
        top: 2px
    }

    .lang {
        margin-right: 20px;
        margin-left: 0;
        font-size: 14px
    }

    .footer {
        padding: 40px 0
    }

    .footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-row p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer__email {
        margin-bottom: 20px
    }

    .footer__social {
        margin-bottom: 20px
    }

    .hero {
        padding: 160px 0
    }

    .hero__title p {
        margin-bottom: 50px;
        font-size: 24px
    }

    .info {
        padding: 60px 0
    }

    .stage-item {
        width: 200px;
        height: 200px
    }

    .stage-item .number {
        width: 50px;
        height: 50px;
        font-size: 26px
    }

    .contacts__col {
        max-width: 540px
    }

    .form .title-4,
    .form h4 {
        margin-bottom: 30px;
        font-size: 24px
    }
}

@media only screen and (max-width:1124px) {
    .stage__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .stage-item {
        border: 2px dashed #000
    }

    .stage-item::before {
        display: none
    }

    .stage-item::after {
        display: none
    }

    .stage-item {
        width: 242px;
        height: 242px
    }

    .stage-item:nth-child(2) .number {
        top: 0;
        left: 50%
    }

    .stage-item:nth-child(3) .number {
        top: 0;
        left: 50%
    }

    .stage-item:nth-child(4) .number {
        top: 0;
        left: 50%
    }

    .stage-item:nth-child(5) .number {
        top: 0;
        left: 50%
    }

    .stage-item .number {
        top: 0;
        left: 50%
    }
}

@media only screen and (max-width:992px) {

    .title-1,
    h1 {
        font-size: 44px;
        margin-bottom: 50px
    }

    .btn {
        font-size: 18px
    }

    .footer {
        padding: 20px 0
    }

    .footer-row p {
        font-size: 16px
    }

    .hero__title p {
        margin-bottom: 50px;
        font-size: 20px
    }

    .info__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .info__col:first-child .area-item {
        margin: 0 auto 40px auto
    }

    .info__col:nth-child(3) .area-item {
        margin: 0 auto 40px auto
    }

    .info-item {
        margin: 0 auto 40px auto
    }

    .info-item p {
        font-size: 20px
    }

    .targets {
        padding: 60px 0 20px
    }

    .targets__title p {
        font-size: 20px
    }

    .targets__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .targets__text {
        margin-bottom: 40px
    }

    .news__row:nth-child(even) .news__col:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .news__col {
        max-width: 100%
    }

    .news__img {
        max-width: 100%;
        margin-bottom: 40px
    }

    .contacts__col {
        margin: 0 auto
    }

    .form {
        margin-bottom: 40px
    }

    .form .title-4,
    .form h4 {
        font-size: 20px
    }

    .map {
        width: 100%;
        position: static;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media only screen and (max-width:768px) {

    .title-4,
    h4 {
        font-size: 18px
    }

    .title-5,
    h5 {
        font-size: 16px
    }

    .header__email {
        display: none
    }

    .header__social {
        margin-right: 20px
    }

    .logo {
        max-width: 80px
    }

    .lang {
        font-size: 12px
    }

    .area__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .area__col:first-child .area-item {
        margin: 0 auto 30px auto
    }

    .area__col:nth-child(3) .area-item {
        margin: 0 auto 30px auto
    }

    .area-item {
        margin: 0 auto 30px auto
    }
}

@media only screen and (max-width:575px) {
    .form {
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
        padding: 30px
    }

    .form__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form__row .form__box {
        max-width: 100%
    }
}

@media only screen and (max-width:380px) {
    .lang {
        margin-right: 15px
    }
}

@media only screen and (max-width:360px) {
    .form {
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        padding: 15px
    }
}