﻿/*
Description:
		1 - Including files ("fonts.css", "reset.css" and others)
		2 - Tags styles and General styles
		3 - header
		4 - .content
		5 - footer
		* - @media rules
*/

/* 1 - BEGIN of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-Regular.eot');
	src: url('fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
		 url('fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
		 url('fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'),
		 url('fonts/Montserrat/Montserrat-Regular.svg#Montserrat') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-Light.eot');
	src: url('fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Montserrat/Montserrat-Light.woff2') format('woff2'),
		 url('fonts/Montserrat/Montserrat-Light.woff') format('woff'),
		 url('fonts/Montserrat/Montserrat-Light.ttf') format('truetype'),
		 url('fonts/Montserrat/Montserrat-Light.svg#Montserrat') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-Medium.eot');
	src: url('fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
	   url('fonts/Montserrat/Montserrat-Medium.woff') format('woff'),
	   url('fonts/Montserrat/Montserrat-Medium.ttf') format('truetype'),
	   url('fonts/Montserrat/Montserrat-Medium.svg#Montserrat') format('svg'),
	   url('fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-SemiBold.eot');
	src: url('fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'),
		 url('fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'),
		 url('fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype'),
		 url('fonts/Montserrat/Montserrat-SemiBold.svg#Montserrat') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat/Montserrat-Bold.eot');
	src: url('fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'),
		 url('fonts/Montserrat/Montserrat-Bold.woff') format('woff'),
		 url('fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'),
		 url('fonts/Montserrat/Montserrat-Bold.svg#Montserrat') format('svg');
	font-weight: 700;
	font-style: normal;
}

/*  */

@font-face {
	font-family: 'MarketWeb';
	src: url('fonts/MarketWeb/market_web_regular.woff2') format('woff2'),
		 url('fonts/MarketWeb/market_web_regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

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

/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

/* END of CSS RESET */

/* 1 - END of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */
/* 2 - BEGIN of Tags and General styles ---------------------------------------------------------- */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 0;
}

body {
	min-height: 500px;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
	color: #363636;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:active {
	opacity: 0.6;
	outline: none;
	color: inherit;
	text-decoration: none;
}

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

button, input, textarea, select {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

button:hover, input:hover, textarea:hover, select:hover {
	opacity: 0.8;
}

strong {
	font-weight: 700;
}

em {
	font-style:italic;
}

img {
	max-width: 100%;
}

h1 {
	margin: 0 0 0;
	padding: 0 0 28px;
	font-size: 40px;
	line-height: 1.05;
	font-weight: 400;
	letter-spacing: -.03em;
}

h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 30px;
	line-height: 1.05;
	font-weight: 700;
	letter-spacing: -.03em;
}

h3 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 28px;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: 0;
}

h4, .h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 32px;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: -.02em;
}

h5 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0;
}

h6 {
	margin: 0 0 0;
	padding: 0 0 15px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0;
}

blockquote {
	display: block;
	margin: 20px auto 20px;
	max-width: 840px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
}

p {
	padding: 0 0 15px;
}

ul, ol {
	padding: 0 0 15px 20px;
}

ul ol, ul ul, ol ul, ol ol {
	padding-bottom: 0;
}

.clear:before, .clear:after {
	content: "";
	display: block;
	clear: both;
}

.hide, .hidden {
	display: none;
}

.content-wrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.alignleft, img.alignleft {
	float: left;
	display: block;
	margin: 0 5px 0 0;
}

.alignright, img.alignright {
	float: right;
	display: block;
	margin: 0 0 0 5px;
}

.aligncenter, img.aligncenter {
	float: none;
	display: block;
	margin: 0 auto 0;
}

.alignnone, img.alignnone {
	margin: 0 0 0;
	display: block;
}

.container {
	/*max-width: 1102px;*/
	/*padding-left: 14px;*/
	/*padding-right: 14px;*/
}

.container-fluid {
	/*padding-right: 14px;*/
	/*padding-left: 14px;*/
}

[class*="col-"] {
	/*padding-right: 14px;*/
	/*padding-left: 14px;*/
}

.row {
	/*margin-right: -14px;*/
	/*margin-left: -14px;*/
}

/* 2 - END of Tags styles and General styles ---------------------------------------------------------- */
/* 3 - BEGIN of header ---------------------------------------------------------- */

header {
	padding: 37px 0 37px;
	background: #FFFFFF;
	background: rgba(255,255,255,.95);
	position: absolute;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: none;
	border-bottom: 1px solid #f0f0f0;
}

.content {
	padding-top: 180px;
}

header .container-fluid {
	max-width: 1300px;
	padding: 0 20px;
}

.navbar, header, .logo, header + *, header .alignright {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-fixed {
	/*padding: 10px 0 10px;*/
	position: absolute;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
}

.header-fixed .logo {
	/*max-width: 200px;*/
}

.header-fixed .alignright {
	padding: 0 0 0;
}

.header-fixed .navbar {
	/*padding: 10px 0 0;*/
}

.logo {
	float: left;
	display: block;
	margin: 0 auto 0;
	padding: 0 0 0;
	max-width: 280px;
}

.logo img {
	display: block;
}

header .alignright {
	margin: 0 0 0 0;
	padding: 0 0 0;
	float: right;
	text-align: right;
}

header h2 {
	padding: 15px 0 15px;
	font-weight: 500;
	color: #e6007e;
	font-size: 22px;
	letter-spacing: -.02em;
}

header h3 {
	padding: 0 0 0;
	font-weight: 500;
	font-size: 21px;
	letter-spacing: -.02em;
}

header h2 a {
	font-weight: 700;
	color: inherit;
	font-size: 40px;
}

.navbar {
	margin: 0 0 0;
	padding: 29px 0 0;
	border-radius: 0;
	clear: both;
	border: none;
	min-height: 0;
	float: right;
}

.navbar-collapse {
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
}

.navbar-nav {
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
}

.navbar-nav > li {
	outline: none;
}

.navbar-nav > li:not(:first-child) {
	border-left: 2px solid #666666;
}

.navbar-nav > li > a {
	padding: 0 0 1px;
	margin: 0 12px 0;
	font-size: 18px;
	line-height: 20px;
	color: #666666;
	font-weight: 400;
	text-transform: none;
	position: relative;
	background: transparent;
}

.navbar-nav > li:last-child > a {
	margin-right: 0;
	padding-right: 0;
}

.navbar-nav > li > a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 13px;
}

.navbar-nav > li.active > a {
	color: #e6007e;
	background: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
	color: #e6007e;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
	background-color: #e5e1d4;
}

.dropdown-menu li {
	position: relative;
}

.dropdown-menu li a {
	margin: 0 0 0;
	padding: 5px 20px 5px;
}

.navbar-nav > li ul {
	min-width: 216px;
	position: absolute;
	top: 100%;
	left: 11px;
	margin: 8px 0 0;
	padding: 0 0 0;
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
	text-align: left;
	display: none;
}

.navbar-nav > li:hover > ul {
	display: block;
}

.navbar-nav > li ul li {
	list-style: none;
	display: block;
}

.navbar-nav > li ul li a {
	margin: 0 0 0;
	padding: 13px 19px 14px;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	display: block;
	border-bottom: 1px solid #e5e5e5;
}

.navbar-nav > li ul li:last-child a {
	border: none;
}

.navbar-nav > li ul li.active a, .navbar-nav > li ul li a:hover {
	background: #1fb7c1;
	color: #FFFFFF;
}

/* spinner css start */

.spinner-wr {
	background: #FFFFFF;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.spinner {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50px;
	border-radius: 50%;
	background-color: var(--theme-color-3);
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 50% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}

/* spinner css end */
/* back-to-top css start */

.back-to-top {
	position: fixed;
	bottom: 5px;
	right: 4px;
	z-index: 99;
	width: 40px;
	height: 40px;
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	background: transparent url(img/i-arr-up.png) no-repeat center center;
	background-size: 28px auto;
	cursor: pointer;
	text-decoration: none;
	text-indent: -9999px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
}

.back-to-top.show {
	opacity: 1;
}

.back-to-top:not(.show):hover {
	opacity: 0;
	cursor: default;
}

.back-to-top:hover {
	-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/* back-to-top css end */

#ho_adv {
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	left: -9999px;
}

.container-1000px {
	max-width: 1030px;
}

/* 3 - END of header ---------------------------------------------------------- */
/* 4 - BEGIN of .content ---------------------------------------------------------- */

/* 4.1 - BEGIN of .content of HOMEPAGE ---------- */

.content {
	min-height: 200px;
	position: relative;
}

.box-wr {
	padding: 60px 0 60px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/**/

:root {
	--theme-color-1: #DE1C85;
	--theme-color-2: #2351A9;
	--theme-color-3: #7A59A7;
}


html body .bg-theme-gradient-semitransparent {
	color: #ffffff;
	background: linear-gradient(270deg, rgba(222, 28, 133, .8) 0%, rgba(35, 80, 169, .8) 100%)
}

html body .bg-theme-gradient {
	color: #ffffff;
	background: linear-gradient(270deg, rgba(222, 28, 133, 1) 0%, rgba(35, 80, 169, 1) 100%)
}

html body .bg-theme-1,
html body .bg-theme-pink {
	background-color: var(--theme-color-1);
	color: #ffffff;
}

html body .bg-theme-2,
html body .bg-theme-yellow {
	background-color: var(--theme-color-2);
	color: #ffffff;
}

html body .bg-theme-3,
html body .bg-theme-blue {
	background-color: var(--theme-color-3);
	color: #ffffff;
}

/* */

html body .color-theme-1,
html body .color-theme-pink {
	color: var(--theme-color-1);
}

html body .color-theme-2,
html body .color-theme-yellow {
	color: var(--theme-color-2);
}

html body .color-theme-3,
html body .color-theme-blue {
	color: var(--theme-color-3);
}

html body .color-gray {
	color: #C2C2C2;
}

/* */

.display-inline-block {
	display: inline-block;
	vertical-align: middle;
}

.display-flex {
	gap: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

html.header-not-frozen header {
	position: absolute;
}




















.img-wr {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.img-wr img {
	display: block;
	margin: 0 auto 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.img-wr > a {
	display: block;
	overflow: hidden;
}

.img-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	color: #FFFFFF;
}

.vcenter {
	height: 100%;
	white-space: nowrap;
}

.vcenter:before,
.vcenter >* {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	word-spacing: normal;
}

.vcenter:before {
	content: "";
	height: 100%;
	margin: 0 -5px 0 0;
}

body .btn-main {
	padding: 20px 30px 20px;
	margin: 15px auto 15px;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	width: auto;
	font-style: normal;
	background: #f9b233;
	border: 2px solid;
	font-weight: 600;
	text-align: center;
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 15px;
	border-radius: 5px;
}

body .btn-main:hover {
	opacity: .8;
}

body .btn-main.bg-white {
	background-color: #ffffff;
}

body .btn-black {
	padding: 20px 51px 24px;
	margin: 15px auto 15px;
	font-size: 20px;
	line-height: 22px;
	color: #FFFFFF;
	width: auto;
	font-style: normal;
	background: #333333;
	border: 2px solid #333333;
	font-weight: 400;
	text-align: center;
	position: relative;
	display: inline-block;
	border-radius: 0;
}

body .btn-black:hover {
	color: #333333;
	background: transparent;
	opacity: 1;
}

body .box-top-slider {
	padding: 0 0 0;
}

.box-top-slider .img-wr > img {
	display: block;
	width: 100%;
}

.box-top-slider .img-overlay {
	padding: 52px 0 175px;
	position: relative;
}

.box-top-slider h1 {
	padding: 0 0 35px;
	font-size: 58px;
	letter-spacing: -.02em;
	font-weight: 600;
}

.box-top-slider h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 38px;
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: -.025em;
}

.box-top-banner-innerpage h1 {
	padding: 0 0 38px;
	font-size: 71px;
}

.box-top-banner-innerpage h1:last-child {
	padding-bottom: 0;
}

.tabs-wr {
	padding: 20px 85px 30px;
	margin: 0 auto 0;
	max-width: 1000px;
	position: relative;
	border-radius: 8px;
	z-index: 30;
}

.tabs-wr [class*="col-"] {
	padding: 0 10px;
	position: relative;
}

.tabs-wr .row {
	margin: 0 -10px;
}

.tabs-wr .col-sm-5 {
	width: 39%;
}

.tabs-wr .col-sm-2 {
	width: 22%;
}

.tabs-wr .col-sm-10 {
	width: 78%;
}

.tabs-item {
	display: none;
	padding: 17px 17px 17px;
	background: #e6007e;
	color: #FFFFFF;
}

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

.tabs-item:after {
	content: "";
	display: block;
	clear: both;
}

.tabs-nav strong {
	font-weight: 600;
	line-height: 20px;
	font-size: 20px;
}

.tabs-nav a {
	font-size: 20px;
	line-height: 1.5;
	padding: 5px 5px 5px;
	margin: 0 0 0;
	display: block;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	text-transform: none;
	position: relative;
}

.tabs-nav a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -8px;
	border-bottom: 2px solid;
	transition: all .3s ease;
	width: 0;
}

.tabs-nav a:hover:after, .tabs-nav a.active:after {
	width: 100%;
}

.tabs-nav a:hover {
	opacity: .9;
}

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

.tabs-nav {
	padding: 22px 15px 25px;
	margin: 0 0 0;
	text-align: center;
}

.tabs-nav:after {
	content: "";
	display: block;
	clear: both;
}

.tabs-nav li {
	list-style: none;
	display: inline-block;
}

.box-top-slider + .tabs-search-wr {
	margin-top: -117px;
	margin-bottom: 25px;
	z-index: 999;
}

.box-top-banner-innerpage + .tabs-search-wr {
	margin-top: -190px;
	margin-bottom: -110px;
	z-index: 999;
}

body .box-top-banner-innerpage .tabs-search-wr {
	background-color: transparent;
}

.box-search-tabs .tabs-search-wr {
	margin: -200px auto 0;
}

body .box-search-tabs .tabs-item,
body .box-top-banner-innerpage .tabs-item {
	background: #ffffff;
	border-radius: 5px;
	padding: 0 0 0;
}

body .box-search-tabs .tabs-search-wr .btn-main,
body .box-top-banner-innerpage .tabs-search-wr .btn-main {
	padding: 16px 30px 14px;
	margin: 10px 15px 0 auto;
	font-size: 16px;
	line-height: 22px;
	height: 55px;
	text-transform: uppercase;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	border: none;
}

body .box-search-tabs .tabs-search-wr .select2-container,
body .box-top-banner-innerpage .tabs-search-wr .select2-container {
	max-width: 100%;
}

body .box-search-tabs input, body .box-search-tabs textarea, body .box-search-tabs select,
body .box-top-banner-innerpage input, body .box-top-banner-innerpage textarea, body .box-top-banner-innerpage select {
	padding: 22px 20px 22px;
	height: 75px;
}

body .box-search-tabs .select2-container--default .select2-selection .select2-selection__rendered,
body .box-top-banner-innerpage .select2-container--default .select2-selection .select2-selection__rendered {
	padding: 30px 20px 15px;
	height: 75px;
}

body .box-search-tabs .select2-container--default .select2-selection,
body .box-top-banner-innerpage .select2-container--default .select2-selection {
	border: none;
}

.tabs-search-wr h3 {
	margin: 0 0 0;
	padding: 15px 0 20px;
	font-size: 40px;
	font-weight: 500;
}

.tabs-search-wr .tabs-nav li {
	margin: 0 20px 0;
	list-style: none;
	display: inline-block;
	float: none;
}

.btn-location {
	position: absolute;
	width: 26px;
	height: 26px;
	right: 19px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url('img/i-target-pink.png');
	background-position: center center;
	background-size: 23px auto;
	background-repeat: no-repeat;
	font-size: 0;
	color: transparent;
	overflow: hidden;
}

body input.location-input {
	padding-right: 50px;
	text-overflow: ellipsis;
}

.box-welcome {
	padding: 52px 0 450px;
	background: url('img/bg-hands.png') no-repeat center bottom;
}

.box-welcome h1 {
	font-weight: 400;
	padding: 0 0 20px;
}

.box-welcome h5 {
	font-size: 20px;
	margin: 0 auto;
	max-width: 900px;
	line-height: 1.6;
}

.block-items-wr {
	padding: 40px 0 0;
}

.block-item {
	padding: 0 0 0;
	margin: 0 0 30px;
	min-height: 318px;
	position: relative;
	text-align: left;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

body .block-item-icon {
	font-size: 30px;
	line-height: 1;
	border-radius: 50px;
	border-radius: 50%;
	padding: 8px 5px 5px;
	width: 60px;
	height: 60px;
	margin: -30px 30px 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body .block-item-icon img {
	width: 58%;
}

body .block-item-logo {
	font-size: 30px;
	line-height: 1;
	border-radius: 0;
	padding: 0;
	width: auto;
	height: auto;
	margin: -30px 30px 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 5px;
	background: #ffffff;
}

body .block-item-logo img {
	width: auto;
	margin: 0 0 0;
	display: block;
	height: 65px;
}

.block-item > a {
	padding: 31px 27px 30px;
	height: 100%;
	line-height:28px;
	display: block;
	position: static;
	opacity: 1;
	color: inherit;
}

.block-item > a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.block-item > a:hover {
	opacity: 1;
}

.block-item:hover, .block-items-wr .block-item:hover {
	box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, .05);
}

.block-item h3 {
	padding: 0 0 22px;
	line-height: 1.2;
}

.block-item p {
	font-size: 20px;
	line-height: 1.5;
	padding: 0 0 0;
	margin: 0 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.block-item .date-wr {
	position: absolute;
	left: 0;
	top: 0;
}

.block-item .date-wr + * {
	padding-top: 71px;
}

.btn-arrow {
	font-size: 36px;
	padding: 20px 15px 20px;
	margin: 0 0 0;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	min-width: 78px;
	height: 76px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url('img/i-arr-right-white.svg');
	background-position: center center;
	background-size: 25px auto;
	background-repeat: no-repeat;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

html body .btn-arrow.color-theme-1 {
	background-image: url('img/i-arr-right-pink.png');
}

html body .btn-arrow.color-theme-2 {
	background-image: url('img/i-arr-right-blue.svg');
}

html body .btn-arrow.color-theme-3 {
	background-image: url('img/i-arr-right-purple.svg');
}

.btn-arrow:hover, .block-item:hover .btn-arrow, a:hover .btn-arrow {
	margin-right: -5px;
}

.date-wr {
	margin: 0 0 0;
	padding: 11px 23px 15px;
	min-width: 220px;
	line-height: 1;
	display: inline-block;
	background: #333333;
}

.date-wr i {
	font-size: 44px;
	min-width: 60px;
	margin: 0 6px 0 0;
	float: left;
	font-weight: 700;
}

.date-wr span {
	margin: 5px 0 0;
	display: block;
	overflow: hidden;
}

.date-wr strong {
	margin: 0 0 2px;
	font-size: 18px;
	display: block;
}

.slick-prev, .slick-next {
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	margin: -5px 0 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.slick-prev {
	left: -37px
}

.slick-next {
	right: -37px
}

.slick-prev:hover {
	margin-left: -5px;
}

.slick-next:hover {
	margin-right: -5px;
}

.slick-prev:before, .slick-next:before {
	font-family: 'FontAwesome';
	font-size: 52px;
	line-height: 1;
	opacity: 1;
	color: #333333;
}

.slick-prev:before {
	content: "\f104";
}

.slick-next:before {
	content: "\f105";
}

.box-top-slider .slick-prev, .box-top-slider .slick-next {
	background-color: #f9b233;
	background-position: center center;
	background-size: 28px auto;
	background-repeat: no-repeat;
}

.box-top-slider .slick-prev {
	left: 30px;
	background-image: url(img/i-arr-left.png);
}

.box-top-slider .slick-next {
	right: 30px;
	background-image: url(img/i-arr-right.png);
}

.box-top-slider .slick-prev:before, .box-top-slider .slick-next:before {
	color: transparent;
	opacity: 0;
	font-size: 0;
}

.slick-slide {
	outline: none;
}

.form-wr {
	margin: 0 0 0;
	padding: 0 0 0;
}

.form-wr:after {
	content: "";
	display: block;
	clear: both;
}

.form-wr input, .form-wr textarea, .form-wr select {
	display: block;
	margin: 0 0 0;
	padding: 12px 20px 12px;
	font-size: 16px;
	height: 65px;
	font-weight: 500;
	line-height: 20px;
	color: #333333;
	background-color: #FFFFFF;
	outline: none;
	width: 100%;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	box-shadow: none;
}

.form-wr input[type="submit"] {
	padding: 8px 10px 10px;
	font-size: 16px;
	margin: 0 0 0;
	font-weight: 600;
	background-color: transparent;
	border-color: #FFFFFF;
	border-width: 4px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.form-wr input:hover, .form-wr textarea:hover, .form-wr select:hover {
	border-color: #666666;
	opacity: .8;
}

.form-wr input:focus, .form-wr textarea:focus, .form-wr select:focus {
	border-color: #333333;
	opacity: 1;
}

.form-wr input[type="submit"]:hover, .form-wr button:focus {
	background-color: transparent;
	opacity: 1;
	box-shadow: inset 0px 0px 20px 0px;
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.form-wr label {
	font-weight: 400;
	display: block;
}

.form-wr label>span:first-child {
	display: block;
	margin: 0 0 10px;
}

.select2-container {
	width: 100% !important;
	max-width: 760px;
	z-index: 555555;
}

span#select2-fActSearch-ys-container {
	background: purple;
}

.select2-container--default .select2-selection {
	background-color: #fff;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	height: auto;
	outline: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.select2-container--default .select2-selection:hover {
	border-color: #666666;
	opacity: .8;
}

.select2-container--default .select2-selection:focus, .select2-container--open .select2-selection {
	border-color: #333333;
	opacity: 1;
	outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: none;
}

.select2-container--default .select2-selection .select2-selection__rendered {
	margin: 0 0 0;
	padding: 22px 20px 12px;
	font-size: 16px;
	height: 63px;
	font-weight: 500;
	line-height: 20px;
	color: #333333;
}

body .select2-container--default .select2-selection .select2-selection__rendered {
	padding-right: 45px;
}

.select2-search--dropdown {
	padding: 4px;
}

.select2-container--open .select2-dropdown--below {
	border-radius: 0;
	margin: 6px 0 0;
	border: 1px solid #e4e4e4;
}

.select2-results__option {
	padding: 14px 19px 16px;
	font-size: 15px;
	line-height: 18px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #1fb7c2;
	color: white;
}

.select2-container--default .select2-selection .select2-selection__arrow {
	height: auto;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 54px;
	overflow: hidden;
}

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

.select2-selection__arrow:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('img/i-arr-down-pink.png');
	background-position: center center;
	background-size: auto 15px;
	background-repeat: no-repeat;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.select2-container--open .select2-selection__arrow:before {
	background-image: url('img/i-arr-down-pink.png');
	background-size: 15px auto;
}

*::-webkit-input-placeholder {
	color: #333333;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-moz-placeholder {
	color: #333333;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-moz-placeholder {
	color: #333333;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-ms-input-placeholder {
	color: #333333;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:focus::-webkit-input-placeholder {
	color: transparent;
	text-indent: 620px;
	opacity: 0;
}

*:focus::-moz-placeholder {
	color: transparent;
	text-indent: 620px;
	opacity: 0;
}

*:focus:-moz-placeholder {
	color: transparent;
	text-indent: 620px;
	opacity: 0;
}

*:focus:-ms-input-placeholder {
	color: transparent;
	text-indent: 620px;
	opacity: 0;
}

/* 4.1 - END of .content of HOMEPAGE ---------- */
/* 4.2 - BEGIN of .content of Community Search Page ---------- */

.box-top-banner-innerpage .img-overlay {
	padding: 40px 0 200px;
	height: 400px;
}

.box-top-banner-innerpage img + .img-overlay {
	position: absolute;
	height: auto;
}

.box-top-banner-innerpage + .box-search-wr,
.box-top-banner-innerpage + .scroll-to-this-on-page-load + .box-search-wr {
	padding-top: 80px;
}

.box-search-wr {
	padding: 80px 0 80px;
}

.box-search-wr h4 {
	font-size: 25px;
	font-weight: 600;
}

.box-search-wr .btn-black {
	float: right;
	margin: 0 0 0;
}

.box-search-wr .block-items-wr {
	clear: both;
	padding: 30px 0 30px;
}

.box-search-wr .block-item {
	margin: 0 0 40px;
	min-height: 215px;
	border-radius: 5px;
}

.block-item.active {
	background: var(--theme-color-3);
	color: #ffffff;
}

.box-search-wr .block-item .btn-arrow {
	top: auto;
	bottom: 0;
	padding: 0 0 0;
	width: 60px;
	height: 60px;
	min-width: 60px;
}

.box-search-wr .block-item > a {
	padding: 45px 30px 45px;
}

.box-local-services .block-item > a {
	aspect-ratio: 10 / 8;
}

.block-item-square.block-item > a {
	aspect-ratio: 10 / 9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

body .block-item-square.block-item .btn-arrow {
	top: 5px;
	bottom: auto;
}

.box-search-wr .block-item h3 {
	padding: 0 0 0;
	margin: 0 0 11px;
	font-size: 24px;
	line-height: 1.32;
	letter-spacing: -.01em;
	text-align: left;
	overflow: hidden;
	font-weight: 600;
}

.box-search-wr .block-item h3 span {
	font-size: 70%;
	font-weight: 500;
}

.box-search-wr .btn-arrow {
	padding: 10px 10px 10px;
	min-width: 66px;
	height: 62px;
}

.block-items-wr .col-md-3:nth-child(4n+5) {
	clear: left;
}

.box-search-wr h3 {
	padding: 42px 0 10px;
	letter-spacing: -.02em;
}

/*  */

.box-search-wr .block-item > a.display-flex {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	aspect-ratio: initial;
}

.news-list-row-item {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.box-search-wr .block-item.news-list-row-item-wr {
	min-height: 0;
}

body .block-item .news-list-row-item h3 {
	padding: 0 0 0;
	margin: 0 0 5px;
	font-size: 23px;
	line-height: 1.2;
	letter-spacing: 0;
	font-weight: 600;
}

body .block-item .news-list-row-item .date-time,
body .block-item .news-list-row-item h5 {
	font-size: 15px;
	font-weight: 400;
	padding: 0 0 5px;
	line-height: 1.2;
	letter-spacing: 0;
}

.news-list-row-item .date-time .fa-clock-o {
	margin: 0 6px 0 0;
}

body .block-item .news-list-row-item p {
	padding: 0 0 0;
	font-size: 95%;
}

body .block-item .news-list-row-item .btn-arrow {
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: .2;
}

body .block-item:hover .news-list-row-item .btn-arrow {
	opacity: 1;
}

.news-list-date {
	padding: 5px 5px 5px;
	margin: 0 0 0;
	line-height: 1.2;
	text-align: center;
	font-size: 10px;
	width: 110px;
	min-width: 110px;
	background: rgba(0, 0, 0, .2);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	flex-direction: column;
}

.block-item .news-list-date .date-item,
.block-item .news-list-date h6 {
	padding: 0 0 0;
	margin: 0 0 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .03em;
	font-size: 14px;
	line-height: 1.1;
}

.block-item .news-list-date .date-date,
.block-item .news-list-date h2 {
	padding: 0 0 3px;
	margin: 0 0 0;
	font-size: 40px;
	line-height: 1.15;
	letter-spacing: 0;
	font-weight: 700;
}

.news-list-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px 50px 20px 20px;
	margin: 0 0 0;
}


/* 4.2 - END of .content of Community Search Page ---------- */
/* 4.3 - BEGIN of .content of Search Results Page ---------- */

.box-search-wr .block-item p {
	padding: 0 0 0;
	font-size: inherit;
}

.map-wr {
	height: 650px;
	background: transparent;
	position: relative;
	padding: 0 0 0;
	margin: 18px 0 18px;
}

.map-wr .map {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.box-map-wr h5 {
	padding: 30px 0 15px;
	font-size: 18px;
	letter-spacing: .01em;
}

.box-map-wr .block-items-wr {
	padding: 18px 0 30px;
}

.box-map-wr .block-item > a {
	padding: 12px 29px 30px;
}

.box-map-wr .block-item h3 {
	font-size: 22px;
	letter-spacing: 0;
}

.box-map-wr .block-item {
	min-height: 240px;
}

.pagination-wr {
	padding: 16px 0 14px;
	text-align: center;
}

.pagination-wr a {
	padding: 7px 4px 4px;
	margin: 0 2px;
	min-width: 40px;
	min-height: 40px;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	background: #e7e7e7;
}

.pagination-wr .active {
	background: #999999;
}

/* 4.3 - END of .content of Search Results Page ---------- */
/* 4.4 - BEGIN of .content of General Page ---------- */

.box-content-wr .sidebar-right-wr {
	padding: 10px 0 0;
}

body .block-item h2 {
	font-size: 40px;
	line-height: 1.15;
	letter-spacing: 0;
	padding: 0 0 15px;
}

.sidebar-right-wr .block-item > a {
	padding-top: 22px;
}

.sidebar-right-wr .block-item {
	min-height: 169px;
}

.sidebar-right-wr .block-item:nth-child(3n+1) {
	background: #1fb7c1;
}

.sidebar-right-wr .block-item:nth-child(3n+2) {
	background: #f9b233;
}

.sidebar-right-wr .block-item:nth-child(3n+3) {
	background: #999999;
}

.sidebar-right-wr .btn-arrow {
	top: auto;
	bottom: 0;
}

.box-content-wr .col-sm-8 p {
	max-width: 696px;
	letter-spacing: .005em;
}

.box-content-wr .col-sm-8 h1 {
	padding: 17px 0 27px;
}

.box-content-wr .col-sm-8 img {
	margin: 24px auto 24px;
}

.sidebar-item {
	padding: 15px 20px 18px;
	margin: 0 0 26px;
	color: #FFFFFF;
	background: #f9b233;
}

.sidebar-item:nth-child(odd) {
	background: #e6007e;
}

.sidebar-item a {
	color: #FFFFFF;
}

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

.sidebar-item ul {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
	letter-spacing: .01em;
}

.sidebar-item li i {
	float: left;
	text-align: left;
	font-size: 17px;
	margin: 3px 11px 0 0;
}

.sidebar-item li div {
	display: block;
	overflow: hidden;
}

.sidebar-item li {
	margin: 0 0 9px;
}

.sidebar-item h3 {
	font-size: 25px;
	letter-spacing: .01em;
	padding: 0 0 21px;
}

.sidebar-item .fa-home {
	font-size: 19px;
}

.sidebar-item.map-wr {
	height: 240px;
	padding: 0;
	background: transparent;
}

/* 4.4 - END of .content of General Page ---------- */
/* 4.5 - BEGIN of .content of News Events Page ---------- */

.box-news-wr {
	padding: 0 0 50px;
}

.box-news-wr .block-items-wr {
	padding: 20px 0 30px;
}

.block-item .img-wr img {
	width: 100%;
	display: block;
	margin: 0 auto 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.block-item:hover .img-wr img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.block-item .img-wr {
	padding: 0 0 0;
	margin: 26px auto 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.filter-button-group {
	padding: 30px 10px 34px;
	margin: -46px auto 64px;
	max-width: 965px;
	background: #e6007e;
	color: #FFFFFF;
	text-align: left;
}

.filter-button-group button {
	margin: 0 0 0;
	padding: 10px 18px 1px 15px;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
	display: inline-block;
	background: transparent;
	border: none;
}

.filter-button-group button:not(:last-child) {
	border-right: 2px solid #FFFFFF;
}

.filter-button-group .active {
	font-weight: bold;
}

.filter-button-group span {
	padding: 0 50px 0 29px;
	margin: 0 0 0;
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
}

/* 4.5 - END of .content of News Events Page ---------- */
/* 4.6 - BEGIN of .content of News Detail Page ---------- */

.box-content-wr {
	padding: 71px 0 60px;
}

.box-content-wr h1 {
	padding: 0 0 10px;
}

.box-content-wr p {
	padding: 0 0 30px;
	line-height: 1.6;
	max-width: 600px;
	letter-spacing: .01em;
}

.box-content-wr .btn-main {
	margin: 4px auto 4px;
}

.box-content-wr p a {
	color: #1fb7c1;
}

.box-content-wr img {
	margin: 8px auto 0;
}

/* 4.6 - END of .content of News Detail Page ---------- */
/* 4.7 - BEGIN of .content of Organisation Page Page ---------- */

.box-organization .col-sm-8 h1 {
	padding: 0 0 15px;
}

.box-organization p {
	text-align: justify;
}

.box-organization h2 {
	padding: 14px 0 16px;
}

.tags-item {
	padding: 5px 9px 7px;
	margin: 0 0 12px;
	font-size: 13px;
	background: #1fb7c1;
	display: inline-block;
	color: #FFFFFF;
}

.tags-item i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 9px 0 0;
}

.tags-item span {
	display: inline-block;
	vertical-align: middle;
}

.info-table {
	padding: 0 17px 10px;
	margin: 0 0 30px;
	letter-spacing: .01em;
	list-style: none;
	background: #f7f7f7;
	max-width: 660px;
}

.info-table li {
	padding: 10px 0 11px;
}

.info-table li:not(:last-child) {
	border-bottom: 1px dashed #e3e3e3;
}

.info-table span {
	color: #1fb7c1;
	margin: 0 2px 0;
}

.box-content-wr > .container > .row > .col-sm-12 p {
	max-width: 100%;
}

/* 4.7 - END of .content of Organisation Page Page ---------- */
/* BEGIN of content of Contact Page */

.box-contacts .sidebar-right {
	padding: 0 0 0;
	margin: 0 0 0 70px;
}

.box-contacts .sidebar-right p {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}

.box-contacts h6 {
	padding: 14px 0 8px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
}

.box-contacts h6:first-child {
	padding-top: 22px;
}

.box-contacts h6 i {
	margin: 0 5px 0 -35px;
	float: left;
	width: 25px;
	font-size: 26px;
	line-height: 1;
	text-align: center;
	display: inline-block;
	color: #E12882;
}

.box-contacts h6 .fa-envelope {
	font-size: 20px;
	margin-top: 1px;
}


.box-contacts h6 .fa-clock {
	font-size: 20px;
	margin-top: 1px;
}

body .box-contacts a {
	color: #666666;
}

.box-contacts .form-wr {
	padding: 25px 0 25px;
}

.box-contacts .form-row {
	margin: 0 0 25px;
}

.box-contacts .map-wr {
	height: 226px;
	margin: 12px 0 12px;
}

.form-row:after {
	content: "";
	display: block;
	clear: both;
}

.error_message {
	display: block;
	line-height: 22px;
	margin: 10px 0;
	color: #FF0000;
}

.error_message:before {
	margin: -2px 20px 0 0;
	font-size: 20px;
	content: "\f06a";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
}

#succsess_page {
	color: #a5be25;
}

#succsess_page h1 {
	color: #a5be25;
	padding: 0 0 20px;
}

#succsess_page h1:before {
	margin: 0 10px 0 0;
	font-size: 20px;
	content: "\f00c";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
}

.bordered-btm, body h1.bordered-btm {
	margin: 0 0 29px;
	padding: 0 0 22px;
	position: relative;
	font-size: 38px;
	line-height: 1.05;
	font-weight: 600;
	letter-spacing: .02em;
}

.bordered-btm:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 200px;
	bottom: 0;
	border-bottom: 4px solid #F6B401;
}

.box-contacts p {
	padding: 0 0 28px;
	max-width: 100%;
	font-size: 18px;
}

.box-contacts {
	padding: 56px 0 60px;
}

.box-contacts textarea {
	min-height: 130px;
}

.box-contacts .form-wr input[type="submit"] {
	padding: 13px 12px 11px;
	font-size: 16px;
	min-width: 112px;
	margin: -10px 0 0;
	height: auto;
	font-weight: 400;
	background-color: #F6B401;
	border-color: #F6B401;
	color: #ffffff;
}

.box-contacts .form-wr input[type="submit"]:hover {
	color: #ffffff;
}

.box-contacts .sidebar-main-area {
	padding: 0 60px 0 0;
}

.box-contacts input, .box-contacts textarea, .box-contacts select {
	padding: 11px 19px 12px;
	font-size: 16px;
	font-weight: 400;
	height: 57px;
	color: #666666;
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
}

.box-contacts .select2-container--default .select2-selection .select2-selection__rendered {
	height: 55px;
	font-size: 16px;
}

.box-contacts .select2-container--default .select2-selection {
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
}

textarea {
	min-height: 100px;
}

#contact .select2-container--default .select2-selection {
	background-color: #f0f0f0;
}

/* END of content of Contact Page */

body .box-heading {
	padding: 51px 0 51px;
}

body .box-heading.padding-0 {
	padding: 0 0 0;
}

body .box-heading .img-overlay {
	padding: 60px 0 60px;
	position: relative;
}

.box-heading h1 {
	margin: 0 0 0;
	padding: 0 0 0;
	font-size: 54px;
	line-height: 1.05;
	font-weight: 600;
	letter-spacing: -.02em;
}

body .bg-blue {
	background-color: #04B4BF;
	color: #ffffff;
}

body .bg-purple {
	background-color: #e6007e;
	color: #ffffff;
}

body .bg-yellow {
	background-color: #f9b233;
	color: #ffffff;
}

.list-styled {
	margin: 0 0 0;
	padding: 0 0 20px;
}

.list-styled li {
	margin: 0 0 0;
	padding: 0 0 10px 30px;
	list-style: none;
	position: relative;
}

.list-styled li:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 16px;
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 1px;
	color: #E12882;
}

.select2-container .select2-search--inline {
	float: none;
	display: inline-block;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
	height: auto;
	margin: 0 0 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #49b8c2;
	border: 1px solid #49b8c2;
	border-radius: 0;
	color: #ffffff;
	float: none;
	line-height: 1;
	font-size: 12px;
	padding: 9px 12px 9px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: -2px 9px 0 0;
	letter-spacing: .02em;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-right: 2px;
	float: right;
	font-size: 28px;
	height: 12px;
	margin: -1px -2px 0 8px;
	line-height: 12px;
}

h3.bordered-btm {
	font-size: 28px;
	font-weight: 600;
}

h3.bordered-btm:after {
	width: 100px;
}

.sidebar-right h3.bordered-btm {
	margin: 44px 0 25px -30px;
}

/*  */

.header-dropdown .logo {
	max-width: 249px;
	margin: 5px auto 0;
}

.header-dropdown .navbar-nav > li:not(:first-child) {
	border-left: none;
}

.header-dropdown .navbar-nav > li > a {
	padding: 0 0 0;
	margin: 0 26px 0;
	font-size: 22px;
	line-height: 35px;
	color: #666666;
	font-weight: 300;
}

.header-dropdown .navbar-nav > li > a:not(:last-child):after {
	content: "\f0d7";
	padding: 0 0 0;
	margin: 0 0 0 10px;
	font-size: 18px;
	font-family: "FontAwesome";
}

.header-dropdown .social-links.social-links-rounded {
	padding: 0 0 0 10px;
}

.header-dropdown .navbar {
	padding: 28px 0 0;
	position: static;
}

.header-dropdown .navbar-nav > li > a:before {
	height: 30px;
}

.header-dropdown .navbar-nav > li {
	position: static;
}

.header-dropdown.header-fixed .navbar {
	padding: 15px 0 0;
}

.header-dropdown.header-fixed .logo {
	margin: 0px auto 0;
}

.social-links.social-links-rounded {
	padding: 0 0 0;
}

.social-links.social-links-rounded a {
	padding: 0 0 0;
	margin: 0 0 0 3px;
	font-size: 22px;
	min-width: 35px;
	min-height: 35px;
	line-height: 26px;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	border-radius: 50%;
	border: none;
	background: #3b5998;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.social-links.social-links-rounded a:hover {
	opacity: .7;
}

.social-links.social-links-rounded a:hover i {
	color: #ffffff;
}

.subnav {
	padding: 25px 0 25px;
	margin: 0 0 0;
	position: absolute;
	top: 99%;
	left: 0;
	right: 0;
	text-align: center;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.75);
	overflow: hidden;
	display: none;
}

.subnav-container {
	padding: 0 15px 0;
	max-width: 1130px;
	margin: 0 auto 0;
}

li:hover > .subnav {
	display: block;
}

li:hover > .subnav .subnav-links-wr {
	opacity: 1;
}

.subnav-links-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 0;
}

.subnav-link-item {
	padding: 0 0 0;
	margin: 5px 4px 5px;
	display: inline-block;
	overflow: hidden;
}

.subnav-link {
	padding: 6px 30px 6px;
	margin: 0 0 0;
	width: 208px;
	height: 90px;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 500;
	display: table-cell;
	vertical-align: middle;
	background: #e6007e;
	color: #FFFFFF;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.subnav-link:hover {
	box-shadow: inset 0px 0px 10px 50px rgba(255, 255, 255, 0.3);
	color: #FFFFFF;
	opacity: 1;
}

/*  */

.box-drop-in {
	padding: 52px 0 60px;
}

.box-drop-in h5.text-center {
	font-size: 22px;
	line-height: 1.4;
	font-weight: normal;
}

.drop-in-items-wr {
	padding: 37px 0 14px;
}

.drop-in-item {
	padding: 92px 25px 50px;
	margin: 0 0 30px;
	position: relative;
	display: block;
	min-height: 393px;
	text-align: left;
}

.drop-in-item .date-wr {
	padding: 10px 23px 10px;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

.drop-in-item .date-wr h3 {
	padding: 0 0 2px;
	margin: 0 0 0;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -.03em;
}

.drop-in-item .date-wr h5 {
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 18px;
	font-weight: normal;
}

.drop-in-item .text-wr {
	padding: 0 0 0;
	margin: 0 0 0;
}

.drop-in-item .text-wr p {
	padding: 0 0 0;
	height: 120px;
	overflow: hidden;
}

.drop-in-item h2 {
	padding: 0 0 0;
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.7;
	height: 90px;
	overflow: hidden;
}

.drop-in-item p {
	font-size: 17px;
	font-weight: normal;
	letter-spacing: -.02em;
	line-height: 1.8;
}

.drop-in-item .block-footer {
	padding: 14px 25px 14px;
	margin: 0 0 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.1);
}

.drop-in-item .block-footer p {
	font-size: 15px;
	font-weight: normal;
	padding: 0 0 0;
}

/*  */

.pagination-wr .pagination-prew, .pagination-wr .pagination-next {
	margin: 0 8px 0;
	padding: 18px 10px 20px;
	width: 154px;
	font-size: 22px;
	font-weight: normal;
	background: #323232;
	color: #ffffff;
	text-align: center;
	display: inline-block;
}

/*  */

.box-simple h5 {
	max-width: 900px;
	margin: 0 auto;
	line-height: 1.6;
}

body .btn-main.bg-black {
	margin: 0 auto;
	background: #323232;
	border-color: #323232;
	min-width: 190px;
	font-size: 22px;
}

body .btn-main.bg-black:hover {
	background: #323232;
	border-color: #323232;
	color: #ffffff;
	opacity: .8;
}

body .bg-gray {
	background-color: #F5F5F7;
}

.drop-in-items-wr {
	padding: 18px 0 14px;
}

/* */

.main-nav {
	padding: 0 15px 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 13;
	display: none;
}

.main-nav .nav-list {
	margin: 0 auto 0;
	padding: 55px 0 55px;
	max-width: 1170px;
}

.nav-list {
	margin: 0 -15px 78px;
	padding: 0 0 0;
}

.nav-list li {
	margin: 5px 3px 5px;
	padding: 0 0 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

body .nav-item {
	margin: 0 auto 0;
	padding: 20px 10px 15px;
	font-size: 17px;
	display: block;
	background-color: #ffffff;
	color: #2E2E2E;
	font-weight: normal;
	border-radius: 5px;
	text-align: center;
	width: 208px;
	height: 110px;
}

body .nav-item i {
	display: block;
	margin: 0 auto 0;
	padding: 0 0 0;
	max-width: 60px;
	height: 49px;
}

body .nav-list-items-horizontal .nav-item {
	margin: 0 auto 0;
	padding: 15px 10px 15px;
	font-size: 16px;
	text-align: center;
	width: 255px;
	height: 80px;
	gap: 13px;
	letter-spacing: .015em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

body .nav-list-items-horizontal li {
	margin: 9px 8px 9px;
}

body .nav-list-items-horizontal .nav-item i {
	margin: 0 0 0;
	padding: 0 0 0;
	min-height: auto;
	height: auto;
}

/* */

.main-nav-wr {
	padding: 40px 0 0 50px;
	margin: 0 0 0;
	float: right;
}

/* */

body .btn-main-nav {
	padding: 0 0 0;
	margin: 0 0 0;
	border: none;
	min-height: 45px;
	position: relative;
	display: block;
	width: 45px;
	z-index: 5;
}

.btn-main-nav .icon-bar+.icon-bar {
	margin-top: 8px;
}

.btn-main-nav .icon-bar {
	height: 4px;
	background: #363636;
	display: block;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.btn-main-nav.active .icon-bar {
	margin: 0;
	height: 3px;
}

.btn-main-nav.active .icon-bar:nth-of-type(1) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-main-nav.active .icon-bar:nth-of-type(2) {
	background-color: transparent;
}

.btn-main-nav.active .icon-bar:nth-of-type(3) {
	top: 3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* */

.box-simple h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 33px;
	line-height: 1.65;
	font-weight: 300;
	letter-spacing: -.03em;
}

.box-simple h2:last-child {
	padding-bottom: 0;
}

/* */

.thumb-horizontal-item h2 {
	font-size: 55px;
	padding: 0 0 14px;
	line-height: 1.22;
	font-weight: 500;
}

.thumb-horizontal-item h5 {
	font-size: 25px;
	padding: 0 0 20px;
	line-height: 1.6;
	font-weight: 300;
}

.thumb-horizontal-item .btn-main {
	margin: 7px auto 15px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	border-radius: 5px;
}

.thumb-horizontal-item .img-wr {
	padding: 6px 6px 6px;
	margin: 40px -5px 0 -60px;
	background: #ffffff;
}

.thumb-horizontal-item .text-wr {
	padding: 67px 470px 35px 355px;
	margin: 0 -355px 0 -355px;
	position: relative;
}

.thumb-horizontal-item.img-left [class*="col-"]:first-child {
	float: right;
}

.thumb-horizontal-item.img-left .text-wr {
	padding-left: 470px;
	padding-right: 355px;
}

.thumb-horizontal-item.img-left .img-wr {
	margin-left: -5px;
	margin-right: -60px;
}

.box-thumb-horizontal {
	padding: 35px 0 60px;
	overflow: hidden;
}

/*  */

body .btn-back {
	font-size: 32px;
	width: 50px;
	height: 50px;
	line-height: 42px;
	padding: 0 2px 0 0;
	margin: 0 0 0;
	display: inline-block;
	border-radius: 50px;
	text-align: center;
	border: 3px solid;
	position: relative;
	z-index: 10;
}

.box-heading .container {
	position: relative;
}

.box-heading .btn-back {
	margin: 0 0 -75px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.box-heading .btn-back:hover {
	margin-left: -5px;
	opacity: 1;
}

/*  */

.box-news-inner {
	font-size: 20px;
	padding: 83px 0 60px;
	line-height: 2;
	letter-spacing: -.035em;
	font-weight: 300;
}

.box-news-inner .block-simple {
	padding: 40px 50px 40px;
	margin: 0 -10px;
}

.box-news-inner h1 {
	font-size: 46px;
	font-weight: 500;
	padding: 0 0 18px;
}

.box-news-inner h5 {
	font-size: 16px;
	font-weight: 500;
	padding: 0 0 35px;
}

.box-news-inner h5 strong {
	font-weight: 600;
}

.box-news-inner h5 i {
	margin: 0 15px 0 0;
}

.box-news-inner p {
	padding: 0 0 25px;
}

.box-news-inner .text-wr {
	padding: 0 40px 0 0;
}

.box-news-inner .sliders-wr {
	margin: 12px 0 0 -35px;
}

.img-slider-big {
	padding: 0 0 0;
	margin: 0 0 0;
}

.img-slider-big img {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 100%;
	display: block;
}

.img-slider-small {
	padding: 0 0 0;
	margin: 0 -5px 0;
}

.img-slider-small img {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 100%;
	display: block;
}

.img-slider-small .slide-item {
	padding: 10px 5px;
	cursor: pointer;
}

/*  */

body .block-link {
	padding: 105px 30px 27px;
	margin: 0 0 30px;
	border-radius: 5px;
	display: block;
	position: relative;
}

body .block-link h3,
body .block-link h4,
body .block-link .h4 {
	font-size: 26px;
	font-weight: 500;
	padding: 0 0 0;
}

body .block-link .btn-arrow {
	top: auto;
	bottom: 0;
	background-size: 22px auto;
}

/*  */

.box-grid {
	font-size: 20px;
	padding: 83px 0 60px;
	line-height: 2;
	letter-spacing: -.035em;
	font-weight: 300;
}

.box-grid h1 {
	font-size: 46px;
	font-weight: 500;
	line-height: 1.3;
	padding: 0 0 15px;
}

.box-grid h5 {
	font-size: 16px;
	font-weight: 500;
	padding: 0 0 35px;
}

.box-grid h5 strong {
	font-weight: 600;
}

.box-grid h5 i {
	margin: 0 15px 0 0;
}

.box-grid p {
	padding: 0 0 25px;
}

.grid-main-area {
	padding: 0 40px 0 0;
}

.grid-main-area h3 {
	font-size: 26px;
	font-weight: 500;
	padding: 0 0 15px;
}

.grid-sidebar-right {
	margin: 3px 0 0 10px;
}

.grid-main-area hr {
	max-width: 65px;
	margin: 15px 0 30px;
	border: none;
	border-bottom: 4px solid;
}

html body .hr-lg {
	max-width: 100%;
	margin: 20px 0 30px;
	border: none;
	border-bottom: 1px solid;
}

.grid-main-area .list-styled li {
	padding: 0 0 10px 45px;
}

.grid-main-area .list-styled {
	padding: 5px 0 20px;
}

.grid-main-area .btn-main {
	margin: 15px 15px 15px 0;
}

.box-grid .map-item {
	height: 200px;
	position: relative;
	border-radius: 5px;
}

.box-grid .map-item iframe {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 0 0;
	padding: 0 0 0;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.block-simple.bg-white.block-bordered .map-item {
	margin: -10px -10px 30px;
}

.block-simple-map {
	background: url('img/bg-map-marker-gray.svg') no-repeat right 20px bottom 20px;
}

body .list-styled-circles li:before {
	top: 6px;
	color: #ffffff;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50px;
	background: #49b7c2;
}

/*  */

.block-simple {
	padding: 35px 30px 20px;
	margin: 0 0 45px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 1.75;
}

.block-simple a {
/* 	color: inherit; */
}

strong, b {
	font-weight: 700;
}

.block-simple h4 {
	margin: 0 0 0;
	font-size: 26px;
	font-weight: 500;
}

.block-simple .h5,
.block-simple h5 {
	padding: 0 0 17px;
	margin: 0 0 0;
	font-weight: 300;
	font-size: 19px;
}

.block-simple .h5 strong {
	font-weight: 600;
}

.block-simple hr {
	max-width: 65px;
	margin: 15px 0 28px;
	border: none;
	border-bottom: 4px solid;
	color: inherit;
}

.block-simple ul {
	padding: 5px 0 3px 22px;
	margin: 0 0 0;
}

.block-simple li {
	padding: 0 0 15px;
	margin: 0 0 0;
}

.block-simple li span {
	display: block;
	overflow: hidden;
	word-break: break-all;
}

.block-simple li i {
	width: 20px;
	padding: 0 0 0;
	margin: 6px 15px 0 0;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	float: left;
}

.block-simple li a {
	display: block;
}

body .grid-sidebar-right li {
	list-style: none;
}

body .grid-sidebar-right li a {
	color: inherit;
}

.block-simple p:last-child {
	padding-bottom: 0;
}

.block-bordered {
	border: 1px solid rgba(0, 0, 0, .15);
}

/*  */

.display-flex + .tag-items-wr {
	margin: 30px 0 0;
}

.tag-items-wr {
	padding: 0 0 0;
	margin: 0 0 0;
}

.tag-item {
	margin: 0 55px 25px 0;
	font-size: 18px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.tag-item i {
	width: 40px;
	height: 40px;
	padding: 8px 0 0;
	margin: 0 5px 0 0;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.tag-item i img {
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 2px;
}

.text-more-less {
	height: 160px;
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	position: relative;
}

.text-more-less:after {
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	height: 0;
	box-shadow: 0px 0px 30px 40px #ffffff;
	position: absolute;
}

.text-more-less-wr.active .text-more-less {
	height: auto;
}

.text-more-less-wr.active .text-more-less:after {
	box-shadow: none;
}

.text-more-less-wr .btn-text-more-less {
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

.text-more-less-wr .btn-text-more-less .text-hidden {
	display: none;
}

.text-more-less-wr .btn-text-more-less .text-visible {
	display: inline-block;
}

.text-more-less-wr.active .btn-text-more-less .text-hidden {
	display: inline-block;
}

.text-more-less-wr.active .btn-text-more-less .text-visible {
	display: none;
}

/*  */

.list-simple {
	padding: 0 0 0;
	margin: 0 0 0;
}

.list-simple li {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
}

.list-simple strong {
	font-weight: 600;
}

/*  */

.box-also-like .row {
	margin: 0 -10px;
}

.box-also-like [class*="col-"] {
	padding: 0 10px;
}

.box-also-like h3 {
	padding: 0 0 20px;
	margin: 0 0 0;
	font-size: 26px;
	font-weight: 500;
}

.box-also-like .block-item {
	padding: 0 0 0;
	margin: 35px 0 15px;
	position: relative;
	border-radius: 5px;
	min-height: 0;
}

.box-also-like .block-item .btn-arrow {
	top: auto;
	bottom: 0;
	background-size: 22px auto;
	min-width: 65px;
	height: 55px;
}

.box-also-like .block-item h3 {
	padding: 0 0 18px;
	margin: 0 auto 0 0;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: -.035em;
}

.box-also-like .block-item p {
	letter-spacing: -.035em;
	padding: 0 0 0;
	font-size: 16px;
	line-height: 1.55;
}

.box-also-like .block-item p strong {
	display: inline-block;
	margin: 0 40px 0 0;
	font-weight: 500;
}

.box-also-like .block-item > a {
	padding: 35px 25px 20px;
}

/*  */

.filter-button-group.bg-white {
	padding: 35px 0 50px;
	margin: 0 auto 0;
	max-width: 965px;
	background: #ffffff;
	color: #555555;
	text-align: center;
}

.filter-button-group.bg-white button {
	color: inherit;
	font-weight: 300;
}

.filter-button-group.bg-white button.active {
	font-weight: 500;
}

.filter-button-group.bg-white button:not(:last-child) {
	border-right: none;
}

.isotope-grid .block-item h5 {
	font-size: 16px;
	font-weight: 600;
}

.isotope-grid .block-item h5 i {
	margin: 0 10px 0 0;
}

.box-search-wr .text-center .btn-main.bg-theme-blue {
	min-width: 180px;
	margin: 20px 6px 0;
}

/*  */

form label {
	padding: 0 0 0;
	margin: 0 0 0;
	display: block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #828282;
}

.input-label {
	left: 15px;
	top: 20px;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 0;
	margin: 0 0 0;
	letter-spacing: 0;
	position: absolute;
	z-index: 5;
	display: block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.input-wr {
	position: relative;
}

.form-row {
	padding: 0 0 24px;
	margin: 0 0 0;
	position: relative;
}

.input-focused .input-label, .input-not-empty .input-label {
	font-size: 70%;
	top: 3px;
	left: 8px;
	opacity: .8;
}

/*  */

.error_message {
	display: block;
	line-height: 22px;
	margin: 10px 0 30px;
	color: #FF0000;
}

.error_message:before {
	margin: -2px 20px 0 0;
	font-size: 20px;
	content: "\f06a";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
}

#succsess_page {
	color: #a5be25;
}

#succsess_page h1 {
	color: #a5be25;
	padding: 0 0 20px;
}

#succsess_page h1:before {
	margin: 0 10px 0 0;
	font-size: 20px;
	content: "\f00c";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
}

/*  */

.box-contact .grid-main-area {
	padding: 0 15px 0 0;
	margin: 0 0 0 0;
}

.box-contact .grid-sidebar-right {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*  */

.block-info {
	position: relative;
	border: 5px solid;
	padding: 30px 35px 18px;
	margin: 30px 0 0 20px;
	max-width: 390px;
	letter-spacing: 0;
}

.block-info h3 {
	font-size: 26px;
	padding: 0 0 30px;
	font-weight: 700;
	font-family: inherit;
}

.block-info h2 {
	margin: 0 0 0;
	font-size: 26px;
	font-weight: 500;
}

.block-info h6 {
	font-size: 17px;
	padding: 0 0 1px;
	font-weight: 700;
}

html body .block-info p {
	padding: 0 0 18px;
}

.block-info p a {
	color: inherit;
	font-weight: 300;
}

.block-bg-half {
	position: absolute;
	z-index: -1;
	left: 68%;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: left center;
}

label.alignleft {
	padding: 13px 10px 0 0;
}

label.alignleft + input {
	width: auto;
	clear: none;
}

.box-contact {
	line-height: 1.75;
}

.box-contact input, .box-contact textarea, .box-contact select {
	background-color: #f0f0f0;
}

/* END of content of CONTACT Page */

.bordered-bottom {
	padding: 0 0 20px;
	margin: 0 0 20px;
	position: relative;
	border: none;
}

.bordered-bottom:after {
	width: 65px;
	border-bottom: 4px solid #ccc;
	left: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	position: absolute;
}

.text-center .bordered-bottom:after, .text-center.bordered-bottom:after {
	right: 0;
	width: 100px;
}

/*  */

body .gallery-thumb-item {
	margin: 0 0 0;
	padding: 0 0 0;
	display: block;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.gallery-thumb-item img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.gallery-thumb-item:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	bottom: 100%;
	width: 50px;
	height: 50px;
	line-height: 1;
	font-size: 50px;
	color: #ffffff;
	margin: auto;
	text-shadow: 0px 1px 3px #222222;
	font-family: "FontAwesome";
	content: "\f00e";
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.gallery-thumb-item[href*="youtu"]:before {
	content: "\f01d";
}

.gallery-thumb-item:hover:before {
	top: 0;
	bottom: 0;
}

/*  */

.row.block-items-wr > .col-sm-6:nth-child(odd) {
	clear: left;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 500px;
	overflow-y: auto;
}

/*  */

.btn-main.btn-rounded {
	border-radius: 50px;
}

.btn-main.no-border {
	border: none;
}

.btn-main.btn-small {
	padding: 13px 20px 13px;
	margin: 0 0 0;
	border-width: 1px;
	letter-spacing: .01em;
	gap: 10px;
}

.btn-main.btn-small.bg-gray {
	font-size: 15px;
	font-weight: 400;
	color: #363636;
	border: none;
}

.btn-main.btn-small i {
	font-size: 120%;
}

h3 .btn-main.btn-small {
	margin: -5px 0 -5px 6px;
	display: inline-block;
	vertical-align: middle;
}

.fb-page.fb_iframe_widget {
	display: block;
	margin: 30px auto 0;
}

.fb-page.fb_iframe_widget > span, .fb-page.fb_iframe_widget iframe {
	display: block;
	margin: 0 auto;
}

/*  */

body .box-areas {
	padding: 0 0 0;
	margin: 0 0 0;
}

.box-areas:last-child .block-areas {
	margin-bottom: 50px;
}

.box-areas h1 {
	padding: 0 0 25px;
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: -.0em;
}

.box-areas h5 {
	line-height: 1.65;
}

.box-areas .img-overlay {
	padding: 90px 0 0;
	margin: 0 0 0;
	position: relative;
}

.block-areas {
	position: relative;
	padding: 50px 70px 40px;
	margin: 0 auto -100px;
	max-width: 1110px;
	border-radius: 10px;
	z-index: 5;
}

.block-areas-header {
	margin: 0 auto 0;
	padding: 0 0 45px;
	max-width: 710px;
}

body .block-areas-header h2 {
	line-height: 1.65;
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
}

body .block-areas-header h3 {
	position: absolute;
	left: -5000px;
}

.area-items-wr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	padding: 0 0 40px;
}

body .area-item {
	padding: 0 15px 10px;
	margin: 30px 0 0;
	min-height: 113px;
	position: relative;
	box-shadow: 0px 8px 0px 0px var(--theme-color-1);
	display: inline-flex;
	color: #1f1a1a;
	background: #ffffff;
	width: 31%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}

body .area-item:hover {
	opacity: 1;
}

body .area-item .img-wr {
	width: 50px;
	background: #ffffff;
	padding: 10px;
	margin: -25px auto 10px;
	border-radius: 50px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body .area-item .img-wr img {
	display: block;
}

body .area-item h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 21px;
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: 0;
}

body .area-item .tooltip-wr {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 0 auto 0;
	display: block;
	padding: 0 0 0;
	cursor: initial;
}

.area-item .tag-item.bg-gray.border-radius-50px {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	color: #000000;
	margin: 0 auto 0;
	line-height: 1;
	padding: 3px 15px 3px 3px;
	font-size: 13px;
	letter-spacing: 0.65px;
	gap: 8px;
}

body .area-item .tooltip-wr .tag-item i {
	display: block;
	width: auto;
	padding: 0 0 0;
	margin: 0 0 0;
	height: auto;
	font-size: 21px;
}

body .area-item .btn-arrow {
	top: auto;
	bottom: 0;
	margin: 0 15px 10px;
	padding: 0 0 0;
	width: 24px;
	height: 24px;
	min-width: 22px;
	background-size: contain;
}

body .area-item:hover .btn-arrow {
	right: -5px;
}

body .area-item .tooltip-wr i {
	display: block;
	width: 30px;
}

body .area-item .tooltip-wr i img {
	display: block;
	padding: 0 0 0;
	margin: 0 0 0;
}

.bg-white > .btn-arrow,
.bg-white > a > .btn-arrow {
	background-image: url('img/i-arr-right-purple.svg');
}

.bg-white {
	background-color: #fff;
}

a.bg-white {
	color: #1f1a1a;
}

body .link-row {
	display: flex;
	align-items: center;
	position: relative;
	padding: 18px 30px 16px;
	margin: 0 0 40px;
	justify-content: center;
	box-shadow: 0px 8px 0px 0px var(--theme-color-1);
	border-radius: 5px;
}

body .link-row h4 {
	margin: 0 0 0;
	padding: 0 0 0;
	font-size: 21px;
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: 0;
}

body .link-row .btn-arrow {
	top: 0;
	bottom: 0;
	margin: auto 16px;
	padding: 0 0 0;
	width: 20px;
	height: 20px;
	min-width: 20px;
	background-size: contain;
}

/*  */

.text-center .bordered-btm:after {
	margin: 0 auto 0;
	left: 0;
	right: 0;
	max-width: 100px;
}

h1.bordered-btm,
h2.bordered-btm {
	padding: 0 0 20px;
	margin: 0 0 20px;
}

/*  */

.tile-items-wr {
	display: flex;
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

body .tile-item {
	display: inline-flex;
	padding: 10px 30px 10px;
	margin: 0 0 0;
	position: relative;
	flex-direction: column;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 5px;
	width: 210px;
	min-height: 130px;
	transform: scale(1);
	transition: all .3s ease;
}

body .tile-item:hover {
	transform: scale(1.05);
}

body .tile-item .img-wr {
	padding: 0 0 0;
	margin: 0 auto 5px;
	display: flex;
	height: 55px;
	justify-content: center;
	align-items: center;
}

body .tile-item .img-wr img {
	display: block;
	margin: 0 auto 0;
	max-width: 50px;
	max-height: 50px;
}

body .tile-item h4 {
	padding: 0 0 5px;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: 0;
}

/*  */

.block-heading {
	padding: 0 0 35px;
}

/*  */

.columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

/*  */

.tooltip-content {
	left: -40px;
	padding: 14px 20px 5px;
	margin: 5px 0 0;
	width: 406px;
	border-radius: 5px;
	position: absolute;
	top: 99%;
	z-index: 55;
	display: none;
	text-align: left;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, .25);
}

.tooltip-wr:hover .tooltip-content {
	display: block;
}

.tooltip-content:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 100%;
	margin: 0 36px -8px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-bottom-color: var(--theme-color-3);
}

.tooltip-content ul {
	font-weight: 300;
	font-size: 90%;
	padding: 0 0 10px 15px;
}

.tooltip-content li {
	padding: 0 0 9px;
}

body .tooltip-content h5 {
	padding: 0 0 10px;
	font-size: 120%;
}

/*  */

body .font-MarketWeb {
	font-family: 'MarketWeb';
	font-weight: normal;
}

/*  */

.tile-square-wr {
	display: flex;
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

body .tile-square {
	display: inline-flex;
	padding: 10px 30px 10px;
	margin: 0 0 0;
	position: relative;
	flex-direction: column;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 5px;
	width: 280px;
	min-height: 240px;
	transform: scale(1);
	transition: all .3s ease;
	justify-content: center;
}

body .tile-square:hover {
	transform: scale(1.05);
}

body .tile-square .img-wr {
	padding: 0 0 0;
	margin: 0 auto 10px;
	display: flex;
	height: 55px;
	justify-content: center;
	align-items: center;
}

body .tile-square .img-wr img {
	display: block;
	margin: 0 auto 0;
	max-width: 50px;
	max-height: 50px;
}

body .tile-square .h4,
body .tile-square h4 {
	padding: 0 0 5px;
	font-size: 19px;
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: 0;
}

/*  */

body .tag-item-simple {
	padding: 6px 20px 6px;
	margin: 5px 15px 15px 0;
	font-size: 90%;
	font-weight: 500;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	position: relative;
}

body .border-radius-5px {
	border-radius: 5px;
}

body .border-radius-10px {
	border-radius: 10px;
}

body .border-radius-20px {
	border-radius: 20px;
}

body .border-radius-30px {
	border-radius: 30px;
}

body .border-radius-40px {
	border-radius: 40px;
}

body .border-radius-50px {
	border-radius: 50px;
}

/*  */

.contacts-item h4 {
	padding: 0 0 15px;
}

.contacts-item .btn-main {
	margin: 5px 15px 10px 0;
	padding: 13px 25px 13px;
	font-weight: 500;
}

/*  */

body .padding-0 {
	padding: 0;
}

body .padding-top-0 {
	padding-top: 0;
}

body .padding-bottom-0 {
	padding-bottom: 0;
}

body .margin-0 {
	margin: 0;
}

body .margin-top-0 {
	margin-top: 0;
}

body .margin-bottom-0 {
	margin-bottom: 0;
}

body .gap-10px {
	gap: 10px;
}

body .gap-20px {
	gap: 20px;
}

body .gap-30px {
	gap: 30px;
}

body .gap-40px {
	gap: 40px;
}

body .gap-50px {
	gap: 50px;
}

/*  */

body .icon-item {
	min-width: 80px;
	width: 80px;
	height: 80px;
	font-size: 40px;
	line-height: 1;
	margin: 0 0 0;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body .icon-item >* {
	display: block;
	padding: 0 0 0;
	margin: 0 auto 0;
}

body .icon-item img {
	width: 70%;
	margin-top: 2px;
}

body .icon-rounded {
	border-radius: 500px;
	border-radius: 50%;
}

.box-grid .display-flex h1 {
	font-size: 40px;
	font-weight: 600;
	padding: 15px 0 15px;
}

.tag-item.bg-gray.border-radius-50px {
	padding: 5px 15px 5px 5px;
	font-size: 85%;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0 30px 20px 0;
}

.tag-item.bg-gray i {
	width: 30px;
	height: 30px;
}

/*  */

.box-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.tile-square .btn-arrow {
	top: auto;
	bottom: 0;
	width: 60px;
	min-width: 60px;
	height: 60px;
}

/*  */

.block-areas.bg-transparent {
	margin: 0 auto 0;
	padding-top: 15px;
}

html body .padding-top-lg {
	padding-top: 180px;
}

body .justify-content-start {
	justify-content: flex-start;
}

/*  */

html body .accessibility-tweak-out-of-screen {
	position: absolute;
	left: -5000px;
}

/*  */

.btn-main.display-block {
	width: 100%;
}

.grid-sidebar-left .btn-main {
	margin: 0 0 8px;
	font-weight: 300;
	font-size: 20px;
	padding: 15px 23px 16px;
	text-align: left;
}

.box-grid [class*="col-"]:last-child .grid-main-area {
	padding: 0 0 0 15px;
}


.block-simple.padding-50px {
	padding: 50px 50px 35px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -.03em;
}

body .block-simple .btn-main {
	margin: 10px 15px 15px 0;
	padding: 17px 20px 16px;
	min-width: 200px;
	text-align: center;
	justify-content: center;
}

.block-simple.padding-50px .alignright {
	margin: 0 0 25px 45px;
}

.block-simple.padding-50px .alignleft {
	margin: 0 45px 25px 0;
}

.tdu {
	text-decoration: underline;
}

.position-sticky {
	position: sticky;
	top: 30px;
}

/*  */




/* BEGIN CSS of quiz flow */

.box-subscribe {
	padding: 130px 0;
	background: #f2f2f2;
}

.subscribe-block {
	max-width: 964px;
	margin: 0 auto;
	padding: 40px 50px 70px;
	background: #fff;
	border-radius: 6px;
}

.subscribe-header {
	margin: 0 0 55px;
}

.subscribe-block-icon {
	position: absolute;
	top: -220px;
	left: 0;
	right: 0; 
}

.subscribe-block-icon img {
	display: block;
	margin: 0 auto;
}

.container-380px {
	max-width: 380px;
	margin: 0 auto;
}

body input, body textarea, body select {
	display: block;
	margin: 0 0 0;
	padding: 20px 20px 18px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #363636;
	background-color: #F5F5F7;
	clear: both;
	outline: none;
	width: 100%;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 5px;
}

.input-label {
	left: 0;
	right: 0;
	text-align: center;
	top: 24px;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	color: #363636;
	padding: 0 0 0;
	margin: 0 0 0;
	letter-spacing: 0;
	position: absolute;
	z-index: 5;
	display: block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.input-with-label {
	margin: 0 0 24px;
	position: relative;
}

body .input-with-label input {
	display: block;
}

.input-focused .input-label, .input-not-empty .input-label {
	font-size: 60%;
	top: 5px;
	left: 10px;
	color: var(--theme-color);
}

.input-focused input, .input-not-empty input {
	border-bottom-color: var(--theme-color);
}

.display-block.row.row {
	margin: 20px -20px 20px;
}

.btn-checkbox .input-with-label {
	margin: 12px 7px 2px 0;
}

.btn-checkbox .input-with-label input {
	display: block;
	margin: 0 0 0;
}

/*  */

.form-quiz {
	margin: 0 auto 0;
	padding: 0 0 0;
}

body .guiz-step-item-inner {
	margin: 0 auto 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	justify-content: center;
	align-items: center;
}

.guiz-step-item-inner .container {
	position: relative;
	z-index: 2;
}

.guiz-step-item-inner .logo {
	margin: 0 auto 60px;
}

.guiz-step-item.active {
	display: block;
}

.guiz-step-item {
	display: none;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.form-row-invalid input, .form-row-invalid textarea, .form-row-invalid select {
	border-color: #FF3838;
}

label.error {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	color: #FF3838;
}

label.error.valid {
	display: none !important;
}

.form-row-invalid input[type="checkbox"] ~ .btn-checkbox:before {
	border-color: #FF3838;
}

/*  */

.block-step-heading {
	margin: 0 auto 0;
	padding: 0 0 40px;
}

.block-step-body {
	margin: 0 auto 0;
	padding: 0 0 0;
}

.block-step-body p {
	max-width: 788px;
	margin: 0 auto 38px;
	padding: 0;
	line-height: 42px;
	font-size: 22px;
}

.block-step-footer {
	margin: 0 auto 0;
	padding: 0 0 0;
}

.block-step-footer .btn-main {
	margin: 20px 10px 0;
}

/*  */

.checkbox-styled {
	padding: 0 0 0;
	margin: 0 0 0;
/* 	position: relative; */
	display: block;
}

.checkbox-styled input {
	display: none;
}

.btn-checkbox strong {
	font-weight: 500;
}

.display-inline-block .btn-checkbox {
	margin: 0 10px 20px;
}

.btn-checkbox:hover {
	border-color: var(--theme-color);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.btn-checkbox:before {
	width: 25px;
	height: 25px;
	line-height: 22px;
	font-size: 0;
	margin: auto 8px auto 0;
	background: #F5F5F7;
	border: 1px solid #E0E0E0;
	text-align: center;
	content: "";
	font-family: "FontAwesome";
	display: inline-block;
	vertical-align: middle;
	/* position: absolute; */
	right: 0;
	top: 0;
	bottom: 0;
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

input ~ .btn-checkbox:hover:before {
	border-color: var(--theme-color);
}

.checkbox-styled input:checked ~ .btn-checkbox {
	background-color: var(--theme-color-light);
	border-color: var(--theme-color);
	border-right: 7px solid var(--theme-color);
}

.checkbox-styled input:checked ~ .btn-checkbox:before {
	width: 25px;
	height: 25px;
	content: "\f00c";
}

.checkbox-styled input[type="checkbox"] ~ .btn-checkbox {
	font-size: 15px;
	line-height: 30px;
}

.checkbox-styled input[type="checkbox"] ~ .btn-checkbox:before {
	border-radius: 5px;
	width: 25px;
	height: 25px;
	font-size: 15px;
	line-height: 21px;
	margin: -5px 0 0 0;
	border-width: 1px;
}

/*  */

.subscribe-header-progress {
	max-width: 400px;
	margin: 0 auto;
	background: #f2f2f2;
}

.quiz-progress-bar {
	height: 6px;
	background: var(--theme-color);
	position: relative;
	justify-content: space-between;
	align-items: center;
}

.quiz-progress-bar.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	padding: 0 0 0;
	margin: 0 0 0;
}

.quiz-progress {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: var(--theme-color-2);
	transition: all .9s ease;
}

.quiz-progress-pins-wr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.quiz-progress-pin {
	width: 20px;
	height: 6px;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 2;
}

header .quiz-question-number-progress {
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;
	margin: 0 0 -25px;
	padding: 0 0 0;
}

/*  */

.guiz-step-item-substep {
	display: none;
}

.guiz-step-item-substep.active {
	display: block;
}

/*  */

.checkbox-styled input[type="checkbox"] + label.error {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 83px;
	font-weight: 300;
}

/*  */

.textarea-wrapper {
	position: relative;
	padding: 0 22px 0;
	margin: 0 0 15px;
	border: 1px solid rgba(228, 233, 233, 1);
}

.textarea-wrapper textarea {
	min-height: 145px;
	background: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
}

.textarea-wrapper .btn-main {
	display: block;
	width: 100%;
}

/*  */

.step-active-dark-mode .logo {
	/*background-image: url('img/logo@2x.png');*/
}

.step-active-dark-mode .btn-step-prev {
	/*background-image: url('img/icon-arrow-left-white.svg');*/
}

.step-active-dark-mode header {
	background-color: var(--theme-color-dark);
	color: #ffffff;
}

/*  */

.btn-step-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: var(--theme-color-1);
	font-size:34px;
	color: #fff;
	border-radius: 50%;
	transform: translate(0, 0);
}

.btn-step-prev:hover {
	color: #fff;
	background: var(--theme-color-3);
	opacity: 1;
}

.btn-step-prev:focus {
	color: #fff;
}

.btn-checkbox.checkbox-styled-item {
	display: block;
	margin: 30px 0 25px;
	padding: 0;
	border: none;
	background: transparent;
	color: #363636;
	border-radius: 0;
	font-size: 15px;
	opacity: 1;
	cursor: pointer;
}

.btn-checkbox.checkbox-styled-item:hover {
	box-shadow: none;
}

.checkbox-styled-item a {
	text-decoration: underline;
	color: inherit;
}

.checkbox-styled-item a:hover {
	color: #2351A9;
	opacity: 1;
}

.checkbox-styled input[type="checkbox"] ~ .privacy-check:before {
	margin-right: 13px;
	margin-top: -3px;
}

.btn-second {
	display: inline-flex;
	justify-content: center;
	gap: 15px;
	min-width: 200px;
	padding: 19px 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: var(--theme-color-2);
	text-align: center;
	border-radius: 28px;
	border: none;
	outline: none;
}

.btn-second:hover {
	opacity: 0.8;
	color: #fff;
}

.btn-second:focus {
	color: #fff;
}

.container-550px {
	max-width: 550px;
}

.check-item .checkbox-styled {
	display: inline-flex;
}

.check-item .btn-checkbox.checkbox-styled-item {
	margin: 0;
}

.localities-list {
	padding-bottom: 20px;
}

.localities-list-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 30px;
}

.localities-list-item .check-item {
	margin: 0 22px 0 22px;
}

.localities-name {
	font-size: 20px;
	font-weight: 500;
}

.localities-info {
	position: relative;
	padding: 3px 10px 3px 10px;
	background: #F4F4F6;
	border-radius: 13px;
}

.localities-info span {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
/*	color: #797979;*/
	line-height: 24px;
	letter-spacing: 0.65px;
	cursor: pointer;
}

.localities-info .fa {
	position: relative;
	top: 1px;
	padding-right: 5px;
	font-size: 19px;
	line-height: 19px;
	color: var(--theme-color-3);
}

.localities-info-list {
	position: absolute;
	top: 36px;
	left: 0;
	padding: 30px 24px 20px;
	display: none;
	opacity: 0;
	width: 410px;
	text-align: left;
	background: var(--theme-color-3);
	color: #fff;
	border-radius: 4px;
	z-index: 99999999;
	transition: all .3s;
}

.localities-info-list:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 30px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid var(--theme-color-3);
}

.localities-info-list:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	height: 10px;
	background: transparent;
}

.localities-info:hover .localities-info-list {
	display: block;
	visibility: visible;
	opacity: 1;
}

.localities-info-list ul {
	padding: 0 0 5px 10px;
	list-style: none;
	column-count: 2;
	 column-gap: 20px;
}

.localities-info-list h6 {
	padding: 0 0 10px;
	font-size: 18px;
	font-weight: 500;
}

.localities-info-list ul li {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.5;
}

.localities-info-list ul li:before {
	content: '-';
	display: inline-block;
	padding-right: 2px;
	font-weight: normal;
	margin: 0 0 0 -10px;
	width: 10px;
}

.form-select {
	margin: 0 0 78px;
}

.form-select .select2-container {
	max-width: 380px;
}

.form-select .select2-container--default .select2-selection {
	background-color: #F5F5F7;
	border: 1px solid #E0E0E0;
}

.form-select .select2-container--default .select2-selection .select2-selection__rendered {
	max-width: 380px;
	margin: 0 0 0;
	padding: 20px 30px 12px;
	font-size: 20px;
	height: 58px;
	font-weight: 500;
	line-height: 20px;
	color: #363636;
	text-align: left;
}

.form-select .select2-selection__arrow:before {
	content: "\f107";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 3px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	font-weight: bold;
	background: transparent;
	font-family: "FontAwesome";
}

.page-subscribe .select2-container--open .select2-dropdown--below,
.page-subscribe .select2-container--open .select2-dropdown--above {
	margin: 0;
	height: 300px;
	list-style: none;
	overflow-y: scroll;
}

.page-subscribe .select2-container--open .select2-dropdown--below::-webkit-scrollbar-track,
.page-subscribe .select2-container--open .select2-dropdown--above::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background: #F0F0F0;	
} 
	
.page-subscribe .select2-container--open .select2-dropdown--below::-webkit-scrollbar,
.page-subscribe .select2-container--open .select2-dropdown--above::-webkit-scrollbar {
	width: 4px;
	border-radius: 2px;
}

.page-subscribe .select2-container--open .select2-dropdown--below::-webkit-scrollbar-thumb,
.page-subscribe .select2-container--open .select2-dropdown--above::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #ccc;
	border-radius: 6px;
}

.page-subscribe .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--theme-color-3);
}

.container-530 {
	max-width: 550px;
	width: 100%;
	display: flex;
	margin: 0 auto;
}

.subscribe-list {
	width: 100%;
	height: 640px;
	margin: 0 0 70px;
	overflow-y: scroll;
}

.subscribe-list::-webkit-scrollbar-track {
	background: #F5F5F7;
	border-radius: 4px;
}

.subscribe-list::-webkit-scrollbar {
	width: 7px;
	border-radius: 4px;
}

.subscribe-list::-webkit-scrollbar-thumb {
	background: #7F7F7F;
	border-radius: 4px;
}

.subscribe-list-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	justify-content: space-around;
}

.subscribe-list-text {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 130px);
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}

.subscribe-list-text .fa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--theme-color-2);
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}

.subscribe-list-text .fa:before {
	position: relative;
	top: 1px;
}

.subscribe-list-text span {
	padding: 0 18px 0 18px;
	font-size: 20px;
}

.subscribe-list-item .checkbox-styled input[type="checkbox"] ~ .btn-checkbox:before {
	border-radius: 5px;
	width: 35px;
	height: 35px;
	font-size: 22px;
	line-height: 32px;
}

.subscribe-btn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.subscribe-btn-wrap .btn-second {
	min-width: 250px;
}

.block-step-body p .fa {
	position: relative;
	top: -3px;
	display: inline-flex;
	align-items: center;
	width: 45px;
	justify-content: center;
	height: 45px;
	margin-left: 60px;
	vertical-align: middle;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	background: #F48220;
	border-radius: 50%;
}

.check-item-validate {
	position: relative;
/* 	visibility: hidden; */
}

.guiz-step-item.active.guiz-step-item-VALID-NO .check-item-validate {
/* 	visibility: visible; */
}

.check-item-validate label.error {
	bottom: auto;
	top: -40px;
}

.check-item .form-row-invalid input[type="checkbox"] ~ .btn-checkbox:before {
	border-color: #E0E0E0;
}

.validate-localities label.error:not(#localities-error) {
	display: none !important;
}

.validate-subscribe label.error:not(#subscribeGroup-error) {
	display: none !important;
}

.box-manage {
	padding: 50px 0 100px;
}

.manage-subheader {
	margin: 0 0 45px;
	padding: 0 0 15px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.manage-block {
	padding: 30px 0 0;
	max-width: 964px;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
}

.manage-block .form-quiz {
	scroll-behavior: smooth;
}

.manage-anchor {
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
}

.manage-anchor-item {
	display: inline-flex;
	justify-content: center;
	min-width: 280px;
	padding: 15px 30px;
	font-size: 17px;
	font-weight: 500;
	color: #363636;
	background: #F5F5F7;
	text-align: center;
	border-left: 6px solid #E8E8E8;
}

.manage-block-item {
	padding: 60px 40px;
	border-bottom: 1px solid #E0E0E0;
}

.form-quiz .manage-block-item:last-child {
	border: 0;
}

.manage-block-item .container-550px {
	margin-left: 12%;
}

.manage-block-item .localities-info-list {
	z-index: 999999;
}

.manage-block-item h2 {
	font-size: 32px;
}

.manage-block-item .text-center .bordered-bottom:after {
	width: 65px;
	border-color: var(--theme-color-2);
}

.manage-block-item .form-select {
	margin: 0 0 60px;
}

.manage-block-item h2 + .container-380px {
	margin-top: 30px;
}

.form-manage .guiz-step-item {
	display: block;
}

.back-to-previous {
	position: fixed;
	right: 37%;
	bottom: 30px;
	padding: 18px 30px 18px 70px;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	border-radius: 30px;
	color: #fff;
	background: linear-gradient(270deg, rgba(222, 28, 133, 1) 0%, rgba(35, 80, 169, 1) 100%);
	border: 2px solid #fff;
	z-index: 99999;
}

.back-to-previous:before {
	content: '';
	position: absolute;
	left: 30px;
	top: 14px;
	width: 29px;
	height: 26px;
	background: url(img/research-ic.svg) no-repeat;
}

.back-to-previous:focus {
	color: #fff;
}

.back-to-previous:hover {
	color: #fff;
}

body .btn-checkbox.privacy-check.checkbox-styled-item {
	margin-bottom: 50px;
}

label#privacyPolicy-error {
	bottom: 75px;
}

/* END CSS of quiz flow */

body a.block-simple.contacts-item {
	display: block;
	min-height: 165px;
	margin: 0 0 30px;
	position: relative;
}

body .block-cta {
	margin: 0 10px 0;
	padding: 50px 250px 50px 60px;
	position: relative;
	background-image: url('img/bg-block-cta-envelope.svg');
	background-repeat: no-repeat;
	background-position: right -60px center;
	background-size: auto 120%;
}

body .block-cta .btn-main {
	color: var(--theme-color-2);
	margin: 10px 0 0;
	padding: 17px 25px 17px;
	font-size: 14px;
	min-width: 250px;
	text-align: center;
	align-items: center;
	justify-content: center;
}

body .block-cta h2 {
	font-size: 35px;
	font-weight: 600;
}

body .block-cta h5 {
	font-size: 21px;
	font-weight: 300;
}

/*  */

a.block-simple {
	display: block;
}

.block-sidebar-cta.bg-theme-2 {
	color: #ffffff;
}

html body .block-sidebar-cta:before {
	content: "";
	display: block;
	position: absolute;
	right: 6%;
	top: -20px;
	width: 65px;
	height: 65px;
	padding: 0 0 0;
	margin: 0 0 0;
	background-image: url('img/email-ic.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

html body .block-sidebar-cta .btn-arrow {
	top: auto;
	bottom: 0;
}

html body .block-sidebar-cta h4 {
	padding: 0 0 10px;
}

html body .block-sidebar-cta,
.box-news-inner .block-simple.block-sidebar-cta {
	padding: 25px 90px 2px 30px;
	font-size: 15px;
	line-height: 1.45;
	letter-spacing: 0;
	position: relative;
}

.box-news-inner .block-simple.block-sidebar-cta {
	margin: 35px 0 0 -35px;
}

/*  */

.grid-main-area .block-heading h3 {
	font-size: 22px;
	font-weight: 500;
	padding: 0 0 0;
}

.grid-main-area .block-heading {
	padding: 18px 30px 18px;
	margin: 0 0 20px;
}

.icon-online {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	margin: 0 10px 0 0;
	padding: 0 0 0;
	display: inline-flex;
	background: #34C300;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

body .block-simple.font-size-15px .btn-main {
	margin: 5px 0 5px 0;
	padding: 9px 10px 9px;
	min-width: 150px;
	text-align: center;
	justify-content: center;
}


.block-simple.font-size-15px {
	font-size: 15px;
	margin: 0 0 20px;
}

.block-simple.font-size-15px .display-flex {
	gap: 15px;
}

/*  */

body .bordered-left {
	border-left: 8px solid;
}

body .bordered-left.bordered-left-green {
	border-left-color: #34C300;
}

.block-simple.font-size-15px h5 strong {
	font-weight: 500;
}

/*  */

.block-logo {
	padding: 0 0 0;
	margin: 0 0 40px;
}

.block-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.display-flex.text-left {
	justify-content: flex-start;
}


.block-simple li.display-flex > i {
	margin: 3px 5px 0 0;
}

.block-simple li.display-flex {
	letter-spacing: 0;
}

li.display-flex.text-left:not(:last-child) {
	margin-bottom: 10px;
}

/*  */

body .display-inline-flex {
	display: inline-flex;
	align-items: center;
	gap: 20px;
}

.tag-item-simple.border-radius-50px {
	font-weight: 300;
	letter-spacing: 0;
	font-size: 85%;
}

/*  */

.block-date-filter {
	padding: 0 0 0;
	margin: 0 auto 30px;
	text-align: center;
}

.block-date-filter strong {
	font-weight: 500;
}

.block-date-filter input {
	height: 50px;
	border-radius: 0;
	line-height: 30px;
	padding: 0 13px 0;
	margin: 0 0 0;
	border: none;
	background: #ffffff;
}

.block-date-filter button {
	height: 50px;
	min-width: 50px;
	line-height: 30px;
	padding: 0 13px 0;
	margin: 0 0 0;
	border-radius: 0;
	border: none;
}

.block-date-filter form {
	display: inline-block;
	text-align: left;
}

.block-date-filter ::-webkit-calendar-picker-indicator {
}

/*  */





































































/* 4 - END of .content ---------------------------------------------------------- */
/* 5 - BEGIN of footer ---------------------------------------------------------- */

footer {
	padding: 65px 0 65px;
	font-size: 22px;
	letter-spacing: 0;
	background: var(--theme-color-1);
	color: #FFFFFF;
}

footer a {
	color: #FFFFFF;
	display: inline-block;
}

footer .form-wr {
	padding: 13px 0 72px;
}

footer .form-wr input, footer .form-wr textarea, footer .form-wr select {
	float: left;
	max-width: 68.5%;
	padding: 20px 18px 20px;
	font-size: 16px;
	height: 65px;
}

footer .form-wr input[type="submit"] {
	padding: 18px 28px 20px;
	width: 28%;
	float: right;
	font-size: 16px;
	font-weight: 600;
}

footer h2 {
	font-size: 42px;
	letter-spacing: 0;
	padding: 15px 0 30px
}

footer img {
	display: block;
	margin: 20px auto 15px;
}

footer p {
	padding: 0 0 20px;
}

footer h3 {
	padding: 20px 0 16px;
	letter-spacing: 0;
}

footer .col-sm-7 {
	padding-left: 8px;
}

footer h6 {
	font-size: 16px;
	padding: 0 4px 0;
	letter-spacing: .01em;
	font-weight: 400;
}

footer p+div a {
	padding: 0 5px;
	font-size: 20px;
}

footer a {
	position: relative;
}

footer a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	border-bottom: 1px solid;
	transition: all .3s ease;
}

footer a:hover:after {
	width: 100%;
}

.footer-shape {
	position: relative;
	margin: 30px -15px 0 20px;
	opacity: .8;
}

.social-links {
	padding: 22px 0 19px;
}

.social-links a:after {
	display: none;
}

.social-links a {
	padding: 0 0 0;
	margin: 0 6px 0 0;
	font-size: 28px;
	min-width: 50px;
	min-height: 50px;
	border: 2px solid #FFFFFF;
	background: #ffffff;
	color: #1fb7c1;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.social-links[class*="color-theme"] a {
	color: inherit;
}

.social-links.social-links-circle a {
	margin: 0 15px 0 0;
	font-size: 28px;
	min-width: 46px;
	min-height: 46px;
	line-height: 30px;
	border-radius: 50px;
}

.social-links a:hover {
	opacity: 1;
}

.social-links a i {
	opacity: 1;
	display: inline-block;
	vertical-align: sub;
}

.fa {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover [class*="facebook"] {
	color: #3B5898;
}

a:hover [class*="twitter"] {
	color: #42C8F4;
}

a:hover [class*="youtube"] {
	color: #ca3737;
}

a:hover [class*="google-plus"] {
	color: #e3411f;
}

/* 5 - END of footer ---------------------------------------------------------- */
/* * - BEGIN of @media ---------------------------------------------------------- */

@media (min-width: 1350px) {
	body .container-1320px {
		width: 1350px;
	}
}

/* ----------------------------------------------------------------------------------- */

@media (min-width: 1260px) {
	.container {
		width: 1230px;
	}
}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 1199px) {
.logo, .header-fixed .logo {
	max-width: 200px;
}
header, .header-fixed {
	padding: 10px 0 10px;
}
header .alignright, .header-fixed .alignright {
	padding: 2px 0 0;
}
.navbar, .header-fixed .navbar {
	padding: 10px 0 0;
}
header + *, .header-fixed + * {
	padding-top: 90px;
}
body {
	font-size: 14px;
	line-height: 1.2;
}
h1 {
	padding: 0 0 15px;
	font-size: 34px;
	line-height: 1.2;
	letter-spacing: 0;
}
h2 {
	padding: 0 0 15px;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0;
}
h3 {
	padding: 0 0 15px;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0;
}
h4 {
	padding: 0 0 15px;
	font-size: 19px;
	line-height: 1.2;
	letter-spacing: 0;
}
h5 {
	padding: 0 0 15px;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0;
}
.navbar-nav > li > a {
	padding: 0 0 1px;
	margin: 0 10px 0;
	font-size: 15px;
	line-height: 20px;
}
.navbar-nav > li ul li a {
	margin: 0 0 0;
	padding: 13px 19px 14px;
	font-size: 13px;
	line-height: 20px;
}
header h2 {
	padding: 2px 0 0;
}
.box-top-slider h1 {
	padding: 0 0 15px;
	font-size: 50px;
	letter-spacing: 0;
}
.box-wr {
	padding: 50px 0 50px;
}
.box-welcome {
	padding: 50px 0 400px;
	background-size: 90% auto;
}
.box-welcome h5 {
	font-size: 15px;
	max-width: 736px;
	line-height: 1.4;
}
.block-items-wr {
	padding: 40px 0 20px;
}
body .btn-main, .container .btn-main {
	padding: 11px 20px 15px;
	margin: 10px auto 10px;
	font-size: 20px;
	line-height: 22px;
}
body .btn-black {
	padding: 11px 20px 15px;
	font-size: 20px;
	line-height: 22px;
}
footer {
	padding: 50px 0 35px;
	font-size: 15px;
}
footer h2 {
	font-size: 22px;
	padding: 0 0 15px;
}
.social-links {
	padding: 13px 0 13px;
}
footer h3 {
	padding: 10px 0 15px;
}
footer .form-wr {
	padding: 8px 0 60px;
}
footer .form-wr input, footer .form-wr textarea, footer .form-wr select {
	max-width: 78%;
	padding: 12px 13px 12px;
	font-size: 16px;
	height: 50px;
}
footer .form-wr input[type="submit"] {
	padding: 12px 20px 12px;
}
.form-wr input, .form-wr textarea, .form-wr select {
	margin: 0 0 0;
	padding: 10px 15px 10px;
	font-size: 14px;
	height: 44px;
	line-height: 20px;
}
.select2-container--default .select2-selection .select2-selection__rendered {
	margin: 0 0 0;
	padding: 11px 15px 9px;
	font-size: 14px;
	height: 42px;
	line-height: 20px;
}
.form-wr input[type="submit"] {
	padding: 10px 20px 10px;
	font-size: 16px;
	margin: 0 0 0;
}
footer h6 {
	font-size: 13px;
	padding: 0 0 0;
	letter-spacing: 0;
}
.block-item p {
	font-size: 14px;
	line-height: 1.4;
}
.date-wr {
	padding: 8px 15px 10px;
	min-width: 176px;
}
.date-wr i {
	font-size: 36px;
	min-width: 40px;
	margin: 0 6px 0 0;
}
.date-wr span {
	margin: 3px 0 0;
	font-size: 13px;
}
.date-wr strong {
	margin: 0 0 2px;
	font-size: 15px;
}
.btn-arrow {
	font-size: 20px;
	padding: 10px 8px 10px;
	margin: 0 0 0;
	min-width: 54px;
	height: 54px;
}
.block-item h3 {
	padding: 0 0 15px;
}
.block-item .date-wr + * {
	padding-top: 50px;
}
.block-item > a {
	padding: 30px 20px 30px;
}
.block-item {
	padding: 0 0 0;
	margin: 0 0 26px;
	min-height: 250px;
}
.slick-prev, .slick-next {
	width: 16px;
	height: 34px;
	margin: 0 0 0;
}
.slick-prev:before, .slick-next:before {
	font-size: 38px;
}
.slick-prev {
	left: -10px;
}
.slick-next {
	right: -10px;
}
.slick-prev:hover {
	margin-left: 0;
}
.slick-next:hover {
	margin-right: 0;
}
.row.block-items-wr.events-slider {
	margin: 0;
}
.row.drop-in-items-wr.events-slider {
	margin: 0;
}
.box-top-slider .slick-prev, .box-top-slider .slick-next {
	background-size: 16px auto;
	width: 28px;
	height: 28px;
}
.box-top-slider .slick-prev {
	left: 5px;
}
.box-top-slider .slick-next {
	right: 5px;
}
.back-to-top {
	background-size: 20px auto;
}
.box-top-slider + .tabs-search-wr {
	margin-top: -160px;
	margin-bottom: 25px;
}
.box-top-banner-innerpage + .tabs-search-wr {
	margin-top: -55px;
	margin-bottom: 1px;
}
.box-search-wr h3 {
	padding: 30px 0 10px;
}
.box-search-wr .block-item h3 {
	font-size: 20px;
	padding-right: 20px;
}
.box-search-wr .block-item > a {
	padding: 35px 25px 30px;
}
.box-map-wr h5 {
	padding: 0 0 15px;
	font-size: 18px;
}
.box-map-wr .block-item {
	min-height: 245px;
}
.map-wr {
	height: 510px;
	margin: 18px 0 18px;
}
.filter-button-group button {
	padding: 0 18px 1px 15px;
	font-size: 16px;
}
.box-news-wr {
	padding: 0 0 50px;
}
.filter-button-group {
	padding: 30px 10px 34px;
	margin: -46px auto 20px;
}
.box-content-wr p {
	padding: 0 0 15px;
	line-height: 1.5;
	max-width: 100%;
	letter-spacing: 0;
}
.box-content-wr h1 {
	padding: 0 0 15px;
}
.sidebar-item {
	padding: 15px 15px 15px;
	margin: 0 0 14px;
}
.sidebar-item h3 {
	font-size: 22px;
	letter-spacing: 0;
	padding: 0 0 15px;
}
.box-organization h2 {
	padding: 0 0 15px;
}
.info-table {
	padding: 2px 14px 2px;
	margin: 0 0 15px;
	letter-spacing: 0;
}
.box-contacts .select2-container--default .select2-selection .select2-selection__rendered {
	height: 42px;
	font-size: 14px;
}
.box-contacts .sidebar-main-area {
	padding: 0 0 0;
}
.box-contacts .sidebar-right {
	padding: 0 0 0;
	margin: 0 0 0 30px;
}
.bordered-btm, body h1.bordered-btm {
	margin: 0 0 20px;
	padding: 0 0 25px;
	font-size: 34px;
}
.box-contacts p {
	font-size: 14px;
}
.box-contacts .sidebar-right p {
	font-size: 14px;
}
.box-contacts h6 {
	padding: 10px 0 5px;
	font-size: 16px;
}
.list-styled {
	margin: 0 0 0;
	padding: 0 0 5px;
}
.block-item .news-list-date .date-date,
body .block-item h2 {
	font-size: 26px;
}
.header-dropdown .logo {
	max-width: 200px;
	margin: 0 auto 0;
}
.header-dropdown .navbar, .header-dropdown.header-fixed .navbar {
	padding: 10px 0 0;
}
.header-dropdown .navbar-nav > li > a {
	margin: 0 15px 0;
	font-size: 18px;
	line-height: 35px;
}
.subnav-link {
	padding: 6px 20px 6px;
	margin: 0 0 0;
	width: 175px;
	height: 70px;
	font-size: 16px;
	line-height: 1.35;
}
header, .header-fixed {
	background: #ffffff;
}
.drop-in-item .block-footer p {
	font-size: 12px;
}
.drop-in-item p {
	font-size: 15px;
}
header h2 a {
	font-size: 30px;
}
header h3 {
	font-size: 18px;
}
header h2 {
	font-size: 20px;
	padding: 5px 0 0;
}
.main-nav-wr {
	padding: 25px 0 0 30px;
}
.content {
	padding-top: 95px;
}
body .nav-item {
	padding: 15px 10px 10px;
	font-size: 15px;
	width: 180px;
	height: 95px;
}
.thumb-horizontal-item h2 {
	font-size: 40px;
	padding: 0 0 15px;
}
.thumb-horizontal-item h5 {
	font-size: 18px;
	padding: 0 0 15px;
}
.tabs-search-wr h3 {
	margin: 0 0 0;
	padding: 15px 0 10px;
	font-size: 30px;
}
.box-simple h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 28px;
}
footer .form-wr input, footer .form-wr textarea, footer .form-wr select {
	max-width: 66%;
}
.box-top-banner-innerpage .img-overlay {
	padding: 60px 0 80px;
	height: 250px;
}
.box-top-banner-innerpage.box-top-banner-height-auto .img-overlay {
	padding: 60px 0 40px;
	height: auto;
}
.tabs-wr {
	padding: 20px 50px 30px;
}
.grid-sidebar-right {
	margin: 0 0 0;
}
.block-simple {
	padding: 25px 25px 20px;
	margin: 0 0 15px;
	font-size: 15px;
}
.block-simple h4 {
	font-size: 22px;
}
.block-simple .h5,
.block-simple h5 {
	padding: 0 0 13px;
	font-size: 16px;
}
.block-simple li {
	padding: 0 0 10px;
}
.box-grid h1 {
	font-size: 32px;
}
.tag-item {
	margin: 0 20px 15px 0;
	font-size: 16px;
}
.grid-main-area {
	padding: 0 0 0 0;
}
.box-grid {
	font-size: 15px;
}
.text-more-less {
	height: 125px;
}
.box-grid h1 {
	font-size: 32px;
}
body .block-link {
	padding: 60px 20px 10px;
	margin: 0 0 15px;
}
.box-heading h1 {
	font-size: 35px;
}
.filter-button-group.bg-white {
	padding: 10px 0 20px;
}
.box-search-wr .text-center .btn-main.bg-theme-blue {
	min-width: 150px;
	margin: 10px 6px 0;
}
.box-news-inner h1 {
	font-size: 32px;
	padding: 0 0 20px;
}
.box-news-inner h5 {
	font-size: 14px;
	padding: 0 0 18px;
}
.box-news-inner .text-wr {
	padding: 0 0 15px;
}
.box-news-inner {
	font-size: 15px;
}
.box-news-inner p {
	padding: 0 0 15px;
}
.box-news-inner .sliders-wr {
	margin: 0 0 0;
}
.box-search-tabs .tabs-search-wr {
	margin: -70px auto 0;
}
.box-grid [class*="col-"]:last-child .grid-main-area {
	padding: 0 0 0;
}
body .grid-sidebar-left .btn-main {
	margin: 0 0 10px;
}
.box-subscribe {
	padding: 90px 0 50px;
}
.subscribe-block-icon {
	top: -200px;
}
.subscribe-block-icon img {
	max-width: 80px;
}
.box-news-inner .block-simple.block-sidebar-cta {
	margin: 25px 0 10px;
}
















}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
.logo, .header-fixed .logo {
	max-width: 140px;
}
header, .header-fixed {
	padding: 8px 0 8px;
}
header .alignright, .header-fixed .alignright {
	padding: 0 0 0;
	margin: 0;
}
.navbar, .header-fixed .navbar {
	padding: 8px 0 0;
}
header .container {
	padding-left: 10px;
	padding-right: 10px;
}
header + *, .header-fixed + * {
	padding-top: 64px;
}
body {
	font-size: 13px;
	line-height: 1.2;
}
h1 {
	padding: 0 0 15px;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0;
}
h2 {
	padding: 0 0 15px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0;
}
h3 {
	padding: 0 0 15px;
	font-size: 19px;
	line-height: 1.2;
	letter-spacing: 0;
}
h4 {
	padding: 0 0 15px;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0;
}
h5 {
	padding: 0 0 15px;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0;
}
.navbar-nav > li > a {
	padding: 0 0 1px;
	margin: 0 6px 0;
	font-size: 12px;
	line-height: 14px;
}
.navbar-nav > li:not(:first-child) {
	border-left: 1px solid #666666;
}
header h2 {
	padding: 0 0 0;
	font-size: 18px;
}
.box-top-slider h1 {
	font-size: 44px;
}
.block-item {
	padding: 0 0 0;
	margin: 0 0 26px;
	min-height: 200px;
}
body .box-welcome {
	padding: 50px 0 304px;
}
footer .form-wr input, footer .form-wr textarea, footer .form-wr select {
	max-width: 70%;
}
.navbar-nav > li ul li a {
	padding: 8px 15px 9px;
}
.box-top-slider + .tabs-search-wr {
	margin-top: -55px;
	margin-bottom: 1px;
}
.box-top-banner-innerpage + .tabs-search-wr {
	margin-top: -55px;
	margin-bottom: 1px;
}
.box-top-slider .img-overlay {
	padding: 30px 0 50px;
}
.block-items-wr .col-md-3:nth-child(4n+5) {
	clear: none;
}
.block-items-wr .col-sm-6:nth-child(odd) {
	clear: left;
}
.box-search-wr {
	padding: 35px 0 35px;
}
.box-search-wr .block-items-wr {
	padding: 25px 0 5px;
}
.box-search-wr .btn-arrow {
	padding: 6px;
	min-width: 40px;
	height: 40px;
	background-size: 20px auto;
}
.box-search-wr .block-item {
	min-height: 130px;
}
.box-map-wr .block-items-wr {
	padding: 18px 0 30px;
}
.filter-button-group button:not(:last-child) {
	border-right: 1px solid #FFFFFF;
}
.filter-button-group button {
	padding: 0 13px 1px 10px;
	font-size: 14px;
}
.filter-button-group span {
	padding: 0 30px 0 5px;
	font-size: 20px;
}
.filter-button-group {
	padding: 15px 10px 17px;
	margin: 30px auto 10px;
}
.box-content-wr .col-sm-8 h1 {
	padding: 0 0 15px;
}
.box-content-wr .col-sm-8 img {
	margin: 10px auto 10px;
}
.block-item .news-list-date .date-date,
body .block-item h2 {
	font-size: 30px;
}
.sidebar-right-wr .block-item {
	min-height: 145px;
}
.header-dropdown .logo {
	max-width: 190px;
}
.header-dropdown .navbar-nav > li > a {
	margin: 0 13px 0;
	font-size: 14px;
	line-height: 35px;
}
.subnav-link {
	padding: 5px 15px 5px;
	margin: 0 0 0;
	width: 140px;
	height: 60px;
	font-size: 14px;
}
.header-dropdown + * {
	padding-top: 75px;
}
.main-nav-wr {
	padding: 15px 0 0 20px;
}
.content {
	padding-top: 74px;
}
.thumb-horizontal-item h2 {
	font-size: 30px;
	padding: 0 0 15px;
}
.thumb-horizontal-item h5 {
	font-size: 16px;
	padding: 0 0 15px;
}
.box-thumb-horizontal {
	padding: 35px 0 35px;
}
.thumb-horizontal-item .text-wr {
	padding: 40px 200px 35px 150px;
	margin: 0 -150px 0 -150px;
}
.thumb-horizontal-item .img-wr {
	padding: 3px 3px 3px;
	margin: 35px -10px 0 -60px;
}
.thumb-horizontal-item.img-left .img-wr {
	margin-left: -10px;
	margin-right: -60px;
}
.thumb-horizontal-item.img-left .text-wr {
	padding-left: 200px;
	padding-right: 150px;
}
.tabs-search-wr .tabs-nav li {
	margin: 0 10px 0;
}
.box-grid .display-flex h1 {
	font-size: 30px;
}
.tag-item.bg-gray.border-radius-50px {
	padding: 5px 15px 5px 5px;
	font-size: 80%;
	margin: 0 15px 15px 0;
}
body .block-areas-header h2 {
	font-size: 14px;
}
.localities-info-list {
	left: auto;
	right: 0;
	width: 320px;
	padding: 20px 20px 20px;
}
.localities-info-list:before {
	left: auto;
	right: 30px;
}
.manage-anchor-item {
	min-width: 165px;
	font-size: 14px;
}
.manage-block-item .container-550px {
	margin: 0 auto;
}





























}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
.logo, .header-fixed .logo {
	max-width: 160px;
	float: none;
}
header, .header-fixed {
	padding: 15px 0 15px;
}
header .alignright, .header-fixed .alignright {
	padding: 0 0 0;
	margin: 0;
	position: static;
}
.main-nav-wr {
	padding: 0 0 0;
	margin: -44px 0 0;
}
.navbar, .header-fixed .navbar {
	padding: 6px 0 0;
	position: static;
}
header + *, .header-fixed + * {
	padding-top: 60px;
}
body {
	font-size: 13px;
	line-height: 1.2;
}
h1 {
	padding: 0 0 15px;
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: 0;
}
h2 {
	padding: 0 0 15px;
	font-size: 19px;
	line-height: 1.2;
	letter-spacing: 0;
}
h3 {
	padding: 0 0 15px;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: 0;
}
h4 {
	padding: 0 0 15px;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0;
}
h5 {
	padding: 0 0 15px;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0;
}
.navbar-toggle .icon-bar {
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.navbar-toggle.active .icon-bar {
	margin: 0;
	height: 2px;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
	top: 6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
	background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
	top: -8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-toggle {
	padding: 0 0 0;
	margin: 2px 0 0;
	border: none;
	min-height: 25px;
	position: absolute;
	top: 17px;
	right: 16px;
	z-index: 5;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}
.navbar-toggle .icon-bar {
	width: 25px;
	height: 2px;
	background: #1fb7c1;
}
.navbar-collapse {
	margin: 0 0 0;
	padding: 0 0 0;
	position: fixed;
	top: 60px;
	left: 0;
	height: 100%;
	right: 0;
	text-align: center;
	background: rgba(255,255,255,.9);
	background: #ffffff;
}
.navbar-nav > li ul {
	position: static;
	margin: 0 0 0;
	padding: 0 0 0;
	background: rgba(255,255,255,.1);
	text-align: center;
	border-left: none;
	border-right: none;
}
.navbar-nav > li > a {
	color: #FFFFFF;
	padding: 12px 0 12px;
	margin: 0 0 0;
	font-size: 18px;
	line-height: 20px;
	border-bottom: 1px solid #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.navbar-nav {
	padding: 55px 25px 0;
}
.navbar-nav > li ul li a {
	padding: 8px 15px 8px;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
.nav > li > a:focus, .nav > li > a:hover {
	color: #FFFFFF;
}
.navbar-nav > li:not(:first-child) {
	border-left: none;
}
header h2 {
	padding: 14px 0 103px;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
}
header h2 a {
	color: #FFFFFF;
}
.box-top-slider h1 {
	font-size: 30px;
	padding: 0 5px 10px;
}
.box-top-slider h4 {
	padding: 0 22px 0;
}
.box-top-slider .slick-next {
	right: 0;
}
.box-top-slider .slick-prev {
	left: 0;
}
.box-wr {
	padding: 30px 0 30px;
}
body .box-welcome {
	padding: 30px 0 290px;
}
.block-items-wr {
	padding: 20px 0 2px;
}
.block-item > a {
	padding: 30px 20px 20px;
}
body .box-welcome {
	padding: 30px 0 230px;
	background-size: auto 200px;
}
footer {
	padding: 30px 0 30px;
	font-size: 14px;
	text-align: center;
}
footer .col-sm-7 {
	padding-left: 14px;
}
footer .form-wr {
	padding: 8px 0 30px;
}
footer .form-wr input, footer .form-wr textarea, footer .form-wr select {
	max-width: 100%;
	margin: 0 0 8px;
	float: none;
}
footer .form-wr input[type="submit"] {
	float: none;
	width: 100%;
}
footer h6 {
	text-align: center;
}
.box-top-slider .img-overlay {
	padding: 10px 0 10px;
}
.box-top-slider + .tabs-search-wr {
	margin-top: 40px;
	margin-bottom: 5px;
	max-width: 90%;
}
.tabs-wr {
	padding: 15px 15px 15px;
}
.tabs-wr .col-sm-5 {
	width: auto;
}
.tabs-wr .col-sm-2 {
	width: auto;
}
.tabs-wr .col-sm-10 {
	width: auto;
}
.tabs-item-inner {
	padding: 10px 0 10px;
}
.tabs-search-wr h3 {
	margin: 0 0 0;
	padding: 10px 0 10px;
	font-size: 22px;
}
.box-simple h2 {
	margin: 0 0 0;
	padding: 0 0 0;
	font-size: 19px;
}
.box-top-banner-innerpage + .tabs-search-wr {
	margin-top: 40px;
	margin-bottom: 5px;
}
.form-wr input, .form-wr textarea, .form-wr select {
	margin: 0 0 6px;
}
.select2-container--default .select2-selection {
	margin: 0 0 6px;
	position: relative;
}
.tabs-nav {
	margin: 0 -15px 10px;
	padding: 10px 15px 15px;
}
.tabs-nav a {
	font-size: 14px;
}
.tabs-search-wr .tabs-nav li {
	margin: 0 4px 0;
}
.tabs-item {
	display: block;
	padding: 0;
}
.tabs-item .tabs-item-inner {
	display: none;
}
.tabs-item.active .tabs-item-inner {
	display: block;
}
.tabs-wr .btn-mobile-accordion-label {
	padding: 18px 10px 19px;
	margin: 0 0 0;
	display: block;
	color: #444444;
	font-weight: normal;
	text-align: center;
	font-size: 15px;
	background: rgba(255,255,255,.85);
	border-bottom: 1px solid #e6007e;
}
.tabs-item:last-child .btn-mobile-accordion-label {
	border: none;
}
.tabs-item.active .btn-mobile-accordion-label {
	background: #e6007e;
	color: #FFFFFF;
	border-bottom: 1px solid #ffffff;
	opacity: 1;
}
.tabs-item.active .btn-mobile-accordion-label:hover {
	opacity: 1;
}
.tabs-item-inner {
	padding: 10px 10px 9px;
}
.select2-container--default .select2-selection .select2-selection__arrow {
	width: 35px;
}
.btn-location {
	right: 11px;
}
.box-search-wr .block-item {
	margin: 0 0 25px;
	min-height: 106px;
}
.box-search-wr .block-item h3 {
	padding: 0 0 15px;
	margin: 0 0 0;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0;
	height: auto;
}
.box-search-wr .block-item p {
	max-height: 300px;
	font-size: 110%;
}
.map-wr {
	height: 360px;
	margin: 0 0 30px;
}
.filter-button-group span {
	padding: 0 15px 13px;
	font-size: 20px;
	display: block;
}
.filter-button-group button {
	padding: 0 8px 1px 5px;
	font-size: 13px;
	margin: 0 0 10px;
}
.filter-button-group {
	padding: 15px 10px 10px;
	margin: 0 auto 10px;
	text-align: center;
}
.block-item {
	margin: 0 0 14px;
}
.block-item .img-wr {
	margin: 10px auto 0;
}
.box-news-wr .block-items-wr {
	padding: 20px 0 20px;
}
.block-items-wr .col-sm-6 {
	width: 100%;
}
.sidebar-item {
	margin: 0 0 14px;
}
.sidebar-item li i {
	margin: 0px 8px 0 0;
}
.navbar-nav > li.active > a {
	color: #FFFFFF;
}
.box-contacts h6:first-child {
	padding-top: 0;
}
.box-contacts .map-wr {
	height: 226px;
	margin: 12px 0 12px -30px;
}
.box-heading h1 {
	font-size: 35px;
}
.bordered-btm, body h1.bordered-btm {
	margin: 0 0 20px;
	padding: 0 0 20px;
	font-size: 26px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	font-size: 20px;
	height: 12px;
	margin: -1px -4px 0 4px;
	line-height: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	font-size: 10px;
	padding: 6px 10px 6px;
	margin: 0px 5px 0 0;
}
.header-dropdown .logo {
	max-width: 122px;
}
.subnav {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}
.nav > li > a:focus, .nav > li > a:hover {
	color: #666666;
	opacity: 1;
}
.header-dropdown .navbar-nav > li > a {
	margin: 15px 0 15px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 500;
}
.header-dropdown .navbar-nav {
	padding: 30px 20px 30px;
}
.social-links.social-links-rounded a {
	margin: 0 3px 0;
}
.subnav-link-item {
	padding: 0 0 0;
	margin: 5px 0 10px;
	display: block;
}
.subnav-link {
	padding: 13px 15px 13px;
	margin: 0 0 0;
	width: auto;
	height: auto;
	font-size: 20px;
	display: block;
}
.header-dropdown .social-links.social-links-rounded {
	padding: 10px 0 10px;
}
.subnav-container {
	padding: 0 10px 0;
}
.header-dropdown + * {
	padding-top: 60px;
}
.box-drop-in h5.text-center {
	font-size: 20px;
}
.drop-in-items-wr {
	padding: 15px 0 15px;
}
.drop-in-item h2 {
	margin: 0 0 14px;
	font-size: 18px;
	height: auto;
}
.drop-in-item .text-wr p {
	padding: 0 0 0;
	height: auto;
}
.drop-in-item p {
	font-size: 16px;
}
.drop-in-item {
	padding: 90px 25px 90px;
	margin: 0 0 15px;
	min-height: 0;
}
.pagination-wr .pagination-prew, .pagination-wr .pagination-next {
	margin: 0 5px 0;
	padding: 15px 10px 15px;
	width: 120px;
	font-size: 16px;
}
body .nav-item {
	padding: 15px 20px 10px;
	font-size: 15px;
	width: auto;
	height: auto;
	text-align: left;
	display: block;
}
body .nav-item i {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 0 0;
	vertical-align: middle;
	max-width: 60px;
	width: 40px;
	height: auto;
	float: none;
	text-align: center;
}
.main-nav .nav-list {
	margin: 0 auto 0;
	padding: 25px 0 100px;
	max-width: 1170px;
	height: 100vh;
	overflow: auto;
}
.nav-list li {
	margin: 5px 3px 5px;
	padding: 0 0 0;
	display: block;
}
.nav-list {
	margin: 40px 0 40px;
	padding: 0 0 0;
}
.box-top-slider h4 {
	padding: 0 0 0;
	font-size: 18px;
}
.thumb-horizontal-item .text-wr, .thumb-horizontal-item.img-left .text-wr {
	padding: 30px 30px 25px 30px;
	margin: 0 -15px 0;
}
.thumb-horizontal-item .img-wr, .thumb-horizontal-item.img-left .img-wr {
	padding: 0 0 0;
	margin: 0 -15px 0;
}
.box-thumb-horizontal {
	padding: 0 0 0;
}
.thumb-horizontal-item.img-left [class*="col-"]:first-child {
	float: none;
}
.box-top-banner-innerpage .img-overlay {
	height: 200px;
}
.content {
	padding-top: 90px;
}
body .box-heading {
	padding: 35px 0 35px;
}
.box-heading .btn-back {
	margin: 0 0 -60px;
}
body .nav-list-items-horizontal .nav-item {
	padding: 12px 20px 12px;
	font-size: 16px;
	text-align: left;
	width: auto;
	height: auto;
	min-height: 60px;
	gap: 13px;
	justify-content: flex-start;
}
.box-areas .img-overlay {
	padding: 20px 0 0;
}
.block-areas {
	padding: 30px 30px 20px;
	margin: 0 auto -30px;
}
.box-areas h1 {
	padding: 0 0 15px;
}
.block-areas-header {
	padding: 0 0 15px;
}
.area-items-wr {
	gap: 15px;
	padding: 0 0 35px;
}
body .link-row {
	padding: 16px 15px 14px;
	margin: 0 0 30px;
	justify-content: flex-start;
	text-align: left;
}
body .link-row h4 {
	font-size: 15px;
}
body .area-item .img-wr {
	margin: -25px auto 2px;
}
body .area-item h4 {
	font-size: 15px;
	padding: 0 0 10px;
}
body .area-item {
	padding: 10px 10px 15px;
	margin: 20px 0 0;
	min-height: 100px;
	width: 100%;
	justify-content: flex-start;
}
/* body .area-item {
	padding: 0 10px 5px;
	margin: 30px 0 0;
	min-height: 100px;
	width: 46%;
	justify-content: flex-start;
} */
.tooltip-content {
	left: -40px;
	padding: 14px 15px 5px;
	margin: 5px 0 0;
	width: 220px;
}
.columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
body .area-item .btn-arrow {
	margin: 0 10px 10px;
	padding: 0 0 0;
	width: 15px;
	height: 15px;
	min-width: 15px;
}
body .area-item .tooltip-wr {
	margin: 0 auto 0;
}
body .area-item .tooltip-wr i {
	width: 25px;
}
body .link-row .btn-arrow {
	margin: auto 15px;
	width: 15px;
	height: 15px;
	min-width: 15px;
}
.box-areas + .box-wr {
	padding-top: 50px;
}
.block-heading {
	padding: 0 0 20px;
}
body .tile-item h4 {
	padding: 0 0 5px;
	font-size: 15px;
}
body .tile-item {
	padding: 8px 15px 8px;
	border-radius: 5px;
	width: 165px;
	min-height: 115px;
}
.tile-square-wr {
	gap: 15px;
}
body .tile-square .h4,
body .tile-square h4 {
	padding: 0 0 5px;
	font-size: 16px;
	line-height: 1.35;
}
body .tile-square {
	padding: 10px 15px 10px;
	margin: 0 0 0;
	width: 170px;
	min-height: 150px;
}
body .btn-main, .container .btn-main {
	padding: 13px 15px 13px;
	margin: 10px auto 10px;
	font-size: 14px;
	line-height: 18px;
	gap: 5px;
	white-space: nowrap;
}
body .block-item .news-list-row-item h3 {
	margin: 0 0 5px;
	font-size: 15px;
}
.box-top-banner-innerpage.box-top-banner-height-auto .img-overlay {
	padding: 30px 0 30px;
	height: auto;
}
body .box-search-tabs .select2-container--default .select2-selection .select2-selection__rendered,
body .box-top-banner-innerpage .select2-container--default .select2-selection .select2-selection__rendered {
	padding: 12px 20px 10px;
	height: 40px;
}
body .box-search-tabs input, body .box-search-tabs textarea, body .box-search-tabs select,
body .box-top-banner-innerpage input, body .box-top-banner-innerpage textarea, body .box-top-banner-innerpage select {
	padding: 15px 20px 15px;
	height: 55px;
	border: 1px solid rgba(0, 0, 0, .1);
}
body .box-search-tabs .tabs-search-wr .btn-main,
body .box-top-banner-innerpage .tabs-search-wr .btn-main {
	padding: 16px 30px 14px;
	font-size: 16px;
	line-height: 22px;
	height: 55px;
	gap: 15px;
	justify-content: center;
	width: 100%;
}
body .box-search-tabs .tabs-search-wr,
body .box-top-banner-innerpage .tabs-search-wr {
	min-height: 270px;
}
body .block-item-icon {
	font-size: 20px;
	padding: 4px 4px 2px;
	width: 40px;
	height: 40px;
	margin: -20px 20px 0;
}
body .gap-30px {
	gap: 20px;
}
.box-grid .display-flex h1 {
	font-size: 25px;
}
body .icon-item {
	min-width: 60px;
	width: 60px;
	height: 60px;
	font-size: 30px;
}
.tile-square .btn-arrow {
	width: 40px;
	min-width: 40px;
	height: 40px;
	background-size: 15px auto;
}
.box-search-wr .block-item > a {
	padding: 35px 30px 35px;
	aspect-ratio: initial;
}
.area-item .tag-item.bg-gray.border-radius-50px {
	padding: 5px 12px 5px 5px;
	font-size: 12px;
	gap: 6px;
}
body .area-item .tooltip-wr .tag-item i {
	font-size: 22px;
}
.news-list-date {
	padding: 5px 5px 5px;
	font-size: 10px;
	width: 90px;
	min-width: 90px;
}
.box-news-inner .block-simple {
	padding: 20px 25px 15px;
	margin: 0 0 0;
}
.box-search-tabs .tabs-search-wr {
	margin: -40px 15px 0;
}
.display-flex + .tag-items-wr {
	margin: 10px 0 0;
}
body .box-heading .img-overlay {
	padding: 40px 0 40px;
	position: relative;
}
.box-heading .container {
	width: 95%;
}
body .btn-back {
	font-size: 30px;
	width: 40px;
	height: 40px;
	line-height: 33px;
	padding: 0 2px 0 0;
	border: 2px solid;
}
.box-heading .btn-back {
	margin: 0 0 -55px;
}
.block-item-square.block-item > a {
	aspect-ratio: initial;
	padding: 45px 25px 40px;
}
body .block-item-square.block-item .btn-arrow {
	top: 0;
	bottom: auto;
}
footer .text-left,
footer .text-right {
	text-align: center;
}
footer .social-links {
	padding: 15px 0 30px;
}
footer .social-links.social-links-circle a {
	margin: 0 5px;
}
.footer-shape {
	margin: 30px auto 0;
	max-width: 60%;
}
.footer-shape img {
	margin: 0 auto 0;
}
body .btn-main-nav {
	min-height: 35px;
}
.block-simple.padding-50px {
	padding: 30px 30px 15px;
	font-size: 15px;
}
.block-simple.padding-50px .alignleft,
.block-simple.padding-50px .alignright {
	margin: 0 auto 20px;
}
.block-simple.padding-50px h2 {
	font-size: 24px;
	padding: 0 0 25px;
}
.grid-sidebar-left {
	margin: 0 0 15px;
}
body .grid-sidebar-left .btn-main {
	margin: 0 0 10px;
	font-size: 18px;
}
body .block-simple.padding-50px .btn-main {
	margin: 0 10px 15px 0;
	padding: 14px 15px 13px;
	min-width: 150px;
}
.position-sticky {
	position: relative;
	top: 0;
}
.subscribe-block {
	padding: 40px 50px 50px;
}
.box-subscribe {
	padding: 70px 0 30px;
}
.subscribe-block-icon {
	top: -170px;
}
.subscribe-block-icon img {
	max-width: 80px;
}
.subscribe-header {
	margin: 0 0 40px;
}
.localities-info-list ul li {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.5;
}
.block-step-body p {
	line-height: 30px;
	font-size: 16px;
}
.subscribe-block {
	padding: 40px 30px 50px;
}
.btn-step-prev {
	position: relative;
	top: -20px;
	left: -10px;
	width: 35px;
	height: 35px;
	font-size: 24px;
	padding: 0 2px 0 0;
}
.checkbox-styled input[type="checkbox"] ~ .btn-checkbox {
	line-height: 22px;
}
.form-quiz .input-label {
	font-size: 16px;
}
.form-quiz .input-with-label input {
	padding: 22px 20px 10px;
}
.form-quiz .input-focused .input-label, .form-quiz .input-not-empty .input-label {
	font-size: 11px;
}
.form-select .select2-container--default .select2-selection .select2-selection__rendered {
	font-size: 16px;
}
.localities-name {
	font-size: 16px;
}
.container-550px {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.form-select {
	margin: 0 0 40px;
}
.subscribe-list-text {
	width: calc(100% - 60px);
}
.subscribe-list-item .checkbox-styled input[type="checkbox"] ~ .btn-checkbox:before {
	width: 25px;
	height: 25px;
	font-size: 15px;
	line-height: 22px;
}
.subscribe-list-text span {
	padding: 0 15px 0 15px;
	font-size: 15px;
}
.subscribe-list-text .fa {
	width: 30px;
	height: 30px;
	min-width: 30px;
	font-size: 17px;
	line-height: 17px;
}
.subscribe-list {
	height: 500px;
	margin: 0 0 50px;
	padding: 0 10px 0 0;
}
.block-step-body p .fa {
	width: 30px;
	height: 30px;
	margin-left: 20px;
	font-size: 18px;
	line-height: 18px;
}
.subscribe-btn-wrap {
	flex-direction: column;
}
.manage-anchor {
	flex-direction: column;
	padding: 0 15px;
}
.manage-anchor-item {
	margin: 0 0 15px;
}
.manage-block-item {
	padding: 30px 15px;
}
.manage-block-item h2 {
	font-size: 20px;
}
.back-to-previous {
	right: 10%;
}
.checkbox-styled input[type="checkbox"] + label.error {
	bottom: 70px;
}
body a.block-simple.contacts-item {
	min-height: 120px;
	margin: 0 0 15px;
}
body .block-cta .btn-main {
	margin: 5px 0 0;
	padding: 13px 20px 13px;
	font-size: 13px;
	min-width: 200px;
}
body .block-cta {
	margin: 0 0 0;
	padding: 25px 150px 25px 25px;
	background-position: right -52px center;
	background-size: auto 110%;
}
body .block-cta h2 {
	font-size: 23px;
}
body .block-cta h5 {
	font-size: 14px;
}
body .block-item-logo img {
	height: 50px;
}
body .block-item-logo {
	margin: -25px 20px 0;
}
.block-logo {
	padding: 0 0 0;
	margin: 0 0 15px;
}
.block-simple.font-size-15px .display-flex {
	gap: 10px;
}
.display-flex {
	gap: 10px;
	flex-wrap: wrap;
}
body .display-inline-flex {
	gap: 0;
	flex-wrap: wrap;
}
.block-date-filter input {
	height: 40px;
	line-height: 30px;
	padding: 0 8px 0;
	font-size: 14px;
	max-width: 120px;
}
.block-date-filter .display-flex {
	gap: 6px;
	flex-wrap: nowrap;
}
.block-date-filter {
	padding: 0 0 0;
	margin: 0 auto 10px;
}
.block-date-filter button {
	height: 40px;
	min-width: 40px;
	line-height: 30px;
	padding: 0 6px 0;
	text-transform: uppercase;
}



























}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-height: 390px) {
	.navbar-nav {
		padding: 20px 25px 0;
	}
}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 550px) {
header h2 {
	padding: 14px 0 180px;
}
.box-search-wr .btn-black {
	float: none;
	margin: 2px auto 2px;
	display: block;
}
.box-search-wr h3 {
	padding: 30px 0 10px;
	text-align: center;
}
.box-top-slider .img-wr > img {
	display: block;
	width: auto;
	max-width: 180%;
	width: 180%;
	margin: 0 -40% 0;
	min-height: 200px;
}
.tags-item {
	padding: 4px 6px 7px;
	margin: 0 0 15px;
	font-size: 11px;
}
.localities-list-item .check-item {
	margin: 0 14px 0 14px;
}
.localities-info span {
	font-size: 12px;
	line-height: 20px;
}
.localities-info .fa {
	font-size: 16px;
	line-height: 16px;
}
.localities-name {
	font-size: 12px;
}
.subscribe-list-text span {
	padding: 0 10px 0 10px;
	font-size: 12px;
}
.subscribe-list-text {
	width: calc(100% - 35px);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}
.block-step-body p br {
	display: none;
}
.back-to-previous {
	padding: 16px 25px 16px 50px;
	font-size: 12px;
}
.back-to-previous:before {
	left: 19px;
	top: 13px;
	width: 21px;
	height: 20px;
	background-size: contain;
}




}

/* ----------------------------------------------------------------------------------- */
/* * - END of @media ---------------------------------------------------------- */
