/* Reset */

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}

.layouts ul li {
	margin-bottom:5px;
}

.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}

.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.row {
	margin-left: auto;
	margin-right: auto;
	max-width: 1530px;
	position: relative;
}

.row-owl {
	max-width: 1430px;
}

.row-slogan {
	max-width: 1150px;
}
/* -- main styles -- */

.nopad {
	padding:0px;
}

.nopadleft {
	padding-left:0px;
}

.nopadright {
	padding-right:0px;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

.clear {
	clear:both;
}

a, button, span {
	transition: color 0.2s, opacity 0.2s, background-color 0.2s, font-weight 0.2s;
}

a:hover {
	text-decoration: none;
}

a:focus, a:active {
	text-decoration: none;
	outline: 0;
}

img {
	max-width: 100%;
}

.text-left {
	text-align: left;
}

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

.left {
	float: left;
}

.right {
	float: right;
}

.fancybox-close {
    position: absolute;
    top: -40px;
	right: -40px;
    background:url(../img/cross.png) no-repeat center center;
    background-size:cover;
    width: 23px;
    height: 23px;
}

.fancybox-overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden !important;
	background: rgba(0, 0, 0, 0.7);
}

.fancybox-close:hover {
	opacity: 0.8;
}

.fancybox-prev {
    left: -60px;
}

.fancybox-prev span {
	width: 29px;
	height: 53px;
	background:url(../img/s-prev.png) no-repeat center center;
}

.fancybox-prev span:hover {
	background:url(../img/o-prev.png) no-repeat center center;
}

.fancybox-next {
	right:-60px;
}

.fancybox-next span {
	width: 29px;
	height: 53px;
	background:url(../img/s-next.png) no-repeat center center;
}

.fancybox-next span:hover {
	background:url(../img/o-next.png) no-repeat center center;
}

.fancybox-prev span {
	visibility: visible !important;
}

.fancybox-next span {
    visibility: visible !important;
}

.fancybox-inner {
	margin: 20px 0;
}

.hamburger {
    padding: 11px 10px 2px 10px;
	border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: #0c4da2;
    border: 0;
    margin: 0;
	margin-top: 6px;
    overflow: visible;
}

.hamburger-box {
    width: 26px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 26px;
    height: 3px;
    background-color: #000;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 4px;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
}


/*   start   */

.header {
	padding: 0 3.3% 15px 2.4%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.logo {
	padding-top: 21px;
}

.logo a {
	display: block;
}

.logo a:hover, .header-facebook a:hover, .header-linkedin a:hover, .header-app a:hover {
	opacity: 0.7;
}

.top-contacts-block {
	padding: 17px 0 0 9.5%;
	margin-bottom: 36px;
  padding-left: 0px;
}

.top-contacts {
	font-size: 14px;
	font-weight: 400;
	color: #2c4390;
	padding-right: 56px;
}

.top-contacts-en{
	padding-right: 0px;
}

.top-contacts.hold {
	padding-right: 0;
}

.top-contacts ul {
	display: inline-block;
}

.top-contacts ul li {
	display: inline-block;
	float: left;
	margin-right: 21px;
	font-size: 14px;
	font-weight: 400;
	color: #2c4390;
}

.top-contacts ul li:first-child {
	margin-right: 11px;
}

.top-contacts ul li:last-child, .events-block ul li:last-child, .nav .menu-menu-1-container > ul > li:last-child, .mob-options ul li:last-child, .mob-nav .menu-menu-1-container > ul>  li:last-child,
.carousel-indicators li:last-child, .members-block ul li:nth-child(3n), .advertisement-block ul li:last-child, .contacts-tabs-list > ul > li:last-child,
.copyright ul li:last-child, .breadcrumbs ul li:last-child, .news-list > ul > li:nth-child(2n), .news-options-social ul li:last-child, .news-slider-item > ul > li:last-child,
.member-requisites-container ul li:nth-child(2n), .pagination ul li:last-child, .members-search-block ul li:last-child, .members-list-block > ul > li:nth-child(2n),
.palace-members-list ul li:nth-child(2n), .member-messages-block ul li:last-child, .consultation-block > ul > li:last-child, .duk-line-holder ul li:last-child,
.service-line-holder ul li:last-child, .mob-lang ul li:last-child, .members-activities > ul > li:last-child, .members-activities ul li ul li:nth-child(2n), .events-container-line > ul > li:last-child {
	margin-right: 0;
}

.top-contacts ul li a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #2c4390;
}

.top-contacts ul li a:hover {
	text-decoration: underline;
}

.btn-newsletter {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	font-weight: bold;
}

.btn-newsletter:hover {
	text-decoration: underline;
}

.log-in {
	position: relative;
	cursor: pointer;
	padding-left: 28px;
	font-size: 14px;
	color: #2c4390;
}

.log-in.hold {
	padding-left: 25.75%;
}

.log-in.hold:after {
	position: absolute;
	content: '';
	top: 6px;
	right: 7px;
	width: 12px;
	height: 7px;
	background:url(../img/lang-dropdown.png) no-repeat center center;
}

.log-in.hold::before {
	left: 38px
}

.log-in.hold .log-in-dropdown {
	left: 64px;
	right: auto;
	width: 240px;
}

.log-in.hold  .log-in-dropdown::before {
	left: 120px;
}

.log-in.hold .log-in-dropdown ul li a {
	padding: 18px 15px 18px 20px;
}

.log-in span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #2c4390;
	transition: color 0.2s;
}

.log-in span:hover {
	color: #72c3fc;
}

.log-in::before {
	position: absolute;
	content: '';
	left: 3px;
	bottom: 4px;
	width: 17px;
	height: 20px;
	background:url(../img/log-in.png) no-repeat center center;
}

.log-in-dropdown {
	display: none;
	position: absolute;
	left: -25px;
	right: -84px;
	top: 28px;
	background-color: #2c4390;
	z-index: 20;
}

.log-in-dropdown::before {
	position: absolute;
	content: '';
	bottom: 100%;
	left: 31px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6.5px 7px 6.5px;
	border-color: transparent transparent #2c4390 transparent;
}

.log-in-dropdown ul li {
	float: left;
	display: block;
	width: 100%;
}

.log-in-dropdown ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 18px 15px 18px 26px;
	position: relative;
	border-bottom: 1px #6b7bb1 solid;
}

.log-in-dropdown ul li:last-child a {
	border-bottom: 0;
}

.log-in-dropdown ul li a::after {
	position: absolute;
	content: '';
	left: 26px;
	bottom: 16px;
	height: 2px;
	width: 35px;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.2s;
}

.log-in-dropdown ul li a:hover::after {
	opacity: 1;
}

.log-in-dropdown ul li a:hover {
	color: #5cbafc;
}

.header-facebook a {
	display: inline-block;
	width: 10px;
	height: 19px;
	background:url(../img/facebook.png) no-repeat center center;
	margin-bottom: 9px;
	margin-right: 8px;
}

.header-linkedin a {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 19px;
	background: transparent;
	margin-bottom: 9px;
	margin-right: 8px;
	color: #2e2e2e;
	font-family: "Font Awesome 5 Brands";
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.header-linkedin a::before{
	content: "\f0e1";
	position: absolute;
	left: -5px;
	top: -1px;
}

.header-app a {
	display: inline-block;
	width: 32px;
	height: 19px;
	background:url(../img/app.png) no-repeat center center;
	margin-bottom: 9px;
	margin-right: 8px;
}	
	
/*.footer .footer-linkedin .textwidget p a{
	position: relative;
	display: inline-block;
	margin-top: -1px;
	margin-left: 3px;
	width: 20px;
	height: 19px;
	background: transparent;
	margin-bottom: 9px;
	color: #ffffff;
	font-family: "Font Awesome 5 Free";
	font-family: "Font Awesome 5 Brands";
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	line-height: 1;
}*/

.nav .menu-menu-1-container > ul  {
	display: inline-block;
	float: right;
	padding-top: 11px;
}

.nav .menu-menu-1-container > ul > li {
	display: inline-block;
	float: left;
	margin-right: 45px;
	position: relative;
}

.nav .menu-menu-1-container > ul > li > a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #2c4390;
	text-transform: uppercase;
	padding-bottom: 14px;
	position: relative;
}

.nav .menu-menu-1-container > ul > li > a:hover {
	color: #72c3fc;
}

.nav .menu-menu-1-container > ul > li.current > a {
	color: #72c3fc;
}

.nav .menu-menu-1-container > ul > li > a:hover::after {
	opacity: 1;
}

#menu-menu-1-en .current-menu-item > a::after{
	opacity: 1!important;
}

.nav .menu-menu-1-container > ul > li > a:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #2c4390;
	opacity: 0;
	transition: opacity 0.2s;
}

.nav .menu-menu-1-container > ul > li.current > a::after {
	opacity: 1;
}

.sub-nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 230px;
	text-align: left;
	padding-top: 7px;
}

.sub-nav::before {
    position: absolute;
    content: '';
    top: 0;
    left: 31px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 7px 6.5px;
    border-color: transparent transparent #0c4da2 transparent;
}

.sub-nav ul li {
	display: block;
	float: left;
	width: 100%;
	background-color: #0c4da2;
}

.sub-nav ul li:first-child a {
	padding: 24px 10px 14px 20px;
}

.sub-nav ul li:last-child a {
	border-bottom: 0;
}

.sub-nav ul li a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding: 14px 10px 14px 20px;
	border-bottom: 1px #5582be solid;
	position: relative;
}

.sub-nav ul li a:hover {
	color: #72c3fc;
}

.sub-nav ul li a::after {
	position: absolute;
	content: '';
	left: 20px;
	bottom: 8px;
	height: 2px;
	width: 40px;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.2s;
}

.sub-nav ul li a:hover::after {
	opacity: 1;
}

.nav .search {
	display: inline-block;
	padding: 12.5px 38px;
	background:url(../img/search.png) no-repeat center center;
	background-size: 25px 25px;
	position: relative;
	cursor: pointer;
	margin: 11px 0 0 27px;
	float: right;
}

.nav .search::before, .nav .search::after {
	position: absolute;
	content: '';
	top: -10px;
	bottom: -10px;
	width: 1px;
	background-color: #d0d0d0;
}

.nav .search::before {
	left: 0;
}

.nav .search::after {
	right: 0;
}

.nav .search-input {
	position: absolute;
	right: 139px;
	top: 1px;
	z-index: 30;
	display: none;
}

.nav .search-input input, .nav .search-input input:focus {
	height: 45px;
	width: 520px;
	background-color: #eeeeee;
	border: 0;
	box-shadow: none;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 400;
	color: #555555;
}

.nav .search-input button, .nav .search-input button:focus, .nav .search-input button:active {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 44px;
	background:url(../img/search.png) no-repeat center center;
	background-size: 25px 25px;
	border: 0;
	box-shadow: none;
}

.nav .search-input button:hover {
	opacity: 0.7;
}

.lang {
	cursor: pointer;
	display: inline-block;
	z-index: 10;
	float: right;
	position: relative;
}

.lang:hover {
	background-color: #fff;
}

.lang > a {
	display: inline-block;
    font-size: 16px;
    font-weight: 700;
	color:#2c4390;
    text-decoration: none;
	position: relative;
	padding: 12.5px 19px 12.5px 27px;
}

.lang a:hover {
	color: #72c3fc;
}

.lang::after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: 0;
    background: url("../img/lang-dropdown.png") no-repeat scroll center center;
    width: 12px;
    height: 7px;
}

.lang ul {
    position: absolute;
    top: 100%;
	left: 0;
	right: -10px;
    z-index: 10;
	display:none;
}

.lang ul li {
    background-color: #fff;
    display: inline-block;
    float: left;
    line-height: 28px;
    font-weight: 700;
	color:#1a2131;
	width: 100%;
	position: relative;
	z-index: 1000;
}

.lang ul li a {
    float: left;
    padding: 5px 5px;
    display: block;
    width: 100%;
	color:#2c4390;
}

.mob-lang {
	margin-top: 10px;
}

.mob-lang ul {
	width: 100%;
}

.mob-lang ul li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.mob-lang ul li a {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #2c4390;
	text-transform: uppercase;
	line-height: 1;
	padding: 3px 0;
}

.mob-lang ul li a span {
	font-size: 14px;
	font-weight: 700;
	color: #2c4390;
	text-transform: uppercase;
	line-height: 1;
	padding: 3px 0;
	display: inline-block;
}

.mob-lang ul li.current a span {
	color: #72c3fc;
	border-bottom: 2px #2c4390 solid;
}

.mob-header-right {
	display: none;
}

.mob-options {
	padding-top: 19px;
}

.mob-options ul {
	display: inline-block;
}

.mob-options ul li {
	display: inline-block;
	float: left;
	margin-right: 20px;
	position: relative;
}

.mob-options ul li a {
	display: block;
}

.mob-log-in {
	width: 17px;
	height: 20px;
	background:url(../img/log-in.png) no-repeat center center;
}

.mob-facebook {
	width: 10px;
	height: 19px;
	background:url(../img/facebook.png) no-repeat center center;
}

.mob-app {
	width: 32px;
	height: 19px;
	background:url(../img/app.png) no-repeat center center;
}

.mob-search {
	display: none;
	position: relative;
}

.mob-search input, .mob-search input:focus {
	width: 100%;
	height: 45px;
	background-color: #eeeeee;
	padding: 5px 45px 5px 14px;
	font-size: 14px;
	color: #555555;
	border: 0;
	box-shadow: 0;
	outline: 0;
}

.mob-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555555;
  opacity: 1;
}

.mob-search input::-moz-placeholder { /* Firefox 19+ */
  color: #555555;
  opacity: 1;
}

.mob-search input:-ms-input-placeholder { /* IE 10+ */
  color: #555555;
  opacity: 1;
}

.mob-search input:-moz-placeholder { /* Firefox 18- */
  color: #555555;
  opacity: 1;
}

.mob-search button, .mob-search button:focus, .mob-search button:active {
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	width: 40px;
	background:url(../img/search.png) no-repeat center center;
	background-size: 25px 25px;
	box-shadow: none;
	border: 0;
}

.mob-nav {
	display: none;
	position: absolute;
	top: 81px;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 15px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
}

.mob-nav .menu-menu-1-container > ul > li {
	float: left;
	display: block;
	width: 100%;
	line-height: 1;
	margin-bottom: 5px;
	position: relative;
}

.mob-nav .menu-menu-1-container > ul > li > a {
	font-size: 14px;
	font-weight: 700;
	color: #2c4390;
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	padding: 3px 0;
	position: relative;
}

.mob-nav .menu-menu-1-container ul li.current a {
	color: #72c3fc;
}

.mob-nav .menu-menu-1-container > ul > li > a:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background-color: #2c4390;
	opacity: 0;
	transition: opacity 0.2s;
}

.mob-nav .menu-menu-1-container > ul > li.current > a::after {
	opacity: 1;
}

.mob-sub-nav {
	display: none;
	padding-left: 10px;
}

.mob-sub-nav ul li {
	margin-bottom: 3px;
}

.mob-sub-nav ul li:last-child {
	margin-bottom: 0;
}

.mob-sub-nav ul li a {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #2c4390;
	line-height: 1;
	text-transform: uppercase;
	padding: 3px 0;
	position: relative;
}

.mob-sub-nav ul li a::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #2c4390;
	opacity: 0;
}

.mob-sub-nav ul li.current a::after {
	opacity: 1;
}

.intro-slider, .intro-slider .carousel-inner, .intro-slider .item {
	height: 545px;
}

.intro-slider .item {
	background-size: cover !important;
}

.carousel-inner > .item {
	-webkit-transition: -webkit-transform 0s ease-in-out;
	-o-transition: -o-transform .0s ease-in-out;
	transition: transform 0s ease-in-out;
	-webkit-perspective: 0;
	perspective: 0;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.slder-text-block {
	width: 660px;
	padding: 202px 0 0 15px;
}

.slder-text-title {
	font-size: 40px;
	font-weight: 400;
	color: #fefeff;
	text-transform: uppercase;
	line-height: 48px;
	margin-bottom: 33px;
}

.slder-text {
	font-size: 30px;
	font-weight: 400;
	color: #fefeff;
	line-height: 34px;
	margin-bottom: 35px;
}

.btn, .btn:focus, .btn:active {
	font-size: 20px;
	font-weight: 400;
	color: #2c4390;
	text-transform: uppercase;
	background-color: #fff;
	padding: 10px 38px;
	border: 0;
	border-radius: 0;
	vertical-align: bottom;
}

.btn:hover {
	background-color: #2c4390;
	color: #fff;
}

.carousel-indicators {
    bottom: 15px;
}

.carousel-indicators li {
	height: 3px;
	width: 52px;
	border: 0;
	border-radius: 0;
	background-color: #fff;
	margin: 0;
	margin-right: 11px;
}

.carousel-indicators .active {
	height: 4px;
	width: 52px;
	margin-right: 11px;
	background-color: #0c4da2;
}

.slider-left, .slider-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 25px 25px;
}

.slider-left {
	left: 0;
	background: rgba(255, 255, 255, 0.2) url(../img/s-prev.png) no-repeat center center;
	background-size: 15px 25px;
}

.slider-left:hover {
	background: rgba(255, 255, 255, 0.5) url(../img/s-prev.png) no-repeat center center;
}

.slider-right {
	right: 0;
	background: rgba(255, 255, 255, 0.2) url(../img/s-next.png) no-repeat center center;
	background-size: 15px 25px;
}

.slider-right:hover {
	background: rgba(255, 255, 255, 0.5) url(../img/s-next.png) no-repeat center center;
}

.container-wrapper {
	clear: both;
	display: block;
	background: url(../img/background.png);
	margin-bottom: 48px;
}

.section-title {
	font-size: 40px;
	font-weight: 400;
	color: #2c4390;
	text-transform: uppercase;
	margin-bottom: 37px;
	position: relative;
}

.section-title.hold {
	margin-top: 34px;
}

.section-title.dark {
	color: #4f4f4f;
}

.section-title.main {
	line-height: 50px;
	position: relative;
	margin-bottom: 72px;
	margin-top: -12px;
}

.section-title.options {
	margin-bottom: 50px;
}

.section-title.main::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -31px;
	height: 3px;
	background-color: #2c4390;
}

.news-more {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 20px;
	font-weight: 400;
	color: #2c4390;
}

.news-more:hover {
	opacity: 0.7;
}

.news-more-holder {
	display: none;
}

.news-section {
	padding-bottom: 95px;
}

.calendar-dropdown {
	display: none;
	margin-bottom: 25px;
	position: relative;
}

.calendar-dropdown span {
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	background-color: #72c3fc;
	padding: 5px;
	transition: background-color 0.2s;
	cursor: pointer;
}

.calendar-dropdown span:hover {
	background-color: #254e9f;
}

.news-section > ul, .events-block ul, .members-block ul {
	width: 100%;
	display: inline-block;
}

.news-section > ul > li {
	display: inline-block;
	float: left;
	width: 32%;
	margin-right: 2%;
}

.news-section > ul > li:nth-child(3n) {
	margin-right: 0;
}

.news-section-item-img {
	background-size: cover !important;
	margin-bottom: 28px;
}

.news-section-item-text-holder {
	position: relative;
}

.date-circle {
	width: 85px;
	height: 85px;
	background-color: #2c4390;
	border-radius: 100%;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
}

.date-day {
	display: block;
	font-size: 30px;
	padding: 17px 0 2px 0;
}

.date-month-year {
	display: block;
	font-size: 14px;
}

.news-section-item-title {
	font-size: 19px;
	font-weight: 400;
	color: #2c4390;
	text-transform: uppercase;
	line-height: 26px;
	height: 52px;
	margin: 18px 0 30px 0;
}

.news-section-item-title a {
	color: #2c4390;
}

.news-section-item-title a:hover {
	color: #72c3fc;
}

.news-section-item-text {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 22px;
	height: 110px;
	margin-bottom: 34px;
}

.news-section-item-title, .news-section-item-text {
	padding-left: 23%;
}

.news-section-item-text-holder .btn-more, .news-section-item-text-holder .btn-more:focus,
.news-section-item-text-holder .btn-more:active {
	margin-left: 23%;
}

.btn-more, .btn-more:focus, .btn-more:active {
	font-size: 18px;
	font-weight: 400;
	color: #2c4390;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 7px;
	display: inline-block;
}

.btn-more:hover {
	color: #72c3fc;
}

.btn-more::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 35px;
	height: 2px;
	background-color: #2c4390;
	transition: width 0.2s;
}

.btn-more:hover::after {
	width: 72px;
	background-color: #72c3fc;
}

.events-wrap {
	margin-bottom: 23px;
}

.events-block {
	margin-top: 10px;
}

.events-block ul li {
	display: inline-block;
	float: left;
	margin-right: 2.5%;
	width: 31.6666%;
}

.events-block-item-title {
	margin-bottom: 20px;
	line-height: 20px;
}

.events-block-item-title a {
	font-size: 16px;
	font-weight: 700;
	color: #4b4b4b;
	height: 40px;
}

.events-block-item-title a:hover {
	color: #72c3fc;
}

.en-contacts-block{
  background: #ffffff;
}

.events-block-item-time {
	font-size: 14px;
	font-weight: 400;
	color: #254e9f;
	position: relative;
	padding-left: 25px;
	margin-bottom: 20px;
}

.events-block-item-time::before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 18px;
	background:url(../img/time.png) no-repeat center center;
}

.events-block-item-text {
	font-size: 14px;
	font-weight: 400;
	color: #4b4b4b;
	line-height: 17px;
}

.datepicker-here {
	margin: 0 0 14px 0;
}

.datepicker {
	float: right;
	width: 90.5%;
	height: 334px;
	border-radius: 0;
	border-color: #cfcfcf;
	position: relative;
}

.datepicker--nav-title, .datepicker--nav-title i {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #333333;
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
	background: none;
}

.datepicker--nav {
	border-bottom: 0;
	position: relative;
	padding: 12px 13.5%;
}

.datepicker--nav::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 7px;
	right: 7px;
	height: 1px;
	background-color: #cfcfcf;
}

.datepicker--nav-action path {
	display: none;
}

.datepicker--nav-action[data-action="prev"] {
	background:url(../img/calendar-prev.png) no-repeat center center;
	background-size: 13px 18px;
}

.datepicker--nav-action[data-action="next"] {
	background:url(../img/calendar-next.png) no-repeat center center;
	background-size: 13px 18px;
}

.datepicker--content {
	padding: 4px 11px;
}

.datepicker--days-names {
	margin-bottom: 7px;
}

.datepicker--day-name {
	font-size: 17px;
	font-weight: 700;
	color: #333333;
	text-transform: inherit;
	width: 14.2% !important;
	-webkit-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
}

.datepicker--cell {
	font-size: 17px;
	font-weight: 400;
	color: #333333;
	height: 38px;
	width: 14.2%;
	cursor: default;
}

.datepicker--cell.-focus- {
	background-color: #83c5ff;
	color: #333333;
}

.datepicker--cell.-selected-.-focus- {
	background-color: #83c5ff;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
	background-color: #dddada;
	color: #333333;
}

.datepicker--cell:nth-child(7n), .datepicker--day-name:nth-child(7) {
    margin-right: 0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
	color: #777777;
}

.datepicker--cell.-current- {
	color: #fff;
	background-color: #83c5ff;
	position: relative;
}

.datepicker--cell.-current-::after {
	position: absolute;
	content: '';
	bottom: 5px;
	right: 5px;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #ffffff transparent;
}

.datepicker--cell.datepicker--cell-day.event {
	background-color: #83c5ff;
	cursor: pointer;
}

.datepicker--cell.datepicker--cell-day.disable {
	background-color: #dddada;
	cursor: pointer;
}

.datepicker--cell.datepicker--cell-day.disable.-current- {
	background-color: #83c5ff;
}

.calendar-btn-holder {
	padding-left: 37px;
}

.btn-more.hold, .btn-more.hold:focus, .btn-more.hold:active {
	text-transform: inherit;
	padding-bottom: 0;
	font-size: 14px;
	color: #254e9f;
}

.btn-more.hold::after {
	display: none;
}

.btn-more.hold:hover {
	opacity: 0.7;
}

.members-wrap {
	background:url(../img/background-1.png);
	display: block;
	margin-bottom: 36px;
	padding-bottom: 5px;
}

.members-slider-wrap {
	padding: 64px 0;
}

.owl-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 25px;
	cursor: pointer;
	padding: 25px;
}

.owl-carousel .owl-item img {
	transition: opacity 0.2s;
}

.owl-carousel .owl-item img:hover {
	opacity: 0.7;
}

.members-slider-prev, .partners-slider-prev, .news-slider-prev {
	left: -63px;
	background:url(../img/o-prev.png) no-repeat center center;
}

.members-slider-next, .partners-slider-next, .news-slider-next {
	right: -63px;
	background:url(../img/o-next.png) no-repeat center center;
}


.members-background, .partners-slider-wrap {
	background-color: #fff;
	display: block;
}

.members-block.mob {
	display: none;
}

.members-block.mob ul li {
	display: block;
	width: 100%;
}

.members-block.mob .members-block-item {
	padding-bottom: 0;
	padding: 0 10px;
	height: 94px;
}

.members-block.mob .members-block-item-img::after {
	display: none;
}

.members-block.mob .members-block-item-title {
	font-size: 17px;
	line-height: 21px;
	height: auto;
	text-align: left;
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
}

.members-block.mob .members-block-item.hold .members-block-item-title {
	font-size: 24px;
	line-height: 28px;
}

.members-block.mob .members-block-item-img {
	height: auto;
	margin-bottom: 0;
	top: 50%;
	transform: translateY(-50%);
}

.members-block.mob .members-block-item-img img {
	max-width: 55px;
	top: 0;
	transform: translateY(0);
}

.members-block {
	margin-top: 16px;
}

.members-block ul li {
	display: inline-block;
	float: left;
	margin-right: 1.961%;
	width: 32.026%;
	margin-bottom: 30px;
}

.members-block ul li a {
	display: block;
}

.members-block-item {
	padding-bottom: 33px;
	background-color: #72c3fc;
	transition: background-color 0.2s;
}

.members-block-item:hover, .members-block-item.hold:hover {
	background-color: #2c4390;
}

.members-block-item.hold {
	background-color: #b29041;
}

.members-block-item.hold .members-block-item-img::after {
	display: none;
}

.members-block-item.hold .members-block-item-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 34px;
}

.members-block-item-img {
	text-align: center;
	position: relative;
	height: 151px;
	margin-bottom: 33px;
}

.members-block-item.hold .members-block-item-img {
	margin-bottom: 13px;
}

.members-block-item-img img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.members-block-item-img::after {
	position: absolute;
	content: '';
	bottom: -10px;
	left: 0;
	right: 0;
	height: 12px;
	background:url(../img/m-arrow.png) no-repeat center center;
}

.members-block-item-title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 10px;
}

.slogan-wrap {
	background:url(../img/background-1.png);
	display: block;
	clear: both;
	padding: 130px 0 74px 0;
	margin-bottom: 31px;
}

.slogan-text {
	font-size: 24px;
	font-weight: 400;
	color: #4e4e4e;
	line-height: 28px;
	position: relative;
	margin-bottom: 23px;
}

.slogan-text::before {
	position: absolute;
	content: '';
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	width: 51px;
	height: 29px;
	background:url(../img/slogan.png) no-repeat center center;
}

.slogan-name {
	font-size: 16px;
	font-weight: 400;
	color: #4e4e4e;
	line-height: 20px;
}

.slogan-name span {
	display: block;
	font-weight: 700;
}

.advertisement-block {
	margin-bottom: 37px;
}

.advertisement-block ul li {
	display: inline-block;
	float: left;
	margin-right: 1.961%;
	width: 23.465%;
}

.advertisement-block ul li:last-child {
	width: 49.148%;
}

.advertisement-block ul li a {
	display: block;
}

.advertisement-block ul li a:hover {
	opacity: 0.7;
}

.partners-wrap {
	background:url(../img/background-1.png);
	display: block;
	clear: both;
	padding-bottom: 42px;
	margin-bottom: 43px;
}


.container-wrapper:lang(en-GB), .partners-wrap:lang(en-GB){
	margin-bottom: 0px;
}

.partners-wrap .section-title.hold {
	margin-top: 29px;
}

.partners-slider-wrap .owl-item, .partners-slider-wrap a {
	height: 114px;
}

.partners-slider-wrap a {
	display: block;
}

.partners-slider-wrap a:hover {
	opacity: 0.7;
}

.partners-slider-wrap img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	width: auto !important;
}

.contacts-tabs-holder {
	overflow: hidden;
}

.contacts-tabs-list {
	margin-bottom: 28px;
}

.contacts-tabs-list > ul {
	border: 0;
}

.contacts-tabs-list > ul > li {
	display: inline-block;
	margin: 0;
	margin-right: 3.8%;
}

.contacts-tabs-list > ul > li > a {
	display: block;
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	font-size: 18px;
	font-weight: 700;
	color: #adadad;
	text-transform: uppercase;
	padding-bottom: 16px;
	background:none !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover {
	color: #254e9f;
	position: relative;
}



.nav-tabs > li.active > a::after, .nav-tabs > li > a::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background-color: #254e9f;
}

.nav-tabs > li > a::after {
	opacity: 0;
	transition: opacity 0.2s;
}

.nav-tabs > li.active > a::after {
	opacity: 1;
}

.nav-tabs > li > a:hover::after {
	opacity: 1;
}

.map-holder, .contacts-img-holder {
	position: relative;
}

.contacts-img-holder::after {
	position: absolute;
	content: '';
	top: 62px;
	right: 0;
	bottom: 94px;
	width: 1px;
	background-color: #e5e5e5;
}

.contacts-img-holder img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contacts-area {
	font-size: 16px;
	font-weight: 400;
	color: #4b4b4b;
	padding: 103px 15px 106px 19.5%;
}

.contacts-area a {
	color: #4b4b4b;
}

.contacts-area a:hover {
	color: #2c4390;
	text-decoration: underline;
}

.contacts-person, .contacts-location, .contacts-phone {
	margin-bottom: 26px;
}

.contacts-person span {
	display: block;
	font-weight: 700;
}

.contacts-person, .contacts-location, .contacts-phone, .contacts-email {
	position: relative;
}

.contacts-person::before, .contacts-location::before, .contacts-phone::before, .contacts-email::before {
	position: absolute;
	content: '';
}

.contacts-person::before {
	width: 27px;
	height: 32px;
	top: 5px;
	left: -51px;
	background:url(../img/person.png) no-repeat center center;
}

.contacts-location::before {
	width: 20px;
	height: 30px;
	top: -9px;
	left: -47px;
	background:url(../img/location.png) no-repeat center center;
}

.contacts-phone::before {
	width: 20px;
	height: 19px;
	top: 2px;
	left: -41px;
	background:url(../img/phone.png) no-repeat center center;
}

.contacts-email::before {
	width: 25px;
	height: 19px;
	top: 4px;
	left: -44px;
	background:url(../img/mail.png) no-repeat center center;
}

.map-holder {
	height: 407px;
}

.map {
    height: 100%;
    position: absolute;
    top: 0;
    right: -187px;
    left: 0;
    bottom: 0;
}

.footer-background {
	background-color: #2c4390;
	display: block;
}

.footer {
	padding: 35px 0 25px 0;
	position: relative;
}

.subscribe-block {
	margin-bottom: 36px;
}

.subscribe-block span, .subscribe-block input, .subscribe-block input:focus, .subscribe-block button, .subscribe-block button:focus, .subscribe-block button:active {
	display: inline-block;
}

.subscribe-block span {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding: 0 15px 0 38px;
	position: relative;
}

.subscribe-block span::before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 26px;
	height: 20px;
	background:url(../img/w-mail.png) no-repeat center center;
}

.subscribe-block input, .subscribe-block input:focus {
	height: 43px;
	width: 47%;
	border: 0;
	box-shadow: none;
	outline: 0;
	font-size: 14px;
	color: #8a8a8a;
	padding: 5px 10px;
}

.subscribe-block input::-webkit-input-placeholder, .message-area input::-webkit-input-placeholder, .message-area textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8a8a8a;
  opacity: 1;
}

.subscribe-block input::-moz-placeholder, .message-area input::-moz-placeholder, .message-area textarea::-moz-placeholder { /* Firefox 19+ */
  color: #8a8a8a;
  opacity: 1;
}

.subscribe-block input:-ms-input-placeholder, .message-area input:-ms-input-placeholder, .message-area textarea:-ms-input-placeholder { /* IE 10+ */
  color: #8a8a8a;
  opacity: 1;
}

.subscribe-block input:-moz-placeholder, .message-area input:-moz-placeholder, .message-area textarea:-moz-placeholder { /* Firefox 18- */
  color: #8a8a8a;
  opacity: 1;
}

.subscribe-block .btn, .subscribe-block .btn:focus, .subscribe-block .btn:active {
	padding: 4.5px 50px;
	line-height: 1.5;
	margin-top: -2px;
	background-color: #72c3fc;
	color: #fff;
	border: 2px #72c3fc solid;
}

.subscribe-block .btn:hover {
	opacity: 0.7;
}

.copyright.mob {
	display: none;
}

.copyright ul li {
	display: inline-block;
	float: left;
	margin-right: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.copyright ul li a {
	display: block;
}

.copyright ul li a:hover {
	opacity: 0.7;
}

.copyright-right {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding-top: 5px;
}

.copyright-right a {
	display: inline-block;
	margin-left: 5px;
}

.copyright-right a:hover {
	opacity: 0.7;
}

.message-btn {
	position: absolute;
	right: -132px;
	bottom: 25px;
	cursor: pointer;
	width: 86px;
	height: 101px;
	background:url(../img/message-btn.png) no-repeat center center;
	transition: opacity 0.7;
}

.message-btn:hover {
	opacity: 0.7;
}

.message-block {
	display: none;
	position: absolute;
	right: -132px;
	bottom: 24px;
	width: 595px;
	background-color: #f4f4f4;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	z-index: 10;
}

.message-block-title {
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #2c4390;
	padding: 38px 15px 45px 126px;
	position: relative;
	margin-bottom: 35px;
}

.message-block-title::before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 35px;
	width: 70px;
	height: 80px;
	background:url(../img/message-btn-1.png) no-repeat center center;
}

.message-block-title span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-transform: initial;
}

.message-block-cross {
	position: absolute;
	top: 30px;
	right: 25px;
	width: 23px;
	height: 23px;
	background:url(../img/cross.png) no-repeat center center;
	cursor: pointer;
}

.message-block-cross:hover {
	opacity: 0.7;
}

.message-area {
	padding: 0 40px 34px 40px;
}

.message-area input, .message-area input:focus, .message-area textarea, .message-area textarea:focus {
	height: 43px;
	border: 0;
	box-shadow: none;
	outline: 0;
	margin-bottom: 16px;
	width: 100%;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 400;
	color: #8a8a8a;
}

.message-area textarea, .message-area textarea:focus {
	height: 150px;
	padding: 15px;
	resize: none;
	margin-bottom: 28px;
}

.message-area .btn, .message-area .btn:focus, .message-area .btn:active {
	float: right;
	background-color: #72c3fc;
	color: #fff;
	padding: 7px 64px;
}

.message-area .btn:hover {
	opacity: 0.7;
}

.intro {
	background-size: cover !important;
	height: 283px;
}

.breadcrumbs {
	padding: 12px 0;
}

.breadcrumbs ul li {
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	margin-right: 12px;
	position: relative;
}

.breadcrumbs ul li::after {
	position: absolute;
	content: '/';
	top: 0;
	right: -8px;
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
}

.breadcrumbs ul li:last-child::after {
	display: none;
}

.breadcrumbs ul li a {
	display: block;
	color: #9a9a9a;
}

.breadcrumbs ul li a:hover {
	opacity: 0.7;
}

.content-background {
	display: block;
	clear: both;
	background:url(../img/background.png);
	padding: 30px 0 142px 0;
	margin-bottom: 43px;
}

.content-background.hold {
	padding-bottom: 79px;
}

.content-holder ul, .news-list ul, .news-list-item ul {
	width: 100%;
}

.content-holder > ul > li {
	display: inline-block;
	float: left;
	width: 23.203%;
}

.content-holder > ul > li:last-child {
	width: 76.797%;
}

.side-bar {
	padding-right: 13.5%;
}

.side-bar ul li {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 3px;
	position: relative;
}

.side-bar ul li:last-child, .dropdown-container > ul > li:last-child {
	margin-bottom: 0;
}

.side-bar ul li a {
	display: block;
	padding: 14px 15px 14px 28px;
	font-size: 18px;
	font-weight: 400;
	color: #154294;
	line-height: 22px;
	background-color: #dedede;
	position: relative;
}

.side-bar ul li a::before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 13px;
	width: 2px;
	background-color: #0c4da2;
	transition: background-color 0.2s;
}

.side-bar ul li a:hover::before {
	background-color: #ffffff;
}

.side-bar ul li a:hover {
	color: #72c3fc;
	background-color: #2c4390;
}

.entry {
	margin-bottom: 25px;
}

.entry p {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 20px;
	margin-bottom: 20px;
}

.entry p b{
	font-weight: bold;
}

.entry img {
	float: left;
	margin-right: 40px;
}

.entry a {
	color: #2c4390;
}

.entry a:hover {
	text-decoration: underline;
}

.entry h2 {
	font-size: 22px;
}

.entry h3 {
	font-size: 18px;
}

.entry h4 {
	font-size: 16px;
}

.entry h2, .entry h3, .entry h4 {
	font-weight: 700;
	color: #343434;
	margin-bottom: 20px;
}

.dropdown-container > ul > li {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 11px;
}

.dropdown-container > ul > li:last-child .news-list {
	padding-bottom: 0;
}

.dropdown-container > ul > li > span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 21.5px 30px;
	background-color: #2c4390;
	transition: background-color 0.2s;
	cursor: pointer;
	position: relative;
}

.dropdown-container > ul > li > span::after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 16px;
	height: 10px;
	background:url(../img/item-arrow.png) no-repeat center center;
	background-size: contain;
	transition: transform 0.2s;
}

.dropdown-container > ul > li > span.open::after {
	transform: translateY(-50%) rotate(180deg);
}

.dropdown-container > ul > li > span:hover {
	background-color: #83c5ff;
}

.news-list {
	padding: 43px 30px 73px 30px;
	display: none;
}

.news-list > ul > li {
	display: inline-block;
	float: left;
	width: 48.75%;
	margin-right: 2.5%;
	margin-bottom: 64px;
}

.news-list > ul > li:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}

.about-news-item {
	padding-top: 15px;
}

.news-list-item > ul > li {
	display: inline-block;
	float: left;
	width: 24.3%;
	font-size: 16px;
	color: #343434;
	position: relative;
}

.news-list-item > ul > li:last-child {
	width: 75.7%;
}

.about-news-item-title {
	font-weight: 700;
	margin-bottom: 18px;
}

.about-news-item-text {
	font-weight: 400;
	line-height: 24px;
}

.dnl-news-item a {
	display: inline-block;
	color: #2c4390;
	padding-left: 40px;
	position: relative;
}

.dnl-news-item a::before {
	position: absolute;
	content: '';
	left: 10px;
	top: 3px;
	width: 19px;
	height: 18px;
	background:url(../img/dnl.png) no-repeat center center;
}

.dnl-news-item a:hover {
	text-decoration: underline;
}

.news-options {
	margin-bottom: 54px;
}

.news-options-date {
	font-size: 16px;
	font-weight: 400;
	color: #2c4390;
}

.news-options-social  {
	font-size: 14px;
	font-weight: 400;
	color: #343434;
	text-transform: uppercase;
}

.news-options-social > ul {
	display: inline-block;
	float: right;
}

.news-options-social > ul > li {
	display: inline-block;
	margin-right: 16px;
}

.news-options-social > ul > li:first-child {
	margin-right: 45px;
}

.news-options-social > ul > li > a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #343434;
	text-transform: uppercase;
}

.news-options-social > ul > li > a:hover {
	opacity: 0.7;
}

.news-options-social > ul > li > a.print {
	position: relative;
	padding-left: 30px;
}

.news-options-social > ul > li > a.print::before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 22px;
	height: 20px;
	background:url(../img/print.png) no-repeat center center;
}

.news-options-social > ul > li > a.print::after {
	position: absolute;
	content: '';
	right: -25px;
	top: -2px;
	bottom: -2px;
	width: 1px;
	background-color: #adadad;
}

.news-options-social-list {
	padding-right: 21px;
	position: relative;
}

.news-options-social-list > a {
	display: block;
	width: 10px;
	height: 19px;
	background:url(../img/facebook.png) no-repeat center center;
	position: relative;
	top: 3px;
	padding: 9px;
	z-index: 20;
}

.news-options-social-list a:hover {
	opacity: 0.7;
}

.news-options-social-list > a::after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
	width: 12px;
	height: 7px;
	background:url(../img/down.png) no-repeat center center;
}

.news-options-social-list ul {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 30px;
	z-index: 10;
}

.news-options-social-list ul li {
	display: block;
	float: left;
}

.news-options-social-list ul li:last-child {
	margin-bottom: 0;
}

.news-options-social-list ul li a {
	display: inline-block;
	padding: 5px 5px 5px 3px;
}

.news-options-social-list ul li a img {
	float: left;
}

.news-slider-block, .news-slider-block .item {
	height: 602px;

}



.news-slider-block {
	padding: 0 4.7%;
	margin-bottom: 70px;
}

.news-slider-item > ul {
	width: 100%;
}

.news-slider-item > ul > li {
	display: inline-block;
	float: left;
	margin-right: 1.4%;
	width: 49.3%;
}

.news-slider-item ul li ul li {
	margin-bottom: 2%;
}

.news-slider-item ul li ul li:last-child {
	margin-bottom: 0;
}

.img-lg, .img-sm {
    background-size: cover !important;
    display: block;
}

.news-slider-prev {
	left: -5px;
}

.news-slider-next {
	right: -5px;
}

.btn-more.back, .btn-more.back:focus, .btn-more.back:active {
	margin-left: 0;
	text-transform: initial;
	padding-left: 26px;
	transition: color 0s;
}

.btn-more.back::after {
	display: none;
}

.btn-more.back::before {
	position: absolute;
	content: '';
	left: 4px;
	top: 6px;
	width: 11px;
	height: 19px;
	background: url(../img/back.png) no-repeat center center;
	background-position: -5px -5px;
}

.btn-more.back:hover::before {
	background-position: -26px -5px;
}

.member-logo {
	margin-bottom: 32px;
}

.member-slogan {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 20px;
	margin-bottom: 98px;
}

.member-requisites-container, .director-block, .member-btn-hold {
	padding: 0 20px;
	position: relative;
}

.member-requisites-container ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.member-requisites-container > ul > li {
	display: inline-block;
	float: left;
	margin-right: 1.763%;
	width: 49.1185%;
	border-bottom: 1px #c5c5c5 solid;
	margin-bottom: 43px;
}

.member-requisites-title {
	font-size: 18px;
	font-weight: 700;
	color: #2c4390;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.member-requisites-text {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 20px;
	/*height: 40px;*/
	min-height: 40px;
	height: auto;
	margin-bottom: 31px;
}

.member-requisites {
	padding-bottom: 68px;
}

.member-requisites a {
	display: inline-block;
	color: #2c4390;
}

.member-requisites a:hover {
	text-decoration: underline;
}

.member-requisites > ul > li {
	display: inline-block;
	float: left;
	width: 48.5%;
}

.member-requisites > ul > li:last-child {
	width: 51.5%;
}

.member-requisites-left ul li, .member-requisites-right ul li {
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 20px;
	margin-bottom: 10px;
}

.member-requisites-left ul li:last-child, .member-requisites-right ul li:last-child {
	margin-bottom: 0;
}

.director-block {
	margin-bottom: 23px;
}

.director-block .member-requisites-text {
	margin-bottom: 0;
	height: auto;
	padding-bottom: 128px;
}

.director-block::after {
	position: absolute;
	content: '';
	left: 20px;
	right: 20px;
	bottom: 0;
	height: 1px;
	background-color: #c5c5c5;
}

.members-news-block {
	margin-bottom: 45px;
}

.members-news-block > ul {
	width: 100%;
}

.members-news-block > ul > li {
	display: inline-block;
	float: left;
	width: 15.34%;
}

.members-news-block > ul > li:last-child {
	width: 84.66%;
}

.members-news-block > ul > li img {
	max-width: 152px;
	max-height: 152px;
}

.members-news-title {
	font-size: 24px;
	font-weight: 400;
	color: #2c4390;
	line-height: 28px;
	text-transform: uppercase;
	padding-top: 18px;
	margin-bottom: 14px;
}

.members-news-title a {
	color: #2c4390;
}

.members-news-title a:hover {
	color: #72c3fc;
}

.members-news-title span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding-top: 9px;
}

.members-news-text {
	font-size: 16px;
	font-weight: 400;
	color: #414141;
	line-height: 20px;
	margin-bottom: 18px;
}

.members-news-block .btn-more {
	margin-left: 0;
}

.members-news-container {
	border-bottom: 2px #c3c3c3 solid;
}

.pagination span {
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #3e3e3e;
	margin-right: 20px;
}

.pagination ul li {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.pagination ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #3e3e3e;
	padding: 5px 5px 7px 5px;
	position: relative;
}

.pagination ul li a::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background-color: #2c4390;
	opacity: 0;
	transition: opacity 0.2s;
}

.pagination {
	margin: 35px 0 0 0;
}

.pagination ul li.current a, .pagination ul li a:hover {
	font-weight: 700;
	color: #2c4390;
}

.pagination ul li.current a::after {
	opacity: 1;
}

.pagination ul li a:hover::after {
	opacity: 1;
}

.members-search-block {
	padding-bottom: 34px;
	border-bottom: 1px #c5c5c5 solid;
	margin-bottom: 42px;
}

.members-search-block input, .members-search-block input:focus {
	width: 100%;
	height: 53px;
	border: 0;
	box-shadow: none;
	padding: 5px 45px 5px 20px;
	font-size: 16px;
	font-weight: 400;
	color: #918f8f;
	border: solid 1px #dedede;
}

.members-search-block input::-webkit-input-placeholder, .member-search-zone-item input::-webkit-input-placeholder { 
  color: #918f8f;
  opacity: 1;
}

.members-search-block input::-moz-placeholder, .member-search-zone-item input::-moz-placeholder { 
  color: #918f8f;
  opacity: 1;
}

.members-search-block input:-ms-input-placeholder, .member-search-zone-item input:-ms-input-placeholder { 
  color: #918f8f;
  opacity: 1;
}

.members-search-block input:-moz-placeholder, .member-search-zone-item input:-moz-placeholder { 
  color: #918f8f;
  opacity: 1;
}

.members-search-title {
	font-size: 16px;
	font-weight: 700;
	color: #343434;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.members-search-block button, .members-search-block button:focus, .members-search-block button:active {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 53px;
	background:url(../img/search1.png) no-repeat center center;
	border: 0;
	box-shadow: none;
}

.members-search-block button:hover {
	opacity: 0.7;
}

/*.members-search-block ul li {
	display: inline-block;
	float: left;
	margin-right: 35px;
	width: 468px;
	position: relative;
}

.members-search-block ul li input, .members-search-block ul li input:focus {
	width: 100%;
	height: 53px;
	border: 0;
	box-shadow: none;
	padding: 5px 45px 5px 20px;
	font-size: 16px;
	font-weight: 400;
	color: #918f8f;
}

.members-search-block ul li input::-webkit-input-placeholder, .member-search-zone-item input::-webkit-input-placeholder { 
  color: #918f8f;
  opacity: 1;
}

.members-search-block ul li input::-moz-placeholder, .member-search-zone-item input::-moz-placeholder { 
  color: #918f8f;
  opacity: 1;
}

.members-search-block ul li input:-ms-input-placeholder, .member-search-zone-item input:-ms-input-placeholder { 
  color: #918f8f;
  opacity: 1;
}

.members-search-block ul li input:-moz-placeholder, .member-search-zone-item input:-moz-placeholder { 
  color: #918f8f;
  opacity: 1;
}

.members-search-title {
	font-size: 16px;
	font-weight: 700;
	color: #343434;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.members-search-block ul li button, .members-search-block ul li button:focus, .members-search-block ul li button:active {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 53px;
	background:url(../img/search1.png) no-repeat center center;
	border: 0;
	box-shadow: none;
}

.members-search-block ul li button:hover {
	opacity: 0.7;
}*/

.members-list-block > ul {
	width: 100%;
}

.members-list-block > ul > li {
	display: inline-block;
	float: left;
	margin: 0 4.69% 55px 0;
	width: 47.655%;
	padding: 0 10px 66px 20px;
	border-bottom: 1px #c5c5c5 solid;
	position: relative;
}

.members-list-block > ul > li:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}

.members-list-title {
	font-size: 18px;
	font-weight: 700;
	color: #2c4390;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 11px;
}

.members-activity {
	margin-bottom: 23px
}

.members-activity > span {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #343434;
	text-transform: uppercase;
	padding: 7px 20.5px;
	background-color: #dedede;
}

.members-list-text {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 20px;
	margin-bottom: 28px;
}

.members-list-info-block {
	padding-right: 28%;
}

.members-list-info-block ul li {
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #343434;
}

.members-list-info-block ul li:first-child {
	width: 132px;
}

.members-list-info-block ul li:last-child {
	width: calc(100% - 132px);
}

.member-name {
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

.member-job, .member-phone {
	line-height: 1;
	margin-bottom: 8px;
}

.member-mail {
	line-height: 1;
	margin-bottom: 21px;
}

.member-mail a {
	color: #2c4390;
}

.member-mail a:hover {
	text-decoration: underline;
}

.member-btn span {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	background-color: #72c3fc;
	padding: 4.5px 5px;
	cursor: pointer;
	transition: color 0.2s, background-color 0.2s;
}

.member-btn span:hover {
	background-color: #0c4da2;
	color: #72c3fc;
}

.members-list-block .message-block {
	left: -15px;
	right: auto;
	bottom: 121px;
	width: 545px;
}

.members-list-block .message-block-title {
	padding: 18px 0 21px 34px;
	text-transform: initial;
}

.members-list-block .message-block-title::before {
	display: none;
}

.message-block-member-name {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 5px 0 7px 0;
	padding-right: 15px;
}

.message-block-member-job {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding-right: 15px;
}

.member-search-zone {
	padding-bottom: 32px;
	margin-bottom: 43px;
	border-bottom: 1px #c5c5c5 solid;
}

.select2-search {
	display: none;
}

.select2-container--default .select2-selection--single {
	height: 53px;
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 40px 0 20px;
	font-size: 16px;
	color: #918f8f;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 19px;
	height: 11px;
	background: url(../img/select-arrow.png) no-repeat center center;
	background-position: -5px -5px;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	background-position: -34px -5px;
}

.select2-results__option {
	font-size: 14px;
	color: #2c4390;
	padding: 3px 12px;
}

.select2-results__option[aria-selected="true"] {
    color: #72c3fc;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #2c4390;
	color: #72c3fc;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2c4390;
	color: #72c3fc;
}

.select2-container--open .select2-dropdown--below {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	border: 0;
	border-radius: 0 !important;
	margin-top: 3px;
}

.member-search-title {
	font-size: 16px;
	font-weight: 700;
	color: #343434;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.member-search-zone-item input, .member-search-zone-item input:focus {
	width: 100%;
	height: 53px;
	border: 0;
	box-shadow: none;
	padding: 5px 40px 5px 20px;
	font-size: 16px;
	font-weight: 400;
	color: #918f8f;
}

.member-search-zone-item {
	position: relative;
}

.member-search-zone-item button:not(.btn-search-submit) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 53px;
	border: 0;
	box-shadow: 0;
	background:url(../img/search1.png) no-repeat center center;
}

.member-search-zone-item button:hover {
	opacity: 0.7;
}

.palace-members-list, .pagination.hold {
	padding: 0 20px;
}

.palace-members-list-holder {
	margin-bottom: 47px;
}

.palace-members-list-holder:last-child {
	border-bottom: 1px #c5c5c5 solid;
	margin-bottom: 0;
}

.palace-members-list-holder:last-child ul li {
	border: 0;
}

.palace-members-list-holder ul {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.palace-members-list-holder ul li {
	display: inline-block;
	float: left;
	margin-right: 1.763%;
	width: 49.1185%;
	padding-right: 10px;
	border-bottom: 1px #c5c5c5 solid;
}

.palace-members-title {
	font-size: 18px;
	font-weight: 700;
	color: #2c4390;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 25px;
	height: 44px;
}

.palace-members-title a {
	color: #2c4390;
}

.palace-members-title a:hover {
	color: #72c3fc;
}

.palace-members-text {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 20px;
	padding-bottom: 48px;
}

.news-section.stories {
	padding-bottom: 65px;
	border-bottom: 1px #c3c3c3 solid;
}

.news-section.stories .date-circle, .service-news-title .date-circle {
	height: 52px;
	width: 52px;
}

.news-section.stories .date-day, .service-news-title .date-day {
	font-size: 18px;
	padding: 8px 0 2px 0;
}

.news-section.stories .date-month-year, .service-news-title .date-month-year {
	font-size: 11px;
}

.news-section.stories .news-section-item-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: initial;
	margin: 0px 0 35px 0;
	height: 60px;
	padding-left: 19.5%;
}

.news-section.stories .news-section-item-text {
	padding-left: 0;
	margin-bottom: 37px;
}

.news-section.stories .btn-more, .news-section.stories .btn-more:focus, .news-section.stories .btn-more:active {
	margin-left: 0;
}

.news-section.stories > ul > li {
	margin-bottom: 58px;
}

.news-section.stories > ul > li:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}

.member-messages-block {
	margin-bottom: 15px;
}

.member-messages-block ul {
	width: 100%;
}

.member-messages-block ul li {
	display: inline-block;
	float: left;
	margin-right: 1.7%;
	width: 49.15%;
	background-color: #fff;
	padding: 16px 20px 0 20px;
}

.member-messages-heading-holder {
	margin-bottom: 40px;
}

.member-messages-heading {
	font-size: 16px;
	font-weight: 700;
	color: #343434;
	text-transform: uppercase;
}

.bth-message, .bth-message:focus, .bth-message:active {
	font-size: 14px;
	font-weight: 400;
	color: #2c4390;
	padding-right: 30px;
	position: relative;
	transition: color 0s;
}

.bth-message:hover {
	color: #72c3fc;
}

.bth-message::after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 5px;
	height: 10px;
	background:url(../img/btn-m.png) no-repeat center center;
	background-position: -5px -5px;
}

.bth-message:hover::after {
	background-position: -20px -5px;
}

.member-messages-title {
	font-size: 16px;
	font-weight: 700;
	color: #343434;
	margin-bottom: 15px;
}

.member-messages-title a {
	color: #343434;
}

.member-messages-title a:hover {
	color: #72c3fc;
}

.member-messages-text {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 20px;
	margin-bottom: 20px;
}

.bill-block {
	border: 1px #dedede solid;
	margin-bottom: 20.5px;
	padding: 15px 16px 16px 16px;
}

.member-messages-heading-holder.bill {
	margin-bottom: 24px;
}

.bill-block .member-messages-heading {
	position: relative;
	margin-bottom: 30px;
}

.bill-block .member-messages-heading::after {
	position: absolute;
	content: '';
	right: 0;
	bottom: 5px;
	width: 65%;
	height: 1px;
	background-color: #dedede;
}

.bill-area-left ul li {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 24px;
	padding: 0 !important;
}

.bill-area-left ul li:last-child {
	margin-bottom: 0;
}

.bill-area-text {
	font-size: 14px;
	font-weight: 400;
	color: #343434;
	line-height: 1;
}

.bill-area-text span {
	display: block;
	font-weight: 700;
	color: #2c4390;
	margin-bottom: 3px;
}

.bill-area-right .bill-area-text {
	padding-left: 14px;
	position: relative;
	margin-bottom: 31px;
}

.bill-area-right .bill-area-text a {
	position: absolute;
	bottom: 0;
	right: 43px;
	font-size: 14px;
	font-weight: 400;
	color: #343434;
	text-transform: uppercase;
	transition: color 0s;
}

.bill-area-right .bill-area-text a:hover {
	color: #72c3fc;
	text-decoration: underline;
}

.bill-area-right .bill-area-text a::before {
	position: absolute;
	content: '';
	top: -5px;
	left: -30px;
	width: 19px;
	height: 18px;
	background:url(../img/dnl-b.png) no-repeat center center;
	background-position: -34px -5px;
}

.bill-area-right .bill-area-text a:hover::before {
	background-position: -5px -5px;
}

.bill-area-right .btn {
	float: right;
	background-color: #72c3fc;
	color: #fff;
	padding: 7px 74px;
}

.bill-area-right .btn:hover {
	opacity: 0.7;
}

.consultation-block-holder {
	padding: 20px 20px 25px 20px;
	background-color: #fff;
}

.consultation-block-holder .member-messages-heading-holder {
	margin-bottom: 26px;
}

.consultation-block > ul {
	width: 100%;
}

.consultation-block > ul > li {
	display: inline-block;
	float: left;
	margin-right: 4.25%;
	width: 47.875%;
	border: 1px #dedede solid;
}

.consultation-block-item-img {
	background-size: cover !important;
	margin-bottom: 25px;
}

.consultation-block-item-content {
	padding: 0 20px 20px 20px;
}

.consultation-block-item-title {
	font-size: 16px;
	font-weight: 700;
	color: #343434;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 17px;
}

.consultation-block-item-title a {
	color: #343434;
}

.consultation-block-item-title a:hover {
	color: #72c3fc;
}

.consultation-block-item-text {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 20px;
	margin-bottom: 29px;
}

.consultation-block-item-options {
	font-size: 14px;
	font-weight: 400;
	color: #2c4390;
	margin-bottom: 26px;
}

.consultation-block-item-location {
	padding-left: 35px;
	position: relative;
}

.consultation-block-item-location::before {
	position: absolute;
	content: '';
	left: 0px;
	top: -2px;
	width: 16px;
	height: 23px;
	background:url(../img/pin.png) no-repeat center center;
	background-size: contain;
}

.consultation-block-item-date {
	padding-left: 36px;
	position: relative;
}

.consultation-block-item-date::before {
	position: absolute;
	content: '';
	left: 4px;
	top: 3px;
	width: 18px;
	height: 18px;
	background:url(../img/time-1.png) no-repeat center center;
}

.consultation-block-item-date ul li {
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.consultation-block-item-date ul li:last-child {
	margin-right: 0;
}

.price-title {
	font-size: 14px;
	font-weight: 700;
	color: #161616;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.price {
	font-size: 30px;
	font-weight: 400;
	color: #2c4390;
}

.consultation-block-item-content .btn-more {
	margin: 6px 43px 0 0;
	float: right;
}

.blur {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, 0.75);
	z-index: 1000;
}

.popup-holder{
	position: absolute;
	width: 800px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	background-color: #fff;
}

.popup-header .close {
	width: 23px;
	height: 23px;
	background:url(../img/cross.png) no-repeat center center;
	opacity: 1;
	position: absolute;
	top: 28px;
	right: 28px;
}

.popup-header .close:hover {
	opacity: 0.7;
}

.popup-header {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background-color: #2c4390;
	padding: 20px 40px;
	position: relative;
	margin-bottom: 39px;
}

.pop-up-img {
	background-size: cover !important;
	margin-bottom: 21px;
}

.pop-up-options {
	padding: 0 40px 29px 40px;
}

.pop-up-title {
	font-size: 24px;
	font-weight: 700;
	color: #2c4390;
	line-height: 28px;
	text-transform: uppercase;
}

.pop-up-btn {
	padding-left: 22px;
}

.pop-up-btn a {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	text-transform: uppercase;
	background-color: #2c4390;
	display: inline-block;
	margin-top: 6px;
	padding: 13px 61px;
	text-align: center;
}

.member-zone-btn {
	display: inline-block !important;
	width: 100%;
	text-align: center;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #fff !important;
	padding: 14px 0 !important;
	background-color: #2c4390 !important;
	cursor: pointer;
}

.member-zone-btn:hover {
	opacity: 0.7;
}

.member-zone-btn::before {
	display: none;
}

.member-zone-btn::after {
	position: absolute;
	content: '';
	top: 34px;
	left: 50%;
	transform: translateX(-50%);
	width: 12px;
	height: 7px;
	background:url(../img/zone-btn.png) no-repeat center center;
}

.members-flex{
	display: flex;
	flex-wrap:wrap;
	margin: 0px -10px 20px -10px;
}

.members-flex a{
	display: block;
	flex: 1 1 500px;
}

.members-flex a {
	margin: 0px 10px 20px 10px;
}

.pop-up-btn a:hover {
	background-color: #72c3fc;
}

.member-zone {
	display: none;
	float: left;
	width: 100%;
	padding: 14px 20px 14px 20px;
	background-color: #fff;
}

.member-zone-options {
	font-size: 14px;
	font-weight: 400;
	color: #254e9f;
	margin-bottom: 38px;
}

.member-zone-options-left {
	font-weight: 700;
}

.member-zone-options-right {
	padding-right: 25px;
	position: relative;
}

.member-zone-options-right span {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 14px;
	height: 14px;
	background:url(../img/cross-1.png) no-repeat center center;
	cursor: pointer;
}

.member-zone-options-right span:hover {
	opacity: 0.7;
}

.member-zone-img {
	margin-bottom: 24px;
}

.member-zone-title {
	font-size: 14px;
	font-weight: 700;
	color: #154294;
}

.page-slogan {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	margin-bottom: 56px;
}

.duk-line-holder {
	margin-bottom: 60px;
}

.duk-line-holder:last-child {
	margin-bottom: 0;
}

.duk-line-holder ul {
	width: 100%;
}

.duk-line-holder > ul > li {
	display: inline-block;
	float: left;
	width: 47.9%;
	margin-right: 4.2%;
	padding-right: 2%;
	position: relative;
}

.duk-line-holder > ul > li::after {
	position: absolute;
	content: '';
	left: 23px;
	bottom: 0;
	right: 0;
	height: 1px;
	background-color: #c5c5c5;
}

.duk-line-holder > ul > li:last-child::after {
	left: 0;
}

.duk-title {
	font-size: 18px;
	font-weight: 700;
	color: #2c4390;
	line-height: 22px;
	text-transform: uppercase;
	padding-left: 63px;
	margin-bottom: 12px;
	height: 44px;
	position: relative;
}

.duk-title::before {
	position: absolute;
	content: '';
	left: 0;
	top: -13px;
	width: 49px;
	height: 49px;
	background:url(../img/question.png) no-repeat center center;
}

.duk-text {
	padding-left: 63px;
	padding-bottom: 58px;
}

.duk-text p {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 20px;
	margin-bottom: 20px;
}

.duk-text a {
	color: #2c4390;
}

.duk-text a:hover {
	text-decoration: underline;
}

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

.duk-text ul {
	display: inline-block;
	margin-bottom: 20px;
}

.duk-text ul li {
	height: auto !important;
	display: block;
	float: left;
	width: 100%;
	padding-left: 35px;
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 20px;
	margin-bottom: 10px;
	position: relative;
}

.duk-text ul li:last-child {
	margin-bottom: 0;
}

.duk-text ul li::before {
	position: absolute;
	content: '';
	left: 11px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 13px;
	background:url(../img/blue-arrow.png) no-repeat center center;
}

.service-container {
	border-bottom: 2px #c4c4c4 solid;
	padding-bottom: 70px;
	margin-bottom: 73px;
}

.service-line-holder {
	margin-bottom: 42px;
}

.service-line-holder:last-child {
	margin-bottom: 0;
}

.service-line-holder ul {
	width: 100%;
}

.service-line-holder ul li {
	display: inline-block;
	float: left;
	width: 48.75%;
	margin-right: 2.5%;
}

.service-title {
	font-size: 16px;
	font-weight: 700;
	color: #343434;
	line-height: 20px;
	padding-left: 70px;
	margin-bottom: 22px;
	position: relative;
}

.service-title span {
	display: inline-block;
	width: 52px;
	height: 52px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain !important;
}

.service-text {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 20px;
	padding-left: 70px;
}

.service-text a {
	color: #2c4390;
}

.service-text a:hover {
	text-decoration: underline;
}

.service-news ul li {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 65px;
}

.service-news ul li:last-child {
	margin-bottom: 0;
}

.service-news-title {
	font-size: 22px;
	font-weight: 400;
	color: #2c4390;
	line-height: 26px;
	text-transform: uppercase;
	padding-left: 70px;
	position: relative;
	margin-bottom: 33px;
}

.service-news-title .date-circle {
	top: 50%;
	transform: translateY(-50%);
}

.service-news-text {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 20px;
	padding-left: 70px;
	margin-bottom: 26px;
}

.service-news ul li .btn-more {
	margin-left: 70px;
}

.members-activities {
	margin-bottom: 45px;
}

.members-activities ul {
	width: 100%;
}

.members-activities > ul > li {
	display: inline-block;
	float: left;
	margin-right: 2.043%;
	width: 32.256%;
	background-color: #72c3fc
}

.members-activities > ul > li > a {
	height: 434px;
}

.members-activities > ul > li:last-child {
	width: 65.701%;
	background: none;
}

.members-activities ul li ul li {
	display: inline-block;
	float: left;
	width: 48.445%;
	margin-right: 3.11%;
	margin-bottom: 24px;
	background-color: #72c3fc;
}

.members-activities ul li ul li a {
	height: 205px;
}

.members-activities ul li ul li:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}

.members-activities a {
	display: block;
	position: relative;
}

.members-activities a:hover {
	background-color: #2c4390;
}

.members-activities .members-block-item {
	padding-bottom: 0;
	position: absolute;
	left: 50%;
	top: 88px;
	transform: translateX(-50%);
	width: 100%;
	background: none !important;
}

.members-activities > ul > li:first-child .members-block-item-img {
	height: 127px;
	margin-bottom: 25px;
}

.members-activities .members-block-item-title {
	font-size: 16px;
	line-height: 20px;
}

.members-activities ul li ul li .members-block-item {
	top: 0;
}

.members-activities ul li ul li .members-block-item-img {
	height: 116px;
	margin-bottom: 27px;
}

.members-activities .members-block-item-img::after {
	background: url(../img/m-arrow-1.png) no-repeat center center;
}

.docs-container .page-slogan {
	margin-bottom: 20px;
}

.docs-list {
	margin-bottom: 20px;
}

.docs-list ul li {
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 20px;
	padding-left: 35px;
	margin-bottom: 22px;
	position: relative;
}

.docs-list ul li:last-child {
	margin-bottom: 0;
}

.docs-list ul li::before {
	position: absolute;
	content: '';
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 13px;
	background:url(../img/blue-arrow.png) no-repeat center center;
}

.docs-list ul li a {
	color: #2c4390;
}

.docs-list ul li a:hover {
	text-decoration: underline;
}

.doc-dnl {
	padding-left: 38px;
	position: relative;
}

.doc-dnl::before {
	position: absolute;
	content: '';
	left: 10px;
	top: 0;
	width: 19px;
	height: 18px;
	background:url(../img/dnl.png) no-repeat center center;
}

.docs-text {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 20px;
}

.docs-text a {
	color: #0c4da2;
}

.docs-text a:hover {
	text-decoration: underline;
}

.events-container-line {
	margin-bottom: 34px;
}

.events-item-img {
	background-size: cover !important;
	position: relative;
}

.events-item-img span {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 22px;
	background-color: #72c3fc;
	padding: 8px 27px;
}

.events-container-line > ul {
	width: 100%;
}

.events-container-line > ul > li {
	display: inline-block;
	float: left;
	margin-right: 1.35%;
	width: 49.325%;
}

.events-item-content {
	padding: 29px 20px 57px 29px;
	background-color: #fff;
	position: relative;
}

.events-item-btns-holder {
	position: absolute;
	left: 29px;
	right: 20px;
	bottom: 23px;
}

.events-item-title {
	font-size: 16px;
	font-weight: 700;
	color: #4b4b4b;
	line-height: 20px;
	margin-bottom: 19px;
}

.events-item-title a {
	color: #4b4b4b;
}

.events-item-title a:hover {
	color: #72c3fc;
}

.events-item-text {
	font-size: 14px;
	font-weight: 400;
	color: #4b4b4b;
	line-height: 18px;
	margin-bottom: 11px;
}

.events-item-options {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 20px;
}

.events-item-options ul li {
	display: block;
	float: left;
	width: 100%;
	color: #154294;
	margin-bottom: 18px;
}

.events-item-options ul li:last-child {
	margin-bottom: 0;
}

.events-item-options ul li span {
	display: block;
	font-weight: 700;
	color: #4b4b4b;
	margin-bottom: 8px;
}

.news-options-social.event > ul > li:first-child {
	margin-right: 17px;
}

.section-title.event {
	font-size: 30px;
}

.month-events-holder {
	background-color: #fff;
	padding: 34px 38px 77px 18px;
	position: relative;
}

.month-events ul li {
	display: block;
	float: left;
	width: 100%;
	padding: 0 0 20px 75px;
	position: relative;
	border-bottom: 1px #e0e0e0 solid;
	margin-bottom: 28px;
}

.month-events ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.month-events ul li .date-circle {
	width: 52px;
	height: 52px;
}

.month-events ul li .date-day {
	font-size: 18px;
	padding: 8px 0 2px 0;
}

.month-events ul li .date-month-year {
	font-size: 11px;
}

.month-events-title {
	font-size: 16px;
	font-weight: 700;
	color: #4b4b4b;
	line-height: 20px;
	margin-bottom: 12px;
}

.month-events-title a {
	color: #4b4b4b;
}

.month-events-title a:hover {
	color: #72c3fc;
}

.events-calendar .datepicker-inline, .events-calendar .datepicker {
	width: 350px;
	height: 335px;
}

.events-calendar-holder {
	position: fixed;
	bottom: 50%;
	transform: translateY(50%);
	right: -365px;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	background-color: #fff;
	border-left: 9px #2c4390 solid;
	width: auto;
	padding-bottom: 15px;
	transition: right 0.2s, transform 0.5s;
}

.events-calendar-holder.sticky {
	transform: translate(90px, 50%);
}

.events-calendar-holder.open {
	right: 0;
}

.events-calendar-holder.sticky.open {
	transform: translate(0, 50%);
	right: 0;
}

.events-calendar {
	padding: 10px 5px 15px 10px;
	margin: 0;
}

.events-calendar-holder span {
	width: 75px;
	height: 85px;
	background-color: #2c4390;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	margin-right: 9px;
	cursor: pointer;
}

.events-calendar-holder span::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 17px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	background:url(../img/s-prev.png) no-repeat center center;
	background-size: contain;
}

.events-calendar-holder.open span::before {
	background:url(../img/s-next.png) no-repeat center center;
	background-size: contain;
}

.events-calendar-holder span::after {
	position: absolute;
	content: '';
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 34px;
	background:url(../img/calendar.png) no-repeat center center;
}

.events-calendar-holder .btn-more.hold {
	margin-left: 10px;
}

.contacts-container {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 23px;
	margin-bottom: 45px;
}

.contacts-container-left {
	padding-right: 15px;
}

.contacts-section:first-child {
	margin-bottom: 45px;
}

.contacts-section {
	margin-bottom: 18px;
}

.contacts-section:last-child {
	margin-bottom: 0;
}

.contacts-section-title {
	font-weight: 700;
	margin-bottom: 24px;
}

.contacts-section-list ul li {
	display: block;
	float: left;
	width: 100%;
	line-height: 25px;
	padding-left: 38px;
	position: relative;
}

.contacts-section-list ul li::before {
	position: absolute;
	content: '';
}

.contacts-section-list ul li.location::before {
	left: 2px;
	top: -2px;
	width: 14px;
	height: 21px;
	background:url(../img/location.png) no-repeat center center;
	background-size: contain;
}

.contacts-section-list ul li.phone::before, .contacts-section-list ul li.fax::before {
	top: 4px;
	left: 2px;
	width: 15px;
	height: 14px;
	background:url(../img/phone.png) no-repeat center center;
	background-size: contain;
}

.contacts-section-list ul li.mail::before {
	left: 2px;
	top: 6px;
	width: 19px;
	height: 14px;
	background:url(../img/mail.png) no-repeat center center;
	background-size: contain;
}

.contacts-section-list ul li a {
	display: inline-block;
	color: #2c4390;
}

.contacts-section-list ul li.phone a {
	color: #343434;
}

.contacts-section-list ul li a:hover {
	text-decoration: underline;
}

.contacts-container-right {
	padding: 0 3.922%;
}

.message-section-holder {
	padding: 38px 9.303% 50px 9.303%;
	background: rgba(255, 255, 255, 0.6);
}

.message-section-title {
	font-size: 36px;
	font-weight: 300;
	color: #343434;
	margin-bottom: 30px;
}

.message-section-title span {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
}

.message-section input, .message-section input:focus, .message-section textarea, .message-section textarea:focus {
	width: 100%;
	height: 48px;
	border: 1px #ebeaea solid;
	box-shadow: none;
	background-color: #fff;
	padding: 5px 18px;
	font-size: 14px;
	font-weight: 400;
	color: #969696;
	margin-bottom: 9px;
}

.message-section textarea, .message-section textarea:focus {
	height: 111px;
	margin-bottom: 34px;
	padding: 10px 18px;
	resize: none;
}

.message-section input::-webkit-input-placeholder, .message-section textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #969696;
  opacity: 1;
}

.message-section input::-moz-placeholder, .message-section textarea::-moz-placeholder { /* Firefox 19+ */
  color: #969696;
  opacity: 1;
}

.message-section input:-ms-input-placeholder, .message-section textarea:-ms-input-placeholder { /* IE 10+ */
  color: #969696;
  opacity: 1;
}

.message-section input:-moz-placeholder, .message-section textarea:-moz-placeholder { /* Firefox 18- */
  color: #969696;
  opacity: 1;
}

.message-section .btn {
	width: 100%;
	background-color: #83c5ff;
	color: #fff;
	padding: 8px 0;
}

.message-section .btn:hover {
	opacity: 0.7;
}

.team-list {
	padding: 62px 35px 0 35px;
	display: none;
}

.team-list-block > ul {
	width: 100%;
}

.team-list-block > ul > li {
	display: inline-block;
	float: left;
	width: 33.3333%;
	margin-bottom: 75px;
}

.team-list-block > ul > li:nth-child(3n+1) {
	clear: both;
}

.team-member ul li {
	display: inline-block;
	float: left;
}

.team-member ul li:last-child {
	width: calc(100% - 100px);
}

.about-team-member {
	padding: 19px 15px 0 31px;
}

.team-member img {
	max-width: 100px;
	max-height: 150px;
}

.team-member-name {
	font-size: 16px;
	font-weight: 700;
	color: #343434;
	margin-bottom: 21px;
}

.team-member-contacts {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	line-height: 23px;
}

.team-member-contacts a {
	color: #2c4390;
}

.team-member-contacts a:hover {
	text-decoration: underline;
}

.business-section-title {
	font-size: 16px;
	font-weight: 700;
	color: #343434;
	line-height: 20px;
	margin: -8px 0 65px 0;
}

a[href*="mailto:"] {
   color: #2c4390 !important;
}

.acc-name {
	font-size: 16px;
	font-weight: 700;
	color: #343434;
	border-bottom: 2px #adadad solid;
	margin-bottom: 34px;
}

.reg-form-block, .acc-name, .after-reg-form, .after-form-contacts {
	padding: 0 3.27% 36px 3.27%;
}

.acc-name input, .acc-name input:focus {
	display: inline-block;
	height: 54px;
	border: 0;
	box-shadow: none;
	outline: 0;
	width: 36.5%;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 400;
	color: #8a8a8a;
	margin-left: 20px;
}

.acc-name span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #343434;
	line-height: 16px;
	margin: 6px 0 0 172px
}

.reg-form-block {
	border-bottom: 2px #adadad solid;
	margin-bottom: 44px;
}

.reg-form-block:last-child {
	margin-bottom: 0;
}

.reg-form-left {
	padding-right: 2.52%;

}

.reg-form-right {
	padding-left: 2.52%;
}

.reg-form-title {
	font-size: 16px;
	font-weight: 700;
	color: #343434;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 43px;
}

.reg-form-input {
	margin-bottom: 60px;
}

.reg-form-input ul li {
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	margin-bottom: 10px;
}

.reg-form-input:last-child {
	margin-bottom: 0;
}

.reg-form-input ul li:last-child {
	margin-bottom: 0;
}

.reg-form-input > ul > li > span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #343434;
	line-height: 16px;
	margin-top: 5px;
	float: left;
}

.reg-form-input > ul > li > span a {
	display: inline-block;
	color: #2c4390;
}

.reg-form-input > ul > li > span a:hover {
	text-decoration: underline;
}

.reg-form-input > ul > li > input, .reg-form-input > ul > li > input:focus {
	height: 43px;
	border: 0;
	box-shadow: none;
	outline: 0;
	width: 100%;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 400;
	color: #343434;
	margin-top: 4px;
}

.checkbox-holder {
	display: inline-block;
	margin-left: 23px;
}

.checkbox {
	margin: 10px 0;
	display: block;
	float: left;
}

.checkbox input {
	display:none;
}

.checkbox input + label{
	width:100%;
	background:url(../img/checkbox.png) no-repeat;
	padding-left: 35px;
	background-position-y: 4px;
}

.checkbox input:checked + label, label.checked{
	background:url(../img/checkbox-checked.png) no-repeat;
	background-position-y: 4px;
}

.reg-form-input .select2-container--default .select2-selection--single {
	height: 43px;
}

.reg-form-input .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #343434;
	font-size: 14px;
}

.reg-form-input .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 17px;
	height: 10px;
	background: url(../img/select-arrow-1.png) no-repeat center center;
	background-position: -32px -5px;
}

.reg-form-input .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	background-position: -5px -5px;
}

.file-holder {
	display: inline-block;
	margin-left: 28px;
}

.file-holder input[type="file"] {
    display: none;
}
.file-holder label {
    border: 1px solid #a1a1a1;
    display: inline-block;
    padding: 9px 64px;
    cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	color: #828282;
	text-transform: uppercase;
}

.file-holder label:hover {
	opacity: 0.7;
}

.reg-form-input.hold ul li {
	margin-bottom: 25px;
}

.reg-form-input.hold ul li:last-child {
	margin-bottom: 0;
}

.g-recaptcha {
	margin-top: 20px;
}

.after-reg-form, .after-form-contacts {
	padding-bottom: 0 !important;
	padding-right: 0 !important;
}

.after-reg-form-text {
	font-size: 16px;
	font-weight: 700;
	color: #343434;
	text-transform: uppercase;
	line-height: 68px;
}

.after-reg-form-btn .btn {
	background-color: #72c3fc;
	color: #fff;
	padding: 11px 98px;
	font-size: 32px;
}

.after-reg-form-btn .btn:hover {
	opacity: 0.7;
}

.after-form-contacts ul li {
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 700;
	color: #343434;
	width: 240px;
	padding-top: 60px;
}

.after-form-contacts ul li:first-child a {
	color: #343434;
	cursor: auto;
}

.after-form-contacts ul li:first-child a:hover {
	text-decoration: none;
}

.after-form-contacts ul li a {
	display: inline-block;
	position: relative;
}

.after-form-contacts ul li a:hover {
	text-decoration: underline;
}

.after-form-contacts ul li a::before {
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	top: -53px;
}

.after-form-contacts ul li.person a::before {
	width: 27px;
	height: 32px;
	background:url(../img/person.png) no-repeat center center;
}

.after-form-contacts ul li.phone a::before {
	width: 20px;
	height: 19px;
	top: -43px;
	background:url(../img/phone.png) no-repeat center center;
}

.after-form-contacts ul li.mail a::before {
	width: 25px;
	height: 19px;
	top: -40px;
	background:url(../img/mail.png) no-repeat center center;
}

html:lang(en-GB) .content-background {
	margin-bottom: 0px!important;
}

.mob-nav-en ul li a{
	text-transform: uppercase;
}

@media screen and (max-width: 1820px) {

	.message-btn {
		right: 15px;
		bottom: 50px;
	}

	.message-block {
		right: 15px;
	}

}

@media screen and (max-width: 1650px) {

	.slder-text-block {
	    width: 740px;
	    padding: 202px 0 0 80px;
	}

}

@media screen and (max-width: 1600px) {

	.section-title, .events-wrap, .members-block, .slogan-text, .slogan-name,
	.advertisement-block, .contacts-tabs-list, .contacts-tabs-block, .content-holder {
		padding: 0 15px;
	}

	.news-more {
		right: 15px;
	}

	.news-section {
		padding: 0 15px 95px 15px;
	}

	.news-section.stories {
		padding: 0 0 65px 0;
	}

	.footer {
		padding: 35px 15px 25px 15px;
	}

	.breadcrumbs {
		padding: 12px 15px;
	}

	.section-title.main {
		padding: 0;
	}

	.subscribe-block input, .subscribe-block input:focus {
		width: 46%;
	}

	.events-wrap .section-title {
		padding: 0;
	}

	.row-owl {
	    max-width: 1250px;
	}

	.subscribe-block input, .subscribe-block input:focus {
		width: 40%;
	}

	.log-in.hold .log-in-dropdown {
		left: auto;
		right: -45px;
	}

	.log-in.hold .log-in-dropdown::before {
		left: 176px;
	}

	.section-title.event {
		padding-left: 0;
	}

}


@media screen and (max-width: 1530px) {

	.header {
		padding: 0 15px 15px 15px;
	}

	.lang span {
		right: -18px;
	}

	.news-section-item-title, .news-section-item-text {
		padding-left: 20%;
	}

	.news-section-item-text-holder .btn-more, .news-section-item-text-holder .btn-more:focus,
	.news-section-item-text-holder .btn-more:active {
		margin-left: 20%;
	}

	.date-circle {
		width: 65px;
		height: 65px;
	}

	.date-day {
		font-size: 22px;
		padding: 13px 0 2px 0;
	}

	.date-month-year {
		font-size: 11px;
	}

	.news-section-item-title {
		line-height: 23px;
/*		height: 48px;*/
		margin: 8px 0 20px 0;
	}

	.news-section-item-text {
		font-size: 15px;
		line-height: 19px;
		height: 95px;
	}

	.events-block-item-title a {
		height: 60px;
	}

	.map {
		right: -15px;
	}

	.log-in-dropdown {
		right: -70px;
	}

	.log-in-dropdown ul li a {
		padding: 18px 14px;
	}

	.log-in-dropdown ul li a::after {
		left: 14px;
	}

	.side-bar ul li a {
		padding: 14px 15px 14px 20px;
	}

	.member-requisites > ul > li {
		width: 60%;
	}

	.member-requisites > ul > li:last-child {
		width: 40%;
	}

	.members-list-info-block {
	    padding-right: 24%;
	}

	.members-list-block .message-block {
		width: 500px;
		bottom: 90px;
	}

	.bill-block .member-messages-heading::after {
		width: 61%
	}

	.events-item-content {
		padding: 20px 20px 57px 20px;
	}

	.events-item-title {
		margin-bottom: 15px;
	}

	.events-item-btns-holder {
		left: 20px;
	}

	.events-item-options ul li {
		margin-bottom: 10px;
	}

	.events-item-options ul li span {
		margin-bottom: 5px;
	}

}

@media screen and (max-width: 1500px) {
	.header .polylang-switcher {
		display: flex;
	}
	
	.header .top-contacts-en .polylang-switcher {
		display: inline-block;
	}
}

@media screen and (max-width: 1450px) {

	.log-in.hold::before {
	    left: 30px;
	}

	.log-in.hold::after {
		top: 7px;
		right: 6px;
	}
	
	.news-section-item-title {
		min-height: 72px;
	}

}

@media screen and (max-width: 1400px) {

	.news-section > ul > li {
		width: 32.6666%;
		margin-right: 1%;
	}

	.news-section-item-title {
		font-size: 18px;
		line-height: 22px;
/*		height: 44px;*/
		margin: 8px 0 20px 0;
	}

	.news-section-item-text {
	    font-size: 14px;
	    line-height: 18px;
		margin-bottom: 25px;
		height: 108px;
	}

	.row-owl {
		max-width: 1050px;
	}

	.contacts-area {
		padding: 103px 15px 106px 16%;
	}

	.contacts-person::before {
		left: -43px;
	}

	.contacts-location::before {
		left: -39px;
	}

	.contacts-phone::before {
		left: -33px;
	}

	.contacts-email::before {
		left: -36px;
	}

	.subscribe-block .btn, .subscribe-block .btn:focus, .subscribe-block .btn:active {
		padding: 4.5px 30px;
	}

	.subscribe-block input, .subscribe-block input:focus {
		width: 37%;
	}

	.side-bar {
	    padding-right: 10%;
	}

	.side-bar ul li a {
		font-size: 16px;
	}

	.news-list {
		padding: 43px 10px 73px 10px;
	}

	.about-news-item {
		padding: 5px 0 0 10px;
	}

	.news-list-item > ul > li {
		font-size: 14px;
	}

	.about-news-item-title {
	    margin-bottom: 10px;
	}

	.about-news-item-text {
		line-height: 22px;
	}

	.members-news-block > ul > li img {
		max-width: 100%;
		max-height: 100%;
	}

	.members-news-block > ul > li:last-child {
		padding-left: 15px;
	}

	.members-search-block ul li {
		margin-right: 3.8%;
		width: 48.1%;
	}

	.members-list-info-block {
	    padding-right: 6%;
	}

	.members-list-block .message-block {
	    width: 450px;
	}

	.news-section.stories .news-section-item-title {
		height: 80px;
		margin-bottom: 20px;
		padding-left: 22%;
	}

	.news-section.stories .news-section-item-text {
		margin-bottom: 25px;
	}

	.member-messages-heading-holder {
	    margin-bottom: 30px;
	}

	.member-messages-text {
		margin-bottom: 15px;
	}

	.bill-area-right .bill-area-text {
		padding-left: 0;
	}

	.bill-area-right .bill-area-text a {
		right: 20px;
	}

	.bill-area-right .bill-area-text a::before {
		left: -25px;
	}

	.bill-area-right .btn {
		padding: 7px 45px;
	}

	.bill-block .member-messages-heading::after {
	    width: 52%;
	}

	.log-in.hold::before {
	    left: 15px;
	}

	.log-in.hold {
	    padding-left: 20%;
	}

	.log-in.hold::after {
	    top: 7px;
	    right: -6px;
	}

	.log-in.hold .log-in-dropdown::before {
	    left: 188px;
	}

	.page-slogan {
		margin-bottom: 40px;
	}

	.members-activities ul li ul li .members-block-item-img {
		height: 100px;
		margin-bottom: 22px;
	}

	.members-activities .members-block-item-title {
	    font-size: 14px;
	    line-height: 18px;
	}

	.members-activities ul li ul li {
		margin-bottom: 20px;
	}

	.members-activities ul li ul li a {
	    height: 190px;
	}

	.members-activities > ul > li > a  {
		height: 400px;
	}

	.events-item-img span {
		font-size: 16px;
		padding: 6px 20px;
	}

	.team-list-block > ul > li:nth-child(3n+1) {
		clear: none;
	}

	.team-list-block > ul > li:nth-child(2n+1) {
		clear: both;
	}

	.team-list-block > ul > li {
		width: 50%;
		margin-bottom: 50px;
	}

	.business-section-title {
		margin: 0px 0 50px 0;
	}

	.reg-form-block, .acc-name, .after-reg-form, .after-form-contacts {
	    padding: 0 20px 36px 20px;
	}

	.reg-form-left {
	    padding-right: 15px;
	}

	.reg-form-right {
	    padding-left: 15px;
	}

	.reg-form-title {
		margin-bottom: 30px;
	}

	.reg-form-block {
		margin-bottom: 35px;
	}

	.header-linkedin a::before{
		left: -8px;
	}
	
	.header-app a::before{
		left: 0px;
	}
	
	.top-contacts:not(.top-contacts-en) {
		width: 70%;
	}
	.top-contacts.top-contacts-en) {
		width: 75%;
	}
	
	.top-right-links {
		width: 30%;
	}
}

@media screen and (max-width: 1250px) {
	.news-section-item-title {
		margin-bottom: 5px;
		min-height: 0;
		height: auto;
	}
	
	.top-contacts-block {
		padding: 17px 0 0 8%;
	}
}

@media screen and (max-width: 1199px) {

	.header {
	    padding: 0 15px 10px 15px;
	}

	.logo {
	    padding-top: 15px;
		margin-bottom: 12px;
	}

	.top-contacts-block {
		/*padding: 15px 0 0 9.5%;*/
		padding: 15px 0 0 7.5%;
		margin-bottom: 10px;
	}

	.top-contacts {
		padding-right: 30px;
	}

	.log-in {
		padding-left: 24px;
	}

	.log-in::before {
		left: 0;
	}

	.nav .menu-menu-1-container > ul {
		padding-top: 5px;
	}

	.nav .menu-menu-1-container > ul > li {
		margin-right: 30px;
	}

	.nav .menu-menu-1-container > ul > li > a {
		padding-bottom: 10px;
	}

	.nav .search {
		background-size: contain;
		background-size: 20px 20px;
		padding: 12.5px 30px;
		margin: 5px 0 0 20px;
	}

	.nav .search-input button, .nav .search-input button:focus, .nav .search-input button:active {
		background-size: 20px 20px;
	}

	.nav .search-input {
		right: 116px;
		top: -5px;
	}

	.lang a {
		padding: 7.5px 19px 7.5px 20px;
	}

	.date-circle {
		width: 55px;
		height: 55px;
	}

	.news-section {
	    padding: 0 15px 70px 15px;
	}

	.news-section.stories {
		padding: 0 0 50px 0;
	}

	.container-wrapper {
		margin-bottom: 40px;
	}

	.date-day {
	    font-size: 20px;
	    padding: 10px 0 2px 0;
	}

	.date-month-year {
	    font-size: 10px;
	}

	.news-section-item-title {
/*		height: 66px;*/
		margin: 2px 0 5px 0;
	}

	.news-section-item-text {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 20px;
		height: 126px;
	}

	.events-block {
		margin-top: 0;
	}

	.events-block-item-title {
		margin-bottom: 15px;
		line-height: 19px;
	}

	.events-block-item-title a {
		font-size: 15px;
	}

	.events-block-item-time {
		font-size: 12px;
		margin-bottom: 15px;
	}

	.datepicker {
		height: 286px;
	}

	.datepicker--nav {
		padding: 8px 8.5%;
	}

	.datepicker--day-name, .datepicker--nav-title, .datepicker--nav-title i {
		font-size: 14px;
	}

	.datepicker--cell {
		font-size: 14px;
		height: 32px;
	}

	.datepicker--cell.-current-::after {
		bottom: 3px;
		right: 3px;
		border-width: 0 0 6px 6px;
	}

	.calendar-btn-holder {
	    padding-left: 20px;
	}

	.row-owl {
		max-width: 850px;
	}

	.members-slider-wrap {
		padding: 40px 0;
	}

	.members-block ul li {
		margin-right: 1%;
		margin-bottom: 11px;
		width: 32.666%;
	}

	.members-block-item-title {
		font-size: 18px;
		line-height: 22px;
	}

	.members-block-item.hold {
		padding-bottom: 37px;
	}

	.members-block-item.hold .members-block-item-title {
		font-size: 26px;
		line-height: 30px;
	}

	.contacts-area {
	    padding: 60px 15px 60px 16%;
	}

	.contacts-img-holder img {
		max-width: 100px;
	}

	.contacts-area {
		font-size: 14px;
	}

	.contacts-img-holder::after {
		top: 40px;
		bottom: 30px;
	}

	.contacts-tabs-list {
		margin-bottom: 20px;
	}

	.contacts-tabs-list > ul > li > a {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.partners-wrap {
		margin-bottom: 30px;
	}

	.message-btn {
		right: 15px;
		bottom: 50px;
	}

	.message-btn img {
		max-height: 65px;
	}

	.message-block {
		right: 15px;
		width: 500px;
	}

	.message-block-title {
		padding: 30px 15px 30px 110px;
		margin-bottom: 25px;
	}

	.message-block-title::before {
		left: 20px;
	}

	.message-area {
	    padding: 0 20px 20px 20px;
	}

	.message-area textarea, .message-area textarea:focus {
		height: 120px;
		margin-bottom: 20px;
	}

	.message-block-cross {
		top: 20px;
		right: 20px;
	}

	.log-in-dropdown {
		right: -70px;
	}

	.log-in-dropdown {
	    right: -45px;
	}

	.section-title.main {
		margin-bottom: 60px;
	}

	.section-title.options {
		margin-bottom: 50px;
	}

	.section-title.main::after {
		bottom: -25px;
	}

	.entry p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 18px;
	}

	.side-bar ul li a {
	    padding: 10px 15px;
		font-size: 14px;
		line-height: 20px;
	}

	.dropdown-container > ul > li > span {
		padding: 15px 30px;
	}

	.news-list {
	    padding: 30px 10px 40px 10px;
	}

	.news-list > ul > li {
		margin-bottom: 20px;
	}

	.news-list-item > ul > li {
		display: block;
		width: 100% !important;
	}

	.about-news-item {
	    padding: 15px 0 0 0;
	}

	.content-background {
		padding: 30px 0 100px 0;
		margin-bottom: 30px;
	}

	.news-slider-prev, .news-slider-next {
		padding: 20px;
	}

	.entry img {
		max-width: 400px;
		margin-right: 20px;
	}

	.member-requisites-left ul li, .member-requisites-right ul li {
		font-size: 14px;
		line-height: 18px;
	}

	.member-requisites-text {
		font-size: 14px;
		line-height: 18px;
		/*height: 36px;*/
		min-height: 36px;
	}

	.member-requisites > ul > li {
		width: 50% !important;
	}

	.member-requisites-left ul li, .member-requisites-right ul li {
		height: 36px;
		margin-bottom: 5px;
	}

	.member-requisites-right {
		padding-left: 10px;
	}

	.member-requisites-container, .director-block, .member-btn-hold {
		padding: 0;
	}

	.member-slogan {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 60px;
	}

	.member-requisites-title, .member-requisites-text {
		margin-bottom: 20px;
	}

	.member-requisites {
	    padding-bottom: 20px;
	}

	.member-requisites-container > ul > li {
		margin-bottom: 30px;
	}

	.director-block .member-requisites-text {
		padding-bottom: 80px;
	}

	.director-block::after {
		left: 0;
		right: 0;
	}

	.members-list-block > ul > li {
		width: 48.5%;
		margin: 0 3% 40px 0;
		padding: 0px 10px 40px 15px;
	}

	.members-search-block ul li {
	    margin-right: 2%;
	    width: 49%;
	}

	.members-search-title {
		font-size: 15px;
	}

	.members-list-info-block ul li {
		font-size: 15px;
	}

	.members-list-info-block ul li:first-child {
		width: 110px;
	}

	.members-list-info-block ul li:last-child {
		width: calc(100% - 110px);
	}

	.members-list-info-block {
	    padding-right: 0;
	}

	.member-btn span {
		font-size: 16px;
	}

	.members-list-info-block ul li img {
		max-height: 140px;
	}

	.members-activity {
	    margin-bottom: 15px;
	}

	.members-list-text {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 20px;
	}

	.members-search-block {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.members-search-block ul li input, .members-search-block ul li input:focus {
		height: 43px;
	}

	.members-search-block ul li button, .members-search-block ul li button:focus, .members-search-block ul li button:active {
		height: 43px;
	}

	.members-list-block .message-block {
		width: 370px;
	}

	.members-list-block .message-block-title {
		font-size: 26px;
		padding: 18px 0 21px 20px;
	}

	.message-block-member-name {
		font-size: 16px;
	}

	.message-block-member-job {
		font-size: 14px;
	}

	.news-section.stories > ul > li {
	    margin-bottom: 50px;
	}

	.news-section.stories .news-section-item-title {
		padding-left: 25%;
	}

	.palace-members-list, .pagination.hold {
		padding: 0 15px;
	}

	.member-search-zone {
		padding-bottom: 30px;
		margin-bottom: 35px;
	}

	.palace-members-list-holder {
		margin-bottom: 35px;
	}

	.palace-members-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
		height: 40px;
	}

	.palace-members-text {
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 35px;
	}

	.member-messages-block ul li {
		padding: 16px 15px 0 15px;
	}

	.bth-message, .bth-message:focus, .bth-message:active {
		padding-right: 15px;
	}

	.member-messages-text {
		font-size: 14px;
		line-height: 18px;
	}

	.bill-block {
		padding: 15px 10px 16px 10px;
	}

	.bill-area-text {
		font-size: 13px;
	}

	.bill-area-right .btn {
		font-size: 18px;
		padding: 5px 30px;
	}

	.bill-area-right .bill-area-text a {
	    right: 10px;
	}

	.bill-block .member-messages-heading::after {
		width: 44%;
	}

	.member-messages-heading-holder {
		margin-bottom: 20px;
	}

	.bill-block {
		margin-bottom: 15px;
	}

	.log-in.hold::after {
		right: 0;
	}

	.log-in.hold .log-in-dropdown::before {
	    left: 182px;
	}

	.log-in.hold {
	    padding-left: 27%;
		padding-right: 20px;
	}

	.log-in.hold::before {
	    left: 40px;
	}

	.member-zone-options, .member-zone-img {
		margin-bottom: 20px;
	}

	.member-zone-options-left {
		margin-bottom: 5px;
		text-align: center;
	}

	.member-zone-options-right {
		text-align: center;
		padding-right: 0;
	}

	.duk-line-holder {
	    margin-bottom: 50px;
	}

	.duk-text {
		padding: 0 0 45px 0;
	}

	.duk-line-holder > ul > li::after {
		left: 0;
	}

	.service-container {
		padding-bottom: 60px;
	}

	.service-text {
		font-size: 14px;
		line-height: 18px;
		padding-left: 0;
	}

	.service-news ul li {
		margin-bottom: 55px;
	}

	.service-news-title {
		margin-bottom: 25px;
	}

	.service-news-text {
		margin-bottom: 20px;
	}

	.events-container-line > ul > li {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.events-container-line > ul > li:last-child {
		margin-bottom: 0
	}

	.month-events-holder {
		padding: 34px 38px 50px 18px;
	}

	.events-calendar-holder {
		right: -335px
	}

	.events-calendar .datepicker-inline, .events-calendar .datepicker {
		height: 286px;
		width: 320px;
	}

	.team-list {
	    padding: 40px 20px 0 20px;
	}

	.about-team-member {
	    padding: 10px 15px 0 20px;
	}

}

@media screen and (max-width: 1030px) {
	.top-contacts-block {
		padding: 15px 0 0 3.5%;
	}
}

@media screen and (max-width: 991px) {

	.header-right {
		display: none;
	}

	.logo img {
		max-height: 57px;
	}

	.mob-header-right, .mob-search {
		display: block;
	}

	.logo {
	    padding-top: 12px;
	}

	.intro-slider, .intro-slider .carousel-inner, .intro-slider .item {
		height: 500px;
	}

	.slider-left, .slider-right {
		display: none;
	}

	.slder-text-block {
		width: 580px;
		padding: 182px 0 0 15px;
	}

	.slder-text-title {
		font-size: 28px;
		line-height: 32px;
	}

	.section-title {
		font-size: 36px;
		margin-bottom: 30px;
	}

	.section-title.hold {
	    margin-top: 30px;
	}

	.section-title.main {
		line-height: 46px;
	}

	.news-section {
	    padding: 0 15px 50px 15px;
	}

	.news-section > ul > li {
		width: 49%;
		margin-right: 2%;
	}

	.news-section > ul > li:nth-child(2) {
		margin-right: 0;
	}

	.news-section > ul > li:nth-child(3) {
		display: none;
	}

	.news-section-item-img {
		margin-bottom: 20px;
	}

	.news-section > ul > li:last-child {
		margin-bottom: 0;
	}

	.date-circle {
		width: 65px;
		height: 65px;
	}

	.date-day {
		font-size: 22px;
		padding: 13px 0 2px 0;
	}

	.date-month-year {
		font-size: 11px;
	}

	.news-section-item-title {
		height: 78px;
		font-size: 22px;
		line-height: 26px;
		padding-left: 72px;
		margin: 9px 0 15px 0;
	}

	.news-section-item-text {
		padding-left: 0;
		height: 108px;
		font-size: 16px;
		line-height: 20px;
	}

	.news-section-item-text-holder .btn-more, .news-section-item-text-holder .btn-more:focus, .news-section-item-text-holder .btn-more:active {
		margin-left: 0;
	}

	.news-more {
		font-size: 18px;
	}

	.container-wrapper {
		margin-bottom: 30px;
	}

	.events-wrap {
		margin-bottom: 38px;
	}

	.events-block {
		margin-bottom: 25px;
	}

	.calendar-holder {
		display: none;
	}

	.calendar-btn-holder {
		text-align: center;
	}

	.btn-more.hold, .btn-more.hold:focus, .btn-more.hold:active {
		font-size: 20px;
		text-transform: uppercase;
	}

	.calendar-dropdown {
		display: block;
	}

	.calendar-holder-mob {
		position: absolute;
		top: 123%;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		z-index: 10;
		width: 300px;
		display: none;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	}

	.calendar-holder-mob .datepicker {
		width: 100%;
		height: 274px;
	}

	.calendar-holder-mob .datepicker--day-name, .calendar-holder-mob .datepicker--nav-title {
		text-transform: initial;
	}

	.calendar-holder-mob .datepicker--cell {
		height: 30px;
	}

	.datepicker--nav-action:hover, .datepicker--nav-title:hover {
		background-color: #fff;
	}

	.row-owl {
		max-width: 650px;
	}

	.members-slider-prev, .partners-slider-prev {
		left: -51px;
	}

	.members-slider-next, .partners-slider-next {
		right: -51px;
	}

	.members-slider-wrap {
	    padding: 30px 0;
	}

	.partners-slider-wrap .owl-item, .partners-slider-wrap a {
		height: 90px;
	}

	.members-block-item.hold .members-block-item-img {
		margin-bottom: 29px;
	}

	.members-block-item-title {
		height: 66px;
	}

	.members-block-item-img::after {
		left: 10px;
		right: 10px;
	}

	.members-block {
		margin-top: 0;
	}

	.slogan-wrap {
		padding: 90px 0 35px 0;
	}

	.slogan-text::before {
		top: -55px;
	}

	.slogan-text {
		margin-bottom: 20px;
	}

	.partners-wrap {
		padding-bottom: 30px;
	}

	.contacts-img-holder {
		display: none;
	}

	.contacts-area {
		padding: 0 0 0 50px;
		margin-bottom: 30px;
	}

	.contacts-person::before, .contacts-location::before, .contacts-phone::before, .contacts-email::before {
		left: -50px;
	}

	.map {
	    right: -15px;
		left: -15px;
	}

	.subscribe-block span {
		font-size: 18px;
	}

	.subscribe-block {
	    margin-bottom: 25px;
	}

	.subscribe-block .btn, .subscribe-block .btn:focus, .subscribe-block .btn:active {
	    padding: 4.5px 20px;
	}

	.copyright ul li {
		font-size: 14px;
	}

	.copyright-right {
		padding-top: 0;
	}

	.footer {
	    padding: 25px 15px 15px 15px;
	}

	.message-btn {
		right: 15px;
		bottom: 40px;
		background-size: contain;
		width: 64px;
		height: 75px;
	}

	.message-block {
		bottom: 15px;
	}

	.message-block-title {
		font-size: 26px;
		padding: 30px 15px 30px 85px;
	}

	.message-block-title span {
		font-size: 16px;
		line-height: 20px;
	}

	.message-block-title::before {
	    background-size: contain;
		width: 50px;
		height: 57px;
	}

	.log-in-dropdown {
	    right: -130px;
		top: 35px;
		text-align: left;
	}

	.log-in-dropdown::before {
		left: 28px;
	}

	.log-in-dropdown ul {
		display: block;
	}

	.log-in-dropdown ul li a {
	    padding: 14px;
	}

	.log-in-dropdown ul li a::after {
		bottom: 12px;
	}

	.content-holder > ul > li {
		width: 100% !important;
	}

	.content-holder > ul > li:first-child {
		display: none;
	}

	.content-background {
	    padding: 30px 0 80px 0;
	}

	.intro {
		height: 250px;
	}

	.news-slider-block {
		padding: 0 20px;
	}

	.news-slider-prev {
	    left: -15px;
	}

	.news-slider-next {
	    right: -15px;
	}

	.news-slider-block {
		margin-bottom: 50px;
	}

	.content-background.hold {
	    padding-bottom: 60px;
	}

	.news-slider-block {
		margin-bottom: 20px;
	}

	.content-background.hold {
	    padding-bottom: 40px;
	}

	.btn-more.back, .btn-more.back:focus, .btn-more.back:active {
		font-size: 16px;
	}

	.btn-more.back::before {
		top: 4px;
	}

	.director-block .member-requisites-text {
	    padding-bottom: 60px;
	}

	.member-slogan {
		margin-bottom: 40px;
	}

	.members-list-block .message-block {
		left: 0;
	}

	.news-section.stories > ul > li:nth-child(3) {
		display: inline-block;
	}

	.news-section.stories > ul > li:nth-child(3n) {
		margin-right: 2%;
	}

	.news-section.stories > ul > li:nth-child(2n) {
		margin-right: 0;
	}

	.news-section.stories > ul > li:nth-last-of-type(-n+3) {
		margin-bottom: 50px;
	}

	.news-section.stories > ul > li:nth-last-of-type(-n+2) {
		margin-bottom: 0;
	}

	.popup-holder {
		width: 500px;
	}

	.pop-up-img {
		height: 153px !important;
	}

	.popup-header {
		font-size: 20px;
		padding: 15px 20px;
		margin-bottom: 0;
	}

	.pop-up-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.popup-header .close {
		top: 18px;
		right: 18px;
	}

	.pop-up-img {
		margin-bottom: 15px;
	}

	.pop-up-options {
	    padding: 0 20px 20px 20px;
	}

	.pop-up-btn {
	    padding-left: 0;
		text-align: center;
	}

	.pop-up-btn a {
		font-size: 18px;
		line-height: 22px;
		padding: 10px 50px;
		margin-top: 0;
	}

	.log-in-dropdown.hold {
		right: -120px;
		left: auto;
		width: 240px;
	}

	.log-in-dropdown.hold::before {
	    left: 105px;
	}

	.duk-title {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
	}

	.duk-text p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 18px;
	}

	.duk-text ul li {
		font-size: 14px;
		line-height: 18px;
	}

	.page-slogan {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 35px;
	}

	.service-news ul li {
	    margin-bottom: 40px;
	}

	.service-news-title {
		font-size: 20px;
		line-height: 24px;
	}

	.service-news-text {
		font-size: 14px;
		line-height: 18px;
	}

	.service-container {
		margin-bottom: 60px;
	}

	.docs-list ul li {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 15px;
	}

	.docs-list {
		margin-bottom: 15px;
	}

	.docs-text {
		font-size: 14px;
		line-height: 18px;
	}

	.month-events-holder {
	    padding: 34px 38px 30px 18px;
	}

	.section-title.event {
	    font-size: 28px;
		line-height: 32px;
	}

	.events-container-line {
	    margin-bottom: 30px;
	}

	.events-calendar-holder .btn-more.hold {
		font-size: 14px;
		text-transform: initial;
	}

	.events-calendar .datepicker-inline, .events-calendar .datepicker {
	    height: 274px;
	    width: 280px;
	}

	.events-calendar-holder .datepicker--cell {
		height: 30px;
	}

	.events-calendar-holder .datepicker--content {
		padding: 5px;
	}

	.events-calendar-holder {
	    right: -295px;
		padding-bottom: 10px;
	}

	.events-calendar-holder span {
		width: 55px;
		height: 65px;
	}

	.events-calendar-holder span::before, .events-calendar-holder.open span::before {
		width: 8px;
		height: 13px;
		left: 10px;
	}

	.events-calendar-holder span::after {
		width: 19px;
		height: 20px;
		background-size: contain;
	}

	.events-calendar {
		padding: 10px 5px 10px 10px;
	}

	.contacts-container-right {
	    padding: 0;
	}

	.contacts-section-title {
		margin-bottom: 15px;
	}

	.contacts-section:first-child {
	    margin-bottom: 25px;
	}

	.message-section-holder {
		padding: 25px 20px 35px 20px;
	}

	.message-section-title {
		margin-bottom: 20px;
	}

	.message-section input, .message-section input:focus, .message-section textarea, .message-section textarea:focus {
		height: 44px;
	}

	.message-section textarea, .message-section textarea:focus {
		margin-bottom: 20px;
		height: 100px;
	}

	.team-list-block > ul > li {
		width: 100%;
		margin-bottom: 30px;
	}

	.team-list-block > ul > li:nth-child(2n+1) {
	    clear: none;
	}

	.business-section-title {
		margin-bottom: 30px;
	}

	.team-member-name {
		margin-bottom: 10px;
	}

	.acc-name input, .acc-name input:focus {
		width: calc(100% - 180px);
		height: 43px;
	}

	.reg-form-right, .reg-form-left {
	    padding: 0;
	}

	.reg-form-block, .acc-name, .after-reg-form, .after-form-contacts {
	    padding: 0 10px 36px 10px;
	}

	.reg-form-input, .acc-name {
	    margin-bottom: 30px !important;
	}

	.reg-form-input.last {
		margin-bottom: 0 !important;
	}

	.reg-form-input.sticky {
		margin-bottom: 0 !important;
	}

	.reg-form-title {
	    margin-bottom: 20px;
	}

	.checkbox {
		margin: 0;
	}

	.after-reg-form-btn {
		text-align: center;
		margin-bottom: 20px;
	}

	.after-reg-form-text {
		text-align: center;
		line-height: 20px;
		margin-bottom: 20px;
	}
	
	.btn-newsletter {
		display: block;
		width: 25px;
		height: 21px;
		background: url(../img/b-mail.png) no-repeat center center;
	}
	
	.header .polylang-switcher {
		display: block;
	}
	
	.header-linkedin a {
		margin-right: 0;
		width: 17px;
	}
	
	.header-linkedin a::before {
		left: 0;
	}
	
	.header-app a {
		margin-right: 0;
		width: 32px;
	}
	
	.header-app a::before {
		left: 0;
	}
}

@media screen and (max-width: 767px) {

	.section-title, .events-wrap, .members-block, .slogan-text, .slogan-name,
	.advertisement-block, .contacts-tabs-list, .contacts-tabs-block, .content-holder {
		padding: 0 10px;
	}

	.news-section {
		padding: 0 10px 33px 10px;
	}

	.footer {
		padding: 25px 10px 28px 10px;
	}

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

	.mob-nav {
		padding: 15px 10px;
	}

	.breadcrumbs {
	    padding: 12px 10px;
	}

	.slder-text-block {
		width: 550px;
		padding: 182px 0 0 10px;
	}

	.slder-text-title {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 30px;
	}

	.slder-text {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 29px;
	}

	.btn, .btn:focus, .btn:active {
		font-size: 16px;
	}

	.carousel-indicators li, .carousel-indicators .active {
		width: 38px;
		height: 2px;
		margin-right: 12px;
	}

	.section-title {
		font-size: 24px;
	}

	.section-title.main {
		line-height: 34px;
	}

	.row-news-section {
		max-width: 350px;
	}

	.news-section > ul > li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.news-section > ul > li:last-child {
		margin-bottom: 0;
	}

	.news-section-item-text, .news-section-item-title {
		height: auto;
	}

	.news-section-item-title {
		margin: 9px 0 22px 0;
	}

	.news-more {
		display: none;
	}

	.news-more.hold, .news-more-holder {
		display: inline-block;
	}

	.news-more.hold {
		position: relative;
		bottom: auto;
		right: auto;
		font-size: 20px;
		text-transform: uppercase;
		padding: 17px;
		border-top: 1px #b5b5b5 solid;
	}

	.container-wrapper {
		margin-bottom: 25px;
	}

	.events-block {
		margin-bottom: 0;
	}

	.events-block ul li {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 60px;
		position: relative;
	}

	.events-block ul li:last-child {
		margin-bottom: 50px;
	}

	.events-block ul li::after {
		position: absolute;
		content: '';
		bottom: -25px;
		left: 20%;
		right: 20%;
		height: 1px;
		background-color: #b5b5b5;
	}

	.events-block-item-title a {
		height: auto;
	}

	.row-owl {
		max-width: 300px;
	}

	.members-slider-wrap {
	    padding: 20px 0;
	}

	.members-block {
		display: none;
		margin-top: 0;
	}

	.members-block.mob {
		display: block;
	}

	.advertisement-block {
		margin-bottom: 30px;
	}

	.advertisement-block ul {
		max-width: 360px;
		margin: auto;
	}

	.advertisement-block ul li {
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.advertisement-block ul li:last-child {
		margin-bottom: 0;
	}

	.section-title, .slogan-wrap {
		margin-bottom: 20px;
	}

	.partners-wrap .section-title.hold {
		margin-top: 20px;
	}

	.partners-wrap {
		padding-bottom: 15px;
	}

	 .subscribe-block input, .subscribe-block input:focus, .subscribe-block .btn, .subscribe-block .btn:focus, .subscribe-block .btn:active {
		display: block;
	}

	.subscribe-block span {
		display: inline-block;
		font-size: 20px;
		margin-bottom: 29px;
	}

	.subscribe-block input, .subscribe-block input:focus {
		width: 100%;
		margin-bottom: 25px;
	}

	.subscribe-block .btn, .subscribe-block .btn:focus, .subscribe-block .btn:active {
		margin-top: 0;
		margin: auto;
		font-size: 20px;
		padding: 4.5px 49px;
	}

	.subscribe-block {
		margin-bottom: 39px;
	}

	.subscribe-block, .copyright {
		text-align: center;
	}

	.copyright {
		display: none;
	}

	.copyright.mob {
		display: block !important;
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
		color: #fff;
		padding: 0 20%;
		margin-bottom: 58px;
	}

	.copyright.mob a {
		display: inline-block;
		margin-left: 10px;
	}

	.copyright.mob a img {
		margin-top: -5px;
	}

	.copyright-right {
		text-align: left;
	}

	.copyright-right img {
		margin-top: -3px;
	}

	.message-btn {
		right: 10px;
		width: 86px;
		height: 101px;
		bottom: 10px;
	}

	.message-block {
	    right: 10px;
		bottom: 10px;
		width: 300px;
	}

	.message-block-title {
	    font-size: 22px;
	    padding: 30px 10px 30px 70px;
	}

	.message-block-title::before {
	    left: 10px;
	}

	.message-block-cross {
	    top: 10px;
	    right: 10px;
		width: 18px;
		height: 18px;
		background-size: contain;
	}

	.message-area {
	    padding: 0 10px 20px 10px;
	}

	.contacts-img-holder, .map-holder {
		height: auto !important;
	}

	.map-holder {
		height: 332px !important;
	}

	.log-in-dropdown {
		right: -100px;
	}

	.log-in-dropdown ul li a {
		font-size: 12px;
	    padding: 10px;
	}

	.news-section > ul > li:nth-child(3) {
	    display: block;
	}

	.dropdown-container > ul > li > span {
		font-size: 14px;
		line-height: 18px;
	}

	.content-background {
	    padding: 30px 0 60px 0;
	}

	.news-list {
	    padding: 30px 0 40px 0;
	}

	.news-list > ul > li {
		width: 100%;
		margin: auto;
		display: block;
		margin-bottom: 30px !important;
	}

	.news-list > ul > li:last-child {
		margin-bottom: 0 !important;
	}

	.news-list-item ul {
		width: 300px;
		margin: auto;
	}

	.dnl-news-item a {
		padding-left: 23px;
	}

	.dnl-news-item a::before {
		width: 15px;
		height: 14px;
		background-size: contain;
		left: 5px;
	}

	.about-news-item {
	    padding: 10px 0 0 0;
	}

	.about-news-item-title {
	    margin-bottom: 5px;
	}

	.intro {
	    height: 220px;
	}

	.news-slider-prev {
	    left: -10px;
		padding: 15px;
	}

	.news-slider-next {
	    right: -10px;
		padding: 15px;
	}

	.news-options {
	    margin-bottom: 25px;
	}

	.news-options-date {
		text-align: center;
		margin-bottom: 10px;
	}

	.news-options-social {
		text-align: center;
	}

	.news-options-social ul {
		width: auto;
		margin: auto;
		float: none;
	}

	.news-options-social > ul > li:first-child {
	    margin-right: 20px;
	}

	.news-options-social > ul > li > a.print::after {
		right: -13px;
	}

	.btn-more.back, .btn-more.back:focus, .btn-more.back:active {
		font-size: 14px;
		padding-left: 23px;
	}

	.btn-more.back::before {
		top: 2px;
	}

	.entry img {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		max-width: 100%;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.log-in-dropdown ul li a::after {
	    bottom: 7px;
		left: 10px;
	}

	.member-requisites-container > ul > li {
		display: block;
		width: 100%;
	}

	.director-block .member-requisites-text {
	    padding-bottom: 40px;
	}

	.members-news-block > ul > li {
		width: 100% !important;
		display: block;
	}

	.members-news-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
		padding-top: 10px;
	}

	.members-news-text {
		font-size: 14px;
		line-height: 18px;
	}

	.pagination {
	    margin-top: 20px;
	}

	.pagination span {
		padding-top: 3px;
		font-size: 14px;
		margin-right: 10px;
	}

	.pagination ul li {
		margin-right: 10px;
	}

	.pagination ul li a {
		font-size: 14px;
		padding: 2px;
	}

	.pagination ul li a::after {
		height: 2px;
	}

	.btn-more, .btn-more:focus, .btn-more:active {
		font-size: 16px;
	}

	.btn-more:hover::after {
		width: 64.5px;
	}

	.members-list-block > ul > li {
		display: block;
		width: 100%;
		margin: 0 0 30px 0 !important;
		padding: 0px 0 30px 0;
	}

	.member-btn span {
		display: inline-block;
		font-size: 14px;
		padding: 6px 24px;
	}

	.members-list-block .message-block {
		width: 300px;
		bottom: 80px;
	}

	.members-list-block .message-block-title {
		font-size: 22px;
		padding: 18px 0 15px 20px;
	}

	.members-search-block ul li {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.members-search-block ul li:last-child, .members-list-block > ul > li:last-child {
		margin-bottom: 0 !important;
	}

	.content-background.hold {
		padding-bottom: 30px;
	}

	.news-section.stories > ul > li {
		margin-bottom: 40px;
	}

	.news-section.stories > ul > li:nth-last-of-type(-n+2), .news-section.stories > ul > li:nth-last-of-type(-n+3) {
		margin-bottom: 40px;
	}

	.news-section.stories > ul > li:nth-last-of-type(-n+1) {
		margin-bottom: 0;
	}

	.news-section.stories .news-section-item-title {
		padding-left: 70px;
		height: auto;
		min-height: 52px;
	}

	.news-section.stories .news-section-item-text {
		margin-bottom: 20px;
	}

	.news-section.stories {
	    padding: 0 0 40px 0;
	}

	.member-search-zone-item {
		padding: 0;
		margin-bottom: 15px;
	}

	.member-search-title {
		font-size: 14px;
	}

	.member-search-zone-item:last-child {
		margin-bottom: 0;
	}

	.member-search-zone {
	    margin-bottom: 25px;
	}

	.select2-container--default .select2-selection--single, .member-search-zone-item button {
		height: 45px;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		padding: 0 40px 0 15px;
	}

	.member-search-zone-item input, .member-search-zone-item input:focus {
		height: 45px;
		padding: 5px 40px 5px 15px;
	}

	.palace-members-list-holder ul li {
		width: 100%;
		display: block;
		margin-right: 0;
		height: auto !important;
		border-bottom: 1px #c5c5c5 solid !important;
	}

	.palace-members-list-holder, .palace-members-list-holder ul li {
		margin-bottom: 20px;
	}

	.palace-members-list-holder ul li:last-child {
		margin-bottom: 0;
	}

	.palace-members-title {
		height: auto !important;
		margin-bottom: 15px;
	}

	.palace-members-text {
		padding-bottom: 20px;
	}

	.palace-members-list, .pagination.hold {
	    padding: 0;
	}

	.palace-members-list-holder:last-child {
		border-bottom: 0;
	}

	.member-messages-block ul li {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		height: auto !important;
	}

	.member-messages-block ul li:last-child {
		margin-bottom: 0;
	}

	.bill-block .member-messages-heading::after {
		width: 65%;
	}

	.member-messages-block .btn-more {
		margin-bottom: 20px;
	}

	.member-messages-block ul li {
		padding: 15px 10px 0 10px;
	}

	.bill-area-right .btn {
	    font-size: 16px;
	    padding: 5px 25px;
	}

	.bill-area-right .bill-area-text a {
		font-size: 12px;
		right: 0;
		bottom: -1px;
	}

	.bill-area-right .bill-area-text a::before {
		top: -5px;
		left: -20px;
	}

	.bill-area-text {
		line-height: 16px;
	}

	.popup-holder {
		width: 300px;
	}

	.pop-up-img {
		height: 115px !important;
	}

	.pop-up-title {
		font-size: 18px;
		line-height: 22px;
	}

	.consultation-block-holder {
		padding: 20px 10px 25px 10px;
	}

	.consultation-block-item-content {
	    padding: 0 10px 10px 10px;
	}

	.consultation-block > ul > li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.consultation-block > ul > li:last-child {
		margin-bottom: 0;
	}

	.consultation-block-item-title {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.consultation-block-item-text {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 15px;
	}

	.consultation-block-item-options {
		margin-bottom: 10px;
	}

	.consultation-block-item-location {
		padding-left: 30px;
		margin-bottom: 10px;
	}

	.consultation-block-item-location::before {
		left: 5px;
	}

	.consultation-block-item-date {
		padding-left: 30px;
	}

	.price-title {
		margin-bottom: 0;
	}

	.price {
		font-size: 26px;
	}

	.consultation-block-item-content .btn-more {
		margin: 4px 10px 0 0;
	}

	.log-in-dropdown.hold {
		width: 200px;
		right: -90px;
	}

	.log-in-dropdown.hold::before {
	    left: 96px;
	}

	.duk-line-holder, .duk-line-holder > ul > li {
		margin-bottom: 30px;
	}

	.duk-line-holder > ul > li:last-child {
		margin-bottom: 0;
	}

	.duk-line-holder > ul > li {
		width: 100%;
		margin-right: 0;
		height: auto !important;
		padding-right: 0;
	}

	.duk-title {
		height: auto;
		margin-bottom: 25px;
	}

	.duk-title::before {
		top: 50%;
		transform: translateY(-50%);
	}

	.duk-text {
	    padding: 0 0 30px 0;
	}

	.page-slogan {
		margin-bottom: 25px;
	}

	.service-line-holder, .service-line-holder ul li {
		margin-bottom: 30px;
	}

	.service-line-holder ul li:last-child {
		margin-bottom: 0;
	}

	.service-line-holder ul li {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.service-container {
	    padding-bottom: 40px;
	}

	.service-title {
		font-size: 14px;
		line-height: 18px;
		padding-left: 50px;
	}

	.service-title span {
		width: 40px;
		height: 40px;
	}

	.service-news ul li {
	    margin-bottom: 30px;
	}

	.service-news-title {
	    font-size: 16px;
	    line-height: 20px;
		padding-left: 60px;
		margin-bottom: 20px;
	}

	.service-news-text {
		padding-left: 0;
	}

	.service-news ul li .btn-more {
	    margin-left: 0;
	}

	.fancybox-prev {
		left: -20px;
	}

	.fancybox-next {
		right: -20px;
	}

	.fancybox-prev span {
		left: 5px;
		width: 20px;
		height: 37px;
		background-size: contain;
	}

	.fancybox-next span {
		right: 5px;
		width: 20px;
		height: 37px;
		background-size: contain;
	}

	.fancybox-prev span:hover, .fancybox-next span:hover {
		width: 20px;
		height: 37px;
		background-size: contain;
	}

	.members-activities {
		display: none;
	}

	.members-block.mob.hold {
		padding: 0;
		margin-bottom: 20px;
	}

	.members-block.mob.hold ul li:last-child {
		margin-bottom: 0;
	}

	.members-block.mob.hold .members-block-item-title {
		font-size: 14px;
		line-height: 18px;
	}

	.docs-container .page-slogan {
	    margin-bottom: 15px;
	}

	.docs-list ul li {
		margin-bottom: 10px;
	}

	.doc-dnl {
		padding-left: 32px;
	}

	.doc-dnl::before {
		width: 17px;
		height: 16px;
		background-size: contain;
	}

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

	.row.row-event {
		max-width: 320px;
	}

	.events-item-side {
		height: auto !important;
	}

	.month-events-holder {
		padding: 20px 10px 30px 10px;
	}

	.month-events ul li {
		padding: 0 0 15px 65px;
		margin-bottom: 20px;
	}

	.month-events-title {
		font-size: 14px;
		line-height: 18px;
	}

	.section-title.event {
	    font-size: 24px;
	    line-height: 28px;
	}

	.events-container-line {
	    margin-bottom: 25px;
	}

	.events-calendar-holder {
	    right: -255px;
	}

	.events-calendar .datepicker-inline, .events-calendar .datepicker {
		width: 240px;
	}

	a[href*="tel:"] {
	   color: #2c4390 !important;
   }

   .contacts-container-left {
	   margin-bottom: 30px;
   }

   .message-section-title {
	   font-size: 34px;
   }

   .message-section-title span {
	   display: block;
	   margin-top: 10px;
	   margin-left: 4px;
   }

   .message-section-holder {
	    padding: 20px 10px 25px 10px;
	}

	.contacts-container {
		margin-bottom: 35px;
	}

	.team-list {
	    padding: 30px 0 0 0;
	}

	.team-member ul li {
		display: block;
		width: 100% !important;
	}

	.team-member ul li:first-child {
		margin-bottom: 10px;
	}

	.about-team-member {
		padding: 0;
	}

	.team-member-name {
	    margin-bottom: 0px;
	}

	.reg-form-block, .acc-name, .after-reg-form, .after-form-contacts {
		padding: 0 0 20px 0;
	}

	.reg-form-block {
	    margin-bottom: 20px;
	}

	.file-holder {
		margin-left: 0;
		margin-top: 8px;
		display: block;
	}

	.file-holder label {
		padding: 7px 40px;
	}

	.reg-form-input ul li {
		font-size: 14px;
	}

	.checkbox-holder {
		margin-left: 5px;
	}

	.checkbox input + label {
		background-position-y: 2px;
		padding-left: 25px;
	}

	.reg-form-input > ul > li > input, .reg-form-input > ul > li > input:focus, .acc-name input, .acc-name input:focus, .reg-form-input .select2-container--default .select2-selection--single {
		height: 38px;
	}

	.acc-name input, .acc-name input:focus {
		width: 100%;
		margin-left: 0;
		margin-top: 8px;
	}

	.acc-name span {
		margin-left: 0;
	}

	.reg-form-input, .acc-name {
	    margin-bottom: 20px !important;
	}

	.after-reg-form-btn .btn {
	    color: #fff;
	    padding: 12px 68px;
		font-size: 24px;
	}

	.after-form-contacts ul li {
		display: block;
		width: 100%;
		text-align: center;
	}

}

@media screen and (max-width: 550px) {

	.slder-text-block {
		width: 100%;
	}

	.bill-block .member-messages-heading::after {
		width: 50%;
	}

	.header-facebook a {
		margin-right: 0;
	}
	
	#header .header > .logo {
		max-width: 131px;
	}
	
	#header .header > .mob-header-right {
		width: calc(100% - 131px);
	}
	
	.mob-options ul li {
		margin-right: 16px;
	}
	
	#header .header > .mob-header-right .mob-hamburger {
		max-width: 58px;
	}
	
	#header .header > .mob-header-right .mob-options {
		width: calc(100% - 58px);
	}
}

@media screen and (max-width: 420px) {

	.row-owl {
		max-width: 190px;
	}

	.member-requisites > ul > li {
	    width: 45% !important;
	}

	.member-requisites > ul > li:last-child {
		width: 55% !important;
	}

	.bill-block .member-messages-heading::after {
		width: 30%;
	}
	
	.mob-options ul li {
		margin-right: 13px;
	}
}

@media screen and (min-width: 767px) {
     a[href*="tel:"] {
        cursor:default;
		pointer-events: none;
		color: #343434;
    }
}

@media print{
	.news-options-date{
		display: none!important;
	}
}

.newslettericon{
	position: relative;
	padding-left: 35px;
    font-size: 22px;
}

.newslettericon::before{
	position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 26px;
    height: 20px;
    background: url(../img/w-mail.png) no-repeat center center;
}

.btn-all-results{
	float:right;
	background:#2c4390;
	color:#fff;
}

.partnership-logos{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: -20px -20px;
}

.entry .partnership-logos img{
	float: none;
	margin: 0px;
}

.partnership-item{
	padding: 10px;
	background: #fff;
	margin: 20px 20px;
	display: flex;
    align-items: center;
}

.slogan-partnership{
	background:none !important;
}

.slogan-partnership-bg{
	width: 100%;
	background: url(../img/background-1.png);
	margin: 50px 0px;
}

.become-partner{
	display: block;
	margin-top: 29px;
}

.become-partner img{
	display: block;
	margin: 0 auto;
}

#menu-footer_menu_en{
	margin-bottom: 50px;
}

#menu-footer_menu_en li{
	margin-bottom: 5px;
}

#menu-footer_menu_en li a{
	color: #fff;
	text-transform: uppercase;
}

#menu-footer_menu_en li a:hover{
	color: #337ab7;
}

.entry table.no-border tbody tr td {
    border: 0;
}

.evrk-checkboxes {
	display: flex;
	padding-bottom: 10px;
}

.evrk-checkbox-wrapper {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 15px;
}

.evrk-checkbox-wrapper:first-child {
	margin-right: 15px;
}

.evrk-checkbox-wrapper input {
	position: absolute;
	width: 0;
	height: 0;
	visibility: hidden;
	z-index: -1;
}

.custom-checkbox {
	display: block;
	position: relative;
	margin-right: 5px;
	height: 25px;
	width: 26px;
	background-color: #ffffff;
	border: 2px solid #ddd;
	border-radius: 0;
}

.custom-checkbox::after {
	content: '';
	display: none;
	position: absolute;
	top: 4px;
	left: 5px;
	width: 13px;
	height: 9px;
	border: 2px solid #000;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.evrk-checkbox-wrapper input[type="checkbox"]:checked ~ .custom-checkbox::after {
    display: block;
}

.member-search-title + .member-search-title {
	margin-bottom: 11px;
}

#evrk + .select2 .select2-search {
    display: inline-block;
	line-height: 1;
}

#evrk + .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 1;
    font-size: 15px;
}

#evrk + .select2 .select2-search__field {
	margin-top: 0;
	height: 34px;
	line-height: 1;
}

#evrk +  .select2.select2-container .select2-selection.select2-selection--multiple {
	min-height: 40px;
    line-height: 1 !important;
}

#evrk + .select2-container--default .select2-selection--multiple .select2-selection__choice {
	white-space: normal;
}

.btn-search-submit {
	display: flex;
	float: right;
	margin-top: 15px;
	padding: 5px 20px;
	height: 40px;
	background-color: #72c3fc;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	transition: color 0.2s, background-color 0.2s;
}

.btn-search-submit:hover {
	opacity: 0.8 !important;
}

.consultation-search-title {
	margin-top: -25px;
	margin-bottom: 15px;
}

@media screen and (max-width: 1450px) {
	.evrk-checkbox-wrapper {
		font-size: 14px;
	}
}

@media screen and (max-width: 1199px) {
	.evrk-checkboxes {
		flex-wrap: wrap;
	}
	
	.evrk-checkbox-wrapper {
		margin-bottom: 5px;
	}
	
	.member-search-title + .member-search-title {
		margin-top: 35px;
	}
}

@media screen and (max-width: 767px) {
	.member-search-title + .member-search-title {
		margin-top: 0;
		margin-bottom: 8px;
	}
	
	.member-search-title-placeholder {
		display: none;
	}
	
	.btn-search-submit {
		height: 40px !important;
	}
	
	.consultation-search-title {
		font-size: 15px;
		text-align: justify;
		text-align-last: left;
	}
}

@media screen and (max-width: 449px) {
	.btn-search-submit {
		justify-content: center;
		width: 100%;
		height: 40px !important;
		text-align: center;
	}
}

.mobile-nav-menu-top {
  margin-bottom: 40px;
}

.mobile-nav-menu-top .nav > li > a {
  padding: 4px 15px;
  color: #000;
}

.mobile-nav-menu-top .mnvmt-dropdown {
  padding: 8px 15px;
  background-color: #0c4da2;
  font-size: 19px;
  color: #fff;
  position: relative;
}

.mobile-nav-menu-top .mnvmt-dropdown i {
  position: absolute;
  right: 20px;
  top: 14px;
}

.mobile-nav-menu-top .mnvmt-content {
  background-color: #e0e0e0;
  padding: 5px;
}

.mobile-nav-menu-top .mnvmt-content ul {
  z-index: 0;
}

@media(min-width: 992px) {
  .mobile-nav-menu-top {
    display: none!important;
  }
}

.mobile-header-dropdown-menu {
  
}

.mobile-dropdown-toggle i {
  float: right;
  padding: 12px 17px;
  margin-top: -9px;
  margin-right: -13px;
  transition: 0.3s ease;
  font-size: 18px;
}

.dropdown.open .mobile-dropdown-toggle i {
  transform: rotate(180deg);
}

.members-inform-search-block {
  border: none;
  margin-bottom: 0;
}

.members-inform-search-title {
  margin-bottom: 15px;
}

.mob-nav-socials {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  row-gap: 10px;
}

.mob-nav-become-member {
  margin-top: -7px;
}

.mob-nav-become-member a {
  color: #000;
  font-size: 15px;
}

.mob-nav-become-member a:hover {
  text-decoration: underline;
}

@media(max-width: 380px) {
  .mob-nav-become-member {
    font-size: 14px;
  }
  
  #header .header > .logo {
    width: 30%;
  }
  
  #header .header > .mob-header-right {
		width: 70%;
	}
}

#renginiai .conference-buttons {
  display: flex;
  gap: 5px;
}

#renginiai .conference-buttons .cbutton {
  font-size: 16px;
  line-height: 18px;
  background-color: #dedcdc;
  padding: 20px 30px;
  border-radius: 15px 15px 0px 0px;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  text-align: center;
  color: #000;
}

#renginiai .conference-buttons .cbutton.active {
  background-color: #2c438f;
  color: #fff;
  font-weight: 500;
}


#rumu-nariu-sarasas .section-title.main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  row-gap: 24px;
}

.btn.btn-blue {
  padding: 5px 20px;
  height: 40px;
  background-color: #72c3fc;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.2s, background-color 0.2s;
}

.btn.btn-blue:hover {
  opacity: 0.8 !important;
}