/* MAIN */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
body {
	background-color: #005ca1;
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}

/* WRAPPER */
.wrapper {
	background-color: #fff;
}

/* LINKS */
a.dashed {
    text-decoration: none;
    border-bottom: 1px dashed;
}

/* OUTLINE */
button:focus,
button:active,
input:focus,
input:active,
optgroup:focus,
optgroup:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: none;
}

/* CLEARFIX */
.clearfix:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* OVERFLOW */
.overflow {
    overflow: hidden;
}

/* BITRIX INCLUDE */
.bx-context-toolbar-empty-area {
    min-width: 12px;
    min-height: 12px;
}

/* VERTICAL CONTENT ALIGN */
.vertical-element {
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}
.vertical-helper {
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

/* IMG */
img {
    vertical-align: middle;
    border: none;
}
img[align=left] {
    float: left;
    margin: .3em 1.5em 1em 0;
}
img[align=right] {
    float: right;
    margin: .3em 0 1em 1.5em;
}

/* OWL CAROUSEL */
.owl-carousel {
    display: none; /* loading hack */
}

/* ALL */
.no-padding {
    padding: 0 !important;
}
a {
    text-decoration: none;
    color: #005ca1;
    outline: none;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #0088ee;
    outline: none;
}
button {
    border: none;
    outline: none;
    background: none;
}
button:hover,
button:active,
button:focus,
button:active:focus {
    border: none;
    outline: none;
}
.btn {
    display: inline-block;
    padding: 0 10px;
	padding: 10px;
    background: #005ca1;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn:hover {
    color: #fff;
    background: #006bbb;
}
section.header-top {
    background: #005ca1;
    font-size: 13px;
}
section.header-top .top-nav ul {
    margin: 0;
    padding: 0;
    height: 32px;
    line-height: 32px;
    list-style: none;
    text-align: right;
}
section.header-top .top-nav ul li {
    display: inline-block;
}
section.header-top .top-nav ul li:first-child {
    float: left;
}
section.header-top .top-nav ul li a {
    color: #fff;
}
section.header-top .top-nav ul li a.link-clubs {
    text-decoration: underline;
}
section.header-top .top-nav ul li a.link-clubs:hover {
    text-decoration: none;
}
section.header-top .top-nav ul li.top-nav__phone-item {
	color: #fff;
    position: relative;
}
section.header-top .top-nav ul li.top-nav__phone-item:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -30px;
    width: 14px;
    height: 14px;
    background: url('images/icon-phone.png') center no-repeat;
}
section.header-top .top-nav ul li.top-nav__search-item {
    position: relative;
    margin-left: 63px;
}
section.header-top .top-nav ul li.top-nav__search-item .btn-search,
section.header-top .top-nav ul li.top-nav__search-item .btn-search--mob {
    display: inline-block;
    padding: 0 0 0 22px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: url('images/icon-search.png') left center no-repeat;
    color: #fff;
    text-align: left;
}
section.header-top .top-nav ul li.top-nav__search-item .btn-search--mob {
    display: none;
}
section.header-top .top-nav ul li.top-nav__lang-item {
    position: relative;
    margin-left: 32px;
}
section.header-top .top-nav ul li.top-nav__lang-item:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 17px;
    background: #fff;
}
section.header-top .top-nav ul li.top-nav__lang-item a.lang-link {
    margin-left: 33px;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.5;
}
section.header-top .top-nav ul li.top-nav__lang-item a.lang-link:first-child {
    margin-left: 55px;
}
section.header-top .top-nav ul li.top-nav__lang-item a.lang-link--adtive {
    opacity: 1;
}
section.header-menu {
    height: 100px;
    border-bottom: 1px solid #eeeeee;
}
section.header-menu .logo {
    z-index: 99;
    position: absolute;
    left: 0;
    width: 240px;
    line-height: 100px;
}
section.header-menu .menu-nav {
    height: 100px;
    line-height: 100px;
}
section.header-menu .menu-nav ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
section.header-menu .menu-nav ul > li {
    display: inline-block;
}
section.header-menu .menu-nav ul > li button {
    padding: 10px 3px 0;
    height: 99%;
    background: #fff;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
section.header-menu .menu-nav ul > li button span {
    display: inline-block;
    line-height: 14px;
    vertical-align: top;
}
section.header-menu .menu-nav ul > li.active button {
    color: #005ca1;
}
section.header-menu .menu-nav ul > li.active button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #005ca1;
}
section.header-menu .menu-nav ul > li:last-child button {
    padding-right: 0;
}
section.header-menu .menu-nav ul .dropdown {
    display: inline-block;
    margin: 0 0 0 15px;
    height: 70px;
    line-height: 70px;
    vertical-align: bottom;
}
section.header-menu .menu-nav ul .dropdown:hover .dropdown-menu {
    display: block;
}
section.header-menu .menu-nav ul .dropdown:hover .btn {
    color: #005ca1;
}
section.header-menu .menu-nav ul .dropdown.open .btn {
    color: #005ca1;
}
section.header-menu .menu-nav ul .dropdown .dropdown-menu {
    padding: 10px 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 4px 10.8px 1.2px rgba(96, 96, 96, 0.25);
    box-shadow: 0px 4px 10.8px 1.2px rgba(96, 96, 96, 0.25);
}
section.header-menu .menu-nav ul .dropdown .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #005ca1;
}
section.header-menu .menu-nav ul .dropdown li {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}
section.header-menu .menu-nav ul .dropdown li a {
    width: 100%;
    padding: 0 15px;
    line-height: 30px;
}
section.header-menu .menu-nav ul .dropdown li a:hover {
    background: #005ca1;
    color: #fff;
}
section.header-menu .menu-nav ul .dropdown li a.active {
    background: #005ca1;
    color: #fff;
    pointer-events: none;
    cursor: default;
}
section.top-ban {
    height: 460px;
}
section.top-ban .top-ban__car .slide-item {
    width: 100%;
    height: 460px;
    background: url('images/top-ban-img.jpg') center no-repeat;
}
section.top-ban .top-ban__car .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}
section.top-ban .top-ban__car .owl-dots .owl-dot span {
    margin: 4px 9px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: transparent;
}
section.top-ban .top-ban__car .owl-dots .owl-dot.active span {
    background: #fff;
}
section.top-ban .container {
    position: relative;
}
section.top-ban .container .top-ban__onban-text.right {
    z-index: 99;
    position: absolute;
    /* top: 0; */
    right: 15px;
    width: 480px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
}
section.top-ban .container .top-ban__onban-text.left {
    z-index: 99;
    position: absolute;
    /* top: 0; */
    left: 15px;
    width: 480px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
}
section.top-ban .container .top-ban__onban-text.center {
	z-index: 99;
    position: absolute;
    /* top: 0; */
    right: 50%;
    margin-right: -270px;
    width: 540px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
}
section.top-ban .container .top-ban__onban-text p {
    margin: 0;
    padding: 34px 30px 35px;
    line-height: 30px;
    color: #005ca1;
    font-size: 25px;
    font-weight: bold;
}
section.top-ban .container .top-ban__onban-text .btn {
    margin-bottom: 42px;
    width: 210px;
}
section.content .off-news__title {
    margin: 62px 0 30px;
}
section.content h3 {
    font-size: 20px;
}
section.content .off-news__item {
    display: block;
    border: 1px solid #e5e5e5;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
section.content .off-news__item > div {
    overflow: hidden;
}
section.content .off-news__item:hover {
    -webkit-box-shadow: 0px 1px 9.4px 0.6px rgba(77, 78, 79, 0.3);
    box-shadow: 0px 1px 9.4px 0.6px rgba(77, 78, 79, 0.3);
}
section.content .off-news__item:hover .item-bg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
section.content .off-news__item:hover .item-link span {
    background: #005ca1;
    color: #fff;
}
section.content .off-news__item .item-bg {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    height: 240px;
}
section.content .off-news__item.mid .item-bg {
    background: url('images/off-news2.jpg?2') center no-repeat;
    background-size: cover;
}
section.content .off-news__item.right .item-bg {
    background: url('images/no-image.jpg?2') center no-repeat;
    background-size: cover;
}
section.content .off-news__item.right .item-bg img {
	min-width: 100%;
	/* min-height: 100%; */
	/* max-width: 100%; */
	/* max-height: 100%; */
}
.card__img.no-img {
	background: url('images/no-image.jpg?2') center no-repeat;
	background-size: cover;
}
section.content .off-news__item .item-link {
    height: 50px;
    text-align: center;
}
section.content .off-news__item .item-link span {
    display: inline-block;
    width: 100%;
    height: 100%;
	padding: 5px 10px;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
section.content .about-club .about-club__title {
    margin: 70px 0 16px;
}
section.content .about-club p {
    line-height: 20px;
}
section.content .club-partn .club-partn__title {
    margin: 45px 0 12px;
}
section.content .club-partn .club-partn__car .slide-item {
    height: 115px;
}
section.content .club-partn .club-partn__car .slide-item.danko {
    background: url('images/logos/danko.png') center no-repeat;
}
section.content .club-partn .club-partn__car .slide-item.alba {
    background: url('images/logos/alba.png') center no-repeat;
}
section.content .club-partn .club-partn__car .slide-item.unior {
    background: url('images/logos/unior.png') center no-repeat;
}
section.content .club-partn .club-partn__car .slide-item.duol {
    background: url('images/logos/duol.png') center no-repeat;
}
section.content .club-partn .club-partn__car .owl-nav .owl-prev {
    top: 44%;
    left: 0px;
}
section.content .club-partn .club-partn__car .owl-nav .owl-next {
    top: 44%;
    right: 0px;
}
.news {
    margin: 33px 0 0;
    padding: 66px 0;
    background: #005ca1;
}
.news .news__col {
    padding: 25px 30px 25px 25px;
    background: #fff;
}
.news__col-item > div {
	margin-bottom: 20px;
}
.news__col-item > div:last-child {
	margin-bottom: 0;
}
.news .news__col.club-news .title-img {
    background: url('images/news-col1.png') center no-repeat;
}
.news .news__col.club-events .title-img {
    background: url('images/news-col2.png') center no-repeat;
}
.news .news__col.business-opp .title-img {
    background: url('images/news-col3.png') center no-repeat;
}
.news .news__col-title {
    margin: 0 0 22px;
    position: relative;
    min-height: 97px;
    border-bottom: 1px solid #e5e5e5;
}
.news .news__col-title .title-img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.news .news__col-title h4 {
    margin: 0 0 45px;
    padding: 0 70px 0 0;
    line-height: 20px;
    color: #ff4f55;
    font-size: 20px;
}
.news .news__col-title a {
    position: absolute;
    left: 0;
    bottom: 20px;
    display: inline-block;
    margin-top: 40px;
    color: #005ca1;
    font-size: 14px;
    text-decoration: underline;
}
.news .news__col-title a:hover {
    color: #0088ee;
}
.news .news__col-item a {
    margin: 0 0 10px;
    display: block;
    height: 60px;
    overflow: hidden;
}
.news .news__col-item a .item__text {
    line-height: 20px;
    color: #000;
    font-size: 15px;
}
.news .news__col-item a:hover .item__text {
    color: #808080;
}
.news .news__col-item a .item__text p {
	margin: 0;
}
.news .news__col-item .item__time {
    display: inline-block;
    color: #a4a3a3;
    line-height: 14px;
    font-size: 14px;
}
.news .news__col-item:not(:last-child) .item__time {
    margin: 0 0 32px;
}
.club-members .individuals__title {
    margin: 60px 0 36px;
    font-size: 20px;
}
.club-members .individuals__car .slide-item {
    text-align: center;
    font-size: 14px;
}
.club-members .individuals__car .slide-item .member-photo {
    margin: 0 auto;
    width: 134px;
    height: 134px;
	border-radius: 50%;
}
.club-members .individuals__car .slide-item.member1 .member-photo {
    background: url('images/individuals/putkin.png') center no-repeat;
}
.club-members .individuals__car .slide-item.member2 .member-photo {
    background: url('images/individuals/putkina.png') center no-repeat;
}
.club-members .individuals__car .slide-item.member3 .member-photo {
    background: url('images/individuals/vayno.png') center no-repeat;
}
.club-members .individuals__car .slide-item.member4 .member-photo {
    background: url('images/individuals/vayno2.png') center no-repeat;
}
.club-members .individuals__car .slide-item .name {
    display: block;
    margin: 15px 0 0;
    line-height: 18px;
}
.club-members .individuals__car .slide-item .pos {
    margin: 5px 0 0;
    line-height: 18px;
}
.club-members .individuals__car .owl-nav .owl-prev {
    top: 60px;
    left: 0px;
}
.club-members .individuals__car .owl-nav .owl-next {
    top: 60px;
    right: 0px;
}
.club-members .legal-entities__title {
    margin: 45px 0 15px;
    font-size: 20px;
}
.club-members .legal-entities__car .slide-item {
    height: 115px;
}
.club-members .legal-entities__car .slide-item.danko {
    background: url('images/logos/danko.png') center no-repeat;
}
.club-members .legal-entities__car .slide-item.alba {
    background: url('images/logos/alba.png') center no-repeat;
}
.club-members .legal-entities__car .slide-item.unior {
    background: url('images/logos/unior.png') center no-repeat;
}
.club-members .legal-entities__car .slide-item.duol {
    background: url('images/logos/duol.png') center no-repeat;
}
.club-members .legal-entities__car .owl-nav .owl-prev {
    top: 44%;
    left: 0px;
}
.club-members .legal-entities__car .owl-nav .owl-next {
    top: 44%;
    right: 0px;
}
section.subscribe {
    margin: 35px 0 0;
    min-height: 135px;
    line-height: 135px;
    background: #f2f2f2;
}
section.subscribe label {
    display: inline-block;
    margin: 0 38px 0 75px;
    width: 164px;
    max-height: 48px;
    line-height: 22px;
    color: #005ca1;
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
}
section.subscribe input {
    display: inline-block;
    padding: 0 25px;
    width: 540px;
    height: 48px;
    line-height: 48px;
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    vertical-align: middle;
}
section.subscribe .btn {
	display: inline-block;
    margin-left: -8px;
    width: 234px;
    line-height: 28px;
    font-size: 15px;
    vertical-align: middle;
}
section.footer {
    background: #005ca1;
}
section.footer .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 32px 0 0;
    min-height: 90px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    border-bottom: 1px solid #337db4;
}
section.footer .footer__nav-list li {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
section.footer .footer__nav-list li a {
    color: #fff;
}
section.footer .footer__info {
    min-height: 105px;
    padding: 22px 0 0;
    line-height: 105px;
    color: #fff;
    font-size: 13px;
}
section.footer .footer__info .copy {
    vertical-align: middle;
    height: 40px;
    line-height: 24px;
}
section.footer .footer__info .social-list {
    vertical-align: middle;
    margin: 0;
    padding: 5px 0 0;
    height: 40px;
    line-height: 40px;
    list-style: none;
    text-align: center;
    font-size: 0;
}
section.footer .footer__info .social-list li {
    display: inline-block;
    margin: 0 9px;
}
section.footer .footer__info .social-list li .icon {
    display: inline-block;
    width: 38px;
    height: 38px;
}
section.footer .footer__info .social-list li .icon.tw {
    background: url('images/social/tw.png') center no-repeat;
}
section.footer .footer__info .social-list li .icon.vk {
    background: url('images/social/vk.png') center no-repeat;
}
section.footer .footer__info .social-list li .icon.fb {
    background: url('images/social/fb.png') center no-repeat;
}
section.footer .footer__info .social-list li .icon.ins {
    background: url('images/social/ins.png') center no-repeat;
}
section.footer .footer__info .social-list li .icon.yt {
    background: url('images/social/yt.png') center no-repeat;
}
section.footer .footer__info .contacts {
    vertical-align: middle;
    height: 40px;
    line-height: 24px;
    text-align: right;
}
section.footer .footer__info .contacts .contacts__phone {
    font-size: 16px;
}
.mob-search input {
    margin: 0;
    width: 100%;
    height: 37px;
    line-height: 35px;
    border: none;
    border-bottom: 1px solid #ebebeb;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    vertical-align: middle;
}
.mob-search .btn {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 150px;
    height: 40px;
    line-height: 35px;
    vertical-align: middle;
}
#desc-search {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 130px;
    line-height: 130px;
}
#desc-search input {
    margin: 0 165px 0 0;
    width: 760px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #ebebeb;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    vertical-align: middle;
}
#desc-search .btn {
    width: 148px;
    line-height: 30px;
    vertical-align: middle;
}
#desc-search .btn-close {
    float: right;
    margin: 58px 12px 0 0;
    padding: 0;
    width: 12px;
    height: 12px;
    line-height: 12px;
    vertical-align: middle;
    color: #000;
    font-size: 33px;
    font-weight: 300;
}
.btn-open-nav {
    display: none;
    z-index: 999;
    position: fixed;
    top: 40px;
    right: 40px;
    padding: 0;
    width: 35px;
    height: 35px;
    background: #fff;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.btn-open-nav span {
    display: inline-block;
    font-size: 28px;
    line-height: 33px;
    width: 33px;
}
.mob-sidenav {
    display: none;
    z-index: 999;
    height: 120%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #383d45;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 50px;
}
.mob-sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 36px;
    border: none;
    background: none;
    outline: none;
    color: #fff;
}
.mob-sidenav a {
    display: block;
    padding: 8px 8px 8px 32px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mob-sidenav a.accordion-btn--active {
    color: #005ca1;
}
.accordion-panel {
    color: #fff;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    font-size: 14px;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}
.accordion-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.accordion-panel ul li {
    padding-left: 20px;
}
.accordion-panel ul li a {
    font-size: 13px;
    text-transform: none;
}
.breadcrumbs {
    padding: 30px 0 0px 0;
}
.breadcrumbs__info {
    line-height: 14px;
    color: #a4a3a3;
    font-size: 12px;
}
.breadcrumbs__title {
    display: inline-block;
    margin: 12px 0 40px 0;
    line-height: 26px;
    font-size: 25px;
    font-weight: 700;
}
.back-block .back-block__line {
    margin: 60px 0 20px;
}
.back-block .back-block__line .back-block__link {
    position: relative;
    display: inline-block;
    padding: 0 0 0 36px;
    height: 30px;
    line-height: 30px;
    color: #005ca1;
    font-size: 14px;
    text-decoration: underline;
}
.back-block .back-block__line .back-block__link:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: url('images/arrow-back.png') center no-repeat;
}
.side-menu__list {
    margin: 0;
    padding: 7px 12px 0 0;
    list-style: none;
}
.side-menu__list li {
    padding: 7px 15px;
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
}
.side-menu__list li a {
    color: #000;
    display: block;
}
.side-menu__list li a:hover {
    color: #0088ee;
}
.side-menu__list li.active {
    background: #005ca1;
}
.side-menu__list li.active a {
    color: #fff;
}
.honorary-members__title {
    margin: 10px 0 35px;
}
.member__card {
    margin: 0 0 30px;
    border: 1px solid #e5e5e5;
    color: #000;
	z-index: 9;
}
.member__card:hover {
    -webkit-box-shadow: 0px 1px 6.58px 0.42px rgba(77, 78, 79, 0.2);
    box-shadow: 0px 1px 6.58px 0.42px rgba(77, 78, 79, 0.2);
}
.member__card .member__card-photo {
    margin: 28px auto 30px;
    height: 148px;
	text-align: center;
	line-height: 148px;
}
.member__card .member__card-name {
	margin-bottom: 10px;
	min-height: 40px;
    padding: 0 20px 0;
    font-size: 14px;
    font-weight: 700;
}
.member__card .member__card-text {
	margin-bottom: 10px;
    margin: 8px 0 20px 0px;
    padding: 0 20px 0;
    color: #555555;
	height: 100px;
}
.member__card .member__card-cont {
	border-top: 1px solid #eee;
	padding-top: 10px;
    margin: 0 20px 18px;
    line-height: 18px;
    color: #555555;
    font-size: 11px;
}
.partners_cont ~ .subscribe {
    margin-top: 26px;
}
.partner__card {
    margin: 7px 0 30px;
    padding: 0 20px;
    line-height: 20px;
    border: 1px solid #e5e5e5;
}
.partner__card:hover {
    -webkit-box-shadow: 0px 1px 6.58px 0.42px rgba(77, 78, 79, 0.2);
    box-shadow: 0px 1px 6.58px 0.42px rgba(77, 78, 79, 0.2);
}
.partner__card .card__logo {
    margin: 30px 0 32px;
    width: 100%;
    height: 150px;
}
.partner__card.embassy .card__logo {
    background: #ffffff url('images/partner1.png') top center no-repeat;
}
.partner__card.spiritslovenia .card__logo {
    background: #ffffff url('images/partner2.png') center no-repeat;
}
.partner__card.unido .card__logo {
    background: #ffffff url('images/partner3.png') top center no-repeat;
}
.partner__card .card__name {
    margin: 0 0 18px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
}
.partner__card .card__link {
    margin-right: 15px;
    padding: 17px 0 19px;
    border-top: 1px solid #e5e5e5;
    font-size: 13px;
}
.mass-media_cont .filter {
    margin: 10px 0 42px;
}
.mass-media_cont ~ .subscribe {
    margin: 44px 0 0;
}
.mass-media__card {
    margin: 0 0 40px;
    color: #000;
}
.mass-media__card:hover {
    -webkit-box-shadow: 0px 1px 6.58px 0.42px rgba(77, 78, 79, 0.2);
    box-shadow: 0px 1px 6.58px 0.42px rgba(77, 78, 79, 0.2);
}
.mass-media__card .card__logo {
	background-color: #eee;
    background-size: cover;
    width: 100%;
    height: 180px;
}
.mass-media__card .card__text {
    padding: 30px 20px 18px;
    line-height: 20px;
    border: 1px solid #e5e5e5;
    border-top: none;
    font-size: 14px;
    font-weight: 700;
}
.mass-media__card .card__text p {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 60px;
}
.mass-media__card .card__text .card__time {
    margin: 18px 0 2px;
}
/*
.organizations__title {
    margin: 44px 0 34px;
}
.organizations__card {
    margin: 0 0 30px;
    border: 1px solid #e5e5e5;
}
.organizations__card:hover {
    -webkit-box-shadow: 0px 1px 6.58px 0.42px rgba(77, 78, 79, 0.2);
    box-shadow: 0px 1px 6.58px 0.42px rgba(77, 78, 79, 0.2);
}
.organizations__card a {
    display: block;
    height: 100%;
}
.organizations__card .card__logo {
    margin: 10px 0 50px;
    height: 148px;
}
.organizations__card .card__logo.vesna {
    background: url('images/memb8.png') center no-repeat;
}
.organizations__card .card__logo.park {
    background: url('images/memb9.png') center no-repeat;
}
.organizations__card .card__name {
    margin: 0 20px 7px;
    color: #000;
    font-weight: 700;
}
.organizations__card .card__text {
    margin: 0 20px 14px;
    padding: 0 0 20px;
    color: #555555;
    border-bottom: 1px solid #e5e5e5;
}
.organizations__card .card__adr {
    margin: 0 20px 18px;
    line-height: 18px;
    color: #555555;
    font-size: 11px;
}
*/
.organization-info {
    min-height: 400px;
}
.organization-info .organization-info__img .logo {
    height: 200px;
    background: url('images/memb9.png') center no-repeat;
}
.organization-info .organization-info__img .qr {
    height: 200px;
    background: url('images/QR.png') center no-repeat;
}
.organization-info .organization-info__text h4 {
    margin: 13px 0 5px;
    font-size: 15px;
}
.organization-info .organization-info__text p {
    margin: 0;
    line-height: 22px;
    color: #555;
    font-size: 14px;
}
.organization-info .organization-info__contacts {
    margin: 12px 0 0;
    padding: 20px 0 20px;
    line-height: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #555;
    font-size: 13px;
}
.organization-info .organization-info__contacts .contacts__tel ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}
.organization-info .organization-info__contacts .contacts__tel ul li {
    white-space: nowrap;
}
.organization-info .organization-info__contacts .contacts__web {
    text-align: right;
}
.indiv-members {
    margin: 0 0 24px;
}
.indiv-members__title {
    margin: 54px 0 35px;
}
.btn__see-all {
    float: right;
    margin: 15px 0 0;
    width: 145px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
.btn__see-all:hover {
    color: #fff;
}
.off-news__card {
    margin: 2px 0 36px;
    min-height: 242px;
    border-bottom: 1px solid #e5e5e5;
}
.off-news__card .card__img {
    position: absolute;
    top: 5px;
    right: -15px;
    width: 100%;
    height: 195px;
	background-color: #fff;
    background-position: center;
	background-repeat: no-repeat;
    background-size: contain;
}
.off-news__card .card-info {
    padding: 0 0 30px 32px;
}
.off-news__card .card-info__title {
    line-height: 20px;
    font-size: 15px;
    font-weight: 700;
}
.off-news__card .card-info__time {
    margin: 8px 0 22px;
    line-height: 20px;
    color: #a4a3a3;
    font-size: 14px;
}
.off-news__card .card-info__text {
    overflow: hidden;
    margin: 0 0 15px;
    line-height: 22px;
    font-size: 14px;
}
.off-news__card .card-info__det {
    line-height: 20px;
}
.off-news__card .card-info__det a {
    display: inline-block;
    padding-right: 16px;
    color: #005ca1;
    font-size: 13px;
    background: url('images/arrow-det.png') center right no-repeat;
}
.news-club {
    height: 76px;
    line-height: 76px;
}
.news-club__title {
    display: inline-block;
    line-height: 30px;
    font-size: 25px;
    font-weight: 700;
}
.news-club .btn__see-all {
    margin: 20px 0 0;
}
.news-club .btn__see-all:hover {
    color: #fff;
}
.filter {
    margin: 0 0 36px;
    min-height: 56px;
    border-bottom: 1px solid #e5e5e5;
}
.filter__link {
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 0 18px;
    line-height: 33px;
    color: #000;
    font-size: 14px;
}
.filter__link.active,
.filter__link:hover {
    background: #005ca1;
    color: #fff;
}
.pagin-block {
    height: 46px;
    text-align: right;
}
.pagin-block .pagination {
    margin: 4px 0 0;
    height: 32px;
}
.pagin-block .pagination li {
    border-radius: 4px;
}
.pagin-block .pagination li a {
    margin: 0 7px 0;
    border: none;
    color: #a4a3a3;
    font-size: 14px;
}
.pagin-block .pagination li.active a {
    border-radius: 4px;
    color: #fff;
}
.pagin-block .pagination li.prev a {
    height: 100%;
    background: url('images/arrow-next.png') center no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pagin-block .pagination li.next a {
    margin-right: 0;
    padding-right: 0;
    height: 100%;
    background: url('images/arrow-next.png') center no-repeat;
}
.news-item {
    line-height: 20px;
}
.news-item__time {
    margin: 4px 0 0;
    color: #a4a3a3;
    font-size: 14px;
}
.news-item__text {
    margin: 13px 0 34px;
    padding: 0 0 38px;
    line-height: 22px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}
.news-item__gal {
    font-size: 16px;
}
.news-item__gal h4 {
    margin: 0 0 28px;
}
.news-item__gal .gal-img img {
    width: 100%;
    height: 190px;
}
.news-item ~ .back-block .back-block__line {
    margin: 62px 0 27px;
}

/* TABLE */
table {
    width: 100%;
}
table,
table td,
table th {
    border-collapse: collapse;
}
table th {
    padding: 8px 10px;
    text-align: left;
    vertical-align: middle;
}
table td {
    padding: 8px 10px;
	border: 1px solid #eee;
    vertical-align: top;
}

/* OWL-SLIDER */
.club-partn__car.owl-carousel .owl-item img {
	max-width: 100%;
	max-height: 80px;
	width: auto;
	height: auto !important;
	margin: 0 auto;
}

/* SEARCH PAGE */
.search-page form {
	position: relative;
}
.search-page input[type="text"] {
	width: 100%;
	border: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}
.search-page input[type="submit"] {
	width: 150px;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}

.news_gallery { 
position: relative; 
width: 100%; 
}
.news_gallery .elements { 
line-height: 1.2; 
margin-right: -5px; 
margin-left: -5px; 
display: -webkit-box; 
display: -ms-flexbox; 
display: flex; 
-ms-flex-wrap: wrap; 
flex-wrap: wrap; 
justify-content: center; 
}
.news_gallery .elements .element { 
margin: 0 5px 10px; 
text-align: center; 
}
.news_gallery .elements .element .picture img { 
display: inline-block; 
width: auto; 
height: auto; 
}

.sub-btn {
	border: none;
}

.fancybox-image, .fancybox-spaceball {
	width: unset;
    height: unset;
}

.club-members .individuals__car .slide-item {
	text-align: center;
	padding: 0 20px;
}

.club-members .individuals__car .slide-item p {
	text-align: center !important;
}
.news .news__col-item a {
	height: 58px;
}
.news .news__col-item a .item__text p {
	text-align: left !important;
}