body{
	font-family: 'Lato', sans-serif;

}
h1{

}
h2{
	font-size: 32px;
	font-weight: 900;
}
h3{
	font-size: 28px;
	font-weight: 900;
}
h4{
	font-size: 24px;
	font-weight: 900;
}
h5{
	font-size: 22px;
	font-weight: 500;
	color: #787878;
}
p, li, table, .cat__desc{
	color: #787878;
	font-size: 18px;
	line-height: 1.4;
}
a{
	color: #000000;
	text-decoration: none;
}
select{
	padding: 15px 20px;
	padding-right: 50px;
	border-radius: 6px;
	margin-bottom: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(../img/down.svg) no-repeat 90% center;
}
.logo{
	font-size: 1.5em;
    font-weight: 900;
}
.wrapper{
	overflow: hidden;
	scroll-behavior: smooth;
}
.section{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}
.container{
	width: 100%;
	max-width: 1280px;
	padding: 0 20px;
}

/* --- header --- */
.header{
	margin-top: 0px;
	position: fixed;
	width: 100%;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	background-color: #ffffff;
	z-index: 1000;
}
.header__content{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center; 
	padding: 10px 0;
}

.header .menu{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	list-style: none;
}
.header .menu li{
	position: relative;
	border-radius: 5px;
}
.header .menu li a{
	display: block;
	padding: 10px;
	color: #000000;
	text-decoration: none;
}
.header .menu li.menu-item-has-children{
	background: url('../img/down.svg') no-repeat 90% center;
	padding-right: 30px;
	margin-right: 10px;
	cursor: pointer;
	transition: background 0.3s;
}
.header .menu li:hover{
	background-color: #f2f2f2;
}
.header .sub-menu{
	display: none;
	position: absolute;
	z-index: 500;
	top: 38px;
	left: 0;
	background: #ffffff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 30px;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	width: 300px;
	transition: 0.5s;
}
.header .menu li:hover .sub-menu{
	display: flex;
}
.header .sub-menu li{
	width: 100%;
}
#menu-item-3291 .sub-menu{
	width: 550px;
}
#menu-item-3291 .sub-menu li{
	width: 150px;
}
#menu-item-11230 .sub-menu{
	width: 550px;
}
#menu-item-11230 .sub-menu li{
	width: 150px;
}
.header .menu-burger{
	display: none;
	margin-left: auto;
}
.header .menu-burger img{
	width: 30px;
}

.header .btn-outline{
	border: 2px solid #7499EF;
	border-radius: 6px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 14px;
	color: #6B92EE;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	box-shadow: 0 0px 0px rgba(0,0,0,0.15);
	transform: scale(1);
	transition: box-shadow .4s, transform 0.3s;
	padding: 10px;
	margin-right: auto;
}
.header .btn-outline:hover{
	box-shadow: 0 0px 20px rgba(0,0,0,0.15);
}

.searchform{
	position: relative;
}
.searchinput{
	padding: 10px;
	border-radius: 5px;
	background-color: #f2f2f2;
	border: none;
	padding-right: 50px;
}
#searchsubmit{
	display: block;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 34px;
	height: 34px;
	border: none;
	cursor: pointer;
	background: url('../img/icon-search.svg') no-repeat center center;
}

#burgerToggle{
	display: none;
}

/* --- main banner --- */
.banner{
	background: #3faff5;
	background: no-repeat center bottom, linear-gradient(22.68deg, #284d35 0.41%, #537355 98.78%);
	background-size: contain;
	color: #ffffff;
	margin-top: 90px;
}
.banner__container{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.banner__title{
	font-weight: 900;
	font-size: 136px;
	text-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	margin: 0 0 0px -5px; 
}
.banner__subtitle{
	font-weight: 500;
	font-size: 32px;
	line-height: 1.15;
	max-width: 400px;
	display: inline-block;
	color: #ffffff;
}
.banner__image{
	padding-top: 60px;
	margin-bottom: -1px;
}
.banner__image img{
	width: 620px;
	display: block;
}
.banner__navigate{
	margin-left: -10px;
	margin-top: 30px;
}
.banner__btn{
	display: inline-block; 
	border-radius: 6px;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 20px 30px;
	font-size: 22px;
	margin: 0 10px;
	transform: scale(1);
	transition: box-shadow 0.4s, transform 0.4s;
}
.banner__btn:hover{
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
	transform: scale(1.03);
}

/* --- main advantages --- */
.advantages{
	text-align: center;
}
.advantages__content{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.advantages__subtitle{
	font-size: 24px;
	max-width: 800px;
}
.advantages__list{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 30px;
}
.advantages__item{
	padding: 0 20px;
	width: 30%;
}


/* --- main districts --- */
.main-districts__content{
	/*background: #f2f2f2;*/
	padding: 30px;
	border-radius: 6px;
}
.main-districts__title{
	text-align: center;
}
.main-districts__list{
	display: flex;
	flex-direction: row;
	list-style: none;
	flex-wrap: wrap;
	align-items: center;
	justify-content: start;
	margin: 0px;
	padding: 20px 0;
}
.main-districts__list .cat-item{
	width: 15%;
	padding: 10px;
	text-align: center;
	transform: scale(1);
	transition: transform 0.3s;
}
.main-districts__list .cat-item:hover{
	transform: scale(1.1);
}
.main-districts__list .cat-item a{
	color: #000000;
	text-decoration: none;
	font-size: 20px;
}


/* --- main categories --- */
.main-categories__title{
	text-align: center;
}
.main-categories__list{
	display: flex;
	flex-direction: row;
	list-style: none;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
.main-categories__list .cat-item{
	background: #f2f2f2;
	background: #f2f2f2 url('../img/place-category-bg.svg') no-repeat center bottom;
	border-radius: 6px;
	padding: 30px;
	margin: 10px;
	width: 15%;
	height: 220px;
	transform: scale(1);
	transition: transform 0.4s;
}
.main-categories__list .cat-item:hover{
	transform: scale(1.03);
}
.cat-item.cat-item-search{

}
.cat-item.cat-item-search, .cat-item.cat-item-search:hover{
	box-shadow: none;
	transform: scale(1);
	text-align: center;
	background: none; 
}

.main-categories__list .cat-item a{
	color: #000000;
	text-decoration: none;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.main-categories__list .cat-item a span{
	margin-bottom: 10px;
	height: 40px;
	font-size: 20px; 
}
.main-categories__list .cat-item a img{
	width: 100px;
	margin-top: 27px;
}


/* --- district banner --- */
.banner-district{
	background: #3faff5;
	background: linear-gradient(22.68deg, #3faff5 0.41%, #a071e6 98.78%);
	background-size: cover;
	color: #ffffff;
	margin-top: 90px;
	min-height: 300px;
	position: relative;
}
.banner-district__back{
	position: absolute;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0.15;
}
.banner-district__container{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 100;
}
.banner-district__title{
	font-weight: 900;
	font-size: 52px;
	text-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	margin: 0 0 30px 0; 
}
.banner-district__subtitle{
	font-weight: 500;
	font-size: 32px;
	line-height: 1.15;
	max-width: 400px;
	display: inline-block;
	color: #ffffff;
}
.banner-district__image{
	background: url(../img/place-category-bg.svg) no-repeat 52% bottom;
    background-size: 300px;
    width: 400px;
    height: 400px;
    transform: scale(1);
    transition: transform 0.4s;
    text-align: center;
    position: relative;
}
.banner-district__thumb{
	background-size: cover;
	background-position: center;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	margin-top: 100px;
	border-radius: 50%;
}
.banner-district__cat-thumb{
	position: absolute;
	bottom: -10px;
	left: -90px;
	width: 250px;
}
.banner-company__thumb{
	background-size: cover;
	background-position: center;
	width: 400px;
	height: 250px;
	margin: 0 auto;
	margin-top: 100px;
	border-radius: 6px;
	position: absolute;
	left: -300px;
	bottom: -10px;
}

/* --- district categories --- */
.district-filter__section{
	margin-top: 30px;
}
.categories-district__list{
	display: flex;
	flex-direction: row;
	list-style: none;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0;
	margin-left: -10px; 
}
.categories-district__list .cat-item{
	background: #f2f2f2;
	background-size: 150px;
	border-radius: 6px;
	padding: 20px;
	margin: 10px;
	width: 220px;
	transform: scale(1);
	transition: transform 0.4s;
}
.categories-district__list .cat-item:hover{
	transform: scale(1.03);
}

.categories-district__list .cat-item a{
	color: #000000;
	text-decoration: none;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
.categories-district__list .cat-item a span{
	font-size: 18px;
}
.categories-district__list .cat-item a img{
	width: 90px;
	margin-right: 27px;
}

/* --- subcategories list --- */
.subcategories{
	margin-top: 0px;
}
.subcategories__list{
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	margin-left: -10px;
}
.subcategories__item{
	font-size: 18px;
	background: #f2f2f2;
	border-radius: 6px;
	padding: 10px 20px;
	margin: 10px;
	border: 1px solid #7989EC;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	transform: scale(1);
	transition: box-shadow 0.4s, transform 0.4s;

}
.subcategories__item a{
	color: #7989EC;
}
.subcategories__item:hover{
	box-shadow: 0px 5px 10px rgba(121, 137, 236, 0.6);
	transform: scale(1.03);
}


/* --- category item --- */
.category-item{
	padding: 20px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	transform: scale(1);
	transition: box-shadow 0.4s, transform 0.4s;
}
.category-item:hover{
	box-shadow: 0px 5px 30px rgba(121, 137, 236, 0.35);
	transform: scale(1.03);
}
.category-item.company-position-1{
	border: 2px solid #549cb9;
	background-color: #D2E6EE;
}
/*A*/
.category-item.company-position-2{
	background: #FFF7CB;
	border: 3px solid #EBC54C;
}
.category-item.company-position-3{
	background: #F1F5F9;
	border: 3px solid #B8C1CD;
}
.category-item.company-position-4{
	background: #F1F5F9;
	border: 3px solid #6f8eec;
}
.platinum{
	background: linear-gradient(323.92deg, #9DBECB 24.34%, #78949F 44.25%, #A1C3D1 61.36%, #698A93 84.06%);
}
.gold{
	background: radial-gradient(50% 50% at 50% 50%, rgba(228, 162, 85, 0.2) 0%, rgba(212, 151, 53, 0.2) 36.98%, rgba(184, 132, 0, 0.2) 100%), linear-gradient(139.44deg, #D79E4A 14.39%, #F8D95C 64.44%, #D19644 83.03%);
}
.silver{
	background: linear-gradient(180deg, #B8C1CD 0%, #D7DDE3 100%);
}
.featured{
background: linear-gradient(180deg, #9C72E6 0%, #50A3F2 100%);
}
.company-bage{
	padding: 23px 40px;
	margin: auto;
}
.company-bage-text{
	display: flex;
	justify-content: center;
	width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0 4px 4px 0;
}
.company-bage-text span{
	/*font-family: Raleway;*/
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin: auto;
    transform: rotate(-90deg);
	color: #FFFFFF;
}
@media (max-width: 768px){
	.company-bage-text{
		width: 100%;
		top: unset;
		bottom: 0;
		height: 40px;
		border-radius: 0 0 4px 4px;
	}
	.company-bage-text span{
		transform: rotate(0deg);
	}
}
/*A end*/
.category-item__thumbnail img{
	border-radius: 5px;
}
.category-item__info{
	margin-left: 30px;
	width:100%; /*Andr*/
}
.category-item__title{
	margin: 0;
	font-size: 28px;
}
.category-item__contacts{
	font-size: 18px; 
}
.category-item__website{
	color: #7989EC;
	margin-right: 20px;
}
.category-item__website img{
	margin-right: 5px;
	margin-top: 2px;
}
.category-item__phone{
	margin-right: 20px;
}
.category-item__phone img{
	margin-right: 5px;
	margin-top: 2px;
}
.category-item__email img{
	margin-right: 5px;
	margin-top: 2px;
}
.category-item__tags, .category-item__district{
	margin-left: -3px;
	margin-top: 10px; 
}
.category-item__tags a{
	border: 1px solid #7989EC;
	margin: 3px;
	display: inline-block;
	font-size: 12px;
	color: #7989EC;
	padding: 3px 10px;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s;
}
.category-item__tags a:hover{
	color: #ffffff;
	background: #7989EC;
	box-shadow: 0px 5px 10px rgba(121, 137, 236, 0.6);
}
.category-item__tags a:active{
	color: #ffffff;
	background: #7989EC;
	box-shadow: 0px 5px 10px rgba(121, 137, 236, 0.6);
	transform: scale(0.8);
}
.category-item__district a{
	border: 1px solid #787878;
	margin: 3px;
	display: inline-block;
	font-size: 12px;
	color: #32373c;
	padding: 3px 10px;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s;
}
.category-item__district a:hover{
	color: #ffffff;
	background: #32373c;
	box-shadow: 0px 5px 10px rgba(50, 55, 60, 0.6);
}
.category-item__district a:active{
	color: #ffffff;
	background: #7989EC;
	box-shadow: 0px 5px 10px rgba(50, 55, 60, 0.6);
	transform: scale(0.8);
}

.category-empty{
	text-align: center;
}

/* --- bottom ---*/
.bottom-links__list{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	font-size: 14px;
}
.bottom-links__list .cat-item{
	margin-right: 30px;
}
.bottom-links__list .cat-item a{
	font-weight: 900;
}
.bottom-links__list ul.children{
	list-style: none;
	padding: 0;
	margin-top: 10px;
}
.bottom-links__list ul.children li a{
	font-weight: 500;
	color: #787878;
	transition: 0.3s;
	line-height: 1.6;
}
.bottom-links__list ul.children li a:hover{
	color: #000000;
}
.menu-bottom-container ul{
	list-style: none;
	padding: 0;
	margin-top: 40px;
	display: flex;
	margin-left: -10px; 
}
.menu-bottom-container ul li{
	margin: 10px; 
}
.menu-bottom-container ul li a{
	font-weight: 900;
	font-size: 14px;
}

/* --- footer ---*/
.footer{
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 20px 0;
	margin-top: 20px;
}
.footer__content{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.footer__social{
	margin-left: 20px;
}
.footer__social-link{
	margin-left: 10px;
}

/* --- pagination ---*/
.pagination-block{
	display: flex;
	flex-direction: row;
	margin-left: -5px; 
}
.page-numbers{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E5E5E5;
	border-radius: 5px;
	margin: 5px;
}
.page-numbers.current{
	background: #7989EC;
	color: #ffffff;
}
.page-numbers.next{
	background: #E5E5E5 url(../img/icon-next.svg) no-repeat center center;
}
.page-numbers.prev{
	background: #E5E5E5 url(../img/icon-prev.svg) no-repeat center center;
}

/* --- breadcrumbs --- */

.breadcrumbs{
	margin-bottom: 20px;
}
.breadcrumbs a{
	border-bottom: 1px solid rgba(255,255,255,0.5)
}
.banner-district .breadcrumbs a{ color: #ffffff; }
.company .breadcrumbs a{
	color: #000000;
	border-bottom: none;
}
.company .breadcrumbs span{
	color: #787878;
}

.top-line{
	/*background: #3faff5;
	background: linear-gradient(22.68deg, #3faff5 0.41%, #a071e6 98.78%);*/
	background-size: contain;
	color: #ffffff;
	margin-top: 90px;
	height: 2px;
}

/* --- company page ---*/
.company__top-block{
	display: flex;
	flex-direction: row;
}
.company__contacts{
	padding: 20px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	border-radius: 6px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	width: 50%;
	font-size: 20px;
}
.company__website{
	color: #7989EC;
	margin-right: 20px;
	margin-bottom: 15px;
}
.company__website img{
	margin-right: 10px;
	margin-top: 2px;
}
.company__phone{
	margin-right: 20px;
	margin-bottom: 15px;
}
.company__phone img{
	margin-right: 10px;
	margin-top: 2px;
}
.company__email img{
	margin-right: 10px;
	margin-top: 2px;
}
.company__map-block{
	padding: 20px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	border-radius: 6px;
	margin-right: 20px;
	height: 100%;
}
#gmap_canvas, #gmap_canv{
    width: 100%;
    height: 400px;
}
.company__thumb{
	padding: 20px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	border-radius: 6px;
	width: 50%;
}
.company__thumb img{
	width: 100%;
	height: auto;
}
.company__services{
	margin: 40px 0;
}
.company__services ul{
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	margin-left: -10px;
}
.company__services ul li{
	display: block;
	height: 60px;
}
.company__services ul li a{
	font-size: 18px;
	background: #ffffff;
	border-radius: 6px;
	padding: 10px 20px;
	margin: 10px;
	border: 1px solid #7989EC;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	transform: scale(1);
	transition: box-shadow 0.4s, transform 0.4s;

}
.company__services ul li a{
	color: #7989EC;
}
.company__services ul li a:hover{
	box-shadow: 0px 5px 10px rgba(121, 137, 236, 0.6);
	transform: scale(1.03);
}
.company__related-post-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -10px;
}
.company__related-post-list .category-item{
	width: 40%;
	margin: 10px; 
}
.company__related-post-list .category-item .category-item__thumbnail img{
	width: 100px;
	height: 100px;
}
.company__related-post-list .category-item__title{
	font-size: 18px;
	font-weight: 900;
}

/* --- searchform ---*/
.search-result .searchform,
.page404 .searchform
{
	display: block;
	width: auto;
	padding: 20px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.search-result .searchform div,
.page404 .searchform div{
	display: flex;
	position: relative;
}
.search-result .searchform .searchinput,
.page404 .searchform .searchinput{
	display: block;
	width: 100%;
}


/* --- 404 ---*/
.page404{
	background: #3faff5;
	background: url('../img/singapour.png') no-repeat center bottom, linear-gradient(22.68deg, #3faff5 0.41%, #a071e6 98.78%);
	background-size: contain;
	color: #ffffff;
	margin-top: 0;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
}
.page404 p{
	color: #ffffff;
}

/* --- media kit ---*/
.media-kit__code{
	width: 460px;
	height: 120px;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 20px;
	font-size: 14px;
	color: rgba(0,0,0,0.7);
}
.media-kit__item{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	margin-bottom: 20px;
}
.media-kit__item-image{
	display: flex;
	flex-direction: column;
	width: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #f5f5f5;
	padding: 20px;
}
.media-kit__item img{
	margin-bottom: auto;
}
.media-kit__size{
	width: 200px;
	margin-top: 20px;
}
input[type=range] {
  height: 22px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background: #f5f5f5;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid #7499EF;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  background: #7499EF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #7499EF;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  background: #7499EF;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #FFFFFF;
  border: 1px solid #7499EF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #FFFFFF;
  border: 1px solid #7499EF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  background: #7499EF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #FFFFFF;
}
input[type=range]:focus::-ms-fill-upper {
  background: #FFFFFF;
}

.media-kit__select{
	display: flex;
	margin-left: -20px;
}
.media-kit__select-col{
	margin-left: 20px;
}
.media-kit__select select{
	padding: 15px 20px;
	padding-right: 50px;
	border-radius: 6px;
	margin-bottom: 50px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(../img/down.svg) no-repeat 90% center;
}

/* --- map ---*/

.svg svg{
	width: 100%;
	height: auto;
	position: relative;
}
.map-districts-links{
	position: absolute;
	display: flex;
	flex-direction: column;
	z-index: 1000;
	pointer-events: none;
}
.map-districts-links a{
	background: #FFFFFF;
	box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	font-size: 20px;
	padding: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	pointer-events: none;
}
a.dist-area.active{
	background-color: #FFD795;
	padding: 5px 10px;
	border-radius: 5px;
}
path.dist-area.active{
	fill:#FFD795;
}
.district-placemark{
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	height: 1px;
	transition: opacity 0.3s;
	opacity: 0;	
}
.district-placemark.active{
	opacity: 1;	
}
.district-placemark-img svg{
	width: 100%;
	height: auto;
}
.district-placemark-img,
.district-placemark img{
	display: inline-block;
	width: 31px;
	height: 47px;
	opacity: 0;	
	transform: scale(3);
	transition: 0.2s;	
}
.district-placemark.active .district-placemark-img,
.district-placemark.active img{
	transform: scale(1);
	opacity: 1;	
}
.district-placemark-name{
	background: #FFFFFF;
	box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	font-size: 20px;
	padding: 5px;
	margin-left: 15px;
	opacity: 0;
	transition: 0.5s;
}
.district-placemark-name.active{
	opacity: 1;
}



/* --- media ---*/

@media (max-width: 1078px){
	.banner__title{
		font-size: 70px;
		margin-top: 30px;
	}
	.banner__subtitle{
		font-size: 20px;
	}
	.banner__image img{
		width: 100%;
	}
	.banner__btn{
		width: 250px;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.main-categories__list .cat-item a span{
		font-size: 18px;
	}
	.bottom-links__list{
		flex-wrap: wrap;
	}
	.bottom-links__list .cat-item{
		width: 25%;
		margin-bottom: 10px; 
	}
	.bottom-links__list .cat-item .children{
		display: none;
	}

}

@media (max-width: 768px){
	.header .menu-primary-container{
		display: none;
	}
	.header .searchform{
		display: none;
	}

	.header .menu-burger{
		display: none;
		margin-left: 20px;
	}


	.banner__container{
		flex-direction: column;
		text-align: center;
	}
	.advantages__list{
		flex-direction: column;
	}
	.advantages__item{
		width: 100%;;
	}
	.main-districts__list .cat-item{
		width: 40%;
	}
	.banner-district__container{
		flex-direction: column;
	}
	.breadcrumbs{
		display: none;
	}
	.banner-district__title{
		margin-top: 40px;
		text-align: center;
	}
	.banner-district__cat-thumb{
		left: 50%;
		margin-left: -125px; 
	}
	.category-item{
		flex-direction: column;
		text-align: center;
	}
	.category-item__info{
		margin-left: 0;
		margin-top: 20px;
	}
	.category-item__contacts{
		display: flex;
		flex-direction: column;
	}
	.category-item__website,
	.category-item__phone,
	.category-item__email{
		margin: 8px 0;
	}
	.company__top-block{
		flex-direction: column;
	}
	.company__contacts, .company__thumb{
		width: 100%;
		box-sizing: border-box;
	}
	.company__related-post-list{
		flex-direction: column;
		margin-left: 0;
	}
	.company__related-post-list .category-item{
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		margin-bottom: 20px;
	}
	.media-kit__item{
		flex-direction: column;
	}
	.media-kit__item-image,
	.media-kit__code{
		width: 100%;
		box-sizing: border-box;
	}
	.media-kit__select{
		justify-content: stretch;
		margin: 0;
		margin-bottom: 20px;
	}
	.media-kit__select-col,
	.media-kit__select-col select
	{
		width: 100%;
		margin: 0;
	}


}

@media (max-width: 480px){
	.header__content{
		flex-direction: column;
	}
	.header .btn-outline{
		margin: 0;
		margin-top: 15px;
	}
	.main-categories__list{
		flex-direction: column;
	}
	.main-categories__list .cat-item{
		width: auto;
	}
	.bottom-links__list .cat-item{
		width: 100%;
		margin-bottom: 10px; 
	}
	.categories-district__list .cat-item{
		width: 100%;
	}
	.bottom-links__list{
		text-align: center;
	}
	.bottom-links__list .cat-item{
		margin-right: 0;
	}
	.menu-bottom-container ul{
		flex-direction: column;
		margin: 0;
	}
	.menu-bottom-container ul li{
		text-align: center;
	}
	.media-kit__code{
		width: 100%;
		box-sizing: border-box;
	}
	.media-kit__select{
		flex-direction: column;
	}
}

@media (max-width: 320px){
	
}

/*mail hide*/
.crypted:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}
title:first-letter{
	text-transform: uppercase;
}


/* --- page-sponsorship --- */
.page-sponsorship-one__content{
	text-align: center;
}
.page-sponsorship-one__content h1{
	font-size: 48px;
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 30px;
}
.page-sponsorship-one__content p{
	font-size: 24px;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.page-sponsorship-one__content h2{
	font-size: 34px;
	max-width: 625px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.page-sponsorship-two{
	background-color: #F4F4F4;
	padding-top: 115px;
	padding-bottom: 230px;
	text-align: center;
}
.page-sponsorship-two__content{
	text-align: center;
}
.page-sponsorship-two__content p{
	font-size: 18px;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
	color: #000000;
}
.page-sponsorship-two__content ul{
	display: flex;
	text-align: left;
	list-style: none;
}
.page-sponsorship-two__content ul li{
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 20px;
	font-size: 18px;
}
.page-sponsorship-two__content ul li:before{
	display: inline-block;
	width: 37px;
	height: 35px;
	content: '';
	background: url('../img/icon-list-style-middle.svg');
	flex: 0 0 37px;
	margin-right: 20px;
}

.page-sponsorship-plans__content{
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.page-sponsorship-plan-item{
	background-color: #ffffff;
	border-radius: 6px;
	padding: 35px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	flex: 1 0 320px;
	margin: 0 15px;
	text-align: center;
	box-sizing: border-box;
	max-width: 420px;
}
.page-sponsorship-plan-item.basic-plan{
	margin-left: 0;
}
.page-sponsorship-plan-item.standard-plan{
	background: linear-gradient(193.15deg, #A071E6 0%, #3FAFF5 93.47%);
	padding: 2px;
	align-items: stretch;
	position: relative;
}
.page-sponsorship-plan-item.standard-plan:before{
	position: absolute;
	z-index: 100;
	right: -43px;
	top: 29px;
	content: 'PROMO';
	display: block;
	font-weight: 900;
	font-size: 22px;
	text-align: center;
	width: 186px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	transform: rotate(45deg);
	background: url('../img/red-badge-bg.svg') no-repeat center center;
	background-size: cover;
}
.page-sponsorship-plan-item.standard-plan .standard-plan-border{
	background-color: #ffffff;
	padding: 33px;
	padding-bottom: 60px;
	border-radius: 5px;
	position: relative;
}
.page-sponsorship-plan-item.standard-plan .standard-plan-border:before{
	content: 'Most Popular';
	text-transform: uppercase;
	font-weight: 900;
	font-size: 12px;
	border-radius: 6px;
	background: linear-gradient(193.15deg, #A071E6 0%, #3FAFF5 93.47%);
	position: absolute;
	color: #ffffff;
	display: inline-block;
	padding: 10px 15px;
	text-align: center;
	width: 100px;
	top: -15px;
	left: 50%;
	margin-left: -65px;
	z-index: 200;
}
.page-sponsorship-plan-item.premium-plans{
	margin-right: 0;
	position: relative;
	/*display: none;*/
}
.page-sponsorship-plan-item.premium-plans:before,
.page-sponsorship-premium-plan-item:after{
	position: absolute;
	z-index: 100;
	right: -43px;
	top: 29px;
	content: '-50%';
	display: block;
	font-weight: 900;
	font-size: 22px;
	text-align: center;
	width: 186px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	transform: rotate(45deg);
	background: url('../img/red-badge-bg.svg') no-repeat center center;
	background-size: cover;
}
.plan-title{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	margin-top: 10px; 
	margin-bottom: 15px;
}
.plan-price{
	font-size: 32px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: #000000;
}
.plan-price-unit{
	font-size: 18px;
	margin-right: 5px;
}
.plan-price-timing{
	font-size: 14px;
	color: #797979;
	font-weight: 400;
	margin-left: 5px;
}
.basic-plan .plan-price{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 24px;
	/*background-color: #F6BB42;
	padding: 4px;
	border-radius: 2px;*/
	display: inline-block;
	line-height: 1;
	margin: 6px 0;
	position: relative;
}
.standard-plan .plan-price:before{
	content: '';
	height: 2px;
	width: 54px;
	background-color: #FF0000;
	position: absolute;
	display: block;
	transform: rotate(-21deg);
	left: 40%;
	margin-left: -47px;
}
.current-price{
	background-color: #FFCE54;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 7px;
	display: flex;
}
.current-price img{
	margin-right: 5px;
}
.plan-subtitle{
	color: #797979;
}
.plan-subtitle-offer{
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	color: #FB301A;
	letter-spacing: 0.3em;
	text-align: center;
}
.plan-btn-outline{
	border: 2px solid #7499EF;
	border-radius: 6px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 14px;
	color: #6B92EE;
	display: block;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0px 0px rgba(0,0,0,0.15);
	transform: scale(1);
	transition: box-shadow .4s, transform 0.3s;
}
.plan-btn-outline:hover{
	box-shadow: 0 5px 20px rgba(0,0,0,0.15);
	transform: scale(1.04);
}
.plan-btn{
	background: linear-gradient(193.15deg, #A071E6 0%, #3FAFF5 93.47%);
	border-radius: 6px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	display: block;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0px 0px rgba(0,0,0,0.15);
	transform: scale(1);
	transition: box-shadow .4s, transform 0.3s;
}
.plan-btn:hover{
	box-shadow: 0 5px 20px rgba(0,0,0,0.15);
	transform: scale(1.04);
}
.plan-benefits-title{
	margin-top: 60px;
	text-align: left;
	color: #000000;
	font-size: 20px;
}
.standard-plan .plan-benefits-title{
	margin-top: 16px;
}

.plan-benefits-list{
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.plan-benefits-list li{
	margin-bottom: 10px;
	padding-left: 25px;
	background: url('../img/icon-list-style-middle.svg') no-repeat left center;
	background-size: 16px; 
}
.plan-benefits-list li.unavailable{
	background: url('../img/icon-list-style-middle-alt.svg') no-repeat left center;
	background-size: 16px;
	color: #909090;
	text-decoration-line: line-through;
}
.page-sponsorship-premium-plans__content{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.page-sponsorship-premium-plan-item{
	background-color: #ffffff;
	border-radius: 6px;
	padding: 35px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	flex: 1 0 320px;
	margin: 0 15px;
}
.page-sponsorship-premium-plan-item.silver-plan{
	margin-left: 0;
}
.page-sponsorship-premium-plan-item.platinum-plan{
	margin-right: 0;
}
.page-sponsorship-premium-plans{
	margin-top: -130px;
}
.page-sponsorship-premium-plan-item{
	position: relative;
}
.page-sponsorship-premium-plan-item:before{
	position: absolute;
	z-index: 100;
	left: 50%;
	top: -43px;
	margin-left: -43px;
	content: '';
	display: block;
	width: 86px;
	height: 86px;
}
.silver-plan:before{
	background: url('../img/silver-badge.svg') no-repeat center center;
	background-size: 100%;
}
.gold-plan:before{
	background: url('../img/gold-badge.svg') no-repeat center center;
	background-size: 100%;
}
.platinum-plan:before{
	background: url('../img/platinum-badge.svg') no-repeat center center;
	background-size: 100%;
}
.page-sponsorship-premium-plan-item .plan-title{
	text-align: center;
	margin-top: 20px;
	position: relative;
}
.page-sponsorship-premium-plan-item .plan-subtitle{
	text-align: center;
}
.page-sponsorship-premium-plan-item .plan-price{
	margin-bottom: 20px;
}
.page-sponsorship-premium-plan-item .plan-benefits-title{
	margin-top: 30px;
}

.page-sponsorship-premium-plan-item .plan-price:before{
	content: '';
	height: 2px;
	width: 54px;
	background-color: #FF0000;
	position: absolute;
	display: block;
	transform: rotate(-21deg);
	left: 40%;
	margin-left: -47px;
}

.page-sponsorship-screen__container{
	text-align: center;
}
.page-sponsorship-screen__content p{
	font-size: 24px;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.page-sponsorship-screen__content h2{
	font-size: 34px;
	max-width: 625px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.page-sponsorship-screen__content a{
	color: #6E90ED;
}
.page-sponsorship__form{
	background: linear-gradient(22.68deg, #3FAFF5 0.41%, #A071E6 98.78%);
	border-radius: 6px;
	display: flex;
	align-items: flex-end;
	text-align: left;
	margin-top: 90px;
}
.page-sponsorship__form-content{
	padding: 60px;
}
.page-sponsorship__form-content p.form-title{
	color: #ffffff;
	font-size: 36px;
}
.page-sponsorship__form-content p.subtitle{
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 25px;
}
.page-sponsorship__form-img{
	margin-top: -20px;
	margin-bottom: -4px;
}
.page-sponsorship__form form{
	display: flex;
	flex-direction: column;
	max-width: 400px; 
}
.page-sponsorship__form form input,
.page-sponsorship__form form textarea{
	border: none;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 12px;
	font-size: 18px;
	width: 100%;
	box-sizing: border-box;

}
.page-sponsorship__form p{
	margin: 0;
}

.page-sponsorship__form form input[type="submit"]{
	background: linear-gradient(180deg, #FFB800 0%, #FFD362 93.23%, #D7B150 95.83%), #F6BB42;
	border-radius: 6px;
	color: #000000;
	height: 60px;
	border: none;
	font-size: 22px;
	cursor: pointer;
	box-shadow: 0 0px 0px rgba(0,0,0,0.15);
	transform: scale(1);
	transition: box-shadow .4s, transform 0.3s
	width: 150px;
}
.btn-yellow:hover{
	box-shadow: 0 5px 20px rgba(0,0,0,0.15);
	transform: scale(1.04);
}
.page-sponsorship__form .btn-yellow{
	max-width: 230px;
}
.page-sponsorship__form-content .captcha-image{
	border: 1px solid #ffffff;
	border-radius: 6px;
	color: #ffffff;
	margin-bottom: 20px;
	padding: 10px 30px;
	width: 100%;
	box-sizing: border-box;
}
.page-sponsorship__form-content .captcha-image *{
	font-size: 20px;
}
.page-sponsorship__form-content .captcha-image svg{
	width: 30px;
	height: 30px;
}

@media (max-width: 1078px){
	.page-sponsorship-two ul{
		flex-direction: column;
		padding: 0;
	}
	.page-sponsorship-two ul li{
		margin-bottom: 20px;
	}
	.page-sponsorship-plans__content,
	.page-sponsorship-premium-plans__content{
		flex-direction: row;
	}
	.page-sponsorship-plan-item.standard-plan .standard-plan-border{
		padding: 20px;
		padding-bottom: 65px;
	}
	.page-sponsorship-plan-item,
	.page-sponsorship-premium-plan-item{
		margin: 0;
		margin-bottom: 80px;
		flex: 1 0 220px;
		padding: 40px 20px;
	}
	.page-sponsorship__form{
		flex-direction: column;
	}
	.page-sponsorship__form-content{
		padding: 30px;
	}
	.page-sponsorship__form-img{
		text-align: center;
	}
	.page-sponsorship__form-img img{
		width: 200px;
	}
}
@media (max-width: 768px){


	.page-sponsorship-plans__content,
	.page-sponsorship-premium-plans__content{
		flex-direction: column;
	}
	.page-sponsorship-plan-item{
		margin: 0;
		margin-bottom: 30px;
		flex: 1 0 220px;
	}
	.page-sponsorship-premium-plan-item{
		margin: 0;
		margin-bottom: 80px;
		flex: 1 0 220px;
	}

	.page-sponsorship__form form input[type="submit"]{
		width: 100%;
	}
	
}

.modal form input,
.modal form textarea{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #CDCDCD;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
}
.modal form textarea{
	height: 100px;
}
.modal input[type="submit"]{
	background: linear-gradient(180deg, #FFB800 0%, #FFD362 93.23%, #D7B150 95.83%), #F6BB42;
	border-radius: 6px;
	color: #000000;
	height: 60px;
	border: none;
	font-size: 22px;
	cursor: pointer;
	box-shadow: 0 0px 0px rgba(0,0,0,0.15);
	transform: scale(1);
	transition: box-shadow .4s, transform 0.3s
	margin-top: 10px;
}
.jquery-modal.blocker{
	z-index: 2000;
}
.modal .captcha-image{
	box-sizing: border-box;
	width: 100%;
	border-radius: 6px;
	margin-bottom: 20px;
}
.modal .captcha-image svg{
	width: 30px;
	height: 30px;
}


#lisboa-txt, #district-txt{
	text-align: center;
	padding-top:30px;
	height:30px
}
.district_svg{
	cursor: pointer;
}
.district_svg:hover{
	fill: orange;
}
.lisboa_svg{
	cursor: pointer;
	stroke-width:2;
	stroke: #fff;
}
.lisboa_svg:hover{
	fill: orange;
}
.svg{
	min-width:340px;
	width:50%;
}
.maps_block{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-around;;
}
/*Andrey 25012023*/
table {
	border-collapse: collapse;
    font-family: Tahoma, Geneva, sans-serif;
}
table td {
	padding: 15px;
}
table thead td {
	background-color: #54585d;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #54585d;
}
table tbody td {
	color: #636363;
	border: 1px solid #dddfe1;
}
table tbody tr {
	background-color: #f9fafb;
}
table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}