@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@font-face {
	font-family: 'Raleway';
	src: url('Raleway-Regular.woff2') format('woff2') url('Raleway-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

html, body{
	height: 100%;
}

.customize-support{
	min-height: 100%;
    display: flex;
    flex-direction: column;
}

.container{
	flex: 1 1 auto;
}

.logo{
	cursor: pointer;
}

.header {
    background-color: #1470C5;
}

.siteName {
	font-family: 'Impact';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 130%;
	color: #F3F6F9;
}

.navigation li a{
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #F3F6F9;
    text-decoration-line: none;
}

.navigation li {
	list-style-type: none;
}

#siteLabel {
	font-family: 'Impact';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
    line-height: 130%;
	color: #1470C5;
}

#mapObjectLabel {
	font-family: 'Impact';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	color: #1470C5;
}

.designation {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #064780;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

#listObjectLabel {
    font-family: 'Impact';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	color: #1470C5;
}

ol, ul {
    padding-left: 0 !important;
}

/* СЃС‚РёР»Рё РґР»СЏ РїРѕРёСЃРєР° Рё С„РёР»СЊС‚СЂРѕРІ */

.sf-input-text {
	background-color: #1470C5 !important;
	border-radius: 50px;
	display: flex;
	align-items: center;
	border: none;
    outline: none;
    height: 35px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	color: white;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 130%;
	width: 100%;
	font-feature-settings: 'pnum' on, 'lnum' on;
	border: 1px solid;
    border-color: #1470C5;

}

.sf-input-text::placeholder {
	color: #FFFFFF;
}

.sf-input-text:hover {
	box-shadow: 0px 0px 5px 1px #064780;
}

.sf-input-select, .sf-field-taxonomy-districts, .sf-field-taxonomy-areas, .sf-field-taxonomy-towns, .sf-field-taxonomy-districts_en, .sf-field-taxonomy-areas_en, .sf-field-taxonomy-towns_en, .sf-field-sort_order {
	background: #1470C4;
	border-radius: 50px;
	border: none;
    outline: none;
    height: 35px;
	color: white;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 130%;
	margin: 0;
	padding: 0;
	padding-left: 20px;;
	-moz-appearance:none; 
    -webkit-appearance:none; 
    appearance:none;
	width: 100%;
	text-overflow: ellipsis;
	margin: 10px 0px !important;
	font-feature-settings: 'pnum' on, 'lnum' on;

}

.sf-field-taxonomy-districts:hover, .sf-field-taxonomy-areas:hover, .sf-field-taxonomy-towns:hover, .sf-field-sort_order:hover {
	box-shadow: 0px 0px 5px 1px #064780 !important;
}

.sf-field-taxonomy-districts_en:hover, .sf-field-taxonomy-areas_en:hover, .sf-field-taxonomy-towns_en:hover {
	box-shadow: 0px 0px 5px 1px #064780 !important;
}

/* .sf-input-select:focus {
	box-shadow: 0px 0px 5px 1px #064780;
	border-radius: 20px 20px 0px 0px;
} */


.sf-input-select:hover {
	box-shadow: 0px 0px 5px 1px #064780 !important;
} 


.sf-field-taxonomy-districts select option, .sf-field-taxonomy-areas select option, .sf-field-taxonomy-towns select option, .sf-field-sort_order select option{
	width: inherit ;
	min-width: 0;
}

.sf-field-taxonomy-districts_en select option, .sf-field-taxonomy-areas_en select option, .sf-field-taxonomy-towns_en select option {
	width: inherit ;
	min-width: 0;
}

/*
.main form ul, .mainList form ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	width: 100%;

}

.main form ul li, .mainList form ul li {
	margin: 0;
	padding: 0;
}

.cl-layout__no-results {
	padding-top: 30px;
	padding-left: 10px;
} */ 

/*  */
.lang {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #F3F6F9;
	font-feature-settings: 'pnum' on, 'lnum' on;
}



#language input, #language ul { 
	display: none; 
}
   
#language a { 
	color: #fff; 
	text-decoration-line: none;
}

#language :checked ~ ul {
    display: inline-block;
}

#language :checked ~ label {
	text-decoration-line: underline;
	text-decoration-color: #F3F6F9;
}

#language :checked ~ #bottomArrow {
	transform: rotate(180deg);

}

.navList li a {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

.menu-item {
	padding-right: 30px;
}

.sub-menu li a {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #FFFFFF;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

.sub-menu li {
	padding-right: 0;
}

#list {
	border: 1px solid;
	/* border-color: #064780; */
	border-radius: 20px;
	overflow-y: auto;
	overflow-x: none;
	max-height: 700px !important;
}

.footer {
	margin: 0;
	padding: 0;
	border-radius: 20px 20px 0px 0px;
	background-color: #1470C5;
}

.footerLabel {
	font-family: 'Impact';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	color: #FFFFFF;
}

.footerPhrases {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #F3F6F9;
}

.line {
	width: 10.625vw;
	height: 0;
	border: 1px solid #F3F6F9;
	background-color: #F3F6F9;
}

.homeTemplateTitle {
	margin: 0;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #000000;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

.sf {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
	padding: 0 !important;
}

@media (min-width: 992px) {
	.sf-field-search {
		flex: 0 0 auto;
		width: 25%;
	}
	.sf-field-taxonomy-districts, .sf-field-taxonomy-areas, .sf-field-taxonomy-towns, .sf-field-sort_order {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
    .sf-field-taxonomy-districts_en, .sf-field-taxonomy-areas_en, .sf-field-taxonomy-towns_en {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.nav-tabs .nav-link.active {
		padding-top: 2rem!important;
		padding-bottom: 2rem!important;
		border-bottom-left-radius: 0px !important; 
    	border-bottom-right-radius: 0px !important;
		border-color: #064780 #064780 #E7EDF3 !important;
	}

	.nav-tabs .nav-link {
		margin-bottom: 0px !important;
	}
	
}

@media (max-width: 991px) {
	.sf-field-search {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.sf-field-taxonomy-districts, .sf-field-taxonomy-areas, .sf-field-taxonomy-towns, .sf-field-sort_order {
		flex: 0 0 auto;
		width: 45%;
	}

    .sf-field-taxonomy-districts_en, .sf-field-taxonomy-areas_en, .sf-field-taxonomy-towns_en, .sf-field-sort_order {
		flex: 0 0 auto;
		width: 45%;
	}

	.nav-tabs .nav-link.active {
		padding: 0.5rem 1rem;
		border-bottom-left-radius: 20px !important; 
    	border-bottom-right-radius: 20px !important;
		border-color: #064780 !important;
	}

	.nav-tabs .nav-link {
		margin-bottom: 20px !important;
	}
}

@media (max-width: 425px) {
	.sf-field-search {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.sf-field-taxonomy-districts, .sf-field-taxonomy-areas, .sf-field-taxonomy-towns, .sf-field-sort_order {
		flex: 0 0 auto;
		width: 100%;
	}

    .sf-field-taxonomy-districts_en, .sf-field-taxonomy-areas_en, .sf-field-taxonomy-towns_en {
		flex: 0 0 auto;
		width: 100%;
	}
}


#search-filter-form-43 {
	width: 100%;
}

.searchandfilter ul {
	justify-content: space-between!important;
	flex-wrap: wrap!important;
	flex-direction: row!important;
	display: flex;
	align-items: baseline;
}

.searchandfilter label {
    display: inline-block;
    margin: 0;
    padding: 0;
	width: 100%;
}

/* РЎС‚СЂР°РЅРёС†Р° СЃРѕ СЃРїРёСЃРєРѕРј */

.listImg {
	border-radius: 20px;
}

.listTemplateTitle {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 130%;
	color: #064780;
	margin: 0;
	padding: 0;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

.listTemplateImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
	padding: 0;
	border-radius: 20px;
}

.listTemplateDescription {
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
    -webkit-line-clamp: 4; /* Р§РёСЃР»Рѕ РѕС‚РѕР±СЂР°Р¶Р°РµРјС‹С… СЃС‚СЂРѕРє */
    display: -webkit-box; /* Р’РєР»СЋС‡Р°РµРј С„Р»РµРєСЃР±РѕРєСЃС‹ */
    -webkit-box-orient: vertical; /* Р’РµСЂС‚РёРєР°Р»СЊРЅР°СЏ РѕСЂРёРµРЅС‚Р°С†РёСЏ */
    overflow: hidden; /* РћР±СЂРµР·Р°РµРј РІСЃС‘ Р·Р° РїСЂРµРґРµР»Р°РјРё Р±Р»РѕРєР° */
	line-height: 130%;
	color: #064780;
	overflow: hidden;
    text-overflow: ellipsis;
	
}

.listTemplateType {
	width: 300px;
	background: rgba(231, 7, 67, 0.5);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
}

.listTemplateType a {
	text-decoration: none;
	color: #FFFFFF;
	pointer-events: none;
  	cursor: default;
}

.listTemplateAddress {
	display: flex;
	align-items: center;
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	color: #064780;
	margin: 0;
	padding: 0;
}

.listTemplateAddress img {
	width: 33px; /* 50px fix later*/
	height: 41px; 
	margin: 0;
	padding: 0;
	/* margin-right: 0.677vw; */
}

.listTemplateImageButtons img:nth-child(1) {
	width: 41px; /* 50px fix later*/
	height: 41px;  /* 50px fix later*/
	margin: 0;
	padding: 0;
	grid-column-start: 1;
	grid-column-end: 2;
	display: flex;
	align-self: center;
	justify-self: center;
}

.listTemplateImageButtons img:nth-child(2) {
	width: 42px; /* 50px fix later*/
	height: 49px;  /* 50px fix later*/
	margin: 0;
	padding: 0;
	grid-column-start: 3;
	grid-column-end: 4;
	display: flex;
	align-self: center;
	justify-self: center;
}

::-webkit-scrollbar {
    width: 5px; 
    background-color: none;
}

::-webkit-scrollbar-thumb {
    background-color: #064780;
    border-radius: 5px;
    
}

body {
	overflow-x: hidden;
}

.tabLink {
	font-family: 'Impact';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: #FFFFFF !important;
	background-color: #1470C5 !important;
	border-radius: 20px;
	min-height: 82px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1470C5 !important;
    background-color: #E7EDF3 !important;
    /* border-color: #064780 #064780 #E7EDF3 !important; */
	/* border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important; */
}

.nav-tabs .nav-link.active .tabSVG path {
	fill: #1470C5;
}

/* .nav-tabs {
    border-bottom: 1px solid #064780 !important;
} */

.nav-tabs {
	border-bottom: none !important;
}

.nav-tabs .nav-link {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.tab-pane {
	border-color: #064780;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-radius: 0px 0px 20px 20px;
	background: #E7EDF3;
}

.shortDescription {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	color: #064780;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

.smallDesc {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	color: #064780;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

#homePhoto {
	width: 100%;
	max-height: 435px;
	object-fit: cover;
	border-radius: 20px;
}

.thirdTabDesc {
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	color: #064780;
}

.carousel-item img{
	max-height: 400px;
	min-height: 250px;
	object-fit: cover;
	border-radius: 20px;
}

.ThirdTab img {
	max-height: 400px;
	min-height: 200px;
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 20px;
}

.partnersText {
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	color: #064780;
}

.partnersTitle {
	font-family: 'Impact';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	color: #1470C5;
}

.expertsTable {
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #064780 !important;
	border: 1px solid #064780 !important;
  	border-radius: 1em;
}

.table {
	margin-bottom: 0 !important;
}

.carousel-control-prev-icon {
    background-image: url(../img/prev.svg) !important;
}

.carousel-control-next-icon {
    background-image: url(../img/next.svg) !important;
}

#tabSVG1 {
	background-image: url(../img/tab3_img1.svg) !important;
}

.carousel-indicators [data-bs-target] {
    width: 20px !important;
    height: 20px !important;
    background-color: #064780 !important;
    border-radius: 50%;
}

td {
	vertical-align: middle;
	color: #064780;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0px !important;
}

.readNext {
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	color: #064780;
	margin: 0;
	padding: 0;
}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 4px 12px;
	margin: 2px;
	color: #1470C5;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

.wp-pagenavi span.current {
	border: 1px solid #1470C5;
	background-color: #1470C4;
	color: #fff;
	border-radius: 50%;
}

.previouspostslink, .nextpostslink {
	font-weight: bold !important;
}

@media (max-width: 1199px) {
	.sub-menu {
		position: static;
	}
}

@media (min-width: 1200px) {
	.sub-menu {
		position: absolute;
	}
}

.searchandfilter ul li li {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px;
	/* z-index: 999; */
	
}

.displaynone {
	display: flex !important;
}

.sf-field-taxonomy-districts ul, .sf-field-taxonomy-areas ul, .sf-field-taxonomy-towns ul, .sf-field-sort_order ul {
	flex-wrap: wrap !important;
	overflow-y: scroll;
	background-color: #1470C4;	
	width:100%;
	max-height: 200px;
	display: none;
	align-items: start !important;
	border-radius: 10px;
	border: 1px solid #1470C4;
	top: 10px;
	position: relative;
	box-shadow: 0px 0px 5px 1px #064780;
}

.sf-field-taxonomy-districts_en ul, .sf-field-taxonomy-areas_en ul, .sf-field-taxonomy-towns_en ul {
	flex-wrap: wrap !important;
	overflow-y: scroll;
	background-color: #1470C4;	
	width:100%;
	max-height: 200px;
	display: none;
	align-items: start !important;
	border-radius: 10px;
	border: 1px solid #1470C4;
	top: 10px;
	position: relative;
	box-shadow: 0px 0px 5px 1px #064780;
}

.box-shadow {
	box-shadow: 0px 0px 5px 1px #064780;
}

.searchandfilter h4 {
	margin: 0 !important;
	padding-left: 10px !important;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 130%;
	color: #FFFFFF;
	
}

.sf-label-checkbox, .sf-label-radio {
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
}

.search-filter-results {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #000000;
}

.video {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.wrapper {
	border-radius: 20px;
    overflow: hidden;
	padding: 50px 20px; 
}

.whitehref, .whitehref:hover {
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: -0.02em;
	color: #F3F6F9 !important;
	text-decoration: none !important;
}

.bluehref, .bluehref:hover {
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	/* line-height: 23px; */
	letter-spacing: -0.02em;
	color: #064780 !important;
	font-weight: 600;
	text-decoration: none !important;
}

@media (min-width: 992px ) {
	#history {
		border-radius: 0px 20px 20px 20px;
	}
	#video {
		border-radius: 20px;
	}
	#contact {
		border-radius: 20px 0px 20px 20px;
	}
}

@media (max-width: 991px ) {
	#history {
		border-radius: 20px;
	}
	#video {
		border-radius: 20px;
	}
	#contact {
		border-radius: 20px;
	}
}

.sf-field-taxonomy-districts ul {
	z-index: 999;
}

.sf-field-taxonomy-areas ul {
	z-index: 998;
} 

.sf-field-taxonomy-towns ul {
	z-index: 997;
} 

.sf-field-taxonomy-districts_en ul {
	z-index: 999;
}

.sf-field-taxonomy-areas_en ul {
	z-index: 998;
} 

.sf-field-taxonomy-towns_en ul {
	z-index: 997;
} 

.sf-field-sort_order ul {
	z-index: 996;
}

@media (max-width: 320px) {
	.listTemplateType {
		font-size: 14px;
	}
}

@media (max-width: 500px) and (min-width: 351px) {
	.table {
		font-size: 15px !important;
	}
}

@media (max-width: 350px) {
	.table {
		font-size: 12px !important;
	}
}

@media (min-width: 992px) {
	.carousel-item img, .ThirdTab img {
    	height: 400px !important;
    }
}

@media (min-width: 992px) {
	.carousel-item img, .ThirdTab img {
    	height: 400px !important;
    }
}

@media (min-width: 425px) and (max-width: 991px) {
	.carousel-item img, .ThirdTab img {
    	height: 300px !important;
    }
}

@media (min-width: 320px) and (max-width: 424px) {
	.carousel-item img, .ThirdTab img {
    	height: 250px !important;
    }
}

.listTemplateImageButtons {
	cursor:pointer;
}

.listTemplateImage {
    display: inline-block; /* Строчно-блочный элемент */
    overflow: hidden; /* Скрываем всё за контуром */
    border-radius: 20px;
   }
   
.listTemplateImage img {
    transition: 1s; /* Время эффекта */
    display: block; /* Убираем небольшой отступ снизу */
   }
   
.singleObject:hover .listTemplateImage img {
    transform: scale(1.2); /* Увеличиваем масштаб */
   }
   
.singleObject:hover .listTemplateTitle {
	color: #1470C5;
    transition: 1s;
}

#map {
	height: 600px;
}

/*@media (min-width: 991px){
	.header {
		min-height: 160px;
	}
}*/

.nav-link:hover, .nav-link:active, .nav-link:focus {
	color: #ABD2F5 !important;
}

dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    color: #ABD2F5 !important;
    background-color: #1470C5 !important;
}

.navbar-nav .nav-link {
	color: #FFFFFF ;
}

@media (min-width: 992px){ 
	.bigNav {
		height: 175px;
        transition: height 1s;
	}
}
@media (max-width: 991px) {
	.bigNav {
		height: auto;
	}
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.5' cx='20' cy='20' r='20' fill='%23064780'/%3E%3Cline x1='10.6665' y1='14.1667' x2='30.6665' y2='14.1667' stroke='%23F3F6F9'/%3E%3Cline x1='10.6665' y1='20.8333' x2='30.6665' y2='20.8333' stroke='%23F3F6F9'/%3E%3Cline x1='10.6665' y1='27.5' x2='30.6665' y2='27.5' stroke='%23F3F6F9'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 40px !important;
    height:40px !important;
}

.navbar-toggler:focus {
	box-shadow: none !important;
}

.homeTemplateTitle:hover {
	color: #1470C5 !important;
}

.box {
	min-height: 500px;
}

nav {
	background-color: #1470C5;
}

#langList{
	background-color: #064780;
	max-width: 160px;
}

#langList li{
	color: #ffffff;
}

#langList li:hover{
	background-color: #ABD2F5;
}