html {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #263238;
    font-size: 14px;
}

body {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #263238;
    font-size: 14px;
    overflow: inherit;
}

.uk-button {
    white-space: nowrap;
}
#load {
    content: '';
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #ECEFF1;
    z-index: 9999999;
    opacity: 1;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #ecedee;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #9e9c9e;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #660099;
}

::-webkit-resizer {
    width: 7px;
    height: 0px;
}

::-webkit-scrollbar {
    width: 7px;
}

.uk-lightbox {
    z-index: 99999 !important;
    background: rgb(0 0 0 / 45%);
}

.uk-link, a {
    color: #b388ff;
}
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #660099;
    text-decoration: none;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #263238;
}

header {
    position: relative;
}

header.main .uk-slider.uk-slider-container {
    height: 530px;
}

header .uk-slider.uk-slider-container {
    height: 220px;
}

header.main .uk-slider.uk-slider-container li {
    height: 530px;
}

header .uk-slider.uk-slider-container li {
    height: 220px;
}

#slider-main ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 51, 255);
    background: linear-gradient(16deg, rgba(0, 51, 255, 0) 61%, rgba(0, 51, 255, 0.51) 100%);
    mix-blend-mode: overlay;
    z-index: 0;
}

div#leftbar {
    min-width: 240px;
    max-width: 385px;
    height: 530px;
    position: fixed;
    top: 0;
    left: 0;
    background: #660099;
    z-index: 99999;
    text-align: center;
    transition: all .25s ease-in-out;
}

div#leftbar.close {
    min-width: 240px;
    max-width: 385px;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    background: #660099;
    z-index: 99999;
    text-align: center;
    transition: all .6s ease-in-out;
}

div#leftbar.close #rrr-wrap a {
    position: absolute;
    top: -40px;
    right: 20px;
}

header.nofix {
    position: relative;
}

div#topbar .uk-container {
    position: relative;
}

div#topbar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 50%);
}

div#topbar .uk-container:after {
    content: '';
    width: calc(100% - 80px);
    height: 1px;
    background: #D1C4E9;
    position: absolute;
    bottom: 0;
    left: 40px;
}

div#topbar.active .uk-container:after {
    content: '';
    opacity: 0;
}

div#topbar {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 60px;
    margin: 0;
}

div#topbar.active {
    background: #263238;
}

div#topbar.active:before {
    content: '';
    opacity: 0;
}

div#topbar ul#menu {
    margin: 0;
    float: left;
    display: table;
    width: auto;
}

div#topbar ul#menu li {
    float: left;
    margin-right: 40px;
    margin-top: 0;
}

div#topbar ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    position: relative;
}

div#topbar ul li a:hover {
    text-decoration: none;
    color: #B388FF;
    transition: color .3s ease-in-out;
}

div#phone-top {
    color: #fff;
    float: right;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    text-transform: uppercase;
}

div#phone-top.open:after {
    content: '';
    height: 5px;
    width: 100%;
    background: #B388FF;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    z-index: 1;
}

#phone-top span {
    line-height: 60px;
    position: absolute;
    right: 0;
}

#search {
    color: #fff;
    float: left;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    width: 50px;
    text-align: center;
    position: relative;
}

#search span {
    line-height: 60px;
    width: 100%;
}

#search.open:after {
    content: '';
    height: 5px;
    width: 100%;
    background: #B388FF;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

div#logo {
    margin: 25px auto;
    display: table;
    position: relative;
    transition: margin .3s ease-in-out;
}

#leftbar.close div#logo {
    margin: 6px auto 16px;
}

div#logo:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #D1C4E9;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

#leftbar.close div#logo:after {
    display: none;
}

div#leftbar ul {
    margin-top: 50px;
    position: relative;
    display: none;
}

div#leftbar ul:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #D1C4E9;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

div#leftbar ul li {
    transition: all .3s ease-in-out;
}

div#leftbar ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
}

div#leftbar ul li a:hover, div#leftbar ul li.active a {
    text-decoration: none;
    color: #B388FF;
}

div#close-menu.close {
    opacity: 0.8;
}

div#close-menu span {
    font-size: 32px;
}

div#close-menu.close span {
    font-size: 32px;
}

#leftbar.close #rrr-wrap a span {
    display: none;
}

#rrr-wrap a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    transition: all .3s ease-in-out;
}

#rrr-wrap a:hover {
    text-decoration: none;
    color: #B388FF;
}

#rrr-wrap a svg {
    display: table;
    margin: 50px auto 0;
}

div#close-menu {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0.4;
    transition: opacity .3s ease-in-out;
}

div#close-menu span {
    position: absolute;
    left: 20px;
    bottom: 0;
}

div#close-menu:hover {
    cursor: pointer;
    opacity: 0.6;
}

div#slider-main {
    z-index: 1;
    position: relative;
}

div#slider-main li>.uk-container {
    position: relative;
    height: 100%;
}

#slider-main h3 {
    color: #fff;
    font-weight: bold;
    margin: 0 !important;
}

.slider-desc {
    width: 100%;
    max-width: 1200px;
}

.base-page-slider .slider-desc {
    top: 60%;
}

.uk-button.uk-button-default.uk-button-purple {
    background: #609;
    color: #fff;
    border: 1px solid #609;
    font-weight: 500;
    line-height: 36px;
    height: 40px;
}

.uk-button.uk-button-default.uk-button-purple:hover {
    background: #B388FF;
    color: #fff;
    border: 1px solid #B388FF;
}

a.play-video {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding-right: 60px;
    display: table;
    line-height: 1.4;
}

a.play-video:hover {
    color: #B388FF;
    text-decoration: none;
}

a.play-video span {
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 40px;
}

header .slider-nav {
    height: 40px;
    position: relative;
    width: 100px;
    margin-top: -50px;
    margin-left: 0;
}

ul#menu li a {
    position: relative;
}

ul#menu li a:after {
    content: '';
    height: 5px;
    width: 100%;
    background: #B388FF;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: 1;
}

ul#menu li a.open:after, ul#menu li.active a:after {
    content: '';
    height: 5px;
    width: 100%;
    background: #B388FF;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    z-index: 1;
}

ul#menu li a:hover:after {
    content: '';
    opacity: 1;
}

.uk-slider-nav a {
    color: #fff;
    opacity: 0.7;
    transition: opacity .3s ease-in-out;
}

.uk-slider-nav a:hover {
    opacity: 1;
}

.tags li {
    display: inline-block;
    margin-right: 10px;
}

.tags li a {
    color: #78909C;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.tags li.back-item a {
    padding-left: 20px;
}

.tags li a span {
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
}

.tags li a:hover,
.tags li a:focus {
    color: #660099;
    text-decoration: none;
}

#sliderNewsMainNav li {
    color: #660099;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
}

#sliderNewsMainNav li.date-active {
    color: #263238;
    position: relative;
}

#sliderNewsMainNav li:after {
    content: '';
    width: 50%;
    height: 4px;
    background: #660099;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#sliderNewsMainNav li.date-active:after {
    content: '';
    opacity: 1;
}

#sliderNewsMain h4 {
    font-size: 28px;
    line-height: 1.2;
}

.figure {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
}

.month-time {
    display: inline-block;
    position: relative;
    line-height: 1.1;
    margin-left: 5px;
    font-size: 14px;
}

div#sliderNewsMainNav {
    display: inline-block;
    width: 82%;
    float: left;
}

#main-news {
    position: relative;
}

#main-news li div a {
    position: relative;
    display: block;
}

#main-news .mask {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(0, 51, 255);
    background: linear-gradient(16deg, rgba(0, 51, 255, 0) 61%, rgba(0, 51, 255, 0.51) 100%);
    z-index: 0;
}

#sliderNewsMain li a:hover {
    color: #660099;
    text-decoration: none;
}

#sliderNewsMain li a h4 {
    color: #1E1E1E;
}

#sliderNewsMain li a:hover h4 {
    color: #660099;
}

#sliderNewsMainNavWrap {
    position: relative;
}

#sliderNewsMainNavWrap:after {
    content: '';
    width: 100%;
    border-bottom: 1px dashed #B0BEC5;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: -1;
}

div#sliderNewsMain {
    margin-bottom: 30px;
}

a.full-link {
    background: #ECEFF1;
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    display: inline-block;
    border-radius: 40px;
    color: #2B2A29;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 28px;
    float: left;
    margin-right: 10px;
}

a.full-link:hover,
a.full-link:focus {
    background: #B388FF;
    color: #fff;
    text-decoration: none;
}

#sliderNewsMainNav a span {
    height: 40px;
    line-height: 40px;
    color: #B0BEC5;
}

#sliderNewsMainNav .uk-position-center-left-out {
    right: 101%;
}

#sliderNewsMainNav .uk-position-center-right-out {
    left: 96%;
}

a.full-link-icon {
    background: #78909C;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    float: right;
    margin-top: 28px;
}

a.full-link-icon span {
    line-height: 40px;
}

#main-project {
    background: rgb(236, 239, 241);
    background: linear-gradient(90deg, rgba(236, 239, 241, 1) 0%, rgba(242, 244, 245, 1) 27%, rgba(255, 255, 255, 1) 40%, rgba(236, 239, 241, 1) 57%);
}

.height-project {
    height: 450px;
    position: relative;
}

.height-project svg {
    max-height: 110px;
    width: auto;
}

.height-project svg path, .height-project svg polygon {
    fill: #660099 !important;
}

.desc-project {
    background: #ECEFF1;
    position: relative;
}

.desc-project .uk-position-center-left {
    left: 70px;
}

.desc-project h4 {
    text-transform: uppercase;
    font-weight: bold;
    color: #660099;
}

#main-project .uk-position-center-left-out {
    right: calc(50% - 100px);
    width: max-content;
    top: 70%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    color: #B0BEC5;
}

#main-project .uk-position-center-right-out {
    left: 59%;
    top: 70%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    color: #B0BEC5;
    transition: all .2s ease-in-out;
}

#main-project .uk-position-center-left-out:hover,
#main-project .uk-position-center-right-out:hover {
    background: #78909C;
    color: #fff;
}

#app h4 {
    font-size: 24px;
    line-height: 1.1;
    font-weight: bold;
    color: #263238;
}

.block-info-app {
    margin-top: 60px;
}

footer {
    background: #263238;
    color: #fff;
}

footer li {
    padding: 2px 0;
    margin-top: 0 !important;
}

footer li a {
    color: #fff;
}

ul.uk-list.before-list li:first-child a {
    font-weight: bold;
}

footer li a:hover,
footer li a:focus,
footer li.active {
    color: #78909C;
    text-decoration: none;
}

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

.copyright span {
    position: absolute;
    top: 0;
    left: -20px;
}

.date-event-slider {
    position: relative;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 8px;
}

.date-event-slider span {
    position: absolute;
    top: 0;
    left: 0;
    color: #B388FF;
}

.location-event-slider {
    position: relative;
    color: #fff;
    padding-left: 30px;
    margin-top: 8px;
}

.location-event-slider span {
    position: absolute;
    top: 0;
    left: 0;
    color: #B388FF;
}

.link-event-slider a {
    border-radius: 40px;
    color: #fff;
    position: relative;
    padding-right: 45px;
    float: right;
    margin-top: 8px;
}

.link-event-slider a span {
    position: absolute;
    top: 0;
    right: 20px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
}

.logo-event-slider {
    padding-right: 30px;
}

.pagetitle {
    font-weight: bold;
    margin-bottom: 35px;
}

section.content {
    background: #ECEFF1;
}

.nav-bar-page {
    display: inline-block;
    float: left;
}

.nav-bar-page ul {
    display: inline-block;
    float: left;
    margin-bottom: 0;
}

.nav-bar-page .full-link-icon {
    margin: 0 0 0;
    font-size: 24px;
}

.nav-bar-page-date {
    display: inline-block;
    float: right;
}

.nav-bar-page li {
    display: inline-block;
    margin-right: 10px;
    float: left;
    margin-top: 0 !important;
}

.nav-bar-page li a {
    color: #78909C;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    padding: 0 20px;
}

.nav-bar-page li.active {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: table;
    padding: 0 20px;
    color: #263238;
    background: #fff;
    box-shadow: 0 15px 20px rgb(0 0 0 / 19%);
}

.nav-bar-page li a:hover {
    color: #660099;
    text-decoration: none;
}

.nav-bar-page>a:hover {
    background: #660099;
    color: #fff;
    text-decoration: none;
}

#date_result {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: table;
    padding: 0 20px;
    color: #263238;
    background: #fff;
    box-shadow: 0 15px 20px rgb(0 0 0 / 19%);
    border: none;
    float: left;
    max-width: 115px;
    outline: none;
}

.nav-bar-page-date .full-link-icon {
    margin: 0 0 0 10px !important;
}

.nav-bar-page-wrap {
    min-height: 40px;
    margin-bottom: 60px;
    position: relative;
}

.item-news {
    min-height: 300px;
    display: block;
    position: relative;
}

.item-news:hover {
    box-shadow: 0 20px 30px rgb(0 0 0 / 18%);
    z-index: 4;
}

.item-img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #9E9E9E;
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: .3;
}

.item-img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(38, 50, 56);
    background: linear-gradient(0deg, rgba(38, 50, 56, 1) 0%, rgba(38, 50, 56, 0) 52%);
    z-index: 2;
    mix-blend-mode: multiply;
}

.item-img {
    min-height: 300px;
    display: block;
    position: relative;
    z-index: 3;
}

.item-img>div {
    min-height: 300px;
    display: block;
    position: relative;
}

.item-desc {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .3s linear;
    z-index: 6;
    width: 100%;
    box-sizing: border-box;
}

.item-news:hover .item-desc {
    background: #fff;
    box-shadow: 0 20px 30px rgb(0 0 0 / 18%);
}

.item-desc>a h4 {
    color: #fff;
    font-weight: 500;
    transition: color .3s linear;
    margin-bottom: 0;
}

.item-news:hover .item-desc>a h4 {
    color: #263238;
}

.item-desc>a {
    color: #fff;
    transition: color .4s linear;
}

.item-news:hover .item-desc p {
    color: #263238;
}

.item-desc a:hover,
.item-desc a:focus {
    text-decoration: none;
}

.item-desc p {
    display: none;
}

.item-desc .tags li a {
    font-size: 12px;
}

.item-desc .tags li a:hover {
    color: #B388FF;
}

a.item-category {
    color: #B388FF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

.date-item span {
    color: #B388FF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
}

.date-item .tags {
    display: inline-block;
    margin: 0;
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

.item-news:hover .date-item .tags {
    opacity: 1;
}

.date-item {
    float: left;
    margin-top: 10px;
}

.link-item-wrap {
    float: right;
}

.link-item {
    font-weight: bold;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #B388FF;
    color: #B388FF;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 12px;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.link-item:hover {
    border: 2px solid #660099;
    color: #fff;
    background: #660099;
}

.item-news:hover .link-item {
    opacity: 1;
}

a.refresh {
    text-align: center;
    display: table;
    margin: 60px auto 0;
    color: #78909C;
    font-weight: bold;
    text-transform: uppercase;
    transition: color .3s ease-in-out;
}

a.refresh:hover {
    color: #660099;
    text-decoration: none;
}

.color-menu-wrap>div {
    min-height: 300px;
}

.color-menu-wrap>div>div {
    z-index: 1;
}

.color-menu-wrap>div>div a {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    position: relative;
    padding-left: 85px;
    z-index: 1;
    text-decoration: none;
    display: table;
}

.color-menu-wrap>div>div a span {
    position: absolute;
    left: 0;
    top: -5px;
}

#color-menu {
    position: relative;
}

#color-menu:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(102, 153, 255);
    background: linear-gradient(140deg, rgba(102, 153, 255, 1) 0%, rgba(0, 150, 136, 1) 100%);
}

#color-menu.one:before {
    content: '';
    background: rgb(102, 153, 255);
    background: linear-gradient(-140deg, rgba(102, 153, 255, 1) 0%, rgba(0, 150, 136, 1) 100%);
}

#color-menu:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(102, 0, 153);
    background: linear-gradient(140deg, rgba(102, 0, 153, 1) 0%, rgba(255, 171, 0, 1) 100%);
}

#color-menu.two:after {
    content: '';
    background: rgb(102, 0, 153);
    background: linear-gradient(-140deg, rgba(102, 0, 153, 1) 0%, rgba(255, 171, 0, 1) 100%);
}

.item-time {
    display: inline-block;
    float: left;
    margin-right: 15px;
    color: #78909C;
}

.item-date {
    display: inline-block;
    float: left;
    margin-right: 15px;
    color: #78909C;
}

.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    height: 35px !important;
    width: 35px !important;
    background-size: 35px 35px !important;
}

.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge,
.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__mobile-popup-badge {
    background-color: #d8dfe2 !important;
}

.ya-share2__badge {
    border-radius: 0 !important;
    color: #78909C !important;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: %2378909C' d='M19.623 7.66c.12-.372 0-.643-.525-.643h-1.745c-.44 0-.644.237-.763.491 0 0-.898 2.17-2.152 3.576-.406.406-.593.542-.813.542-.119 0-.271-.136-.271-.508V7.644c0-.44-.136-.644-.509-.644H10.1c-.27 0-.44.203-.44.407 0 .423.627.525.694 1.711v2.576c0 .559-.101.66-.322.66-.593 0-2.033-2.185-2.897-4.676-.17-.492-.339-.678-.78-.678H4.593C4.085 7 4 7.237 4 7.491c0 .458.593 2.762 2.762 5.813 1.44 2.084 3.49 3.202 5.338 3.202 1.118 0 1.254-.254 1.254-.678v-1.575c0-.509.101-.594.457-.594.254 0 .712.136 1.746 1.136 1.186 1.186 1.39 1.728 2.05 1.728h1.745c.509 0 .746-.254.61-.745-.152-.492-.728-1.203-1.474-2.05-.407-.475-1.017-1-1.203-1.255-.254-.339-.186-.474 0-.78-.017 0 2.118-3.015 2.338-4.032' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}

.ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: %2378909C' d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0014.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: %2378909C' d='M11.674 6.536a1.69 1.69 0 00-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 001.688-1.687 1.69 1.69 0 00-1.688-1.688zm0 5.763a4.08 4.08 0 01-4.076-4.075 4.08 4.08 0 014.076-4.077 4.08 4.08 0 014.077 4.077 4.08 4.08 0 01-4.077 4.075zm-1.649 3.325a7.633 7.633 0 01-2.367-.98 1.194 1.194 0 011.272-2.022 5.175 5.175 0 005.489 0 1.194 1.194 0 111.272 2.022 7.647 7.647 0 01-2.367.98l2.279 2.28a1.194 1.194 0 01-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 11-1.689-1.689l2.279-2.279' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}

.ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: %2378909C' d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}

.sub-item-img {
    padding: 20px 0 10px;
    position: relative;
    overflow: hidden;
}

.ya-share2.ya-share2_inited {
    display: table;
    float: left;
}

.copyright-item {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #78909C;
}

.info-item h4 {
    font-weight: bold;
    font-size: 21px;
}

.info-item a {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #78909C;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.info-item a span {
    position: absolute;
    top: -3px;
    left: 0;
}

.info-item a:hover {
    color: #660099;
    text-decoration: none;
}

section#also {
    background: #ECEFF1;
}

.also-item h3 {
    font-size: 1.9rem;
}

.also-item {
    border-bottom: 1px dashed #78909C;
    margin-bottom: 40px;
}

.also-item a:hover {
    text-decoration: none;
    color: #660099;
}

.also-item a:hover h3 {
    text-decoration: none;
    color: #660099;
}

#ajax-result, #joinForm {
    width: 100%;
    height: auto;
    background: #263238;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 6;
    padding-top: 100px;
    padding-bottom: 60px;
    color: #fff;
}

#ajax-result:before, #joinForm:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 51, 255);
    background: linear-gradient(16deg, rgba(0, 51, 255, 0) 61%, rgba(0, 51, 255, 0.51) 100%);
    mix-blend-mode: overlay;
    z-index: 0;
}

#ajax-result>.uk-container, #joinForm>.uk-container {
    width: 100%;
    height: 100%;
}

div#search-block .uk-search {
    display: block;
}

div#search-block .uk-search-input {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    background: rgb(26, 26, 26);
    background: linear-gradient(180deg, rgba(26, 26, 26, 1) 0%, rgba(38, 50, 56, 1) 100%);
    border-bottom: 2px solid #78909C;
    color: #fff;
    width: 100%;
    max-width: 540px;
    text-align: left;
}

div#search-block .uk-search-input::-webkit-input-placeholder {
    color: #78909C;
}

div#search-block .uk-search-input::-moz-placeholder {
    color: #78909C;
}

div#search-block .uk-search-input:-moz-placeholder {
    color: #78909C;
}

div#search-block .uk-search-input:-ms-input-placeholder {
    color: #78909C;
}

#ajax-result h5, #joinForm h5 {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    display: inline-block;
}

#ajax-result h4, #joinForm h4 {
    color: #78909C;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 25px 0 15px;
    display: block;
}

#ajax-result p, #joinForm p {
    margin: 3px 0;
}


#ajax-result a.uk-button, #joinForm a.uk-button {
    background-color: #660099;
    color: #fff;
    border-color: #660099;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}

#ajax-result a.uk-button:hover,
#ajax-result a.uk-button:focus, #joinForma a.uk-button:hover, #joinForma a.uk-button:focus {
    background-color: #B388FF;
    color: #fff;
    border-color: #B388FF;
}

#ajax-result a.link-phone {
    margin: 3px 0;
    display: block;
    color: #fff;
    font-size: 21px;
}

#ajax-result a.link-phone:hover {
    text-decoration: none;
    color: #78909C;
}

div#search-block .uk-button-default {
    background-color: #660099;
    color: #fff;
    border-color: #660099;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px;
}

div#search-block .uk-button-default:hover,
div#search-block .uk-button-default:focus {
    background-color: #B388FF;
    color: #fff;
    border-color: #B388FF;
}

div#close-bar {
    display: inline-block;
    color: #78909C;
    text-transform: uppercase;
    position: relative;
    padding-right: 30px;
    margin-left: 30px;
    font-weight: bold;
}

div#close-bar:hover {
    color: #B388FF;
    cursor: pointer;
}

div#close-bar span {
    position: absolute;
    bottom: -2px;
    right: 0;
}

.link-padding {
    color: #fff;
    position: relative;
    padding-right: 20px;
    display: table;
}

.link-padding:hover {
    text-decoration: none;
    color: #78909C;
}

.link-padding span {
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 14px;
    color: #78909C;
}

.soc-list li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 0 !important;
}

.soc-list li a {
    color: #fff;
    display: block;
}

.soc-list li a path {
    fill: #fff;
}

.soc-list li a:hover path {
    fill: #B388FF;
}


/* calendar styles */

#calendar {
    -moz-user-select: none;
    border: none;
    color: #fff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    padding: 0;
    width: 100%;
    background: #263238;
    max-width: 360px;
}

#calendar .title::selection {
    background: none;
}

#calendar .navigation {
    border-bottom: 1px solid #78909C;
    color: #78909C;
    font-weight: 500;
    padding: 1px;
    position: relative;
    text-transform: uppercase;
}

#calendar .navigation .title {
    color: #fff;
    line-height: 60px;
    margin: 0;
    text-align: left;
    font-weight: bold;
    height: 60px;
}

#calendar .navigation a span {
    height: 60px;
    line-height: 60px;
}

#calendar .navigation .prev,
#calendar .navigation .next {
    height: 60px;
    opacity: 0.9;
    position: absolute;
    top: 4px;
    width: 24px;
}

#calendar .navigation .prev.uk-disabled, #calendar .navigation .next.uk-disabled {
    opacity: 0.4;
}

#calendar .navigation .prev {
    left: 100px;
    color: #78909C;
}

#calendar .navigation .next {
    left: 75px;
    color: #78909C;
}

#calendar .navigation .prev:hover,
#calendar .navigation .next:hover {
    opacity: 1;
}

#calendar .navigation_year a {
    display: inline-block;
    float: left;
    font-weight: bold;
    color: #fff;
    position: relative;
}

#calendar .link_year.active a:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #fff;
    position: absolute;
    bottom: -4px;
    left: 0;
}

#calendar .navigation_year .link_year {
    margin-right: 15px;
    display: inline-block;
}

#calendar .navigation_year a:hover {
    color: #78909C;
    text-decoration: none;
}

#calendar a.arhive_link {
    color: #78909C;
    margin-right: 20px;
}

#calendar a.arhive_link:hover {
    color: #fff;
}

#calendar .navigation_year {
    display: block;
    position: relative;
    clear: both;
    height: 30px;
    line-height: 30px;
}

#calendar table {
    border-collapse: collapse;
    font-size: 0.9em;
    table-layout: fixed;
    width: 100%;
    margin-top: 20px;
}

#calendar table th {
    border: 0 none;
    font-weight: 500;
    padding: 0.7em 0.3em;
    text-align: center;
}

#calendar table td {
    border: 0 none;
    padding: 1px;
}

#calendar table td a {
    color: #78909C;
    display: block;
    font-weight: 500;
    opacity: 0.7;
    padding: 6px;
    text-align: right;
    text-decoration: none;
    cursor: default;
    margin: 1px 10px;
}

#calendar table td a:hover {
    background-color: rgb(255 255 255 / 12%);
}

#calendar table td.current a {
    font-weight: bold;
    opacity: 1;
    color: #fff;
    cursor: default;
}

#calendar table td.today a {
    background-color: #FFAB00;
    color: #444444;
    font-weight: 500;
    opacity: 1;
    cursor: default;
}

#calendar table td.active a {
    background-color: #660099;
    color: #fff;
    font-weight: 500;
    opacity: 1;
    cursor: pointer;
}

.calendar_info_number {
    font-size: 38px;
    font-weight: bold;
    color: #78909C;
    float: left;
    height: 40px;
    line-height: 40px;
}

.calendar_info_date {
    font-size: 12px;
    font-weight: bold;
    color: #78909C;
    float: left;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 5px;
    margin-left: 10px;
}

.calendar_info_wrap {
    margin-top: 140px;
    font-size: 16px;
}

.calendar_info_item {
    margin-top: 0 !important;
    margin-bottom: 50px;
    color: #fff;
    text-decoration: none;
}

.calendar_info_item:hover {
    color: #78909C;
    text-decoration: none;
}

.modWebLink {
    position: absolute !important;
    top: 40px;
    left: 30px;
    min-height: inherit !important;
    display: table;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.modWebLinkImg {
    background: #fff;
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-top: -10px;
    float: left;
    margin-right: 10px;
}

.modWebLinkImg span {
    color: #263238;
    font-size: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modWebLink img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

#header_project {
    min-height: 530px;
    position: relative;
}

#header_project .uk-position-center {
    top: 60%;
}

#header_project .slider-desc {
    z-index: 1;
}

#header_project > div {
    height: 530px;
}

#header_project h1 {
    color: #fff;
    font-weight: bold;
    margin: 0 !important;
}
#header_project:after {
content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 51, 255);
    background: linear-gradient(16deg, rgba(0, 51, 255, 0) 61%, rgba(0, 51, 255, 0.51) 100%);
    mix-blend-mode: overlay;
    z-index: 0;
}

#header_project:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 55%);
    mix-blend-mode: multiply;
    z-index: 0;
}

.number_project {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.address_project {
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.year-list li {
    display: inline-block;
    margin-right: 20px;
}

.year-list li a {
    color: #78909C;
    font-size: 24px;
    font-weight: bold;
}

.year-list li a:hover, .year-list li.active a {
    color: #fff;
    text-decoration: none;
}

.desc_project h3, .experts h3 {
    font-weight: bold;
}

.main_topics ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main_topics ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 3px;
}

.main_topics ul li:after {
    content: '—';
    position: absolute;
    left: 0;
    top: 0;
}

.desc_project {
    background: #ECEFF1;
}

.part ul {
    list-style: decimal;
    margin: 0;
    padding: 0 0 0 20px;
}

.part ul li {
    position: relative;
    padding-left: 2px;
    margin-bottom: 3px;
}

.part ul li::marker {
    unicode-bidi: isolate-override;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    font-weight: bold;
}

.experts li:first-child {
    padding: 20px 120px 20px 0;
    position: relative;
}

.experts li {
    padding: 20px 120px 20px 0px;
    position: relative;
}

.experts li:after {
    content: '';
    height: calc(82% - 20px);
    width: 1px;
    background: #ECEFF1;
    position: absolute;
    right: 70px;
    top: 20px;
}

.experts li:last-child:after {
    content: '';
    opacity: 0;
    height: calc(82% - 20px);
    width: 1px;
    background: #ECEFF1;
    position: absolute;
    right: 70px;
    top: 20px;
}

.experts li h4 {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 25px;
}

.experts li p {
    margin: 0;
}

.experts .uk-position-bottom-left-out {
    left: 0;
    width: max-content;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #ECEFF1;
    color: #78909C;
    visibility: visible !important;
    opacity: 1;
}

.experts .uk-position-bottom-right-out {
    left: 40px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #ECEFF1;
    color: #78909C;
    transition: all .2s ease-in-out;
    visibility: visible !important;
    opacity: 1;
}

.experts a.uk-invisible {
    opacity: 0.5;
}


.item-project-img {
    min-height: 165px;
    position: relative;
}

.item-project-img svg {
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    max-height: 110px;
    width: auto;
}

.item-project svg path, .item-project svg polygon {
    fill: #660099 !important;
}



.item-project.full_item a {
    background: #ECEFF1;
    display: block;
    padding: 30px;
    position: relative;
    min-height: 280px;
    transition: all .3s ease-in-out;
}

.item-project a {
    background: #ECEFF1;
    display: block;
    padding: 30px;
    position: relative;
    min-height: 80px;
    transition: all .3s ease-in-out;
}

.item-project a h3 {
    margin: 0;
    font-weight: bold;
}
.item-project a p {
    color: #263238;
    margin: 10px 0 0;
}

.item-project a:hover {
    text-decoration: none;
    background: #660099;
}

.item-project a:hover svg path, .item-project a:hover svg polygon {
    fill: #fff !important;
}

.item-project a:hover h3,.item-project a:hover p  {
    color: #fff;
}

.item-project-desc {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
}

.item-project_ajax a {
    padding: 20px 0;
}

.item-project_ajax svg path, .item-project_ajax svg polygon {
    fill: #78909C !important;
    transition: fill .3s ease-in-out;
}

.item-project_ajax a:hover svg path, .item-project_ajax a:hover svg polygon {
    fill: #fff !important;
}

.item-project_ajax a h3 {
    margin: 0 0 15px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}
.item-project_ajax a p {
    color: #78909C;
    margin: 10px 0 0;
}

.item-project_ajax a:hover {
    text-decoration: none;
}

.item-project_ajax .item-project-img svg {
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    max-height: 85px;
    width: auto;
    max-width: 170px;
}

.members_item a {
    background: #ECEFF1;
    display: block;
    padding: 30px;
    position: relative;
    min-height: 120px;
    transition: all .3s ease-in-out;
}

.members_item a h4 {
    font-weight: bold;
}

.members_item_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 60px);
}

.members_item i {
    color: #263238;
    font-style: normal;
}

.members_item a:hover {
    text-decoration: none;
    background: #660099;
}

.members_item a:hover h4, .members_item a:hover i  {
    color: #fff;
}

.uk-subnav-slider>*>a:focus, .uk-subnav-slider>*>a:hover {
    background: transparent;
    opacity: 1;
    text-decoration: none;
}

.uk-subnav-slider li.active>a {
    background: transparent !important;
    color: #660099 !important;
    border-bottom: 4px solid #660099;
    opacity: 1;
}

.uk-subnav-slider>.uk-active>a {
    background-color: transparent;
    color: #fff;
}

.uk-subnav-slider li a {
    padding: 0 !important;
    border-bottom: 4px solid transparent;
    height: 40px;
    color: #263238 !important;
    font-weight: 600;
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 12px;
    display: table;
    box-sizing: border-box;
    line-height: 40px;
}

.ul-list-mod li {
    position: relative;
    margin-left: 20px;
}

.ul-list-mod li:after {
    content: '—';
    position: absolute;
    top: 0;
    left: -20px;
}

.item-pdf a {
    display: block;
    position: relative;
}

.item-pdf a:hover {
    text-decoration: none;
}


.item-pdf a h4 {
    font-weight: bold;
    font-size: 14px;
    margin: 15px 0;
}


.members_ajax strong {
    color: #78909C;
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

svg#map_top {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.members_ajax li a {
    color: #fff;
    text-decoration: none;
}

.members_ajax a:focus, .members_ajax a:hover {
    color: #B388FF;
    text-decoration: none;
}
a.get_link {
    position: relative;
    display: table;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-right: 25px;
    color: #78909c;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

a.get_link span {
    position: absolute;
    top: 8px;
    right: 0;
    color: #f0506e;
    opacity: 0.6;
}

a.get_link:hover span {
    opacity: 1;
}

div#joinForm .uk-input {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    background: rgb(26, 26, 26);
    background: linear-gradient(180deg, rgba(26, 26, 26, 1) 0%, rgba(38, 50, 56, 1) 100%);
    border-bottom: 2px solid #78909C;
    color: #fff;
    width: 100%;
    text-align: left;
    border-top: none;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    font-size: 12px;
}

.uk-form-custom button.uk-button.uk-button-default {
    background: rgb(120,144,156);
    background: linear-gradient(180deg, rgba(120,144,156,1) 0%, rgba(98,116,125,1) 100%);
    color: #fff;
    border: none;
    font-weight: bold;
    position: relative;
    padding-right: 40px;
    padding-left: 20px;
    cursor: pointer;
}

.uk-form-custom button.uk-button.uk-button-default span {
    line-height: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 10px;
}

.uk-form-custom:hover {
    cursor: pointer;
}

.uk-form-custom:hover button.uk-button.uk-button-default {
    background: rgb(120,144,156);
    background: linear-gradient(0deg, rgba(120,144,156,1) 0%, rgba(98,116,125,1) 100%);
    cursor: pointer;
}

div#joinForm .uk-form-custom {
    float: left;
}

.info_file {
    float: left;
    margin-left: 20px;
    color: #78909C;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: #660099;
    border-color: transparent;
}

.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
    background-color: #660099;
}

.uk-checkbox:focus, .uk-radio:focus {
    outline: 0;
    border-color: #660099;
}

.uk-checkbox, .uk-radio {
    border: 1px solid #78909C;
}

#uk-alert .uk-alert-danger {
    background: #f0506e;
    color: #fff;
}

#uk-alert .uk-alert {
    position: fixed;
    bottom: 15px;
    z-index: 99999;
    right: 15px;
}
.uk-modal {
    z-index: 99999;
    background: rgb(0 0 0 / 45%);
}

a.modal-link {
    position: relative;
    padding-left: 30px;
    color: #eee;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
}

a.modal-link span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #78909C;
}

a.modal-link:hover {
    color: #78909C;
}

.swal2-container {
    z-index: 9999999 !important;
}

input.error {
    outline: 1px solid brown;
}

.uk-modal-dialog {
    width: 495px;
    background: #263238;
}

.uk-modal-body {
    padding: 45px;
}

div#callback .uk-input {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    background: rgb(26, 26, 26);
    background: linear-gradient(180deg, rgba(26, 26, 26, 1) 0%, rgba(38, 50, 56, 1) 100%);
    border-bottom: 2px solid #78909C;
    color: #fff;
    width: 100%;
    text-align: left;
    border-top: none;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    font-size: 12px;
}

div#callback h2 {
    color: #fff;
}

#header_project svg path {
    fill: #fff !important;
}

.uk-button:disabled {
    background: #eee !important;
    color: #b1afaf !important;
    border: 1px solid #eee !important;
}

#modal-listdoc p, #modal-order p, #modal-listdoc h2, #modal-order h2, #modal-order, #modal-listdoc {
    color: #fff;
}

#modal-listdoc .uk-modal-dialog, #modal-order .uk-modal-dialog {
    width: 570px;
}

div#header_members {
    background: #ECEFF1;
    
    position: relative;
    min-height: 530px;
}

div#header_members>.uk-container {
    position: relative;
}
div.top_header_members {
    padding: 130px 0 10px;
    background: rgb(26,35,126);
    background: linear-gradient(10deg, rgba(26,35,126,1) 57%, rgba(0,0,255,1) 100%);
}

.photo_members {
    margin-bottom: -140px;
}
div#header_members h1 {
    color: #fff;
    font-weight: bold;
}

div#header_members p {
    color: #fff;
}

div#header_members a {
    color: #fff;
}

div#header_members a:hover {
    color: #b388ff;
    text-decoration: none;
}
img.header_members_logo {
    padding: 10px 10px;
    background: #fff;
}

div#header_members blockquote {
    font-size: 1.3rem;
    font-style: normal;
    color: #263238;
    padding: 60px 60px 60px 100px;
    position: relative;
}

div#header_members blockquote:after {
    content: '\201C';
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 165px;
    color: #B388FF;
    line-height: 1.2;
}

.year_members strong {
    font-size: 1.5rem;
    display: block;
}

.uk-hr, hr {
    border-top: 2px solid #eceff1;
}

.cont_members strong {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}

.cont_members {
    margin-bottom: 30px;
}

.link_soc_members {
    display: inline-block;
    float: right;
    margin-top: 20px;
}

a.soc_members {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
}

a.vk_link:after {
    content: '\f189';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

a.telegram_link:after {
    content: '\f2c6';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

a.instagram_link:after {
    content: '\f16d';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

a.ok_link:after {
    content: '\f263';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

a.twitter_link:after {
    content: '\f099';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

a.facebook_link:after {
    content: '\f09a';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

a.youtube_link:after {
    content: '\f16a';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

a.linkedin_link:after {
    content: '\f0e1';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

.uk-button.uk-button-default.uk-button-purple.revers {
    background: #B388FF;
    border: 1px solid #B388FF;
}

.uk-button.uk-button-default.uk-button-purple.revers:hover {
    background: #609;
    border: 1px solid #609;
}

.item-docs  {
    margin: 10px 0;
    background: #ECEFF1;
    display: block;
    padding: 30px;
    position: relative;
    transition: all .3s ease-in-out;

}
.item-docs:hover {
    text-decoration: none;
    background: #660099;

}
.item-docs h3 {
    font-weight:700;
}

.item-docs p, .item-docs h3 {
    color:#263238;
}

.item-docs:hover p, .item-docs:hover h3 {
    color:#fff;
}

.block_position_members {
    position: absolute;
    margin-top: 160px;
}

.block_position_members h4 {
    color: #263238;
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 16px;
}

.block_position_members i {
    color: #263238 !important;
    margin: 0;
    font-size: 14px;
}

.quote_block {
    min-height: 185px;
}

#cont_page h4 {
    color: #78909C;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 25px 0 15px;
    display: block;
}

#cont_page .link-padding {
    color: #263238;
}

#cont_page a.link-phone {
    margin: 3px 0;
    display: block;
    color: #263238;
    font-size: 21px;
}

#cont_page p {
    margin: 3px 0;
}

a.go_map span {
    font-size: 14px;
}

a.go_map:hover {
    color: #fff;
}

#date_news_list {
    padding: 0;
}

#date_news_list>a {
    padding: 10px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #eceff1;
    color: #263238;
    display: block;
}

#date_news_list>a:hover, #date_news_list>a.active  {
    background: #78909C;
    cursor: pointer;
    color: #fff;
}

#tags_wrap {
    display: none;
    padding: 20px 0 40px;
}

#tags_wrap a {
    color: #78909c;
}
#tags_wrap a:hover {
    color: #660099;
    text-decoration: none;
}

#also .modWebLink {
    left: 55px;
}

img.also-item-video {
    max-height: 200px;
}

.bottom_footer {
    color: #78909C;
    font-size: 12px;
    padding: 20px 0 40px;
}

.development a {
    line-height: 1.2;
    color: #78909C;
    position: relative;
    display: table;
    padding-left: 30px;
    float: right;
    font-size: 12px;
    margin-top: 20px;
    margin-right: 20px;
}

.development svg {
    max-width: 25px;
    position: absolute;
    left: -10px;
    top: 3px;
}

.starlike {
    fill: #78909C;
}

.development a:hover {
    color: #b388ff;
}

.development a:hover .starlike {
    fill: #b388ff;
}

.social-item {
    color: #78909C;
}

.wrap_pagetitle {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding-left: 110px;
}

.wrap_pagetitle svg {
    display: table;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wrap_pagetitle h1 {
}

.wrap_pagetitle h4 {
    font-weight: bold;
}

.services a h4 {
    font-weight: bold;
}

a.services {
    padding: 45px;
    display: block;
    box-sizing: border-box;
    background: #F2EFF9;
    min-height: 370px;
    position: relative;
    transition: all .2s ease-in-out;
}

.link-services {
    font-weight: bold;
    height: 40px;
    display: table;
    border-radius: 40px;
    border: 2px solid #B388FF;
    color: #B388FF;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 12px;
    transition: all .4s ease-in-out;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

a.services:hover {
    background: #660099;
    color: #fff;
}

a.services:hover svg path, a.services:hover svg polyline {
    fill: #fff !important;
    stroke: #fff !important;
}

a.services:hover svg path.fillnone, a.services:hover svg polyline.fillnone {
    fill: none !important;
}

a.services:hover h4 {
    color: #fff;
}

a.tel_link {
    font-size: 18px;
    color: #263238;
}
a.mailto {
    font-size: 16px;
}

.logo-event-slider svg path {
    fill: #fff !important;
}

.date-event-slider {
   max-width: 140px; 
}

.link-event-slider {
    float: right;
}

.uk-table-hover tbody tr:hover, .uk-table-hover>tr:hover {
    background: #fff;
}

ul .company-list .uk-list>*>ul, .uk-list>:nth-child(n+2) {
    margin-top: 0;
}
