body {
    font-family: 'Avenir Next Cyr';
    font-size: 14px;
    color: #000000;
    line-height: 1.5em;
    font-weight: 500;
}

body > svg {
    width: 0;
    height: 0;
    position: absolute
}

@media (min-width: 1300px) {
    .container {
        max-width: 1280px;
    }
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.rs-header {
    background: #ebebeb;
    padding: 22px 0;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-input {
    background: #fff;
    border: none;
    outline: none;
    height: 31px;
    font-size: 12px;
    padding: 0 30px 0 15px;
    width: 312px;
}

.rs-social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.rs-social li a i {
    font-size: 21px;
}

.rs-social li:not(:last-child) {
    margin-right: 15px;
}

.rs-lan-version {
    font-size: 14px;
    color: #6c6c6c;
    text-decoration: none;
    border-bottom: 1px solid #29bdbf;
    display: inline-block;
    line-height: 1.4em;
    transition: all 0.3s;
}

.rs-lan-version:hover {
    border-bottom: 1px solid transparent;
}

.search-line {
    position: relative;
}

.search-btn {
    background: url(../img/search-btn.png) center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 6px;
    border: none;
    cursor: pointer;
}

.search-btn:focus {
    outline: none;
}

.headers-btn {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}


.user_account_link {
    background-color: #007db6;
    background-image: url(../img/user_account_icon.png);

}

.message_link {
    background: #29bdbf;
    background-image: url(../img/message_icon.png);
}

.headers-btn_link {
    color: #fff;
    text-decoration: none;
    padding: 12px 20px 12px 55px;
    display: inline-block;
    line-height: 1.3em;
    background-position: center left 12px;
    background-repeat: no-repeat;
}

.user_account_link:hover {
    background-color: #036fa0;
}

.message_link:hover {
    background-color: #1ca6a8;
}

.rs-header .rs-social li a i {
    color: #939393;
}

.rs-header .rs-social li a:hover i {
    color: #222;
}



.footer-top {
    background: #04285c;
    padding: 40px 0;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer-nav_link {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-nav_link:hover {
    opacity: 0.7;
}

.footer-bottom {
    padding: 40px 0;
    background: #021d44;
    font-size: 12px;
}

.footer-bottom {
    color: #fff;
}

.footer-logo-wr {
    display: flex;
    align-items: center;

}

.footer-copi {
    font-size: 12px;
    margin-right: 15px;
}

.footer-bottom-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-mail a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #29bdbf;
}

.footer-bottom .rs-social li a i {
    color: #007db6;
}

.footer-flex {
    display: flex;
    align-items: center;
}

.footer-flex > img {
    margin-right: 8px;
}

.rs-about {
    background: url(../img/about.png) center no-repeat;
    background-size: cover;
}

.about-wr {
    top: -70px;
    position: relative;
}

.rs-line {
    background: #fff;
    padding: 30px 40px;
}

.line_blbg {
    background: #005d87;
}

.rs-title {
    font-size: 30px;
    font-weight: 600;
    color: #04285c;
    margin-bottom: 20px;
    line-height: 1.24em;
}

.line_blbg .rs-title {
    color: #fff;
}

.rs-promo {
    padding-bottom: 227px;
    background: #ebebeb;
}

.about_image img {
    width: 100%;
}

.about_image {
    margin-left: -40px;
    margin-right: -40px;
}

.about_video {
    margin-left: -40px;
    margin-right: -40px;
}

.about_desc {
    font-size: 16px;
    line-height: 1.5em;
}

.rn-btn {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background-color: #007db6;
    padding: 10px 20px;
    margin-left: 7px;
    position: relative;
    z-index: 2;
    box-shadow: -7px 7px 0px 0px #ebebeb;
    border: none;
    cursor: pointer;
}

.rn-btn:hover {
    background-color: #036fa0;
}

.rn-btn:focus {
    outline: none;
}

.about_moreLink span {
    border-bottom: 1px solid #29bdbf;
    display: inline-block;
}

.about_moreLink {
    font-weight: 500;
    color: #007db6;
    text-decoration: none;
    background: url(../img/more-icon.png) top 6px right no-repeat;
    padding-right: 26px;
}

.about_moreLink:hover {
    color: #002559;
    background: url(../img/more-icon-hov.png) top 6px right no-repeat;
}

.rn-btn.btn_bl {
    background: #29bdbf;
}

.rn-btn.btn_bl:hover {
    background-color: #1ca6a8;
}

.about_more {
    margin-bottom: 34px;
}

.about-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-btns .rn-btn {
    margin-right: 30px;
}

.event_month {
    color: #29bdbf;
    font-size: 30px;
    line-height: 1.24em;
}

.event_year {
    font-size: 14px;
    color: #258dbc;
    line-height: 1.24em;
}

.event_desk {
    color: #9bd9ee;
    line-height: 1.57em;
    font-size: 16px;
}

.event_info {
    display: flex;
}

.event_date {
    width: 120px;

}


.event_text {
    width: calc(100% - 120px);
}

.event_text p:last-child {
    margin-bottom: 0;
}

.event_title {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    display: inline;
    border-bottom: 1px solid #29bdbf;
    line-height: 1.6em;
    font-weight: 600;
}

.event_title_no_underline {
    border-bottom: 1px solid transparent;
}

.event_title:hover {
    border-bottom: 1px solid transparent;
}

.event_prevImage img {
    max-width: 288px;
    width: 100%;
}

.event_prevImage {
    margin-bottom: 20px;
}

.event_item {
    padding: 40px 0;
    position: relative;
}

.event_item:first-child {
    padding-top: 0;
}

.event_item:not(:last-child):after {
    content: "";
    position: absolute;
    width: 300px;
    height: 1px;
    background: #29bdbf;
    left: 0;
    bottom: 0;
}

.calendar-event {
    box-shadow: -7px 7px 0px 0px #004c6e;
    background-image: url(../img/calendar-icon.png);
    background-position: center left 10px;
    padding-left: 40px;
    background-repeat: no-repeat;
}

.rs-info {
    background: #f2f2f2;
}

.news-list .news_item:first-child {
    padding-top: 0;
}

.news_item {
    padding: 30px 0;
}

.news_desk {
    line-height: 1.57em;
}

.news_title {
    font-size: 14px;
    color: #007db6;
    text-decoration: none;
    display: inline;
    border-bottom: 1px solid #29bdbf;
    line-height: 1.6em;
    font-weight: 600;
}

.news_title:hover {
    border-bottom: 1px solid transparent;
}

.news_desk {
    padding-top: 10px;
}

.news_date-month {
    line-height: 1.254em;
    color: #000000;
    font-size: 18px;
}

.news_date-year {
    font-size: 12px;
    color: #919191;
}

.news-top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.news_item:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}

.news_img {
    width: 128px;
    margin-right: 15px;
}

.news_img img {
    width: auto;
}

.product-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 170px;
    height: 170px;
    padding: 12px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 1.24em;
    position: relative;
    transition: all 0.3s;
    margin: 0 auto;
}

.product-item > span {
    position: relative;
    z-index: 10;
}

.product-item:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.product-sub-title {
    margin-bottom: 5px;
}

.info-slider {
    padding: 0 70px;
}

.rs-info-row {
    display: flex;
    margin: 0 -15px;
}

.rs-info-col {
    padding: 0 15px;
}


.wr-banners {
    padding: 90px 0;
}

.wr-banners .dopbanners_link {
    display: inline-block;
}

.wr-banners .dopbanners_link:not(:last-child) {
    margin-bottom: 20px;
}

.dopbanners {
    width: auto;
    max-width: 100%;
}

.rs-info-col.col3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.rs-info-col.col3 .rs-line:not(:last-child) {
    margin-bottom: 35px;
}

.rs-info-col.col2 .rs-line {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 30px;
}

.info-slider .partners-item img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.partners-item {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-item img {
    max-height: 130px;
}

.rs-info-col.col1 {
    width: 20%
}

.rs-info-col.col2 {
    width: 30%
}

.rs-info-col.col3 {
    width: 50%
}

/*
.rs-info-col.col3{
    width: 620px;
}
*/

.rs-promo {
    position: relative;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 210px;
    color: #fff;
    text-decoration: none;
    background: #002559;
    padding: 8px 0;
    position: absolute;
    left: calc((100% - 1250px) / 2);
    top: 0;
    z-index: 10;
}

.nav-menu li a {
    text-decoration: none;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    display: block;
}

.nav-menu > li > a {
    position: relative;
}
a.notlink{
    pointer-events: none;
}

.nav-menu > li > a:after {
    content: "";
    height: 1px;
    width: calc(100% - 50px);
    background: #007db5;
    position: absolute;
    left: 25px;
    bottom: -1px;
}

.up-icon {
    display: inline-block;
    background: url(../img/ar-right.png) center no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 25px;
    top: 19px;
}

.nav-menu > li:hover > .up-icon {
    background: url(../img/ar-right-hov.png) center no-repeat;
}



.nav-menu > li:last-child > a:after {
    display: none;
}

.nav-menu > li:hover > a {
    background: #007db5;
}

.nav-menu > li:hover > a:after {
    display: none;
}

.nav-menu li {
    position: relative;
}

.sub-menu {
    display: none;
}

.nav-menu li:hover > .sub-menu {
    display: block;
}

.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 210px;
    top: 0;
    width: 240px;
    background: #ebebeb;
    padding: 0;
    z-index: 20;
}

.sub-menu li a {
    color: #1584ba;
    position: relative;
}

.sub-menu li a:after {
    content: "";
    height: 1px;
    width: calc(100% - 50px);
    background: #d8d6d6;
    position: absolute;
    left: 25px;
    bottom: -1px;
}

.sub-menu li a:hover {
    color: #002559;
}

.promo-text_title {
    font-size: 30px;
    font-weight: 700;
    color: #04285c;
    line-height: 1.24em;
    margin-bottom: 20px;
}

.promo-text_item {
    background: #fff;
    padding: 50px 40px;
}

.promo-text_subtitle {
    color: #000000;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.promo-text {
    position: absolute;
    right: calc((100% - 1250px) / 2);
    bottom: 100px;
    z-index: 10;
    width: 450px;
    box-shadow: 11px 11px 38px 0px rgba(42, 42, 42, 0.29);
    background: #fff;
}

.promo-slider .owl-dot {
    width: 40px;
    height: 4px;
    background: #cac9ca;
    margin-right: 5px;
    display: inline-block;
}

.promo-slider .owl-dots {
    position: absolute;
    left: calc((100% - 1250px) / 2);
    bottom: -50px;
}

.promo-slider .owl-dot.active {
    background: #007db6;
}


.owl-next:hover,
.owl-prev:hover {
    opacity: 0.7;
}

.btns-slider .owl-next {
    background: url(../img/next-icon.png) center no-repeat;
    width: 46px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.btns-slider .owl-prev {
    background: url(../img/prev-icon.png) center no-repeat;
    width: 46px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}


.promo-slider .owl-prev {
    background: url(../img/prev-icon.png) center no-repeat;
    width: 46px;
    height: 12px;
}

.promo-slider .owl-next {
    background: url(../img/next-icon.png) center no-repeat;
    width: 46px;
    height: 12px;
}

.promo-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    position: absolute;
    right: calc((100% - 220px) / 2);
    bottom: -45px;

}


#bw-rmenu {
    position: fixed;
    top: 0%;
    left: -100%;
    bottom: 0%;
    z-index: 1000;
    width: 100%;
    background: #002559;
    transition: left .25s;
    padding: 0 15px;
    text-align: center;
    overflow-y: auto;
    padding-bottom: 20px;
}


#bw-rmenu.bw-show {
    left: 0;
}

#bw-rmenu > ul.nav {
    display: block;
    padding: 15px;
}

#bw-rmenu > ul.nav > li {
    display: block;
    width: 100%;
}

#bw-rmenu > ul.nav > li > a {
    padding: 15px 0;
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #1b7aba;
    text-align: center;
}

#bw-rmenu > ul.nav > li > a:hover {
    text-decoration: none;
    color: #dcf0fe;
}

#bw-rmenu .sub-menu {
    display: block;
    position: relative;
    background: none;
    width: 100%;
    background: #ebebeb;
}

#bw-rmenu .sub-menu li a {
    display: block;
    color: #1584ba;
}

#bw-rmenu .sub-menu li:last-child a:after {
    display: none;
}

#bw-rmenu ul {
    list-style: none;
    padding: 0;
    padding-top: 0;
}

#bw-rmenu .search-line {
    display: block;
    margin-top: 10px;
}

#bw-rmenu .search-line .search-input {
    width: 100%;
    height: 40px;
    font-size: 14px;
}

#bw-rmenu .rs-social {
    display: flex;
    justify-content: center;
}

#bw-rmenu .rs-social li a i {
    font-size: 26px;
}

#bw-rmenu .rs-social li {
    margin: 0 13px;
}

#bw-rmenu .search-line .search-btn {
    right: 10px;
    top: 11px;
}

#bw-rmenu .up-icon {
/*
    width: 40px;
    height: 40px;
*/
    right: 0;
    top: 7px;
    width: 100%;
    height: 100%;
    background-position: top 15px right 15px;
}

#bw-rmenu .nav-menu {
    display: block;
    position: relative;
    left: auto;
    width: 100%;
    text-align: left;
}

#bw-rmenu .nav-menu .sub-menu {
    display: block;
    position: relative;
    left: auto;
    display: none;
}

#bw-rmenu ul li > a {
    color: #fff;
}

#bw-rmenu ul li a {
    text-decoration: none;
    line-height: 1.23em;
    display: inline-block;
}


#bw-rmenu ul li a:hover {
    color: #6bceec;
}

#bw-rmenu > ul {
    padding-top: 00px;
}

#bw-rmenu .rs-lan-version {
    color: #fff;
}

#bw-rmenu > ul > li > a {
    padding: 20px 10px;
    display: block;
    line-height: 1em;
}

#bw-rmenu .header-logo img {
    max-width: 100px;
}

#bw-rmenu .header-logo {
    top: 0;
    padding: 10px;
    text-align: center;
    display: block;

}

.bw-rmenu-toggle {
    display: none;
    margin-left: 10px;
}

.bw-rmenu-toggle img {
    width: 30px;
}

.top-menu-img {
    padding: 20px 15px;
    text-align: right;
}

.ufl-logo-wr {
    position: relative;
    padding-left: 20px;
}

.ufl-logo-wr:after {
    content: "";
    position: absolute;
    left: 0;
    background: #cecece;
    width: 1px;
    height: 38px;
    top: 10px;
}

.logo_utf_logo {
    display: flex;
    align-items: center;
}

.logo_utf_logo .ufl-logo-wr {
    margin-left: 20px;
    position: relative;
    top: -3px;
}

@media (max-width: 1300px) {
    .logo_img {
        max-width: 200px;
    }

    .nav-menu,
    .promo-slider .owl-dots {
        left: calc((100% - 1110px) / 2);
    }

    .promo-text {
        right: calc((100% - 1110px) / 2);
    }

    .promo-slider .owl-nav {
        right: calc((100% - 137px) / 2);
    }
}

@media (max-width: 1199px) {
    .search-input {
        width: 150px;
    }

    .promo-text_title {
        font-size: 30px;
    }

    .promo-text_item {
        padding: 30px 20px;
    }

    .nav-menu,
    .promo-slider .owl-dots {
        left: calc((100% - 930px) / 2);
    }

    .promo-text {
        right: calc((100% - 930px) / 2);
    }

    .promo-slider .owl-nav {
        right: calc((100% - 10px) / 2);
    }

    .about-btns .rn-btn {
        margin-right: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .nav-menu {
        display: none;
    }

    .bw-rmenu-toggle {
        display: block;
    }

    .headers-btn_link {
        font-size: 0;
        padding: 17px 20px 18px 35px;
    }

    .search-line {
        display: none;
    }

    .logo_img {
        max-width: 150px;
    }

    .footer-bottom {
        padding: 30px 0;
    }

    .rs-info-col.col1 {
        width: 30%;
    }

    .rs-info-col.col2 {
        width: 70%;
    }

    .rs-info-col.col3 {
        width: 100%;
    }

    .rs-info-row {
        flex-wrap: wrap;
    }

    .promo-text {
        width: 400px;
        right: 50%;
        margin-right: -200px;
    }

    .promo-slider .owl-dots {
        display: none;
    }

    .promo-slider .owl-nav {
        right: calc((100% - 674px) / 2);
    }

    .footer-nav {
        flex-wrap: wrap;
    }

    .footer-nav_link {
        font-size: 16px;
        padding: 5px 0;
        display: inline-block;
    }

    .footer-top {
        padding: 20px 0;
    }

    .about-ruef {
        order: 1;
    }

    .important-info-ruef {
        order: 0;
    }
}

@media (max-width: 768px) {
    .rs-title {
        font-size: 25px;
    }

    .rs-social {
        display: none;
    }

    .promo-text {
        width: 510px;
        margin-right: -255px;
    }

    .promo-slider .owl-nav {
        bottom: -30px;
        right: 50%;
        margin-right: -60px;
    }


    .promo-text_item {
        padding-top: 50px;
    }

    .rs-header {
        padding: 10px 0;
    }

    .nav-menu > li > a:after {
        left: 0;
        width: 100%;
    }
}

@media (max-width: 560px) {
    .promo-text {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
    }

    .promo-text_title {
        font-size: 25px;
    }

    .rs-promo {
        padding-bottom: 30px;
    }

    .about-wr {
        top: auto;
    }

    .rs-line {
        padding: 20px 15px;
    }

    .promo-slider {
        z-index: 15;
    }

    .about_image {
        margin-left: -15px;
        margin-right: -15px;
    }

    .event_info {
        flex-wrap: wrap;
    }

    .event_text {
        width: 100%;
        padding-top: 10px;
    }

    .rs-info-col.col1,
    .rs-info-col.col2 {
        width: 100%
    }

    .rs-info-col.col1 {
        display: none;
    }

    .rs-info-col.col2 .rs-line {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .info-slider {
        padding: 0 50px;
    }

    .footer-nav_item {
        width: 100%;
        text-align: center;
    }

    .ufl-logo-wr {
        display: none;
    }

    .rs-header .rs-lan-version {
        display: none;
    }

    .logo_img {
        max-width: 120px;
    }

    .header-logo {
        display: flex;
        align-items: center;
    }
}

.inner-container {
    display: flex;
    flex-wrap: wrap;
}

.inner-container_l .wr-banners {
    padding: 60px 0;
}

.rs-breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    margin-bottom: 20px;
}

.breadcrumbs_item {
    color: #989898;
    margin-right: 25px;
    position: relative;
}

.breadcrumbs_item:not(:last-child):after {
    position: absolute;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #d7d7d7;
    content: "";
    border-radius: 50%;
    right: -14px;
}


.breadcrumbs_link {
    color: #62abcc;
    text-decoration: none;
    transition: all 0.3s;
}

.breadcrumbs_link:hover {
    color: #000;
}

.rs-inner .nav-menu {
    position: relative;
    left: auto;
    top: auto;
}

.inner-container_r {
    padding: 40px 0 60px 0;
    width: calc(100% - 280px);
    position: relative;
    z-index: 25;
}

.inner-container_l {
    width: 280px;
    z-index: 40;
}

.inner_title {
    font-size: 48px;
    font-weight: 600;
    color: #04285c;
    line-height: 1.24em;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 40px;
    position: relative;
}

.inner_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 510px;
    height: 3px;
    background: #ebebeb;
    left: 0;
}

.contact-user_list {
    display: flex;
    flex-wrap: wrap;
}

.contact-user_col {
    width: 190px;
    margin-bottom: 30px;
    margin-right: 35px;
}

.contact-user_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-user_position {
    font-size: 16px;
    color: #29bdbf;
    font-weight: 500;
    margin-bottom: 15px;
}

.contact-user_photo {
    margin-bottom: 15px;
}

.contact-user_photo img {
    width: auto;
    max-width: 100%;
}

.contact-user_list {
    margin-bottom: 40px;
}

.inner-content {
    font-size: 16px;
    line-height: 1.5em;
}

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

.inner-content p a {
    text-decoration: none;
    color: #007db6;
}

.inner-content ul li {
    position: relative;
    padding-left: 15px;
}

.inner-content ul li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    top: 10px;
    background: #29bdbf;
    border-radius: 50%;
}

.inner-content p + ul {
    margin-top: -10px;
}

.inner-content p strong {
    font-weight: 600;
}

.office_item p {
    margin: 0;
}

.contact_text {
    margin-bottom: 50px;
}

.office_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.office_col {
    width: 300px;
    margin-bottom: 15px;
    margin-right: 60px;
}

.office_item {
    padding-left: 26px;
}

.office_item.addres {
    background: url(../img/contact-addres.svg) top 3px left no-repeat;
}

.office_item.phone {
    background: url(../img/contact-phone.svg) top 3px left no-repeat;
    margin-bottom: 19px;
}

.office_item.mail {
    background: url(../img/contact-mail.svg) top 5px left no-repeat;
}

.office_item.mail .mail {
    color: #007db6;
    text-decoration: none;
    border-bottom: 1px solid #007db6;
}


.inner-top_desk {
    font-size: 18px;
    line-height: 1.5em;
}

.inner-top_desk {
    margin-bottom: 35px;
}

.inner-filter {
    background: #d3d1d1;
    padding: 20px 30px 10px 30px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.rs-select + .ui-selectmenu-button.ui-button {
    font-size: 12px;
    background: #fff;
    font-family: 'Avenir Next Cyr';
    font-weight: 500;
    border: none;
    border-radius: 0;
    padding: 7px 3px 7px 15px;
    color: #000;
}

.rs-select + .ui-selectmenu-button.ui-button:focus {
    outline: none;
}

.ui-menu .ui-menu-item-wrapper {
    font-size: 12px;
    font-family: 'Avenir Next Cyr';
    font-weight: 500;
    padding: 4px 30px 4px 15px;
}

.rs-select + .ui-selectmenu-button.ui-button .ui-icon {
    background: url(../img/select-icon.svg) center no-repeat;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #29bdbf;
    border-color: #29bdbf;
}

.filter_item {
    margin-right: 10px;
    margin-bottom: 10px;
}

.all-filter,
.add-contacts,
.create-event-btn {
    margin-bottom: 10px;
    font-size: 12px;
    color: #007db6;
    cursor: pointer;
    background: url(../img/plus-icon.svg) right center no-repeat;
    padding-right: 15px;
}

.inner-item {
    padding: 40px 0;
    border-bottom: 1px solid #f2f2f2;
}

.inner-item_link a {
    font-size: 18px;
    color: #007db6;
    text-decoration: none;
    display: inline;
    border-bottom: 1px solid #29bdbf;
    line-height: 1.7em;
    font-weight: 600;
}

.inner-item_link a:hover {
    border-bottom: 1px solid transparent;
}

.inner-item_link {
    margin-bottom: 10px;
    line-height: 1.2em;
}

.inner_line .inner-item:first-child {
    padding-top: 0;
}

.inner-item_type {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    color: #29bdbf;
    background: #ccf2f2;
    padding: 5px 15px;

}

.inner-item_addres {
    background: url(../img/contact-addres.svg) left top 3px no-repeat;
    font-size: 14px;
    padding-left: 25px;
    line-height: 1.57em;
}

.inner-item_addres p {
    margin: 0;
}

.inner-item_eventinfo p {
    margin: 0;
    line-height: 1.625em;
}

.inner-item_eventinfo {
    margin-bottom: 15px;
}

.inner-item_eventinfo p span {
    color: #919191;
}

.inner-item {
    display: flex;
    flex-wrap: wrap;
}

.inner-item_photo {
    width: 240px;
}

.inner-item_photo img{
    width: auto;
    max-width: 100%;
}

.inner-item_text {
    width: calc(100% - 240px);
    padding-left: 30px;
}

.item_photo_logo {
    position: absolute;
    right: 5px;
    top: 5px;
}

.photo_logo_span {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
}

.inner-item_photo {
    position: relative;

}

.item_photo_logo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.item_photo_logo img {
    width: auto;
    max-width: 100%;
}

.photo_logo_span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-pag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.pag_list {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.pag_item {
    padding: 0;
}

.pag_item:after {
    display: none;
}

.inner-content .pag_item {
    padding: 0;
    padding: 0 8px;
}

.pag_link {
    text-decoration: none;
    color: #007db6;
    font-size: 14px;
    transition: all 0.3s;
}

.pag_link:hover {
    color: #000;
}

.pag_item.active .pag_link {
    color: #000;
}

.pag-next {
    background: url(../img/next-icon.png) center no-repeat;
    /*width: 46px;*/
    /*height: 12px;*/
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
}

.pag-next:hover,
.pag-prev:hover {
    opacity: 0.6;
}

.pag-prev {
    background: url(../img/prev-icon.png) center no-repeat;
    /*width: 46px;*/
    /*height: 12px;*/
    cursor: pointer;
    transition: all 0.3s;
    display: flex;

}

.hid-filter {
    display: none;
}

.hid-filter.active {
    display: block;
}

.bg-gray {
    background: #f5f5f5;
    padding: 40px;
    box-shadow: 10px 10px 0px 0px #ebebeb;
}

.bg-gray .rs-title {
    color: #9f9e9e;
}

.bg-gray .inner-filter {
    margin: 0 -40px;
    margin-bottom: 40px;
}

.inner-prev_link {
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    color: #007db6;
    background: url(../img/back-link.svg) center left no-repeat;
    padding-left: 32px;
    background-size: 20px;
}

.inner-prev_link:hover span {
    border-bottom: 1px solid transparent;
}

.inner-prev_link span {
    border-bottom: 1px solid #29bdbf;
    display: inline-block;
    line-height: 1.7em;
}

.inner-prev {
    margin-bottom: 30px;
}

.inner-content h4 {
    font-size: 18px;
    color: #002559;
    margin-bottom: 10px;
}

.inner-content .sub-title {
    font-size: 24px;
    color: #002559;
    margin-bottom: 30px;
    line-height: 1.3em;
    font-weight: 600;
}

.event-inner_text ul {
    font-size: 14px;
}

.event-inner_text ul li span {
    color: #919191;
}

.event-inner_text ul li a {
    color: #007db6;
    text-decoration: none;
}

.event-inner_top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.event-inner_top .inner-item_type {
    margin-bottom: 0;
    margin-right: 20px;
}

.event-inner_logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.event-inner_logos img {
    margin-right: 15px;
    max-height: 31px;
}

.event-inner_top {
    margin-bottom: 30px;
}



.event-info_table tr td:first-child {
    color: #919191;
}

.event-info_table tr td {
    line-height: 1.5em;
    padding-right: 5px;
}

.event-info_table tr td a {
    color: #007db6;
    text-decoration: none;
}

.event-info_table {
    line-height: 1.5em;
}

.event-inner_info {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.event-inner_info {
    display: flex;
}

.event-inner_infoimg img {
    max-width: 161px;
    width: auto;
}

.event-inner_inforight {
    width: calc(100% - 161px);
    padding-left: 30px;
}

.inner-item_date {
    text-align: right;
}

.inner-item_year {
    font-size: 12px;
    color: #919191;
}

.inner-item_month {
    font-size: 18px;
    line-height: 1em;
}

.inner-item_textContainer {
    display: flex;
    flex-wrap: wrap;
}

.inner-item_month {
    width: 60px;
}

.inner-item_textWrapper {
    width: calc(100% - 60px);
    padding-left: 20px;
}

.inner-item_textWrapper .inner-item_link a,
.inner-item_textWrapper .inner-item_link {
    line-height: 1.2em;
}

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

.inner-slider {
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.inner-slider .owl-dot {
    width: 40px;
    height: 4px;
    background: #cac9ca;
    margin-right: 5px;
    display: inline-block;
}

.inner-slider .owl-dots {
    position: absolute;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    bottom: 10px;
    justify-content: center;
}

.inner-slider .owl-dot.active {
    background: #007db6;
}

.inner-slider .owl-next {
    background: url(../img/next-icon.png) center no-repeat;
    width: 46px;
    height: 12px;
    cursor: pointer;
    right: 0;
    bottom: 7px;
    position: absolute;
}

.inner-slider .owl-prev {
    background: url(../img/prev-icon.png) center no-repeat;
    width: 46px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 7px;
}

.project-acticles .inner-item_photo {
    width: 160px;
}

.project-acticles .inner-item_text {
    width: calc(100% - 160px);
}

.base-list + .rs-pag {
    margin-top: 0
}

.base-item {
    background: #005d87;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    margin-bottom: 50px;
    padding: 15px;
    text-decoration: none;
    transition: all 0.3s;
}

.base-item_label {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px solid #29bdbf;
    display: inline;
    text-align: center;
    text-decoration: none;
}

/*row*/

.rs-row {
    margin-left: -25px;
    margin-right: -25px;
}

.kb-row {
    justify-content: space-around;
}

.rs-row > div[class*="col"] {
    padding-left: 25px;
    padding-right: 25px;
}

.base-item:hover {
    background: #002559;
}

.inner-content ul + .rs-title {
    margin-top: 30px;
}

.znak-link {
    color: #007db6;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #29bdbf;
}

.inner-content ul li ul {
    list-style: none;
    font-size: 14px;
    margin: 10px 0 15px 0;
}

.inner-content ul li ul li:after {
    display: none;
    line-height: 1.57em;
}

.inner-content ul li ul li {
    padding-left: 0;
}

.hid-znak_label {
    color: #007db6;
    font-size: 14px;
    cursor: pointer;
    background: url(../img/arrow-up.svg) top 5px right no-repeat;
    display: inline-block;
    padding-right: 20px;
    background-size: 15px;
}

.hid-znak_label span {
    border-bottom: 1px dotted #29bdbf;
}

.hid-znak-wr {
    margin-bottom: 10px;
}

.znak-list {
    display: none;
}

.inner-top_desk > img {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    max-width: 300px;
    width: auto;
}

.inner-top_desk:after {
    content: "";
    display: block;
    clear: both;
}

.top-devider {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}

.download-doc_link {
    color: #007db6;
    font-size: 14px;
    text-decoration: none;
    background: url(../img/arrow-up.svg) top 3px right no-repeat;
    padding-right: 20px;
}

.download-doc_link span {
    border-bottom: 1px solid #29bdbf;
}

.download-doc_link:hover span {
    border-bottom: 1px solid transparent;
}

.download-doc_label {
    font-weight: 600;
}

.download-doc {
    display: flex;
}

.download-doc-r {
    width: calc(100% - 35px);
    padding-left: 15px;
}

.download-doc-icon {
    background: url(../img/download-icon.svg) left top 5px no-repeat;
    width: 35px;
    height: 50px;
}

.partnets-title {
    font-size: 14px;
}

.partnets-item {
    text-align: center;
}

.partnets-link {
    text-decoration: none;
    color: #007db6;
    font-size: 14px;
}

.partnets-link:hover {
    text-decoration: underline;
}

.partnets-title {
    line-height: 1.57em;
}

.partnets-logo img,
.inner-slider .partnets-logo img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}


.sponsors-line .rs-title {
    color: #9f9e9e;
}

.sponsors-line .partnets-title {
    margin-bottom: 15px;
}

.sponsors-line {
    border-bottom: 1px solid #e7e7e7;
    padding: 40px 0 10px 0;
}

.sponsors-line .partnets-item {
    margin-bottom: 30px;
}

.ui-checkboxradio-label {
    background: none;
    padding: 0;
    border: none;
    font-size: 12px;
    font-family: 'Avenir Next Cyr';
    color: #222;
    box-shadow: none !important;
    font-weight: 500;
}

.ui-checkboxradio-label:focus {
    outline: none;
}

.checkbox_item {
    margin-bottom: 10px;
    margin-right: 20px;
}

.checkbox_item .ui-checkboxradio-label:hover,
.checkbox_item .ui-checkboxradio-label:focus,
.checkbox_item .ui-checkboxradio-label:active {
    background: none;
    color: #222;
    border: none;
    box-shadow: none;
    font-weight: 500;
}

.checkbox_item .ui-state-checked,
.checkbox_item .ui-state-active.ui-button:hover .ui-icon {
    background-image: url(../img/checkbox.svg);
    background-repeat: no-repeat;
    background-position: center;
}



.ui-checkboxradio-label .ui-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    box-shadow: none;
}

/* logo block */

.logo-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.logo-item {
    width: 33%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}


@media (max-width: 1199px) {
    .rs-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .rs-row > div[class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .base-item {
        margin-bottom: 30px;
    }

}


@media (max-width: 991px) {
    .inner-container_r {
        width: 100%;
        order: 1;
    }

    .inner-container_l {
        width: 100%;
        order: 2;
    }

    .inner_title {
        font-size: 36px;
        padding-bottom: 30px;
    }

    .inner-container_l .wr-banners .dopbanners_link img {
        max-height: 200px;
    }

    .inner-container_l .wr-banners {
        padding: 30px 0;
        text-align: center;
    }

    .inner-item_text {
        padding-left: 20px;
    }

    .inner-container_r {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .inner-item_text {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }

    .inner-content {
        font-size: 14px;
    }

    .inner-item {
        padding: 20px 0;
    }

    .bg-gray {
        padding: 20px;
    }

    .event-inner_inforight {
        width: 100%;
        padding-left: 0;
    }

    .event-inner_info {
        flex-wrap: wrap;
    }

    .event-inner_inforight .inner-top_desk {
        margin-bottom: 0;
    }

    .inner_title {
        font-size: 30px;
    }

    .inner-top_desk {
        font-size: 16px;
    }

    .base-item {
        min-height: 80px;
        margin-bottom: 15px;
    }

    .inner-top_desk > img {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    body {
        min-width: 320px;
    }

    .inner-slider .owl-dot {
        width: 20px;
    }

    .bg-gray .inner-filter {
        margin: 0 -20px;
        margin-bottom: 20px;
    }

    .inner-filter {
        padding: 20px 20px 10px 20px;
    }

    .project-acticles .inner-item_text {
        width: 100%;
    }
}

.rs-header {
    padding: 11px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.inner-container_l .nav-menu {
    position: fixed;
}

.rs-inner {
    padding-top: 92px;
    min-height: calc(100vh - 129px);
}

.inner-container_l .wr-banners {
    padding-top: 380px;
}

.inner-item .sub-title {
    width: 100%;
}

.rs-header.glide {
    background: none;
}

.glide .rs-lan-version,
.glide .search-line,
.glide .headers-btn,
.glide .rs-social,
.glide .ufl-logo-wr {
    display: none;
}

.glide .logo_utf_logo {
    width: 210px;
    position: relative;
    background: #fff;
}

.glide .logo_utf_logo:after {
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    height: 93px;
    background: #fff;
    width: 100%;
}

.glide .header-logo {
    z-index: 10;
    position: relative;
    padding: 0 7px;
}

.glide .logo_img {
    width: auto;
    max-width: 100%;
    transition: all 0.3s;
}

.nav-menu.mtop {
    margin-top: -25px;
}

.download-doc_list .download-doc {
    margin-bottom: 30px;
}

.download-doc_doplabel {
    font-size: 14px;
    margin-bottom: 5px;
}

.spikery_list .contact-user_col {
    width: 20%;
    margin-right: 0;
    padding: 0 20px;
}

.spikery_list {
    margin: 0 -20px;
}

.spikery-img {
    max-width: 161px;
}

.home-header {
    position: relative;
}

.tabs-nav {
    display: flex;
    flex-wrap: wrap;
}

.inner-content ul li.tabs-nav_item {
    padding: 8px 31px;
}

.inner-content ul li a {
    color: #007db6;
    transition: all 0.3s;
    text-decoration: none;
}

.inner-content ul li a:hover {
    opacity: 0.8;
}

.tabs-nav_item {
    background: #626262;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    margin-right: 1px;
    padding: 8px 34px;
    cursor: pointer;
    transition: all 0.3s;
}

.tabs-nav_item.active {
    background: #29bdbf;
}

.tabs-nav_item:hover {
    opacity: 0.8;
}

.tabs-nav_item:after {
    display: none;
}

.tabs-content {
    display: none;
    background: #f5f5f5;
    padding: 40px;
    box-shadow: 10px 10px 0px 0px #ebebeb;
}

.tabs-content.active {
    display: block;
}

.tabs-content .rs-title {
    color: #9f9e9e;
}

.notice_date {
    color: #919191;
}

.notice-table td {
    padding: 6px 5px;
}

.notice-table td:first-child {
    padding-left: 0;
}

.notice_new_label {
    color: #29bdbf;
    font-size: 13px;
    display: inline-block;
    padding: 3px 10px;
    background: #ccf2f2;
}

.tabs-content p {
    font-size: 14px;
}

.rs-table {
    width: 100%;
    margin-bottom: 30px;
}

.rs-table tr td {
    padding: 6px;
    line-height: 1.3em;
}

.rs-table tr td a {
    color: #007db6;
    text-decoration: none;
}

.rs-table tr td:first-child {
    color: #919191;
    padding-left: 0;
}

.org-logo {
    margin-bottom: 30px;
}

.org-logo img {
    max-width: 100%;
    width: auto;
}

.tabs-content .inner-filter {
    margin: 0 -40px;
}

.tabs-content .inner-filter {
    margin-bottom: 30px;
}

.lk-event-table {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    border-spacing: 0 10px;
}

.lk-event-table td img {
    width: auto;
    max-width: 100%;
}

.lk-event-table tr th {
    font-weight: 500;
    color: #919191;
    text-align: left;
}

.lk-event-table tr {
    border: 3px solid #cecece;
}

.lk-event-table th {
    padding: 0 5px 10px 5px;
    line-height: 1.2em;
    vertical-align: top;
}

.lk-event-table td {
    border-right: 1px solid #ededed;
    border-top: 3px solid #cac8c8;
    border-bottom: 3px solid #cac8c8;
    padding: 10px 10px;
    line-height: 1.3em;
    vertical-align: top;
}

.lk-event-table td:first-child {
    border-left: 3px solid #cac8c8;
}

.lk-event-table td:last-child {
    border-right: 3px solid #cac8c8;
}

.lk-lg_label {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 auto;
}

.lk-event-table td.lk-event_lg {
    min-width: 50px;
}

.lk-lg_rsvj {
    background: #007db6;
}

.lk-lg_ufl {
    background: #d7d632;
}

.lk-lg_audit {
    background: #29bdbf;
}

.lk-btns {
    background: #ebebeb;
}

.lk-btn {
    width: 24px;
    height: 26px;
    border: none;
    cursor: pointer;
    background: none;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.lk-btn:focus {
    outline: none;
}

.lk-btn:hover {
    opacity: 0.6;
}

.lk-btns-item {
    padding: 0;
}

.lk-btns-item:after {
    display: none;
}

.inner-content .lk-btns-item {
    padding: 0;
}

.lk-btn.view {
    background-image: url(../img/view-icon.png)
}

.lk-btn.copi {
    background-image: url(../img/copi-icon.png)
}

.lk-btn.edit {
    background-image: url(../img/edit-icon.png)
}

.lk-btn.delete {
    background-image: url(../img/delete.png)
}

.lk-event-table tr th.lk-event_lg {
    text-align: center;
    position: relative;
}

.lk-event-table tr th.lk-event_lg span {
    position: relative;
}

.lk-event-table tr th.lk-event_lg span:after {
    content: "";
    position: absolute;
    bottom: -13px;
    width: 18px;
    height: 3px;
    left: 50%;
    margin-left: -9px;
    background: #007db6;
}

.lk-event-table tr th.lk-event_lg.lg_ufl span:after {
    background: #d7d632
}

.lk-event-table tr th.lk-event_lg.lg_audit span:after {
    background: #29bdbf
}

.lk-event-table td.lk-event_lg {
    padding: 10px 5px;
}

.event-create {
    background: #ebebeb;
    margin: 0 -40px;
    margin-bottom: 40px;
}

.event-create .sub-title {
    text-align: center;
    font-size: 18px;
}

.event-create {
    display: flex;
    flex-wrap: wrap;
}

.event-create_col {
    width: 50%;
}

.event-create-wr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.event-create-cl {
    width: 50%;
    padding: 0 20px;
}

.event-create_label {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.rs-input {
    background: #fff;
    outline: none;
    border: none;
    padding: 0 15px;
    height: 30px;
    width: 100%;
}

.event-create-line .rs-select + .ui-selectmenu-button.ui-button {
    width: 100%;
}

.event-create-line {
    margin-bottom: 20px;
}

.event-create_r {
    background: #d3d1d1;
    width: 35%;
    padding: 40px;
}

.event-create_l {
    width: 65%;
    padding: 40px;
}

.rs-textarea {
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    resize: none;
    outline: none;
    border: none;
    height: 90px;
}

.btn-create-wr {
    text-align: right;
    margin-right: -40px;
}

.btn-create-wr .rn-btn {
    font-size: 18px;
    background-color: #007db6;
    padding: 14px 26px;
}

.event-create-cl.w100 {
    width: 100%;
}

.add-contacts {
    font-size: 15px;
}


.lk-event-create {
    display: none;
}

.tabs-content .ui-checkboxradio-label {
    font-size: 14px;
    text-align: left;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.event-create-item {
    border-bottom: 1px solid #fff;
    padding: 40px 0;
}

.event-create-item:first-child {
    padding-top: 0;
}

.event-create-item:last-child {
    border-bottom: none
}


.stacktable {
    width: 100%;
}

.st-head-row {
    padding-top: 1em;
}

.st-head-row.st-head-row-main {
    font-size: 1.5em;
    padding-top: 0;
}

.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%;
}

.st-val {
    width: 49%;
    padding-left: 1%;
}


/* RESPONSIVE EXAMPLE */

.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}

.new-notice-label {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 1px;
}

.new-notice-label:after {
    content: "";
    position: absolute;
    top: -12px;
    width: 6px;
    height: 6px;
    background: #29bdbf;
    border-radius: 50%;
    margin-left: 5px;
}

.pag-label {
    font-size: 13px;
    color: #007db6;
    border-bottom: 1px solid #29bdbf;
    display: inline;
}

.rs-pag-news > span {
    height: auto;
    width: auto;
}

.rs-pag-news .pag-prev {
    background-position: left center;
    padding-left: 60px;
    text-decoration: none;
}

.rs-pag-news .pag-next {
    background-position: right center;
    padding-right: 60px;
    text-decoration: none;
}

.inner-content .news_date-month {
    font-size: 16px;
    margin-bottom: 25px;
}

@media (min-width: 1199px) {

    .stacktable.small-only {
        display: none !important;
    }
}

@media (max-width: 1199px) {

    .stacktable.large-only {
        display: none !important;
    }
}


.filename {
    background: #fff;
    height: 30px;
    padding: 0 10px;
    border: 0;
    width: calc(100% - 110px);
}

.file-upload {
    position: relative;
    /* Р”Р°РµРј РІРѕР·РјРѕР¶РЅРѕСЃС‚СЊ РґРµР»Р°С‚СЊ РїРѕР·РёС†РёРѕРЅРёСЂРѕРІР°РЅРёРµ, РІРЅСѓС‚СЂРё РґР°РЅРЅРѕРіРѕ СЌР»РµРјРµРЅС‚Р° */
    overflow: hidden;
    /* Р’СЃРµ С‡С‚Рѕ РІС‹С…РѕРґРёС‚ Р·Р° РїСЂРµРґРµР»С‹ - СЃРєСЂС‹РІР°РµРј */
    /* Р—Р°РґР°РµРј С€РёСЂРёРЅСѓ РєРЅРѕРїРєРё РІС‹Р±РѕСЂР° С„Р°Р№Р»Р° */
;
    /* Р—Р°РґР°РµРј РІС‹СЃРѕС‚Сѓ РєРЅРѕРїРєРё РІС‹Р±РѕСЂР° С„Р°Р№Р»Р° */
    color: #0f3758;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    justify-content: space-between;
}

.file-upload input[type="file"] {
    display: none;
    /* РћР±СЏР·Р°С‚РµР»СЊРЅРѕ СЃРєСЂС‹РІР°РµРј РЅР°СЃС‚РѕСЏС‰РёР№ Input File */
}

.file-upload label {
    display: inline-block;
    height: 100%;
    cursor: pointer;
    margin-bottom: 0;
    color: #007db6;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dotted #007db6;
    width: 97px;

}

.file-upload span {
    line-height: 1.3em;
}

.file-upload img {
    margin-right: 7px;
}

.file-upload:hover {
    color: #3b8dc0;
}

.audit-select .rs-select + .ui-selectmenu-button.ui-button {
    width: 100px;
}

.audit-select {
    display: none;
}

.checkbox_item_audit {
    min-width: 192px;
    display: flex;
    align-items: center;
}

.event-create-line .rs-select + .ui-selectmenu-button.ui-button + .ui-selectmenu-button.ui-button {
    display: none;
}

.slider_bg {
    margin-bottom: 20px;
}

.slider_min {
    padding: 0 70px;
}

.slider_min .owl-prev {
    background: url(../img/prev-icon.png) center no-repeat;
    width: 46px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.slider_min .owl-next {
    background: url(../img/next-icon.png) center no-repeat;
    width: 46px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.slider_min .owl-nav .disabled {
    opacity: 0.5;
}

.member-text p {
    font-size: 16px;
}

.member-text .inner-top_desk p {
    font-size: 18px;
}

.member-text .inner-top_desk {
    margin-bottom: 20px;
}

.member-text ul {
    font-size: 14px;
}

.member-text ul li span {
    color: #919191;
}

.member-list {
    margin-bottom: 30px;
}

.inner-item_type + .event-inner_info {
    margin-top: 20px;
}

.inner_title .partnets-logo {
    display: flex;
}

.inner-content ul + .download-doc_list {
    margin-top: 20px;
}

.package-item {
    border: 3px solid #ebebeb;
    margin-bottom: 20px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}

.package_title {
    font-size: 24px;
    color: #04285c;
    font-weight: 600;
}

.package_desc {
    font-size: 14px;
}

.package_price_label {
    font-size: 14px;
    color: #919191;
}

.package_price {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.package_price span {
    font-family: 'PTRoubleSans';
}

.package_icon {
    width: 127px;
}

.package_icon img {
    width: auto;
    max-width: 100%;
}

.package_r {
    width: calc(100% - 127px);
    padding-left: 25px;
}

.rs-img {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
}

.rsvya-item .inner-item_link a {
    font-size: 24px;
}

.rsvya-item .inner-item_link {
    margin-bottom: 0;
}

.rsvya-item p {
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 0;
}

.rsvya-item .package_r {
    width: calc(100% - 100px);
}

.rsvya-item {
    padding: 20px 30px;
    align-items: center;
}

.rsvya-item .package_icon {
    width: 100px;
}

ul.two_rows {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
}

.about-info-line .rs-title{
    color:#9f9e9e;
}

.about-info-num{
    font-size: 64px;
    color:#04285c;
    font-weight: 600;
    line-height: 1.1em;
}

.about-info-wr{
    display: flex;
    flex-wrap: wrap;
}

.about-info{
    background: url(../img/about-info-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 40px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.about-info .about-info-line:not(:last-child){
    margin-bottom: 30px;
}

.about-info-item:not(:last-child){
    margin-right: 60px;
}

.about-info-line ul{
    font-size: 14px;
}

.about-info-line ul li{
    line-height: 1.4em;
}

.inner-content .about-info-line ul li:after{
    top:8px;
}

.about-info-wr .about-info-item{
    position: relative;
}

.about-info-wr .about-info-item:not(:last-child):after{
    content:"";
    width: 2px;
    height: 36px;
    right: -20px;
    top:17px;
    position: absolute;
    background: #29bdbf;
}

.about-info-wr .about-info-item:nth-child(2n):after{
    right: -30px;
}

.about-info-flex{
    display: flex;
}

.about-info-flex .about-info-item{
    margin-right: 30px;
}

.about-info-flex .about-info-flex-r p{
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 8px;
}

.more-link a{
    font-size: 14px;
    color:#007db6;
    text-decoration: none;
    border-bottom: 1px solid #29bdbf;
}

.more-link{
    padding-left: 15px;
}

@media (max-width: 1199px) {
    .stacktable.large-only {
        display: none;
    }

    .stacktable.small-only {
        display: table;
    }
}


@media (min-width: 991px) {
    .footer-top {
        padding: 20px 0;
    }

    .footer-bottom {
        padding: 13px 0;
    }

    .rs-header {
        padding: 9px 0;
    }

    .rs-inner {
        padding-top: 88px;
    }

    .inner-container_l .wr-banners {
        padding-top: 360px
    }

    .wr-banners .dopbanners_link:not(:last-child) {
        margin-bottom: 10px;
    }

    .inner-container_l {
        position: fixed;
    }

    .inner-container_r {
        margin-left: auto;
    }

    .rs-footer {
        position: relative;
        z-index: 20;
    }

    .rs-inner .nav-menu {
        z-index: 20;
    }

    .glide .logo_utf_logo:after {
        height: 65px;
    }

    .glide + .rs-inner .wr-banners {
        padding-top: 340px;
    }
}



@media (max-width: 1300px) {
    .rs-inner {
        padding-top: 82px;
    }

    .spikery_list .contact-user_col {
        padding: 0 10px;
    }

    .spikery_list {
        margin: 0 -10px;
    }
}

@media (max-width: 1199px) {
    .spikery_list .contact-user_col {
        width: 25%;
    }

    .rs-inner {
        padding-top: 78px;
    }

    .event-create_l,
    .event-create_r {
        padding: 40px 25px;
    }

    .event-create-cl {
        padding: 0 10px;
    }

    .event-create-wr {
        margin: 0 -10px;
    }

    .lk-event-table {
        border-spacing: 0 5px;
    }

    .lk-event-table td br {
        display: none;
    }

    .lk-lg_label {
        margin-left: 0;
    }
}


@media (max-width: 991px) {
    .inner-container_l .wr-banners {
        padding-top: 0;
    }

    .event-create-cl {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .spikery_list .contact-user_col {
        width: 33.3%;
    }

    .event-create_l,
    .event-create_r {
        width: 100%;
    }

    /*
    .inner-content ul{
        text-align: right;
    }
*/
    .inner-content ul li.tabs-nav_item {
        width: 100%;
        text-align: center;
    }

    .tabs-content {
        padding: 30px 15px;
    }

    .tabs-content .inner-filter {
        margin: 0 -15px;
        margin-bottom: 30px;
    }

    .event-create {
        margin: 0 -15px;
    }

    .btn-create-wr {
        margin-right: -15px;
    }
    .about-info-num{
        font-size: 30px;
    }
    .about-info-wr .about-info-item:not(:last-child){
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .about-info-wr .about-info-item:not(:last-child):after{
        display: none;
    }
}

@media (max-width: 560px) {
    .rs-inner {
        padding-top: 58px;
    }

    .spikery_list .contact-user_col {
        width: 50%;
    }

    .pag-label {
        display: none;
    }

    .rs-pag-news > span {
        width: 46px;
        height: 12px;
    }

    .package_r,
    .rsvya-item .package_r{
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .package-item {
        padding: 15px;
    }
    ul.two_rows {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .about-info{
        padding: 20px 15px;
    }
    .about-info-line .rs-title{
        margin-bottom: 15px;
    }

    /* logo block */
    .logo-block {
        flex-direction: column;
    }

    .logo-item {
        width: 100%;
        margin-bottom: 35px;
    }

}

.contact-user_desk {
    font-size: 14px;
}

.structure-item {
    display: flex;
}

.structure-item .contact-user_photo {
    width: 180px;
}

.structure-r {
    width: calc(100% - 180px);
    padding-left: 20px;
}

.structure-line {
    padding: 30px 0;
    border-bottom: 3px solid #cac8c8;
}

.structure-item {
    margin: 20px 0;
}

.structure-line:last-child {
    padding-bottom: 0;
    border: none;
}

.structure-line:first-child {
    padding-top: 0;
}

.structure-contacts .map-wrapper {
    margin: 0 -40px;
    margin-bottom: -45px;
}

.structure-contacts .contact-user_photo img {
    width: 100%;
}

.structure-contacts .office_item p {
    font-size: 16px;
}

.structure-contacts .office-contact h4 {
    color: #000000;
    font-size: 16px;
    color: #000;
}

.structure-contacts .office_list {
    margin-bottom: 15px;
}

.structure-contacts .contact-user_item {
    margin-bottom: 25px;
}

.gallery-desc p {
    font-size: 16px;
}

.gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}

.gallery-col {
    width: 33.3%;
    padding: 0 2px;
    margin-bottom: 4px;
}

.gallery-item img {
    width: 100%;
}

.gallery-item {
    display: flex;
}

.btns-center {
    text-align: center;
}

.members-list .inner-item_photo {
    width: 160px;
}

.members-list .inner-item_photo img {
    width: auto;
    max-width: 100%;
}

.members-list .inner-item_text {
    width: calc(100% - 160px);
}

.members-list .inner-item_text {
    font-size: 14px;
}

.members-list .inner-item_text p {
    margin: 0;
}

.inner-item_type.partner {
    background-color: #cfebf7;
    color: #007db6;
}

.inner-item_type.member {
    background-color: #f2e5cb;
    color: #a0833e;
}

.members-status .inner-item_type {
    margin-right: 8px;
}

.members-list .members-status {
    padding-top: 10px;
}

.btns-center {
    padding-top: 30px;
}

.btns-center .rn-btn {
    margin: 0 10px 15px 10px;
}

.inner-item_type.sponsor {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='13px'%3e%3cpath fill-rule='evenodd' fill='rgb(41, 189, 191)' d='M6.009,11.125 L11.980,5.533 L13.988,7.413 L8.017,13.005 L6.009,11.125 L6.009,11.125 L6.009,11.125 ZM0.012,9.318 L2.020,7.438 L6.009,11.125 L4.001,13.005 L0.012,9.318 L0.012,9.318 L0.012,9.318 ZM0.038,5.582 L6.009,-0.011 L7.991,1.845 L2.020,7.438 L0.038,5.582 L0.038,5.582 L0.038,5.582 Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center left 10px;
    padding-left: 30px;
}

.inner-item_type.partner {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='13px'%3e%3cpath fill-rule='evenodd' fill='rgb(0, 125, 182)' d='M6.009,11.125 L11.980,5.533 L13.988,7.413 L8.017,13.005 L6.009,11.125 L6.009,11.125 L6.009,11.125 ZM0.012,9.318 L2.020,7.438 L6.009,11.125 L4.001,13.005 L0.012,9.318 L0.012,9.318 L0.012,9.318 ZM0.038,5.582 L6.009,-0.011 L7.991,1.845 L2.020,7.438 L0.038,5.582 L0.038,5.582 L0.038,5.582 Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center left 10px;
    padding-left: 30px;
}

.inner-item_type.member {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='13px'%3e%3cpath fill-rule='evenodd' fill='rgb(154, 114, 30)' d='M6.009,11.125 L11.980,5.533 L13.988,7.413 L8.017,13.005 L6.009,11.125 L6.009,11.125 L6.009,11.125 ZM0.012,9.318 L2.020,7.438 L6.009,11.125 L4.001,13.005 L0.012,9.318 L0.012,9.318 L0.012,9.318 ZM0.038,5.582 L6.009,-0.011 L7.991,1.845 L2.020,7.438 L0.038,5.582 L0.038,5.582 L0.038,5.582 Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center left 10px;
    padding-left: 30px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .structure-item {
        flex-wrap: wrap;
    }

    .structure-r {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .structure-contacts .map-wrapper {
        margin: 0 -15px;
        margin-bottom: -35px;
    }

    .structure-contacts .contact-user_photo img {
        width: auto;
    }

    .gallery-col {
        width: 50%;
    }

    .structure-item .contact-user_photo {
        width: 120px;
    }

    .structure-r {
        width: calc(100% - 120px);
    }

    .members-list .inner-item_text {
        width: 100%;
    }
}


.rs-popup{
    background: #fff;
    position: absolute;
    left: 0;
    top: 61px;
    width: 282px;
    z-index: 30;
    box-shadow: 11px 11px 38px 0px rgba(42, 42, 2, 0.29);
    display: none;
}

.rs-popup2{
    background: #fff;
    left: 0;
    max-width: 400px;
    margin: 0 auto;
    width: 282px;
    z-index: 30;
    box-shadow: 11px 11px 38px 0px rgba(42, 42, 2, 0.29);
    display: block;
}

.rs-popup_body{
    background: #ebebeb;
    padding: 15px 25px;
}

.rs-popup_bottom{
    padding: 13px 25px 20px 25px;
    text-align: center;

}

.rs-popup-title{
    text-align: center;
    font-size: 18px;
    color:#002559;
    font-weight: 600;
    padding: 15px 25px;
}

.rs-popup_input,
.rs-popup_textarea{
    background: #fff;
    width: 100%;
    border: none;
    resize: none;
    outline: none;
}

.rs-popup_input{
    height: 32px;
    padding: 0 10px;
}

.rs-popup_textarea{
    height: 85px;
    padding: 10px;
}

.rs-popup_line:not(:last-child){
    margin-bottom: 20px;
}

.headers-btn{
    position: relative;
}

.rs-header{
    z-index: 30;
}

.headers-btn_link{
    cursor: pointer;
}

.rs-popup_label{
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .rs-popup{
        left: auto;
        right: 0;
    }
}

@media (max-width: 560px) {
    .rs-popup{
        right: 50%;
        margin-right: -142px;
    }
}

@media (max-width: 400px) {
    .rs-popup{
        width: 200px;
        margin-right: -100px;
    }
    .rs-popup-title{
        font-size: 15px;
    }
    .rs-popup_body,
    .rs-popup-title{
        padding: 15px;
    }
}
.ui-selectmenu-menu {
    max-width: 355px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #c5c5c5;
}
.ui-widget.ui-widget-content {
    border: none!important;
	padding: 0px 18px 0px 0px;
}
.no-margin-bottom{
    margin-bottom: 0!important;
}
.no-margin-bottom .checkbox_item{
    margin-bottom: 0!important;
}
.rs-input::placeholder {
    font-size: 12px;
    font-family: 'Avenir Next Cyr';
    color: #222;
    box-shadow: none !important;
    font-weight: 500;
}
.inner-filter .rs-input{
    line-height: 30px;
    width: 168px;
}

/* NEW STRUCTURE */

.inner-content .scheme-header  {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 18px;
    background-color: #5a9bd5;
    border: 2px solid #3677a1;
    font-family: 'Avenir Next Cyr';
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.inner-content .scheme-header--single-card {
    border: none;
    border-bottom: 2px solid #3677a1;
}

.inner-content .scheme-header--president {
    background-color: #01b0f1;
}

.inner-content .member-card {
    box-sizing: border-box;
    max-width: 455px;
    /* min-width: 325px; */
    border: 3px solid #3677a1;
    margin-bottom: 25px;
}

.inner-content .member-card--vp {
    margin-bottom: 85px;
}

.inner-content .member-card--pres {
    margin-bottom: 45px;
}

.inner-content .member-card--center {
    margin-left: auto;
    margin-right: auto;
}

.inner-content .member-card--no-border {
    border: none;
}

.inner-content .member-card--no-border .member-card-photo {
    padding-top: 0;
    padding-left: 0;
    min-height: 210px;
}

.inner-content .member-card::after {
    content: '';
    display: table;
    clear: both;
}

.inner-content .member-card-photo {
    float: left;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 25px;
    padding-bottom: 12px;
}

.inner-content .member-card-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    padding-left: 15px;
}

.inner-content .member-card-desc {
    font-size: 14px;
    color: #29bdbf;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 15px;
    margin-top: -5px;
}

.inner-content .member-card-position {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    color: #04285c;
    margin-bottom: 16px;
    line-height: 1.24em;
}

.inner-content .vice-presidents-cards {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
    border: 2px solid #3677a1;
}

.inner-content .vice-presidents-cards-card {
    border-right: 2px solid #3677a1;
    width: 33%;
}

.inner-content .vice-presidents-cards-card:last-child {
    border-right: none;
}

.inner-content .vice-presidents-cards-card::after {
    content: '';
    display: table;
    clear: both;
}

.inner-content .vice-presidents-cards-card .member-card-photo {
    min-height: 201px;
    padding-right: 20px;
}

.inner-content .vice-presidents-cards-card .member-card-name {
    font-size: 16px;
}

.inner-content .vice-presidents-cards-card .member-card-desc {

}

.inner-content .scheme-header--vp {
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 596px;
}

/* scheme section */

.inner-content .scheme-table {
    width: 100%;
    max-width: 945px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.inner-content .scheme-table td {
    width: 50%;
    vertical-align: top;
}

.inner-content .scheme-table a {
    text-decoration: none;
}

.inner-content .scheme-header-link {
    cursor:pointer;
}

.inner-content .scheme-header-link:hover {
    background-color: #6bade8;
}

.inner-content .scheme-table-el {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 16px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    border: 2px solid #3677a1;
    background-color: #e0e0e0;
    cursor: pointer;
}

.inner-content .scheme-table-el:hover {
    color: #868686;
}

.inner-content .scheme-table-el--pres {
    background-color: #bdd7ee;
}

.inner-content .scheme-table-el:hover {
    background-color: #cde6fd;
}

/* presidium */

.inner-content .tabs-content-h2 {
    font-size: 30px;
    font-weight: 600;
    color: #9f9e9e;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.24em;
}

.inner-content .tabs-content-p {

}

.inner-content .tabs-content-h3 {
    font-size: 24px;
    font-weight: 600;
    color: #04285c;
    margin-bottom: 16px;
    line-height: 1.24em;
}

.inner-content .member-cards-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner-content .member-cards-area .member-card {
    width: 48%;
}

.inner-content .member-card-exec .member-card-desc {
    margin-top: -5px;
}

.inner-content .member-cards-area .member-card-name {
    margin-top: 0;
}

.inner-content .member-card-email,
.inner-content .member-card-phone,
.inner-content .member-card-info {
    margin-top: 0;
    margin-bottom: 5px;
}


/* media */

@media screen and (max-width: 1200px) {
    .inner-content .tabs-nav_item {
        width: 100%;
        text-align: center;
    }

    .inner-content .scheme-header--vp {
        width: 100%;
    }

    .inner-content .vice-presidents-cards {
        display: flex;
        flex-direction: column;
    }

    .inner-content .vice-presidents-cards-card {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #3677a1;

    }

    .inner-content .vice-presidents-cards-card:last-child {
        border-bottom: none;
    }

    .inner-content .member-cards-area .member-card {
        display: flex;
        flex-direction: column;
    }

    .inner-content .member-cards-area .member-card-name,
    .inner-content .member-cards-area .member-card-desc {
        padding-left: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .inner-content .member-card {
        display: flex;
        flex-direction: column;
    }

    .inner-content .member-cards-area .member-card {
        max-width: 530px;
        min-width: 100%;
    }

    .inner-content .member-cards-area .member-card-name,
    .inner-content .member-cards-area .member-card-desc {
        max-width: 480px;
    }

    .inner-content .scheme-table-content {
        display: flex;
        flex-direction: column;
    }

    .inner-content .scheme-table-content td {
        width: 100%;
    }
}

.clear-filter {
    margin-bottom: 10px;
    font-size: 12px;
    color: #FF0000;
    cursor: pointer;
    background: url(../img/close-icon.svg) right center no-repeat;
    padding-right: 15px;
    padding-left: 15px;
}

.rs-header.glide{
    z-index: 19;
}

.filter-checkbox {
    display: none;
}
.filter-checkbox + label {
    background: none;
    padding: 0;
    border: none;
    font-size: 12px;
    font-family: 'Avenir Next Cyr';
    color: #222;
    box-shadow: none !important;
    font-weight: 500;
}
.filter-checkbox + label:before{
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 5px;
    box-shadow: none;
    border-radius: .12em;
    border: none;
    background-position: 16px 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: #fff;
}
.filter-checkbox:checked + label:before {
    background-image: url(/assets/templates/img/checkbox.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.FormSelect {
    background: #fff;
    outline: none;
    border: none;
    padding: 0;
    height: 30px;
    min-width: 198px;
    width: 100%;
}
.FormSelect{
    position: relative;
    height: 30px;
}
.FormSelect_selectBlock{
    position: relative;
    min-height: 30px;
}
.FormSelect_selectBlock i{
    position: absolute;
    top: 13px;
    right: 14px;
    color: #21283e;
    font-size: 15px;
}
.FormSelect input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 12px;
    background: #fff;
    font-family: 'Avenir Next Cyr';
    font-weight: 500;
    border: none;
    border-radius: 0;
    padding: 7px 3px 7px 15px;
    color: #000;
}
.FormSelect:after {
    content: "";
    background: url(http://ruef.ru/assets/templates/img/select-icon.svg) center no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    z-index: 1;
}
.FormSelect select{
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    height: 30px;
    padding: 0 15px;
    z-index: 2;
}
.FormSelect label span{
    color: #cd2026;
    padding-left: 3px;
}
.FormSelect label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #999;
}
.FormSelect.hasError input {
    border: 1px solid #cd2026;
}
.FormSelect_error {
    font-size: 10px;
    color: #cd2026;
}
.lk-btns .lk-btns-link {
    display: flex;
}

/* adaptive images and videos */

.img-adaptive {
    width: 100%;
    height: auto;
}

.video-adaptive {
    width: 100%;
    height: auto;
}
.warning {
    color: #0c5460;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.validation-error {
    font-size: 10px;
    color: #cd2026;
    line-height: 12px;
    display: block;
    padding-top: 10px;
}
.webinarsSection {
    padding-top: 30px;
}
.webinarsSection .rs-title{
    background: #005d87;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.24em;
    padding: 18px 40px;
    color: #fff;
}
.webinarsSection_item {
    background: white;
    display: flex;
    justify-content: space-between;
    margin: 0 0 1px 0;
}
.webinarsSection ul {
    margin: 0;
    padding: 0;
}
.webinarsSection_item .date {
    margin:7px;
    width: 77px;
    height: 55px;
    background: #008777;
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 10px;
}
.webinarsSection_item .date:before {
    content: "";
    display: block;
    background: url("/assets/templates/img/webinar-calengar.png") no-repeat;
    width: 47px;
    height: 16px;
    position: absolute;
    top: -4px;
    left: 15px;
}
.webinarsSection_item .date span:first-child {
    font-size: 20px;
    font-weight: bold;
}
.webinarsSection_item .title {
    margin: 15px 20px;
}
.webinarsSection_item .register {
    margin: 14px 20px;
}
.webinarsSection_item .title{
    line-height: 20px;
    font-size: 16px;
    width: 260px;
    margin-right: 0;
}
.webinarsSection_item .title strong{
    display: block;
    font-weight: bold;
}
.register a {
    padding: 12px 18px;
    background: #008777;
    border: none;
    display: block;
    text-decoration: none;
    color: white;
}
.webinarsSection .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}
.webinarsSection .owl-dots {
    list-style: none;
    margin: 0;
    padding: 12px 0 0 0;
}
.webinarsSection .owl-dots .owl-dot {
    width: 40px;
    height: 4px;
    margin: 4px;
}
.webinarsSection .owl-dots .owl-dot {
    background: #c9c9c9;
}
.webinarsSection .owl-dots .owl-dot.active {
    background: #017db6;
}
.webinarSectionSlider .owl-stage-outer{
    overflow: hidden;
}
.webinarSectionSlider .owl-stage{
    display: flex;
}
.inner-content ul.jobs-section-buttons {
    margin-top: -20px;
}
.inner-content ul.jobs-section-buttons li:after {
    display: none;
}
.inner-content ul.jobs-section-buttons li {
    padding-left: 0;
}
.job_offer_link {
    background-image: url(../img/icon1.png);
    background-position-x: 40px;
    background-color: #007db6;
    font-size: 14px;
    padding: 12px 0 12px 85px;
    width: 208px;
    box-sizing: border-box;
}
.job_request_link {
    background-image: url(../img/icon2.png);
    background-position-x: 40px;
    background-color: #29bdbf;
    font-size: 14px;
    padding: 12px 0 12px 85px;
    margin-left: 1px;
    width: 208px;
    box-sizing: border-box;
}
.jobs-tabs-flex {
    display: flex;
    justify-content: space-between;
}
.job-item_item_title {
    display: flex;
    justify-content: space-between;
}
.job-item_item_title span{
    display: block;
}
.inner-item_jobcontact p{
    font-size: 16px;
}
.rn-btn.rn-btn-green {
    background-color: #29bdbf;
}
.job_offer_buttons {
    margin-left: -8px;
    padding-bottom: 32px;
    border-bottom: 1px solid white;
    margin-bottom: 32px;
}
.job-form-flex {
    display: flex;
    justify-content: space-between;
}
.job-form-date {
    width: 35%;
}
.job-form-month {
    width: 55%;
}
.job-dark-background {
    background-color: #ebebeb;
    margin: 0 -40px;
    padding: 20px;
}
.blue-link {
    color: #007db6;
}
.job-submit-area {
    padding-top: 40px;
}
.job-submit-area .ui-checkboxradio-label a{
    color: #007db6!important;
    text-decoration: underline!important;
}
.job-submit-area .ui-state-active a, .job-submit-area .ui-state-active a:link, .job-submit-area .ui-state-active a:visited {
    color: #007db6;
    text-decoration: none;
}
.rs-popup_btn_right {
    float: right;
}
.job-wage-range {
    display: flex;
    justify-content: flex-start;
}
.job-form-wage-range {
    width: 100%;
}
.job-wage-range input {
    width: 110px;
}
.job-wage-range span {
    width: 40px;
    text-align: center;
}
.white-popup {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
.job-popup-header {
    height: 55px;
    padding: 20px;
    box-sizing: border-box;
    color: #04285c;
    font-weight: bold;
    text-align: center;
    background: #fff;
}
.job-popup-body {
    text-align: center;
    padding: 30px 20px;
}
.job-popup-body span{
    color: #919191;
}
.job-popup-body p {
    font-size: 16px;
    margin-top: 5px;
}
.job-popup-body p.job-plea {
    margin-top: 40px;
    font-size: 14px;
}
.apply-for-a-job .event-create_label {
    text-align: left;
}
.apply-for-a-job .event-create-line {
    margin-bottom: 10px;
}
.apply-for-a-job.job-popup-body {
    padding: 10px 20px 0 20px;
}
.rn-btn-application-send {
    background: #007db7;
}
.rn-btn-application-cancel {
    background: #002458;
}
.job-popup-footer {
    height: 73px;
}
.jobs-offers-pagination a.pag-prev,
.jobs-offers-pagination a.pag-next{
     width: 46px;
     height: 12px;
}
.jobs-offers-pagination span.pag-prev,
.jobs-offers-pagination span.pag-next{
    width: 46px;
    height: 12px;
    filter: saturate(0);
}
.job-offer-options {
    font-size: 14px;
}
.job-offer-options span{
    color: #9f9e9e;
}
.tabs-content .rs-title.job-rs-title {
    color: #04285c;
}
.job-offer-card h5 {
    font-weight: normal;
}
.rs-select-wrapper {
    position: relative;
    height: 30px;
}
.rs-select-wrapper select {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 30px;
    width: 100%;
}
.rs-select-wrapper .rs-select {
    background: #fff;
    outline: none;
    border: none;
    padding: 0 15px;
    height: 30px;
    overflow: hidden;
    width: 100%;
    line-height: 30px;
}
.rs-select-wrapper .rs-select:after {
    content: "";
    background: url(../img/select-icon.svg) center no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
}
.rs-select ul li {
    font-size: 10px;
    background: #2abdbf;
    color: white;
    display: inline-block;
    height: 19px;
    line-height: 10px;
    padding: 4px 7px;
    border-radius: 3px;
    margin-right: 5px;
}
.rs-select.multiple {
    height: auto;
    min-height: 30px;
}
.event-create-line.multiple, .rs-select-wrapper.multiple{
    height: auto;
}
.no-padding {
    padding: 0!important;
}
.job-request-date .job-form-date {
    width: 85%;
}
.job-select-filter {
    padding-right: 30px!important;
}
#cookie-notfy {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 999;
    border-top: 4px solid #007db6;
}
#cookie-notfy div{
    padding: 20px;
}
@media screen and (max-width: 768px) {
    .jobs-section-buttons {
        display: flex;
        flex-wrap: wrap;
    }
    .inner-content ul.jobs-section-buttons {
        margin-top: 0;
    }
    .jobs-section-buttons li {
        display: block;
        width: 100%;
    }
    .job_request_link {
        margin-left: 0;
    }
    .jobs-tabs-flex {
        flex-wrap: wrap;
    }
    .jobs-tabs-flex ul {
        width: 100%!important;
    }
    .jobs-tabs-flex ul li span{
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .job_offer_link {
        background-image: none;
        background-position-x: 40px;
        background-color: #007db6;
        font-size: 14px;
        padding: 8px 31px;
        width: 208px;
        box-sizing: border-box;
    }
    .job_request_link {
        background-image: none;
        background-position-x: 40px;
        background-color: #29bdbf;
        font-size: 14px;
        padding: 8px 31px;
        margin-left: 0;
        width: 208px;
        box-sizing: border-box;
    }
    .jobs-tabs-flex ul {
        width: 50%;
    }
    .jobs-tabs-flex {
        flex-wrap: wrap;
    }
    .jobs-section-buttons {
        display: flex;
        flex-wrap: wrap;
    }
    .inner-content ul.jobs-section-buttons{
        margin-top: 0;
    }
    .jobs-section-buttons li {
        display: block;
        width: calc(100% - 1px);
        margin-right: 0;
    }
    .jobs-tabs-flex ul li span{
        width: 100%;
        text-align: center;
        height: 40px;
    }
}

.vue-dropzone>.dz-preview .dz-remove {
    top: 0!important;
}