@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@font-face {
    font-family: 'bebas';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/BebasNeue-Regular.woff2) format('woff2')
}

@font-face {
    font-family: 'muller-bold';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/MullerExtraBold.woff2) format('woff2')
}

@font-face {
    font-family: 'muller-regular';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/MullerRegular.woff2) format('woff2')
}

@font-face {
    font-family: 'pfd';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/PFDinTextCondPro-Medium.woff2) format('woff2')
}

area, br, col, colgroup, hr, map, option, param, select, textarea {
    padding: 0;
    margin: 0;
    border: 0
}

button {
    padding: 0;
    margin: 0
}

a, body, h4, h5, html, strong {
    margin: 0;
    border: 0;
    background: 0 0
}

abbr, acronym, address, applet, aside, b, big, blockquote, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, figcaption, figure, font, footer, form, h6, header, i, iframe, img, input, ins, kbd, label, legend, li, object, ol, pre, q, s, samp, small, span, strike, sub, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 15px;
    vertical-align: baseline;
    background: 0 0
}

a, body, h1, h2, h3, h4, h5, html, p, section, strong {
    padding: 0;
    outline: 0;
    vertical-align: baseline
}

section {
    font-size: 15px
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button, input[type=button], input[type=submit] {
    cursor: pointer
}

button, h1, h2, h3, p, section {
    border: 0;
    background: 0 0
}

:focus {
    outline: 0
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    border: 0;
    outline: 0
}

input::-ms-clear {
    width: 0;
    height: 0
}

input, textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

::-ms-clear {
    width: 0;
    height: 0;
    display: none
}

::-ms-reveal {
    width: 0;
    height: 0;
    display: none
}

a {
    font-size: 18px;
    line-height: 27px;
    color: #6ddd5a;
    text-decoration: underline
}

article, aside, details, figcaption, figure, footer, header, hgroup, img, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

input, select, textarea {
    -webkit-box-shadow: none;
    box-shadow: none
}

select {
    border-radius: 0
}

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

.owl-item {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

body, html, input, textarea {
    font-weight: 400;
    font-family: 'muller-regular', sans-serif
}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0
}

body, html {
    color: light_grey;
    font-size: 18px;
    line-height: 28px;
    background-color: #1a1a1a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 100%
}

* {
    margin: 0;
    padding: 0
}

body, footer, header, section {
    max-width: 100vw
}

body {
    overflow-x: hidden
}

.b-wrapper {
    width: 100%;
    display: table;
    height: 100%
}

.content {
    display: table-row;
    height: 100%
}

.content, .section {
    width: 100%
}

.hidden {
    display: none !important
}

.container {
    max-width: 1304px;
    width: 100%
}

@media only screen and (max-width: 1280px) {
    .container {
        padding: 0 15px
    }
}

@media only screen and (max-width: 600px) {
    .container {
        padding: 0
    }
}

.row {
    margin-bottom: 0
}

.row .col {
    padding: 0 15px
}

h1,
.h1 {
    font-size: 100px;
    line-height: 100px;
    padding-bottom: 10px;
    margin: 0 0 30px;
    color: #fff;
    font-family: 'pfd', sans-serif;
    position: relative;
    letter-spacing: -.01px
}

h1:after,
.h1:after {
    content: '';
    display: block;
    position: absolute;
    width: 46px;
    height: 10px;
    background: url(../img/icon-dots.svg) center no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0
}

h1 span, h2 span,
.h1 span, .h2 span {
    font-size: inherit;
    line-height: inherit
}

h1 span,
.h1 span {
    font-weight: 800
}

@media only screen and (max-width: 992px) {
    h1,
    .h1 {
        font-size: 72px;
        line-height: 86px
    }
}

@media only screen and (max-width: 600px) {
    h1,
    .h1 {
        font-size: 56px;
        line-height: 70px
    }
}

h2,
.h2 {
    font-size: 51px;
    line-height: 58px;
    margin: 0 0 40px
}

h2 span,
.h2 span {
    font-family: inherit;
    color: #6ddd5a
}

h2 .fas,
.h2 .fas {
    font-size: 40px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

@media only screen and (max-width: 768px) {
    h2,
    .h2 {
        font-size: 40px;
        line-height: 50px
    }

    h2 .fas,
    .h2 .fas {
        font-size: 30px;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}

@media only screen and (max-width: 600px) {
    h2,
    .h2 {
        margin-bottom: 16px
    }
}

h2,
h3,
h4,
h5,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'pfd', sans-serif
}

h2,
h3,
h4,
.h2,
.h3,
.h4 {
    color: #fff
}

h3,
.h3 {
    margin: 0 0 30px;
    line-height: 46px;
    font-size: 36px
}

h4,
.h4 {
    font-size: 32px
}

h4 .fas,
.h4 .fas {
    font-size: 24px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.btn span,
.h5,
h5,
ul,
li,
p, strong {
    font-size: 18px;
    color: #fff
}

h4,
h5,
.h4,
.h5 {
    letter-spacing: -.005em;
    line-height: 27px
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px 37px;
    border-radius: 5px;
    text-transform: none;
    height: auto
}

.btn .btn-img {
    margin-left: 9px;
    margin-top: -4px
}

.btn span, ul, li, p, strong {
    line-height: 18px
}

.btn_green {
    background: linear-gradient(9.22deg, #1a3515 -28.84%, #6ddd5a 83.11%)
}

.btn_black {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-16.91%, #2f2a29), color-stop(177.94%, #111));
    background: linear-gradient(180deg, #2f2a29 -16.91%, #111 177.94%);
    -webkit-box-shadow: 0 3.09957px 32.0289px rgba(92, 188, 77, .28) !important;
    box-shadow: 0 3.09957px 32.0289px rgba(92, 188, 77, .28) !important
}

.btn:hover {
    opacity: .9
}

.btn_lang {
    border: 1px solid #918f8f;
    border-radius: 5px;
    padding: 0 13px;
    height: 40px;
    background-color: transparent
}

.btn_lang span {
    text-transform: uppercase;
    font-family: 'pfd', sans-serif;
    font-size: 18px;
    line-height: 40px;
    color: #918f8f
}

img {
    max-width: 100%
}

section {
    margin: 80px 0;
    overflow: hidden;
    background-color: #1a1a1a
}

@media only screen and (max-width: 1200px) {
    section {
        margin: 0
    }
}

p, strong {
    line-height: 27px;
    letter-spacing: -.005em
}

p {
    margin: 0 0 25px
}

strong {
    font-family: "muller-bold", sans-serif
}

strong .fas {
    font-size: 22px
}

.custom-list li, .module1__block ul li, .module23__block ul li, .module5__block ul li {
    position: relative;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 16px;
    padding-left: 14px
}

.custom-list li:before, .module1__block ul li:before, .module23__block ul li:before, .module5__block ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(29.59deg, #1a3515 -28.84%, #6ddd5a 83.11%)
}

.slick-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slick-dots li {
    margin: 0 7px
}

.slick-dots li.slick-active button {
    width: 9px;
    height: 9px;
    opacity: 1
}

.slick-dots li button {
    font-size: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    opacity: .4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    background-color: #6ddd5a
}

[type=checkbox] + span:not(.lever):before, [type=checkbox]:not(.filled-in) + span:not(.lever):after {
    width: 16px;
    height: 16px;
    border: 1px solid #616161;
    margin-top: 4px
}

[type=checkbox]:checked + span:not(.lever):before {
    border-right: 2px solid #00f;
    border-bottom: 2px solid #00f;
    top: -2px;
    left: -2px;
    width: 8px;
    height: 16px
}

form .form-inputs-wrap .form-group .wrp-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

form .form-inputs-wrap .form-group .wrp-input input[type=email], form .form-inputs-wrap .form-group .wrp-input input[type=tel], form .form-inputs-wrap .form-group .wrp-input input[type=text], form .form-inputs-wrap .form-group .wrp-input textarea {
    border: 1px solid #343434;
    background-color: #343434;
    padding: 15px 50px;
    height: auto;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 5px
}

@media only screen and (max-width: 768px) {
    form .form-inputs-wrap .form-group .wrp-input input[type=email], form .form-inputs-wrap .form-group .wrp-input input[type=tel], form .form-inputs-wrap .form-group .wrp-input input[type=text], form .form-inputs-wrap .form-group .wrp-input textarea {
        padding: 15px 30px
    }
}

form .form-inputs-wrap .form-group .wrp-input input[type=email]::-webkit-input-placeholder, form .form-inputs-wrap .form-group .wrp-input input[type=tel]::-webkit-input-placeholder, form .form-inputs-wrap .form-group .wrp-input input[type=text]::-webkit-input-placeholder, form .form-inputs-wrap .form-group .wrp-input textarea::-webkit-input-placeholder {
    color: #616161;
    text-transform: uppercase
}

form .form-inputs-wrap .form-group .wrp-input input[type=email]::-moz-placeholder, form .form-inputs-wrap .form-group .wrp-input input[type=tel]::-moz-placeholder, form .form-inputs-wrap .form-group .wrp-input input[type=text]::-moz-placeholder, form .form-inputs-wrap .form-group .wrp-input textarea::-moz-placeholder {
    color: #616161;
    text-transform: uppercase
}

form .form-inputs-wrap .form-group .wrp-input input[type=email]:-ms-input-placeholder, form .form-inputs-wrap .form-group .wrp-input input[type=email]::-ms-input-placeholder, form .form-inputs-wrap .form-group .wrp-input input[type=tel]:-ms-input-placeholder, form .form-inputs-wrap .form-group .wrp-input input[type=tel]::-ms-input-placeholder, form .form-inputs-wrap .form-group .wrp-input input[type=text]:-ms-input-placeholder, form .form-inputs-wrap .form-group .wrp-input input[type=text]::-ms-input-placeholder, form .form-inputs-wrap .form-group .wrp-input textarea:-ms-input-placeholder, form .form-inputs-wrap .form-group .wrp-input textarea::-ms-input-placeholder {
    color: #616161;
    text-transform: uppercase
}

form .form-inputs-wrap .form-group .wrp-input input[type=email]::placeholder, form .form-inputs-wrap .form-group .wrp-input input[type=tel]::placeholder, form .form-inputs-wrap .form-group .wrp-input input[type=text]::placeholder, form .form-inputs-wrap .form-group .wrp-input textarea::placeholder {
    color: #616161;
    text-transform: uppercase
}

form .form-inputs-wrap .form-group .wrp-input input[type=email].invalid, form .form-inputs-wrap .form-group .wrp-input input[type=tel].invalid, form .form-inputs-wrap .form-group .wrp-input input[type=text].invalid, form .form-inputs-wrap .form-group .wrp-input textarea.invalid {
    border: 1px solid #f75a3e;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

form .form-inputs-wrap .form-group .wrp-input input[type=email]:focus, form .form-inputs-wrap .form-group .wrp-input input[type=tel]:focus, form .form-inputs-wrap .form-group .wrp-input input[type=text]:focus, form .form-inputs-wrap .form-group .wrp-input textarea:focus {
    border: 1px solid #343434 !important
}

form .form-inputs-wrap .form-error {
    position: absolute;
    bottom: -22px;
    left: 0;
    font-size: 12px;
    color: #f75a3e
}

.preloader-wrapper {
    display: none
}

.parallax-container .parallax {
    z-index: 0
}

.modal {
    max-height: 90%;
    width: 70%;
    background-color: #1a1a1a;
    border-radius: 8px
}

@media only screen and (max-width: 991px) {
    .modal {
        width: 80%
    }
}

@media only screen and (max-width: 600px) {
    .modal {
        width: 90%
    }
}

.modal .modal-cross-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    background-color: #fafafa;
    width: 100%;
    padding: 10px 0;
    z-index: 1004
}

.modal .modal-cross-wrap .cross-link {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0
}

.modal .modal-cross-wrap .cross-link:hover .cross-icon g {
    fill: #00f
}

.modal .modal-cross-wrap .cross-link .cross-icon g {
    fill: #1a1a1a
}

.s-contact-baner input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #fff inset !important;
    -webkit-text-fill-color: #111
}

.s-contact-baner input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #fff inset !important;
    -webkit-text-fill-color: #111
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-newspaper .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg)
}

.mfp-newspaper .mfp-with-anim, .mfp-newspaper.mfp-bg {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg)
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
    opacity: 0
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-horizontal .mfp-with-anim {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

.mfp-move-horizontal .mfp-with-anim, .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-from-top .mfp-content {
    vertical-align: top
}

.mfp-move-from-top .mfp-with-anim {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
}

.mfp-move-from-top .mfp-with-anim, .mfp-move-from-top.mfp-bg {
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
    transform: rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
    transform: rotateY(60deg);
    opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

.hinge {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0
}

.icon-emoji {
    width: 1.2em;
    height: 1.2em;
    position: relative;
    margin-top: -.2em;
    display: inline-block;
    vertical-align: middle;
    font-size: inherit !important;
    line-height: inherit
}

.top-menu {
    height: auto;
    line-height: inherit;
    background-color: transparent;
    position: fixed;
    top: 0;
    z-index: 100;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-16.91%, #2f2a29), color-stop(177.94%, #111));
    background: linear-gradient(180deg, #2f2a29 -16.91%, #111 177.94%);
    -webkit-box-shadow: 0 4px 82px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 82px rgba(0, 0, 0, .25)
}

.top-menu.not-top {
    background-color: RGBA(72, 84, 66, .8)
}

.top-menu .nav-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px
}

.top-menu .anqors-wrap, .top-menu .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-menu .anqors-wrap li.inquire-btn a {
    margin-right: 0
}

.top-menu .anqors-wrap li a {
    margin: 0 30px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-decoration: none
}

.top-menu .anqors-wrap li a:not(.btn) {
    padding: 0
}

.top-menu .anqors-wrap li a .btn_lang {
    margin-right: 0;
    margin-left: 22px
}

@media only screen and (max-width: 1200px) {
    .top-menu .anqors-wrap li a {
        margin: 0 15px
    }
}

.top-menu .anqors-wrap li a:hover {
    background-color: transparent;
    color: #6ddd5a
}

.top-menu .brand-logo {
    position: relative
}

@media only screen and (max-width: 400px) {
    .top-menu .brand-logo {
        width: 120px
    }

    .top-menu .brand-logo img, .top-menu .brand-logo svg {
        max-width: 100%
    }
}

@media only screen and (max-width: 600px) {
    .top-menu .anqors-wrap li.inquire-btn a {
        margin: 0 0 0 10px !important;
        padding: 18px
    }

    .top-menu .anqors-wrap li.inquire-btn a span {
        line-height: 1;
        font-size: 16px !important
    }
}

@media only screen and (max-width: 480px) {
    .top-menu .anqors-wrap li.inquire-btn a {
        padding: 10px;
        max-width: 90px
    }

    .top-menu .anqors-wrap li.inquire-btn a span {
        font-size: 12px !important
    }
}

@media only screen and (max-width: 1024px) {
    .desctop-menu {
        display: none
    }
}

.mobile-menu {
    display: none;
    padding: 15px 0
}

@media only screen and (max-width: 1024px) {
    .mobile-menu {
        display: block
    }
}

.mobile-menu .nav-mobile-wrapper {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile-menu .nav-mobile-wrapper .brand-logo {
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .nav-mobile-wrapper .anqors-wrap .sidenav-trigger:hover {
    background-color: transparent
}

.mobile-menu .nav-mobile-wrapper .anqors-wrap .sidenav-trigger {
    margin-right: 0;
    margin-left: 12px;
    padding-right: 0;
    height: auto
}

.mobile-menu .nav-mobile-wrapper .anqors-wrap .sidenav-trigger span {
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

.mobile-menu .nav-mobile-wrapper .anqors-wrap .sidenav-trigger i {
    height: auto;
    font-size: 40px;
    line-height: inherit;
    margin-left: 10px
}

.sidenav {
    width: auto;
    background-color: #1a1a1a;
    padding: 30px;
    min-width: 400px
}

@media only screen and (max-width: 600px) {
    .sidenav {
        min-width: inherit;
        width: 100%
    }
}

.mobile-menu .nav-mobile-wrapper .anqors-wrap .sidenav-trigger, .sidenav li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-menu .nav-mobile-wrapper, .mobile-menu .nav-mobile-wrapper .anqors-wrap .sidenav-trigger, .sidenav .sidenav-header, .sidenav li, .sidenav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidenav li a {
    color: #fff;
    text-decoration: none;
    padding: 0;
    height: auto;
    margin-bottom: 20px
}

.sidenav li a, .sidenav li a span {
    font-size: 20px;
    line-height: 28px
}

.sidenav li a.btn {
    height: auto;
    padding: 18px 37px;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.sidenav li a.btn_lang {
    padding: 0 20px;
    height: 50px
}

.sidenav li a.btn_lang span {
    line-height: 50px
}

.sidenav .sidenav-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1a1a1a;
    margin-bottom: 30px;
    margin-top: 30px
}

.sidenav .sidenav-header .sidenav-close {
    position: absolute;
    right: 15px;
    top: 15px
}

.sidenav .sidenav-header .sidenav-close i {
    color: #fff
}

.s-header {
    padding-top: 118px;
    padding-bottom: 116px;
    background-color: #1a1a1a
}

@media only screen and (max-width: 768px) {
    .s-header {
        padding-top: 120px;
        padding-bottom: 60px
    }
}

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

.s-header__block_left {
    width: 542px;
    padding-right: 30px
}

@media only screen and (max-width: 992px) {
    .s-header__block_left {
        width: 50%
    }
}

@media only screen and (max-width: 768px) {
    .s-header__block_left {
        width: 100%
    }
}

.s-header__block_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 542px)
}

@media only screen and (max-width: 992px) {
    .s-header__block_right {
        width: 50%
    }
}

@media only screen and (max-width: 768px) {
    .s-header__block_right {
        display: none
    }
}

.s-header__image-wrap img {
    max-width: 495px
}

.s-header__preheader {
    margin-bottom: 4px
}

.s-header__block p, .s-header__text {
    margin-bottom: 11px
}

.s-header__icons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s-header__icon {
    margin: 11px 40px 11px 0
}

.s-header .btn {
    margin-top: 35px
}

.s-header__tags-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 768px) {
    .s-header__tags-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 50px
    }
}

.s-header__tag {
    font-size: 54px;
    line-height: 48px;
    color: #3d3d3d;
    font-family: 'pfd', sans-serif
}

@media only screen and (max-width: 992px) {
    .s-header__tag {
        font-size: 40px
    }
}

@media only screen and (max-width: 768px) {
    .s-header__tag {
        margin-right: 20px;
        font-size: 32px;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 400px) {
    .s-header__tag {
        font-size: 24px;
        line-height: 38px
    }
}

.s-footer {
    padding: 27px 0;
    background-color: #2a2a2a;
    margin: 0;
    position: relative;
    overflow: visible
}

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

@media only screen and (max-width: 992px) {
    .s-footer__block {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.s-footer__block_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 992px) {
    .s-footer__block_left {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 600px) {
    .s-footer__block_left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.s-footer__text {
    padding-left: 23px;
    position: relative;
    margin-bottom: 0;
    margin-left: 20px
}

@media only screen and (max-width: 600px) {
    .s-footer__text {
        padding-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 15px
    }
}

.s-footer__text:before {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    border-radius: 6px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0
}

@media only screen and (max-width: 600px) {
    .s-footer__text:before {
        display: none
    }
}

.s-footer__link {
    margin-right: 15px;
    margin-left: 15px
}

.s-footer__link a {
    color: #fff;
    display: block;
    padding-right: 15px;
    padding-left: 15px
}

.s-footer__link a:hover {
    color: #6ddd5a
}

.s-footer__block_right {
    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;
    margin-left: auto
}

@media only screen and (max-width: 480px) {
    .s-footer__copyright-logo-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 20px
    }
}

.s-footer .btn {
    margin: 0 30px
}

@media only screen and (max-width: 992px) {
    .s-footer .btn {
        margin-left: 0
    }
}

@media only screen and (max-width: 480px) {
    .s-footer .btn {
        margin-right: 0
    }
}

.btn_totop {
    width: 68px;
    height: 69px;
    background: linear-gradient(29.59deg, rgba(26, 53, 21, .17) -28.84%, rgba(109, 221, 90, .17) 83.11%);
    border: 1px solid #6ddd5a;
    border-radius: 50%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    right: 40px;
    top: 19px
}

.btn_totop .btn_totop-img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.btn_totop:hover, .modal .modal-header .modal-close:hover {
    opacity: .9
}

@media only screen and (max-width: 1500px) {
    .btn_totop {
        top: -80px;
        background: #6ddd5a
    }
}

@media only screen and (max-width: 768px) {
    .btn_totop {
        margin-top: 20px;
        position: static;
        margin-left: auto;
        margin-right: auto
    }
}

.modal {
    max-width: 1080px;
    padding: 30px
}

@media only screen and (max-width: 420px) {
    .modal {
        padding-left: 20px;
        padding-right: 20px
    }
}

.modal .modal-header {
    position: relative
}

.modal .modal-header .modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.modal .modal-content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px
}

.modal .modal__logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px
}

.modal .modal-content .h3, .modal .modal-content h3, .modal .modal__header {
    text-align: center
}

.modal .modal-content p, .modal .modal__text {
    text-align: center;
    margin-bottom: 40px
}

.modal .modal__social-btn {
    padding: 14px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin: 15px auto;
    width: 240px
}

.modal .modal__social-btn img {
    margin-right: 10px
}

.modal .modal__social-btn span {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -.005em;
    color: #fff;
    font-family: 'pfd', sans-serif;
    text-transform: uppercase
}

.modal .modal__social-btn.telegram {
    background-color: #009ce8
}

.modal .modal__social-btn.watsapp {
    background-color: #3acf6b
}

.modal .modal__social-btn.messenger {
    background-color: #017cff
}

.modal .modal__social-btn:hover {
    opacity: .9
}

.modal-contact {
    max-width: 600px
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.module1 {
    padding: 180px 0 73px;
    overflow: visible
}

@media only screen and (max-width: 768px) {
    .module1 {
        padding-top: 140px
    }
}

@media only screen and (max-width: 600px) {
    .module1 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.module1__contetn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 992px) {
    .module1__contetn {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.module1__block {
    width: 50%;
    z-index: 2
}

@media only screen and (max-width: 600px) {
    .module1__block {
        width: 100%
    }
}

.module1__block_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 102px
}

@media only screen and (max-width: 992px) {
    .module1__block_left {
        padding-right: 60px
    }
}

@media only screen and (max-width: 600px) {
    .module1__block_left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0
    }

    .module1__block_right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 60px
    }
}

.module1__image-wrap {
    -webkit-box-shadow: 0 4px 90px #000;
    box-shadow: 0 4px 90px #000;
    border-radius: 8px;
    overflow: hidden
}

@media only screen and (max-width: 600px) {
    .module1__image-wrap {
        max-width: 300px
    }
}

.module1__block p, .module1__prelist {
    font-size: 24px;
    line-height: 30px;
    font-family: 'pfd', sans-serif;
    margin-bottom: 20px
}

.module1__explanation {
    color: #616161
}

.module1 .btn {
    margin-top: 25px
}

.module1 .parallax-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -10%;
    left: 0;
    overflow: visible
}

@media only screen and (max-width: 600px) {
    .module1 .parallax-container {
        display: none
    }
}

.module1 .parallax-container .parallax img, .module10 .parallax-container .parallax img, .module4 .parallax-container .parallax img, .module5 .parallax-container .parallax img, .module7 .parallax-container .parallax img {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content
}

.module2 {
    padding: 118px 0 0
}

@media only screen and (max-width: 600px) {
    .module2 {
        padding-top: 60px
    }
}

.module2__content {
    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
}

.module2__block_left {
    width: 60%;
    padding-right: 48px
}

@media only screen and (max-width: 1200px) {
    .module2__block_left {
        width: 50%
    }
}

@media only screen and (max-width: 768px) {
    .module2__block_left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
        padding-right: 0
    }

    .module2__block_left .module2__image-wrap {
        max-width: 300px
    }
}

.module2__block_right {
    width: 40%
}

@media only screen and (max-width: 1200px) {
    .module2__block_right {
        width: 50%
    }
}

@media only screen and (max-width: 768px) {
    .module2__block_right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.module3 {
    padding-top: 118px;
    padding-bottom: 118px
}

.module3 .container {
    max-width: 100%
}

.module3__content h2,
.module3__content .h2,
.module3__header {
    text-align: center
}

.module3__content p, .module3__text {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.module3__block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 768px) {
    .module3__block-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.module3__block {
    width: 20%;
    padding: 10px
}

@media only screen and (max-width: 768px) {
    .module3__block {
        width: 33.3%
    }
}

@media only screen and (max-width: 600px) {
    .module3__block {
        width: 50%
    }
}

.module3 .block__name {
    font-size: 30px;
    line-height: 40px;
    font-family: 'pfd', sans-serif;
    text-transform: uppercase;
    text-align: center
}

@media only screen and (max-width: 992px) {
    .module3 .block__name {
        font-size: 24px;
        line-height: 34px
    }
}

@media only screen and (max-width: 768px) {
    .module3 .block__name {
        margin-bottom: 0
    }
}

.module3 .block__img {
    margin: 20px auto
}

.module3__btns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.module3 .btn {
    margin-top: 50px
}

.module4 {
    padding-top: 118px;
    position: relative;
    overflow: visible
}

@media only screen and (max-width: 768px) {
    .module4 {
        padding-top: 0
    }
}

.module4__content {
    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
}

.module4__block {
    width: 50%;
    z-index: 2
}

@media only screen and (max-width: 768px) {
    .module4__block {
        width: 100%
    }
}

.module4__block_left {
    padding-right: 83px
}

@media only screen and (max-width: 768px) {
    .module4__block_left {
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .module4__image-wrap {
        max-width: 300px
    }
}

.module4__image-wrap p, .module4__img-descr {
    margin-top: 15px;
    font-size: 16px;
    line-height: 25px;
    color: #5c5c5c;
    text-align: center
}

.module4 .parallax-container {
    position: absolute;
    height: 90%;
    width: 100%;
    top: 10%;
    left: 0;
    overflow: visible
}

@media only screen and (max-width: 600px) {
    .module4 .parallax-container {
        display: none
    }
}

.module5 {
    padding: 80px 0;
    margin-top: 200px;
    margin-bottom: 0;
    position: relative;
    background: url(/img/module5-bg.jpg) center no-repeat;
    background-size: cover
}

.lang-eu .module5 {
    background-image: url(/img/module5-bg-eu.jpg)
}

.lang-en .module5 {
    background-image: url(/img/module5-bg-en.jpg)
}

.lang-uk .module5 {
    background-image: url(/img/module5-bg-uk.jpg)
}

@media only screen and (max-width: 600px) {
    .module5 {
        margin-top: 60px
    }
}

@media only screen and (max-width: 530px) {
    .module5 {
        background: url(/img/module5-bg-mob.jpeg) center no-repeat;
        background-size: cover
    }
}

.module5 .parallax-container {
    position: absolute;
    height: 80%;
    width: 100%;
    bottom: 0;
    left: 0;
    overflow: visible
}

@media only screen and (max-width: 1900px) {
    .module5 .parallax-container {
        height: 100%;
        bottom: 0
    }
}

.module5__block {
    position: relative;
    max-width: 630px;
    z-index: 2
}

.module5 .custom-list {
    margin-top: 32px;
    margin-bottom: 56px
}

.module5 .custom-list li {
    margin-top: 8px;
    margin-bottom: 8px
}

.module5 .module5__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px
}

@media only screen and (max-width: 600px) {
    .module5 .module5__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.module5 .module5__form .form-inputs-wrap {
    width: 48%
}

@media only screen and (max-width: 600px) {
    .module5 .module5__form .form-inputs-wrap {
        width: 100%
    }
}

.module5 .module5__form .form-btn-wrap {
    width: 48%
}

@media only screen and (max-width: 600px) {
    .module5 .module5__form .form-btn-wrap {
        width: 100%;
        margin-top: 15px
    }
}

.module5 .module5__form .form-btn-wrap .submitButton {
    width: 100%
}

.module5.module5_2 {
    margin-top: 0
}

.module5.module5_2 .module5__block {
    max-width: 750px
}

.module5.module5_2 .btn {
    margin-top: 20px
}

.module5__header_mob, .module5__text_mob {
    display: none
}

@media only screen and (max-width: 600px) {
    .module5__header, .module5__text {
        display: none
    }

    .module5__header_mob, .module5__text_mob {
        display: block
    }
}

.module6 {
    padding: 110px 0
}

.module6__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .module6__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.module6__block_right {
    width: 840px;
    margin-right: -120px
}

@media only screen and (max-width: 1460px) {
    .module6__block_right {
        width: 720px;
        margin-right: 0
    }
}

@media only screen and (max-width: 1200px) {
    .module6__block_right {
        width: 560px
    }
}

@media only screen and (max-width: 1024px) {
    .module6__block_right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width: 620px) {
    .module6__block_right {
        display: none
    }
}

.module6__block_left {
    width: calc(100% - 720px);
    padding-right: 60px
}

@media only screen and (max-width: 1200px) {
    .module6__block_left {
        width: calc(100% - 560px)
    }
}

@media only screen and (max-width: 1024px) {
    .module6__block_left {
        width: 100%;
        margin-bottom: 40px;
        padding-right: 0
    }
}

@media only screen and (max-width: 620px) {
    .module6__block_left {
        margin-bottom: 0
    }
}

.module6__img-wrap {
    position: relative;
    padding: 75px 138px 64px 132px
}

.module6__img-wrap:hover .module6__iframe-link {
    opacity: .9
}

@media only screen and (max-width: 1200px) {
    .module6__img-wrap {
        padding: 0
    }
}

@media only screen and (max-width: 1024px) {
    .module6__img-wrap {
        max-width: 560px
    }
}

.module6__main-img {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 4px 48px rgba(0, 0, 0, .38);
    box-shadow: 0 4px 48px rgba(0, 0, 0, .38);
    z-index: 2;
    cursor: pointer
}

.module6__cup1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

@media only screen and (max-width: 1200px) {
    .module6__cup1 {
        display: none !important
    }
}

.module6__cup2 {
    position: absolute;
    top: 0;
    right: 70px;
    z-index: 2
}

@media only screen and (max-width: 1200px) {
    .module6__cup2 {
        display: none !important
    }
}

.module6__ellipse {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
}

@media only screen and (max-width: 1200px) {
    .module6__ellipse {
        display: none !important
    }
}

.module6__play-icon {
    width: 60px;
    height: 60px
}

.module6__iframe-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    height: 100%
}

.module6__iframe-wrap {
    position: absolute;
    z-index: 2;
    left: 146px;
    width: 268px;
    top: 88px;
    height: 232px
}

@media only screen and (max-width: 1460px) {
    .module6__iframe-wrap {
        width: 208px;
        height: 178px
    }
}

@media only screen and (max-width: 1200px) {
    .module6__iframe-wrap {
        top: 12px;
        left: 14px;
        width: 264px;
        height: 228px
    }
}

.module6__iframe {
    width: 100%;
    height: 100%;
    display: none
}

.module6__iframe.active {
    display: block
}

.module6 .btn {
    margin-top: 15px
}

.module6__redirect-link {
    position: absolute;
    width: 570px;
    height: 458px;
    left: 132px;
    top: 75px;
    z-index: 4
}

@media only screen and (max-width: 1460px) {
    .module6__redirect-link {
        width: 450px;
        height: 362px
    }
}

@media only screen and (max-width: 1200px) {
    .module6__redirect-link {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.module7 {
    padding: 40px 0;
    margin: 0;
    position: relative;
    background: url(../img/module7-bg.jpg) center no-repeat;
    background-size: cover
}

@media only screen and (max-width: 768px) {
    .module7 {
        padding-top: 60px
    }
}

.module7 .parallax-container {
    position: absolute;
    height: 80%;
    width: 100%;
    bottom: 10%;
    left: 0;
    overflow: visible
}

@media only screen and (max-width: 1900px) {
    .module7 .parallax-container {
        height: 100%;
        bottom: 0
    }
}

.module7__block, .module7__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.module7__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module7__block {
    position: relative;
    width: 50%;
    z-index: 2
}

@media only screen and (max-width: 768px) {
    .module7__block {
        width: 100%
    }
}

.module7__block_right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 30px
}

@media only screen and (max-width: 768px) {
    .module7__block_right {
        padding-left: 0
    }
}

.module7__text-wrap {
    max-width: 480px
}

.module7__img-wrap {
    padding: 40px 0
}

@media only screen and (max-width: 768px) {
    .module7__img-wrap {
        max-width: 300px
    }
}

.module7__img {
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 118px rgba(57, 116, 47, .33);
    box-shadow: 0 4px 118px rgba(57, 116, 47, .33)
}

.module8 {
    padding: 100px 0
}

.module8__block, .module8__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.module8__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module8__block {
    width: 50%
}

@media only screen and (max-width: 992px) {
    .module8__block {
        width: 100%
    }
}

.module8__block_left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.module8__block_right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module8__text-wrap {
    max-width: 510px
}

@media only screen and (max-width: 992px) {
    .module8__text-wrap {
        max-width: inherit
    }
}

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

.module8__img {
    margin: 0 40px 16px
}

@media only screen and (max-width: 992px) {
    .module8__img {
        margin: 0 20px 16px
    }
}

.module9 {
    padding-bottom: 60px
}

.module9__content .h2,
.module9__content h2,
.module9__header {
    padding-bottom: 18px;
    position: relative
}

.module9__content .h2:after,
.module9__content h2:after,
.module9__header:after {
    content: '';
    display: block;
    width: 123px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(1.59deg, #1a3515 -28.84%, #6ddd5a 83.11%)
}

.module9__images-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 68px;
    margin-bottom: 68px
}

.module9__image-item {
    width: calc(25% - 20px);
    margin: 10px;
    height: 172px;
    overflow: hidden;
    position: relative;
    background-size: cover !important
}

@media only screen and (max-width: 992px) {
    .module9__image-item {
        width: calc(33.3% - 20px)
    }
}

@media only screen and (max-width: 768px) {
    .module9__image-item {
        width: calc(50% - 20px)
    }
}

@media only screen and (max-width: 420px) {
    .module9__image-item {
        width: calc(100% - 20px)
    }
}

.module9__image-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.module10 {
    padding: 80px 0;
    position: relative;
    margin: 0;
    background: url(/img/module10-bg.jpg) center no-repeat;
    background-size: cover
}

.lang-eu .module10 {
    background-image: url(/img/module10-bg-eu.jpg)
}

.lang-en .module10 {
    background-image: url(/img/module10-bg-en.jpg)
}

.lang-uk .module10 {
    background-image: url(/img/module10-bg-uk.jpg)
}

.module10 .parallax-container {
    position: absolute;
    height: 80%;
    width: 100%;
    bottom: 10%;
    left: 0;
    overflow: visible
}

@media only screen and (max-width: 1900px) {
    .module10 .parallax-container {
        height: 100%;
        bottom: 0
    }
}

.module10__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.module10__block {
    max-width: 480px;
    z-index: 2
}

.module10__prices-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module10__price-block {
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

.module10__price-block:last-child {
    margin-right: 0
}

.module10__price-header {
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 13px
}

.module10__price-header:after, .module11__price-header:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(1.08deg, #1a3515 -28.84%, #6ddd5a 83.11%)
}

.module10__price-header, .module10__price-text {
    text-transform: uppercase
}

.module10__btns-wrap {
    margin-top: 10px
}

.module10__btns-wrap .btn {
    margin-top: 20px
}

.module10.module10_2 {
    padding-top: 220px;
    padding-bottom: 100px
}

@media only screen and (max-width: 992px) {
    .module10.module10_2 {
        padding-top: 150px
    }
}

.module10.module10_2 .module10__header, .module11 {
    padding-bottom: 26px;
    position: relative
}

.module10.module10_2 .module10__header:after {
    content: '';
    display: block;
    position: absolute;
    width: 95px;
    height: 9px;
    background: linear-gradient(3.08deg, #1a3515 -28.84%, #6ddd5a 83.11%);
    bottom: 0;
    left: 0
}

.module11 {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-16.91%, #2f2a29), color-stop(177.94%, #111));
    background: linear-gradient(180deg, #2f2a29 -16.91%, #111 177.94%);
    -webkit-box-shadow: 0 -25px 53px rgba(92, 188, 77, .43);
    box-shadow: 0 -25px 53px rgba(92, 188, 77, .43);
    z-index: 2
}

.module11__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 992px) {
    .module11__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.module11__prices-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 992px) {
    .module11__prices-wrap {
        width: 100%
    }
}

@media only screen and (max-width: 600px) {
    .module11__prices-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.module11__price-block {
    margin-right: 100px;
    margin-top: 20px;
    margin-bottom: 20px
}

@media only screen and (max-width: 992px) {
    .module11__price-block {
        margin-right: 0
    }
}

@media only screen and (max-width: 600px) {
    .module11__price-block {
        width: 100%;
        text-align: center
    }
}

.module11__price-header {
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 13px
}

@media only screen and (max-width: 600px) {
    .module11__price-header:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.module11__price-header, .module11__price-text {
    text-transform: uppercase
}

@media only screen and (max-width: 992px) {
    .module11__btns-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 20px
    }
}

.module11__btns-wrap .btn span, .module15__btns-wrap .btn span {
    text-transform: uppercase;
    font-family: 'pfd', sans-serif
}

.module12 {
    padding-top: 50px;
    padding-bottom: 50px
}

@media only screen and (max-width: 767px) {
    .module12 {
        padding-bottom: 0
    }
}

.module12__content h2,
.module12__content .h2,
.module12__header {
    margin-bottom: 80px
}

@media only screen and (max-width: 600px) {
    .module12__content h2,
    .module12__content .h2,
    .module12__header {
        margin-bottom: 40px
    }
}

.module12__blocks-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.module12__block {
    width: 30%;
    margin-bottom: 30px
}

@media only screen and (max-width: 992px) {
    .module12__block {
        width: 46%
    }
}

@media only screen and (max-width: 600px) {
    .module12__block {
        width: 100%
    }
}

.module12__block h3, .module12__block-header {
    position: relative;
    padding-bottom: 18px
}

.module12__block h3:after, .module12__block-header:after {
    content: '';
    display: block;
    position: absolute;
    height: 6px;
    width: 95px;
    bottom: 0;
    left: 0;
    background: linear-gradient(2.05deg, #1a3515 -28.84%, #6ddd5a 83.11%)
}

.module13 {
    padding-top: 50px;
    background: url(/img/module13-bg.svg) 0 0 no-repeat;
    background-size: contain;
    margin-bottom: 0
}

@media only screen and (max-width: 1300px) {
    .module13 {
        padding-top: 200px;
        margin-top: 0
    }
}

@media only screen and (max-width: 1024px) {
    .module13 {
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 992px) {
    .module13 {
        padding-top: 150px
    }
}

@media only screen and (max-width: 767px) {
    .module13 {
        background-size: 800px 120px;
        padding-top: 120px;
        background-position: 100% 0
    }
}

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

@media only screen and (max-width: 992px) {
    .module13__blocks-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (max-width: 768px) {
    .module13__blocks-wrap {
        margin-top: 40px
    }
}

.module13__block {
    width: 25%;
    padding-top: 40px
}

@media only screen and (max-width: 1024px) {
    .module13__block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (max-width: 768px) {
    .module13__block {
        width: 50%
    }
}

@media only screen and (max-width: 600px) {
    .module13__block {
        width: 100%;
        padding-right: 0;
        text-align: center;
        padding-top: 30px
    }
}

.module13__content h2,
.module13__content .h2,
.module13__header {
    max-width: 810px
}

.module13__content p, .module13__descr {
    max-width: 560px
}

.module13__block h4, .module13__block-header {
    text-transform: uppercase;
    color: #6ddd5a;
    padding-bottom: 15px
}

@media only screen and (max-width: 1024px) {
    .module13__block h4, .module13__block-header {
        text-align: center
    }
}

.module13__block p, .module13__block-text {
    max-width: none
}

@media only screen and (max-width: 1024px) {
    .module13__block p, .module13__block-text {
        margin-bottom: 0;
        text-align: center
    }
}

.module14 {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    overflow: initial
}

@media only screen and (max-width: 1024px) {
    .module14 {
        background-color: #252525;
        padding-bottom: 80px;
        padding-top: 60px
    }
}

.module14__overlay {
    position: absolute;
    background-color: #252525;
    top: -80px;
    left: -200px;
    height: 100%;
    width: 5000px;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: 2
}

@media only screen and (max-width: 1024px) {
    .module14__overlay {
        display: none
    }
}

.module14__block {
    position: relative;
    z-index: 3
}

.module14__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .module14__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.module14__block_right {
    width: 840px;
    margin-right: -120px
}

@media only screen and (max-width: 1460px) {
    .module14__block_right {
        width: 720px;
        margin-right: 0
    }
}

@media only screen and (max-width: 1200px) {
    .module14__block_right {
        width: 560px
    }
}

@media only screen and (max-width: 1024px) {
    .module14__block_right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width: 620px) {
    .module14__block_right {
        display: none
    }
}

.module14__block_left {
    width: calc(100% - 720px);
    padding-right: 40px
}

@media only screen and (max-width: 1200px) {
    .module14__block_left {
        width: calc(100% - 560px)
    }
}

@media only screen and (max-width: 1024px) {
    .module14__block_left {
        width: 100%;
        margin-bottom: 40px;
        padding-right: 0
    }
}

@media only screen and (max-width: 620px) {
    .module14__block_left {
        margin-bottom: 0
    }
}

.module14__img-wrap {
    position: relative;
    padding: 75px 138px 64px 132px
}

@media only screen and (max-width: 1200px) {
    .module14__img-wrap {
        padding: 0
    }
}

@media only screen and (max-width: 1024px) {
    .module14__img-wrap {
        max-width: 560px
    }
}

.module14__main-img {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 4px 48px rgba(0, 0, 0, .38);
    box-shadow: 0 4px 48px rgba(0, 0, 0, .38);
    z-index: 2
}

.module14__cup1 {
    position: absolute;
    bottom: 180px;
    left: 0;
    z-index: 2
}

@media only screen and (max-width: 1200px) {
    .module14__cup1 {
        display: none !important
    }
}

.module14__cup2 {
    position: absolute;
    top: 0;
    right: 70px;
    z-index: 2
}

@media only screen and (max-width: 1200px) {
    .module14__cup2 {
        display: none !important
    }
}

.module14__ellipse {
    position: absolute;
    top: 20px;
    left: 80px;
    z-index: 1
}

@media only screen and (max-width: 1200px) {
    .module14__ellipse {
        display: none !important
    }
}

.module14 .btn {
    margin-top: 15px
}

.module15 {
    padding-top: 80px;
    padding-bottom: 80px
}

@media only screen and (max-width: 1200px) {
    .module15 {
        margin-top: 50px
    }
}

@media only screen and (max-width: 992px) {
    .module15 {
        margin-top: 0
    }
}

.module15__block h2,
.module15__block .h2,
.module15__header {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 28px
}

@media only screen and (max-width: 992px) {
    .module15__block h2,
    .module15__block .h2,
    .module15__header {
        text-align: center
    }
}

.module15__block h2:after,
.module15__block .h2:after,
.module15__header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 182px;
    height: 6px;
    background: linear-gradient(1.07deg, #1a3515 -28.84%, #6ddd5a 83.11%)
}

@media only screen and (max-width: 992px) {
    .module15__block .h2:after, .module15__block h2:after, .module15__header:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.module15__block p, .module15__text {
    max-width: 450px
}

@media only screen and (max-width: 992px) {
    .module15__block p, .module15__text {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
}

.module15__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module15__block {
    width: 50%
}

@media only screen and (max-width: 992px) {
    .module15__block {
        width: 100%
    }
}

.module15__block_left {
    padding-right: 40px
}

@media only screen and (max-width: 992px) {
    .module15__block_left {
        padding-right: 0
    }
}

.module15__block_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width: 992px) {
    .module15__block_right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .module15__image-wrap {
        max-width: 300px;
        margin-top: 80px
    }
}

.module15__text-wrap {
    width: 100%
}

.module15__btns-wrap {
    margin-top: 60px;
    max-width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 992px) {
    .module15__btns-wrap {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px
    }
}

.module15__btns-wrap .btn {
    margin-top: 25px;
    border-radius: 10px;
    width: 100%
}

@media only screen and (max-width: 600px) {
    .module15__btns-wrap .btn {
        margin-top: 15px
    }
}

.module15__btns-wrap .btn span {
    font-size: 30px;
    line-height: 36px
}

@media only screen and (max-width: 600px) {
    .module15__btns-wrap .btn span {
        font-size: 24px;
        line-height: 30px
    }
}

.module15__img {
    display: none !important;
    max-height: 500px
}

.module15__img.active {
    display: block !important
}

.module16 {
    background-color: #1a1a1a;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 992px) {
    .module16 {
        padding-bottom: 0
    }
}

.module16__content h2,
.module16__content .h2,
.module16__header {
    position: relative;
    padding-bottom: 20px
}

.module16__content h2:after,
.module16__content .h2:after,
.module16__header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 183px;
    background: linear-gradient(1.07deg, #1a3515 -28.84%, #6ddd5a 83.11%)
}

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

@media only screen and (max-width: 600px) {
    .module16__blocks-wrap {
        margin-top: 60px
    }
}

.module16__block {
    width: 48%;
    margin-top: 110px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 992px) {
    .module16__block {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 600px) {
    .module16__block {
        margin-top: 0
    }
}

.module16__block-content {
    padding: 54px 64px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-16.91%, #2f2a29), color-stop(177.94%, #111));
    background: linear-gradient(180deg, #2f2a29 -16.91%, #111 177.94%);
    border-radius: 21px;
    z-index: 2;
    position: relative;
    height: 100%
}

@media only screen and (max-width: 600px) {
    .module16__block-content {
        padding: 40px
    }
}

@media only screen and (max-width: 400px) {
    .module16__block-content {
        padding: 40px 20px
    }
}

.module16__block-circle {
    content: '';
    display: block;
    position: absolute;
    width: 164px;
    height: 164px;
    bottom: 40px;
    right: -30px;
    background: url(/img/icon-circle.png) center no-repeat;
    background-size: cover;
    z-index: 1
}

.module16__block-header {
    font-size: 38px;
    line-height: 38px;
    position: relative;
    padding-bottom: 16px;
    font-family: "muller-bold", sans-serif;
    color: #fff;
    margin-bottom: 30px
}

@media only screen and (max-width: 600px) {
    .module16__block-header {
        font-size: 32px;
        line-height: 32px
    }
}

.module16__block-header:after, .module17:before {
    content: '';
    display: block;
    position: absolute;
    left: 0
}

.module16__block-header:after {
    bottom: 0;
    background: linear-gradient(1.07deg, #1a3515 -28.84%, #6ddd5a 83.11%);
    height: 6px;
    width: 184px
}

.module16__price p {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 36px
}

@media only screen and (max-width: 600px) {
    .module16__price p {
        font-size: 22px;
        line-height: 30px
    }
}

.module16__price p strong {
    font-size: inherit;
    line-height: inherit
}

.module16__text p {
    margin-top: 25px
}

.module16__aftertext p {
    color: #474747;
    margin-bottom: 0
}

.module16__number {
    font-size: 240px;
    line-height: 247px;
    position: absolute;
    top: -120px;
    right: 40px;
    color: #313131
}

@media only screen and (max-width: 992px) {
    .module16__number {
        top: -80px;
        font-size: 180px;
        line-height: 180px
    }
}

@media only screen and (max-width: 600px) {
    .module16__number {
        display: none
    }
}

.module16__button_wrap {
    text-align: center;
    margin-top: 2rem
}

.module17 {
    padding-top: 80px;
    padding-bottom: 0;
    position: relative;
    margin-top: 0;
    overflow: inherit;
    z-index: 1
}

@media only screen and (max-width: 1200px) {
    .module17 {
        padding-bottom: 40px;
        background-color: #2a2625
    }
}

.module17:before {
    height: 100px;
    width: 100%;
    top: 0;
    background-color: #1a1a1a;
    z-index: 3
}

@media only screen and (max-width: 1200px) {
    .module17:before {
        display: none
    }
}

.module17__overlay {
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#2a2625));
    background-image: linear-gradient(#1a1a1a, #2a2625);
    bottom: 60px;
    left: -200px;
    height: 1100px;
    width: 5000px;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: 5
}

@media only screen and (max-width: 1400px) {
    .module17__overlay {
        height: 100%;
        bottom: 60px
    }
}

@media only screen and (max-width: 1200px) {
    .module17__overlay {
        display: none
    }
}

.module17__content {
    position: relative;
    z-index: 6
}

.module17__content h2,
.module17__content .h2,
.module17__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.module17__content h2 span,
.module17__content .h2 span,
.module17__header span {
    margin-left: 10px;
    margin-right: 10px
}

.module17__header-logo {
    width: 300px;
    margin-left: 15px;
    margin-top: -10px
}

@media only screen and (max-width: 855px) {
    .module17__header-logo {
        margin-top: 12px
    }
}

@media only screen and (max-width: 768px) {
    .module17__header-logo {
        width: 236px;
        margin-top: -6px
    }
}

@media only screen and (max-width: 689px) {
    .module17__header-logo {
        margin-top: 0;
        margin-left: 0
    }
}

@media only screen and (max-width: 500px) {
    .module17__header-logo-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.module17__blocks-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px
}

.module17__block_left {
    width: 400px;
    margin-left: -50px;
    padding-right: 15px
}

@media only screen and (max-width: 1200px) {
    .module17__block_left {
        display: none
    }
}

.module17__block_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 400px)
}

@media only screen and (max-width: 1200px) {
    .module17__block_right {
        width: 100%
    }
}

.module17__item {
    width: 50%;
    padding-right: 10px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
    .module17__item {
        width: 100%;
        margin-bottom: 20px
    }
}

.module17__item:before {
    content: '';
    display: block;
    width: 33px;
    height: 4px;
    left: 0;
    top: 12px;
    position: absolute;
    background-color: #6ddd5a
}

.module17__item h4, .module17__item-header {
    font-family: "muller-bold", sans-serif;
    margin-bottom: 30px;
    line-height: 38px
}

@media only screen and (max-width: 767px) {
    .module17__item h4, .module17__item-header {
        margin-bottom: 15px
    }
}

.module18 {
    background-color: #1a1a1a;
    padding-top: 120px;
    padding-bottom: 90px
}

@media only screen and (max-width: 767px) {
    .module18 {
        padding-bottom: 40px;
        padding-top: 80px
    }
}

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

.module18__block {
    width: 50%
}

@media only screen and (max-width: 992px) {
    .module18__block_right {
        width: 40%
    }
}

@media only screen and (max-width: 767px) {
    .module18__block_right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .module18__block_right .module18__image-wrap {
        max-width: 300px;
        margin-top: 15px
    }
}

.module18__block_left {
    padding-right: 70px
}

@media only screen and (max-width: 992px) {
    .module18__block_left {
        width: 60%
    }
}

@media only screen and (max-width: 767px) {
    .module18__block_left {
        width: 100%;
        padding-right: 0
    }
}

.module18__block p, .module18__text {
    max-width: 415px
}

.module19 {
    padding-top: 40px;
    padding-bottom: 40px
}

@media only screen and (max-width: 768px) {
    .module19 {
        padding-bottom: 80px
    }
}

.module19__blocks-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px
}

@media only screen and (max-width: 768px) {
    .module19__blocks-wrap {
        margin-top: 0
    }
}

.module19__block {
    width: 50%
}

@media only screen and (max-width: 768px) {
    .module19__block {
        width: 100%
    }
}

.module19__block_right, .module19__tabs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.module19__tabs-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.module19__block_right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 55px
}

@media only screen and (max-width: 768px) {
    .module19__block_right {
        display: none !important
    }
}

.module19__tab, .module19__tab span {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.module19__tab {
    padding: 20px 43px 20px 32px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-16.91%, #2f2a29), color-stop(177.94%, #111));
    background: linear-gradient(180deg, #2f2a29 -16.91%, #111 177.94%);
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    text-decoration: none;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .module19__tab {
        margin-bottom: 20px;
        margin-top: 15px
    }
}

.module19__tab span {
    font-size: 28px;
    line-height: 28px;
    color: #fff
}

@media only screen and (max-width: 992px) {
    .module19__tab span {
        font-size: 24px;
        line-height: 24px
    }
}

@media only screen and (max-width: 600px) {
    .module19__tab span {
        font-size: 20px;
        line-height: 20px
    }
}

.module19__tab .tab-arrow {
    position: absolute;
    right: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 20px
}

@media only screen and (max-width: 768px) {
    .module19__tab .tab-arrow {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg)
    }
}

.module19__tab .tab-arrow path {
    stroke: #6ddd5a
}

.module19__tab:hover {
    opacity: .9
}

.module19__tab.active {
    background: linear-gradient(4.4deg, #1a3515 -28.84%, #6ddd5a 83.11%)
}

.module19__tab.active .tab-arrow path {
    stroke: #1a1a1a
}

@media only screen and (max-width: 768px) {
    .module19 .active .tab-arrow {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg)
    }
}

.module19__tab-res {
    display: none
}

@media only screen and (min-width: 768px) {
    .module19__tab-res_mob {
        display: none !important
    }
}

@media only screen and (max-width: 768px) {
    .module19__tab-res_mob.active {
        display: block !important
    }
}

.module19__tab-res.active {
    display: block
}

.sidenav + .module19 {
    padding-top: 120px
}

@media only screen and (max-width: 768px) {
    .sidenav + .module19 {
        padding-top: 80px
    }
}

@media only screen and (max-width: 600px) {
    .sidenav + .module19 {
        padding-top: 60px
    }
}

.module19_2 .module19__block {
    width: 100%
}

.module19_2 .module19__block_right {
    display: none !important
}

.module19_2 .module19__tab-res_mob {
    display: none !important;
    margin-bottom: 30px
}

.module19_2 .module19__tab-res_mob.active {
    display: block !important
}

.module19_2 .module19__tab .tab-arrow {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.module19_2 .module19__tab.active .tab-arrow {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.module19__button_wrap {
    padding-top: 20px
}

.module20 {
    padding-top: 100px
}

.module20__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 992px) {
    .module20__content {
        margin-bottom: 40px
    }
}

.module20__block {
    width: 50%
}

@media only screen and (max-width: 992px) {
    .module20__block {
        width: 100%
    }
}

.module20__block_right {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width: 992px) {
    .module20__block_right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0
    }
}

.module20__block_left h2, .module20__block_left .h2, .module20__header {
    margin-bottom: 20px
}

.module20__block_left p, .module20__text {
    max-width: 514px;
    font-size: 22px;
    line-height: 32px
}

.module20__icon-wrap {
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.module20__icon-wrap, .module20__location-block, .module21__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.module20__location-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px
}

.module20__location-block img {
    margin-right: 14px
}

.module20__location-block p {
    font-size: 22px;
    line-height: 32px;
    margin-top: 4px;
    margin-bottom: 0;
    width: calc(100% - 42px)
}

.module21__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 18px);
    margin-left: -9px;
    position: relative
}

@media only screen and (max-width: 768px) {
    .module21__content {
        width: 100%;
        margin-left: 0
    }
}

.module21__block {
    width: calc(50% - 18px);
    margin-bottom: 40px;
    margin-left: 9px;
    margin-right: 9px
}

@media only screen and (max-width: 768px) {
    .module21__block {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .module21__block img {
        width: 100%
    }
}

.module21__iframe-wrap {
    position: absolute;
    width: calc(50% - 32px);
    height: 51%;
    left: 24px;
    top: 0
}

@media only screen and (max-width: 768px) {
    .module21__iframe-wrap {
        width: calc(100% - 28px);
        height: 26%;
        left: 14px
    }
}

.module21__iframe-link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.module21__iframe-link:hover {
    opacity: .9
}

.module21__iframe {
    display: none
}

.module21__iframe.active {
    display: block;
    width: 100%;
    height: 100%
}

.module22 {
    padding-top: 50px;
    padding-bottom: 50px
}

@media only screen and (max-width: 767px) {
    .module22 {
        padding-bottom: 0
    }
}

.module22__content h2,
.module22__content .h2,
.module22__header {
    margin-bottom: 80px
}

@media only screen and (max-width: 600px) {
    .module22__content h2,
    .module22__content .h2,
    .module22__header {
        margin-bottom: 40px
    }
}

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

.module22__block {
    width: 66%
}

@media only screen and (max-width: 992px) {
    .module22__block {
        width: 80%
    }
}

@media only screen and (max-width: 600px) {
    .module22__block {
        width: 100%
    }
}

.module22__iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.module22__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sidenav + .module22 {
    padding-top: 120px
}

@media only screen and (max-width: 768px) {
    .sidenav + .module22 {
        padding-top: 100px
    }
}

.module23 {
    padding-top: 50px;
    padding-bottom: 50px
}

@media only screen and (max-width: 767px) {
    .module23 {
        padding-bottom: 0
    }
}

.module23__content h2,
.module23__content .h2,
.module23__header {
    margin-bottom: 80px
}

@media only screen and (max-width: 600px) {
    .module23__content h2,
    .module23__content .h2,
    .module23__header {
        margin-bottom: 40px
    }
}

.module23__blocks-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.module23__block {
    margin-bottom: 30px
}

.module23__block h3, .module23__block-header {
    position: relative;
    padding-bottom: 18px
}

.module23__block h3:after, .module23__block-header:after {
    content: '';
    display: block;
    position: absolute;
    height: 6px;
    width: 95px;
    bottom: 0;
    left: 0;
    background: linear-gradient(2.05deg, #1a3515 -28.84%, #6ddd5a 83.11%)
}

.sidenav + .module23 {
    padding-top: 120px
}

@media only screen and (max-width: 768px) {
    .sidenav + .module23 {
        padding-top: 100px
    }
}

/*# sourceMappingURL=main.css.map */
