@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?81523047');
	src: url('../fonts/fontello.eot?81523047#iefix') format('embedded-opentype'),
	url('../fonts/fontello.woff2?81523047') format('woff2'),
	url('../fonts/fontello.woff?81523047') format('woff'),
	url('../fonts/fontello.ttf?81523047') format('truetype'),
	url('../fonts/fontello.svg?81523047#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-right-arrow:before { content: '\e802'; } /* '' */
.icon-left-arrow:before { content: '\e803'; } /* '' */
.icon-left-open-mini:before { content: '\e805'; } /* '' */
.icon-right-open-mini:before { content: '\e806'; } /* '' */
.icon-down-open-mini:before { content: '\e807'; } /* '' */
.icon-up-open-mini:before { content: '\e808'; } /* '' */
.icon-close1:before { content: '\e824'; } /* '' */
.icon-close:before { content: '\e825'; } /* '' */
.icon-close1:before { content: '\e826'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Sen', sans-serif;
	height: 100%;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.36;
	background-color: #fff;
	color: #000;
}

:focus {
	outline: none;
}
b, strong {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
input, textarea, button, select {
	font-family: 'Sen', sans-serif;
	outline: 0!important;
}
p {
	margin-bottom: 35px;
}
p:last-of-type {
	margin-bottom: 0;
}
a {
	color: #5c5ee1;
	display: inline;
	background-image: linear-gradient(#ebb1c9, #edb3cb);
	background-position: 0 96%;
	background-repeat: no-repeat;
	background-size: 0 3px;
	-webkit-transition: background-size .3s;
	-moz-transition: background-size .3s;
	-ms-transition: background-size .3s;
	-o-transition: background-size .3s;
	transition: background-size .3s;
	text-decoration: none !important;
}
.custom-underline{
	background-size: 100% 3px;
}
.custom-underline:hover{
	background-size: 0 3px;
}
a:hover {
	color: #686bff;
}
ul:not([class]), ol:not([class]) {
	/*list-style-position: inside;*/
	padding-left: 0;
	margin-bottom: 30px;
	margin-left: 22px;
}
h1, h2 {
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 700;
}
.container {
	max-width: calc(50% + 520px);
}
#ajax_load_posts {
	display: none;
}
.btn {
	min-width: 148px;
	display: inline-table;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 700;
	position: relative;
	font-size: 19px;
	line-height: 1;
	color: #000 !important;
	background: none;
	text-align: center;
	border: 0;
	border-radius: 0;
	outline: none!important;
	box-shadow: none!important;
	text-decoration: none!important;
	text-transform: uppercase;
	padding: 10px 15px 10px;
	height: 40px;
	margin-right: 13px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.btn:before{
	content: '';
	position: absolute;
	left: 100%;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 13px solid;
	top: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.btn-pink {
	background-color: #e4a8c1;
}
.btn.btn-pink:before{
	border-left: 13px solid #e4a8c1;
}
.btn-pink:hover {
	background-color: #e4738d;
}
.btn-pink:hover:before{
	border-left-color: #e4738d;
}
.btn-blue {
	background-color: #c8edfa;
}
.btn.btn-blue:before{
	border-left-color: #c8edfa;
}
.btn-blue:hover {
	background-color: #a0edfa;
}
.btn.btn-blue:hover:before{
	border-left-color: #a0edfa;
}
.btn-dark-blue{
	background-color: #562fb9;
	color: #fff !important;
}
.btn.btn-dark-blue:before{
	border-left: 13px solid #562fb9;
}
.btn-dark-blue:hover{
	background-color: #421bb9;
}
.btn.btn-dark-blue:hover:before{
	border-left-color: #421bb9;
}
.btn-link {
	display: inline-block;
	position: relative;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	color: #e71d72;
	background: none;
	text-align: center;
	border: 0;
	outline: none!important;
	text-decoration: none!important;
}
.btn-sm {
	font-size: 18px;
	font-weight: bold;
}
.btn-link:before {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	border-bottom: 2px solid;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blue-bg {
	background-color: #c8edfa;
}
.pink-bg {
	background-color: #e4a8c1;
}
.dark-bg {
	background-color: #000;
	color: #fff;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.ms-bullets.ms-dir-h,
.slick-dots {
	position: absolute;
	bottom: 60px;
	right: 7.5%;
	list-style: none;
	margin: 0;
}
.ms-bullet,
.slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: solid 1px #fff;
	border-radius: 50%;
	font-size: 0;
	cursor: pointer;
	margin-left: 10px;
}
.ms-bullet:before{
	content: '';
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	border: 0;
	margin: 2px;
	opacity: 0;
	display: block;
}
.ms-bullet.ms-bullet-selected:before{
	opacity: 1;
}
.slick-dots li.slick-active button {
	opacity: 1;
}
/*header*/
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.header_top {
	color: #fff;
	background: #000;
}
.header_top_nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header_top_menu.lang_switcher a img {
	display: none;
}
.logo_white {
	display: none;
}
.header_top_menu li {
	position: relative;
}
.header_top_menu li a {
	font-size: 13px;
	color: #fff;
	display: block;
	padding: 17px 23px;
	text-decoration: none!important;
}
.header_top_menu li.menu-item-has-children > a:after {
	content: '\e807';
	font-family: 'fontello';
	display: inline-block;
	margin-left: 10px;
}
.header_top_menu li a:hover {
	background: #fff;
	color: #000;
}
.header_top_menu li a.item-pink {
	background-color: #e4a8c1;
	color: #000 !important;
	-webkit-transition: .3s background-color;
	-moz-transition: .3s background-color;
	-ms-transition: .3s background-color;
	-o-transition: .3s background-color;
	transition: .3s background-color;
}
.header_top_menu li a.item-pink:hover {
	background-color: #e4738d;
}
.header_top_menu li ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 120;
	display: none;
	list-style: none;
	background: #000;
	min-width: 100%;
}
.header_top_menu li ul li a{
	padding: 10px 16px;
}
.header_top_menu li:hover ul {
	display: block;
}
.social_links a {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	margin-left: 18px;
}
.social_links a:hover {
	color: #e4a8c1;
}
.header_bottom {
	padding: 42px 0;
}
.header_menu {
	justify-content: flex-end;
}
.header_nav {
	margin-top: 5px;
}
.header_menu li {
	margin-left: 2.2%;
}
.header_menu li a {
	color: #000;
	font-size: 22px;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all cubic-bezier(0.19, 0, 0.47, 0.93) 0.3s;
	-moz-transition: all cubic-bezier(0.19, 0, 0.47, 0.93) 0.3s;
	-ms-transition: all cubic-bezier(0.19, 0, 0.47, 0.93) 0.3s;
	-o-transition: all cubic-bezier(0.19, 0, 0.47, 0.93) 0.3s;
	transition: all cubic-bezier(0.19, 0, 0.47, 0.93) 0.3s;
	display: inline-block;
}
.header_menu li a:after {
	content: "";
	position: absolute;
	width: 0;
	top: 100%;
	height: 3px;
	background: #000;
	right: 0;
	-webkit-transition: width .3s cubic-bezier(.37,0,.21,1.02);
	transition: width .3s cubic-bezier(.37,0,.21,1.02);
}
.header_menu li a:hover{
	opacity: 1 !important;
}
.header_menu li.current-menu-item a:after, .header_menu li a:hover:after {
	left: 0;
	right: auto;
	width: 100%;
}
.header_top_menu li a:before{
	display: none;
}
.white-header .header_menu li a {
	color: #fff;
}
.white-header .header_menu li a:after {
	background-color: #fff;
}
.white-header .header_logo svg path {
	fill: #fff;
}


.master-slider, .master-slider * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hero_section {
	height: 100vh;
	position: relative;
}
.hero-label{
	font-family: "acumin-pro-condensed", sans-serif;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	color: #fff !important;
	background-color: #562fb9;
	padding: 8px 10px 11px;
	position: fixed;
	top: 55%;
	right: 0;
	z-index: 101;
	width: 170px;
	text-transform: uppercase;
	line-height: 1.05;
	text-decoration: none !important;
}
.hero-label:hover{
	background-color: #401fb9;
}
.hero_slider_item {
	height: 100%;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 16.8vh 0;
	display: flex;
	align-items: flex-end;
}
.hero_slide_content {
	padding: 21vh 0;
}
.page_title {
	font-size: 115px;
	line-height: 0.96;
	margin: 0 0 102px;
	text-transform: uppercase;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 800;
}
.ms-layer-mask {
	width: 100%;
	height: 100%;
}
.ms-layer-mask .ms-layer {
	position: relative;
	height: 100%;
	width: 100%!important;
	display: flex;
	align-items: flex-end;
}
.slice-slides .slides-nav li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: solid 1px #000;
	border-radius: 50%;
	font-size: 0;
	cursor: pointer;
	margin-left: 4px;
	background: transparent;
}
.slice-slides .slides-nav li:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 50%;
	border: 0;
	margin: 2px;
	opacity: 0;
	display: block;
}
.slice-slides .slides-nav li.active:before{
	opacity: 1;
}
.long-arrow-down{
	width: 2px;
	height: 36px;
	background: #000;
	position: relative;
	display: block;
	margin-left: 10px;
}
.long-arrow-down:before, .long-arrow-down:after{
	height: 14px;
	width: 2px;
	display: block;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	-webkit-transition: .3s transform;
	-moz-transition: .3s transform;
	-ms-transition: .3s transform;
	-o-transition: .3s transform;
	transition: .3s transform;
}
.long-arrow-down:before{
	-webkit-transform: rotate(-27deg) translate(-3px, -2px);
	-moz-transform: rotate(-27deg) translate(-3px, -2px);
	-ms-transform: rotate(-27deg) translate(-3px, -2px);
	-o-transform: rotate(-27deg) translate(-3px, -2px);
	transform: rotate(-27deg) translate(-3px, -2px);
}
.long-arrow-down:after{
	-webkit-transform: rotate(27deg) translate(3px, -2px);
	-moz-transform: rotate(27deg) translate(3px, -2px);
	-ms-transform: rotate(27deg) translate(3px, -2px);
	-o-transform: rotate(27deg) translate(3px, -2px);
	transform: rotate(27deg) translate(3px, -2px);
}
.down-btn{
	border: 0;
	background: transparent;
	bottom: 80px;
	left: calc((100% - (100% - ((100% - 1000px)/2)))/2);
	position: absolute;
	width: 20px;
	height: 36px;
	z-index: 20;
	-webkit-animation:bounce 1s ease-in-out infinite;
	animation:bounce 5s ease-in-out infinite;
}
.tickertape_box {
	height: 38px;
	background-color: #000;
	color: #fff;
	font-size: 19px;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 700;
	position: absolute;
	width: 100%;
	box-sizing: content-box;
	z-index: 98;
	left: 0;
	bottom: 0;
	overflow: hidden;
	text-transform: uppercase;
	line-height: 35px;
}
.tickertape_list {
	list-style: none;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.tickertape_list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.section_title {
	font-size: 50px;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 800;
	margin: 0 0 50px;
	text-transform: uppercase;
	line-height: 1.04;
}
.section-head{
	margin-bottom: 50px;
}
.custom_block p {
	margin-bottom: 40px;
}
.custom_block ul:not([class]), .content-list ul:not([class]) {
	margin-left: 0;
}
.custom_block ul:not([class]) li, .content-list ul:not([class]) li {
	position: relative;
	padding-left: 20px;
	list-style: none;
	margin-bottom: 32px;
}
.custom_block ul:not([class]) li:before, .content-list ul:not([class]) li:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: '+';
}
.slides-nav {
	z-index: 98;
	position: absolute;
	right: 7.5%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #111;
	bottom: 60px;
}
.slides-nav__nav {
	position: relative;
	right: 0;
	display: block;
	font-size: 1em;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}
.is-sliding .slides-nav {
	pointer-events: none;
}

.slice-slides {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	background: #fff;
	-webkit-transition: background 1s cubic-bezier(0.99, 1, 0.92, 1);
	transition: background 1s cubic-bezier(0.99, 1, 0.92, 1);
}
.is-sliding .slice-slides {
	background: #ededed;
	-webkit-transition: background 0.3s cubic-bezier(0.99, 1, 0.92, 1);
	transition: background 0.3s cubic-bezier(0.99, 1, 0.92, 1);
}

.slice-slide {
	z-index: -1;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100vh;
	-webkit-transition: z-index 1s ease;
	transition: z-index 1s ease;
}
.slice-slide.is-active {
	z-index: 19;
	-webkit-transition: z-index 1s ease;
	transition: z-index 1s ease;
}
.slide__content {
	position: relative;
	height: 100%;
	width: 100%;
}
.slide__header {
	z-index: 9;
	position: relative;
	height: 100%;
	display: flex;
	align-items: flex-end;
	overflow-y: hidden;
}
.slide__title {
	font-size: 2.5em;
	font-weight: 700;
	color: #111;
	overflow-y: hidden;
}
.title-line {
	display: block;
	overflow-y: hidden;
}
.title-line span {
	display: inline-block;
	-webkit-transform: translate3d(0, 140%, 0);
	transform: translate3d(0, 140%, 0);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.8s ease, -webkit-transform 0.4s ease;
}
.title-line span:nth-child(1) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.title-line span:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.is-active .title-line span, .ms-sl-selected .title-line span, .slick-active .title-line span{
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
	opacity: 1;
	transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.is-active .title-line:nth-of-type(2) span, .ms-sl-selected .title-line:nth-of-type(2) span, .slick-active .title-line:nth-of-type(2) span{
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.is-active .title-line:nth-of-type(3) span, .ms-sl-selected .title-line:nth-of-type(3) span, .slick-active .title-line:nth-of-type(3) span {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.is-active .title-line:nth-of-type(4) span, .ms-sl-selected .title-line:nth-of-type(4) span, .slick-active .title-line:nth-of-type(4) span {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.is-active .title-line:nth-of-type(5) span, .ms-sl-selected .title-line:nth-of-type(5) span, .slick-active .title-line:nth-of-type(5) span {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
.is-active .title-line:nth-of-type(6) span, .ms-sl-selected .title-line:nth-of-type(6) span, .slick-active .title-line:nth-of-type(6) span {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.is-active .title-line:nth-of-type(7) span, .ms-sl-selected .title-line:nth-of-type(7) span, .slick-active .title-line:nth-of-type(7) span {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.is-active .title-line:nth-of-type(8) span, .ms-sl-selected .title-line:nth-of-type(8) span, .slick-active .title-line:nth-of-type(8) span {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.is-active .title-line:nth-of-type(9) span, .ms-sl-selected .title-line:nth-of-type(9) span, .slick-active .title-line:nth-of-type(9) span {
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;
}
.is-active .title-line:nth-of-type(10) span, .ms-sl-selected .title-line:nth-of-type(10) span, .slick-active .title-line:nth-of-type(10) span {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.is-active .title-line:nth-of-type(11) span, .ms-sl-selected .title-line:nth-of-type(11) span, .slick-active .title-line:nth-of-type(11) span {
	-webkit-transition-delay: 0.65s;
	transition-delay: 0.65s;
}
.slick-dots li button {
	content: '';
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	border: 0;
	margin: 2px;
	opacity: 0;
	display: block;
}
.slide__figure {
	z-index: 7;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	overflow: hidden;
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-sliding .slide__figure {
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.slide__img {
	position: relative;
	display: block;
	background-size: cover;
	background-position: 50%;
	-webkit-backface-visibility: hidden;
	left: 100%;
	width: 100%;
	height: 100%;
	transition: left 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1), filter 0.4s 0.1s ease, -webkit-filter 0.4s 0.1s ease;
}
.is-active .slide__img {
	left: 0;
	opacity: 1;
	transition: left 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1), filter 0.4s 0.1s ease, -webkit-filter 0.4s 0.1s ease;
}

.nav-dots li {
	width: 20px;
	height: 20px;
	cursor: pointer;
	list-style: none;
	background: #0b51c5;
}

.home_donate_section{
	background-color: #000;
	color: #fff;
	padding: 29px 0;
}
.home_donate_section .home_services_text{
	max-width: 681px;
	margin: 0 auto;
}
.home_follow_block{
	height: 90vh;
	max-height: 1000px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	justify-content: center;
}
.home_follow_text{
	margin-bottom: 50px;
}
.home_follow_img{

}

.custom_block {
	height: 90vh;
	min-height: 700px;
	max-height: 1000px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 30px 15px;
	position: relative;
	max-width: 520px;
	margin: 0 auto;
}
.full_width{
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0;
	padding-right: 0;
}
.cover_bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.card-body a,
.content a{
	display: inline;
	background-image: linear-gradient(#ebb1c9, #edb3cb);
	background-position: 0 96%;
	background-repeat: no-repeat;
	background-size: 100% 3px;
	-webkit-transition: background-size .3s;
	-moz-transition: background-size .3s;
	-ms-transition: background-size .3s;
	-o-transition: background-size .3s;
	transition: background-size .3s;
	color: #000 !important;
}
.card-body a:hover,
.content a:hover {
	background-size: 0 3px;
}


.block_title{
	font-family: "acumin-pro-condensed", sans-serif;
	font-size: 35px;
	font-weight: 800;
	line-height: 1.06;
	text-transform: uppercase;
}
.md_title{
	font-family: "acumin-pro-condensed", sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}
.block_title>a{
	color: #000;
}
.dark-bg .block_title>a{
	color: #fff;
}
.block_title>a{
	display: inline;
	background-image: linear-gradient(#ebb1c9, #edb3cb);
	background-position: 0 96%;
	background-repeat: no-repeat;
	background-size: 0 3px;
	-webkit-transition: background-size .3s;
	-moz-transition: background-size .3s;
	-ms-transition: background-size .3s;
	-o-transition: background-size .3s;
	transition: background-size .3s;
}
.block_title>a:hover{
	background-size: 100% 3px;
}

/*home-about*/
.home-about .section_title {
	max-width: 840px;
}
.home-about .container {
	position: relative;
}
.home-about-img-1, .home-about-img-2, .home-about-img-3 {
	position: absolute;
	z-index: 1;
}
.home-about-img-1 {
	bottom: 217px;
	right: 4px;
	max-width: 170px;
}
.home-about-img-2 {
	bottom: 100px;
	right: 132px;
	max-width: 111px;
}
.home-about-img-3 {
	bottom: 76px;
	right: 0;
	max-width: 115px;
}
.appointments-section {
	padding: 35px 0;
}
.appointments-section .btn {
	width: 177px;
}
.appointments_text {
	max-width: 442px;
	margin: 0 auto;
}
.home-team .btn {
	width: 170px;
}
.sm_text p {
	max-width: 420px;
}
.lg_margin .section_title, .lg_margin.section-head {
	margin-bottom: 65px;
}
.home-team-img {
	margin-left: -90px;
}
.home-support {
	padding: 25px 0;
	overflow: hidden;
}
.home-support .btn {
	min-width: 220px;
}
.home-support-text {
	width: 450px;
	margin: 0 auto;
}
.home-login-section .btn {
	min-width: 148px;
}

/*footer*/
.footer{
	font-size: 13px;
}
.footer_top{
	background-color: #000;
	color: #fff;
	padding: 77px 0 63px;
}
.footer_signup .block_title {
	margin-bottom: 49px;
}
.footer_signup_form{
	position: relative;
	max-width: 367px;
}
.footer_signup_control{
	background: transparent;
	border: 0;
	border-bottom: solid 1px #fff;
	font-size: 13px;
	letter-spacing: -0.1px;
	color: #e4a8c1;
	padding-right: 80px;
	width: 100%;
	height: 30px;
}
.footer_signup_control::-webkit-input-placeholder {
	color:#e4a8c1;
}
.footer_signup_control:-moz-placeholder {
	color:#e4a8c1;
}
.footer_signup_control:-moz-placeholder {
	color:#e4a8c1;
}
.footer_signup_control:-ms-input-placeholder{
	color:#e4a8c1;
}
.footer_signup_btn{
	font-family: "acumin-pro-condensed", sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.12px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 5px;
	background: transparent;
	border: 0;
	text-transform: uppercase;
}
.footer_box {
	margin-left: 63px;
}
.footer_box .md_title, .footer_contact .md_title {
	margin: 13px 0 26px;
}
.footer p {
	margin-bottom: 10px;
}
.footer_top a{
	color: #fff;
	-webkit-transition: .3s color;
	-moz-transition: .3s color;
	-ms-transition: .3s color;
	-o-transition: .3s color;
	transition: .3s color;
}
.footer_top a:hover{
	color: #e4a8c1;
}
.footer_text {
	min-width: 140px;
}
.footer_top .container{
	position: relative;
}
.footer-top-bg{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.footer-top-bg {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 1;
	margin-top: -50px;
}
.footer_nav {
	margin-top: 34px;
}
.copyright {
	margin-top: 12px;
	margin-right: 20px;
}
.footer_subnav {
	margin-top: 12px;
}
.footer_subnav li{
	margin-right: 28px;
	position: relative;
}
.footer_nav a {
	-webkit-transition: .3s opacity;
	-moz-transition: .3s opacity;
	-ms-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
}
.footer_nav a:hover {
	color: #fff !important;
	opacity: 1 !important;
}
.footer_bottom a {
	color: #000;
	text-decoration: none !important;
}
.footer_bottom a:hover {
	color: #000;
	opacity: 1 !important;
}
.footer_nav:hover a{
	opacity: .5;
}
.footer_logo{
	width: 99px;
	position: absolute;
	top: -15px;
	right: -10px;
	z-index: 1;
}
.footer_contact {
	margin-left: 10px;
	position: relative;
}
.footer_contact .footer_text {
	padding-right: 100px;
}
.footer_bottom {
	overflow: hidden;
	padding: 50px 0;
}
.footer_bottom .row + .row {
	margin-top: 60px;
}
.footer_subnav li ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 120;
	display: none;
	list-style: none;
	min-width: 100%;
}
.footer_subnav li:hover ul {
	display: block;
	top: auto;
	bottom: 100%;
	background-color: #fff;
}

/* burger menu */
.open_main_menu {
	border: 0;
	color: #343434;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	background:none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	padding: 0;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 10;
}
.open_main_menu .lines {
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: relative;
	top: -3px;
}
.opened_menu .open_main_menu .lines {
	background: transparent;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.open_main_menu .lines:before, .open_main_menu .lines:after {
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #fff;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	position: absolute;
	left: 0;
	content: '';
	-moz-transform-origin: 0.28571em center;
	-ms-transform-origin: 0.28571em center;
	-o-transform-origin: 0.28571em center;
	-webkit-transform-origin: 0.28571em center;
	transform-origin: 0.28571em center;
}
.opened_menu .open_main_menu .lines:before, .opened_menu .open_main_menu .lines:after {
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: #fff;
}
.open_main_menu .lines:after {
	top: 9px;
}
.open_main_menu .lines:before {
	top: -9px;
}
.opened_menu .open_main_menu .lines:before {
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.opened_menu .open_main_menu .lines:after {
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-o-transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
.footer_text_title{
	margin-bottom: 10px;
}
.opened_menu{
	overflow: hidden;
}

/*Bootstrap-select v1.13.14*/

@-webkit-keyframes bs-notify-fadeOut {
	0% {
		opacity: 0.9;
	}
	100% {
		opacity: 0;
	}
}
@-o-keyframes bs-notify-fadeOut {
	0% {
		opacity: 0.9;
	}
	100% {
		opacity: 0;
	}
}
@keyframes bs-notify-fadeOut {
	0% {
		opacity: 0.9;
	}
	100% {
		opacity: 0;
	}
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
	display: none !important;
}
.bootstrap-select {
	width: 220px \0;
	/*IE9 and below*/
	vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
	position: relative;
	width: 100%;
	text-align: right;
	white-space: nowrap;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
	margin-top: -7px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
	color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
	color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
	position: absolute !important;
	bottom: 0;
	left: 50%;
	display: block !important;
	width: 0.5px !important;
	height: 100% !important;
	padding: 0 !important;
	opacity: 0 !important;
	border: none;
	z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
	top: 0;
	left: 0;
	display: block !important;
	width: 100% !important;
	z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
	border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
	border-color: #28a745;
}
.bootstrap-select.fit-width {
	width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 220px;
}
.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
	height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
	width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
	float: none;
	z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
	width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
	float: none;
	display: inline-block;
	margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
	float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
	margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
	padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
	padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
	padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
	width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
	cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
	outline: none !important;
}
.bootstrap-select.bs-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 0 !important;
	padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
	z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
	position: static;
	top: 0;
	left: 0;
	float: left;
	height: 100%;
	width: 100%;
	text-align: left;
	overflow: hidden;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
	padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
	position: absolute;
	padding-top: inherit;
	padding-bottom: inherit;
	padding-left: inherit;
	float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
	padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
	width: 0 !important;
	float: left;
	opacity: 0 !important;
	overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
	border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
	width: 100%;
}
.bootstrap-select .dropdown-menu {
	min-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
	outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
	position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
	color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
	cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
	display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
	display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
	padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	pointer-events: none;
	opacity: 0.9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
	-webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
	-o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
	animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
	white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
	position: static;
	display: inline;
	padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
	display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
	content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
	margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
	content: '';
	display: block;
	width: 0.5em;
	height: 1em;
	border-style: solid;
	border-width: 0 0.26em 0.26em 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
	z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, 0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
	bottom: auto;
	top: -4px;
	border-top: 7px solid rgba(204, 204, 204, 0.2);
	border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
	bottom: auto;
	top: -4px;
	border-top: 6px solid white;
	border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
	right: 12px;
	left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
	right: 13px;
	left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
	display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
	padding: 4px 8px;
}
.bs-actionsbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
	width: 50%;
}
.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bs-donebutton .btn-group button {
	width: 100%;
}
.bs-searchbox + .bs-actionsbox {
	padding: 0 8px 4px;
}
.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */

.filter-block .bootstrap-select:not(.input-group-btn), .filter-block .bootstrap-select[class*="col-"], .sort-block .bootstrap-select{
	vertical-align: top;
}
.filter-block .form-control{
	background: transparent;
	border: 0;
	font-size: 50px;
	padding: 0;
	height: auto;
	font-weight: 800;
}
.dark-bg .filter-block .form-control {
	color: #fff !important;
}
.filter-block .form-control:after{

}
.filter-block .bootstrap-select > .dropdown-toggle:before, .sort-block .bootstrap-select > .dropdown-toggle:before, .sort-block .bootstrap-select > .dropdown-toggle:after{
	display: none;
}
.sort-title{
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.sort-block .form-control{
	color: #e4a8c1 !important;
	background: transparent;
	border: 0;
	padding: 0;
	text-transform: initial;
	font-family: 'Sen', sans-serif;
	font-size: 22px;
	font-weight: normal;
	height: auto;
	margin-right: 0;
}
.filter-row{
	margin-bottom: 160px;
	position: relative;
	z-index: 10;
}
.filter-block, .sort-block{
	margin-bottom: 40px;
	position: relative;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff !important;
	background-color: #562fb9;
}
.filter-block .form-control:after {
	display: block;
	width: 24px;
	height: 24px;
	border: 3px solid;
	border-bottom: 0;
	border-left: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: 0;
	position: absolute;
	right: 0;
	top: 9px;
	margin-top: 0 !important;
}

.bob-aminate{
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/*PAGE*/
/*intro-section-wrap*/
.intro-section-wrap{
	overflow: hidden;
	padding-bottom: 130px;
}
.intro-block-wrap {
	height: calc(100vh - 100px);
	display: flex;
	align-items: flex-end;
	min-height: 625px;
}
.intro-section {
	height: calc(100vh - 100px);
	position: relative;
	min-height: 625px;
}
.intro-block {
	display: flex;
	flex-flow: column;
	min-height: 35%;
	justify-content: space-between;
	padding-bottom: 32px;
	line-height: 1.4;
	max-width: 535px;
}
#menu-footer-menu li {
	margin-right: 10px;
}
.intro-section-img{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	max-width: 45%;
}
.intro-section-img img{
	max-height: 67vh;
}
.intro-section-img:before {
	position: absolute;
	width: 110%;
	height: 105%;
	content: '';
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	transform: rotate(-4deg);
	background-color: #000;
	left: -66px;
	top: 32px;
	z-index: -1;
}
.intro-red-bg .intro-section-img:before {
	background-color: #e4a8c1;
}
.intro-dark-bg .intro-section-img:before {
	background-color: #000;
}

/*our-team-section*/
.our-team-section{
	padding: 60px 0;
}
.team-block{
	padding: 30px 0 155px;
}
.accordion>.card>.card-header {
	margin-bottom: 0;
}
.accordion .card{
	border: 0;
	border-radius: 0;
}
.accordion .card + .card{
	margin-top: 55px;
}
.accordion .card-header {
	padding: 0;
	background-color: transparent;
	border: 0;
}
.accordion .card-header button{
	border: 0;
	background: transparent;
	border-bottom: 2px solid #000;
	width: 100%;
	text-align: left;
	padding: 10px 50px 10px 0;
	position: relative;
}
.accordion .card-body {
	padding: 55px 0 1px;
}
.accordion .card-body img{
	margin-right: 80px;
}
.accordion .card-header button .icon-collapse{
	position: absolute;
	right: 0;
	top: 14px;
	line-height: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .3s transform;
	-moz-transition: .3s transform;
	-ms-transition: .3s transform;
	-o-transition: .3s transform;
	transition: .3s transform;
}
.accordion .card-header button.collapsed .icon-collapse{
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.our-team-section .section_block {
	max-width: 87%;
}
.our-team-section .row > div:last-of-type .section_block {
	margin-left: auto;
}
.icon-collapse img{
	margin: 0 !important;
}
.accordion .accordion .icon-collapse {
	width: 22px;
	height: 22px;
	right: 5px !important;
	top: 18px !important;
}
.accordion .accordion .card-header button {
	border-bottom: 1px solid #000;
}
.accordion .accordion .card + .card {
	margin-top: 20px;
}
.faq-section .accordion .card-body{
	padding-top: 30px;
}
.accordion .accordion .card-body {
	padding: 40px 0 1px;
}

/*CONTACT*/
.contact-intro a {
	font-family: "acumin-pro-condensed", sans-serif;
	font-size: 35px;
	font-weight: 800;
	line-height: 1.43;
	margin-bottom: 10px;
}
.dark-bg a:not(.btn) {
	color: #fff !important;
}
.map-section {
	padding: 186px 0 170px;
}
.map {
	width: 100%;
	height: 500px;
	max-width: 797px;
}
.work-time {
	width: 508px;
	max-width: 100%;
}
.work-time table {
	width: 100%;
}
.work-time td {
	border: 0;
	border-bottom: 2px solid #fff;
	font-size: 35px;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.04;
	padding: 10px 5px 5px;
}
.work-time td:first-child {
	padding-left: 0;
}
.work-time td:last-child {
	padding-right: 0;
	color: #e4a8c1;
	text-align: right;
}
.footer_signup {
	max-width: 367px;
}
.contact-form .footer_signup_form {
	max-width: 100%;
}
.contact-form .footer_signup_control {
	border-bottom: solid 1px #000;
	font-size: 22px;
	letter-spacing: normal;
	color: #000;
	padding-right: 110px;
	height: 40px;
}
.contact-form .footer_signup_btn {
	font-size: 22px;
	color: #000;
	top: 8px;
}
.contact-form .footer_signup_control::-webkit-input-placeholder {
	color:#000;
}
.contact-form .footer_signup_control:-moz-placeholder {
	color:#000;
}
.contact-form .footer_signup_control:-moz-placeholder {
	color:#000;
}
.contact-form .footer_signup_control:-ms-input-placeholder{
	color:#000;
}

/*HELP*/
.filter-block .bootstrap-select.fit-width .dropdown-toggle .filter-option {
	padding-bottom: 5px;
	padding-right: 30px;
}
.filter-block .filter-option-inner-inner:before {
	top: 100%;
	height: 3px;
	width: calc(100% - 42px);
	left: 0;
	background-color: #e4a8c1;
	-webkit-transition: 0.5s ease all .3s;
	-moz-transition: 0.5s ease all .3s;
	-ms-transition: 0.5s ease all .3s;
	-o-transition: 0.5s ease all .3s;
	transition: 0.5s ease all .3s;
	content: "";
	position: absolute;
	opacity: 1;
}
.filter-block .form-control:hover .filter-option-inner-inner:before{
	width: 0;
	opacity: 0;
}
.help_section .block_title{
	min-height: 111px;
}
.help_section .home_advice_item{
	margin-bottom: 105px;
}
.help_section{
	margin-top: -134px;
	padding-bottom: 70px;
}
.home_advice_info {
	font-size: 16px;
	letter-spacing: -0.12px;
	margin-bottom: 18px;
}
.home_advice_info span + span:before {
	content: '|';
	padding: 0 11px;
}
.home_advice_item {
	width: 331px;
	margin: 0 auto 15px;
	max-width: 100%;
}
.home_advice_img {
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 35px;
}
.home_advice_img img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s transform;
	-moz-transition: .3s transform;
	-ms-transition: .3s transform;
	-o-transition: .3s transform;
	transition: .3s transform;
}
.help_section .home_advice_item {
	margin-bottom: 60px;
}
.home_advice_row>div:nth-child(3n+1) .home_advice_item {
	margin-left: 0;
}
.home_advice_row>div:nth-child(3n+3) .home_advice_item {
	margin-right: 0;
}
.line_section {
	padding: 11px 0 17px;
	text-align: center;
	display: block;
	color: #000 !important;
	-webkit-transition: .3s background-color;
	-moz-transition: .3s background-color;
	-ms-transition: .3s background-color;
	-o-transition: .3s background-color;
	transition: .3s background-color;
}
.dropdown-menu {
	margin-top: 35px;
	color: #fff;
	background-color: #000;
	background-clip: padding-box;
	border: 0;
	border-radius: 0;
	padding: 14px 30px;
	font-size: 50px;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.06;
	left: -30px !important;
}
.dropdown-menu .dropdown-item{
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.5);
	background-color: transparent !important;
	color: #fff;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 800;
	font-size: 35px;
	padding: 15px 0;
	-webkit-transition: .3s color;
	-moz-transition: .3s color;
	-ms-transition: .3s color;
	-o-transition: .3s color;
	transition: .3s color;
}
.dropdown-menu li:last-of-type .dropdown-item{
	border-bottom: 0;
}
.dropdown-menu .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
	color: #e4a8c1 !important;
}
.home_advice_item:hover .home_advice_img img {
	-webkit-transform: translateZ(0) scale(1.1);
	-moz-transform: translateZ(0) scale(1.1);
	-ms-transform: translateZ(0) scale(1.1);
	-o-transform: translateZ(0) scale(1.1);
	transform: translateZ(0) scale(1.1);
}

/*FULL NEWS*/
.news-full-intro{
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.news-full-intro .intro-block-wrap {
	height: 100vh;
	padding-top: 130px;
}
.news-full-intro .intro-block {
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.full-news-description{
	padding: 90px 0 65px;
}
.home_advice_img{
	overflow: hidden;
	width: 331px;
	height: auto;
	margin-bottom: 18px;
	max-width: 100%;
}
.home_advice_img img{
	margin-bottom: 0;
}
.home_advice_img img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s transform;
	-moz-transition: .3s transform;
	-ms-transition: .3s transform;
	-o-transition: .3s transform;
	transition: .3s transform;
}
.home_advice_item:hover .home_advice_img img {
	-webkit-transform: translateZ(0) scale(1.1);
	transform: translateZ(0) scale(1.1);
}

/*CONTENT*/

.content .home_advice_info{
	font-size: 13px;
	margin-right: 13px;
}
.content  .home_advice_info span + span:before {
	padding: 0 3px 0 5px;
}
.shares-block {
	font-size: 13px;
	display: none!important;
}
.shares-block a{
	color: #000 !important;
	margin-right: 12px;
	padding-bottom: 5px;
}
.slider-count {
	position: absolute;
	top: 40px;
	left: 30px;
}
.content-60{
	width: 60%;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 800;
}
.content h2 {
	font-size: 50px;
	margin: 0 0 20px;
	text-transform: uppercase;
	line-height: 1.04;
}
.content h3 {
	font-size: 35px;
	margin: 0 0 20px;
	text-transform: uppercase;
	line-height: 1.06;
}
.content h4 {
	font-size: 30px;
	margin: 0 0 20px;
	text-transform: uppercase;
	line-height: 1.08;
} 
.custom_block a:not(.btn),
.content a:not(.btn){
	display: inline;
	background-image: linear-gradient(#ebb1c9, #edb3cb);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	-webkit-transition: background-size .3s;
	-moz-transition: background-size .3s;
	-ms-transition: background-size .3s;
	-o-transition: background-size .3s;
	transition: background-size .3s;
	color: #000 !important;
}
.dark-bg .content a:not(.btn){
	color: #fff !important;
}
.pink-bg .custom_block a:not(.btn),
.custom_block .lgbt-service a:not(.btn){
	background-image: linear-gradient(#000, #000);
}
.custom_block a:hover,
.content a:hover {
	background-size: 0 2px;
}
.figure-caption{
	font-size: 13px;
	margin: 10px 0;
	color: #000;
}
.default_btn.slick-arrow{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	border: 0;
	color: #fff;
	z-index: 5;
	font-size: 32px;
}
.slick-prev.default_btn{
	left: 30px;
}
.slick-next.default_btn{
	right: 30px;
}
.block_title > ol{
	margin-left: 30px;
	margin-bottom: 30px;
}
.block_title > ol > li{
	margin-bottom: 34px;
}
.news-slide-img > a {
	display: block;
}
.news-slide-img > a:before{
	display: none !important;
}
.news-slider .slick-slide img {
	display: block;
	width: 100%;
}
.video_wrapper {
	position: relative;
}
.videoIframe {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.videoPoster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}
.videoPoster:hover {
	cursor: pointer;
}
.videoPoster:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -60px;
	border-radius: 10px;
	background-image: url(../images/play.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 113px;
	height: 113px;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	transition: opacity 300ms;
	opacity: 1;
}
.videoPoster:hover:before,  .videoPoster:focus:before {
	opacity: .8;
}
.videoPoster:hover:after, .videoPoster:focus:after {
	opacity: .8;
}
.videoWrapperActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}
.img-content-block{
	margin: 0 -35px;
}
.img-content-block:after{
	display: table;
	clear: both;
	content: '';
}
.img-content-block .figure{
	padding: 0 35px;
	float: left;
}
.related-articles-section {
	padding: 144px 0 130px;
}
.news-full-intro .container {
	position: relative;
}
.full-news-img {
	position: absolute;
	right: 0;
	width: 42%;
	bottom: 100px;
}

.page404 {
	padding: 342px 0 272px;
	text-align: center;
	background-color: #c9edfb;
}
.page404-img, .page404-desc{
	display: inline-block;
	vertical-align: middle;
}
.page404-img {
	padding-top: 6px;
}
.page404-desc {
	padding-left: 76px;
	text-align: left;
}
.page404-desc .section_title {
	margin: 0 0 23px;
}
.page404-desc .btn{
	margin-top: 35px;
	min-width: 168px;
}

/*SUPPORT*/
.support-immediately {
	margin-top: -130px;
	padding-top: 170px;
	padding-bottom: 85px;
}
.support-immediately .container {
	position: relative;
}
.support-imm-block p{
	margin-bottom: 22px;
}
.support-imm-block .content-list {
	max-width: 445px;
}
.support-imm-block ul li {
	margin-bottom: 31px;
}
.support_btn {
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 700;
	position: absolute;
	right: 127px;
	bottom: 208px;
	/*font-size: 45px;*/
	/*line-height: 1;*/
	/*background-color: #c8edfa;*/
	/*color: #fff !important;*/
	/*-webkit-transform: rotate(-6deg);*/
	/*-moz-transform: rotate(-6deg);*/
	/*-ms-transform: rotate(-6deg);*/
	/*-o-transform: rotate(-6deg);*/
	/*transform: rotate(-12deg);*/
	/*padding: 11px 20px 15px;*/
	/*border: 5px solid #fff;*/
	/*-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);*/
	/*-moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);*/
	/*box-shadow: 0 1px 10px rgba(0,0,0,.4);*/
	/*text-shadow: 2px -2px 0 rgb(132, 212, 214);*/
	/*letter-spacing: -2px;*/
	display: inline-block;
	-webkit-transition: .3s background-color;
	-moz-transition: .3s background-color;
	-ms-transition: .3s background-color;
	-o-transition: .3s background-color;
	transition: .3s background-color;
}
/*
.support_btn:hover {
	background-color: #a0edfa;
}
.support_btn:hover:before {
	border-top-color: #a0edfa;
}
.support_btn:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	border-top: 26px solid #c8edfa;
	border-left: 46px solid transparent;
	margin-top: -1px;
	z-index: 3;
	-webkit-transition: .3s border-top-color;
	-moz-transition: .3s border-top-color;
	-ms-transition: .3s border-top-color;
	-o-transition: .3s border-top-color;
	transition: .3s border-top-color;
}
.support_btn:after {
	content: '';
	position: absolute;
	top: 100%;
	left: -4px;
	border-top: 29px solid #fff;
	border-left: 56px solid transparent;
	margin-top: 5px;
	z-index: 2;
}
*/
.support_btn>span {
	position: relative;
}
.support_btn>span:before {
	content: '';
	position: absolute;
	top: 100%;
	left: -27px;
	border-top: 30px solid #000;
	border-left: 62px solid transparent;
	margin-top: 18px;
	z-index: 2;
	-ms-filter: blur(6px);
	filter: blur(6px);
	opacity: .4;
}
.support-img-1 {
	position: absolute;
	z-index: 1;
	bottom: 35px;
	right: 68px;
	width: 139px;
}
.scale-images{
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
.scale-images:hover{
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate
}
.health-service {
	position: relative;
	padding: 90px 0 91px;
	margin-left: -50px;
	max-width: 520px;
}
.health-service p:last-of-type {
	margin-bottom: 0;
}
.health-service:before {
	position: absolute;
	top: -34px;
	left: -64px;
	right: 0;
	bottom: -21px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-2deg);
	z-index: -1;
	background-color: #c8edfa;
	content: '';
}
.health-service:after {
	top: -78px;
	right: 7px;
	border-top: 0;
	border-left: 0;
	border-right: 138px solid transparent;
	border-bottom: 37px solid #c8edfa;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-2deg);
	position: absolute;
	content: '';
}
.health-service-img-1 {
	position: absolute;
	bottom: -62px;
	right: 27px;
	z-index: 2;
}
.home-services .custom_block ul:not([class]) li {
	margin-bottom: 0;
}
.intro-blue-bg .intro-section-img:before {
	background-color: #c8edfa;
}

/*SERVICE*/
.services-section {
	padding: 155px 0 160px;
	margin-top: -130px;
}
.services-section .section-head .section_title {
	margin-top: 5px;
}
.section_title_text {
	max-width: 570px;
	margin-left: auto;
}
.services-tab {
	padding-top: 200px;
	margin: 0 -15px 92px;
	position: relative;
}
.services-tab:before {
	position: absolute;
	left: 60px;
	right: 60px;
	height: 3px;
	top: 217px;
	content: '';
	z-index: 1;
	background-color: #fff;
}
.services-tab .nav-tabs {
	border-bottom: 0;
	position: relative;
}
.services-tab .nav-tabs .nav-link:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -18px;
	width: 35px;
	height: 35px;
	border: solid 3px #fff;
	background-color: #000;
	-webkit-transition: .3s background-color, .3s border-color;
	-moz-transition: .3s background-color, .3s border-color;
	-ms-transition: .3s background-color, .3s border-color;
	-o-transition: .3s background-color, .3s border-color;
	transition: .3s background-color, .3s border-color;
	content: '';
	border-radius: 50%;
	z-index: 2;
}
.services-tab .nav-tabs .nav-link:after {
	bottom: 100%;
	width: 1px;
	left: 50%;
	position: absolute;
	content: '';
	background-color: #fff;
	z-index: 2;
	height: 55px;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	margin-left: -1px;
}
.services-tab .nav-tabs .nav-link {
	border: 0 !important;
	padding-top: 62px;
	position: relative;
	text-align: center;
	line-height: 1.27;
}
.services-tab .nav-tabs .nav-item.show .nav-link, .services-tab .nav-tabs .nav-link.active {
	color: #fff;
	background-color: transparent;
}
.services-tab .nav-tabs .nav-item.show .nav-link:before, .services-tab .nav-tabs .nav-link.active:before, .services-tab .nav-tabs .nav-link:hover:before{
	background-color: #e4a8c1;
	border-color: #e4a8c1;
}
.services-tab .nav-tabs .nav-item.show .nav-link:after, .services-tab .nav-tabs .nav-link.active:after{
	height: 107px;
}
.services-tab .nav-tabs .nav-item.show .nav-link:after, .services-tab .nav-tabs .nav-link.active:after, .services-tab .nav-tabs .nav-link:hover:after {
	background-color: #e4a8c1;
}
.services-tab .nav-link .block_title {
	position: absolute;
	bottom: 100%;
	margin-bottom: 76px;
	width: 50px;
	text-align: center;
	display: inline-block;
	left: 50%;
	margin-left: -25px;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.services-tab .nav-link.active .block_title, .services-tab .nav-link:hover .block_title {
	color: #e4a8c1;
}
.services-tab .nav-link.active .block_title {
	margin-bottom: 126px;
}
.services-section .block_title {
	line-height: 1.23;
}
.services-tab-content {
	font-size: 35px;
	font-weight: 900;
	line-height: 1.23;
	text-transform: uppercase;
	font-family: "acumin-pro-condensed", sans-serif;
	min-height: 180px;
}
.services-tab-content .fade {
	transition: opacity .35s linear;
}
.services-tab-content .tab-pane {
	position: relative;
	overflow: hidden;
}
/*about-services*/
.about-services {
	padding: 110px 0 90px;
}
.about-services-img {
	position: relative;
	height: 355px;
	width: 320px;
	margin: 0 auto 130px;
}
.about-services-block {
	max-width: 94.3%;
}
.about-services-img-1, .about-services-img-2, .about-services-img-3 {
	position: absolute;
	z-index: 1;
}
.about-services-img-1 {
	bottom: 180px;
	right: 88px;
	width: 180px;
}
.about-services-img-2 {
	bottom: 0;
	right: 157px;
}
.about-services-img-3 {
	bottom: 65px;
	right: 5px;
	max-width: 120px;
}
.about-services-reg {
	margin-top: 155px;
}
.reg_now_btn{
	text-shadow: 2px 2px 1px #589ca0;
	margin-left: 53px;
	height: 84px;
	padding: 11px 24px 11px;
	color: #fff !important;
	font-size: 56px;
	letter-spacing: -2px;
	background-color: #95d2d4;
}
.reg_now_btn:hover {
	background-color: #6cd4d0;
}
.reg_now_btn:before {
	border-top: 42px solid transparent;
	border-bottom: 42px solid transparent;
	border-left: 20px solid #95d2d4;
}
.reg_now_btn:hover:before {
	border-left-color: #6cd4d0;
}
.about-services-img-4{
	margin-top: 35px;
	margin-left: 88px;
}
.services-pep .btn {
	min-width: 148px;
}
.lgbt-service {
	position: relative;
	padding: 77px 0 40px;
	margin-left: -50px;
	max-width: 450px;
}
.lgbt-service:before {
	position: absolute;
	top: 0;
	left: -75px;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-2deg);
	z-index: -1;
	background-color: #e4a8c1;
	content: '';
}
.lgbt-service:after {
	top: -59px;
	right: 10px;
	border-top: 0;
	border-left: 0;
	border-right: 118px solid transparent;
	border-bottom: 53px solid #e4a8c1;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-2deg);
	position: absolute;
	content: '';
}
.lgbt-service li {
	margin-bottom: 0 !important;
}

/*CABINET*/
.cabinet-page .header_nav, .cabinet-page .btn:before {
	display: none !important;
}
.cabinet-page .section-head {
	font-size: 15px;
	line-height: 1.33;
	padding: 0 6px;
}
.cabinet-page .section-head .block_title {
	margin-bottom: 32px;
}
.cabinet-page .custom_block {
	max-width: 422px;
	padding-top: 120px;
}
.cabinet-page .form-group {
	position: relative;
	margin-bottom: 24px;
}
.form-label {
	font-size: 13px;
	position: absolute;
	z-index: 1;
	top: 11px;
	left: 12px;
	letter-spacing: -0.1px;
	color: #545454;
}
.cabinet-page .form-control{
	height: 60px;
	border: solid 1px #acacac;
	border-radius: 0;
	padding: 20px 12px 0;
	font-size: 18px;
	color: #000;
}
.cabinet-page .blue-bg .form-control {
	border: solid 1px #fff;
}
.cabinet-page .btn {
	height: 60px;
	margin-right: 0;
	padding: 20px 10px;
}
.sm-link {
	font-size: 14px;
	color: #000 !important;
	padding-bottom: 5px;
}
.sm-link:hover{
	background-size: 100% 3px;
}

/*ACCOUNT*/
.account-section-head {
	padding-top: 242px;
	padding-bottom: 92px;
	min-height: 468px;
}
.account-section-head .container {
	position: relative;
}
.account-section-head .bhead div{
	margin-bottom: 3px;
}
.account-section-head .bhead .section_title {
	word-spacing: 7px;
}
.account-nav .nav-item {
	width: 50%;
	text-align: center;
}
.account-nav .nav-link {
	border-top: solid 1px #979797;
	border-bottom: solid 1px #979797;
	border-radius: 0;
	color: #000;
	font-family: "acumin-pro-condensed", sans-serif;
	font-size: 19px;
	font-weight: 800;
	padding: 24px;
}
.account-nav .nav-item + .nav-item .nav-link {
	border-left: solid 1px #979797;
}
.tab-pane-block {
	max-width: 1010px;
	padding: 96px 15px;
	margin: 0 auto;
}
.account-nav.nav-pills .nav-link.active, .account-nav.nav-pills .show>.nav-link {
	color: #000;
	background-color: #fff;
}
.tab-pane-intro {
	margin-bottom: 72px;
	max-width: 90%;
}
.block_title.line_bottom {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 32px;
}
.account-name-email {
	margin-bottom: 70px;
}
.account-name-email p{
	margin-bottom: 12px;
	word-spacing: 7px;
}
.account-form{
	margin-top: 61px;
}
.account-form .form-group {
	margin-bottom: 42px;
}
.account-form .form-row .form-group {
	max-width: 439px;
}
.account-form .form-row .col-md-6:last-child {
	margin-left: auto;
}
.checkbox-group {
	padding-top: 40px;
	padding-bottom: 20px;
}
.check-list-block {
	position: relative;
	padding-right: 40px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 33px;
}
.check-list-block:last-of-type {
	margin-bottom: 22px;
}
.check-list-block .custom-control {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -3px;
}
.custom-checkbox .custom-control-label::before {
	border-radius: 50%;
}
.custom-control-input {
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.custom-control-label::before {
	width: 24px;
	height: 24px;
	border: #000 solid 1px !important;
	box-shadow: none !important;
	background-color: transparent !important;
	top: 0;
	left: -24px;
}
.custom-control-label::after {
	position: absolute;
	top: 7px;
	left: -17px;
	display: block;
	width: 10px;
	height: 10px;
	content: "";
	background: #000;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: .3s opacity;
	-moz-transition: .3s opacity;
	-ms-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
}
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #000;
	background-color: transparent;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: none;
	opacity: 1;
}
.custom-control-label {
	cursor: pointer;
}
.all-check {
	color: #000 !important;
	background-size: 100% 3px;
	padding-bottom: 6px;
}
.all-check:hover {
	background-size: 0 3px;
}
.all-check .all-check-deselect {
	display: none;
}
.all-check.checked .all-check-select {
	display: none;
}
.all-check.checked .all-check-deselect {
	display: inline;
}
.account-section .accordion .card + .card {
	margin-top: 15px;
}
.all-check-wrap {
	text-align: right!important;
	margin-top: -10px;
}
.account-section .accordion {
	margin-bottom: 44px;
}
.form-row .form-label {
	left: 17px;
}

.preloader_show .preloader {
	display: flex;
}
.preloader {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loading_line {
	height: 11px;
	background: #000;
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-ms-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
	bottom: 0;
	left: 0;
	position: absolute;
}
.loading-btn{
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 700;
	position: relative;
	font-size: 38px;
	line-height: 1;
	background-color: #000;
	color: #fff;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	transform: rotate(-6deg);
	padding: 11px 20px 15px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
	box-shadow: 0 1px 10px rgba(0,0,0,.4);
	display: inline-block;
}
.bob-aminate{
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
@-webkit-keyframes float{
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
@-moz-keyframes float{
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes float {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
.loading-btn>span{
	position: relative;
}
.loading-btn:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	border-top: 24px solid #000;
	border-left: 46px solid transparent;
	margin-top: -1px;
	z-index: 3;
}
.loading-btn:after{
	content: '';
	position: absolute;
	top: 100%;
	left: -4px;
	border-top: 29px solid #fff;
	border-left: 56px solid transparent;
	margin-top: 4px;
	z-index: 2;
}
.loading-btn>span:before{
	content: '';
	position: absolute;
	top: 100%;
	left: -27px;
	border-top: 30px solid #ccc;
	border-left: 62px solid transparent;
	margin-top: 18px;
	z-index: 2;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.loading-percent {
	display: inline-block;
	width: 54px;
	text-align: center;
}
.hide {
	display: none!important;
}

label.error {
	position: absolute;
	bottom: -27px;
	font-size: 10px;
	color: red;
}
.error_message {
	color: #e4a8c1;
	text-align: center;
	font-size: 18px;
	margin: 10px 0 0;
}
.thanks_form {
	font-size: 20px;
	display: none;
}
@media (min-width: 768px) {
	.visible_xs {
		display: none!important;
	}
}
@media (min-width: 1200px) {
	.visible_md {
		display: none!important;
	}
}

@media (max-width: 1670px) {
	.page_title, .intro-block .page_title {
		font-size: 112px;
	}
}

@media (min-width: 1200px) and  (max-height: 900px){

}
@media (min-width: 1200px) and  (max-height: 800px){
	.page_title {
		font-size: 80px;
	}
	.header_bottom {
		padding: 25px 0;
	}
}
@media (min-width: 1200px) and  (max-height: 700px){

}

@media (max-width: 1350px) {
	.footer_box {
		margin-left: 30px;
	}
	.footer_contact {
		margin-right: 0;
	}
	.img-content-block{
		margin: 0 -15px;
	}
	.img-content-block .figure{
		padding: 0 15px;
	}
	.health-service, .lgbt-service {
		margin-left: 0;
	}
	.health-service:before {
		left: -40px;
		right: -40px;
	}
	.health-service:after {
		right: -33px;
	}
}
@media (max-width: 1296px) {

}
@media (max-width: 1199px) {
	body {
		font-size: 18px;
	}
	.page_title {
		font-size: 80px;
		margin: 0 0 30px;
	}
	.section_title {
		font-size: 42px;
	}
	.home-about .section_title {
		max-width: 720px;
	}
	.home-about-img-1 {
		right: 14px;
	}
	.home-about-img-2 {
		right: 142px;
	}
	.home-about-img-3 {
		right: 10px;
	}
	.footer_text {
		min-width: auto;
	}
	.home-support-text {
		width: 350px;
	}
	.header_nav {
		margin-top: 0;
	}
	.custom_block, .custom_section {
		height: auto;
		padding-top: 64px;
		padding-bottom: 64px;
		min-height: 90vh;
	}
	.custom_block > div > ul:last-of-type {
		margin-bottom: 0;
	}
	.header_menu li a {
		font-size: 20px;
	}
	.accordion .accordion .icon-collapse {
		top: 14px !important;
	}
	.map-section {
		padding: 80px 0 120px;
	}
	.filter-block .form-control {
		font-size: 42px;
	}
	.filter-block .form-control:after {
		width: 20px;
		height: 20px;
		top: 7px;
	}
	.help_section {
		padding-bottom: 20px;
	}
	.full-news-img {
		width: 50%;
	}
	.full-news-img {
		bottom: 15px;
	}
	.health-service {
		margin-left: 40px;
		max-width: 360px;
		padding: 50px 0;
	}
	.health-service:before {
		top: -37px;
		bottom: -18px;
	}
	.health-service-img-1 {
		right: 0;
		width: 120px;
	}
	.lgbt-service {
		max-width: 350px;
		margin: 0 auto;
	}
	.lgbt-service:before {
		left: -45px;
	}
	.lgbt-service:after {
		top: -57px;
	}
	.services-section {
		padding: 185px 0 120px;
	}
	.services-section .section-head {
		margin-bottom: 0;
	}
	.services-tab-content {
		font-size: 26px;
	}
}
@media (max-width: 1040px) {
	.down-btn{
		left: 15px;
	}
}
@media (max-width: 991px) {
	.custom_block, .custom_section {
		min-height: 80vh;
	}
	.header_logo svg {
		width: 126px;
	}
	.header_menu li a {
		font-size: 17px;
	}
	.home-about .section_title {
		max-width: 585px;
	}
	.home-support .section_title {
		max-width: 150px;
	}
	.home-support-text {
		width: auto;
	}
	.footer_signup {
		margin-bottom: 50px;
	}
	.footer_box {
		margin-left: 0;
	}
	.footer_nhs {
		max-width: 150px;
	}
	.home-team-img {
		margin-left: 0;
		max-width: 90%;
	}
	.page_title {
		font-size: 68px;
	}
	.intro-section {
		height: 600px;
		min-height: 600px;
	}
	.intro-block-wrap {
		height: 600px;
	}
	.team-block .card-body img {
		margin-right: 20px;
	}
	.footer_signup_form {
		max-width: 100%;
	}
	.contact-intro a {
		font-size: 22px;
	}
	.content-60 {
		width: 100%;
	}
	.news-full-intro {
		overflow: hidden;
		background-position: 80% 50%;
	}
	.full-news-img {
		min-width: 100%;
		min-height: 100%;
		z-index: 1;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
		max-width: initial;
		bottom: 0;
	}
	.news-full-intro .intro-block {
		min-height: auto;
	}
	.page404 {
		padding: 220px 0 120px;
	}
	.page404-img {
		padding-top: 0;
		margin-bottom: 50px;
		display: block;
	}
	.page404-desc {
		padding-left: 0;
		text-align: center;
	}
	.support_btn {
		right: 90px;
	}
	.health-service {
		max-width: 260px;
	}
	.health-service:after {
		top: -77px;
	}
	.health-service-img-1 {
		right: -35px;
	}
	.reg_now_btn {
		margin-left: 0;
		height: 64px;
		font-size: 40px;
	}
	.reg_now_btn:before {
		border-top: 32px solid transparent;
		border-bottom: 32px solid transparent;
	}
	.about-services-img-4 {
		margin-left: 30px;
	}
	.lgbt-service:before {
		left: -30px;
	}
	.about-services-img {
		margin: 0 0 70px;
	}
	.about-services-reg {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 16px;
	}

	.header_top {
		padding: 26px 0 25px;
	}

	.mobile-logo, .mobile-logo svg {
		width: 140px;
	}

	.header_bottom {
		display: none;
	}

	.mobile-menu {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		padding: 92px 15px;
		background-color: #000;
		color: #fff;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .3s opacity, .3s visibility;
		-moz-transition: .3s opacity, .3s visibility;
		-ms-transition: .3s opacity, .3s visibility;
		-o-transition: .3s opacity, .3s visibility;
		transition: .3s opacity, .3s visibility;
	}

	.opened_menu {
		background-color: #000;
	}

	.opened_menu:after {
		position: absolute;
		top: 0;
		height: 120%;
		left: 0;
		background-color: #000;
		width: 100%;
		content: '';
	}

	.opened_menu .mobile-menu {
		opacity: 1;
		visibility: visible;
	}

	.header_menu li {
		margin-left: 0;
		display: block;
		margin-bottom: 10px;
	}

	.header_menu li a {
		font-size: 30px;
		line-height: 1.5;
	}

	.header_top_menu {
		max-width: 480px;
		margin: 0 auto 30px;
	}

	#menu-mobile-above-header-menu {
		margin-right: 37px;
	}

	.header_top_menu li a {
		font-size: 16px;
		padding: 0;
	}

	.header_top_menu > li:not(:last-child) {
		margin-right: 37px;
	}

	.header_top_menu li img {
		display: inline-block;
		vertical-align: 0;
	}

	.header_top_menu li.menu-item-has-children > a:after {
		margin-left: 5px;
	}

	.social_links a {
		margin-left: 0;
		margin-right: 30px;
	}

	.mobile-menu-footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 98;
	}

	.mobile-menu-footer .btn-dark-blue {
		width: 65%;
		float: left;
	}

	.mobile-menu-footer .btn-pink {
		width: 35%;
		float: left;
	}

	.mobile-menu-footer .btn {
		margin: 0;
		padding: 27px 10px;
		height: 74px;
	}

	.mobile-menu-footer .btn:before {
		display: none;
	}

	.header_top_menu li a:hover {
		background: transparent;
		color: #fff;
	}

	.header_top_menu li ul {
		left: -16px;
		top: auto;
		width: 110px;
		bottom: 100%;
		padding-bottom: 5px;
	}

	.header_top_menu li ul li a {
		padding: 5px 16px;
	}

	.header_top_menu li:hover a:after {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.header_menu li a {
		color: #fff;
	}

	.header_menu li a:after {
		background: #fff;
	}

	.header_menu {
		max-width:480px;
		margin: 0 auto 30px;
	}

	.mobile-menu .bottom_btn {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 98;
		padding: 20px 10px;
		text-align: center;
		color: #000 !important;
		background-color: #e4a8c1;
	}

	.slide__header {
		align-items: flex-start;
		text-align: center;
	}

	.hero_slide_content {
		padding: 130px 0 50px;
		text-align: center;
		max-width: 520px;
		margin: 0 auto;
	}

	.hero_slide_content .page_title {
		margin-bottom: 16px;
	}

	.slide__header {
		align-items: flex-start;
		text-align: center;
	}

	.tickertape_box {
		height: 42px;
		line-height: 39px;
	}

	.page_title, .intro-block .page_title {
		font-size: 60px;
		margin-bottom: 20px;
	}

	.custom_block, .custom_section {
		min-height: auto;
	}

	.slides-nav {
		right: 0;
		width: 100%;
		justify-content: center;
		bottom: 45px;
	}

	.slice-slides .slides-nav li {
		margin: 0 2px;
	}

	.home-about-img-1 {
		bottom: 130px;
		max-width: 68px;
	}

	.home-about-img-2 {
		bottom: 80px;
		max-width: 55px;
		right: 80px;
	}

	.home-about-img-3 {
		bottom: 50px;
		max-width: 57px;
	}

	.home-about .custom_block {
		min-height: auto;
		padding-right: 135px;
	}

	.container {
		max-width: 510px;
	}

	.appointments-section {
		padding: 66px 0 90px;
	}

	.appointments-section .section_title {
		margin-bottom: 37px;
	}

	.appointments_text {
		max-width: 100%;
		margin: 0 0 37px;
	}

	.cover_bg {
		min-height: 350px;
	}

	.home-team .section_title {
		margin-top: 20px;
		margin-bottom: 44px;
	}

	.home-team .section-head p {
		margin-bottom: 42px;
	}

	.home-support {
		padding: 66px 0 89px;
	}

	.home-support .section_title {
		max-width: 100%;
		margin-bottom: 37px;
	}

	.home-support-text {
		margin-bottom: 37px;
	}

	.home-team .row > div:nth-child(2) .custom_block {
		padding: 20px 0 90px;
	}

	.home-login-section .section_title {
		margin-top: 4px;
		margin-bottom: 48px;
	}

	.home-login-section .section-head {
		margin-bottom: 40px;
	}

	.home-login-section .btn {
		margin-bottom: 8px;
	}

	.footer_nhs {
		max-width: 240px;
		margin: 0 auto;
	}

	.section_title {
		font-size: 40px;
		margin-bottom: 30px;
		line-height: 1.06;
	}

	.block_title {
		font-size: 30px;
	}

	.lg_margin .section_title, .lg_margin.section-head {
		margin-bottom: 42px;
	}

	.home-services {
		padding: 10px 0 0;
	}

	.custom_block p {
		margin-bottom: 20px;
	}

	.home-services .section-head p {
		margin-bottom: 40px;
	}

	.footer_top {
		background-color: #fff;
		color: #000;
		padding: 47px 0 35px;
		position: relative;
	}

	.footer_top:before {
		position: absolute;
		background-color: #000;
		content: '';
		z-index: 0;
		top: 0;
		left: 0;
		height: 278px;
		width: 100%;
	}

	.footer_signup .block_title {
		margin-bottom: 23px;
		max-width: 240px;
		font-size: 30px;
	}

	.footer_top .container {
		position: relative;
		z-index: 1;
	}

	.footer_signup {
		color: #fff;
	}

	.footer_signup_btn {
		font-size: 20px;
		position: relative;
		top: 0;
		margin-top: 25px;
	}

	.footer_top a {
		color: #000;
	}

	.footer_signup {
		margin-bottom: 92px;
	}

	.footer_box .md_title, .footer_contact .md_title {
		margin-bottom: 18px;
	}

	.footer_text_title {
		margin-bottom: 2px;
	}

	.footer_contact .footer_text {
		padding-right: 0;
	}

	.footer_logo {
		width: 73px;
		right: -4px;
	}

	.footer p {
		margin-bottom: 2px;
	}

	.footer_bottom {
		position: relative;
	}

	.footer_bottom:before {
		position: absolute;
		top: 0;
		left: 22px;
		right: 22px;
		content: '';
		background-color: #979797;
		opacity: .5;
		z-index: 1;
		height: 1px;
	}

	.footer_bottom {
		padding: 25px 0;
		font-size: 12px;
		text-align: center;
	}

	.copyright {
		margin-top: 10px;
		margin-right: 0;
	}

	.footer {
		font-size: 12px;
		padding-bottom: 25px;
	}

	.intro-section-wrap {
		overflow: visible;
		padding-bottom: 40px;
	}

	.intro-section {
		padding-top: 80px;
		background-color: transparent !important;
		height: auto;
		position: relative;
		min-height: auto;
	}

	.intro-block-wrap {
		display: block;
		min-height: auto;
		position: relative;
		z-index: 2;
		height: 400px;
	}

	.intro-block {
		display: block;
		min-height: auto;
		padding: 40px 20px 25px;
		position: absolute;
		margin: 0 auto;
		color: #000;
		width: 100%;
		bottom: -110px;
		left: 0;
	}

	.intro-block:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: '';
		-webkit-transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
		-o-transform: rotate(-2deg);
		transform: rotate(-2deg);
		z-index: -1;
	}

	.intro-red-bg .intro-block:before {
		background-color: #e4a8c1;
	}

	.intro-block .page_title {
		margin-bottom: 20px;
	}

	.intro-section-img {
		position: absolute;
		height: 500px;
		overflow: hidden;
		width: 100%;
		max-width: 100%;
		z-index: 1;
		top: 80px;
		left: 0;
	}

	.intro-section-img img {
		position: absolute;
		min-width: 100%;
		min-height: 100%;
		z-index: 1;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 500px;
		max-height: fit-content;
	}

	.intro-section-img:before {
		display: none;
	}

	.intro-section-wrap.empty {
		background-color: #c8edfa;
	}

	.intro-section-wrap.empty .intro-section-img {
		display: none;
	}

	.intro-section-wrap + section, .intro-section-wrap + div {
		padding-top: 160px;
	}

	.our-team-section .section_block {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.our-team-section .row > div:last-of-type .section_block {
		margin-left: 0;
		margin-bottom: 0;
	}

	.team-block .card-body .media {
		display: block;
	}

	.accordion .card-body {
		padding: 30px 15px 1px;
	}

	.team-block .card-body img {
		margin-right: 0;
		max-width: 100%;
		margin-bottom: 30px;
	}

	.accordion .card-header button .icon-collapse {
		top: 17px;
		width: 20px;
	}

	.accordion .card + .card {
		margin-top: 25px;
	}

	.team-block {
		padding: 30px 0 80px;
	}

	.faq-section .accordion .card-body {
		padding-left: 0;
		padding-right: 0;
	}

	.accordion .accordion .icon-collapse {
		width: 16px !important;
		height: 16px;
		right: 1px !important;
	}

	.filter-block .form-control {
		font-size: 40px;
	}

	.intro-white-bg .intro-block:before {
		background-color: #fff;
		color: #000;
	}

	.intro-dark-bg .intro-block {
		color: #fff;
	}

	.intro-dark-bg .intro-block:before {
		background-color: #000;
	}

	.help_section {
		margin-top: 0 !important;
	}

	.home_advice_item {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.filter-block, .sort-block {
		text-align: center;
	}

	.filter-row {
		margin-bottom: 50px;
	}

	.health-page .page_title {
		font-size: 42px;
	}

	.full-news-description {
		padding: 70px 0;
	}

	.news-full-intro .intro-block {
		bottom: 40px;
		padding: 0;
		position: absolute;
	}

	.shares-block {
		display: block !important;
		margin-top: 10px;
	}

	.videoPoster:before {
		margin: -25px 0 0 -25px;
		width: 50px;
		height: 50px;
	}

	.default_btn.slick-arrow {
		font-size: 24px;
		margin-top: -10px;
	}

	.slick-prev.default_btn {
		left: 20px;
	}

	.slick-next.default_btn {
		right: 20px;
	}

	.related-articles-section {
		padding: 70px 0 0;
	}

	.related-articles-section .home_advice_item {
		margin-bottom: 70px;
	}

	.content h2 {
		font-size: 40px;
	}

	.content h3 {
		font-size: 30px;
	}

	.page404 {
		padding: 180px 0 100px;
	}

	.support-page .intro-section-img {
		height: 400px;
	}

	.support-page .intro-block {
		bottom: -165px;
	}

	.service-page .intro-block {
		bottom: -180px;
	}

	.support-immediately {
		padding-top: 330px !important;
	}

	.support-immediately .container {
		position: relative;
		padding-bottom: 330px;
	}

	.support_btn {
		right: auto;
		left: 0;
		bottom: -155px;
	}

	.support-img-1 {
		bottom: 0;
		right: auto;
		left: 190px;
	}

	.health-service {
		max-width: 300px;
		padding: 15px 0 20px;
		margin-bottom: 40px;
	}

	.health-service-img-1 {
		width: 100px;
	}

	.intro-blue-bg .intro-block:before {
		background-color: #c8edfa;
	}

	.services-section {
		padding: 250px 0 80px !important;
		margin-top: -40px;
	}

	.about-services-img {
		height: 310px;
		width: auto;
	}

	.about-services-img-1 {
		bottom: 160px;
		right: auto;
		left: 35px;
		width: 140px;
	}

	.about-services-img-2 {
		bottom: 0;
		right: auto;
		width: 110px;
	}

	.about-services-img-3 {
		bottom: 65px;
		right: auto;
		max-width: 90px;
		left: 140px;
	}

	.services-tab {
		margin-bottom: 60px;
	}

	.cabinet-page-section {
		padding-top: 80px;
	}

	.cabinet-page .custom_block {
		padding-top: 64px;
	}

	.account-form .form-row .form-group {
		max-width: 100%;
	}

	.account-section-head {
		padding-top: 120px;
		padding-bottom: 20px;
		min-height: auto;
	}

	.account-nav .nav-link {
		font-size: 16px;
		padding: 15px 10px;
	}

	.tab-pane-block {
		padding: 40px 15px;
		max-width: 90%;
	}
	.tab-pane-intro {
		margin-bottom: 40px;
		max-width: 100%;
	}
	.account-name-email {
		margin-bottom: 40px;
	}
	.account-form {
		margin-top: 0;
	}
	.account-form .form-group {
		margin-bottom: 25px;
	}
	.custom-control-label::before {
		width: 20px;
		height: 20px;
		left: -20px;
	}
	.custom-control-label::after {
		top: 6px;
		left: -14px;
		width: 8px;
		height: 8px;
	}
	.services-tab-content {
		font-size: 18px;
	}
}
@media (orientation: landscape) and (max-width: 768px){
	.hero_section, .slice-slide {
		min-height: 420px;
	}
}
@media (orientation: portrait) and (max-height: 600px){
}
@media (max-width: 575px) {
	.header_menu,
	.header_top_menu,
	.header .container {
		max-width: 96%;
	}
	.container, .container-fluid .custom_block {
		max-width: 90%;
	}
	.home-about .custom_block {
		padding-right: 0;
		padding-bottom: 220px;
	}
	.home-about-img-1 {
		bottom: 130px;
		max-width: 92px;
		right: 32px;
	}
	.home-about-img-2 {
		bottom: 66px;
		max-width: 59px;
		right: 103px;
	}
	.home-about-img-3 {
		bottom: 53px;
		max-width: 63px;
		right: 28px;
	}
	.footer_logo {
		top: -133px;
	}
	.footer, .footer_bottom {
		font-size: 10px;
	}
	.map-title .block_title {
		margin-bottom: 30px;
	}
	.map {
		height: 400px;
	}
	.intro-block .contact-intro a {
		color: #000 !important;
		font-size: 20px;
		background-image: linear-gradient(#000, #000);
	}
	.contact-page .intro-block {
		bottom: -180px;
	}
	.map-section {
		padding: 220px 0 80px !important;
	}
	.work-time td {
		font-size: 24px;
	}
	.map-title {
		margin-bottom: 50px;
	}
	.filter-block .section_title {
		font-size: 32px;
		display: block;
		margin: 0 0 20px !important;
	}
	.filter-block .bootstrap-select.fit-width .dropdown-toggle .filter-option {
		font-size: 32px;
		padding-right: 22px;
	}
	.filter-block .form-control:after {
		width: 16px;
		height: 16px;
		top: 5px;
	}
	.filter-block .filter-option-inner-inner:before {
		width: calc(100% - 35px);
	}
	.dropdown-menu {
		margin-top: 10px;
		font-size: 32px;
	}
	.dropdown-menu .dropdown-item {
		font-size: 24px;
		padding: 12px 0;
	}
	.health-service {
		max-width: 190px;
		padding: 0 0 15px;
	}
	.health-service:after {
		top: -75px;
		right: -36px;
	}
	.services-tab .nav-tabs .nav-link {
		padding-top: 35px;
		font-size: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.services-tab .nav-tabs .nav-link:before {
		margin-left: -10px;
		width: 20px;
		height: 20px;
		border: solid 2px #fff;
	}
	.services-tab:before {
		left: 20px;
		right: 20px;
		height: 2px;
		top: 210px;
	}
	.lgbt-service {
		max-width: 240px;
		padding: 45px 0 5px;
	}
	.lgbt-service .section_title {
		font-size: 32px;
	}
	.lgbt-service:before {
		left: -20px;
		right: -20px;
	}
	.lgbt-service:after {
		top: -37px;
		right: -14px;
		border-right: 95px solid transparent;
		border-bottom: 35px solid #e4a8c1;
	}


}
@media (max-width: 467px) {

}
@media (max-width: 374px) {
	.intro-block .contact-intro a {
		font-size: 18px;
	}
	.health-page .page_title {
		font-size: 36px;
	}
	.support-img-1 {
		left: 155px;
	}
}

@keyframes bounce{
	0% {
		transform:  translate(0px,0px)  ;
	}
	5% {
		transform:  translate(0px,-25px)  ;
	}
	10% {
		transform:  translate(0px,0px)  ;
	}
	15% {
		transform:  translate(0px,-15px)  ;
	}
	20% {
		transform:  translate(0px,0px)  ;
	}
	25% {
		transform:  translate(0px,-5px)  ;
	}
	30% {
		transform:  translate(0px,0px)  ;
	}
}

@-moz-keyframes bounce{
	0% {
		transform:  translate(0px,0px)  ;
	}
	5% {
		transform:  translate(0px,-25px)  ;
	}
	10% {
		transform:  translate(0px,0px)  ;
	}
	15% {
		transform:  translate(0px,-15px)  ;
	}
	20% {
		transform:  translate(0px,0px)  ;
	}
	25% {
		transform:  translate(0px,-5px)  ;
	}
	30% {
		transform:  translate(0px,0px)  ;
	}
}

@-webkit-keyframes bounce {
	0% {
		transform:  translate(0px,0px)  ;
	}
	5% {
		transform:  translate(0px,-25px)  ;
	}
	10% {
		transform:  translate(0px,0px)  ;
	}
	15% {
		transform:  translate(0px,-15px)  ;
	}
	20% {
		transform:  translate(0px,0px)  ;
	}
	25% {
		transform:  translate(0px,-5px)  ;
	}
	30% {
		transform:  translate(0px,0px)  ;
	}
}

@-o-keyframes bounce {
	0% {
		transform:  translate(0px,0px)  ;
	}
	5% {
		transform:  translate(0px,-25px)  ;
	}
	10% {
		transform:  translate(0px,0px)  ;
	}
	15% {
		transform:  translate(0px,-15px)  ;
	}
	20% {
		transform:  translate(0px,0px)  ;
	}
	25% {
		transform:  translate(0px,-5px)  ;
	}
	30% {
		transform:  translate(0px,0px)  ;
	}
}

@-ms-keyframes bounce {
	0% {
		transform:  translate(0px,0px)  ;
	}
	5% {
		transform:  translate(0px,-25px)  ;
	}
	10% {
		transform:  translate(0px,0px)  ;
	}
	15% {
		transform:  translate(0px,-15px)  ;
	}
	20% {
		transform:  translate(0px,0px)  ;
	}
	25% {
		transform:  translate(0px,-5px)  ;
	}
	30% {
		transform:  translate(0px,0px)  ;
	}
}

/*hvr-bob-float*/
@keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}
@-moz-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}
@-webkit-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}
@-o-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}
@-ms-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

/*hvr-bob*/
@keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	50% {
		-webkit-transform: translateY(-4px);
		-moz-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		-o-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}
@-moz-keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	50% {
		-webkit-transform: translateY(-4px);
		-moz-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		-o-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}
@-webkit-keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	50% {
		-webkit-transform: translateY(-4px);
		-moz-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		-o-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}
@-o-keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	50% {
		-webkit-transform: translateY(-4px);
		-moz-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		-o-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}
@-ms-keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	50% {
		-webkit-transform: translateY(-4px);
		-moz-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		-o-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}


@media all and (-ms-high-contrast:none)
{
	*::-ms-backdrop, .loading-btn > span::before{
		margin-top: 11px;
		left: -28px;
	}
	*::-ms-backdrop, .walk-in-block::before{
		top: -1px;
	}
	*::-ms-backdrop, .support_btn > span::before {
		left: -27px;
		opacity: .1;
		margin-top: 13px;
	}
	*::-ms-backdrop, .support_btn::after {
		left: -6px;
	}
	*::-ms-backdrop, .img-content-block.two_row .figure{
		width: 50%;
	}
	*::-ms-backdrop, .img-content-block.three_row .figure{
		width: 33.333333%;
	}
	*::-ms-backdrop, .img-content-block:after {
		display: table;
		clear: both;
		content: '';
	}
}