@font-face {
    font-family: mregular;
    src: url(../fonts/mregular/Montserrat-Regular.eot?v=1);
    src: url(../fonts/mregular/Montserrat-Regular.eot?iefix?v=1) format("eot"), url(../fonts/mregular/Montserrat-Regular.woff?v=1) format("woff"), url(../fonts/mregular/Montserrat-Regular.ttf?v=1) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: mbold;
    src: url(../fonts/mbold/Montserrat-Bold.eot?v=1);
    src: url(../fonts/mbold/Montserrat-Bold.eot?iefix?v=1) format("eot"), url(../fonts/mbold/Montserrat-Bold.woff?v=1) format("woff"), url(../fonts/mbold/Montserrat-Bold.ttf?v=1) format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: mblack;
    src: url(../fonts/mblack/Montserrat-Black.eot?v=1);
    src: url(../fonts/mblack/Montserrat-Black.eot?iefix?v=1) format("eot"), url(../fonts/mblack/Montserrat-Black.woff?v=1) format("woff"), url(../fonts/mblack/Montserrat-Black.ttf?v=1) format("truetype");
    font-style: normal;
    font-weight: 900
}

@font-face {
    font-family: msemibold;
    src: url(../fonts/msemibold/Montserrat-SemiBold.eot?v=1);
    src: url(../fonts/msemibold/Montserrat-SemiBold.eot?iefix?v=1) format("eot"), url(../fonts/msemibold/Montserrat-SemiBold.woff?v=1) format("woff"), url(../fonts/msemibold/Montserrat-SemiBold.ttf?v=1) format("truetype");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: mlight;
    src: url(../fonts/mlight/Montserrat-Light.eot?v=1);
    src: url(../fonts/mlight/Montserrat-Light.eot?iefix?v=1) format("eot"), url(../fonts/mlight/Montserrat-Light.woff?v=1) format("woff"), url(../fonts/mlight/Montserrat-Light.ttf?v=1) format("truetype");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: mmedium;
    src: url(../fonts/mmedium/Montserrat-Medium.eot?v=1);
    src: url(../fonts/mmedium/Montserrat-Medium.eot?iefix?v=1) format("eot"), url(../fonts/mmedium/Montserrat-Medium.woff?v=1) format("woff"), url(../fonts/mmedium/Montserrat-Medium.ttf?v=1) format("truetype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: mitalic;
    src: url(../fonts/mitalic/Montserrat-Italic.eot?v=1);
    src: url(../fonts/mitalic/Montserrat-Italic.eot?iefix?v=1) format("eot"), url(../fonts/mitalic/Montserrat-Italic.woff?v=1) format("woff"), url(../fonts/mitalic/Montserrat-Italic.ttf?v=1) format("truetype");
    font-style: italic;
    font-weight: 400
}

a, abbr, acronym, address, applet, article, aside, audio, big, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

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

caption, td, th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

a img {
    border: none
}

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

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

.clearfix:after {
    content: " ";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s 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 .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

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

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

@-webkit-keyframes a {
    0% {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-o-keyframes a {
    0% {
        -o-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 0
    }
    to {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes a {
    0% {
        -webkit-transform: translateY(-200px);
        -o-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 1
    }
}

@-o-keyframes b {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    to {
        -o-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 1
    }
}

@keyframes b {
    0% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(-200px);
        -o-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 1
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-o-keyframes c {
    0% {
        -o-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0
    }
    to {
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes c {
    0% {
        -webkit-transform: translateX(-200px);
        -o-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.slide_left {
    -webkit-animation: c 1s 1 ease-in-out;
    -o-animation: c 1s 1 ease-in-out;
    animation: c 1s 1 ease-in-out;
    -webkit-transition: opacity 1s linear .3s;
    -o-transition: opacity 1s linear .3s;
    transition: opacity 1s linear .3s
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-o-keyframes d {
    0% {
        -o-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0
    }
    to {
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes d {
    0% {
        -webkit-transform: translateX(200px);
        -o-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.slide_right {
    -webkit-animation: d 1s 1 ease-in-out;
    -o-animation: d 1s 1 ease-in-out;
    animation: d 1s 1 ease-in-out;
    -webkit-transition: opacity 1s linear .3s;
    -o-transition: opacity 1s linear .3s;
    transition: opacity 1s linear .3s
}

.animated {
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

body.open {
    overflow-y: hidden;
}

.wrapper {
    min-height: 100vh;
    min-width: 320px;
    margin: 0 auto;
    font: 100% mregular, sans-serif;
    font-size: 15px;
    overflow: hidden
}

.container {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    left: 50px
}

.section_blue {
    background: #0001fe;
    padding-bottom: 80px
}

.home {
    min-height: 100vh;
    width: 100%
}

.home-wrap {
    height: -webkit-calc(100vh - 103px);
    height: calc(100vh - 103px);
    margin-top: -50px;
    overflow: hidden;
}

.home-wrap, .home-wrap .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.home-wrap .container {
    height: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.home-content {
    z-index: 2;
    position: relative
}

.home-content h1 {
    font: 100% mbold, sans-serif;
    font-size: 50px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 40px;
    max-width: 800px
}

.home-content h1 span {
    display: block
}

.home-content p {
    margin-top: 40px;
    font: 100% mmedium, sans-serif;
    font-size: 14px;
    color: #fff;
    max-width: 780px;
    margin-bottom: 40px
}

.header {
    position: relative;
    padding-top: 32px;
    z-index: 3;
    width: 100%
}

.header-back {
    position: absolute;
    bottom: 20px;
    left: -100px
}

.header-back a {
    text-decoration: none;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    position: relative;
    color: #4e4e4e
}

.header-back a:before {
    content: "<";
    position: relative;
    display: inline-block;
    margin-right: 5px;
    top: 1px
}

.header-back a:hover {
    color: #4e4e4e
}

.header.header__white .header-back a {
    color: hsla(0, 0%, 100%, .8)
}

.header.header__white .header-back:hover a {
    color: #fff
}

.header.header__white .header-language li.active a {
    color: #000
}

.header.header__white .header-language li a {
    color: #fff
}

.header.header__black .header-language li:first-child:after, .header.header__black .header-language li a {
    color: #4e4e4e
}

.header.header__black .burger__line {
    background: #4e4e4e
}

.header.header__black .header-language li.active a {
    color: #0001fe
}

.header-logo {
    width: 100%;
    max-width: 250px
}

.header-logo a, .header-logo p {
    font-size: 0;
    display: block
}

.header-logo a img, .header-logo p img {
    width: 100%;
    font-size: 0
}

.header-search {
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.header-search svg {
    width: 100%
}

.header-language {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px
}

.header-language li {
    display: inline-block;
    margin-right: 20px;
    position: relative
}

.header-language li:first-child:after {
    content: "/";
    font: 100% mblack, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    left: 10px
}

.header-language li:last-child {
    margin-right: 0
}

.header-language li.active a {
    color: #fff
}

.header-language li a {
    text-decoration: none;
    color: #0001fe;
    font: 100% mblack, sans-serif;
    font-size: 14px;
    text-transform: uppercase
}

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

.header-right {
    padding-right: 75px
}

#video-trailer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.burger {
    width: 40px;
    height: 26px;
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 22px
}

.burger:hover span {
    background: #fff
}

.burger__line {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: hsla(0, 0%, 100%, .5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.burger__line:first-child {
    top: 0
}

.burger__line:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.burger__line:nth-child(3) {
    bottom: 0
}

.section-home {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}

.section-home:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 1
}

.btn a {
    -webkit-border-radius: 10em;
    border-radius: 10em;
    text-decoration: none;
    padding: 15px 20px 14px;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out
}

.btn-blue {
    font-size: 0
}

.btn-blue a {
    background: #0001fe;
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase
}

.btn-blue a:hover {
    background: #fff;
    color: #0001fe
}

.right-menu {
    right: -25%;
    width: 25%;
    background: #f5f5f5;
    padding-left: 64px;
    padding-top: 80px;
    padding-bottom: 50px;
    overflow-y: auto;
    z-index: 5
}

.right-menu, .right-menu_bg {
    position: fixed;
    top: 0;
    bottom: 0
}

.close-menu {
    width: 40px;
    height: 40px;
    background-image: url(../static/svg/menu_close.svg?v=1);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.close-menu:hover {
    opacity: .5
}

.arrow-prev {
    left: -38px
}

.arrow-next, .arrow-prev {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

.arrow-next svg, .arrow-prev svg {
    width: 100%;
    height: 100%;
    fill: #0001fe
}

.arrow-next.slick-disabled, .arrow-prev.slick-disabled {
    display: none;
    -webkit-animation: f .5s;
    -o-animation: f .5s;
    animation: f .5s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.arrow-next:hover, .arrow-prev:hover {
    opacity: .7
}

.arrow-next {
    right: -38px
}

.menu > li {
    margin-bottom: 20px;
    margin-top: 20px
}

.menu > li.active > a {
    color: #0001fe
}

.menu > li > p {
    font: 100% mbold, sans-serif;
    font-size: 30px;
    color: #4e4e4e;
    cursor: pointer
}

.menu > li > p:hover {
    color: #0001fe
}

.menu > li > a {
    text-decoration: none;
    font: 100% mbold, sans-serif;
    font-size: 30px;
    color: #4e4e4e
}

.menu > li > a:hover {
    color: #0001fe
}

.second-menu {
    margin-top: 20px;
    display: none
}

.second-menu li {
    line-height: 1.8
}

.second-menu li.active > a {
    color: #0001fe
}

.second-menu li a {
    color: #4e4e4e;
    text-decoration: none;
    font: 100% msemibold, sans-serif;
    font-size: 14px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.second-menu li a:hover {
    color: #0001fe
}

.section {
    margin-top: 100px;
    margin-bottom: 100px
}

h2 {
    color: #4e4e4e;
    font: 100% mbold, sans-serif;
    font-size: 40px;
    padding-bottom: 60px
}

.doingsContent .slick-dots {
    position: relative;
    top: -9px
}

.doingsContent .slick-dots li {
    display: inline-block;
    line-height: 1;
    margin-right: 20px
}

.doingsContent .slick-dots li.slick-active button {
    background: #0001fe
}

.doingsContent .slick-dots li button {
    font-size: 0;
    border: none;
    width: 13px;
    height: 13px;
    margin: 0;
    -webkit-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
    cursor: pointer
}

.doingsContent-item {
    width: 288px;
    height: 256px;
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 16px 33px 34px;
    margin-bottom: 60px
}

.doingsContent-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.doingsContent-item:after {
    content: "";
    background: rgba(0, 1, 254, .32)
}

.doingsContent-img, .doingsContent-item:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.doingsContent-img img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out
}

.doingsContent-text {
    position: relative;
    z-index: 3
}

.doingsContent-text span {
    display: block;
    font: 100% mbold, sans-serif;
    font-size: 60px;
    color: #fff
}

.doingsContent-text p {
    margin-top: 20px;
    color: #fff;
    max-height: 78px;
    overflow: hidden
}

.doingsContent-btn a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font: 100% mbold, sans-serif;
    font-size: 14px
}

.doingsContent-btn a span {
    position: absolute;
    left: 33px;
    z-index: 2;
    bottom: 34px
}

.doingsContent-layer {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.doings-wrap, .doingsContent-layer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

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

.doings-left {
    width: 100%;
    max-width: 626px;
    position: relative
}

.doings-right {
    width: 100%;
    max-width: 340px;
    background: #f5f5f5;
    padding: 40px
}

.doings-loader {
    position: relative
}

.doings-loader-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 570px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.doingsTabs__mounth {
    margin-top: 50px;
    font-size: 0;
    text-align: center;
    display: none
}

.doingsTabs__mounth.active {
    display: block
}

.doingsTabs__mounth li {
    display: inline-block;
    width: 49%
}

.doingsTabs__mounth li.active a {
    color: #0001fe
}

.doingsTabs__mounth li a {
    font: 100% mbold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    color: #1c0c59;
    line-height: 68px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.doingsTabs__mounth li a:hover {
    color: #0001fe
}

.doingsTabs__years {
    margin-top: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.doingsTabs__years li {
    margin-left: 20px;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #1c0c59;
    margin-right: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.doingsTabs__years li.active {
    color: #0001fe
}

.doingsTabs__mounth {
    -webkit-animation: e 1s;
    -o-animation: e 1s;
    animation: e 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.doingsContent-block {
    -webkit-animation: e 2s;
    -o-animation: e 2s;
    animation: e 2s
}

@-webkit-keyframes e {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes e {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes e {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes f {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-o-keyframes f {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes f {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.why h2 {
    max-width: 350px
}

.why-list {
    margin-top: 58px;
    font-size: 0
}

.why-list li {
    font-size: 20px;
    color: #4e4e4e;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    position: relative
}

.why-list li:after {
    content: attr(data-num);
    position: absolute;
    top: 0;
    left: 0;
    font: 100% mbold, sans-serif;
    font-size: 18px
}

.why-list li p {
    font-size: 14px !important;
    color: #949494;
    margin-top: 13px;
    max-width: 70%
}

.why-block {
    margin-bottom: 70px
}

.why-number {
    font-size: 0
}

.why-number li {
    display: inline-block;
    margin-right: 95px
}

.why-number span {
    color: #0001fe;
    font: 100% mbold, sans-serif;
    display: block;
    font-size: 40px;
    line-height: 69px
}

.why-number p {
    font-size: 24px;
    color: #4e4e4e;
    margin-top: 15px
}

.why-join {
    font-size: 0
}

.why-join li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px
}

.why-join p {
    margin-top: 25px;
    font-size: 20px;
    line-height: 26px;
    color: #4e4e4e
}

.why-join img {
    display: block
}

.tdu {
    position: relative
}

.tdu:after {
    content: "";
    position: absolute;
    width: 240px;
    height: 2px;
    background: #0001fe;
    bottom: 0;
    left: 0
}

.membership-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.membership-item {
    width: 25%;
    background: #f8f8f8;
    padding-top: 72px;
    padding-bottom: 42px;
    position: relative
}

.membership-item:first-child {
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px
}

.membership-item:last-child {
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0
}

/*@media only screen and (min-width: 1201px) {*/
/*    .membership-item:hover .membership-info, .membership-item:hover .membership-info li span, .membership-item:hover .membership-price, .membership-item:hover .membership-price p span, .membership-item:hover .membership-price span, .membership-item:hover .membership-title {*/
/*        color: #fff*/
/*    }*/

/*    .membership-item:hover .membership-btn a, .membership-item:hover .membership-btn p, .membership-item:hover .membership-btn span {*/
/*        color: #fff;*/
/*        border-color: #fff*/
/*    }*/
/*}*/

/*.membership-item:hover:after {*/
/*    opacity: 1*/
/*}*/

.membership-item:after {
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    bottom: -25px;
    right: -25px;
    background: #0001fe;
    opacity: 0;
    z-index: 2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.membership-title {
    text-align: center;
    color: #212121;
    position: relative;
    z-index: 3
}

.membership-title p {
    font: 100% mbold, sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.membership-price {
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 3
}

.membership-price p {
    font: 100% mbold, sans-serif;
    font-size: 28px
}

.membership-price p, .membership-price p span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.membership-price p span {
    font: 100% mmedium, sans-serif;
    font-size: 34px;
    color: #212121;
    position: relative;
    margin-left: 4px;
    margin-right: 2px;
    top: -1px
}

.membership-price span {
    font-size: 14px;
    color: #9fa3a7;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.membership-info {
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 3;
    margin-left: 10px
}

.membership-info li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    margin-bottom: 5px
}

.membership-info li:last-child {
    margin-bottom: 0
}

.membership-info li b {
    text-align: right;
    display: block;
    margin-right: 10px;
    width: 100px;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.membership-info li span {
    text-align: left;
    display: block;
    color: #9fa3a7;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-size: 13px
}

.membership-btn {
    text-align: center;
    margin-top: 51px;
    position: relative;
    z-index: 3
}

.membership-btn a, .membership-btn p, .membership-btn span {
    min-width: 144px;
    padding: 10px 20px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    border: 1px solid #9fa3a7;
    font: 100% mbold, sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #525252;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background .3s ease-in-out;
    -o-transition: color .3s ease-in-out, border-color .3s ease-in-out, background .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out, background .3s ease-in-out
}

.membership-btn a:hover {
    background: #fff;
    color: #0001fe !important;
    border-color: transparent
}

.mMembers .slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.mMembers-item {
    margin-left: 35px;
    margin-right: 35px
}

.mMembers-item a {
    display: block
}

.news-wrap-slider {
    margin-top: 40px
}

.news-wrap-slider.more-news {
    margin-top: 0
}

.news-img {
    font-size: 0;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    position: relative
}

.news-img a {
    display: block;
    position: relative;
    z-index: 2
}

.news-img a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.news-img a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 1, 254, .32)
}

.news-img a img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out
}

.news-item {
    width: 100%;
    max-width: 360px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    background: #f8f8f8;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    align-content: space-between
}

.news-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    left: 50px
}

.news-title {
    margin-bottom: 20px
}

.news-title a {
    text-decoration: none;
    color: #212121;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    line-height: 22px
}

.news-bottom {
    padding: 20px 25px 27px 20px;
    height: 200px;
    width: 100%;
    position: relative
}

.news-category {
    position: absolute;
    bottom: 27px;
    left: 20px
}

.news-category a {
    color: #9fa3a7;
    cursor: default;
    font: 100% mbold, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.mPartners {
    margin-top: 40px
}

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

.mPartners-item {
    width: 33.3%;
    padding-right: 50px
}

.mPartners-item h6 {
    font: 100% mlight, sans-serif;
    font-size: 40px;
    color: #4e4e4e
}

.mPartners-item p {
    font-size: 14px;
    color: #949494;
    margin-top: 26px;
    line-height: 24px
}

.section-bottom {
    margin-top: 111px
}

.subscribe {
    background: #0001fe;
    padding-top: 42px;
    padding-bottom: 42px
}

.subscribe-left p {
    display: inline-block;
    vertical-align: middle;
    font: 100% mbold, sans-serif;
    font-size: 28px;
    color: #fff;
    line-height: 1
}

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

.subscribeForm {
    margin-left: 40px;
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    position: relative
}

.subscribeForm label {
    position: absolute;
    top: -60px;
    left: 20px;
    color: red;
    font-size: 12px;
    background: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    -webkit-animation: e .5s;
    -o-animation: e .5s;
    animation: e .5s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.subscribeForm label:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: -25px;
    left: 3px;
    background: #fff;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, .8));
    filter: drop-shadow(0 4px 2px rgba(0, 0, 0, .8))
}

.subscribeForm-input input {
    width: 100%;
    max-width: 400px;
    height: 41px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    border: none;
    padding-left: 15px;
    font: 100% mregular, sans-serif;
    font-size: 14px
}

.subscribeForm-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px
}

.subscribeForm-btn input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    position: relative;
    z-index: 3;
    cursor: pointer
}

.subscribeForm-btn:after {
    content: "";
    background-image: url(../static/svg/arrow_left.svg?v=1);
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    z-index: 2
}

.social li a img {
    display: inline-block;
    vertical-align: middle
}

.footer-form {
    padding: 100px;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.footer-form, .footer-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-wrap {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch
}

.footer-form {
    width: 50%;
    background: #4e4e4e
}

.footer-map {
    width: 50%
}

.sendFooterForm {
    width: 100%;
    max-width: 430px
}

.sendFooterForm h6 {
    font: 100% mbold, sans-serif;
    font-size: 34px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 40px
}

.sendFooterForm label {
    position: absolute;
    bottom: -15px;
    left: 0;
    color: red;
    font-size: 12px
}

.sendFooterForm-btn {
    margin-top: 20px
}

.sendFooterForm-btn input {
    width: 170px;
    height: 50px;
    background: #0001fe;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    text-transform: uppercase;
    color: #fff;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out
}

.sendFooterForm-btn input:hover {
    background: #fff;
    color: #0001fe
}

.sendFooterForm-textarea {
    margin-top: 40px;
    position: relative
}

.sendFooterForm-textarea.error {
    color: red;
    border-color: red
}

.sendFooterForm-textarea textarea {
    width: 100%;
    background: #4e4e4e;
    border: none;
    font: 100% mregular, sans-serif;
    font-size: 14px;
    height: 100px;
    color: #fff;
    resize: none
}

.sendFooterForm-textarea textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.sendFooterForm-textarea textarea:-moz-placeholder, .sendFooterForm-textarea textarea::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.sendFooterForm-textarea textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.sendFooterForm-input {
    margin-bottom: 30px;
    position: relative
}

.sendFooterForm-input.error {
    color: red;
    border-color: red
}

.sendFooterForm-input input {
    width: 100%;
    height: 41px;
    border: none;
    border-bottom: 2px solid hsla(0, 0%, 100%, .7);
    background: #4e4e4e;
    font: 100% mregular, sans-serif;
    font-size: 14px;
    color: #fff;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out
}

.sendFooterForm-input input:focus {
    border-color: #fff
}

.sendFooterForm-input input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.sendFooterForm-input input:-moz-placeholder, .sendFooterForm-input input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.sendFooterForm-input input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

#map {
    width: 100%;
    height: 600px
}

.infoBlockMap {
    background: #0001fe;
    padding: 15px 30px;
    width: 100%;
    max-width: 265px;
    position: relative;
    margin-bottom: 26px
}

.infoBlockMap:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #0001fe;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}

.infoBlockMap-item {
    margin-bottom: 5px
}

.infoBlockMap-mail a {
    margin-left: 0 !important
}

.infoBlockMap-row {
    color: #fff
}

.infoBlockMap-row p {
    font-size: 12px
}

.infoBlockMap-row p b {
    font: 100% mbold, sans-serif;
    font-size: 12px
}

.infoBlockMap-row p b span {
    display: block
}

.infoBlockMap-row a {
    color: #fff;
    white-space: nowrap;
    font-size: 12px;
    display: inline-block;
    margin-left: 3px;
    text-decoration: none
}

.infoBlockMap-row a:hover {
    text-decoration: underline
}

.hidden {
    position: relative
}

.popup {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999
}

.popup.open .popup-contetn {
    -webkit-animation: a .5s 1 ease-in-out;
    -o-animation: a .5s 1 ease-in-out;
    animation: a .5s 1 ease-in-out;
    -webkit-transition: opacity 1s linear .3s;
    -o-transition: opacity 1s linear .3s;
    transition: opacity 1s linear .3s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.popup.close .popup-contetn {
    -webkit-animation: b .5s 1 ease-in-out;
    -o-animation: b .5s 1 ease-in-out;
    animation: b .5s 1 ease-in-out;
    -webkit-transition: opacity 1s linear .3s;
    -o-transition: opacity 1s linear .3s;
    transition: opacity 1s linear .3s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.popup-bg {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.popup-wrap {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    zoom: 101%
}

.popup-small {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center;
    font: 100% msemibold, sans-serif;
    font-size: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

.popup-close {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    background-image: url(../static/svg/menu_close.svg?v=1g)
}

.popup-close:hover {
    opacity: .5
}

.popup {
    display: none
}

.mission-wrap {
    margin-bottom: 60px
}

.mission-row, .mission-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch
}

.mission-row:nth-child(odd) {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.mission-row:nth-child(2n) {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.mission-item {
    width: 25%;
    font-size: 0
}

.mission-item img {
    width: 100%
}

.mission-item p {
    font: 100% mbold, sans-serif;
    font-size: 14px;
    margin-bottom: 50px
}

.mission-desc {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    height: 100%;
    background: #f5f5f5
}

.mission-desc ol, .mission-desc p, .mission-desc ul {
    color: #212121
}

.mission-blue {
    background: #0001fe
}

.mission-blue .mission-desc, .mission-blue p {
    color: #fff
}

.mission-desc ol li, .mission-desc ul li {
    font-size: 14px;
    line-height: 30px
}

.mission-desc {
    padding: 30px 5px 40px 30px
}

.mission-photo {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
    position: relative
}

.mission-photo:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 1, 254, .13)
}

.pdf {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch
}

.pdf, .pdf-dec {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.pdf-dec {
    width: 20%;
    background: #f5f5f5;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.pdf-info {
    margin-bottom: 60px;
    max-width: 880px
}

.pdf-info:last-child {
    margin-bottom: 0
}

.pdf-info h2 {
    padding-bottom: 30px
}

.pdf-info p {
    margin-bottom: 30px;
    color: #4e4e4e;
    font-size: 14px
}

.pdf-info a {
    text-decoration: none;
    text-transform: uppercase;
    color: #0001fe;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    display: inline-block;
    position: relative
}

.pdf-info a:hover:after {
    width: 100%
}

.pdf-info a:after {
    content: "";
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    position: absolute;
    height: 2px;
    bottom: 0;
    background: #0001fe;
    left: 0;
    width: 0
}

.dataAbout {
    font-size: 0
}

.dataAbout li {
    width: 25%;
    display: inline-block;
    vertical-align: top
}

.dataAbout li, .dataAbout li:first-child {
    text-align: left
}

.dataAbout li span {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 7.5px;
    color: #4e4e4e
}

.dataAbout li p {
    font: 100% mblack, sans-serif;
    font-size: 100px;
    color: #0001fe
}

.ourAchievements {
    margin-bottom: 125px;
    margin-left: -15px
}

.ourAchievements-list li {
    margin-bottom: 40px
}

.ourAchievements-list li:last-child {
    margin-bottom: 0
}

.ourAchievements-item {
    padding: 30px;
    background: #f8f8f8;
    width: 48%;
    position: relative;
    margin-right: 15px;
    margin-left: 15px
}

.ourAchievements-title {
    font: 100% mbold, sans-serif;
    font-size: 14px;
    color: #4e4e4e
}

.ourAchievements-desc {
    font-size: 14px;
    color: #4e4e4e;
    margin-top: 15px
}

.ourAchievements-link {
    margin-top: 20px
}

.businessProtection ul li a {
    position: relative
}

.businessProtection ul li a:hover:after {
    width: 100%
}

.businessProtection ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    background: #0001fe
}

.businessProtection-pdf a {
    position: relative
}

.businessProtection-pdf a:hover:after {
    width: 100%
}

.businessProtection-pdf a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    background: #0001fe
}

.ourAchievements-link a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    color: #4e4e4e;
    position: relative
}

.ourAchievements-link a:hover:after {
    width: 100%
}

.ourAchievements-link a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    background: #4e4e4e
}

.ourAchievements-link a:hover {
    text-decoration: none
}

.ourAchievements-ico {
    position: absolute;
    top: 30px;
    right: 30px
}

.gallery-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    left: 50px
}

.gallery-item {
    width: 100%;
    max-width: 360px;
    margin: 15px;
    margin-bottom: 60px
}

.gallery-desc {
    height: 200px;
    padding: 20px 25px;
    background: #f8f8f8;
    position: relative
}

.gallery-photo {
    font-size: 0;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    position: relative
}

.gallery-photo a {
    display: block;
    position: relative;
    z-index: 2
}

.gallery-photo a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery-photo a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 1, 254, .32)
}

.gallery-photo a img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out
}

.gallery-title a {
    font: 100% mbold, sans-serif;
    color: #212121;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none
}

.gallery-date {
    font: 100% mbold, sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    color: #9fa3a7;
    position: absolute;
    bottom: 27px;
    left: 25px
}

.pagination {
    font-size: 0;
    text-align: center
}

.pagination li {
    display: inline-block;
    margin: 0 5px
}

.pagination li.active span {
    font: 100% mblack, sans-serif;
    font-size: 21px;
    color: #0001fe
}

.pagination li a, .pagination li span {
    text-decoration: none;
    color: #4e4e4e;
    font-size: 20px;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    cursor: pointer
}

.pagination li a:hover {
    color: #0001fe
}

.team-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 60px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.team-title {
    font: 100% mbold, sans-serif;
    font-size: 24px;
    color: #4e4e4e
}

.team-photo {
    width: 100%;
    max-width: 340px;
    max-height: 312px;
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%)
}

.team-photo img {
    width: 100%
}

.team-right {
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 40px
}

.team-contact {
    margin-top: 25px;
    margin-bottom: 25px
}

.team-contact > p {
    font: 100% mmedium, sans-serif;
    font-size: 12px;
    color: #4e4e4e;
    margin-bottom: 10px
}

.team-contact a {
    display: inline-block;
    color: #4e4e4e;
    font-size: 12px;
    text-decoration: none
}

.team-desc {
    font-size: 12px;
    color: #383838
}

.allNews-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

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

.allNews-tabs li.active a {
    font: 100% mbold, sans-serif;
    font-size: 36px
}

.allNews-tabs li a {
    font: 100% mmedium, sans-serif;
    font-size: 36px;
    text-decoration: none;
    color: #4e4e4e
}

.allNews-filter {
    padding: 22px 0;
    margin-top: 45px;
    display: inline-block;
    font-size: 0
}

.allNews-filter > li {
    position: relative;
    display: inline-block;
    margin-right: 30px
}

.allNews-filter > li:last-child {
    margin-right: 0
}

.allNews-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    left: 50px
}

.allNews-container {
    margin-top: 45px
}

.allNews-container .news-bottom {
    position: relative
}

.allNews-container .news-item {
    margin-bottom: 60px
}

.allNews-container .news-img {
    max-height: 400px
}

.allNews-container .news-category {
    position: absolute;
    bottom: 30px;
    left: 20px
}

.allNews-container .news-category span {
    display: block;
    font: 100% mbold, sans-serif;
    font-size: 10px;
    color: hsla(214, 4%, 64%, .43)
}

.select__wrap::-webkit-scrollbar {
    background: transparent;
    width: 4px;
    position: absolute
}

.select__wrap::-webkit-scrollbar-track {
    background: #e0e7ee;
    position: absolute;
    z-index: -2
}

.select__wrap::-webkit-scrollbar-thumb {
    background: #4e4e4e
}

.select__wrap {
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    padding: 10px 0;
    z-index: 5;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e7ee;
    -webkit-transition: border-color .1s ease-in-out;
    -o-transition: border-color .1s ease-in-out;
    transition: border-color .1s ease-in-out;
    background: #fff
}

.select__dropdown li {
    font: 100% mregular, sans-serif;
    font-size: 14px;
    color: #4e4e4e;
    padding: 8px 18px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out
}

.select__dropdown li:hover {
    background: #e0e7ee
}

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

.select__current {
    display: inline-block;
    padding-right: 10px;
    font: 100% mregular, sans-serif;
    font-size: 14px;
    color: #445870
}

.select__head {
    display: inline-block;
    cursor: pointer;
    min-width: 196px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e7ee;
    height: 42px;
    padding: 11px 25px 11px 18px;
    font-size: 14px
}

.select__head.active svg {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.select__head svg {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 18px;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    -o-transition: -o-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out, -o-transform .1s ease-in-out
}

.newsOpen {
    margin-top: 100px
}

.newsOpen-wrap > p {
    font-size: 14px;
    color: #4e4e4e;
    margin-bottom: 15px
}

.newsOpen-wrap blockquote {
    margin-left: 45px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    font: 100% mitalic, sans-serif;
    font-size: 14px;
    line-height: 22px;
    max-width: 90%
}

.newsOpen-date {
    margin-top: 60px;
    margin-bottom: 30px;
    font: 100% mbold, sans-serif;
    font-size: 12px;
    color: #9fa3a7;
    letter-spacing: 3px;
    text-transform: uppercase
}

.newsOpen-photo {
    position: relative;
    font-size: 0
}

.newsOpen-photo:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 1, 254, .52)
}

.newsOpen-photo-label {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 25px 40px;
    z-index: 2;
    background: hsla(0, 0%, 100%, .78);
    font: 100% mbold, sans-serif;
    font-size: 24px;
    line-height: 31px;
    color: #5b5b5b
}

.newsOpen-photo-label h5 {
    max-width: 70%
}

.newsOpen-photo img {
    width: 100%
}

.galleryOpen {
    margin-top: 85px
}

.galleryOpen-item {
    display: block;
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    position: relative;
    font-size: 0;
    overflow: hidden;
    margin: 15px
}

.galleryOpen-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-image: url(../static/svg/loupe.svg?v=1);
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.galleryOpen-item:hover:before {
    opacity: 1
}

.galleryOpen-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.galleryOpen-item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 1, 254, .32)
}

.galleryOpen-item img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out
}

.title {
    margin-top: -25px;
    font-size: 14px;
    color: #4e4e4e;
    max-width: 60%
}

.boardDirectors {
    margin-top: 100px
}

.boardDirectors.founders {
    margin-top: 0
}

.boardDirectors-wrap {
    font-size: 0
}

.boardDirectors-item {
    display: inline-block;
    font-size: 0;
    width: 33.33%;
    position: relative;
    overflow: hidden
}

.boardDirectors-item:hover .boardDirectors-hover {
    opacity: 1
}

.boardDirectors-item:hover .boardDirectors-hover p, .boardDirectors-item:hover .boardDirectors-hover span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.boardDirectors-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 1, 254, .13)
}

.boardDirectors-item img {
    width: 100%;
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%)
}

.boardDirectors-hover {
    position: absolute;
    padding-bottom: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 1, 254, .75);
    text-align: center;
    color: #fff;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-transition: opacity .5s ease, -webkit-transform .3s ease-in-out;
    transition: opacity .5s ease, -webkit-transform .3s ease-in-out;
    -o-transition: opacity .5s ease, -o-transform .3s ease-in-out;
    transition: opacity .5s ease, transform .3s ease-in-out;
    transition: opacity .5s ease, transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
    opacity: 0
}

.boardDirectors-hover p {
    font: 100% mbold, sans-serif;
    font-size: 24px;
    margin-bottom: 18px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
    opacity: 0
}

.boardDirectors-hover span {
    display: block;
    opacity: 0;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .5s ease-in-out;
    -o-transition: opacity .3s ease-in-out, -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, opacity .3s ease-in-out;
    transition: transform .5s ease-in-out, opacity .3s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out
}

.join-wrap {
    max-width: 820px;
    margin: 0 auto
}

.join-num {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.join-num p {
    font: 100% mbold, sans-serif;
    font-size: 427px;
    color: #eee;
    z-index: 1
}

.join-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 80px
}

.join-row:last-child {
    margin-bottom: 0
}

.join-row:nth-child(odd) {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.join-row:nth-child(odd) .join-right > p {
    padding-left: 80px
}

.join-row:nth-child(odd) .join-num {
    right: 20px
}

.join-row:nth-child(2n) {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.join-row:nth-child(2n) .join-right > p {
    text-align: right;
    padding-right: 80px
}

.join-row:nth-child(2n) .join-num {
    left: -50px
}

.join-right {
    width: 100%;
    max-width: 400px;
    position: relative
}

.join-right > p {
    font-size: 22px;
    line-height: 32px;
    color: #212121;
    position: relative;
    z-index: 2
}

.join-img {
    position: relative;
    max-width: 400px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    font-size: 0;
    z-index: 3
}

.join-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 1, 254, .32)
}

.joinWhy {
    font-size: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.joinWhy li {
    width: 30%;
    vertical-align: top;
    padding-right: 60px;
    margin-bottom: 50px
}

.joinWhy li p {
    font-size: 20px;
    color: #4e4e4e;
    margin-top: 20px;
    line-height: 28px
}

.businessProtection ul {
    font-size: 0
}

.businessProtection ul li {
    display: inline-block;
    margin-right: 5px
}

.businessProtection ul li a {
    text-decoration: none;
    font: 100% mbold, sans-serif;
    font-size: 20px;
    color: #0001fe
}

.businessProtection p {
    font-size: 20px;
    line-height: 34px;
    color: #4e4e4e;
    margin-bottom: 25px;
    max-width: 90%
}

.businessProtection p a {
    text-transform: uppercase;
    color: #0001fe;
    text-decoration: none
}

.businessProtection p a:hover {
    text-decoration: underline
}

.businessProtection-bottom {
    margin-top: 80px
}

.businessProtection-bottom > div {
    display: inline-block;
    margin-right: 56px;
    vertical-align: middle
}

.businessProtection-bottom > div:last-child {
    margin-right: 0
}

.businessProtection-pdf a {
    font: 100% mbold, sans-serif;
    font-size: 14px;
    color: #0001fe;
    text-transform: uppercase;
    text-decoration: none
}

.committees-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    left: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.committees-item {
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
    margin: 0 15px 60px;
    height: 232px;
    background: #f8f8f8;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 40px 11px;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.committees-item:hover {
    background: #0001fe
}

.committees-item img {
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    -o-transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out
}

.committees-item:hover a {
    color: #fff
}

.committees-item:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.committees-item:hover .committeesList li {
    color: #fff
}

.committees-item a {
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    color: #212121;
    line-height: 22px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.committees-item a:hover span {
    text-decoration: underline
}

.committees-item a svg, .committees-item a svg g, .committees-item a svg mask, .committees-item a svg path {
    fill: #0001fe;
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.committees-item a span {
    padding-left: 15px
}

.committeesList {
    padding-left: 50px;
    margin-top: 25px;
    padding-right: 25px
}

.committeesList li {
    display: block;
    color: #212121;
    font-size: 13px;
    margin-bottom: 2px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.committeesList li span {
    display: inline;
    margin-left: 3px
}

.committeesOpen {
    margin-top: 71px
}

.committeesOpen-category {
    font-size: 0
}

.committeesOpen-category svg {
    display: inline-block;
    vertical-align: top
}

.committeesOpen-category h3 {
    padding-left: 30px;
    font: 100% mbold, sans-serif;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    max-width: 50%
}

.committeesOpen-list {
    font-size: 0;
    margin-top: 60px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.committeesOpen-list li {
    width: 30%;
}

.committeesOpen-title {
    color: #fff;
    margin-bottom: 30px
}

.committeesOpen-title span {
    display: block;
    font: 100% mbold, sans-serif;
    font-size: 14px
}

.committeesOpen-info {
    color: #fff
}

.committeesOpen-info p {
    font: 100% mbold, sans-serif;
    font-size: 14px
}

.committeesOpen-info span {
    display: block;
    font-size: 14px
}

.committeesOpen-info a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #fff
}

@media only screen and (max-width: 1440px) {
    .home-content {
        margin-top: 100px
    }

    .right-menu {
        min-width: 370px;
        padding-left: 50px;
        right: -370px
    }
}

@media only screen and (max-width: 1400px) {
    .allNews-wrap, .committees-wrap, .gallery-wrap {
        left: 20px
    }

    .mission-dec {
        width: 15%
    }

    .container, .news-container {
        left: 20px
    }

    .sendFooterForm {
        max-width: 460px
    }
}

@media only screen and (max-width: 1300px) {
    .gallery-item {
        max-width: 320px
    }

    .mission-info {
        padding-right: 40px
    }

    .allNews-wrap, .committees-wrap, .container, .gallery-wrap, .news-container {
        max-width: 1050px
    }

    .news-item {
        max-width: 320px
    }

    .membership-item {
        width: 24%
    }

    .home-content h1 {
        font-size: 36px;
        line-height: 50px
    }

    h2 {
        font-size: 36px
    }

    .sendFooterForm {
        max-width: 390px
    }

}

@media only screen and (max-width: 1200px) {
    .gallery-wrap {
        left: 0;
        padding-left: 5px
    }

    .gallery-item {
        margin: 10px;
        margin-bottom: 50px
    }

    .ourAchievements {
        max-width: 900px;
        margin: 0 auto;
        margin-bottom: 100px
    }

    .mission-item {
        width: 50%
    }

    .mission-desc {
        height: 50%;
        padding: 30px
    }

    body.open {
        padding-right: 0
    }

    .container {
        left: 0
    }

    .burger {
        right: 15px
    }

    .footer-form {
        padding: 70px;
        padding-left: 15px
    }

    .sendFooterForm {
        max-width: 100%
    }

    .membership-item {
        width: 25%
    }

    .news-container {
        left: 0
    }

    .news-item {
        margin-left: 0;
        margin-right: 0
    }

    .doings-left {
        max-width: 596px
    }

    #map {
        height: 548px
    }

    .news-block {
        margin-left: 10px;
        margin-right: 10px
    }

    .news-container {
        max-width: 900px
    }

    .btn-blue a:hover, .sendFooterForm-btn input:hover {
        background: #0001fe;
        color: #fff
    }

    /*.membership-item:hover:after {*/
    /*    opacity: 0*/
    /*}*/

    /*.membership-item:hover .membership-info li span, .membership-item:hover .membership-price span {*/
    /*    color: #9fa3a7*/
    /*}*/

    .news-img a:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .news-category a:hover {
        color: #9fa3a7
    }

    .doingsContent-item:hover img {
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        transform: scale(1) !important
    }

}

@media only screen and (max-width: 1020px) {
    .team-right {
        padding-left: 20px
    }

    .gallery-wrap {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-left: 0
    }

    .gallery-item {
        max-width: 355px
    }

    .ourAchievements {
        padding-left: 50px;
        padding-right: 50px
    }

    .dataAbout li {
        width: 50%;
        margin-bottom: 20px
    }

    .mission-dec {
        display: none
    }

    .mission-info {
        padding-right: 0
    }

    .mission-desc p {
        margin-bottom: 15px
    }

    .mission-desc {
        padding: 20px
    }

    .subscribe-right {
        width: 100%;
        text-align: center;
        margin-top: 40px
    }

    .news-container {
        max-width: 650px
    }

    .news-title a {
        font-size: 14px
    }

    .doings-wrap {
        -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .doingsTabs__mounth {
        margin-top: 20px
    }

    .why-block {
        margin-bottom: 40px
    }

    .doings-left {
        max-width: 100%
    }

    .doingsContent-item {
        margin: 20px
    }

    .doingsContent .slick-dots {
        text-align: center
    }

    .doingsContent .slick-dots li:last-child {
        margin-right: 0
    }

    .doingsContent {
        display: block;
        margin: 0 auto
    }

    .doings-right {
        max-width: 100%;
        padding: 30px
    }

    .doings-wrap, .doingsContent-layer {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .doingsTabs__mounth li {
        width: 20%
    }

    .doingsTabs__mounth li a {
        line-height: 40px
    }

    .section {
        margin-top: 50px;
        margin-bottom: 50px
    }

    h2 {
        padding-bottom: 30px
    }

    .why-list {
        padding-left: 5px
    }

    .why-list li {
        width: 50%;
        margin-bottom: 20px
    }

    .why-list li p {
        max-width: 80%
    }

    .why-join, .why-number {
        font-size: 0
    }

    .why-join li, .why-number li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .membership-item {
        width: 50%
    }

    .membership-info li {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        left: -30px
    }

    .membership-info {
        text-align: center;
        margin-left: 0
    }
}

@media only screen and (max-width: 750px) {
    .team-right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px
    }

    .team-item {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .dataAbout li p {
        font-size: 130px
    }

    .dataAbout li span {
        font-size: 14px;
        line-height: 22px
    }

    .mission-desc {
        height: auto
    }

    .mission-wrap {
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 30px
    }

    .mission-row, .mission-wrap {
        display: block
    }

    .mission-item {
        width: 100%
    }

    .subscribe-left p {
        display: block;
        width: 100%;
        text-align: center
    }

    .subscribe-wrap {
        display: block
    }

    .subscribeForm {
        display: block;
        margin: 0 auto;
        margin-top: 20px
    }

    .social li:first-child {
        margin-left: 0
    }

    .subscribe-right {
        margin-top: 20px
    }

    .home-content h1 {
        font-size: 32px;
        line-height: 35px
    }

    .header-logo {
        max-width: 200px
    }

    .burger {
        top: 15px
    }

    .header-language li:first-child:after, .header-language li a {
        font-size: 14px
    }

    .home {
        min-height: unset;
    }

    .home-content {
        margin-top: 70px;
        padding-bottom: 40px
    }

    .doingsTabs__mounth li {
        width: 30%
    }

    .mPartners-item {
        width: 50%;
        padding-right: 30px;
        margin-bottom: 20px
    }

    .footer-wrap {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .footer-form {
        width: 100%;
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .footer-map {
        width: 100%
    }

    .news-container {
        max-width: 340px
    }

    .membership-info li span {
        white-space: nowrap
    }
}

@media only screen and (max-width: 500px) {
    .gallery-title a {
        font-size: 14px
    }

    .ourAchievements-list li, .pdf-info p {
        margin-bottom: 20px
    }

    .pdf-info p {
        font-size: 14px
    }

    .pdf-info h2 {
        font-size: 24px;
        padding-bottom: 20px
    }

    .pdf-info a {
        font-size: 14px
    }

    .ourAchievements-item {
        padding: 15px
    }

    .ourAchievements-title {
        font-size: 14px
    }

    .gallery-date {
        font-size: 10px;
        left: 10px
    }

    .gallery-desc {
        padding-left: 10px;
        padding-right: 10px
    }

    .gallery-item {
        margin-bottom: 30px
    }

    .ourAchievements-ico {
        top: 15px;
        right: 15px
    }

    .ourAchievements-desc {
        font-size: 12px
    }

    .ourAchievements {
        padding-left: 0;
        padding-right: 0
    }

    .ourAchievements-item {
        margin-left: 0;
        margin-right: 0
    }

    .ourAchievements .arrow-next, .ourAchievements .arrow-prev {
        top: auto;
        bottom: -50px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .ourAchievements .arrow-prev {
        left: 0
    }

    .ourAchievements .arrow-next {
        right: 0
    }

    .dataAbout li {
        width: 100%
    }

    .mission-desc {
        padding: 15px
    }

    .mission-info p {
        font-size: 14px;
        margin-bottom: 20px
    }

    .header-language {
        margin-right: 10px
    }

    .mission-info {
        margin-bottom: 30px
    }

    .header-logo {
        max-width: 150px
    }

    .mission-info h2 {
        padding-bottom: 20px
    }

    .mission-info a {
        font-size: 14px
    }

    .burger {
        top: 7px
    }

    .menu > li > a, .menu > li > p {
        font-size: 26px
    }

    .right-menu {
        min-width: 300px;
        padding-left: 15px
    }

    .home-content h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .section {
        margin-top: 30px;
        margin-bottom: 30px
    }

    h2 {
        font-size: 30px;
        padding-bottom: 20px
    }

    .home-content p {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .doingsTabs__mounth li {
        width: 50%
    }

    .doings-right {
        padding: 20px
    }

    .doingsContent-item {
        margin: 10px
    }

    .doingsContent .slick-dots {
        top: 0
    }

    .doingsContent-text span {
        font-size: 36px
    }

    .why-list li {
        width: 100%;
        font-size: 14px
    }

    .why-list li p {
        max-width: 100%;
        font-size: 14px
    }

    .why-number span {
        font-size: 36px
    }

    .why-join p, .why-number p {
        font-size: 14px
    }

    .news-wrap-slider {
        margin-top: 20px
    }

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

    .arrow-prev {
        left: 10px;
        z-index: 20
    }

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

    .arrow-next {
        right: 10px;
        z-index: 20
    }

    .news-bottom {
        padding: 15px
    }

    .news-title a {
        font-size: 14px;
        line-height: 18px
    }

    .mPartners-item {
        width: 100%
    }

    .news-title {
        margin-bottom: 15px
    }

    .why-list {
        margin-top: 30px
    }

    .membership-item, .why-join li {
        width: 100%
    }

    .mPartners-item p {
        margin-top: 15px
    }

    .mPartners-item h6 {
        font-size: 36px
    }

    .section-bottom {
        margin-top: 50px
    }

    .subscribe-left p {
        font-size: 26px
    }

    .sendFooterForm h6 {
        font-size: 36px
    }

    .membership-item {
        padding-top: 40px;
        padding-bottom: 30px;
        margin-bottom: 20px
    }

    .close-menu {
        width: 30px;
        height: 30px;
        top: 20px;
        right: 20px
    }

    .right-menu {
        padding-top: 45px
    }

    .menu > li {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .team-item {
        margin-bottom: 30px
    }

    .team-right {
        padding-top: 10px
    }

    .team-contact {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .team-contact > p {
        margin-bottom: 5px
    }

    .team-title {
        font-size: 20px
    }
}

@media only screen and (max-width: 400px) {
    .team-photo {
        max-width: 100%;
        overflow: hidden
    }

    .header {
        padding-top: 20px
    }

    .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .burger {
        width: 30px;
        height: 20px;
        right: 10px;
        top: 11px
    }

    .header-right {
        padding-right: 44px
    }

    h2 {
        font-size: 24px
    }

    .why-join p, .why-number p {
        font-size: 14px;
        line-height: 20px
    }

    .mPartners-item h6 {
        font-size: 26px
    }

    .tdu:after {
        width: 200px
    }

    .membership-item {
        padding-top: 30px;
        padding-bottom: 20px
    }

    .mPartners-item p {
        margin-top: 10px
    }

    .subscribe {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .subscribe-left p {
        font-size: 23px
    }

    .sendFooterForm h6 {
        font-size: 30px;
        margin-bottom: 2px
    }
}

@media only screen and (max-width: 350px) {
    .header-language li a {
        font-size: 12px
    }

    .header-language li:first-child:after {
        font-size: 12px;
        position: relative;
        right: -7px
    }

    .header-right {
        padding-right: 35px
    }

    .header-language li {
        margin-right: 14px
    }

    .home-content h1 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 15px
    }

    .home-content {
        margin-top: 45px;
        padding-bottom: 35px
    }

    .why-number li {
        width: 100%
    }

    .why-number span {
        font-size: 30px
    }

    .why-number p {
        margin-top: 5px
    }

    .doingsContent-item {
        margin: 10px 0
    }
}

@font-face {
    font-family: mitalic;
    src: url(../fonts/mitalic/Montserrat-Italic.eot?v=1);
    src: url(../fonts/mitalic/Montserrat-Italic.eot?iefix?v=1) format("eot"), url(../fonts/mitalic/Montserrat-Italic.woff?v=1) format("woff"), url(../fonts/mitalic/Montserrat-Italic.ttf?v=1) format("truetype");
    font-style: normal
}

@keyframes a {
    0% {
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        transform: translateY(200px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.slide_top {
    -webkit-animation: a 1s 1 ease-in-out;
    -o-animation: a 1s 1 ease-in-out;
    animation: a 1s 1 ease-in-out
}

.slide_down, .slide_top {
    -webkit-transition: opacity 1s linear .3s;
    -o-transition: opacity 1s linear .3s;
    transition: opacity 1s linear .3s
}

.slide_down {
    -webkit-animation: g 1s 1 ease-in-out;
    -o-animation: g 1s 1 ease-in-out;
    animation: g 1s 1 ease-in-out
}

@keyframes b {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

.datepicker-wrap {
    height: 42px;
    width: 307px;
    border: 1px solid #e0e7ee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: border-color .1s ease-in-out;
    -o-transition: border-color .1s ease-in-out;
    transition: border-color .1s ease-in-out
}

.datepicker-wrap:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 18px;
    width: 11px;
    height: 8px;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    background-position: 50%;
    background-image: url(../static/svg/arrow_select.svg);
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    -o-transition: -o-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out, -o-transform .1s ease-in-out
}

.datepicker-wrap.active {
    border-color: #0001fe
}

.datepicker-wrap.active:after {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.datepicker-wrap input {
    overflow: hidden;
    background: transparent;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    padding: 11px 25px 11px 18px;
    font: 100% mregular, sans-serif;
    font-size: 14px;
    color: #445870
}

.datepicker-wrap input::-webkit-input-placeholder {
    font-size: 14px;
    color: #445870
}

.datepicker-wrap input:-moz-placeholder {
    font-size: 14px;
    color: #445870
}

.datepicker-wrap input:-ms-input-placeholder {
    font-size: 14px;
    color: #445870;
    opacity: 1
}

.flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
    display: none
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.inline, .flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: c .3s cubic-bezier(.23, 1, .32, 1);
    -o-animation: c .3s cubic-bezier(.23, 1, .32, 1);
    animation: c .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: -webkit-calc(100% + 2px);
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after, .flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9);
    height: 28px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    margin-bottom: 15px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    line-height: 16px;
    height: 28px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-next-month.disabled, .flatpickr-months .flatpickr-prev-month.disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
    -webkit-transition: fill .1s;
    -o-transition: fill .1s;
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input, .numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font: 100% msemibold, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #90a1b5;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 6.16px 0 0;
    line-height: 1;
    height: 28px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.flatpickr-current-month span.cur-month {
    display: inline-block;
    margin-left: .5ch;
    text-transform: uppercase;
    padding: 0;
    vertical-align: middle
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
    width: 4ch;
    width: 7ch \0;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font: 100% msemibold, sans-serif;
    font-size: 16px;
    line-height: inherit;
    height: auto;
    border: 0;
    vertical-align: middle;
    -webkit-border-radius: 0;
    border-radius: 0
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, .5);
    background: transparent;
    pointer-events: none
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    font: 100% msemibold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    color: rgba(0, 0, 0, .54);
    line-height: 1;
    color: #9fa0a4;
    margin: 0;
    text-align: center;
    display: block;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 307.875px;
    font: 100% mregular, sans-serif;
    font-size: 14px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus, .flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
    background: #0001fe;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #0001fe
}

.flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.flatpickr-day.inRange {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, .3);
    background: transparent;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, .1)
}

.flatpickr-day.week.selected {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    display: inline-block;
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, .3);
    background: transparent;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
    height: inherit;
    display: inline-block;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
    background: #f3f3f3
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.popup {
    overflow-y: auto
}

.joinPopup {
    margin-bottom: 50px
}

.registration {
    width: 975px;
    margin: 0 auto;
    margin-bottom: 50px
}

.registration__wrap {
    padding-top: 60px;
    padding-bottom: 60px
}

.registration__step {
    display: none
}

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

.registration-counter, .registration-title {
    text-align: center;
    font: 100% mbold, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #4e4e4e
}

.registration-counter {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 40px
}

.registration-counter span {
    color: #0001fe;
    margin-right: 5px
}

.registration__container {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 40px
}

.registration-desc {
    text-align: center;
    font-size: 14px;
    color: #0001fe;
    margin-bottom: 30px
}

.registration__btn-submit.sendFooterForm-btn {
    margin: 0
}

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

.registration__btn-group button {
    margin: 0
}

.registration__btn-next {
    margin: 0 auto
}

.registration__btn a {
    line-height: 50px;
    display: block;
    text-align: center;
    padding-top: 15px;
    text-decoration: none
}

.registration__btn a, .registration__btn button, .registration__btn input[type=submit] {
    width: 170px;
    height: 50px;
    background: #0001fe;
    color: #fff;
    font: 100% mbold, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    cursor: pointer;
    letter-spacing: 1px;
    border: 2px solid #0001fe;
    display: block;
    -webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background .2s ease-in-out;
    transition: color .2s ease-in-out, background .2s ease-in-out;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}

.registration__btn a:hover, .registration__btn button:hover, .registration__btn input[type=submit]:hover {
    background: #fff;
    color: #0001fe
}

.registration__radio-list .registration__radio_elem {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 35px
}

.registration__radio-list .registration__radio_elem label {
    margin-right: 0
}

.registration__radio-list .registration__radio_elem label:before {
    position: absolute;
    left: -39px
}

.registration__radio-list .registration__radio_elem label:after {
    left: -34px;
    top: 3px
}

.registration__radio-list .registration__radio_elem:last-child {
    margin-bottom: 0
}

.registration__radio-block {
    margin-bottom: 30px;
    position: relative
}

.registration__radio_elem {
    font-size: 0;
    display: inline-block
}

.registration__radio_elem.error span {
    color: red;
    position: absolute;
    bottom: -15px;
    display: block;
    font-size: 12px
}

.registration__radio_elem input {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 0
}

.registration__radio_elem label {
    font-size: 14px;
    color: #949494;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
    margin-right: 15px
}

.registration__radio_elem label:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    width: 20px;
    margin-right: 10px;
    height: 20px;
    border: 2px solid #949494;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.registration__radio_elem label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent
}

.registration__radio_elem input:checked + label:before {
    border-color: #0001fe
}

.registration__radio_elem input:checked + label:after {
    background: #0001fe
}

.registration__radio-title {
    font: 100% mbold, sans-serif;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 20px;
    margin-bottom: 30px
}

.registration__radio-title span {
    display: block;
    font: 100% mregular, sans-serif;
    font-size: 16px
}

.registration__input {
    margin-bottom: 30px;
    position: relative
}

.registration__input p {
    font-size: 10px;
    color: #4e4e4e;
    margin-bottom: 3px;
    padding-left: 30px
}

.registration__input.error input {
    border-color: red
}

.registration__input.error span {
    color: red;
    position: absolute;
    bottom: -15px;
    display: block;
    font-size: 12px
}

.registration__input input[type=number]::-webkit-inner-spin-button, .registration__input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.registration__input input {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    background: #f8f8f8;
    font: 100% mregular, sans-serif;
    font-size: 14px;
    height: 42px;
    border: 1px solid transparent
}

.registration__input input:focus {
    border-color: #0001fe
}

.popup-close {
    z-index: 5
}

.registrationEvent {
    width: 974px;
    margin: 0 auto;
    padding: 50px;
    background: #fff;
    position: relative
}

.registrationEvent-form {
    max-width: 450px;
    margin: 0 auto
}

.registrationEvent-submit {
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    width: 240px;
    height: 50px
}

.registrationEvent-submit.active:after, .registrationEvent-submit.active:before {
    display: block
}

.registrationEvent-submit:before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 10;
    -webkit-border-radius: 10em;
    border-radius: 10em
}

.registrationEvent-submit:after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-image: url(../static/page-loader.gif?v=1);
    -webkit-background-size: cover;
    background-size: cover
}

.registrationEvent-submit input {
    -webkit-border-radius: 10em;
    border-radius: 10em;
    border: 2px solid #0001fe;
    width: 240px;
    height: 50px;
    background: #0001fe;
    color: #fff;
    font: 100% mbold, sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out, color .2s ease;
    -o-transition: background .2s ease-in-out, color .2s ease;
    transition: background .2s ease-in-out, color .2s ease
}

.registrationEvent-submit input:hover {
    background: #fff;
    color: #0001fe
}

.registrationEvent-title {
    text-align: center;
    font: 100% mbold, sans-serif;
    font-size: 16px;
    color: #4e4e4e;
    margin-bottom: 50px
}

.registrationEvent label {
    position: absolute;
    bottom: -13px;
    color: red;
    left: 0;
    font-size: 12px
}

.popup-contetn > p {
    font: 100% mbold, sans-serif;
    font-size: 24px;
    color: #696969
}

.popup-small {
    width: 974px;
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.popup-small p {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px
}

.select__head.active {
    border-color: #0001fe
}

#registration_region, #committees-join__select {
    position: relative
}

#registration_region .select__head, #committees-join__select .select__head {
    max-width: 100%;
    width: 100%;
    background: #f8f8f8;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 30px;
    padding-left: 30px
}

#registration_region .select__current, #committees-join__select .select__current {
    font-size: 14px;
    color: #4e4e4e
}

.members-form {
    margin-top: 30px
}

.members-form:first-child {
    margin-top: 0
}

.members-form h2 {
    padding-bottom: 40px
}

.members-input {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 30px;
    min-width: 187px
}

.members-input input {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: none
}

.members-input label {
    font-size: 14px;
    color: #949494;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer
}

.members-input label:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    width: 19px;
    margin-right: 13px;
    height: 19px;
    border: 1px solid #949494;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.members-input input:checked + label:before {
    background: #0001fe;
    border-color: #0001fe
}

.members-content {
    margin-top: 40px
}

.members-item {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 30px
}

.members-item a {
    display: block
}

.members-item a img {
    max-width: 140px
}

body.error-page.open {
    padding-right: 0
}

.error.section-home:after {
    background: rgba(44, 44, 44, .8)
}

.error-wrap {
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.error-wrap p {
    font: 100% mblack, sans-serif;
    font-size: 170px;
    color: #fff
}

.error-wrap span {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: -10px
}

.error-wrap .btn {
    margin-top: 60px
}

.error-wrap .btn a {
    width: 230px
}

.contactsCity-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
    padding-right: 10px
}

.contactsCity-photo {
    position: relative;
    font-size: 0;
    width: 60%
}

.contactsCity-photo img {
    width: 100%
}

.contactsCity-photo:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 1, 254, .32)
}

.contactsCity-title {
    font: 100% mblack, sans-serif;
    font-size: 70px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.contactsCity__info {
    width: 40%;
    position: relative;
    background: #f5f5f5;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.contactsCity__info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.contactsCity__info-item {
    margin-bottom: 30px;
    padding-left: 47px;
    padding-right: 40px
}

.contactsCity__info-item:last-child {
    margin-bottom: 0
}

.contactsCity__info-item a {
    text-decoration: none
}

.contactsCity__info-item a, .contactsCity__info-item p {
    color: #4e4e4e;
    font: 100% mbold, sans-serif;
    font-size: 14px
}

.contactsCity__info-item p {
    display: block
}

.contactsCity__info-item p a {
    color: #4e4e4e;
    text-decoration: none;
    margin-left: 3px
}

.contactsAnotherTowns {
    margin-top: 30px
}

.contactsAnotherTowns-img {
    width: 100%;
    position: relative;
    font-size: 0;
    max-height: 400px;
    overflow: hidden
}

.contactsAnotherTowns-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 1, 254, .32)
}

.contactsAnotherTowns-img img {
    width: 100%
}

.contactsAnotherTowns-name {
    font: 100% mbold, sans-serif;
    font-size: 14px;
    color: #212121
}

.contactsAnotherTowns-title {
    font: 100% mblack, sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.contactsAnotherTowns-info {
    margin-top: 20px
}

.contactsAnotherTowns-info p {
    font-size: 14px;
    color: #4e4e4e
}

.contactsAnotherTowns-info p a {
    text-decoration: none;
    color: #4e4e4e;
    margin-left: 3px
}

.openEvents {
    margin-top: 20px
}

.openEvents.user__2 .openEvents__user-img {
    width: 200px;
    height: 200px
}

.openEvents.user__2 .openEvents__user-desc p {
    font-size: 22px;
    margin-top: 10px
}

.openEvents.user__2 .openEvents__user-desc span {
    font-size: 14px
}

.openEvents.user__2 .openEvents__user-desc {
    margin-top: 15px
}

.openEvents:first-child {
    margin-top: 0
}

.openEvents-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%
}

.openEvents-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 1, 254, .52)
}

.openEvents__info {
    position: relative;
    padding-left: 70px;
    padding-bottom: 70px;
    margin-top: 180px;
    z-index: 2;
    width: 60%
}

.openEvents__info-title {
    font: 100% mbold, sans-serif;
    font-size: 26px;
    color: #fff;
    margin-bottom: 60px
}

.openEvents__info-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 60px
}

.openEvents__info-list p {
    font: 100% mbold, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 33px
}

.openEvents__info-list span {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 3px
}

.openEvents__info-list span:last-child {
    margin-bottom: 0
}

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

.openEvents__user {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    background: #f5f5f5;
    width: 40%
}

.user__multiple .slick-dots {
    position: relative;
    top: 0;
}

.user__multiple .slick-dots li {
    display: inline-block;
    line-height: 1;
    margin: 0;
    margin: 0 10px;
    width: auto;
    padding: 0
}

.user__multiple .slick-dots li.slick-active button {
    background: #0001fe
}

.user__multiple .slick-dots li button {
    font-size: 0;
    border: none;
    width: 13px;
    height: 13px;
    margin: 0;
    -webkit-transition: background .4s ease-in-out;
    cursor: pointer;
    background: #999
}

.openEvents__user-block {
    margin-bottom: 30px
}

/*.openEvents__user-block:last-child {*/
/*    margin-bottom: 0*/
/*}*/

.openEvents__user-desc {
    margin-top: 25px;
    text-align: center;
    color: #4e4e4e
}

.openEvents__user-desc p {
    margin-bottom: 3px;
    font: 100% mbold, sans-serif;
    font-size: 26px
}

.openEvents__user-desc span {
    display: block;
    letter-spacing: 5px;
    font-size: 14px
}

.openEvents__user-img {
    margin: 0 auto;
    width: 280px;
    height: 280px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #646464;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    overflow: hidden
}

.openEvents__user-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.mMembers-item a img {
    max-width: 200px
}

.btn.btn-white {
    font-size: 0
}

.btn.btn-white a {
    background: #fff;
    display: inline-block;
    color: #0001fe;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    height: 42px;
    -webkit-border-radius: 10em;
    border-radius: 10em
}

.btn.btn-white a:hover {
    background: #0001fe;
    color: #fff
}

.btn-blue a {
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}

.btn-blue a:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

/*.formJoin-radio li label {*/
/*    cursor: pointer*/
/*}*/

.doingsContent-btn a {
    position: relative
}

.projects-block {
    margin-bottom: 100px
}

.projects-block:last-child {
    margin-bottom: 0
}

.projects-desc p {
    font-size: 14px;
    color: #4e4e4e;
    max-width: 70%
}

.projects-container h3 {
    font: 100% mbold, sans-serif;
    font-size: 28px;
    color: #4e4e4e;
    margin-bottom: 60px
}
.projects-left__link{
    width: calc(50% - 30px);
    margin: 0 15px 15px;
}
.projects-item {
    width: 100%;
    /*max-width: 360px;*/
}

.projects-left {
    width: calc(100% + 30px);
    /*max-width: 765px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;


}
.projects-left_sb{
    /*-webkit-box-pack: justify;*/
    /*-webkit-justify-content: space-between;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between*/
}
.projects-left_sb .projects-left__link{
    width: calc(33% - 30px);
    max-width: 100%;
}

.projects-right {
    width: 100%;
    max-width: 360px;
    height: 488px;
    background: #0001fe
}

.projects-right h5 {
    font: 100% mblack, sans-serif;
    font-size: 26px;
    color: #fff;
    padding: 45px 45px 0
}

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

.projects-container {
    margin-top: 60px
}

.projects-pdf {
    margin-top: 40px
}

.projects-pdf a {
    text-transform: uppercase;
    color: #0001fe;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    text-decoration: none
}

.projects-pdf a:hover {
    text-decoration: underline
}

.projectsCompany-img {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    position: relative;
    font-size: 0
}

.projectsCompany-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 1, 254, .32)
}

.projectsCompany-img img {
    width: 100%
}

.projectsCompany-title {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font: 100% mblack, sans-serif;
    font-size: 28px;
    color: #fff;
    width: 100%;
    text-align: center
}

.projectsCompany-title p {
    width: 100%
}

.projectsCompany-name {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: 88px;
    background: #f5f5f5;
    padding-top: 23px;
    text-align: center;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    color: #212121
}

.projectsCompany-list {
    margin-top: 30px;
    padding: 0 20px
}

.projectsCompany-list li {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    margin-bottom: 15px
}

.projectsCompany-list li:last-child {
    margin-bottom: 0
}

.projectsCompany-list li p {
    font-size: 14px;
    color: #fff
}

.projectsCompany-list li p a {
    font: 100% mbold, sans-serif;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    text-decoration: none
}

.projectsCompany-list li p a:hover {
    text-decoration: underline
}

.projectsCompany-list li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 11px;
    background-image: url(../static/svg/datepicker.svg?v=1);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%
}

.projectsSpiker-img {
    width: 223px;
    height: 223px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    overflow: hidden
}

.projectsSpiker-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 1, 254, .32)
}

.projectsSpiker-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.projectsSpiker-name {
    font: 100% mbold, sans-serif;
    font-size: 20px;
    color: #4e4e4e;
    margin-top: 30px;
    text-align: center;
    max-width: 223px
}

.projectsSpiker-name p {
    display: inline-block;
    text-decoration: underline
}

.projectsSpiker-list {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px
}

.projectsSpiker-list li {
    display: block;
    line-height: 24px;
    position: relative;
    padding-left: 25px
}

.projectsSpiker-list li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 12px;
    height: 11px;
    background-image: url(../static/svg/datepicker.svg?v=1);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%
}

.projectsSpiker-list li a {
    font: 100% mbold, sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none
}

.projectsSpiker-list li a:hover {
    text-decoration: underline
}

.canvas-data {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font: 100% mbold, sans-serif;
    font-size: 48px;
    color: #4e4e4e;
    line-height: 178px
}

.canvas-holder {
    width: 178px;
    height: 178px;
    position: relative
}

.canvas-holder canvas {
    width: 178px;
    height: 178px;
    -o-object-fit: cover;
    object-fit: cover
}

.news-title a {
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.news-title a:hover {
    color: #0001fe
}

input[type=submit] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none
}

input[type=number], input[type=text] {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

input[type=email]:focus::-webkit-input-placeholder, input[type=number]:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, input[type=text]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
    opacity: 1
}

input[type=email]:focus:-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=number]:focus:-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=search]:focus:-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=text]:focus:-moz-placeholder, input[type=text]:focus::-moz-placeholder, textarea:focus:-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
    opacity: 1
}

input[type=email]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, input[type=text]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
    opacity: 1
}

.doingsContent .slick-dots li button {
    background: #9fa3a7
}

.mMembers-item a {
    padding-top: 10px;
    padding-bottom: 10px
}

.mMembers-item a img {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.mMembers-item a img:hover {
    opacity: .5
}

.progressCircular {
    font-size: 0
}

.progressCircular-default {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 178px;
    height: 178px;
    border: 8px solid #f5f5f5;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.progressCircular-default p {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    left: 0;
    font: 100% mbold, sans-serif;
    font-size: 48px;
    color: #4e4e4e;
    line-height: 170px
}

.progressCircular-active {
    display: none;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.progressCircular li {
    width: 25%;
    display: inline-block
}

.progressCircular-content span {
    padding-left: 30px;
    display: block;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 7.5px;
    color: #4e4e4e;
    position: relative;
    margin-top: 30px;
    max-width: 70%
}

.popup-large {
    position: relative;
    background: #fff
}

#popup-join-sup {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.joinPopup {
    width: 975px;
    padding: 60px 25px
}

.joinPopup-desc {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center
}

.joinPopup-desc p {
    font-size: 14px;
    color: #4e4e4e
}

.joinPopup-title {
    width: 100%
}

.joinPopup-title p {
    font: 100% mbold, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #4e4e4e
}

.formJoin {
    width: 100%
}

.formJoin-radio {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.formJoin-radio .membership-item:last-child {
    -webkit-border-radius: 0;
    border-radius: 0
}

.formJoin-radio > li {
    position: relative;
    width: 25%
}

.formJoin-radio > li:last-child .membership-item {
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0
}

.formJoin-radio > li:first-child .membership-item {
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px
}

.formJoin-radio > li input {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    display: none
}

.formJoin-radio > li.active__input .membership-item:after {
    opacity: 1
}

.formJoin-radio > li.active__input .membership-info, .formJoin-radio > li.active__input .membership-info li span, .formJoin-radio > li.active__input .membership-price, .formJoin-radio > li.active__input .membership-price p span, .formJoin-radio > li.active__input .membership-price span, .formJoin-radio > li.active__input .membership-title {
    color: #fff
}

.formJoin-radio > li.active__input .membership-btn span {
    border-color: transparent;
    display: inline-block;
    color: #fff
}

.formJoin-radio > li.active__input .membership-btn p {
    display: none
}

.formJoin-radio > li .membership-item {
    width: 100%
}

.formJoin-radio > li .membership-info li b {
    width: 68px;
    font-size: 12px
}

.formJoin-radio > li .membership-info li span, .formJoin-radio > li .membership-title p {
    font-size: 12px
}

.formJoin-radio > li .membership-item {
    padding-top: 50px;
    padding-bottom: 34px
}

.formJoin-radio > li .membership-item:after {
    top: -15px;
    bottom: -15px;
    left: -15px;
    right: -15px
}

.formJoin-radio > li .membership-price p {
    font-size: 24px
}

.formJoin-radio > li .membership-price p span {
    font-size: 30px;
    top: -2px
}

.formJoin-radio > li .membership-info {
    text-align: center;
    margin-left: 0
}

.formJoin-radio > li .membership-info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.formJoin-block {
    width: 100%;
    max-width: 450px;
    margin: 60px auto 0;
}

.formJoin-inputs {
    margin-top: 60px
}

.formJoin-inputs span {
    position: absolute;
    bottom: -15px;
    font-size: 12px;
    color: red;
    left: 0
}

.formJoin-input {
    margin-bottom: 30px;
    position: relative
}

.formJoin-input.error input {
    border-color: red
}

.formJoin-input input[type=email] {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.formJoin-input input {
    width: 100%;
    height: 42px;
    background: #f8f8f8;
    padding-left: 30px;
    padding-right: 30px;
    font: 100% mregular, sans-serif;
    font-size: 14px;
    color: #212121;
    border: 1px solid transparent
}

.formJoin-input input ::-webkit-input-placeholder {
    color: #4e4e4e;
    opacity: 1
}

.formJoin-input input :-moz-placeholder, .formJoin-input input ::-moz-placeholder {
    color: #4e4e4e;
    opacity: 1
}

.formJoin-input input :-ms-input-placeholder {
    color: #4e4e4e;
    opacity: 1
}

.formJoin-pdf {
    margin-bottom: 60px;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0
}

.formJoin-pdf li a {
    color: #0001fe;
    font: 100% mbold, sans-serif;
    font-size: 14px
}

.formJoin-pdf li a:hover {
    text-decoration: none
}

.formJoin-checkbox {
    margin-bottom: 40px;
    position: relative
}

.formJoin-checkbox.error label:before {
    border-color: red
}

.formJoin-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.formJoin-checkbox span.error {
    position: absolute;
    bottom: -15px;
    font-size: 12px;
    color: red;
    left: 0
}

.formJoin-checkbox label {
    color: #4e4e4e;
    font-size: 14px;
    position: relative;
    padding-left: 44px;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.formJoin-checkbox label:before {
    content: "";
    width: 33px;
    height: 33px;
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    border: 1px solid transparent;
    left: 0;
    -webkit-background-size: 60% 60%;
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat
}

.formJoin-checkbox input:checked ~ label:before {
    background-image: url(../static/svg/checkbox_check.svg?v=1)
}

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

.doings-left {
    min-height: 653px;
    max-height: 653px
}

.map_ua svg g g polygon {
    position: relative
}

.map_ua svg g g text {
    width: 30px;
    text-align: center;
    position: absolute;
    z-index: 10;
    font: 100% mbold, sans-serif;
    font-size: 24px;
    fill: #fff;
    -webkit-transition: fill .1s ease-in-out;
    -o-transition: fill .1s ease-in-out;
    transition: fill .1s ease-in-out
}

.map_ua svg g g text:hover {
    fill: #0001fe
}

.map_ua svg g g polyline {
    fill: #fff;
    position: relative;
    -webkit-transition: fill .1s ease-in-out;
    -o-transition: fill .1s ease-in-out;
    transition: fill .1s ease-in-out
}

.map_ua svg g g polyline:hover {
    fill: #0001fe
}

.map_ua svg g g path {
    fill: #fff;
    -webkit-transition: fill .1s ease-in-out;
    -o-transition: fill .1s ease-in-out;
    transition: fill .1s ease-in-out
}

.map_ua svg g g path:hover {
    fill: #0001fe !important
}

.slick-list {
    width: 100% !important
}

.sendFooterForm input[type=email] {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.sendFooterForm-textarea textarea {
    border-bottom: 2px solid hsla(0, 0%, 100%, .7) !important;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out
}

.sendFooterForm-textarea textarea:focus {
    border-color: #fff !important
}

.committeesOpen-info a:hover {
    text-decoration: underline
}

.committeesOpen-category > img {
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.searchMain-input input {
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out
}

.searchMain-input input:focus {
    border-color: #0001fe
}

#sendFooterForm .sendFooterForm-btn {
    margin: 0;
    margin-top: 20px
}

.event-error {
    font: 100% mmedium, sans-serif;
    font-size: 20px;
    color: #4e4e4e;
    display: none
}

#capcha p, .formJoin-checkbox span, .formJoin-inputs span, .sendFooterForm label, .subscribeForm-input label {
    -webkit-animation: b .82s cubic-bezier(.36, .07, .19, .97) both;
    -o-animation: b .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: b .82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.burger:hover span:before {
    -webkit-animation: btn_hover .8s 1;
    -o-animation: btn_hover .8s 1;
    animation: btn_hover .8s 1
}

.burger span:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .2);
    right: 0;
    -webkit-box-shadow: 0 0 10px 5px hsla(0, 0%, 100%, .2);
    box-shadow: 0 0 10px 5px hsla(0, 0%, 100%, .2);
    -webkit-border-radius: 10em;
    border-radius: 10em
}

.header-logo svg path {
    fill: #fff;
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out
}

.header-logo svg:hover path {
    fill: #0001fe
}

textarea {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.header__black .header-logo svg path {
    fill: #4e4e4e
}

.header__black .header-logo svg:hover path {
    fill: #0001fe
}

.header__black .header-search-ico svg {
    fill: #4e4e4e
}

.header__black .header-search-ico svg:hover {
    fill: #0001fe
}

.header__black .header-back a:hover {
    color: #0001fe
}

.header__white .header-logo svg path {
    fill: #fff
}

.header__white .header-logo svg:hover path {
    fill: hsla(0, 0%, 100%, .7)
}

.header__white .header-search-ico svg {
    fill: #fff
}

.header__white .header-search-ico svg:hover {
    fill: #4e4e4e
}

.header__white .header-back a:hover {
    color: #4e4e4e
}

.team-mail a:hover {
    color: #0001fe
}

.sendFooterForm-btn {
    width: 170px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}

.sendFooterForm-btn input {
    border: none
}

.sendFooterForm-btn.active:after, .sendFooterForm-btn.active:before {
    display: block
}

.sendFooterForm-btn.active input {
    font-size: 0
}

.sendFooterForm-btn:before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 10;
    -webkit-border-radius: 10em;
    border-radius: 10em
}

.sendFooterForm-btn:after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-image: url(../static/page-loader.gif?v=1);
    -webkit-background-size: cover;
    background-size: cover
}

.formJoin .membership-btn span {
    display: none
}

.header-search-ico svg {
    fill: #fff
}

.header-search-ico svg:hover {
    fill: #0001fe
}

#capcha {
    display: none
}

#capcha p {
    font-size: 12px;
    color: red
}

.social {
    font-size: 0
}

.social li {
    display: inline-block;
    margin-left: 30px
}

.header-language li:not(.active) a {
    position: relative
}

.header-language li:not(.active) a:hover:before {
    -webkit-animation: soc_hover .8s 1;
    -o-animation: soc_hover .8s 1;
    animation: soc_hover .8s 1
}

.header-language li:not(.active) a:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .5);
    right: 0;
    -webkit-box-shadow: 0 0 10px 5px hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 10px 5px hsla(0, 0%, 100%, .5);
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.allNews-tabs li:not(.active) a {
    position: relative
}

.allNews-tabs li:not(.active) a:hover:after {
    width: 100%
}

.allNews-tabs li:not(.active) a:after {
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    width: 0;
    height: 2px;
    background: #4e4e4e;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0
}

.team-photo {
    overflow: hidden;
    position: relative
}

.team-photo:hover img:last-child {
    opacity: 1
}

.team-photo:hover img:first-child {
    opacity: 0
}

.team-photo img {
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.team-photo img:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 2;
    width: 100%
}

.openEvents__info-btn .btn a {
    position: relative
}

.openEvents__info-btn .btn a:hover:before {
    -webkit-animation: btn_hover .8s 1;
    -o-animation: btn_hover .8s 1;
    animation: btn_hover .8s 1
}

.openEvents__info-btn .btn a:before {
    width: 220px;
    height: 42px;
    background: hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: 0 0 10px 5px hsla(0, 0%, 100%, .3);
    box-shadow: 0 0 10px 5px hsla(0, 0%, 100%, .3)
}

.header-back {
    opacity: 1
}

.header-back a {
    opacity: 1;
    display: inline-block
}

.header-back a:hover:after {
    -webkit-animation: soc_hover .8s 1;
    -o-animation: soc_hover .8s 1;
    animation: soc_hover .8s 1
}

.header-back a:after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .5);
    right: 0;
    -webkit-box-shadow: 0 0 10px 5px hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 10px 5px hsla(0, 0%, 100%, .5);
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.contactsAnotherTowns-img, .contactsCity-photo {
    overflow: hidden
}

.contactsAnotherTowns-img img, .contactsCity-photo img {
    -webkit-transition: -webkit-transform 10s linear;
    transition: -webkit-transform 10s linear;
    -o-transition: -o-transform 10s linear;
    transition: transform 10s linear;
    transition: transform 10s linear, -webkit-transform 10s linear, -o-transform 10s linear
}

.contactsAnotherTowns-img:hover img, .contactsCity-photo:hover img {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

.social li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 3px;
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    position: relative
}

.social li a:hover:before {
    -webkit-animation: soc_hover .8s 1;
    -o-animation: soc_hover .8s 1;
    animation: soc_hover .8s 1
}

.social li a:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .5);
    right: 0;
    -webkit-box-shadow: 0 0 10px 5px hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 10px 5px hsla(0, 0%, 100%, .5);
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.btn a {
    position: relative
}

.btn a:hover:before {
    -webkit-animation: btn_hover .8s 1;
    -o-animation: btn_hover .8s 1;
    animation: btn_hover .8s 1
}

.btn a:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .1);
    right: 0;
    -webkit-box-shadow: 0 0 10px 5px hsla(0, 0%, 100%, .1);
    box-shadow: 0 0 10px 5px hsla(0, 0%, 100%, .1);
    -webkit-border-radius: 10em;
    border-radius: 10em
}

.right-menu_bg {
    background: rgba(0, 1, 245, .57);
    width: 100%;
    right: -100%;
    z-index: 4;
    -webkit-transition: right .5s ease-in-out .2s;
    -o-transition: right .5s ease-in-out .2s;
    transition: right .5s ease-in-out .2s
}

.right-menu_bg.active {
    right: 0;
    -webkit-transition: right .5s ease-in-out;
    -o-transition: right .5s ease-in-out;
    transition: right .5s ease-in-out
}

.right-menu.open {
    right: 0;
    -webkit-transition: right .3s ease-in-out .4s;
    -o-transition: right .3s ease-in-out .4s;
    transition: right .3s ease-in-out .4s
}

.right-menu.open .menu li a, .right-menu.open .menu li p, .right-menu.open .menu-phone a  {
    -webkit-transition: -webkit-transform .8s ease-in-out .2s;
    transition: -webkit-transform .8s ease-in-out .2s;
    -o-transition: -o-transform .8s ease-in-out .2s;
    transition: transform .8s ease-in-out .2s;
    transition: transform .8s ease-in-out .2s, -webkit-transform .8s ease-in-out .2s, -o-transform .8s ease-in-out .2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.right-menu {
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out
}

.right-logo {
    max-width: 220px;
    margin-bottom: 78px
}

.menu li {
    overflow: hidden
}

.menu li:first-child a {
    -webkit-transform: translateY(120px);
    -ms-transform: translateY(120px);
    -o-transform: translateY(120px);
    transform: translateY(120px)
}

.menu li:nth-child(2) a {
    -webkit-transform: translateY(140px);
    -ms-transform: translateY(140px);
    -o-transform: translateY(140px);
    transform: translateY(140px)
}

.menu li:nth-child(3) a {
    -webkit-transform: translateY(160px);
    -ms-transform: translateY(160px);
    -o-transform: translateY(160px);
    transform: translateY(160px)
}

.menu li:nth-child(4) a {
    -webkit-transform: translateY(180px);
    -ms-transform: translateY(180px);
    -o-transform: translateY(180px);
    transform: translateY(180px)
}

.menu li:nth-child(5) a {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px)
}

.menu li:nth-child(6) a {
    -webkit-transform: translateY(220px);
    -ms-transform: translateY(220px);
    -o-transform: translateY(220px);
    transform: translateY(220px)
}

.menu li:nth-child(7) a {
    -webkit-transform: translateY(240px);
    -ms-transform: translateY(240px);
    -o-transform: translateY(240px);
    transform: translateY(240px)
}

.menu li:nth-child(8) a {
    -webkit-transform: translateY(260px);
    -ms-transform: translateY(260px);
    -o-transform: translateY(260px);
    transform: translateY(260px)
}

.menu li a, .menu li p {
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: color .3s ease-in-out, -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, color .3s ease-in-out;
    transition: transform .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px)
}

.right-menu {
    overflow-x: hidden
}

.right-menu::-webkit-scrollbar {
    background: transparent;
    width: 4px;
    position: absolute
}

.right-menu::-webkit-scrollbar-track {
    background: transparent;
    position: absolute;
    z-index: -2
}

.right-menu::-webkit-scrollbar-thumb {
    background: #888
}

.right-menu.open .menu > li, .right-menu.open .menu-phone a {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.membership-btn a {
    position: relative
}

.membership-btn a:hover:before {
    -webkit-animation: btn_hover .8s 1;
    -o-animation: btn_hover .8s 1;
    animation: btn_hover .8s 1
}

.membership-btn a:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .3);
    right: 0;
    -webkit-box-shadow: 0 0 10px 5px hsla(0, 0%, 100%, .3);
    box-shadow: 0 0 10px 5px hsla(0, 0%, 100%, .3);
    -webkit-border-radius: 10em;
    border-radius: 10em
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    margin: 0
}

.header-search, .header-search-ico {
    position: relative
}

.header-search-ico svg:hover {
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out
}

.header__black .header__search-input input {
    border: 1px solid #0001fe
}

.header-search-container {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
    position: absolute;
    right: -8px;
    top: -4px;
    display: none;
    bottom: 0
}

.header__search {
    width: 200px;
    height: 24px;
    background: #fff;
    overflow: hidden;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    position: relative
}

.header__search-input {
    width: 100%;
    height: 100%
}

.header__search-input input {
    padding-left: 11px;
    padding-right: 30px;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    font: 100% mregular, sans-serif;
    font-size: 14px;
    border: none;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5);
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out
}

.header__search-input input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.header__search-btn {
    width: 15px;
    height: 15px;
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 10px;
    border: none;
    background-image: url(../static/svg/search_blue.svg?v=1);
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.header__search-btn input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer
}

.searchMain {
    width: 100%;
    max-width: 320px;
    position: relative;
    margin-bottom: 40px
}

.searchMain-input input {
    width: 100%;
    height: 44px;
    border: 1px solid #4e4e4e;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    padding-left: 15px;
    padding-right: 30px;
    background: #fff;
    font: 100% mregular, sans-serif;
    font-size: 14px;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out
}

.searchMain-input input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.searchMain-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 20px;
    border: none;
    background-image: url(../static/svg/search_blue.svg?v=1);
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.searchMain-btn:hover {
    opacity: .7
}

.searchMain-btn input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer
}

.mPartners .slick-dots, .why-list .slick-dots {
    position: relative;
    top: 0
}

.mPartners .slick-dots li, .why-list .slick-dots li {
    display: inline-block;
    line-height: 1;
    margin: 0;
    margin-right: 20px;
    width: auto;
    padding: 0
}

.mPartners .slick-dots li.slick-active button, .why-list .slick-dots li.slick-active button {
    background: #0001fe
}

.mPartners .slick-dots li button, .why-list .slick-dots li button {
    font-size: 0;
    border: none;
    width: 13px;
    height: 13px;
    margin: 0;
    -webkit-transition: background .4s ease-in-out;
    cursor: pointer
}

.searchResults h2 {
    padding-bottom: 20px
}

.searchResults-status {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #4e4e4e
}

.searchResults-status p {
    font-size: 14px;
    line-height: 32px
}

.searchResults-status p span {
    font: 100% mbold, sans-serif;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px
}

.searchResults-item {
    margin-bottom: 40px
}

.searchResults-name {
    margin-bottom: 30px
}

.searchResults-name a {
    color: #0001fe;
    text-decoration: underline;
    font: 100% mbold, sans-serif;
    font-size: 24px;
    line-height: 48px
}

.searchResults-name a:hover {
    text-decoration: none
}

.searchResults-desc {
    margin-top: 30px
}

.searchResults-desc p {
    font-size: 14px;
    color: #4e4e4e;
    line-height: 32px
}

.main__page .header-wrap, .main__page .home-content {
    opacity: 0
}

.members-item a img {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.members-item a img:hover {
    opacity: .5
}

.loader-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999
}

.loader {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    margin: 0 auto
}

#loader-5 span {
    display: block;
    position: absolute;
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    width: 20px;
    height: 20px;
    background-color: #0001fe
}

#loader-5 span:nth-child(2) {
    -webkit-animation: d 1s ease-in-out infinite;
    -o-animation: d 1s ease-in-out infinite;
    animation: d 1s ease-in-out infinite
}

#loader-5 span:nth-child(3) {
    -webkit-animation: e 1s ease-in-out infinite;
    -o-animation: e 1s ease-in-out infinite;
    animation: e 1s ease-in-out infinite
}

#loader-5 span:nth-child(4) {
    -webkit-animation: f 1s ease-in-out infinite;
    -o-animation: f 1s ease-in-out infinite;
    animation: f 1s ease-in-out infinite
}

@keyframes d {
    0%, to {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    75% {
        -webkit-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px)
    }
}

@keyframes e {
    0%, to {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    75% {
        -webkit-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }
}

@keyframes f {
    0%, to {
        -webkit-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }
    75% {
        -webkit-transform: translate(30px, 30px);
        -o-transform: translate(30px, 30px);
        transform: translate(30px, 30px)
    }
}

.dataAbout li {
    position: relative
}

.dataAbout li b, .dataAbout li p {
    display: inline-block
}

.dataAbout li b {
    font: 100% mblack, sans-serif;
    font-size: 100px;
    color: #0001fe;
    line-height: 100px
}

.dataAbout li span {
    display: inline-block;
    width: 100%
}

.mission-blue.mission-desc ol li {
    color: #fff
}

.mission-blue.mission-desc ol li:before {
    background: #fff
}

.mission-desc ol li {
    position: relative;
    padding-left: 5px;
    list-style: decimal
}

.mission-blue.mission-desc ul li {
    color: #fff
}

.mission-blue.mission-desc ul li:before {
    background: #fff
}

.mission-desc ul li {
    position: relative;
    padding-left: 15px
}

.mission-desc ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0001fe
}

.mission-desc {
    font: 100% mregular, sans-serif;
    color: #212121;
    font-size: 14px !important;
    line-height: 26px
}

.mission-blue.mission-desc {
    font: 100% mregular, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 26px
}

.mPartners-item:hover h6 {
    font-family: mbold
}

.why-list li p {
    font-size: 14px
}

.mPartners .slick-dots li button, .why-list .slick-dots li button {
    background: #999
}

.news-img a img {
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

.footer {
    position: relative
}

.footer__create {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    color: #0001fe;
    z-index: 100;
    display: inline-block
}

.footer__create:hover {
    text-decoration: none
}

.projects-club__right {
    width: 100%;
    max-width: 360px
}

.projects-club {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.projects-club .projects-right {
    margin-top: 0
}

.projects-club .projectsSpiker-desc {
    margin-top: 20px
}

.projects-club .projects-block {
    margin-bottom: 50px
}

.committees-item a img {
    max-width: 60px
}

.news-img a img {
    max-height: 200px
}

.formIndustry .members-input {
    min-width: 300px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.mMembers-item a img {
    max-height: 200px
}

.formIndustry .members-input {
    max-width: 300px
}

.doingsContent-img img {
    width: 145%;
    height: 100%
}

.gm-style-iw-t:before, .gm-style .gm-style-iw-t:after {
    display: none
}

.gm-ui-hover-effect {
    display: none !important
}

.gm-style .gm-style-iw-c {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gm-style .gm-style-iw-d {
    background: transparent;
    padding: 0 !important;
    overflow: hidden !important
}

.doingsTabs__years li {
    cursor: pointer
}

.newsOpen-photo img {
    min-height: 300px
}

.newsOpen-date {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-arrow svg {
    width: 20px
}

.menu > li > p {
    position: relative;
    width: 100%
}

.menu > li > p.active:after {
    -webkit-transform: translateY(-180deg);
    -ms-transform: translateY(-180deg);
    -o-transform: translateY(-180deg);
    transform: translateY(-180deg)
}

.menu > li > p:after {
    content: "";
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in, -o-transform .2s ease-in;
    position: absolute;
    top: 3px;
    right: 22px;
    width: 17px;
    height: 15px;
    background-image: url(../img/menu_arrow.svg);
    -webkit-background-size: cover;
    background-size: cover
}

@font-face {
    font-family: mregular;
    src: url(../fonts/mregular/Montserrat-Regular.eot?v=1);
    src: url(../fonts/mregular/Montserrat-Regular.eot?iefix?v=1) format("eot"), url(../fonts/mregular/Montserrat-Regular.woff?v=1) format("woff"), url(../fonts/mregular/Montserrat-Regular.ttf?v=1) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: mbold;
    src: url(../fonts/mbold/Montserrat-Bold.eot?v=1);
    src: url(../fonts/mbold/Montserrat-Bold.eot?iefix?v=1) format("eot"), url(../fonts/mbold/Montserrat-Bold.woff?v=1) format("woff"), url(../fonts/mbold/Montserrat-Bold.ttf?v=1) format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: mblack;
    src: url(../fonts/mblack/Montserrat-Black.eot?v=1);
    src: url(../fonts/mblack/Montserrat-Black.eot?iefix?v=1) format("eot"), url(../fonts/mblack/Montserrat-Black.woff?v=1) format("woff"), url(../fonts/mblack/Montserrat-Black.ttf?v=1) format("truetype");
    font-style: normal;
    font-weight: 900
}

@font-face {
    font-family: msemibold;
    src: url(../fonts/msemibold/Montserrat-SemiBold.eot?v=1);
    src: url(../fonts/msemibold/Montserrat-SemiBold.eot?iefix?v=1) format("eot"), url(../fonts/msemibold/Montserrat-SemiBold.woff?v=1) format("woff"), url(../fonts/msemibold/Montserrat-SemiBold.ttf?v=1) format("truetype");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: mlight;
    src: url(../fonts/mlight/Montserrat-Light.eot?v=1);
    src: url(../fonts/mlight/Montserrat-Light.eot?iefix?v=1) format("eot"), url(../fonts/mlight/Montserrat-Light.woff?v=1) format("woff"), url(../fonts/mlight/Montserrat-Light.ttf?v=1) format("truetype");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: mmedium;
    src: url(../fonts/mmedium/Montserrat-Medium.eot?v=1);
    src: url(../fonts/mmedium/Montserrat-Medium.eot?iefix?v=1) format("eot"), url(../fonts/mmedium/Montserrat-Medium.woff?v=1) format("woff"), url(../fonts/mmedium/Montserrat-Medium.ttf?v=1) format("truetype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: mitalic;
    src: url(../fonts/mitalic/Montserrat-Italic.eot?v=1);
    src: url(../fonts/mitalic/Montserrat-Italic.eot?iefix?v=1) format("eot"), url(../fonts/mitalic/Montserrat-Italic.woff?v=1) format("woff"), url(../fonts/mitalic/Montserrat-Italic.ttf?v=1) format("truetype");
    font-style: italic;
    font-weight: 400
}

a, abbr, acronym, address, applet, article, aside, audio, big, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    list-style: none
}

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

caption, td, th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

a img {
    border: none
}

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

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

.clearfix:after {
    content: " ";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s 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 .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

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

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

@-webkit-keyframes g {
    0% {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-o-keyframes g {
    0% {
        -o-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 0
    }
    to {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes g {
    0% {
        -webkit-transform: translateY(-200px);
        -o-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes h {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 1
    }
}

@-o-keyframes h {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    to {
        -o-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 1
    }
}

@keyframes h {
    0% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(-200px);
        -o-transform: translateY(-200px);
        transform: translateY(-200px);
        opacity: 1
    }
}

@-webkit-keyframes i {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-o-keyframes i {
    0% {
        -o-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0
    }
    to {
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes i {
    0% {
        -webkit-transform: translateX(-200px);
        -o-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.slide_left {
    -webkit-animation: i 1s 1 ease-in-out;
    -o-animation: i 1s 1 ease-in-out;
    animation: i 1s 1 ease-in-out;
    -webkit-transition: opacity 1s linear .3s;
    -o-transition: opacity 1s linear .3s;
    transition: opacity 1s linear .3s
}

@-webkit-keyframes j {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-o-keyframes j {
    0% {
        -o-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0
    }
    to {
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes j {
    0% {
        -webkit-transform: translateX(200px);
        -o-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.slide_right {
    -webkit-animation: j 1s 1 ease-in-out;
    -o-animation: j 1s 1 ease-in-out;
    animation: j 1s 1 ease-in-out;
    -webkit-transition: opacity 1s linear .3s;
    -o-transition: opacity 1s linear .3s;
    transition: opacity 1s linear .3s
}

.animated {
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

body.open {
    overflow-y: hidden;
}

.wrapper {
    min-height: 100vh;
    min-width: 320px;
    margin: 0 auto;
    font: 100% mregular, sans-serif;
    font-size: 15px;
    overflow: hidden
}

.container {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    left: 50px
}

.section_blue {
    background: #0001fe;
    padding-bottom: 80px
}

.home {
    min-height: 100vh;
    width: 100%
}

.home-wrap {
    height: -webkit-calc(100vh - 103px);
    height: calc(100vh - 103px);
    margin-top: -50px
}

.home-wrap, .home-wrap .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.home-wrap .container {
    height: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.home-content {
    z-index: 2;
    position: relative
}

.home-content h1 {
    font: 100% mbold, sans-serif;
    font-size: 50px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 40px;
    max-width: 800px
}

.home-content h1 span {
    display: block
}

.home-content p {
    margin-top: 40px;
    font: 100% mmedium, sans-serif;
    font-size: 14px;
    color: #fff;
    max-width: 780px;
    margin-bottom: 40px
}

.header {
    position: relative;
    padding-top: 32px;
    z-index: 3;
    width: 100%
}

.header-back {
    position: absolute;
    bottom: 20px;
    left: -100px
}

.header-back a {
    text-decoration: none;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    position: relative;
    color: #4e4e4e
}

.header-back a:before {
    content: "<";
    position: relative;
    display: inline-block;
    margin-right: 5px;
    top: 1px
}

.header-back a:hover {
    color: #4e4e4e
}

.header.header__white .header-back a {
    color: hsla(0, 0%, 100%, .8)
}

.header.header__white .header-back:hover a {
    color: #fff
}

.header.header__white .header-language li.active a {
    color: #000
}

.header.header__white .header-language li a {
    color: #fff
}

.header.header__black .header-language li:first-child:after, .header.header__black .header-language li a {
    color: #4e4e4e
}

.header.header__black .burger__line {
    background: #4e4e4e
}

.header.header__black .header-language li.active a {
    color: #0001fe
}

.header-logo {
    width: 100%;
    max-width: 250px
}

.header-logo a, .header-logo p {
    font-size: 0;
    display: block
}

.header-logo a img, .header-logo p img {
    width: 100%;
    font-size: 0
}

.header-search {
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.header-search svg {
    width: 100%
}

.header-language {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px
}

.header-language li {
    display: inline-block;
    margin-right: 20px;
    position: relative
}

.header-language li:first-child:after {
    content: "/";
    font: 100% mblack, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    left: 10px
}

.header-language li:last-child {
    margin-right: 0
}

.header-language li.active a {
    color: #fff
}

.header-language li a {
    text-decoration: none;
    color: #0001fe;
    font: 100% mblack, sans-serif;
    font-size: 14px;
    text-transform: uppercase
}

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

.header-right {
    padding-right: 75px
}

#video-trailer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.burger {
    width: 40px;
    height: 26px;
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 22px
}

.burger:hover span {
    background: #fff
}

.burger__line {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: hsla(0, 0%, 100%, .5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.burger__line:first-child {
    top: 0
}

.burger__line:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.burger__line:nth-child(3) {
    bottom: 0
}

.section-home {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}

.section-home:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 1
}

.btn a {
    -webkit-border-radius: 10em;
    border-radius: 10em;
    text-decoration: none;
    padding: 15px 20px 14px;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out
}

.btn-blue {
    font-size: 0
}

.btn-blue a {
    background: #0001fe;
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase
}

.btn-blue a:hover {
    background: #fff;
    color: #0001fe
}

.right-menu {
    right: -25%;
    width: 25%;
    background: #f5f5f5;
    padding-left: 64px;
    padding-top: 80px;
    padding-bottom: 50px;
    overflow-y: auto;
    z-index: 5
}

.right-menu, .right-menu_bg {
    position: fixed;
    top: 0;
    bottom: 0
}

.close-menu {
    width: 40px;
    height: 40px;
    background-image: url(../static/svg/menu_close.svg?v=1);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.close-menu:hover {
    opacity: .5
}

.arrow-prev {
    left: -38px
}

.arrow-next, .arrow-prev {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

.arrow-next svg, .arrow-prev svg {
    width: 100%;
    height: 100%;
    fill: #0001fe
}

.arrow-next.slick-disabled, .arrow-prev.slick-disabled {
    display: none;
    -webkit-animation: l .5s;
    -o-animation: l .5s;
    animation: l .5s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.arrow-next:hover, .arrow-prev:hover {
    opacity: .7
}

.arrow-next {
    right: -38px
}

.menu > li {
    margin-bottom: 20px;
    margin-top: 20px
}

.menu > li.active > a {
    color: #0001fe
}

.menu > li > p {
    font: 100% mbold, sans-serif;
    font-size: 30px;
    color: #4e4e4e;
    cursor: pointer
}

.menu > li > p:hover {
    color: #0001fe
}

.menu > li > a {
    text-decoration: none;
    font: 100% mbold, sans-serif;
    font-size: 30px;
    color: #4e4e4e
}

.menu > li > a:hover {
    color: #0001fe
}

.second-menu {
    margin-top: 20px;
    display: none
}

.second-menu li {
    line-height: 1.8
}

.second-menu li.active > a {
    color: #0001fe
}

.second-menu li a {
    color: #4e4e4e;
    text-decoration: none;
    font: 100% msemibold, sans-serif;
    font-size: 14px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.second-menu li a:hover {
    color: #0001fe
}

.section {
    margin-top: 100px;
    margin-bottom: 100px
}

h2 {
    color: #4e4e4e;
    font: 100% mbold, sans-serif;
    font-size: 40px;
    padding-bottom: 60px
}

.doingsContent .slick-dots {
    position: relative;
    top: -9px
}

.doingsContent .slick-dots li {
    display: inline-block;
    line-height: 1;
    margin-right: 20px
}

.doingsContent .slick-dots li.slick-active button {
    background: #0001fe
}

.doingsContent .slick-dots li button {
    font-size: 0;
    border: none;
    width: 13px;
    height: 13px;
    margin: 0;
    -webkit-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
    cursor: pointer
}

.doingsContent-item {
    width: 288px;
    height: 256px;
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 16px 33px 34px;
    margin-bottom: 60px
}

.doingsContent-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.doingsContent-item:after {
    content: "";
    background: rgba(0, 1, 254, .32)
}

.doingsContent-img, .doingsContent-item:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.doingsContent-img img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out
}

.doingsContent-text {
    position: relative;
    z-index: 3
}

.doingsContent-text span {
    display: block;
    font: 100% mbold, sans-serif;
    font-size: 60px;
    color: #fff
}

.doingsContent-text p {
    margin-top: 20px;
    color: #fff;
    max-height: 78px;
    overflow: hidden
}

.doingsContent-btn a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font: 100% mbold, sans-serif;
    font-size: 14px
}

.doingsContent-btn a span {
    position: absolute;
    left: 33px;
    z-index: 2;
    bottom: 34px
}

.doingsContent-layer {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.doings-wrap, .doingsContent-layer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

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

.doings-left {
    width: 100%;
    max-width: 626px;
    position: relative
}

.doings-right {
    width: 100%;
    max-width: 340px;
    background: #f5f5f5;
    padding: 40px
}

.doings-loader {
    position: relative
}

.doings-loader-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 570px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.doingsTabs__mounth {
    margin-top: 50px;
    font-size: 0;
    text-align: center;
    display: none
}

.doingsTabs__mounth.active {
    display: block
}

.doingsTabs__mounth li {
    display: inline-block;
    width: 49%
}

.doingsTabs__mounth li.active a {
    color: #0001fe
}

.doingsTabs__mounth li a {
    font: 100% mbold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    color: #1c0c59;
    line-height: 68px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.doingsTabs__mounth li a:hover {
    color: #0001fe
}

.doingsTabs__years {
    margin-top: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.doingsTabs__years li {
    margin-left: 20px;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #1c0c59;
    margin-right: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.doingsTabs__years li.active {
    color: #0001fe
}

.doingsTabs__mounth {
    -webkit-animation: k 1s;
    -o-animation: k 1s;
    animation: k 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.doingsContent-block {
    -webkit-animation: k 2s;
    -o-animation: k 2s;
    animation: k 2s
}

@-webkit-keyframes k {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes k {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes k {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes l {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-o-keyframes l {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes l {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.why h2 {
    max-width: 350px
}

.why-list {
    margin-top: 58px;
    font-size: 0
}

.why-list li {
    font-size: 20px;
    color: #4e4e4e;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    position: relative
}

.why-list li:after {
    content: attr(data-num);
    position: absolute;
    top: 0;
    left: 0;
    font: 100% mbold, sans-serif;
    font-size: 18px
}

.why-list li p {
    font-size: 14px !important;
    color: #949494;
    margin-top: 13px;
    max-width: 70%
}

.why-block {
    margin-bottom: 70px
}

.why-number {
    font-size: 0
}

.why-number li {
    display: inline-block;
    margin-right: 95px
}

.why-number span {
    color: #0001fe;
    font: 100% mbold, sans-serif;
    display: block;
    font-size: 40px;
    line-height: 69px
}

.why-number p {
    font-size: 24px;
    color: #4e4e4e;
    margin-top: 15px
}

.why-join {
    font-size: 0
}

.why-join li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px
}

.why-join p {
    margin-top: 25px;
    font-size: 20px;
    line-height: 26px;
    color: #4e4e4e
}

.why-join img {
    display: block
}

.tdu {
    position: relative
}

.tdu:after {
    content: "";
    position: absolute;
    width: 240px;
    height: 2px;
    background: #0001fe;
    bottom: 0;
    left: 0
}

.membership-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.membership-item {
    width: 25%;
    background: #f8f8f8;
    padding-top: 72px;
    padding-bottom: 42px;
    position: relative
}

.membership-item:first-child {
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px
}

.membership-item:last-child {
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0
}

/*@media only screen and (min-width: 1201px) {*/
/*    .membership-item:hover .membership-info, .membership-item:hover .membership-info li span, .membership-item:hover .membership-price, .membership-item:hover .membership-price p span, .membership-item:hover .membership-price span, .membership-item:hover .membership-title {*/
/*        color: #fff*/
/*    }*/

/*    .membership-item:hover .membership-btn a, .membership-item:hover .membership-btn p, .membership-item:hover .membership-btn span {*/
/*        color: #fff;*/
/*        border-color: #fff*/
/*    }*/
/*}*/

/*.membership-item:hover:after {*/
/*    opacity: 1*/
/*}*/

.membership-item:after {
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    bottom: -25px;
    right: -25px;
    background: #0001fe;
    opacity: 0;
    z-index: 2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.membership-title {
    text-align: center;
    color: #212121;
    position: relative;
    z-index: 3
}

.membership-title p {
    font: 100% mbold, sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.membership-price {
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 3
}

.membership-price p {
    font: 100% mbold, sans-serif;
    font-size: 28px
}

.membership-price p, .membership-price p span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.membership-price p span {
    font: 100% mmedium, sans-serif;
    font-size: 34px;
    color: #212121;
    position: relative;
    margin-left: 4px;
    margin-right: 2px;
    top: -1px
}

.membership-price span {
    font-size: 14px;
    color: #9fa3a7;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.membership-info {
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 3;
    margin-left: 10px
}

.membership-info li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    margin-bottom: 5px
}

.membership-info li:last-child {
    margin-bottom: 0
}

.membership-info li b {
    text-align: right;
    display: block;
    margin-right: 10px;
    width: 100px;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.membership-info li span {
    text-align: left;
    display: block;
    color: #9fa3a7;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-size: 13px
}

.membership-btn {
    text-align: center;
    margin-top: 51px;
    position: relative;
    z-index: 3
}

.membership-btn a, .membership-btn p, .membership-btn span {
    min-width: 144px;
    padding: 10px 20px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    border: 1px solid #9fa3a7;
    font: 100% mbold, sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #525252;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background .3s ease-in-out;
    -o-transition: color .3s ease-in-out, border-color .3s ease-in-out, background .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out, background .3s ease-in-out
}

.membership-btn a:hover {
    background: #fff;
    color: #0001fe !important;
    border-color: transparent
}

.mMembers .slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.mMembers-item {
    margin-left: 35px;
    margin-right: 35px
}

.mMembers-item a {
    display: block
}

.news-wrap-slider {
    margin-top: 40px
}

.news-wrap-slider.more-news {
    margin-top: 0
}

.news-img {
    font-size: 0;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    position: relative
}

.news-img a {
    display: block;
    position: relative;
    z-index: 2
}

.news-img a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.news-img a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 1, 254, .32)
}

.news-img a img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out
}

.news-item {
    width: 100%;
    max-width: 360px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    background: #f8f8f8;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    align-content: space-between
}

.news-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    left: 50px
}

.news-title {
    margin-bottom: 20px
}

.news-title a {
    text-decoration: none;
    color: #212121;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    line-height: 22px
}

.news-bottom {
    padding: 20px 25px 27px 20px;
    height: 200px;
    width: 100%;
    position: relative
}

.news-category {
    position: absolute;
    bottom: 27px;
    left: 20px
}

.news-category a {
    color: #9fa3a7;
    cursor: default;
    font: 100% mbold, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.mPartners {
    margin-top: 40px
}

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

.mPartners-item {
    width: 33.3%;
    padding-right: 50px
}

.mPartners-item h6 {
    font: 100% mlight, sans-serif;
    font-size: 40px;
    color: #4e4e4e
}

.mPartners-item p {
    font-size: 14px;
    color: #949494;
    margin-top: 26px;
    line-height: 24px
}

.section-bottom {
    margin-top: 111px
}

.subscribe {
    background: #0001fe;
    padding-top: 42px;
    padding-bottom: 42px
}

.subscribe-left p {
    display: inline-block;
    vertical-align: middle;
    font: 100% mbold, sans-serif;
    font-size: 28px;
    color: #fff;
    line-height: 1
}

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

.subscribeForm {
    margin-left: 40px;
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    position: relative
}

.subscribeForm label {
    position: absolute;
    top: -60px;
    left: 20px;
    color: red;
    font-size: 12px;
    background: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    -webkit-animation: k .5s;
    -o-animation: k .5s;
    animation: k .5s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.subscribeForm label:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: -25px;
    left: 3px;
    background: #fff;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, .8));
    filter: drop-shadow(0 4px 2px rgba(0, 0, 0, .8))
}

.subscribeForm-input input {
    width: 100%;
    max-width: 400px;
    height: 41px;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    border: none;
    padding-left: 15px;
    font: 100% mregular, sans-serif;
    font-size: 14px
}

.subscribeForm-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px
}

.subscribeForm-btn input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    position: relative;
    z-index: 3;
    cursor: pointer
}

.subscribeForm-btn:after {
    content: "";
    background-image: url(../static/svg/arrow_left.svg?v=1);
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    z-index: 2
}

.social li a img {
    display: inline-block;
    vertical-align: middle
}

.footer-form {
    padding: 100px;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.footer-form, .footer-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-wrap {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch
}

.footer-form {
    width: 50%;
    background: #4e4e4e
}

.footer-map {
    width: 50%
}

.sendFooterForm {
    width: 100%;
    max-width: 430px
}

.sendFooterForm h6 {
    font: 100% mbold, sans-serif;
    font-size: 34px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 40px
}

.sendFooterForm label {
    position: absolute;
    bottom: -15px;
    left: 0;
    color: red;
    font-size: 12px
}

.sendFooterForm-btn {
    margin-top: 20px
}

.sendFooterForm-btn input {
    width: 170px;
    height: 50px;
    background: #0001fe;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    text-transform: uppercase;
    color: #fff;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out
}

.sendFooterForm-btn input:hover {
    background: #fff;
    color: #0001fe
}

.sendFooterForm-textarea {
    margin-top: 40px;
    position: relative
}

.sendFooterForm-textarea.error {
    color: red;
    border-color: red
}

.sendFooterForm-textarea textarea {
    width: 100%;
    background: #4e4e4e;
    border: none;
    font: 100% mregular, sans-serif;
    font-size: 14px;
    height: 100px;
    color: #fff;
    resize: none
}

.sendFooterForm-textarea textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.sendFooterForm-textarea textarea:-moz-placeholder, .sendFooterForm-textarea textarea::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.sendFooterForm-textarea textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.sendFooterForm-input {
    margin-bottom: 30px;
    position: relative
}

.sendFooterForm-input.error {
    color: red;
    border-color: red
}

.sendFooterForm-input input {
    width: 100%;
    height: 41px;
    border: none;
    border-bottom: 2px solid hsla(0, 0%, 100%, .7);
    background: #4e4e4e;
    font: 100% mregular, sans-serif;
    font-size: 14px;
    color: #fff;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out
}

.sendFooterForm-input input:focus {
    border-color: #fff
}

.sendFooterForm-input input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.sendFooterForm-input input:-moz-placeholder, .sendFooterForm-input input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.sendFooterForm-input input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

#map {
    width: 100%;
    height: 600px
}

.infoBlockMap {
    background: #0001fe;
    padding: 15px 30px;
    width: 100%;
    max-width: 265px;
    position: relative;
    margin-bottom: 26px
}

.infoBlockMap:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #0001fe;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}

.infoBlockMap-item {
    margin-bottom: 5px
}

.infoBlockMap-mail a {
    margin-left: 0 !important
}

.infoBlockMap-row {
    color: #fff
}

.infoBlockMap-row p {
    font-size: 12px
}

.infoBlockMap-row p b {
    font: 100% mbold, sans-serif;
    font-size: 12px
}

.infoBlockMap-row p b span {
    display: block
}

.infoBlockMap-row a {
    color: #fff;
    white-space: nowrap;
    font-size: 12px;
    display: inline-block;
    margin-left: 3px;
    text-decoration: none
}

.infoBlockMap-row a:hover {
    text-decoration: underline
}

.hidden {
    position: relative
}

.popup {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999
}

.popup.open .popup-contetn {
    -webkit-animation: g .5s 1 ease-in-out;
    -o-animation: g .5s 1 ease-in-out;
    animation: g .5s 1 ease-in-out;
    -webkit-transition: opacity 1s linear .3s;
    -o-transition: opacity 1s linear .3s;
    transition: opacity 1s linear .3s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.popup.close .popup-contetn {
    -webkit-animation: h .5s 1 ease-in-out;
    -o-animation: h .5s 1 ease-in-out;
    animation: h .5s 1 ease-in-out;
    -webkit-transition: opacity 1s linear .3s;
    -o-transition: opacity 1s linear .3s;
    transition: opacity 1s linear .3s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.popup-bg {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.popup-wrap {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    zoom: 101%
}

.popup-small {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center;
    font: 100% msemibold, sans-serif;
    font-size: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

.popup-close {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    background-image: url(../static/svg/menu_close.svg?v=1g)
}

.popup-close:hover {
    opacity: .5
}

.popup {
    display: none
}

.mission-wrap {
    margin-bottom: 60px
}

.mission-row, .mission-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch
}

.mission-row:nth-child(odd) {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.mission-row:nth-child(2n) {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.mission-item {
    width: 25%;
    font-size: 0
}

.mission-item img {
    width: 100%
}

.mission-item p {
    font: 100% mbold, sans-serif;
    font-size: 14px;
    margin-bottom: 50px
}

.mission-desc {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    height: 100%;
    background: #f5f5f5
}

.mission-desc ol, .mission-desc p, .mission-desc ul {
    color: #212121
}

.mission-blue {
    background: #0001fe
}

.mission-blue .mission-desc, .mission-blue p {
    color: #fff
}

.mission-desc ol li, .mission-desc ul li {
    line-height: 30px
}

.mission-desc {
    padding: 30px 5px 40px 30px
}

.mission-photo {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
    position: relative
}

.mission-photo:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 1, 254, .13)
}

.pdf {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch
}

.pdf, .pdf-dec {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.pdf-dec {
    width: 20%;
    background: #f5f5f5;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.pdf-info {
    margin-bottom: 60px;
    max-width: 880px
}

.pdf-info:last-child {
    margin-bottom: 0
}

.pdf-info h2 {
    padding-bottom: 30px
}

.pdf-info p {
    margin-bottom: 30px;
    color: #4e4e4e;
    font-size: 14px
}

.pdf-info a {
    text-decoration: none;
    text-transform: uppercase;
    color: #0001fe;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    display: inline-block;
    position: relative
}

.pdf-info a:hover:after {
    width: 100%
}

.pdf-info a:after {
    content: "";
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    position: absolute;
    height: 2px;
    bottom: 0;
    background: #0001fe;
    left: 0;
    width: 0
}

.dataAbout {
    font-size: 0
}

.dataAbout li {
    width: 25%;
    display: inline-block;
    vertical-align: top
}

.dataAbout li, .dataAbout li:first-child {
    text-align: left
}

.dataAbout li span {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 7.5px;
    color: #4e4e4e
}

.dataAbout li p {
    font: 100% mblack, sans-serif;
    font-size: 100px;
    color: #0001fe
}

.ourAchievements {
    margin-bottom: 125px;
    margin-left: -15px
}

.ourAchievements-list li {
    margin-bottom: 40px
}

.ourAchievements-list li:last-child {
    margin-bottom: 0
}

.ourAchievements-item {
    padding: 30px;
    background: #f8f8f8;
    width: 48%;
    position: relative;
    margin-right: 15px;
    margin-left: 15px
}

.ourAchievements-title {
    font: 100% mbold, sans-serif;
    font-size: 14px;
    color: #4e4e4e
}

.ourAchievements-desc {
    font-size: 14px;
    color: #4e4e4e;
    margin-top: 15px
}

.ourAchievements-link {
    margin-top: 20px
}

.businessProtection ul li a {
    position: relative
}

.businessProtection ul li a:hover:after {
    width: 100%
}

.businessProtection ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    background: #0001fe
}

.businessProtection-pdf a {
    position: relative
}

.businessProtection-pdf a:hover:after {
    width: 100%
}

.businessProtection-pdf a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    background: #0001fe
}

.ourAchievements-link a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    color: #4e4e4e;
    position: relative
}

.ourAchievements-link a:hover:after {
    width: 100%
}

.ourAchievements-link a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    background: #4e4e4e
}

.ourAchievements-link a:hover {
    text-decoration: none
}

.ourAchievements-ico {
    position: absolute;
    top: 30px;
    right: 30px
}

.gallery-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    left: 50px
}

.gallery-item {
    width: 100%;
    max-width: 360px;
    margin: 15px;
    margin-bottom: 60px
}

.gallery-desc {
    height: 200px;
    padding: 20px 25px;
    background: #f8f8f8;
    position: relative
}

.gallery-photo {
    font-size: 0;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    position: relative
}

.gallery-photo a {
    display: block;
    position: relative;
    z-index: 2
}

.gallery-photo a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery-photo a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 1, 254, .32)
}

.gallery-photo a img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out
}

.gallery-title a {
    font: 100% mbold, sans-serif;
    color: #212121;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none
}

.gallery-date {
    font: 100% mbold, sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    color: #9fa3a7;
    position: absolute;
    bottom: 27px;
    left: 25px
}

.pagination {
    font-size: 0;
    text-align: center
}

.pagination li {
    display: inline-block;
    margin: 0 5px
}

.pagination li.active span {
    font: 100% mblack, sans-serif;
    font-size: 21px;
    color: #0001fe
}

.pagination li a, .pagination li span {
    text-decoration: none;
    color: #4e4e4e;
    font-size: 20px;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    cursor: pointer
}

.pagination li a:hover {
    color: #0001fe
}

.team-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 60px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.team-title {
    font: 100% mbold, sans-serif;
    font-size: 24px;
    color: #4e4e4e
}

.team-photo {
    width: 100%;
    max-width: 340px;
    max-height: 312px;
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%)
}

.team-photo img {
    width: 100%
}

.team-right {
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 40px
}

.team-contact {
    margin-top: 25px;
    margin-bottom: 25px
}

.team-contact > p {
    font: 100% mmedium, sans-serif;
    font-size: 12px;
    color: #4e4e4e;
    margin-bottom: 10px
}

.team-contact a {
    display: inline-block;
    color: #4e4e4e;
    font-size: 12px;
    text-decoration: none
}

.team-desc {
    font-size: 12px;
    color: #383838
}

.allNews-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

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

.allNews-tabs li.active a {
    font: 100% mbold, sans-serif;
    font-size: 36px
}

.allNews-tabs li a {
    font: 100% mmedium, sans-serif;
    font-size: 36px;
    text-decoration: none;
    color: #4e4e4e
}

.allNews-filter {
    padding: 22px 0;
    margin-top: 45px;
    display: inline-block;
    font-size: 0
}

.allNews-filter > li {
    position: relative;
    display: inline-block;
    margin-right: 30px
}

.allNews-filter > li:last-child {
    margin-right: 0
}

.allNews-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    left: 50px
}

.allNews-container {
    margin-top: 45px
}

.allNews-container .news-bottom {
    position: relative
}

.allNews-container .news-item {
    margin-bottom: 60px
}

.allNews-container .news-img {
    max-height: 400px
}

.allNews-container .news-category {
    position: absolute;
    bottom: 30px;
    left: 20px
}

.allNews-container .news-category span {
    display: block;
    font: 100% mbold, sans-serif;
    font-size: 10px;
    color: hsla(214, 4%, 64%, .43)
}

.select__wrap::-webkit-scrollbar {
    background: transparent;
    width: 4px;
    position: absolute
}

.select__wrap::-webkit-scrollbar-track {
    background: #e0e7ee;
    position: absolute;
    z-index: -2
}

.select__wrap::-webkit-scrollbar-thumb {
    background: #4e4e4e
}

.select__wrap {
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    padding: 10px 0;
    z-index: 5;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e7ee;
    -webkit-transition: border-color .1s ease-in-out;
    -o-transition: border-color .1s ease-in-out;
    transition: border-color .1s ease-in-out;
    background: #fff
}

.select__dropdown li {
    font: 100% mregular, sans-serif;
    font-size: 14px;
    color: #4e4e4e;
    padding: 8px 18px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out
}

.select__dropdown li:hover {
    background: #e0e7ee
}

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

.select__current {
    display: inline-block;
    padding-right: 10px;
    font: 100% mregular, sans-serif;
    font-size: 14px;
    color: #445870
}

.select__head {
    display: inline-block;
    cursor: pointer;
    min-width: 196px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e7ee;
    height: 42px;
    padding: 11px 25px 11px 18px;
    font-size: 14px
}

.select__head.active svg {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.select__head svg {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 18px;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    -o-transition: -o-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out, -o-transform .1s ease-in-out
}

.newsOpen {
    margin-top: 100px
}

.newsOpen-wrap > p {
    font-size: 14px;
    color: #4e4e4e;
    margin-bottom: 15px
}

.newsOpen-wrap blockquote {
    margin-left: 45px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    font: 100% mitalic, sans-serif;
    font-size: 14px;
    line-height: 22px;
    max-width: 90%
}

.newsOpen-date {
    margin-top: 60px;
    margin-bottom: 30px;
    font: 100% mbold, sans-serif;
    font-size: 12px;
    color: #9fa3a7;
    letter-spacing: 3px;
    text-transform: uppercase
}

.newsOpen-photo {
    position: relative;
    font-size: 0
}

.newsOpen-photo:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 1, 254, .52)
}

.newsOpen-photo-label {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 25px 40px;
    z-index: 2;
    background: hsla(0, 0%, 100%, .78);
    font: 100% mbold, sans-serif;
    font-size: 24px;
    line-height: 31px;
    color: #5b5b5b
}

.newsOpen-photo-label h5 {
    max-width: 70%
}

.newsOpen-photo img {
    width: 100%
}

.galleryOpen {
    margin-top: 85px
}

.galleryOpen-item {
    display: block;
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    position: relative;
    font-size: 0;
    overflow: hidden;
    margin: 15px
}

.galleryOpen-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-image: url(../static/svg/loupe.svg?v=1);
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.galleryOpen-item:hover:before {
    opacity: 1
}

.galleryOpen-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.galleryOpen-item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 1, 254, .32)
}

.galleryOpen-item img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out
}

.title {
    margin-top: -25px;
    font-size: 14px;
    color: #4e4e4e;
    max-width: 60%
}

.boardDirectors {
    margin-top: 100px
}

.boardDirectors.founders {
    margin-top: 0
}

.boardDirectors-wrap {
    font-size: 0
}

.boardDirectors-item {
    display: inline-block;
    font-size: 0;
    width: 33.33%;
    position: relative;
    overflow: hidden
}

.boardDirectors-item:hover .boardDirectors-hover {
    opacity: 1
}

.boardDirectors-item:hover .boardDirectors-hover p, .boardDirectors-item:hover .boardDirectors-hover span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.boardDirectors-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 1, 254, .13)
}

.boardDirectors-item img {
    width: 100%;
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%)
}

.boardDirectors-hover {
    position: absolute;
    padding-bottom: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 1, 254, .75);
    text-align: center;
    color: #fff;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-transition: opacity .5s ease, -webkit-transform .3s ease-in-out;
    transition: opacity .5s ease, -webkit-transform .3s ease-in-out;
    -o-transition: opacity .5s ease, -o-transform .3s ease-in-out;
    transition: opacity .5s ease, transform .3s ease-in-out;
    transition: opacity .5s ease, transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
    opacity: 0
}

.boardDirectors-hover p {
    font: 100% mbold, sans-serif;
    font-size: 24px;
    margin-bottom: 18px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
    opacity: 0
}

.boardDirectors-hover span {
    display: block;
    opacity: 0;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .5s ease-in-out;
    -o-transition: opacity .3s ease-in-out, -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, opacity .3s ease-in-out;
    transition: transform .5s ease-in-out, opacity .3s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out
}

.join-wrap {
    max-width: 820px;
    margin: 0 auto
}

.join-num {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.join-num p {
    font: 100% mbold, sans-serif;
    font-size: 427px;
    color: #eee;
    z-index: 1
}

.join-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 80px
}

.join-row:last-child {
    margin-bottom: 0
}

.join-row:nth-child(odd) {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.join-row:nth-child(odd) .join-right > p {
    padding-left: 80px
}

.join-row:nth-child(odd) .join-num {
    right: 20px
}

.join-row:nth-child(2n) {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.join-row:nth-child(2n) .join-right > p {
    text-align: right;
    padding-right: 80px
}

.join-row:nth-child(2n) .join-num {
    left: -50px
}

.join-right {
    width: 100%;
    max-width: 400px;
    position: relative
}

.join-right > p {
    font-size: 22px;
    line-height: 32px;
    color: #212121;
    position: relative;
    z-index: 2
}

.join-img {
    position: relative;
    max-width: 400px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    font-size: 0;
    z-index: 3
}

.join-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 1, 254, .32)
}

.joinWhy {
    font-size: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.joinWhy li {
    width: 30%;
    vertical-align: top;
    padding-right: 60px;
    margin-bottom: 50px
}

.joinWhy li p {
    font-size: 20px;
    color: #4e4e4e;
    margin-top: 20px;
    line-height: 28px
}

.businessProtection ul {
    font-size: 0
}

.businessProtection ul li {
    display: inline-block;
    margin-right: 5px
}

.businessProtection ul li a {
    text-decoration: none;
    font: 100% mbold, sans-serif;
    font-size: 20px;
    color: #0001fe
}

.businessProtection p {
    font-size: 20px;
    line-height: 34px;
    color: #4e4e4e;
    margin-bottom: 25px;
    max-width: 90%
}

.businessProtection p a {
    text-transform: uppercase;
    color: #0001fe;
    text-decoration: none
}

.businessProtection p a:hover {
    text-decoration: underline
}

.businessProtection-bottom {
    margin-top: 80px
}

.businessProtection-bottom > div {
    display: inline-block;
    margin-right: 56px;
    vertical-align: middle
}

.businessProtection-bottom > div:last-child {
    margin-right: 0
}

.businessProtection-pdf a {
    font: 100% mbold, sans-serif;
    font-size: 14px;
    color: #0001fe;
    text-transform: uppercase;
    text-decoration: none
}

.committees-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    left: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.committees-item {
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
    margin: 0 15px 60px;
    height: 232px;
    background: #f8f8f8;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 40px 11px;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.committees-item:hover {
    background: #0001fe
}

.committees-item img {
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    -o-transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out
}

.committees-item:hover a {
    color: #fff
}

.committees-item:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.committees-item:hover .committeesList li {
    color: #fff
}

.committees-item a {
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font: 100% mbold, sans-serif;
    font-size: 14px;
    color: #212121;
    line-height: 22px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.committees-item a:hover span {
    text-decoration: underline
}

.committees-item a svg, .committees-item a svg g, .committees-item a svg mask, .committees-item a svg path {
    fill: #0001fe;
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.committees-item a span {
    padding-left: 15px
}

.committeesList {
    padding-left: 50px;
    margin-top: 25px;
    padding-right: 25px
}

.committeesList li {
    display: block;
    color: #212121;
    font-size: 13px;
    margin-bottom: 2px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.committeesList li span {
    display: inline;
    margin-left: 3px
}

.committeesOpen {
    margin-top: 71px
}

.committeesOpen-category {
    font-size: 0
}

.committeesOpen-category svg {
    display: inline-block;
    vertical-align: top
}

.committeesOpen-category h3 {
    padding-left: 30px;
    font: 100% mbold, sans-serif;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    max-width: 50%
}

.committeesOpen-list {
    font-size: 0;
    margin-top: 60px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.committeesOpen-list li {
    width: 30%;
}

.committeesOpen-title {
    color: #fff;
    margin-bottom: 30px
}

.committeesOpen-title span {
    display: block;
    font: 100% mbold, sans-serif;
    font-size: 14px
}

.committeesOpen-info {
    color: #fff
}

.committeesOpen-info p {
    font: 100% mbold, sans-serif;
    font-size: 14px
}

.committeesOpen-info span {
    display: block;
    font-size: 14px
}

.committeesOpen-info a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #fff
}

@media only screen and (max-width: 1440px) {
    .home-content {
        margin-top: 100px
    }

    .right-menu {
        min-width: 370px;
        padding-left: 50px;
        right: -370px
    }
}

@media only screen and (max-width: 1400px) {
    .allNews-wrap, .committees-wrap, .gallery-wrap {
        left: 20px
    }

    .mission-dec {
        width: 15%
    }

    .container, .news-container {
        left: 20px
    }

    .sendFooterForm {
        max-width: 460px
    }
}

@media only screen and (max-width: 1300px) {
    .gallery-item {
        max-width: 320px
    }

    .mission-info {
        padding-right: 40px
    }

    .allNews-wrap, .committees-wrap, .container, .gallery-wrap, .news-container {
        max-width: 1050px
    }

    .news-item {
        max-width: 320px
    }

    .membership-item {
        width: 24%
    }

    .home-content h1 {
        font-size: 36px;
        line-height: 50px
    }

    h2 {
        font-size: 36px
    }

    .sendFooterForm {
        max-width: 390px
    }
}

@media only screen and (max-width: 1200px) {
    .gallery-wrap {
        left: 0;
        padding-left: 5px
    }

    .gallery-item {
        margin: 10px;
        margin-bottom: 50px
    }

    .ourAchievements {
        max-width: 900px;
        margin: 0 auto;
        margin-bottom: 100px
    }

    .mission-item {
        width: 50%
    }

    .mission-desc {
        height: 50%;
        padding: 30px
    }

    body.open {
        padding-right: 0
    }

    .container {
        left: 0
    }

    .burger {
        right: 15px
    }

    .footer-form {
        padding: 70px;
        padding-left: 15px
    }

    .sendFooterForm {
        max-width: 100%
    }

    .membership-item {
        width: 25%
    }

    .news-container {
        left: 0
    }

    .news-item {
        margin-left: 0;
        margin-right: 0
    }

    .doings-left {
        max-width: 596px
    }

    #map {
        height: 548px
    }

    .news-block {
        margin-left: 10px;
        margin-right: 10px
    }

    .news-container {
        max-width: 900px
    }

    .btn-blue a:hover, .sendFooterForm-btn input:hover {
        background: #0001fe;
        color: #fff
    }

    /*.membership-item:hover:after {*/
    /*    opacity: 0*/
    /*}*/

    /*.membership-item:hover .membership-info li span, .membership-item:hover .membership-price span {*/
    /*    color: #9fa3a7*/
    /*}*/

    .news-img a:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .news-category a:hover {
        color: #9fa3a7
    }

    .doingsContent-item:hover img {
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        transform: scale(1) !important
    }
}

@media only screen and (max-width: 1020px) {
    .team-right {
        padding-left: 20px
    }

    .gallery-wrap {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-left: 0
    }

    .gallery-item {
        max-width: 355px
    }

    .ourAchievements {
        padding-left: 50px;
        padding-right: 50px
    }

    .dataAbout li {
        width: 50%;
        margin-bottom: 20px
    }

    .mission-dec {
        display: none
    }

    .mission-info {
        padding-right: 0
    }

    .mission-desc p {
        margin-bottom: 15px
    }

    .mission-desc {
        padding: 20px
    }

    .subscribe-right {
        width: 100%;
        text-align: center;
        margin-top: 40px
    }

    .news-container {
        max-width: 650px
    }

    .news-title a {
        font-size: 14px
    }

    .doings-wrap {
        -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .doingsTabs__mounth {
        margin-top: 20px
    }

    .why-block {
        margin-bottom: 40px
    }

    .doings-left {
        max-width: 100%
    }

    .doingsContent-item {
        margin: 20px
    }

    .doingsContent .slick-dots {
        text-align: center
    }

    .doingsContent .slick-dots li:last-child {
        margin-right: 0
    }

    .doingsContent {
        display: block;
        margin: 0 auto
    }

    .doings-right {
        max-width: 100%;
        padding: 30px
    }

    .doings-wrap, .doingsContent-layer {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .doingsTabs__mounth li {
        width: 20%
    }

    .doingsTabs__mounth li a {
        line-height: 40px
    }

    .section {
        margin-top: 50px;
        margin-bottom: 50px
    }

    h2 {
        padding-bottom: 30px
    }

    .why-list {
        padding-left: 5px
    }

    .why-list li {
        width: 50%;
        margin-bottom: 20px
    }

    .why-list li p {
        max-width: 80%
    }

    .why-join, .why-number {
        font-size: 0
    }

    .why-join li, .why-number li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .membership-item {
        width: 50%
    }

    .membership-info li {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        left: -30px
    }

    .membership-info {
        text-align: center;
        margin-left: 0
    }
}

@media only screen and (max-width: 750px) {
    .team-right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px
    }

    .team-item {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .dataAbout li p {
        font-size: 130px
    }

    .dataAbout li span {
        font-size: 14px;
        line-height: 22px
    }

    .mission-desc {
        height: auto
    }

    .mission-wrap {
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 30px
    }

    .mission-row, .mission-wrap {
        display: block
    }

    .mission-item {
        width: 100%
    }

    .subscribe-left p {
        display: block;
        width: 100%;
        text-align: center
    }

    .subscribe-wrap {
        display: block
    }

    .subscribeForm {
        display: block;
        margin: 0 auto;
        margin-top: 20px
    }

    .social li:first-child {
        margin-left: 0
    }

    .subscribe-right {
        margin-top: 20px
    }

    .home-content h1 {
        font-size: 32px;
        line-height: 35px
    }

    .header-logo {
        max-width: 200px
    }

    .burger {
        top: 15px
    }

    .header-language li:first-child:after, .header-language li a {
        font-size: 14px
    }

    .home {
        min-height: unset;
    }

    .home-content {
        margin-top: 70px;
        padding-bottom: 40px
    }

    .doingsTabs__mounth li {
        width: 30%
    }

    .mPartners-item {
        width: 50%;
        padding-right: 30px;
        margin-bottom: 20px
    }

    .footer-wrap {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .footer-form {
        width: 100%;
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .footer-map {
        width: 100%
    }

    .news-container {
        max-width: 340px
    }

    .membership-info li span {
        white-space: nowrap
    }
    .projects-left_sb .projects-left__link{
        width: 100%;
        max-width: 360px;
        margin: 0;
        margin-bottom: 30px;
    }
    .projects-left__link{
        width: 100%;
        max-width: 360px;
        margin: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .gallery-title a {
        font-size: 14px
    }

    .ourAchievements-list li, .pdf-info p {
        margin-bottom: 20px
    }

    .pdf-info p {
        font-size: 14px
    }

    .pdf-info h2 {
        font-size: 24px;
        padding-bottom: 20px
    }

    .pdf-info a {
        font-size: 14px
    }

    .ourAchievements-item {
        padding: 15px
    }

    .ourAchievements-title {
        font-size: 14px
    }

    .gallery-date {
        font-size: 10px;
        left: 10px
    }

    .gallery-desc {
        padding-left: 10px;
        padding-right: 10px
    }

    .gallery-item {
        margin-bottom: 30px
    }

    .ourAchievements-ico {
        top: 15px;
        right: 15px
    }

    .ourAchievements-desc {
        font-size: 12px
    }

    .ourAchievements {
        padding-left: 0;
        padding-right: 0
    }

    .ourAchievements-item {
        margin-left: 0;
        margin-right: 0
    }

    .ourAchievements .arrow-next, .ourAchievements .arrow-prev {
        top: auto;
        bottom: -50px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .ourAchievements .arrow-prev {
        left: 0
    }

    .ourAchievements .arrow-next {
        right: 0
    }

    .dataAbout li {
        width: 100%
    }

    .mission-desc {
        padding: 15px
    }

    .mission-info p {
        font-size: 14px;
        margin-bottom: 20px
    }

    .header-language {
        margin-right: 10px
    }

    .mission-info {
        margin-bottom: 30px
    }

    .header-logo {
        max-width: 150px
    }

    .mission-info h2 {
        padding-bottom: 20px
    }

    .mission-info a {
        font-size: 14px
    }

    .burger {
        top: 7px
    }

    .menu > li > a, .menu > li > p {
        font-size: 26px
    }

    .right-menu {
        min-width: 300px;
        padding-left: 15px
    }

    .home-content h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .section {
        margin-top: 30px;
        margin-bottom: 30px
    }

    h2 {
        font-size: 30px;
        padding-bottom: 20px
    }

    .home-content p {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .doingsTabs__mounth li {
        width: 50%
    }

    .doings-right {
        padding: 20px
    }

    .doingsContent-item {
        margin: 10px
    }

    .doingsContent .slick-dots {
        top: 0
    }

    .doingsContent-text span {
        font-size: 36px
    }

    .why-list li {
        width: 100%;
        font-size: 14px
    }

    .why-list li p {
        max-width: 100%;
        font-size: 14px
    }

    .why-number span {
        font-size: 36px
    }

    .why-join p, .why-number p {
        font-size: 14px
    }

    .news-wrap-slider {
        margin-top: 20px
    }

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

    .arrow-prev {
        left: 10px;
        z-index: 20
    }

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

    .arrow-next {
        right: 10px;
        z-index: 20
    }

    .news-bottom {
        padding: 15px
    }

    .news-title a {
        font-size: 14px;
        line-height: 18px
    }

    .mPartners-item {
        width: 100%
    }

    .news-title {
        margin-bottom: 15px
    }

    .why-list {
        margin-top: 30px
    }

    .membership-item, .why-join li {
        width: 100%
    }

    .mPartners-item p {
        margin-top: 15px
    }

    .mPartners-item h6 {
        font-size: 36px
    }

    .section-bottom {
        margin-top: 50px
    }

    .subscribe-left p {
        font-size: 26px
    }

    .sendFooterForm h6 {
        font-size: 36px
    }

    .membership-item {
        padding-top: 40px;
        padding-bottom: 30px;
        margin-bottom: 20px
    }

    .close-menu {
        width: 30px;
        height: 30px;
        top: 20px;
        right: 20px
    }

    .right-menu {
        padding-top: 45px
    }

    .menu > li {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .team-item {
        margin-bottom: 30px
    }

    .team-right {
        padding-top: 10px
    }

    .team-contact {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .team-contact > p {
        margin-bottom: 5px
    }

    .team-title {
        font-size: 20px
    }
}

@media only screen and (max-width: 400px) {
    .team-photo {
        max-width: 100%;
        overflow: hidden
    }

    .header {
        padding-top: 20px
    }

    .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .burger {
        width: 30px;
        height: 20px;
        right: 10px;
        top: 11px
    }

    .header-right {
        padding-right: 44px
    }

    h2 {
        font-size: 24px
    }

    .why-join p, .why-number p {
        font-size: 14px;
        line-height: 20px
    }

    .mPartners-item h6 {
        font-size: 26px
    }

    .tdu:after {
        width: 200px
    }

    .membership-item {
        padding-top: 30px;
        padding-bottom: 20px
    }

    .mPartners-item p {
        margin-top: 10px
    }

    .subscribe {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .subscribe-left p {
        font-size: 23px
    }

    .sendFooterForm h6 {
        font-size: 30px;
        margin-bottom: 2px
    }
}

@media only screen and (max-width: 350px) {
    .header-language li a {
        font-size: 12px
    }

    .header-language li:first-child:after {
        font-size: 12px;
        position: relative;
        right: -7px
    }

    .header-right {
        padding-right: 35px
    }

    .header-language li {
        margin-right: 14px
    }

    .home-content h1 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 15px
    }

    .home-content {
        margin-top: 45px;
        padding-bottom: 35px
    }

    .why-number li {
        width: 100%
    }

    .why-number span {
        font-size: 30px
    }

    .why-number p {
        margin-top: 5px
    }

    .doingsContent-item {
        margin: 10px 0
    }
}

.businessProtection p {
    font-size: 14px;
    line-height: 25px
}

.businessProtection ul li a {
    font-size: 14px
}

.home-content h1 {
    font-size: 36px
}

.btn a {
    font-size: 10px
}

.businessProtection-pdf a {
    font-size: 12px
}

.subscribe-left p {
    font-size: 24px
}

.sendFooterForm h6 {
    font-size: 28px
}

.event-error {
    font-size: 16px
}

.sendFooterForm-btn input {
    border: 2px solid #0001fe
}

.why-list li {
    font-size: 18px
}

.why-list li p {
    font-size: 12px;
    line-height: 20px
}

.why-number p {
    font-size: 20px
}

.why-join p {
    font-size: 18px
}

.news-title a {
    font-size: 16px
}

.news-category a {
    font-size: 10px
}

.mPartners-item p {
    font-size: 12px;
    line-height: 20px
}

.mission-desc ol li, .mission-desc ul li {
    font-size: 14px;
    line-height: 26px
}

.pdf-info p {
    font-size: 16px
}

.pdf-dec {
    position: absolute;
    right: -webkit-calc(-300% + 183px);
    right: calc(-300% + 183px);
    top: 0;
    bottom: 0;
    width: 300%
}

.pdf {
    position: relative
}

.mission-desc p, .title {
    font-size: 16px
}

.boardDirectors-hover span {
    font-size: 10px
}

.boardDirectors-hover p, .team-title {
    font-size: 20px
}

.team-desc {
    font-size: 10px
}

h2 {
    font-size: 36px
}

.dataAbout li span {
    font-size: 18px
}

.ourAchievements-title {
    font-size: 16px
}

.ourAchievements-desc {
    font-size: 12px
}

.progressCircular-content span {
    font-size: 18px
}

.gallery-title a {
    font-size: 16px
}

.members-input label {
    font-size: 12px
}

.members-input label:before {
    top: 0
}

.home-content p {
    font-size: 12px;
    line-height: 18px;
    max-width: 600px
}

.committees-item a {
    font-size: 16px
}

.committeesList li {
    font-size: 12px
}

.committeesOpen-info p, .committeesOpen-info span, .committeesOpen-title span {
    font-size: 16px;
    line-height: 20px
}

.header-back a {
    font-size: 18px
}

.businessProtection p {
    font-size: 18px;
    line-height: 32px
}

.businessProtection ul li a {
    font-size: 18px
}

.businessProtection-pdf a {
    font-size: 16px
}

.joinWhy li p {
    font-size: 18px;
    line-height: 26px
}

.infoBlockMap-row p {
    line-height: 20px
}

.allNews-container .news-category span {
    font-size: 8px
}

.newsOpen-date {
    font-size: 10px
}

.second-menu li a {
    font-size: 15px
}

.second-menu li {
    line-height: 1.6
}

.joinPopup-title p {
    font-size: 16px
}

.joinPopup-desc p {
    font-size: 12px
}

.membership-btn a, .membership-btn p, .membership-btn span, .membership-title p {
    font-size: 11px
}

.formJoin-checkbox label {
    font-size: 13px
}

.formJoin-input input, .formJoin-pdf li a {
    font-size: 16px
}

.openEvents__info-title {
    font-size: 24px
}

.openEvents__info-list span {
    font-size: 18px
}

.btn.btn-white a {
    line-height: 14px
}

.openEvents__user-desc p {
    font-size: 24px
}

.contactsAnotherTowns-name, .contactsCity__info-item a, .contactsCity__info-item p {
    font-size: 16px
}

.contactsAnotherTowns-title {
    font-size: 46px
}

.contactsCity-title {
    font-size: 64px
}

.projects-container h3, .projectsCompany-title p {
    font-size: 24px
}

.projectsCompany-name {
    font-size: 16px
}

.projectsSpiker-name {
    font-size: 18px
}

.projects-pdf a {
    font-size: 16px;
    position: relative;
    display: inline-block
}

.projects-pdf a:hover {
    text-decoration: none
}

.projects-pdf a:hover:after {
    width: 100%
}

.projects-pdf a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    background: #0001fe
}

.projects-right {
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.searchResults-desc p, .searchResults-status p, .searchResults-status p span {
    font-size: 18px
}

@media only screen and (max-width: 1300px) {
    .header-back {
        left: -80px
    }

    .dataAbout li b, .dataAbout li p {
        font-size: 80px
    }

    .formIndustry .members-input {
        min-width: 290px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        max-width: 256px
    }
    .projects-left:not(.projects-left_sb){
        justify-content: flex-start;
    }
    .projects-item{
        /*max-width: 300px;*/
        margin-right: 20px;
    }
    .projects-right{
        width: 50%;
        /*max-width: 300px;*/
        margin-left: 35px;
    }
    .projects-right h5{
        padding: 35px 35px 0;
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .projects-club__right {
        width: 300px
    }



    .projects-club__left {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px)
    }

    .projects-club .projects-desc {
        padding-right: 15px
    }

    .header-back {
        left: 15px;
        bottom: -40px
    }

    .allNews-wrap, .committees-wrap, .gallery-wrap {
        left: 0
    }

    .committeesList li span {
        margin-left: 0
    }

    .committeesList {
        padding-left: 43px
    }

    .allNews-wrap .news-item {
        max-width: 100%;
        width: -webkit-calc(33.33% - 30px);
        width: calc(33.33% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px
    }



    /*.projects-left {*/
    /*    max-width: 650px*/
    /*}*/

    .projects-right h5 {
        padding: 25px 25px 0;
        font-size: 20px
    }
}

@media only screen and (max-width: 1020px) {
    .popup-small, .registration, .registrationEvent {
        width: 750px
    }

    .doings-left {
        min-height: 613px;
        max-height: 613px
    }

    .event-error {
        margin-top: 20px;
        text-align: center
    }

    .searchResults-desc p {
        line-height: 28px
    }

    .searchResults-name {
        margin-bottom: 20px
    }

    .searchResults-desc {
        margin-top: 20px
    }

    .searchMain {
        margin-bottom: 30px
    }

    .searchResults-status {
        margin-top: 30px
    }

    .searchResults-item {
        margin-bottom: 30px
    }

    /*.projects-left {*/
    /*    -webkit-box-pack: start;*/
    /*    -webkit-justify-content: flex-start;*/
    /*    -ms-flex-pack: start;*/
    /*    justify-content: flex-start*/
    /*}*/

    .projects-item {
        /*max-width: 270px;*/
        margin-right: 15px;
    }
    .projectsCompany-title p{
        font-size: 20px;
    }
    .projectsCompany-name {
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .projectsCompany-name p{
        font-size: 14px;
    }
    .projects-right{
        margin-left: 20px;
        /*max-width: 270px;*/
    }

    .projects-container h3 {
        margin-bottom: 30px;
        font-size: 24px
    }

    .projects-desc p {
        max-width: 100%
    }

    .projects-block {
        margin-bottom: 50px
    }

    .projectsSpiker-desc {
        margin-top: 0
    }

    .projects-container {
        margin-top: 30px
    }

    .openEvents__user-img {
        width: 200px;
        height: 200px
    }

    .openEvents__user-desc p {
        font-size: 22px
    }

    .openEvents__info {
        padding-left: 20px
    }

    .openEvents__info-title {
        font-size: 22px;
        padding-left: 15px
    }

    .openEvents__info-list p {
        font-size: 18px;
        margin-top: 20px
    }

    .openEvents__info-list span {
        font-size: 18px
    }

    .boardDirectors-hover p {
        font-size: 20px;
        margin-bottom: 10px
    }

    .allNews-tabs li a {
        font-size: 30px
    }

    .allNews-filter {
        margin-top: 20px
    }

    .select__current {
        font-size: 16px
    }

    .select__wrap {
        top: 41px
    }

    .title {
        font-size: 16px;
        max-width: 80%;
        margin-top: 0
    }

    .boardDirectors {
        margin-top: 50px
    }

    .committeesOpen-category h3 {
        max-width: 100%
    }

    .committeesOpen-list li {
        width: 33%
    }

    .businessProtection p {
        font-size: 18px;
        max-width: 100%;
        line-height: 30px
    }

    .businessProtection-bottom {
        margin-top: 50px
    }

    .join-img img {
        width: 100%
    }

    .join-right {
        max-width: 100%
    }

    .join-row:nth-child(odd) .join-right > p {
        padding-left: 0;
        margin-top: 50px
    }

    .join-row:nth-child(2n) .join-right > p {
        padding-right: 0;
        margin-top: 50px
    }

    .join {
        margin-bottom: 200px
    }

    .joinWhy li {
        width: 50%
    }

    .allNews-tabs li.active a {
        font-size: 30px
    }

    .newsOpen-photo-label h5 {
        font-size: 22px;
        max-width: 100%
    }

    .newsOpen-wrap > p i {
        margin-left: 30px;
        margin-right: 30px
    }

    .contactsCity__info-item {
        padding-left: 20px;
        padding-right: 20px
    }

    .contactsCity__info-item a, .contactsCity__info-item p {
        font-size: 16px
    }

    .joinPopup {
        width: 750px;
        padding: 30px 15px
    }

    .formJoin-radio > li {
        width: 50%
    }

    .joinPopup-desc {
        margin-bottom: 30px;
        margin-top: 15px
    }

    .formJoin-radio {
        margin-top: 50px
    }

    .formJoin-radio > li .membership-item:after {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0
    }

    .formJoin-radio > li .membership-info li {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }


}
@media only screen and (max-width: 900px) {
    .projects-item {
        /*max-width: 230px;*/
    }
    .projects-right{
        margin-left: 15px;
        /*max-width: 230px;*/
    }
    .projectsCompany-list{
        margin-top: 15px;
    }
    .projects-left_sb{

    }

}
@media only screen and (max-width: 800px) {
    .newsOpen-wrap blockquote p {
        margin-right: 0;
        margin-left: 0;
        max-width: 100%
    }

    .right-logo {
        margin-bottom: 50px
    }

    .progressCircular li {
        width: 50%;
        text-align: center
    }

    .allNews-filter > li:last-child {
        margin-top: 15px
    }

    .progressCircular-content span {
        padding-left: 0;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: left
    }

    .members-input label {
        font-size: 14px
    }

    .members-input label:before {
        width: 15px;
        height: 15px;
        margin-right: 8px
    }

    .members-input {
        min-width: 110px
    }

    .members-content, .members-form {
        margin-top: 10px
    }

    .members-item {
        margin: 10px 20px
    }

    .members-input {
        margin-right: 30px
    }

    .committees-item {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px)
    }

    .committeesList {
        padding-left: 50px
    }

    .committees-item {
        width: 100%;
        margin-bottom: 30px
    }

    .committeesOpen-category h3 {
        font-size: 30px;
        line-height: 40px
    }

    .committeesOpen-info p, .committeesOpen-info span, .committeesOpen-title span {
        font-size: 16px
    }

    .committeesOpen-info a {
        font-size: 14px
    }

    .formIndustry .members-input {
        min-width: 300px;
        max-width: 300px
    }
}

@media only screen and (max-width: 750px) {
    .formIndustry .members-input {
        min-width: 220px;
        max-width: 220px
    }

    .projects-club__right {
        max-width: 100%
    }

    .popup-small, .registration, .registrationEvent {
        width: 480px
    }

    .doings-left {
        min-height: 100%;
        max-height: 100%
    }

    .searchResults {
        padding-top: 10px
    }

    .searchMain {
        margin-bottom: 20px
    }

    .searchResults-status {
        margin-top: 20px;
        margin-bottom: 15px
    }

    .searchResults-item {
        margin-bottom: 20px
    }

    .searchResults-desc p {
        font-size: 16px;
        line-height: 20px
    }

    .searchResults-name a {
        font-size: 20px;
        line-height: 26px
    }

    .section-home.error {
        height: 100vh
    }

    .projects-right {
        max-width: 100%
    }

    .projectsSpiker-desc {
        margin-top: 30px
    }

    .projects-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .openEvents__info, .openEvents__user {
        width: 100%
    }

    .openEvents-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .openEvents:first-child {
        margin-top: 50px
    }

    .openEvents__info-title {
        margin-bottom: 30px
    }

    .openEvents__info-btn {
        margin-top: 30px
    }

    .openEvents__info {
        margin-top: 50px;
        padding-bottom: 50px
    }

    .openEvents__info-title {
        padding-left: 0
    }

    .allNews-wrap .news-item {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px)
    }

    .allNews-tabs li.active a, .allNews-tabs li a {
        font-size: 24px
    }

    .allNews-container {
        margin-top: 30px
    }

    .allNews-filter > li {
        margin-bottom: 15px
    }

    .allNews-filter > li:last-child {
        margin-top: 0
    }

    .allNews-filter > li {
        margin-right: 15px
    }

    .boardDirectors-item {
        width: 50%
    }

    .title {
        max-width: 100%;
        font-size: 14px
    }

    .boardDirectors {
        margin-top: 30px
    }

    .committeesOpen-list li {
        width: 50%;
        margin-bottom: 30px
    }

    .section_blue {
        padding-bottom: 40px
    }

    .businessProtection p {
        font-size: 16px;
        line-height: 24px
    }

    .businessProtection-bottom > div:last-child {
        margin-top: 20px
    }

    .businessProtection-bottom {
        text-align: center
    }

    .businessProtection-bottom > div {
        width: 100%;
        margin-right: 0
    }

    .join-right > p {
        font-size: 20px;
        line-height: 28px
    }

    .join-num p {
        font-size: 267px
    }

    .join-num {
        top: 75%
    }

    .joinWhy li {
        padding-right: 30px
    }

    .joinWhy li p {
        font-size: 16px
    }

    .join {
        margin-bottom: 130px
    }

    .newsOpen-photo-label {
        padding: 15px
    }

    .newsOpen-photo-label h5 {
        font-size: 16px;
        line-height: 20px
    }

    .newsOpen-date {
        margin-top: 30px;
        margin-bottom: 15px
    }

    .newsOpen {
        margin-top: 50px
    }

    .contactsCity-photo {
        width: 100%
    }

    .contactsCity-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contactsCity__info {
        width: 100%;
        padding: 20px 0
    }

    .joinPopup {
        width: 500px;
        padding-top: 50px
    }

    .formJoin-radio > li .membership-item {
        margin-bottom: 0
    }

    .formJoin-radio > li .membership-info li b {
        width: 92px
    }

    .formJoin-radio {
        margin-bottom: 30px
    }

    .formJoin-inputs {
        margin-top: 30px
    }

    .projects-right {
        width: 100%;
        margin-left: 0;
        height: auto;
        padding-bottom: 50px
    }

    .projects-left, .projects-left_sb, .projects-left:not(.projects-left_sb) {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }


    .projectsSpiker-img {
        margin: 0 auto
    }

    .projectsSpiker-name {
        max-width: 100%
    }

    .projects-item {
        min-width: 360px;
        margin-right: 0;
        max-width: 360px
    }

    .footer-form {
        padding-bottom: 80px
    }

    .footer__create {
        color: #fff
    }

    .projects-club {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 50px
    }

    .projects-club .projects-right {
        margin-top: 10px
    }

    .projects-club__right {
        padding-bottom: 30px;
        width: 100%
    }
}

@media only screen and (max-width: 500px) {
    .formIndustry .members-input {
        min-width: 100%;
        max-width: 100%
    }

    .infoBlockMap {
        padding: 15px 10px
    }

    .dataAbout li b {
        font-size: 100px
    }

    .committeesOpen-category > img {
        height: 60px
    }

    #registration_region .select__current, #committees-join__select .select__current {
        font-size: 12px
    }

    #registration_region .select__head, #committees-join__select .select__head {
        padding-left: 15px;
        margin-bottom: 15px
    }

    .registrationEvent-title {
        margin-bottom: 20px
    }

    .registrationEvent {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .registrationEvent-submit input {
        font-size: 10px;
        width: 200px;
        height: 46px
    }

    .registrationEvent-submit {
        margin-top: 20px
    }

    .registration-counter, .registration-title {
        font-size: 14px
    }

    .registration-counter, .registration-title {
        margin-bottom: 20px
    }

    .registration__container {
        margin-top: 20px
    }

    .registration__radio-title, .registration__radio-title span {
        font-size: 14px
    }

    .registration__input, .right-logo {
        margin-bottom: 20px
    }

    .why-list {
        padding-left: 0
    }

    .registration__wrap {
        padding-top: 80px;
        padding-bottom: 40px
    }

    .registration__btn a, .registration__btn button, .registration__btn input[type=submit] {
        width: 150px;
        height: 40px
    }

    .registration__btn a {
        padding-top: 11px
    }

    .registration__input input {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px
    }

    .registration__input p {
        padding-left: 15px
    }

    .registration__radio_elem label:after {
        top: 0
    }

    .registration__btn-submit.sendFooterForm-btn {
        width: 150px
    }

    .registration__radio_elem label {
        font-size: 12px
    }

    .registration__radio-list .registration__radio_elem {
        margin-bottom: 15px
    }

    .registration-desc {
        font-size: 12px
    }

    .popup-small, .registration, .registrationEvent {
        width: 350px;
        padding-left: 15px;
        padding-right: 15px
    }

    .popup-small {
        height: 300px
    }

    .popup-small__submit-join {
        height: unset;
    }

    .popup-small p {
        font-size: 20px;
        margin-bottom: 20px
    }

    .searchResults-name a {
        font-size: 18px
    }

    .searchResults-desc p {
        font-size: 14px;
        line-height: 18px
    }

    .searchResults-name {
        margin-bottom: 10px
    }

    .searchResults-status p, .searchResults-status p span {
        font-size: 16px
    }

    .searchMain-btn {
        top: 9px
    }

    .searchMain-input input {
        height: 36px
    }

    .searchResults-desc {
        margin-top: 10px
    }

    .error-wrap p {
        font-size: 120px
    }

    .error-wrap span {
        font-size: 16px
    }

    .error-wrap .btn {
        margin-top: 30px
    }

    .projectsSpiker-name {
        font-size: 16px;
        margin-top: 15px
    }

    .projects-pdf a {
        font-size: 16px
    }

    .projects-pdf {
        margin-top: 20px
    }

    .newsOpen-wrap > p, .projects-desc p {
        font-size: 14px
    }

    .openEvents__info-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }

    .openEvents__info-list li:last-child {
        margin-bottom: 0
    }

    .projects-container h3 {
        font-size: 18px
    }

    .projects-item {
        margin-right: 0
    }

    .openEvents__info-list p {
        margin-top: 10px;
        margin-bottom: 5px
    }

    .openEvents__info {
        margin-top: 30px;
        padding-bottom: 30px
    }

    .openEvents__user {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .contactsAnotherTowns-title {
        font-size: 30px
    }

    .contactsCity-title {
        font-size: 40px
    }

    .contactsAnotherTowns-info p {
        font-size: 14px
    }

    .contactsCity__info-item {
        margin-bottom: 20px
    }

    .newsOpen-wrap > p i {
        margin: 20px 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px
    }

    .allNews-wrap .news-item {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px
    }

    .allNews-filter > li {
        text-align: center
    }

    .select__wrap {
        top: 42px
    }

    .select__dropdown li {
        text-align: left
    }

    .allNews-filter .select, .allNews-filter .select__head {
        width: 100%
    }

    .allNews-filter .select__head {
        text-align: left
    }

    .datepicker-wrap {
        width: 100%
    }

    .datepicker-wrap:after {
        width: 10px;
        height: 7px
    }

    .allNews-container {
        margin-top: 15px
    }

    .allNews-filter > li {
        width: 100%
    }

    .allNews-tabs li {
        margin-bottom: 15px;
        width: 100%
    }

    .allNews-tabs li, .allNews-tabs li a {
        text-align: center
    }

    .joinWhy li {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px
    }

    .committees-item a {
        font-size: 16px
    }

    .committeesList {
        margin-top: 15px
    }

    .committees-item {
        height: 188px
    }

    .header-back {
        bottom: -35px
    }

    .members-input {
        margin-right: 20px
    }

    .progressCircular li {
        width: 100%;
        text-align: center
    }

    .pdf-dec {
        display: none
    }

    .progressCircular-content span {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        max-width: 100%;
        font-size: 18px;
        line-height: 20px
    }

    .canvas-holder {
        margin: 0 auto
    }

    .dataAbout li, .dataAbout li:first-child {
        text-align: center
    }

    .dataAbout li p {
        font-size: 100px
    }

    .boardDirectors-hover {
        padding-bottom: 30px
    }

    .boardDirectors-hover p {
        font-size: 18px
    }

    .boardDirectors-hover span {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px
    }

    .galleryOpen-item {
        margin: 5px
    }

    .galleryOpen-item:before {
        width: 40px;
        height: 40px
    }

    .galleryOpen-item {
        width: -webkit-calc(33.33% - 14px);
        width: calc(33.33% - 14px)
    }

    .galleryOpen {
        margin-top: 50px
    }

    .committeesOpen-category h3 {
        padding-left: 15px;
        font-size: 24px;
        line-height: 30px
    }

    .committeesOpen-list {
        margin-top: 30px
    }

    .committeesOpen-list li {
        width: 100%
    }

    .committeesOpen-title {
        margin-bottom: 15px
    }

    .committeesOpen {
        margin-top: 58px
    }

    .businessProtection p {
        line-height: 22px
    }

    .businessProtection ul li a {
        font-size: 18px
    }

    .businessProtection-pdf a {
        font-size: 16px
    }

    .joinPopup {
        width: 350px;
        padding-left: 10px;
        padding-right: 10px
    }

    .formJoin-radio > li {
        width: 100%
    }

    .formJoin-radio > li .membership-item {
        padding-top: 20px;
        padding-bottom: 15px
    }

    .formJoin-radio > li .membership-btn {
        margin-top: 15px
    }

    .formJoin-input input {
        height: 35px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px
    }

    .formJoin-pdf li {
        margin-bottom: 15px
    }

    .formJoin-pdf li:last-child {
        margin-bottom: 0
    }

    .projects-container h3 {
        margin-bottom: 20px
    }

    .projects-container {
        margin-top: 20px
    }

    .projects-right h5 {
        padding-top: 25px;
        padding-left: 20px
    }

    .projectsCompany-list li p, .projectsCompany-list li p a {
        font-size: 14px
    }

    .projectsCompany-list {
        padding: 0 10px;
        margin-top: 20px
    }

    .projects-right {
        height: auto;
        padding-bottom: 30px
    }

    .canvas-data {
        line-height: 156px
    }

    .canvas-holder, .canvas-holder canvas {
        width: 156px;
        height: 156px
    }

    .arrow-next svg, .arrow-prev svg {
        fill: #fff
    }

    .popup-close {
        width: 30px;
        height: 30px;
        -webkit-background-size: cover;
        background-size: cover;
        top: 10px;
        right: 15px
    }

    .registration__wrap {
        padding-top: 50px
    }

    .mission-desc ol {
        padding-left: 20px
    }

    .newsOpen-wrap blockquote {
        width: 100%;
        max-width: 100%;
        margin-left: -2px;
        padding-left: 8px;
        padding-right: 8px
    }

    .newsOpen-wrap blockquote p {
        margin-top: 10px;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 400px) {
    .projects-item {
        min-width: 100%;
        max-width: 100%
    }

    .header-back {
        left: 10px;
        bottom: -35px
    }

    .popup-small {
        width: 350px
    }
}

@media only screen and (max-width: 350px) {
    .popup-close {
        right: 10px
    }

    .registration, .registrationEvent {
        width: 320px;
        padding-left: 10px;
        padding-right: 10px
    }

    .registration__btn-submit.sendFooterForm-btn, .registration__btn a, .registration__btn button, .registration__btn input[type=submit] {
        width: 130px
    }

    .joinPopup, .popup-small {
        width: 320px
    }

    .joinPopup {
        padding-top: 80px
    }

    .formJoin-radio {
        margin-top: 15px
    }

    .businessProtection p {
        font-size: 14px;
        line-height: 22px
    }

    .boardDirectors-item {
        width: 100%
    }

    .boardDirectors-hover {
        padding-bottom: 50px
    }

    .boardDirectors-hover p {
        font-size: 20px
    }

    .boardDirectors-hover span {
        font-size: 12px
    }

    .galleryOpen-item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px)
    }

    .committeesOpen-category h3 {
        font-size: 22px
    }

    .home-wrap {
        margin-top: 0
    }
}

@media (orientation: landscape) and (max-width: 736px) {
    .home-wrap {
        margin-top: 0;
        padding-bottom: 30px;
        padding-top: 50px
    }

    .home {
        min-height: 450px
    }

    .error-wrap {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        padding-bottom: 30px
    }

    .error-wrap .btn {
        margin-top: 30px
    }
}

@media (orientation: landscape) and (max-width: 667px) {
    .home-content {
        margin-top: 150px
    }

    .error-wrap p {
        font-size: 140px
    }
}

@media (orientation: landscape) and (max-width: 568px) {
    .home-content {
        margin-top: 200px
    }

    .error-wrap p {
        font-size: 100px
    }

    .error-wrap span {
        font-size: 14px
    }

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

@media (max-height: 800px) {
    .menu > li > a, .menu > li > p {
        font-size: 20px
    }

    .close-menu {
        width: 30px;
        height: 30px
    }

    .right-logo {
        margin-bottom: 40px
    }

    .menu > li {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .right-menu {
        padding-top: 50px
    }
}