@charset "UTF-8"; /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio, canvas, progress, video {
    display: inline-block
}

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

progress {
    vertical-align: baseline
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

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

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

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

figure {
    margin: 1em 40px
}

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

button, input, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=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
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    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-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    /* -webkit-transform: scale(1); */
    transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

.popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    padding: 40px;
    width: 508px;
    max-width: calc(100% - 30px);
    min-height: 300px;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.15); }

.popup__title {
    margin-bottom: 30px;
    max-width: 280px;
    font-size: 26px;
    line-height: 30px; }

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

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

* {
    outline: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #666
}

::-moz-placeholder {
    opacity: 1;
    color: #666
}

:-ms-input-placeholder {
    opacity: 1;
    color: #666
}

::-ms-input-placeholder {
    opacity: 1;
    color: #666
}

::placeholder {
    opacity: 1;
    color: #666
}

body {
    position: relative;
    min-width: 320px;
    background: #fff;
    font-family: ConquerorSans, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    overflow-x: hidden;
    color: #242424
}

a {
    text-decoration: underline;
    color: #4ddb22
}

a:hover {
    text-decoration: none
}

.link-head {
    text-decoration: none;
    color: inherit;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.link-head:hover {
    color: #4ddb22
}

.link-more {
    border-bottom: 1px dashed;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px
}

.link-more:hover {
    border-color: transparent
}

.link-send {
    display: inline-block;
    position: relative;
    padding-right: 35px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    color: inherit
}

.link-send .far {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -.5em 0 0;
    font-size: 21px
}

.link-send:hover u {
    text-decoration: none
}

.more-box {
    margin: 15px 0 0;
    text-align: center
}

b, strong {
    font-weight: 700
}

p {
    margin: 0 0 1rem
}

ol, ul {
    margin: 0 0 1rem
}

ul {
    padding: 0 0 0 1.2em
}

blockquote {
    margin: 0 0 1rem;
    padding: 0 0 0 25px;
    border-left: 8px solid #4DDB22;
    line-height: 1.6;
    font-style: italic;
    font-size: 22px
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1rem;
    font-weight: 700
}
h1 {
    font-size: 38px;
    line-height: 44px;
}
.banner__content h1 {
    line-height: 1;
    font-size: 80px
}

h2 {
    line-height: 1.1;
    font-size: 38px;
    margin-bottom: 30px;
}

h3 {
    line-height: 1.2;
    font-size: 30px
}

h4 {
    line-height: 1.25;
    font-size: 26px
}

h5 {
    line-height: 1.3;
    font-size: 20px
}

h6 {
    font-size: 16px
}

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

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

#wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100vh
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

.hidden {
    display: none
}

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

.section {
    margin: 80px 0
}

.img-box {
    position: relative
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.text-green {
    color: #4ddb22
}

.text-pink {
    color: #e6007e
}

.content {
    line-height: 1.5
}

.content > :first-child {
    margin-top: 0
}

.content > :last-child {
    margin-bottom: 0
}

.content blockquote {
    margin: 50px 0
}

.btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 15px 20px 13px;
    min-width: 240px;
    background: #4ddb22;
    border-radius: 25px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
    text-align: center;
    text-decoration: none;
    line-height: 1.25;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn.btn-sm {
    min-width: 0;
    padding: 9px 22px 5px;
    text-transform: none;
    font-weight: normal;
}

.btn:hover {
    background: #62e13b
}

.btn.btn_white {
    background: #fff;
    color: #4ab529
}

.btn.btn_white:hover {
    background: #eee
}

.btn-play {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border: 7px solid currentColor;
    border-radius: 50%;
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -16px;
    border: 20px solid transparent;
    border-left: 40px solid currentColor
}

.btn-play:hover {
    color: #e6007e
}

.btn-more {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 15px;
    min-width: 130px;
    background: #e6007e;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-more:hover {
    background: #ff0b91
}

.title {
    margin-bottom: 35px;
    text-align: center
}

.title_left {
    text-align: left
}

.header {
    position: relative;
    z-index: 99
}

.header__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 30px
}

.header__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    max-width: 100%;
    margin-right: 30px
}
.logo-img {
    background-image: url(/static/img/logo.svg?t);
    background-repeat: no-repeat;
    width: 28px;
    height: 33px;
    background-size: 28px;
    display: inline-block;
}
.logo-img-w {
    background-image: url(/static/img/logo-white.svg);

}
a.logo:hover .logo-img {
    background-image: url(/static/img/logo-pink.svg?v);

}

.header__social {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.header__toggle {
    display: none;
    cursor: pointer;
    padding: 2px 0;
    width: 30px;
    height: 25px;
    border: none;
    background: 0 0;
    color: inherit;
    position: absolute;
    top:15px;
    right: 15px;
    z-index: 10;
}

.header__toggle span {
    display: block;
    background: black;
    width: 100%;
    height: 3px;
    margin-left: auto;
    -webkit-transition: .25s margin .25s, .25s transform;
    -o-transition: .25s margin .25s, .25s transform;
    transition: .25s margin .25s, .25s transform
}

.banner .header__toggle span {
    background: white;
}

.header__toggle.active span {
    background: #ccc;

}


.header__toggle span:nth-child(1) {
    margin-bottom: 6px
}

.header__toggle span:nth-child(2) {
    -webkit-transition: .1s opacity .25s;
    -o-transition: .1s opacity .25s;
    transition: .1s opacity .25s
}

.header__toggle span:nth-child(3) {
    margin-top: 6px
}

.header__toggle.active span {
    -webkit-transition: .25s margin, .25s transform .25s;
    -o-transition: .25s margin, .25s transform .25s;
    transition: .25s margin, .25s transform .25s
}

.header__toggle.active span:nth-child(1) {
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__toggle.active span:nth-child(2) {
    opacity: 0;
    -webkit-transition: .1s opacity 0s;
    -o-transition: .1s opacity 0s;
    transition: .1s opacity 0s
}

.header__toggle.active span:nth-child(3) {
    margin-top: -4px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.header + .section {
    margin: 40px 0 100px
}

.logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    line-height: 1.2;
    text-decoration: none;
    color: inherit;

    transition: 0s;
}

.logo > * {
    display: inline-block;
    vertical-align: middle
}

.logo > img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 24px
}

.logo > span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 14px;
    font-weight: 700;
    font-size: 22px
}

.logo > span:first-child {
    margin-left: 0px;
}

.logo_big > img {
    max-width: 34px
}

.logo_big > span {
    margin-left: 25px;
    font-size: 30px
}

.menu {
    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;
    margin: 0 -30px;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px
}

.menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 15px
}

.menu a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.menu a:hover, .project-body h4 a:hover {
    color: #e6007e
}
.menu li.active a{
    color: #e6007e
}

.search-i {
    background-image: url("/static/img/search-b.png");
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 23px;
}
.banner .search-i {
    background-image: url("/static/img/search-w.png");

}
.social__grid {
    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;
    margin: 0 -15px -30px
}

.social__grid .social-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 5px 30px
}

.social__grid .social-link {
    background-image: url("/static/img/social/w.png");
    background-size: 254px;
    width: 35px;
    height: 36px;
    background-repeat: no-repeat;
}
.social__grid.w .social-link:hover {background-image: url("/static/img/social/b.png");}
.social__grid.g .social-link:hover {background-image: url("/static/img/social/w.png");}
.social__grid.b .social-link:hover {background-image: url("/static/img/social/g.png");}

.social__grid.g .social-link {background-image: url("/static/img/social/g.png");}
.social__grid.b .social-link {background-image: url("/static/img/social/b.png");}
.social__grid .social-link:before {content: '' !important;}
.social__grid .social-link.fa-vk {background-position: -44px 0}
.social__grid .social-link.fa-twitter {background-position: -88px 0}
.social__grid .social-link.fa-instagram {background-position: -132px 0}
.social__grid .social-link.fa-telegram-plane {background-position: -176px 0}
.social__grid .social-link.fa-youtube {background-position: -220px 0}


.social_green .social-link {
    color: #4ddb22
}

.social_green .social-link:hover {
    color: #e6007e
}

.social-link {
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.social-link:hover {
    color: #e6007e
}

.banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url(../img/banner-bg.jpg) top center;
    background-size: cover;
    color: #fff
}

.banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 760px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .35)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .35));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .35))
}

.banner__wrap {
    padding: 50px 0;
    text-align: center
}

.banner__content {
    font-size: 18px
}

.banner__content h5 {
    margin-bottom: .6rem;
    font-size: 23px
}

.banner__action {
    margin: 35px 0 0
}

.news__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -30px
}

.news__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news__col .news-item {
    width: 100%
}

.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 35px 40px;
    background: #efefef;
    font-size: 14px
}

.news-item__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.news-item__action {
    margin: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-item__action .btn-more {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.news-item__date {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0 20px 0 0;
    color: #ababab
}

.journal {
    padding: 130px 0;
    background: #c4006b;
    color: #fff
}

.journal .container {
    max-width: 810px
}

.journal__grid {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.journal__icon {
    position: absolute;
    z-index: -1;
    top: -45px;
    left: -135px;
    width: 210px;
    opacity: .15
}

.journal__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    max-width: 100%
}

.journal__content h2 {
    margin-bottom: 1.5rem
}

.journal__action {
    margin-top: 35px;
    display: inline-block;
    text-align: center
}

.journal__action .link-send {
    margin-top: 30px
}

.journal__img {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px;
    margin-left: 80px
}

.journal__img img {
    vertical-align: middle;
    -webkit-filter: drop-shadow(0 35px 95px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 35px 95px rgba(0, 0, 0, .4))
}

.feedback {
    margin: 130px 0
}

.feedback .container {
    max-width: 980px
}

.feedback__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.feedback__img {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 48%
}

.feedback__img img {
    vertical-align: middle;
    -webkit-box-shadow: 0 45px 55px rgba(0, 0, 0, .25);
    box-shadow: 0 45px 55px rgba(0, 0, 0, .25)
}

.feedback__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    max-width: 100%;
    margin: 40px 0 0;
    padding: 65px 90px 55px 75px;
    background: #efefef
}

.feedback__icons {
    margin: 50px 0 0;
    vertical-align: middle
}

.contacts {
    padding: 85px 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #efefef), color-stop(50%, #4ddb22));
    background: -o-linear-gradient(left, #efefef 50%, #4ddb22 50%);
    background: linear-gradient(to right, #efefef 50%, #4ddb22 50%);
    margin-bottom: 0;
}

.contacts .container {
    max-width: 920px
}

.contacts .title {
    margin-bottom: 40px
}

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

.contacts__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 50px
}

.contacts__list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.25;
    font-weight: normal;
    font-size: 18px
}
.contacts__list li span {
    color:#aaa
}

.contacts__list li {
    margin-bottom: 1rem
}

.contacts__list li:last-child {
    margin-bottom: 0
}

.contacts__list a {
    text-decoration: none;
    color: inherit
}

.contacts__list a:hover {
    text-decoration: underline
}

.contacts__social {
    margin-top: 85px
}

.contacts__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 50px;
    text-align: right
}

.contacts__img img {
    vertical-align: middle
}

.s-quote__wrap {
    padding: 50px 240px 70px;
    background: rgba(77, 219, 34, .15);
    text-align: center
}

.s-quote__content {
    position: relative;
    line-height: 1.7
}

.s-quote__content:after, .s-quote__content:before {
    position: absolute;
    line-height: 1;
    font-size: 244px;
    font-weight: 700;
    color: #4ddb22;
    opacity: .2
}

.s-quote__content:before {
    content: '„';
    top: -.7em;
    left: -165px
}

.s-quote__content:after {
    content: '“';
    bottom: -.6em;
    right: -165px
}

.s-quote__content > :last-child {
    margin-bottom: 0
}

.footer {
    padding: 70px 0 20px
}

.footer .container {
    max-width: 920px
}

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

.footer__grid > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 15px
}

.footer__icon img {
    display: inline-block
}

.post .container {
    max-width: 820px
}

.post__img {
    display: block;
    max-width: 100%;
    margin-bottom: 55px
}

.post__main {
    max-width: 585px
}

.post__title {
    margin-bottom: 70px
}

.post__head {
    margin-bottom: 1.4rem
}

.post__date {
    font-size: 14px
}

.post__subhead {
    margin: 40px 0;
    line-height: 1.6
}

.post__news {
    margin: 90px 0 0
}

.post__news .news__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

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

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

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

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

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

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-figure:after {
    display: none
}

.mfp-close-btn-in .mfp-close {
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mfp-close-btn-in .mfp-close:hover {
    color: red
}

@media only screen and (max-width: 1199px) {
    .container {
        width: 768px
    }

    .banner__content h1 {
        font-size: 65px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 26px
    }

    h4 {
        font-size: 22px
    }

    h5 {
        font-size: 18px
    }

    .section {
        margin: 60px 0
    }

    .header + .section {
        margin: 20px 0 60px
    }

    .logo_big > img {
        max-width: 24px
    }

    .logo_big > span {
        margin-left: 14px;
        font-size: 22px
    }

    .header__grid {
        padding: 15px 0
    }

    .header__social {
        display: none
    }

    .header__logo {
        margin-right: auto
    }

    .header__toggle {
        display: inline-block
    }

    .banner__wrapper {
        min-height: 580px
    }

    .header__menu {
        display: none;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        max-width: 100%;
        margin: 0;
        left: 0;
        width: 100%;
    }

    .menu {
        display: block;
        margin: 0;
        background: #fff;
        color: #242424
    }

    .menu li {
        margin: 0;
        border-bottom: 0px solid #eaeaea;
        text-align: left;
    }

    .menu li:last-child {
        border-bottom: none
    }

    .menu a {
        display: block;
        padding: 12px 20px;
        font-size: 14px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .menu a:hover {
        background-color: #e6007e;
        text-decoration: none;
        color: #fff
    }

    .s-quote__wrap {
        padding: 50px
    }

    .s-quote__content:after, .s-quote__content:before {
        font-size: 180px
    }

    .s-quote__content:before {
        left: -40px
    }

    .s-quote__content:after {
        right: -40px
    }

    .news__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .journal {
        padding: 60px 0
    }

    .feedback {
        margin: 60px 0
    }

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

    .feedback__main {
        margin: 0;
        padding: 50px
    }

    .contacts {
        padding: 60px 0
    }

    .contacts__main {
        padding-right: 30px
    }

    .contacts__img {
        padding-left: 30px
    }

    .footer {
        padding: 30px 0
    }
    header .search-i {
        background-image: url(/static/img/search-b.png);
        padding-left: 45px;
        background-position: 19px 13px;
        border-top: 1px #ccc solid;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 540px
    }

    .banner__content h1 {
        font-size: 50px
    }

    h2 {
        line-height: 1.25;
        font-size: 26px
    }

    h3 {
        line-height: 1.25;
        font-size: 22px
    }

    h4 {
        line-height: 1.3;
        font-size: 20px
    }

    blockquote {
        padding-left: 1em;
        font-size: 20px
    }

    .title {
        margin-bottom: 25px
    }

    .social__grid {
        margin: 0 -10px -20px
    }

    .social__grid .social-link {
        margin: 0 10px 20px
    }

    .social-link {
        font-size: 20px
    }

    .more-box {
        margin-top: 25px
    }

    .btn-play {
        width: 70px;
        height: 70px;
        border-width: 5px
    }

    .btn-play:before {
        margin: -10px 0 0 -8px;
        border: 10px solid transparent;
        border-left: 20px solid currentColor
    }

    .banner__wrapper {
        min-height: 500px
    }

    .banner__content h5 {
        margin-bottom: .8rem;
        font-size: 20px
    }

    .banner__wrap {
        padding: 30px 0
    }

    .banner__action {
        margin-top: 25px
    }

    .s-quote {
        background: rgba(77, 219, 34, .15)
    }

    .s-quote__wrap {
        padding: 30px 0;
        background: 0 0
    }

    .s-quote__content:after, .s-quote__content:before {
        font-size: 140px
    }

    .s-quote__content:before {
        left: -25px
    }

    .s-quote__content:after {
        right: -25px
    }

    .news__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .news-item {
        padding: 30px
    }

    .journal__grid {
        display: block
    }

    .journal__icon {
        left: -100px
    }

    .journal__main {
        text-align: center
    }

    .journal__action {
        margin-top: 20px
    }

    .journal__action .link-send {
        margin-top: 15px
    }

    .journal__img {
        margin: 50px auto 0
    }

    .feedback__grid {
        display: block;
        max-width: 400px;
        margin: 0 auto
    }

    .feedback__img {
        max-width: 100%
    }

    .feedback__main {
        padding: 45px 30px 30px;
        text-align: center
    }

    .feedback__main .title {
        text-align: center
    }

    .feedback__img img {
        -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
        box-shadow: 0 20px 40px rgba(0, 0, 0, .25)
    }

    .contacts .title {
        margin-bottom: 25px
    }

    .contacts__list {
        font-size: 18px
    }

    .contacts__social {
        margin-top: 40px
    }

    .footer {
        text-align: center
    }

    .footer__grid {
        display: block;
        margin: 0 0 -20px
    }

    .footer__grid > * {
        margin: 0 0 20px
    }

    .post__news .news__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

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

    body {
        font-size: 14px
    }

    .banner__content h1 {
        font-size: 36px
    }

    blockquote {
        border-left-width: 5px;
        line-height: inherit;
        font-size: 16px
    }

    .content blockquote {
        margin: 30px 0
    }

    .logo > span {
        margin-left: 10px;
        font-size: 18px
    }

    .banner__wrapper {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5))
    }

    .banner__content {
        font-size: 16px
    }

    .s-quote__content:after, .s-quote__content:before {
        font-size: 100px
    }

    .s-quote__content:before {
        left: -15px
    }

    .s-quote__content:after {
        right: -15px
    }

    .news-item {
        padding: 20px
    }

    .feedback__main {
        padding: 30px 20px
    }

    .contacts {
        background: #efefef
    }

    .contacts__grid {
        display: block
    }

    .contacts__main {
        max-width: 100%;
        padding: 0
    }

    .contacts__img {
        display: none
    }

    .post__img {
        margin-bottom: 30px
    }

    .post__head {
        margin-bottom: 1rem
    }

    .post__subhead {
        margin: 30px 0
    }

    .post__title {
        margin-bottom: 50px
    }

    .post__news {
        margin-top: 60px
    }
}


a.btn:hover {
    color:#fff;
    border-bottom-color:#4ddb22 ;
}


form {
    position: relative;
    width: 100%;
}

form .formLoader, form .formSuccess {
    display: none;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}

form .formLoader div, form .formSuccess div {
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 38px;
    width: 38px;
}

form .formLoader svg {
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

form .formLoader svg circle {
    -webkit-animation: dash 1s ease-in-out infinite;
    animation: dash 1s ease-in-out infinite;
    stroke: #4ddb22;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke-miterlimit: 10;
    fill: none;
}

form .formSuccess path {
    fill: #4ddb22;
}

input.has_error {
    border-color: #db144a;
}

.input_error {
    color: #db144a;
    font-size: 0.8em;
}

.input_error:empty {
    display: none;
}


@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}
