@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-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: 20px;
	font-weight: normal;
	line-height: 1.4;
	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;
}
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;
}
a:hover {
	color: #686bff;
}
ul:not([class]), ol:not([class]) {
	margin-left: 20px;
	padding-left: 0;
	margin-bottom: 30px;
}
h1, h2 {
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 700;
}
.container {
	max-width: 1255px;
}
.btn {
	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 30px 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;
}
.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: #95d2d4;
}
.btn.btn-blue:before{
	border-left-color: #95d2d4;
}
.btn-blue:hover {
	background-color: #71c9d4;
}
.btn.btn-blue:hover:before{
	border-left-color: #71c9d4;
}
.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;
}
.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: 1000;
}
.header_top {
	color: #fff;
	background: #000;
}
.header_top_nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.logo_white {
	display: none;
}
.header_top_menu li {
	position: relative;
}
.header_top_menu li a {
	font-size: 13px;
	color: #fff;
	display: block;
	padding: 17px 12px;
	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: #e4a8c1;
}
.header_top_menu li a.item-pink:hover {
	background: #e48db9;
	color: #fff;
}
.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: 10px 0;
}
.header_menu {
	justify-content: flex-end;
}
.header_menu li {
	margin-left: 2.1%;
}
.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;
}
.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;
}
.lang_switcher a {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 5px !important;
  padding: 10px !important;
}

.lang_switcher a img {
  display: inline-flex;
}
.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: 117px;
	line-height: 0.96;
	margin: 0 0 63px;
	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 #fff;
	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: #fff;
	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% - 1235px)/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;
}
.appointment_text {
	font-size: 50px;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.04;
	max-width: 530px;
}
.appointment_text span {
	color: #e4a8c1;
}
.appointment_box {
	height: 90vh;
	min-height: 700px;
	max-height: 1000px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 15px;
	background: #fff;
	position: relative;
}
.appointment_box.appointment_blue {
	background: #562fb9;
	color: #fff;
	height: 100%;
}
.appointment_box.appointment_blue:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	width: 1000px;
	background: #562fb9;
}
.section_title {
	font-size: 50px;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 800;
	margin: 0 0 40px;
	text-transform: uppercase;
	line-height: 1.04;
}
.cabinet-right .section_title {
	min-height: 156px;
}
#none.cabinet-right .section_title {
	min-height: 0;
}
.appointment_box_content {
	max-width: 530px;
	padding: 15px;
}
.appointment_box_content .section_title{
	margin-bottom: 34px;
}
.appointment_box_text {
	margin: 0 0 20px;
}
.getpep_section {
	background: #000;
}
.getpep_box {
	height: 90vh;
	min-height: 700px;
	max-height: 1000px;
	display: flex;
	align-items: center;
	max-width: 510px;
	margin: 0 auto;
}
.getpep_content_inner {
	position: relative;
}
.home_getpep_slider .slider-btn {
	left: auto;
	right: 0;
	background: #000;
	color: #fff;
}
.getpep_content {
	position: absolute;
	background: #fff;
	top: -40px;
	left: -18px;
	padding: 13px 26px 32px;
	width: 93%;
}
.getpep_content:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	border-top: 30px solid #fff;
	border-left: 120px solid transparent;
}
.getpep_content .section_title {
	margin: 0 0 10px;
}
.getpep_content_text {
	margin: 0 0 20px;
}
.home_getpep_slider .slick-track > div:nth-child(2) .getpep_content {
	top: auto;
	bottom: -40px;
	left: auto;
	right: -20px;
	padding-top: 20px;
	padding-bottom: 25px;
}
.home_getpep_slider .slick-track > div:nth-child(2) .getpep_content:before {
	top: -30px;
	left: auto;
	right: 0;
	border-top: 0;
	border-left: 0;
	border-right: 120px solid transparent;
	border-bottom: 30px solid #fff;
}
.home_services_section {
	background: #95d2d4;
}
.slider-btn {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 50px;
	border: 0;
	text-align: center;
	z-index: 50;
}
.home_services_slider .slider-btn {
	left: auto;
	right: 0;
	background: #000;
	color: #fff;
}
.home_services_content {
	max-width: 500px;
	height: 90vh;
	min-height: 700px;
	max-height: 1000px;
	display: flex;
	align-items: center;
}
.home_services_content .section_title {
	margin-bottom: 30px;
}
.home_services_text{
	margin-bottom: 50px;
}
.home_services_img{
	height: 90vh;
	min-height: 700px;
	max-height: 1000px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
	margin-right: 60px;
}
.home_services_img img {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.home_help_section {
	height: 90vh;
	max-height: 1000px;
	min-height: 600px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(86,47,185,1) 50%, rgba(86,47,185,1) 50%, rgba(86,47,185,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(86,47,185,1) 50%,rgba(86,47,185,1) 50%,rgba(86,47,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(86,47,185,1) 50%,rgba(86,47,185,1) 50%,rgba(86,47,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#562fb9',GradientType=1 ); /* IE6-9 */

}
.home_help_section .slider-btn {
	background-color: #95d2d4;
}
.home_help_item {
	height: 90vh;
	min-height: 600px;
	max-height: 1000px;
	display: flex;
	align-items: center;
	flex-direction: column;
	/*background-color: #fff;*/
	justify-content: center;
	padding: 15px;
}
.home_help_inner {
	max-width: 500px;
	margin: 0 auto;
}
.home_help_item.home_help_purple {
	background-color: #562fb9;
	color: #fff;
}
.home_help_slider .slick-active + .slick-active .home_help_item {
	/*background-color: #562fb9;*/
	color: #fff;
}
.home_help_slider .slick-slide{


}
.home_help_slider .slick-prev-slide{
	opacity: 0 !important;
}
.home_help_slider .slick-prev-slide .title-line span {
	-webkit-transform: translate3d(0, 140%, 0);
	transform: translate3d(0, 140%, 0);
	opacity: 0;
}
.fade_up {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.animate .fade_up {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}




.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{

}
.insta_block{
	width: 184px;
}

/*home_advice_section*/
.home_advice_section{
	background-color: #000;
	color: #fff;
	padding: 120px 0;
}
.section-head{
	margin-bottom: 50px;
}
.home_advice_item{
	width: 331px;
	margin: 0 auto 15px;
	max-width: 100%;
}
.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;
}
.home_advice_info{
	font-size: 16px;
	letter-spacing: -0.12px;
	margin-bottom: 22px;
}
.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;
}
.home_advice_item .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_advice_item img {
	margin-bottom: 18px;
}
.home_advice_info span + span:before{
	content: '|';
	padding: 0 11px;
}

/*footer*/
.footer{
	font-size: 13px;
}
.footer_top{
	background-color: #562fb9;
	color: #fff;
	padding: 70px 0 90px;
}
.footer_signup .block_title {
	margin-bottom: 49px;
}
.footer_signup_form{
	position: relative;
	max-width: 300px;
}
.thanks_form {
	font-size: 20px;
	display: none;
}
.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_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 .md_title {
	margin: 18px 0 23px;
}
.footer p {
	margin-bottom: 10px;
}
.footer_top a{
	color: #fff;
}
.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: 27px;
	margin-right: 50px;
}
.footer_nav li{
	font-family: "acumin-pro-condensed", sans-serif;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
}
.footer_subnav li{
	margin-right: 30px;
	position: relative;
}
.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: 242px;
}
.footer_bottom {
	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;
	position:relative;
	z-index:105;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	padding: 0;
	height: 30px;
	margin-top: 14px;
	margin-left: auto;
	display: block;
}
.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;
}

/*PEP*/
.blue-bg {
	background-color: #562fb9;
	color: #fff;
}
.dark-bg {
	background-color: #000;
	color: #fff;
}
.green-bg{
	background-color: #95d2d4;
}
.red-bg{
	background-color: #e4a8c1;
}
.intro-section {
	height: calc(100vh - 100px);
	position: relative;
	min-height: 625px;
}
.custom_block{
	height: 90vh;
	min-height: 700px;
	max-height: 1000px;
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	flex-direction: column;
	padding: 15px;
	position: relative;
	max-width: 520px;
	margin: 0 auto;
}
.intro-section-img{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	max-width: 40%;
}
.intro-section-img img{
	max-height: 65vh;
}
.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-section-wrap{
	overflow: hidden;
	padding-bottom: 120px;
}
.intro-block-wrap {
	height: calc(100vh - 100px);
	display: flex;
	align-items: flex-end;
	min-height: 625px;
}
.intro-block {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	min-height: 35%;
	padding-bottom: 32px;
	line-height: 1.4;
	max-width: 535px;
}
.blue-bg a:not(.btn), .dark-bg a:not(.btn) {
	color: #fff !important;
	background-size: 100% 3px;
}
.blue-bg a:hover:not(.btn), .dark-bg a:hover:not(.btn) {
	background-size: 0 3px;
}
.intro-block .page_title {
	font-size: 115px;
	margin: 0 0 30px;
}
.single-post.white-header .intro-block .page_title {
	color: #fff;
}
.need_pep_block{
	position: relative;
	max-width: 580px;
	margin: 0 auto;
}
.need_pep_quest{
	background-color: #e4a8c1;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 800;
	color: #fff !important;
	margin-bottom: 18px;
	position: relative;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 1.04;
	padding: 13px 25px 26px 53px;
	display: inline-block;
	text-shadow: -3px 3px 0 rgb(202, 103, 144);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.need_pep_quest:hover {
	background-color: #e4738d;
}
.need_pep_quest:before {
	content: '';
	position: absolute;
	top: 99%;
	left: 0;
	border-top: 30px solid #e4a8c1;
	border-left: 57px solid transparent;
}
.need_pep_quest:hover:before{
	border-top-color: #e4738d;
}
.need_pep_ansver{
	position: relative;
	margin-left: auto;
	width: 288px;
	padding: 19px 32px 22px;
	top: -5px;
	display: inline-block;
}
.need_pep_ansver:before {
	content: '';
	position: absolute;
	top: -29px;
	left: auto;
	right: 0;
	border-right: 57px solid transparent;
	border-bottom: 30px solid #562fb9;
}
.need_pep_ansver .custom-underline{
	line-height: 1.1;
}
.need_pep_ansver .custom-underline:before{
	height: 2px;
}
.need_pep_img{
	margin: 0 64px 0 77px;
}
.w85{
	width: 85%;
}
.header_logo_white {
	display: none;
}
.white-header .header_logo_white{
	display: block;
}
.white-header .header_logo_dark{
	display: none;
}
.white-header .header_logo svg path{
	fill: #fff;
}
.white-header .header_logo svg path.st1{
	fill: #000;
}
.white-header .header_menu li a{
	color: #fff;
}
.white-header .header_menu li a:after{
	background-color: #fff;
}
.header_logo{
	max-width: 160px;
}
.front-page .header .tickertape_box{
	display: none;
}
.header .tickertape_box {
	line-height: 1.1;
	margin: 0 15px;
}
.symptoms-block .btn-pink {
	min-width: 240px;
}
.symptoms-block div + div{
	margin-top: 25px;
}
.symptoms-list .section_title{
	border-bottom: solid 1px #000;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.blue-bg .symptoms-list .section_title{
	border-bottom-color: #fff;
}
.symptoms-block {
	margin-top: 20px;
}
.custom_section {
	height: 90vh;
	min-height: 700px;
	max-height: 1000px;
	display: flex;
	align-items: center;
}
.section_block{
	max-width: 550px;
	margin: 0 auto;
}
.full-img{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.full-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: inherit;
}
.check_up_section .custom_block{
	max-width: 580px;
	align-items: flex-start;
}
.rotate-block{
	padding: 40px 0;
	position: relative;
}
.rotate-block:before{
	position: absolute;
	top: 0;
	left: -30px;
	right: -30px;
	height: 100%;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	transform: rotate(-1deg);
	content: '';
	z-index: -1;
}
.bg-green-before:before{
	background-color: #95d2d4;
}

/*ABOUT US*/
.our-team-section{
	padding: 150px 0;
}
.our-team-row >div:first-child .section_block{
	margin-left: 0;
}
.our-team-row >div:last-child .section_block{
	margin-left: auto;
}
.our-team-row .section_block {
	max-width: 91.5%;
}
.history-slider .slick-dots {
	position: relative;
	bottom: auto;
	right: 0;
	display: flex !important;
	justify-content: space-between;
	margin-top: 85px;
}
.history-slider .slick-dots:before {
	position: absolute;
	top: -1px;
	z-index: 2;
	left: 25px;
	right: 25px;
	background-color: #fff;
	height: 2px;
	content: "";
}
.history-slider .slick-dots li {
	width: auto;
	border: 0;
	border-radius: 0;
	font-size: 35px;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 800;
	color: #fff;
	position: relative;
	padding-top: 30px;
}
.history-slider .slick-dots li:before {
	width: 28px;
	height: 28px;
	border: solid 4px #fff;
	background-color: #000;
	border-radius: 50%;
	top: 0;
	left: 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%);
	content: "";
	z-index: 5;
	display: inline-block;
	position: absolute;
	-webkit-transition: .3s background-color;
	-moz-transition: .3s background-color;
	-o-transition: .3s background-color;
	transition: .3s background-color;
}
.history-slider .slick-dots li button{
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 35px;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 800;
	-webkit-transition: .3s color;
	-moz-transition: .3s color;
	-ms-transition: .3s color;
	-o-transition: .3s color;
	transition: .3s color;
	width: auto;
	height: auto;
	margin: 0;
}
.blue-bg .block_title>a:hover, .dark-bg .block_title>a:hover {
	color: #e4a8c1 !important;
}
.team-block{
	padding: 30px 0 155px;
}
.team-block .accordion>.card>.card-header {
	margin-bottom: 0;
}
.team-block .card{
	border: 0;
	border-radius: 0;
}
.team-block .card + .card{
	margin-top: 45px;
}
.team-block .card-header {
	padding: 0;
	background-color: transparent;
	border: 0;
}
.team-block .card-header button{
	border: 0;
	background: transparent;
	border-bottom: 1px solid #000;
	width: 100%;
	text-align: left;
	padding: 10px 50px 10px 0;
	position: relative;
}
.team-block .card-body {
	padding: 55px 0 1px;
}
.team-block .card-body img{
	margin-right: 80px;
}
.team-block .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;
}
.team-block .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);
}
.history-section{
	padding: 110px 0 205px;
}
.history-desc{
	padding-right: 40px;
}
.history-header{
	padding-left: 50px;
}
.history-header .section_title{
	font-size: 46px;
}
.history-date{
	color: #e4a8c1;
	margin-bottom: 50px;
}
.history-row{
	height: 332px;
	position: relative;
}
.history-row:before{
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #979797;
	content: '';
}
.history-slider .slick-dots li.slick-active button, .history-slider .slick-dots li:hover button{
	color: #e4a8c1;
}
.history-slider .slick-dots li.slick-active:before{
	background-color: #e4a8c1;
	width: 42px;
	height: 42px;
}
.history-slider .slick-dots li:hover:before{
	background-color: #e4a8c1;
}
.community-section{
	padding: 110px 0 65px;
}
.community-block .community-img{
	margin-top: 120px;
	margin-left: 23px;
}
.community-img-1 {
	position: relative;
	top: 45px;
}
.community-img .btn-dark-blue{
	text-shadow: -3px 3px 0 #160937;
	margin-top: 24px;
	margin-left: 157px;
	font-size: 52px;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	transform: rotate(-6deg);
	padding: 3px 26px 16px;
	font-weight: 800;
	height: 70px;
}
.community-img .btn-dark-blue:before {
	border-top: 35px solid transparent;
	border-bottom: 35px solid transparent;
	margin-left: -1px;
}
.awards-section {
	padding: 120px 0;
}
.awards-section .section-head{
	margin-bottom: 84px;
}
.awards-block{
	border-bottom: 2px solid #fff;
	padding-bottom: 6px;
	margin-bottom: 40px;
}
.awards-block .block_title{
	margin-bottom: 5px;
	line-height: 1;
}
.awards-block .block_title span{
	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;
}
.awards-block .block_title a {
	background-size: 0 3px;
}
.awards-block .block_title a:hover {
	background-size: 100% 3px;
}
.awards-block .block_title span:hover{
	background-size: 100% 3px;
}
.awards-img{
	position: absolute;
	width: 300px;
	z-index: 10;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	padding-bottom: 20px;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	display: none;
}
.awards-date{
	color: #e4a8c1;
}
.hover_box {
	position: relative;
	z-index: 1500;
}
.hover-reveal {
	position: fixed;
	width: 300px;
	height: 220px;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translate(0,-120%);
	-moz-transform: translate(0,-120%);
	-ms-transform: translate(0,-120%);
	-o-transform: translate(0,-120%);
	transform: translate(0,-120%);
}
.hover-reveal__inner, .hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative;
}
.hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%;
}
.mobile-menu{
	display: none;
}
.intro-section-wrap + section{
	margin-top: -120px;
}
.chems_advisors{
	max-width: 840px;
}
.intro-green-bg .intro-section-img:before{
	background-color: #95d2d4;
}
.intro-red-bg .intro-section-img:before{
	background-color: #e4a8c1;
}
.chems_advisors_img {
	position: absolute;
	right: 0;
	margin-top: -40px;
}
.chems_advisors_img-1{
	position: relative;
	right: -13px;
	top: 8px;
}
.chems_advisors_img-2{
	position: absolute;
	top: -124px;
	right: 146px;
}
.color-black{
	color: #000 !important;
}
.clinic_open{
	position: relative;
	padding: 65px 35px 40px;
	max-width: 410px;
}
.clinic_open:before {
	position: absolute;
	top: 0;
	left: -30px;
	right: -30px;
	height: 100%;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	content: '';
	z-index: 0;
	background-color: #e4a8c1;
}
.clinic_open:after {
	top: -59px;
	right: -8px;
	border-top: 0;
	border-left: 0;
	border-right: 108px solid transparent;
	border-bottom: 45px solid #e4a8c1;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	position: absolute;
	content: '';
}
.clinic_open .content h3{
	margin: 0 0 10px;
}
.clinic_open .content p{
	margin: 30px 0 0;
}
.clinic_open > div{
	position: relative;
	z-index: 1;
}
.clinic_open .section_title, .clinic_open .block_title:last-of-type {
	margin-bottom: 30px;
}
.clinic_open_img{
	position: absolute;
	top: 100%;
	left: 100%;
	margin-top: -137px;
	margin-left: -96px;
	pointer-events: none;
}
.clinic_open_section{
	overflow: hidden;
}
.services-list li{
	font-family: "acumin-pro-condensed", sans-serif;
	font-size: 35px;
	font-weight: 800;
	line-height: 1.06;
	text-transform: uppercase;
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin: 0 0 5px;
}
.services-list li span{
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 8px;
	background-size: 100% 2px;
	background-image: linear-gradient(#fff, #fff);
	background-position: 0 86%;
	background-repeat: no-repeat;
}
.services-list li:before{
	content: '•';
	margin-right: 15px;
	position: absolute;
	top: -3px;
	left: 0;
}
.clinic {
	width: 815px;
	max-width: 80%;
}
.clinic-block{
	max-width: 415px;
	margin-bottom: 50px;
}
.open-times_img{
	position: absolute;
	right: 5.5%;
	bottom: 35px;
}
.services-section{
	padding: 100px 0 75px;
}
.clinic_serv {
	position: relative;
	padding: 65px 0 40px;
}
.clinic_serv:before {
	position: absolute;
	top: -34px;
	left: -64px;
	right: -61px;
	bottom: -2px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: 0;
	background-color: #e4a8c1;
	content: '';
}
.clinic_serv:after {
	top: -114px;
	right: -50px;
	border-top: 0;
	border-left: 0;
	border-right: 132px solid transparent;
	border-bottom: 69px solid #e4a8c1;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	position: absolute;
	content: '';
}
.clinic_serv > div {
	position: relative;
	z-index: 1;
}
.clinic_serv li:not(:last-child){
	margin-bottom: 15px;
}

.color-blue{
	color: #562fb9 !important;
}
.color-red{
	color: #e4a8c1 !important;
}
.walk-in-section{
	overflow: hidden;
}
.walk-in-block{
	max-width: 400px;
	margin: 0 auto;
	padding: 48px;
	position: relative;
	-webkit-transform: translateX(-20%);
	-moz-transform: translateX(-20%);
	-ms-transform: translateX(-20%);
	-o-transform: translateX(-20%);
	transform: translateX(-20%);
}
.walk-in-block:before{
	position: absolute;
	top: 0;
	left: -16px;
	bottom: 0;
	right: -67px;
	z-index: 1;
	content: '';
	border: 2px solid #fff;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
}
.walk-in-block:after {
	content: '';
	position: absolute;
	top: -13px;
	right: -82px;
	border-right: 123px solid transparent;
	border-bottom: 30px solid #fff;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
}
.walk-in-block .section_title{
	margin: 0;
	position: relative;
}
.walk-in-block .section_title:before{
	content: '';
	position: absolute;
	top: -58px;
	right: -130px;
	border-right: 121px solid transparent;
	border-bottom: 29px solid #000;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
	z-index: 1;
}
.line_section{
	padding: 11px 0 17px;
	text-align: center;
	display: block;
	color: #000;
	-webkit-transition: .3s background-color;
	-moz-transition: .3s background-color;
	-ms-transition: .3s background-color;
	-o-transition: .3s background-color;
	transition: .3s background-color;
}
.line_section:hover{
	color: #000;
	background-color: #71c9d4;
}
.living_section{
/* 	padding: 225px 0 235px; */
padding-bottom: 235px;
}
.living_section .section-head {
	margin-bottom: 116px;
	max-width: 840px;
}
.living_block {
	max-width: 495px;
	margin: 53px auto 0;
}
.living_block .bhead {
	margin-bottom: 70px;
}
.about-living{
	padding: 138px 0;
}
.about-living-block{
	max-width: 350px;
}
.about-living-list .section_title{
	position: relative;
	top: -5px;
	margin-right: 30px;
	min-width: 34px;
	text-align: center;
}
.about-living .container{
	position: relative;
}
.about-living-img{
	position: absolute;
	z-index: 1;
	width: 234px;
	top: 10%;
	right: 0;
}

/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

@-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;
	max-height: 260px!important;
}
.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;
	color: #fff !important;
	padding: 0;
	height: auto;
	font-weight: 800;
}
.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: 155px;
}
.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: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	border: 0.2rem 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;
}
.filter-option-inner-inner{
	position: relative;
}
.filter-block .bootstrap-select .dropdown-toggle .filter-option{
	overflow: visible;
}
.filter-block .filter-option-inner-inner:before {
	top: 100%;
	height: 3px;
	width: 100%;
	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: 80px;

}
.help_section .home_advice_item{
	margin-bottom: 105px;
}
.help_section{
	padding-bottom: 30px !important;
	margin-top: -280px;
}
.work-time {
	width: 490px;
	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;
}
.map-section{
	padding: 186px 0 147px;
}
.map-section .row + .row {
	margin-top: 120px;
}
.map-title .block_title{
	margin-bottom: 30px;
}
.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;
}
.custom-underline{
	font-family: "acumin-pro-condensed", sans-serif;
	font-size: 35px;
	font-weight: 800;
	line-height: 1.43;
	margin-bottom: 10px;
}
.contact-intro a {
	background-size: 100% 3px;
}
.contact-intro a:hover {
	background-size: 0 3px;
}
.prep-section{
	padding: 190px 0 270px;
}
.prep-section .row + .row{
	margin-top: 240px;
}
.prep-section ul li{
	margin-bottom: 24px;
}
.nhs-block {
	max-width: 475px;
	margin: 0 auto;
}
.nhs-img img{
	max-width: initial;
	margin-left: -40px;
}
.how-prep-block{
	max-width: 455px;
	margin: 0 auto;
}
.how-prep-button{
	width: 504px;
	height: 248px;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
}
.how-prep-button-1 {
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 800;
	font-size: 36px;
	color: #fff !important;
	text-shadow: 2px 3px 0 rgb(86, 160, 162);
	position: absolute;
	left: 58px;
	top: 0;
	padding: 10px 16px 16px;
	height: 62px;
	white-space: nowrap;
}
.how-prep-button-2 {
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 800;
	font-size: 36px;
	color: #fff !important;
	text-shadow: 2px 3px 0 rgb(86, 160, 162);
	position: absolute;
	left: 0;
	top: 116px;
	padding: 10px 16px 16px;
	height: 62px;
	white-space: nowrap;
}
.shadow-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.how-prep-button-1:before, .how-prep-button-2:before {
	border-left: 18px solid #95d2d4;
	border-top: 31px solid transparent;
	border-bottom: 31px solid transparent;
}
.shadow-btn:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.shadow-btn:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.shadow-btn:hover:after{
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.how-prep-play {
	position: absolute;
	right: 18px;
	top: 91px;
}
.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
}
.map{
	width: 100%;
	height: 500px;
	max-width: 797px;
}

/*NEWS FULL*/
.news-full-intro{
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.news-full-intro .intro-block-wrap {
	height: 100vh;
	padding-top: 130px;
}
.full-news-description{
	padding: 87px 0 64px;
}
.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;
}
.shares-block a{
	color: #000 !important;
	margin-right: 12px;
}
.slider-count {
	position: absolute;
	top: 40px;
	left: 30px;
}
/*.content-60 h1, .content-60 h2, .content-60 h3, .content-60 h4, .content-60 h5, .content-60 h6, .content-60 p, .content-60 ul, .content-60 ol{
	width: 60%;
}*/
.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 56px;
	text-transform: uppercase;
	line-height: 1.04;
}
.content h3 {
	font-size: 35px;
	margin: 0 0 40px;
	text-transform: uppercase;
	line-height: 1.06;
}
.content h4 {
	font-size: 30px;
	margin: 0 0 40px;
	text-transform: uppercase;
	line-height: 1.08;
}
.content p {
	margin-bottom: 30px;
}
.content a{
	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;
}
.content a:hover {
	background-size: 0 3px;
}
.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%;
}

/*CABINET*/
.cabinet .tickertape_box{
	display: none;
}
.cabinet-left {
	width: 354px;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 99;
	background-color: #562fb9;
	color: #fff;
	padding-top: 82px;
	text-align: center;
	font-size: 18px;
	line-height: normal;
}
.cabinet-left .header_logo{
	max-width: 160px;
}
.cabinet-pep .cabinet-left{
	background-color: #95d2d4;
	color: #000;
}
.cabinet-pep .header_logo_dark{
	display: none;
}
.cabinet-pep .header_logo_white{
	display: block;
}

label.error {
	position: absolute;
	bottom: -27px;
	font-size: 10px;
	color: red;
}

.progress-inform {
	max-width: 280px;
	margin: 58px auto;
	max-height: calc(100vh - 400px);
	padding-bottom: 10px;
}
.progress-inform > div:first-child{
	padding-top: 45px;
}
.progress-inform > div {
	padding-bottom: 40px;
	position: relative;
}
.progress-inform > div:first-child:before{
	width: 2px;
	height: 32px;
	background-color: #fff;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -1px;
	content: '';
}
.progress-inform > div:first-child:after{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -6px;
	content: '';
}
.bottom-point, .bottom-line{
	position: relative;
	display: block;
}
.progress_inf{
	-webkit-transition: .3s opacity;
	-moz-transition: .3s opacity;
	-ms-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
}

.progress_inf.active{
	opacity: 0;
}
.bottom-point:before, .bottom-line:before{
	width: 2px;
	height: 32px;
	background-color: #fff;
	position: absolute;
	top: 100%;
	margin-top: 4px;
	left: 50%;
	margin-left: -1px;
	content: '';
	-webkit-transition: .3s height;
	-moz-transition: .3s height;
	-ms-transition: .3s height;
	-o-transition: .3s height;
	transition: .3s height .3s;
}
.progress_inf.active .bottom-point:before, .progress_inf.active .bottom-line:before {
	height: 0;
}
.bottom-point:after{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 100%;
	margin-top: 34px;
	left: 50%;
	margin-left: -6px;
	content: '';
	-webkit-transition: .3s opacity;
	-moz-transition: .3s opacity;
	-ms-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity .6s;
}
.progress_inf.active .bottom-point:after {
	opacity: 0;
}
.cabinet-app .header_logo svg path, .cabinet-zero .header_logo svg path {
	fill: #fff;
}
.cabinet-app .header_logo svg .st1, .cabinet-zero .header_logo svg .st1 {
	fill: #000 !important;
}
.cabinet-left .btn-block{
	position: absolute;
	z-index: 1;
	bottom: 44px;
}
.cabinet-right{
	text-align: center;
	position: fixed;
	top: 52px;
	left: 354px;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	right: 0;
	padding: 100px 20px;
}
.btn-cab{
	min-width: 246px;
	height: 72px;
	border: solid 1px #d3d3d3;
	background-color: #fff;
	padding: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin: 25px 30px;
	-webkit-transition: .3s border-color, .3s box-shadow;
	-moz-transition: .3s border-color, .3s box-shadow;
	-ms-transition: .3s border-color, .3s box-shadow;
	-o-transition: .3s border-color, .3s box-shadow;
	transition: .3s border-color, .3s box-shadow;
}
.btn-cab:hover{
	border-color: #4f38b2;
	box-shadow: inset 0 0 0 1px #4f38b2;
}
.cabinet-body{
	max-width: 942px;
	margin: 0 auto;
	position: relative;
	overflow-y: auto;
	font-size: 18px;
}
.cab-close{
	background-color: transparent;
	border: 0;
	font-family: "acumin-pro-condensed", sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.06;
	text-transform: uppercase;
	position: fixed;
	top: 98px;
	right: calc((100% - 1210px)/2);
	z-index: 100;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.cab-close i {
	font-size: 14px;
	line-height: 1;
	position: relative;
	top: -2px;
	margin-left: 3px;
}
.cab-close .lines {
	display: inline-block;
	width: 20px;
	height: 3px;
	background: none;
	-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: -6px;
}
.cab-close .lines:before, .cab-close .lines:after {
	display: inline-block;
	width: 20px;
	height: 3px;
	background: #000;
	left: 0;
	content: '';
	position: absolute;
	-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.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;
}
.cab-close:hover {
	opacity: .5;
}
.cab-close:hover .lines:before, .cab-close:hover .lines:after {
	opacity: .5;
	-moz-transform: rotate3d(0, 0, 0, 0);
	-ms-transform: rotate3d(0, 0, 0, 0);
	-o-transform: rotate3d(0, 0, 0, 0);
	-webkit-transform: rotate3d(0, 0, 0, 0);
	transform: rotate3d(0, 0, 0, 0);
}
.cab-close .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);
}
.cab-close .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);
}
.radio_block, .checkbox_block{
	display: inline-flex;
	vertical-align: top;
	margin: 25px;
}
.radio_btn, .checkbox_btn{
	display: none !important;
}
.radio_btn + label, .checkbox_btn + label {
	width: 246px;
	height: 72px;
	border: solid 1px #d3d3d3;
	background-color: #fff;
	padding: 0 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	line-height: 1.05;
	font-weight: normal;
	color: #000;
	cursor: pointer;
	margin: 0;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.radio_btn:checked + label, .checkbox_btn:checked + label, .radio_btn + label:hover, .checkbox_btn + label:hover{
	border-color: #4f38b2 !important;
	box-shadow: inset 0 0 0 1px #4f38b2 !important;
	color: #000 !important;
}
.active .radio_btn + label, .active .checkbox_btn + label{
	color: #d3d3d3;
	border-color: #d3d3d3;
}
.mobile-cab-footer .progress{
	width: 324px;
	position: fixed;
	bottom: 44px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 177px;
	border-radius: 4px;
	border: solid 1px rgba(211, 211, 211, 0.99);
	background-color: #fff;
	height: 12px;
}
.progress-bar{
	background-color: #4f38b2;
	border-radius: 4px;
}
.cabinet-body-inner{
	padding: 43px 41px;
	height: 385px;
	background-color: #95d2d4;
	overflow: auto;
	width: 857px;
	max-width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: normal;
}
.cabinet-body-inner p{
	margin-bottom: 26px;
}
.cabinet-body-inner ul li {
	margin-bottom: 22px;
}
.cabinet-left .btn_link{
	padding: 0 !important;
	color: #fff !important;
}
.btn_link:before{
	display: none;
}
.btn_link .icon-left-open-mini{
	font-size: 25px;
	line-height: 0;
	position: relative;
	top: 2px;
	margin-right: 3px;
}
.cabinet-body-inner a{
	color: #000 !important;
	-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;
	text-decoration: none !important;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
.cabinet-body-inner a:before {
	top: 100%;
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #4f38b2;
	-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;
	margin-top: -2px;
}
.cabinet-body-inner a:hover:before {
	width: 0;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.nicescroll-rails{
	border: 1px solid #fff;
	border-radius: 12px;
	width: 10px !important;
	margin-left: 15px;
	background-color: transparent !important;
}
.cabinet-body-inner .scroll-block{
	height: 299px;
	overflow: auto;
	padding-right: 40px;
}
.cabinet-left .nicescroll-rails{
	margin-left: 25px;
	opacity: 0;
}
.cabinet-zero .cabinet-left {
	background-color: #000;
}
.zero-progress{
	position: absolute;
	bottom: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	margin-left: 177px;
}
.zero-progress .progress-value{
	font-size: 62px;
	line-height: 0.8;
}
.cabinet-pep .progress-inform > div:first-child:before, .cabinet-pep  .progress-inform > div:first-child:after, .cabinet-pep .bottom-point:before, .cabinet-pep .bottom-line:before, .cabinet-pep .bottom-point:after{
	background-color: #000;
}
.cabinet-pep .cabinet-left .btn_link, .cabinet-pep .mobile-cab-footer .btn_link{
	color: #000 !important;
}
.cabinet-body-sub-inner{
	max-width: 520px;
}
.cabinet-body-sub-inner p:last-of-type{
	margin-bottom: 0;
}
.preloader_show {
	/*overflow: hidden;*/
}
.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: #562fb9;
	-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: #562fb9;
	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 #562fb9;
	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;
}
.home_help_slider .slick-current .home_help_inner {
	-webkit-transform: translateX(25px);
	-moz-transform: translateX(25px);
	-ms-transform: translateX(25px);
	-o-transform: translateX(25px);
	transform: translateX(25px);
}

.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 -15px;
}
.img-content-block:after{
	display: table;
	clear: both;
	content: '';
}
.img-content-block .figure{
	padding: 0 15px;
	float: left;
}
.custom_h_block{
	width: 85%;
	min-height: 300px;
}
.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;
}
.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;
}
.filter-row{
	position: relative;
	z-index: 10;
}
.sort-block .dropdown-menu{
	margin-top: 0;
	left: auto !important;
	right: 0;
	margin-left: 0 !important;
	padding: 10px 0;
}
.sort-block .dropdown-menu .dropdown-item {
	font-family: 'Sen', sans-serif;
	font-size: 22px;
	text-transform: initial;
	font-weight: normal;
	padding: 10px 0;
}
.getpep_content_inner .layer{
	height: 100%;
	width: 100%;
	position: absolute !important;
}
.header_top_menu li.item-pink a {
	background: #e4a8c1;
}
.sb_instagram_header,  #sbi_load{
	display: none;
}
#sb_instagram #sbi_images {
	float: none;
	max-width: 870px;
	margin: 0 auto;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
	max-width: 33.33%;
	width: 244px;
	padding: 24px 30px !important;
}
#sb_instagram #sbi_images .sbi_item:first-child {
	margin-left: 123px !important;
}
.wp-block {
	max-width: 100%;
}
.mobile-logo img{
    height: 60px;
}
.poll_blocks .header_logo{
	margin: 0 auto;
}
.cabinet-body .section_title div, .cabinet-body .block_title div {
	font-size: 18px;
	font-weight: initial;
	text-transform: none;
	font-family: 'Sen', sans-serif;
	margin-top: 20px;
}
.page404 {
	background-color: #000;
	padding: 245px 0;
	text-align: center;
	color: #fff;
}
.page404-img, .page404-desc{
	display: inline-block;
	vertical-align: middle;
}
.page404-desc .section_title{
	color: #e4a8c1;
}
.page404-desc {
	padding-left: 100px;
	text-align: left;
	padding-top: 10px;
}
.page404-desc .btn{
	margin-top: 40px;
}
.need_pep_ansver p {
	margin-bottom: 0 !important;
}
.blog_header.dark-bg .intro-block {
	padding: 40px 0 25px;
}
.blog_header.dark-bg .intro-block:before {
	display: none;
}
.blog_header.dark-bg .intro-block {
	color: #fff;
}
.footer_lang_switcher,
.lang_switcher {

}

@media (min-width: 768px) {
	.visible_xs {
		display: none!important;
	}
}
@media (min-width: 1200px) {
	.visible_md {
		display: none!important;
	}
}
@media (min-width: 1600px) {
	.help_advice_header .container {
		max-width: 1800px;
	}
	.container {
		max-width: 100%;
		padding: 0 13%;
	}
	.home_advice_section .container {
		max-width: 1800px;
	}
	.down-btn{
		left: 15%;
	}
	.footer-top-bg {
		right: 7%;
	}
}
@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){
	.hero_slide_content {
		padding: 0 0 140px;
	}
	.page_title {
		margin-bottom: 30px;
	}
	.intro-block .page_title {
		font-size: 80px;
	}
	.intro-block{
		padding-bottom: 10px;
	}
	.mobile-cab-footer .progress, .cabinet-left .btn-block{
		bottom: 20px;
	}
	.zero-progress{
		bottom: 10px;
	}
	.cab-close{
		top: 70px;
	}
	.cabinet-right {
		padding: 60px 20px 40px;
	}
}
@media (min-width: 1200px) and  (max-height: 700px){
	.page_title {
		font-size: 72px;
	}
	.cabinet-body-inner {
		padding: 20px;
		height: 305px;
	}
	.nicescroll-rails {
		margin-left: 0;
	}
	.mobile-cab-footer .progress, .cabinet-left .btn-block{
		bottom: 10px;
	}
	.cabinet-body .section_title {
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 30px !important;
	}
	.cabinet-body-inner p, .cabinet-body-inner ul:not([class]), .cabinet-body-inner ol:not([class]) {
		margin-bottom: 15px;
	}
	.cabinet-body-inner .scroll-block{
		height: 259px;
	}
	.cabinet-left{
		padding-top: 70px;
	}
	.progress-inform {
		margin: 30px auto;
		max-height: calc(100vh - 300px);
	}
}

@media (max-width: 1350px) {
	.clinic_serv:before {
		left: -30px;
		right: -30px;
	}
	.clinic_serv:after {
		top: -113px;
		right: -19px;
	}
	.nhs-img img{
		max-width: 100%;
		margin-left: 0;
	}
}
@media (max-width: 1296px) {
	.down-btn{
		left: 15px;
	}
	.rotate-block{
		padding-right: 30px;
	}
	.rotate-block:before{
		right: 0;
	}
	.walk-in-block {
		max-width: 400px;
		margin: 0 auto;
		padding: 48px;
		position: relative;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.cabinet-body-inner{
		width: 100%;
	}
	.radio_block, .checkbox_block {
		margin: 15px;
	}
	.cab-close{
		right: 20px;
	}
	#sb_instagram #sbi_images .sbi_item:first-child {
		margin-left: 80px !important;
	}
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
		max-width: 28.33%;
		padding: 20px !important;
	}
}
@media (max-width: 1199px) {
	.hidden_md {
		display: none !important;
	}
	.page_title {
		font-size: 80px;
	}
	body {
		font-size: 18px;
	}
	.page_title {
		font-size: 80px;
		margin-bottom: 30px;
	}
	.hero_slide_content {
		padding: 30vh 0;
	}
	.footer_nav {
		margin-top: 31px;
		margin-right: 0;
	}
	.footer_nav li {
		font-size: 15px;
	}
	.footer_text {
		min-width: auto;
	}
	.getpep_box{
		padding: 15px
	}
	.home_getpep_slider .slick-track > div:nth-child(1) .getpep_box{
		padding-left: 30px;
	}
	.home_getpep_slider .slick-track > div:nth-child(2) .getpep_box{
		padding-right: 30px;
	}
	.intro-block .page_title {
		font-size: 80px;
	}
	.header .tickertape_box {
		margin: 0 85px;
	}
	.header .tickertape_box {
		margin: 0;
		left: 15px;
		width: auto;
		line-height: 1.15;
		right: 0;
	}
	.header_menu li a {
		font-size: 18px;
	}
	.header_menu li:first-child{
		margin-left: 0;
	}
	.need_pep_img {
		margin: 0 20px 0 50px;
		width: 100px;
	}
	.need_pep_quest{
		font-size: 45px;
	}
	.history-row {
		height: auto;
		min-height: 350px;
	}
	.team-block .card-body img {
		margin-right: 30px;
		max-width: 40%;
	}
	.history-header .section_title {
		font-size: 40px;
	}
	.history-slider .slick-dots li button{
		font-size: 28px;
	}
	.community-block .community-img {
		margin-top: 60px;
		margin-left: 0;
	}
	.chems_advisors_img-1 {
		width: 150px;
	}
	.chems_advisors_img-2 {
		top: -65px;
		right: 105px;
		width: 80px;
	}
	.chems_advisors_img-3{
		width: 150px;
	}
	.chems_advisors {
		max-width: 80%;
	}
	.clinic_open {
		padding: 65px 30px 40px;
		max-width: 360px;
	}
	.clinic_open:after {
		top: -56px;
	}
	.clinic_open_img {
		margin-top: -100px;
		margin-left: -95px;
		width: 220px;
	}
	.open-times_img {
		width: 300px;
	}
	.clinic_serv:after {
		top: -110px;
	}
	.walk-in-block:before {
		left: 0;
		right: 0;
	}
	.walk-in-block:after {
		top: -16px;
		right: -15px;
	}
	.walk-in-block .section_title:before {
		top: -61px;
		right: -63px;
	}
	.living_section {
		padding: 175px 0 150px;
	}
	.prep-section .row + .row {
		margin-top: 150px;
	}
	.map-title .section_title {
		font-size: 42px;
	}
	.cabinet-left {
		width: 300px;
	}
	.cabinet-right{
		left: 300px;
	}
	.radio_block{
		margin: 15px;
	}
	.cabinet-body-inner {
		min-height: 50vh;
	}
	.cabinet-body-inner .scroll-block {
		min-height: calc(50vh - 86px);
	}
	.mobile-cab-footer .progress{
		margin-left: 150px;
	}
	.custom_h_block {
		min-height: 220px;
	}
	.home_help_inner {
		max-width: 350px;
	}
	.page404-img, .page404-desc {
		max-width: 48%;
	}
	.page404-desc {
		padding-left: 50px;
	}
}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {
	.home_help_inner {
		max-width: 270px;
	}
	body {
		font-size: 17px;
	}
	.page_title {
		font-size: 68px;
	}
	.appointment_box, .getpep_box, .home_services_content, .home_services_img, .home_help_section, .home_help_item, .home_follow_block, .custom_block, .custom_section {
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
		min-height: 80vh;
	}
	.home_follow_block{
		padding: 80px 0;
	}
	.footer_logo {
		width: 170px;
	}
	.footer_nav {
		margin-top: 17px;
		margin-right: 0;
	}
	.footer_nav li {
		font-size: 13px;
	}
	.footer_bottom .row + .row {
		margin-top: 40px;
	}
	.footer_signup{
		margin-bottom: 40px;
	}
	.footer_signup_form {
		max-width: 100%;
	}
	.footer_signup .block_title {
		margin-bottom: 30px;
	}
	.getpep_box {
		max-width: 384px;
	}
	.getpep_content {
		top: 0;
		-webkit-transform: translateY(-40%);
		-moz-transform: translateY(-40%);
		-ms-transform: translateY(-40%);
		-o-transform: translateY(-40%);
		transform: translateY(-40%);
	}
	.home_getpep_slider .slick-track > div:nth-child(2) .getpep_content {
		bottom: 0;
		-webkit-transform: translateY(40%);
		-moz-transform: translateY(40%);
		-ms-transform: translateY(40%);
		-o-transform: translateY(40%);
		transform: translateY(40%);
	}
	.header_menu li a {
		font-size: 18px;
	}
	.intro-section {
		height: 600px;
		/*position: relative;*/
		min-height: 600px;
		/*padding-top: 200px;*/
	}
	.intro-block-wrap {
		height: 600px;
		/*display: block;*/
		/*min-height: auto;*/
		/*position: relative;*/
		/*z-index: 2;*/
	}
	.intro-block {
		min-height: 50%;
	}
	/*.intro-block {
		margin: 0 auto;
		text-align: center;
	}
	.intro-section-img {
		position: relative;
		max-width: 50%;
		margin: 0 auto;
	}*/
	.need_pep_quest {
		font-size: 36px;
		padding: 16px 25px 22px 53px
	}
	.need_pep_ansver {
		width: 225px;
	}
	.community-img-1 {
		top: 35px;
		width: 150px;
	}
	.community-img-2{
		width: 140px;
	}
	.community-img .btn-dark-blue {
		margin-left: 109px;
		font-size: 40px;
		height: 56px;
	}
	.community-img .btn-dark-blue:before {
		border-top: 28px solid transparent;
		border-bottom: 28px solid transparent;
	}
	.header_logo svg {
		width: 98px;
	}
	.header_menu li a {
		font-size: 15px;
	}
	.home_advice_section {
		padding: 60px 0;
	}
	.getpep_box {
		padding-top: 180px;
		padding-bottom: 180px;
	}
	.intro-section-wrap + section {
		padding-top: 160px;
		padding-bottom: 160px;
	}
	.clinic_open:before {
		left: 0;
		right: 0;
		-webkit-transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
		-o-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	.clinic_open_img {
		margin-top: -70px;
		margin-left: -118px;
		width: 190px;
	}
	.clinic_open:after {
		top: -48px;
		right: 7px;
		-webkit-transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
		-o-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	.clinic-block {
		max-width: 340px;
	}
	.clinic_serv:before {
		left: -15px;
		right: 0;
	}
	.clinic_serv:after {
		top: -108px;
		right: 10px;
	}
	.walk-in-block {
		max-width: 330px;
		padding: 48px 30px;
	}
	.walk-in-block:after {
		top: -19px;
	}
	.walk-in-block .section_title:before {
		top: -64px;
		right: -45px;
	}
	.living_block{
		margin-top: 0;
	}
	.about-living-img {
		width: 160px;
		top: 15%;
	}
	.map-title .section_title {
		font-size: 36px;
	}
	.how-prep-button-1, .how-prep-button-2 {
		font-size: 24px;
		height: 48px;
	}
	.how-prep-button-1:before, .how-prep-button-2:before {
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
	}
	.how-prep-play {
		right: 0;
		top: 75px;
		width: 88px;
	}
	.how-prep-button{
		height: 170px;
		width: 370px;
	}
	.how-prep-button-2{
		top: 90px;
	}
	.news-full-intro{
		background-position: 80% 50%;
	}
	/*.content-60 h1, .content-60 h2, .content-60 h3, .content-60 h4, .content-60 h5, .content-60 h6, .content-60 p, .content-60 ul, .content-60 ol{
		width: auto;
	}*/
	.content-60{
		width: 100%;
	}
	.radio_block {
		margin: 10px;
	}
	.home_help_section{
		padding-top: 0;
		padding-bottom: 0;
	}
	.filter-block .section_title, .filter-block .form-control, .dropdown-menu .dropdown-item{
		font-size: 32px;
	}
	.help_section {
		margin-top: -130px;
	}
	.filter-row {
		margin-bottom: 60px;
	}
	.filter-block .form-control:after {
		width: 1rem;
		height: 1rem;
	}
	.symptoms-list .section_title{
		font-size: 40px;
	}
	#sb_instagram #sbi_images .sbi_item:first-child {
		margin-left: 64px !important;
	}
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
		max-width: 26.33%;
		padding: 10px !important;
	}
	#sb_instagram #sbi_images .sbi_item:nth-child(5), #sb_instagram #sbi_images .sbi_item:nth-child(6) {
		display: none !important;
	}
	.page404-img, .page404-desc {
		max-width: 100%;
		display: block;
	}
	.page404-desc {
		padding-left: 0;
		text-align: center;
		padding-top: 50px;
	}
	.header_menu li {
		margin-left: 1.8%;
	}
}
@media (max-width: 767px) {
	.help-section-wrap .intro-block-wrap {
		margin-top: 120px;
	}
	.filter-block, .sort-block {
		margin-bottom: 30px;
	}
	.filter-block .section_title, .filter-block .form-control, .dropdown-menu .dropdown-item {
		font-size: 24px;
	}
	.dropdown-item{
		white-space: normal;
	}
	.sort-block .dropdown-menu {
		left: -30px !important;
		right: auto;
		margin-left: 0 !important;
		min-width: 130px;
		padding: 10px 30px;
	}
	.img-content-block {
		width: 100% !important;
	}
	.sort-block .form-control{
		font-size: 16px;
	}
	.home_help_slider .slick-current .home_help_inner {
		padding-left: 0;
		max-width: 100%;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.cabinet-body {
		min-height: calc(100vh - 275px);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.cabinet .header{
		position: fixed;
	}
	.cabinet-right {
		left: 0;
		position: relative;
		top: 80px;
		display: block;
		padding: 70px 20px 120px;
	}
	.cabinet-right .block_title {
		font-size: 35px;
		padding: 0 !important;
		margin-bottom: 40px;
	}
	.mobile-cab-footer{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		background-color: #562fb9;
		height: 100px;
		z-index: 95;
	}
	.cabinet-zero  .mobile-cab-footer{
		background-color: #000;
	}
	.cabinet-pep .mobile-cab-footer{
		background-color: #95d2d4;
	}
	.mobile-cab-footer .progress {
		width: 300px;
		position: relative;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		border-radius: 12px;
		border: solid 1px #fff;
		background-color: transparent;
		height: 8px;
		max-width: 100%;
		margin-left: 0;
	}
	.mobile-cab-footer .progress .progress-bar {
		background-color: #fff;
	}
	.mobile-cab-footer .btn_link{
		color: #fff !important;
		padding: 0 !important;
		margin: 20px 0 0;
		height: auto;
	}
	.cabinet-zero .mobile-cab-footer .btn_link {
		margin-top: 5px;
	}
	.cab-close{
		top: 24px;
		font-size: 19px;
		font-weight: 700;
		position: absolute;
	}
	.cab-close i {
		top: -1px;
	}
	.cabinet-right .btn_link.disabled, .cabinet-right .btn_link:disabled{
		color: #d1d1d1 !important;
		opacity: 1;
	}
	.cabinet-right .prev_btn {
		padding: 0;
		position: absolute;
		top: 20px;
		left: 20px;
		height: auto;
		white-space: nowrap;
	}
	.cabinet-right .section_title {
		font-size: 30px;
		margin-bottom: 25px !important;
		min-height: 0;
	}
	.zero-progress .progress-value {
		font-size: 36px;
	}
	.zero-progress {
		position: relative;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		color: #fff;
		margin: 0;
	}
	.cabinet-right .section_title br{
		display: none;
	}
	.radio_block, .btn-cab {
		margin: 9px 0;
	}
	.radio_btn + label, .checkbox_btn + label, .btn-cab {
		width: 331px;
		height: 60px;
		font-size: 16px;
	}
	.cabinet-body-inner {
		padding: 20px 15px;
		font-size: 16px;
		line-height: 1.45;
		height: 340px;
	}
	.cabinet-body-inner .scroll-block {
		min-height: calc(50vh - 40px);
		height: 300px;
	}
	.cabinet-body-inner p, .cabinet-body-inner ul, .cabinet-body-inner ul li {
		margin-bottom: 15px;
	}
	.nicescroll-rails {
		margin-left: 0;
	}
	.full-news-description {
		padding: 50px 0;
	}
	.content h2 {
		font-size: 40px;
	}
	.content h3 {
		font-size: 30px;
	}
	.default_btn.slick-arrow {
		font-size: 24px;
		margin-top: -10px;
	}
	.slick-prev.default_btn {
		left: 20px;
	}
	.slick-next.default_btn {
		right: 20px;
	}
	.news-full-intro .intro-block-wrap {
		height: 100%;
		padding-top: 0;
		margin-top: 0;
		display: flex;
		align-items: flex-end;
	}
	.news-full-intro {
		height: 70%;
	}
	.news-full-intro > div,
	.news-full-intro > div > div,
	.news-full-intro > div > div > div {
		height: 100%;
	}
	.news-full-intro .intro-block-wrap .intro-block {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.shares-block{
		display: block !important;
		margin-top: 10px;
	}
	.intro-section-wrap + section {
		padding-top: 255px;
		margin-top: -255px;
		padding-bottom: 30px;
	}
	.intro-block-wrap {
		height: auto;
		display: block;
		min-height: auto;
		position: relative;
		z-index: 2;
		margin-top: 310px;
	}
	.intro-block {
		display: block;
		min-height: 20%;
		padding: 40px 20px 25px;
		position: relative;
		margin: 0 auto;
		color: #000;
	}
	.intro-dark-bg .intro-block{
		color: #fff !important;
	}
	.intro-dark-bg .intro-block:before{
		background-color: #000;
	}
	.intro-green-bg .intro-block:before{
		background-color: #95d2d4;
	}
	.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;
	}
	body {
		font-size: 16px;
	}
	.header_top {
		padding: 11px 0 9px;
	}
	.header .tickertape_box {
		left: 85px;
		display: none;
	}
	.header_menu {
		margin: 0 0 27px;
		display: block;
	}
	.header_nav{
		display: none;
	}
	.page_title {
		font-size: 60px;
		margin-bottom: 20px;
	}
	.slide__header {
		align-items: flex-start;
		text-align: center;
	}
	.hero_slide_content {
		padding: 100px 0;
	}
	.slide__img {
		background-position: 65%;
	}
	.slides-nav {
		right: 0;
		width: 100%;
		justify-content: center;
		bottom: 45px;
	}
	.slice-slides .slides-nav li {
		margin: 0 2px;
	}
	.appointment_text {
		font-size: 40px;
	}
	.appointment_box, .getpep_box, .home_services_content, .home_services_img, .home_help_section, .home_help_item, .home_follow_block, .custom_block {
		min-height: 0;
	}
	.appointment_box{
		padding-top: 65px;
		padding-bottom: 65px;
		text-align: center;
	}
	.appointment_text{
		margin-top: 55px;
		margin-bottom: 100px;
	}
	/*.appointment_box_content ul:not([class]) {
		margin-left: 0;
		list-style: none;
	}*/
	.appointment_box_content p br{
		display: none;
	}
	.slider-btn{
		width: 33px;
	}
	.getpep_content {
		position: relative;
	}
	.getpep_content {
		top: 20px !important;
		-webkit-transform: translateY(0) !important;
		-moz-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		-o-transform: translateY(0) !important;
		transform: translateY(0) !important;
		bottom: auto !important;
		left: -30px !important;
		right: auto !important;
		padding: 13px 26px 32px !important;
	}
	.getpep_box {
		padding-left: 48px !important;
		padding-right: 33px !important;
		padding-top: 30px;
		padding-bottom: 30px
	}
	.home_getpep_slider .slick-track > div:nth-child(2) .getpep_content:before {
		right: auto;
		border-right: 0;
		border-bottom: 0;
		top: 100%;
		left: 0;
		border-top: 30px solid #fff;
		border-left: 120px solid transparent;
	}
	.getpep_section {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	p {
		margin-bottom: 25px;
	}
	.home_services_slider {
		padding: 85px 0 40px 15px;
	}
	.section_title {
		font-size: 40px;
	}
	.home_services_content {
		padding-right: 30px;
		margin-bottom: 50px;
		padding-top: 0;
		padding-bottom: 0;
		min-height: auto;
	}
	.home_services_img{
		padding-top: 0;
		padding-bottom: 0;
		min-height: auto;
	}
	.home_services_text {
		margin-bottom: 30px;
	}
	.home_help_slider .ms-bullets{
		display: none;
	}
	.home_donate_section {
		padding: 60px 15px 80px;
	}
	.home_donate_section .home_services_text {
		margin-bottom: 30px;
	}
	.home_follow_block {
		padding: 0;
	}
	.home_follow_section {
		padding: 60px 15px;
	}
	.home_follow_section .section_title, .home_follow_text {
		margin-bottom: 30px;
	}
	.home_advice_section {
		padding: 50px 0 10px;
	}
	.home_advice_item {
		margin: 0 auto 60px !important;
	}
	.block_title {
		font-size: 30px;
	}
	.home_advice_info {
		margin-bottom: 12px;
	}
	.home_advice_item .block_title {
		padding-right: 36px;
	}
	.footer_top {
		padding: 0 15px;
		color: #000;
		background: #fff;
	}
	.footer_signup_control {
		margin-bottom: 35px;
	}
	.footer_signup_btn {
		font-size: 20px;
		position: relative;
	}
	.footer_signup {
		background-color: #562fb9;
		padding: 40px 30px 50px;
		margin: 0 -30px 35px;
		color: #fff;
	}
	.footer-top-bg {
		top: 182px;
		margin-top: 0;
		width: 106px;
	}
	.footer_signup .block_title {
		max-width: 200px;
	}
	.footer {
		font-size: 12px;
		line-height: 1.42;
	}
	.footer_top a {
		color: #000;
	}
	.footer_box .md_title {
		margin: 0 0 15px;
	}
	.footer_box{
		margin-bottom: 35px;
	}
	.footer p {
		margin-bottom: 0;
	}
	.footer_bottom {
		text-align: right;
		border-top: solid 1px #979797;
		margin: 0 20px;
		padding: 20px 10px;
	}
	.footer_logo {
		width: 242px;
		margin-left: auto;
	}
	.footer_bottom .row + .row {
		margin-top: 0;
	}
	.intro-section {
		padding-top: 80px;
		background-color: transparent !important;
		height: auto;
		position: relative;
		min-height: 580px;
	}
	.intro-block .page_title {
		font-size: 60px;
	}
	.intro-section-img:before {
		left: -30px;
		top: 15px;
	}
	.intro-section-img {
		max-width: 200px;
	}
	.intro-section-wrap {
		overflow: visible;
		padding-bottom: 40px;
	}
	.custom_block{
		padding: 50px 15px;
		/*min-height: 500px;*/
	}
	.section_block{
		padding: 25px 15px;
		max-width: 100%;
	}
	.need_pep_block {
		max-width: 320px;
		margin: 0 auto 80px;
	}
	.need_pep_quest {
		font-size: 26px;
		padding: 16px 30px 22px;
	}
	.need_pep_quest:before {
		border-top: 15px solid #e4a8c1;
		border-left: 30px solid transparent;
	}
	.need_pep_ansver {
		width: 195px;
		padding: 15px 20px 15px;
	}
	.need_pep_ansver:before {
		top: -15px;
		border-right: 30px solid transparent;
		border-bottom: 15px solid #562fb9;
	}
	.need_pep_img {
		margin: 0 10px 0 10px;
		width: 65px;
		position: relative;
		top: -10px;
	}
	.custom_section{
		padding: 25px 0;
		display: block;
		max-height: initial;
		min-height: auto;
	}
	.p_xs_none{
		padding-bottom: 0 !important;
	}
	.p_xs_none .section-head, .p_xs_none .section_title{
		margin-bottom: 0;
	}
	.rotate-block {
		padding-right: 0;
	}
	.rotate-block:before {
		right: -25px;
		left: -25px;
	}
	.history-slider .slick-dots {
		display: block !important;
		margin-top: 0;
		white-space: nowrap;
		overflow-x: auto;
		padding-bottom: 10px;
		padding-top: 22px;
		top: 0;
		left: -15px;
	}
	.history-slider .slick-dots li:not(:first-child) {
		margin-left: 80px;
	}
	.history-slider .slick-dots:before {
		display: none;
	}
	.history-slider .slick-dots li:after{
		position: absolute;
		top: -1px;
		z-index: 2;
		left: 15px;
		width: 135px;
		background-color: #fff;
		height: 2px;
		content: "";
	}
	.history-slider .slick-dots li:last-child:after{
		display: none;
	}
	/*.history-slider .slick-dots li {
		font-size: 18px;
		margin-right: 30px;
		padding-top: 20px;
	}
	.history-slider .slick-dots li:last-child{
		margin-right: 0;
	}
	.history-slider .slick-dots li button {
		font-size: 18px;
	}
	.history-slider .slick-dots li:before {
		width: 18px;
		height: 18px;
		border: solid 2px #fff;
	}
	.history-slider .slick-dots li.slick-active:before {
		width: 28px;
		height: 28px;
	}*/
	.team-block {
		padding: 30px 15px 60px;
	}
	.team-block .card-body {
		padding: 30px 15px 1px;
	}
	.team-block .card-body .media {
		display: block;
	}
	.team-block .card-body img {
		margin-right: 0;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.team-block .card + .card {
		margin-top: 25px;
	}
	.history-section {
		padding: 60px 15px;
	}
	.team-block .card-header button .icon-collapse {
		top: 17px;
		width: 20px;
	}
	.history-desc {
		padding-right: 0;
		border-bottom: 1px solid #979797;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.history-row:before{
		display: none;
	}
	.history-header {
		padding-left: 0;
	}
	.history-row {
		min-height: auto;
	}
	.section_block_head .section-head, .section_block_head .section_title {
		margin-bottom: 0;
	}
	.community-section {
		padding: 45px 0 250px;
		position: relative;
	}
	.community-section .col-md-6{
		position: static;
	}
	.community-section .col-md-6:first-child .section_block{
		padding-bottom: 0;
	}
	.community-section .col-md-6:last-child .section_block{
		padding-top: 0;
	}
	.community-block .community-img{
		position: absolute;
		bottom: 90px;
		left: 32px;
		margin-top: 0;
		padding-top: 60px;
	}
	.awards-section {
		padding: 75px 15px;
	}
	.awards-section .section-head {
		margin-bottom: 40px;
	}
	.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;
	}
	.header_menu li a {
		font-size: 30px;
		line-height: 1.5;
	}
	.header_top_menu {
		margin-bottom: 38px;
		display: inline-flex;
	}
	.header_top_menu+.header_top_menu {
		margin-top: 0 !important;
	}
	#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: 25px;
	}
	.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;
		margin-top: -4px;
	}
	.intro-section-img {
		position: absolute;
		height: 500px;
		overflow: hidden;
		width: 100%;
		max-width: 100%;
		z-index: 1;
		top: 80px;
		left: 0;
	}
	.intro-section-img:before{
		display: none;
	}
	.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;
	}
	.community-img-1 {
		width: 99px;
		margin-left: 20px;
	}
	.community-img-2 {
		width: 90px;
	}
	.community-img .btn-dark-blue {
		margin-left: 0;
		font-size: 30px;
		height: 46px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		padding: 5px 15px 5px;
	}
	.community-img .btn-dark-blue:before {
		border-top: 23px solid transparent;
		border-bottom: 23px solid transparent;
	}
	.more-award-btn {
		padding: 15px 30px 15px 0;
		position: relative;
		border-top: solid 2px #fff;
		border-bottom: solid 2px #fff;
		content: '';
		color: #fff;
		font-family: "acumin-pro-condensed", sans-serif;
		font-size: 19px;
		font-weight: bold;
		cursor: pointer;
		text-transform: uppercase;
		margin-top: -32px;
	}
	.more-award-btn img{
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.awards-block .block_title {
		margin-bottom: 5px;
		line-height: 1.07;
	}
	.awards-block {
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.awards-block:last-child{
		margin-bottom: 0;
	}
	.awards-block:nth-child(n+4){
		display: none;
	}
	.open-all-awards .awards-block{
		display: block !important;
	}
	.chems_advisors {
		max-width: 100%;
		padding: 0 15px;
	}
	.chems_advisors_img {
		position: relative;
		right: 0;
		margin-left: auto;
		width: 228px;
		margin-top: 80px;
	}
	.chems_advisors_img-1 {
		width: 105px;
		right: 0;
	}
	.chems_advisors_img-2 {
		top: -45px;
		right: 95px;
		width: 60px;
	}
	.chems_advisors_img-3 {
		width: 105px;
	}
	.chems_advisors_section {
		padding-bottom: 50px !important;
	}
	.clinic_open {
		padding: 40px;
		margin: 50px 0;
	}
	.clinic_open:after {
		top: -37px;
		right: -2px;
		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		transform: rotate(3deg);
		border-right: 80px solid transparent;
	}
	.clinic_open:before {
		left: 10px;
		right: 10px;
		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	.clinic_open_img {
		margin-top: -35px;
		margin-left: -95px;
		width: 140px;
	}
	.open-times_img {
		width: 250px;
		position: relative;
		bottom: auto;
		top: 70px;
		margin-left: 15%;
		right: auto;
	}
	.clinic_serv {
		padding: 40px 30px 10px;
	}
	.clinic_serv:before {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.clinic_serv:after {
		top: -53px;
		right: 7px;
		border-right: 80px solid transparent;
		border-bottom: 45px solid #e4a8c1;
	}
	.clinic {
		max-width: 100%;
	}
	.dark-bg-xs {
		background-color: #000;
	}
	.blue-bg-xs {
		background-color: #562fb9;
	}
	.walk-in-section .custom_block {
		min-height: 50vh;
	}
	.living_section .section-head {
		margin-bottom: 40px;
	}
	.living_block{
		margin-bottom: 90px;
	}
	.living_block .bhead {
		margin-bottom: 50px;
	}
	.living_section{
		padding-bottom: 75px !important;
	}
	.line_section {
		padding: 31px 0 36px;
	}
	.about-living {
		padding: 65px 0;
	}
	.about-living-list .section_title {
		margin-right: 12px;
	}
	.dark-bg .intro-block:before {
		background-color: #fff;
	}
	.filter-row {
		margin-bottom: 50px;
	}

	.help_section .block_title {
		min-height: auto;
	}
	.intro-block .custom-underline{
		color: #000 !important;
		font-size: 20px;
	}
	.intro-block .custom-underline:before{
		background-color: #000;
	}
	.intro-red-bg .intro-block:before{
		background-color: #e4a8c1;
	}
	.map-title{
		margin-bottom: 40px;
	}
	.map {
		height: 400px;
	}
	.map-section {
		padding-bottom: 80px !important;
	}
	.work-time {
		width: auto;
	}
	.work-time td {
		font-size: 24px;
	}
	.how-prep-button {
		margin-top: 30px;
	}
	/*
	.cabinet .header_top_menu li ul {
		top: 100%;
		bottom: auto;
		left: 0;
	}
	.cabinet .header_top_menu li:hover ul {
		display: none;
	}
	.cabinet .dropdown-menu.show {
		display: block !important;
	}
	.cabinet .header_top_menu li:hover a:after {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.cabinet .header_top_menu{
		display: block;
		margin-top: 35px;
		padding: 0;
		margin-bottom: 0;
	}
	.cabinet .header_top_menu>li{
		margin-right: 0;
		display: block;
		margin-bottom: 20px;
	}
	.cabinet .header_top_menu li a {
		font-size: 30px;
		padding: 0;
	}
	.cabinet .header_top_menu li img {
		width: 30px;
		margin-right: 5px;
	}
	*/
	.mobile-menu .social_links {
		margin-top: 30px;
	}
	.section-head p br{
		display: none;
	}
	.mobile-cab-footer .progress{
		margin-left: 0;
	}
	.home_help_section{
		background: #fff;
		padding: 0;
		min-height: auto;
	}
	.home_help_slider{
		padding-top: 140px;
		padding-bottom: 90px;
	}
	.home_help_slider .slider-count{
		top: 90px
	}
	.home_help_slider .slider-btn {
		left: auto;
		right: 0;
		background: #562fb9;
		color: #fff;
	}
	.home_help_item{
		padding-right: 50px !important;
		min-height: auto;
		padding-top: 0;
		padding-bottom: 0;
		display: block;
		padding-left: 30px;
	}
	.videoPoster:before {
		margin: -25px 0 0 -25px;
		width: 50px;
		height: 50px;
	}
	.our-team-section {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0 !important;
	}
	.our-team-section .section-head{
		margin-bottom: 35px;
	}
	.our-team-row .section_block {
		max-width: 100%;
		padding: 0 !important;
		margin-bottom: 20px;
	}
	.custom_h_block {
		min-height: auto;
		width: 100%;
	}
	.services-list li {
		margin-bottom: 20px;
	}
	.services-section .section_title {
		padding-left: 20px;
	}
	.getpep_content_inner .layer{
		position: relative !important;
	}
	.home_follow_img {
		margin: 0 -30px;
	}
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
		max-width: 39%;
		padding: 15px 18px !important;
	}
	#sb_instagram #sbi_images .sbi_item:first-child {
		margin-left: 60px !important;
	}
    .full-img {
        height: 400px;
        margin-bottom: 50px;
    }
	.page404 {
		padding: 100px 15px 80px;
	}
}
@media (orientation: landscape) and (max-width: 820px){

}
@media (orientation: portrait) and (max-height: 600px){
}
@media (max-width: 575px) {
	.about-living-img {
		width: 118px;
		top: auto;
		position: relative;
		display: block;
		margin-left: auto;
		margin-top: 20px;
	}
	.how-prep-button{
		width: 280px;
	}
	.how-prep-button-1, .how-prep-button-2 {
		font-size: 18px;
		height: 38px;
		text-shadow: 1px 2px 0 rgb(86, 160, 162);
	}
	.how-prep-button-1{
		padding: 13px 8px !important;
	}
	.how-prep-button-2{
		padding: 13px 16px !important;
	}
	.how-prep-button-1:before, .how-prep-button-2:before {
		border-top: 22px solid transparent;
		border-bottom: 22px solid transparent;
	}
	.how-prep-button-1{
		left: 35px;
	}
}
@media (max-width: 467px) {
	.clinic_serv:after {
		top: -50px;
	}
	.symptoms-list .section_title{
		font-size: 24px;
	}
}
@media (max-width: 374px) {
	.home_advice_item .block_title {
		padding-right: 0;
	}
	.md_title {
		font-size: 21px;
	}
	.footer {
		font-size: 11px;
	}
	.footer_bottom {
		padding: 20px 0;
	}
	.btn {
		padding: 10px 15px 10px;
	}
	.radio_btn + label, .checkbox_btn + label, .btn-cab {
		width: 280px;
	}
	.help_section {
		margin-top: -230px;
	}
	.help-section-wrap .intro-block-wrap {
		margin-top: 85px;
	}
	#menu-mobile-above-header-menu, .header_top_menu>li:not(:last-child){
		margin-right: 22px;
	}
}

@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;
	}
	*::-ms-backdrop, .walk-in-block::before{
		top: -1px;
	}
	*::-ms-backdrop, .nicescroll-cursors{
		right: -1px;
		width: 9px !important;
	}
}
.marginfix{
	margin-left: 22%!important;
}
.marginfiximg{
    margin-left:13%!important;
}
@media (max-width: 767px){
	.marginfix{
		margin-left: 7%!important;
	}
	.marginfiximg{
	    margin-left:7%!important;
	}
}

.single-content{
	background-color: #562fb9;
	padding: 190px 0 120px;
}

.wr-single-content{
	color: #fff;
	max-width: 900px;
	width: 100%;
}

.wr-single-content h2,
.wr_single_content h2,
.wr_checkboxes h2,
.wr_range_slider h2{
	font-size: 50px;
	line-height: 1.04;
	font-weight: 900;
	margin-bottom: 40px;
}

.wr-single-content p{
	max-width: 750px;
	width: 100%;
}

.three_columns_btns{
	padding: 100px 0;
}
.three_columns_btns .btn:before,
.wr_btns_with_start_again .btn:before {
	display: none;
}

.three_columns_btns .btn,
.wr_btns_with_start_again .btn {
	font-size: 19px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin: 0;
	text-transform: none;
	font-family: 'Sen', sans-serif;
	font-weight: 400;
	max-width: 246px;
	width: 100%;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #d3d3d3;
	transition: all 250ms ease-in;
}
.three_columns_btns .btn:hover,
.wr_btns_with_start_again .btn:hover {
	border: 2px solid #562fb9;
	transition: all 250ms ease-in;
}
.wr_three_columns_btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content_with_img{
	padding: 120px 0;
	color: #fff;
}
.content_with_img h2{
	font-weight: 900;
	font-size: 50px;
	line-height: 1.04;
	max-width: 930px;
	text-transform: uppercase;
}
.dark_bg{
	background-color: #000;
}
.left_img_right_content{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.left_img_right_content .wr_img{
	max-width: 410px;
	width: 100%;
	margin-right: 50px;
}
.left_img_right_content .wr_img img{
	width: 100%;
	height: auto;
}

.left_img_right_content .content{
	max-width: 495px;
	width: 100%;
}
.left_img_right_content .content p{
	font-size: 22px;
}

.left_img_right_content .content .btn{
	margin-top: 40px;
	display: flex;
	max-width: 180px;
	align-items: center;
	background-image: none;
	justify-content: center;
	position: relative;
	padding: 0;
	border: 0;
	background-color: #e4a8c1;
	transition: all 250ms ease-in;
}
.left_img_right_content .content .btn:hover{
	transition: all 250ms ease-in;
	background-color: #e498b7;
}
.btn-with-triangle:before{
	content: '';
	left: auto;
	position: absolute;
	top: 0;
	right: -15px;
	border-style: solid;
	border-width: 20px 0 20px 15px;
	border-color: transparent transparent transparent #e4a8c1;
	transition: all 250ms ease-in;
}
.btn-with-triangle:hover:before{
	transition: all 250ms ease-in;
	border-color: transparent transparent transparent #e498b7;
}
.banner_single .wr_banner_single{
	min-height: 600px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding-bottom: 120px;
}
.banner_single .wr_banner_single h1{
	font-size: 115px;
	font-weight: 900;
	line-height: 0.96;
	text-transform: uppercase;
}
.wr_single_content{
	max-width: 733px;
	width: 100%;
}
.wr_single_content h2, .wr_checkboxes h2, .wr_range_slider h2{
	text-transform: uppercase;
}
.wr_single_content li{
	margin-bottom: 15px;
}
.single_content{
	padding: 90px 0 60px;
}
.two_col_img{
	padding: 30px 0 40px;
}
.two_col_img .wr_two_col_img{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 70px;
}
.two_col_img .wr_two_col_img .wr_img img{
	max-width: 100%;
	width: 100%;
}
.two_col_img .caption{
	font-size: 13px;
	margin-top: 12px;
}
.large_ol{
	margin-bottom: 45px;
	margin-left: 30px;
	font-family: "acumin-pro-condensed", sans-serif;
	font-size: 35px;
	font-weight: 900;
	line-height: 1.06;
	text-transform: uppercase;
}
.large_ol h3{
	display: inline;
	font-family: "acumin-pro-condensed", sans-serif;
	font-size: 35px;
	font-weight: 900;
	line-height: 1.06;
	text-transform: uppercase;
}
.large_ol li{
	margin-bottom: 25px;

}
.black_class{
	background-color: #000;
	color: #fff;
}
.btns_with_start_again{
	padding-bottom: 100px;
}
.wr_btns_with_start_again{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.start_again_btn{
	display: flex;
	align-items: center;
}

.start_again_btn span{
	margin-right: 20px;
	color: #000000;
	display: block;
	font-size: 22px;
	line-height: 1.36;
	border-bottom: solid 3px #e4a8c1;
}

.start_again_btn img{
	height: 45px;
}
.checkboxes_wrapper, .range_slider{
	padding: 100px 0;
}
.wr_checkboxes .content,
.wr_range_slider .content,
.content_two_columns .content{
	column-count: 2;
	padding-top: 20px;
	column-gap: 120px;
}
.wr_range_slider .content{
	margin-bottom: 50px;
}

.wr_three_columns_checkbox{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	padding-top: 40px;
}
.wr_three_columns_checkbox .wr_item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
.wr_three_columns_checkbox .wr_item input{
	visibility: hidden;
	width: 0;
}
.wr_three_columns_checkbox .wr_item label{
	margin-bottom: 0;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
	font-size: 16px;
}
.wr_three_columns_checkbox .wr_item label:after{
	content: '';
	min-width: 22px;
	height: 22px;
	border: 1px solid #000;
	border-radius: 50%;
}
.wr_three_columns_checkbox .wr_item label:before{
	content: '';
	position: absolute;
	opacity: 0;
	transition: all 250ms ease-in;
	min-width: 12px;
	min-height: 12px;
	border-radius: 50%;
	background-color: #562fb9;
	right: 5px;
	top: calc(50% - 6px);
}

.black_checkboxes .wr_three_columns_checkbox .wr_item,
.black_range_slider .wr_three_columns_checkbox .wr_item{
	border-bottom: 1px solid #fff;
}

.black_checkboxes .wr_three_columns_checkbox .wr_item label:after,
.black_range_slider .wr_three_columns_checkbox .wr_item label:after{
	border-color: #fff;
}

.wr_item input:checked + label:before,
.wr_item input.checked + label:before{
	opacity: 1;
	transition: all 250ms ease-in;
}

.make_all_checked{
	cursor: pointer;
	margin-top: 30px;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.36;
	text-align: right;
}
.wr_item_checkbox h3,
.wr_mixed .wr_item h3{
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 35px;
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 900;
	max-width: 600px;
	line-height: 1.06;
}
.wr_mixed .wr_item:first-child h3{
	margin-top: 0;
}
.wr_item .wr_slider{
	margin-top: 70px;
	display: flex;
	flex-direction: column-reverse;
}

.black_checkboxes, .black_range_slider{
	background-color: #000;
	color: #fff;
}
.title_slider{
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 10px;
	line-height: 1.36;
}
.range{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.wr_range_slider .wr_item{
	margin-bottom: 80px;
}
.wr_range_slider .wr_item:last-child{
	margin-bottom: 0;
}
.content_bottom{
	margin-bottom: 0;
}
.content_two_columns, .mixed{
	padding: 100px 0;
}
.wr_two_columns_textarea{
	margin-top: 90px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 120px;
}
.wr_two_columns_textarea label{
	font-size: 35px;
	margin-bottom: 40px;
	font-weight: 900;
	line-height: 1.06;
	font-family: "acumin-pro-condensed", sans-serif;
	text-transform: uppercase;
}
.wr_checkboxes .wr_item_checkbox:first-child h3{
	margin-top: 0;
}
.wr_two_columns_textarea .textarea{
	display: block;
	width: 100%;
	background-color: transparent;
	padding: 15px;
	box-sizing: border-box;
	object-fit: contain;
	resize: none;
	border: solid 1px #979797;
	min-height: 330px;
}
.wr_item .wr_textarea_block .textarea{
	margin-left: auto;
	display: block;
	width: 100%;
	background-color: transparent;
	padding: 15px;
	margin-top: 20px;
	max-width: 550px;
	box-sizing: border-box;
	object-fit: contain;
	resize: none;
	border: solid 1px #979797;
	min-height: 330px;
}
.rangeslider--horizontal{
	height: 12px !important;
}
.rangeslider, .rangeslider__fill{
	box-shadow: none !important;
	border-radius: 8px !important;
}
.rangeslider{
	border: 1px solid #d1d1d1 !important;
	background-color: transparent !important;
}
.rangeslider__fill{
	background-color: #562fb9 !important;
}
.rangeslider__handle{
	width: 36px !important;
	height: 36px !important;
	background-color: #fff !important;
	border: 1px solid #979797;
	background-image: none; !important;
	box-shadow: none !important;
}
.rangeslider__handle:after{
	display: none !important;
}
.rangeslider--horizontal .rangeslider__handle{
	top: -13px !important;
	margin-left: -2px;
}
.mr_0{
	margin-left: 0 !important;
}
.rangeslider--horizontal .rangeslider__fill {
	top: -1px !important;
	height: calc(100% + 3px) !important;
	left: -2px !important;
}
.current_value{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -30px;
	position: absolute;
}
.btn_download{
	z-index: 99;
	min-height: 65px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	text-transform: uppercase;
	background-color: #e4a8c1;
	text-align: center;
	position: absolute;
	font-family: "acumin-pro-condensed", sans-serif;
	font-size: 22px;
	font-weight: 900;
	left: 80%;
	padding: 12px 20px;
	line-height: 22px;
	transition: all 250ms ease-in;
}
.btn_download:hover{
	transition: all 250ms ease-in;
	background-color: #e498b7;
}
.black_range_slider .wr_two_columns_textarea .textarea{
	color: #fff;
}
/*.current_value{*/
/*	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.17);*/
/*	height: 34px;*/
/*	top: -40px;*/
/*	font-size: 15px;*/
/*	background-color: #fff;*/
/*	color: #000;*/
/*	border-radius: 50%;*/
/*}*/
.html_textarea{
	display: none;
}
.white_textarea, .white_range_slider,
.white_checkboxes
{
	background-color: #fff;
}
.wr_hide_file{
	position: fixed;
	opacity: 0;
	top: 0;
	overflow: hidden;
	left: 0;
	z-index: -1;
}
.pdf_file{
	min-width: 1300px;
}
.pdf_file .wr_three_columns_checkbox .wr_item label:after,
.pdf_file .wr_three_columns_checkbox .wr_item{
	border: 0;
}
.pdf_file .rangeslider__handle{
	display: none;
}
.wr-single-content h2{
	text-transform: uppercase;
}
.single_content p a,
.content_two_columns p a{
	color: #000000;
	font-weight: 900;
}
.wr_item_checkbox .make_all_checked,
.wr_mixed .wr_item .make_all_checked{
	margin-top: 10px;
	position: relative;
	top: -40px;
}
.make_all_checked.static{
	position: static;
}
.wr_textarea_block{
	margin: 0;
	top: -93px;
	position: relative;
	margin-bottom: -93px;
}
p span.underline{
	border-bottom: solid 2px #e4a8c1;
	padding-bottom: 2px;
}
.range .item{
	width: 30px;
}
.range .item:nth-child(2){
	text-align: center;
}
.range .item:nth-child(3){
	text-align: right;
}
.range .item:nth-child(1){
	text-align: left;
}
.single_content p a{
	background-position: 0 105%;
	background-size: 100% 3px;
	/*border-bottom: 2px solid #ebb1c9;*/
}
.single_content p a:hover{
	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;
}

@media (max-width: 1100px){
	.single-content{
		padding: 120px 0 80px;
	}
	.content_with_img{
		padding: 100px 0;
	}
	.three_columns_btns{
		padding: 80px 0;
	}
	.wr_textarea_block{
		position: static;
		margin-bottom: 0;
	}

}
@media (max-width: 991px){
	.wr_three_columns_btn{
		flex-direction: column;
	}
	.wr_three_columns_btn .btn{
		margin-bottom: 20px;
	}
	.wr_three_columns_btn .btn:last-child{
		margin-bottom: 0;
	}
	.wr_three_columns_checkbox{
		grid-template-columns: 1fr 1fr;
	}
	.wr_item .wr_textarea_block .textarea{
		max-width: 100%;
	}
	.btn_download{
		left: auto;
		right: 0;
	}
	.wr_item_checkbox .make_all_checked,
	.wr_mixed .wr_item .make_all_checked{
		position: static;
		margin-top: 30px;
	}
}
@media (max-width: 767px){
	.three_columns_btns{
		padding: 70px 0;
	}
	.content_with_img{
		padding: 70px 0;
	}
	.content_with_img h2,
	.wr-single-content h2,
	.wr_single_content h2,
	.wr_checkboxes h2,
	.wr_range_slider h2{
		font-size: 40px;
		line-height: 42px;
	}
	.left_img_right_content{
		flex-direction: column;
		align-items: flex-start;
	}
	.left_img_right_content .wr_img{
		margin-bottom: 30px;
	}
	.left_img_right_content .content{
		max-width: 100%;
	}
	.single_content{
		padding: 60px 0 20px;
	}
	.large_ol h3, .large_ol{
		font-size: 25px;
	}
	.large_ol li{
		margin-bottom: 15px;
	}
	.banner_single .wr_banner_single h1{
		font-size: 60px;
	}
	.banner_single .wr_banner_single{
		padding-bottom: 110px;
		padding-top: 140px;
		min-height: auto;
	}
	.btns_with_start_again{
		padding-bottom: 70px;
	}
	.checkboxes_wrapper, .range_slider,
	.content_two_columns, .mixed{
		padding: 70px 0;
	}
	.wr_two_columns_textarea{
		margin-top: 20px;
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
}
@media (max-width: 575px){
	.content_with_img h2,
	.wr-single-content h2,
	.wr_checkboxes h2,
	.wr_range_slider h2{
		font-size: 30px;
		line-height: 32px;
	}
	.content_with_img {
		padding: 50px 0;
	}
	.single_content{
		padding: 70px 0 50px;
	}
	.two_col_img .wr_two_col_img{
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.two_col_img .caption{
		margin-bottom: 0;
	}
	.two_col_img{
		padding: 50px 0 70px;
	}
	.large_ol h3, .large_ol{
		font-size: 20px;
	}
	.wr_btns_with_start_again{
		flex-direction: column;
	}
	.start_again_btn{
		margin-top: 20px;
	}
	.btns_with_start_again{
		padding-bottom: 50px;
	}
	.wr_checkboxes .content, .wr_range_slider .content, .content_two_columns .content{
		column-count: 1;
	}
	.wr_three_columns_checkbox{
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
	.wr_checkboxes h2, .wr_range_slider h2{
		margin-bottom: 20px;
	}
	.wr_three_columns_checkbox .wr_item{
		margin-bottom: 0;
	}
	.wr_three_columns_checkbox .wr_item label{
		font-size: 16px;
	}
	.wr_range_slider .wr_item{
		margin-bottom: 40px;
	}
	.wr_three_columns_checkbox{
		padding-top: 10px;
	}
	.wr_range_slider .content{
		margin-bottom: 20px;
	}
	.make_all_checked {
		cursor: pointer;
		margin-top: 20px;
		font-size: 18px;
	}
	.wr_item_checkbox h3, .wr_mixed .wr_item h3, .wr_two_columns_textarea label{
		font-size: 25px;
	}

	.wr_two_columns_textarea label{
		margin-bottom: 20px;
	}

	.content_two_columns .content{
		padding-top: 0;
	}
	.wr_two_columns_textarea{
		grid-gap: 40px;
	}

	.wr_two_columns_textarea .textarea,
	.wr_item .wr_textarea_block .textarea{
		min-height: 200px;
		width: 100%;
	}
	.wr_item_checkbox h3, .wr_mixed .wr_item h3{
		margin-top: 65px;
	}

	.wr_item_checkbox .make_all_checked, .wr_mixed .wr_item .make_all_checked{
		margin-bottom: 20px;
		text-align: left;
	}
	.left_img_right_content .content p{
		font-size: 16px;
	}
}