/*---------------------------------
	body start
---------------------------------*/
body{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body > *{
	flex-grow: 0;
	flex-shrink: 0;
}

body > main{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}


@media(max-width: 960px){
	body.is-drawerNavActive{
		overflow-y: hidden;
	}
}

body > main > section{
	flex-grow: 1;
}

/*---------------------------------
	body end
---------------------------------*/

/*---------------------------------
	header start
---------------------------------*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	background-color: #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	z-index: 200;
	transition: all 0.25s;
}

@media(max-width: 1100px) and (min-width: 961px){
	.header{
		font-size: 85%;
	}
}

@media(max-width: 540px){
	.header{
		font-size: 80%;
	}
}

body:not(.is-drawerNavActive) .header--aboveSlider:not(.is-active){
	background-color: transparent;
	color: #FFF;
	text-shadow: 1px 1px 0.125em #000, 1px 1px 0.125em #000;
	box-shadow: none;	
}

@media(max-width: 750px){
	body:not(.is-drawerNavActive) .header--aboveSlider:not(.is-active){
		text-shadow: 
			1px 1px 0.25em #000,
			1px 1px 0.25em #000,
			1px 1px 0.25em #000
			;
	}
}

body{
	margin-top: 80px;
}

@media(max-width: 1100px) and (min-width: 961px){
	body{
		margin-top: calc(80px * 0.85);
	}
}

@media(max-width: 540px){
	body{
		margin-top: calc(80px * 0.8);
	}
}

.header_inner{
	width: 90%;
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerLogo{
	font-size: 200%;
	font-weight: normal;
	margin: 0;
	padding: 0.25em 1em 0.25em 0em;
}

@media(max-width: 540px){
	.headerLogo{
		font-size: 150%;
	}
}

.headerLogo_link,
.headerLogo_link:hover{
	display: block;
	color: inherit;
	text-decoration: none;
}

.headerLogo_image{
	width: 7.5em;
}

.headerNavList{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.headerNavListItem{
	margin: 0.25em 1em;
}

.headerNavListItem_link,
.headerNavListItem_link:hover{
	color: inherit;
	text-decoration: none;
}

.headerNavListItem_link{
	padding: 0.25em  0;
}

.headerNavListItem_link:hover,
.headerNavListItem--active .headerNavListItem_link{
	border-bottom: 2px solid #010080;
}

@media(max-width: 960px){
	.headerNavList{
		display: none;
	}
}

.headerButtons{
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

@media(min-width: 961px){
	.headerButtons{
		display: none;
	}
}

.headerButtonsItem{
	display: flex;
	width: 5em;
	height: 5em;
	align-items: center;
	justify-content: center;
}

.headerButtonsNav{
	cursor: pointer;
}

.headerButtonsNav_text{
	line-height: 150%;
	font-size: 125%;
	margin: 1em;
}

.headerButtonsNav_icon{
	font-size: 200%;
	width: 1.5em;
	height: 1.5em;
	position: relative;
}

.headerButtonsNav_iconOpen{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1.5em;
	height: 0.75em;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	transition: all 0.5s;
}

.headerButtonsNav_iconOpen:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 3px;
	background-color: #000;
}

body.is-drawerNavActive .headerButtonsNav_iconOpen{
	visibility: hidden;
	opacity: 0;
}

.headerButtonsNav_iconClose{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

body:not(.is-drawerNavActive) .headerButtonsNav_iconClose{
	visibility: hidden;
	opacity: 0;
}

.headerButtonsNav_iconClose:before,
.headerButtonsNav_iconClose:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1.5em;
	height: 3px;
	background-color: #000;
}

.headerButtonsNav_iconClose:before{
	transform: translate(-50%,-50%) rotate(45deg);
}

.headerButtonsNav_iconClose:after{
	transform: translate(-50%,-50%) rotate(-45deg);
}

/*---------------------------------
	header end
---------------------------------*/

/*---------------------------------
	nav start
---------------------------------*/
.navMain{
	display: none;
	position: fixed;
	z-index: 150;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	background: rgba(0,0,0,0.75);
	color: #FFF;
	padding: 80px 0 0;
	transition: all 0.25s ease;
}

@media(max-width: 960px){
	.navMain{
		display: block;
	}
}

.is-drawerNavActive .navMain{
	visibility: visible;
	opacity: 1;
	transition: all 0.5s ease;
}

.navMain_inner{
	max-width: 1180px;
	width: 90%;
	margin: 0 auto;
	padding: 100px 0;
}

.navMainInfo{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 100px;
}

.navMainInfo_tel{
	text-align: center;
}

.navMainInfo_telNo{
	font-size: 200%;
}

.navMainLinklist{
	margin: 0 0 4em;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 150%;
}

.navMainLinklist_item{
	flex-grow: 0;
	flex-shrink: 0;
	width: calc(100% / 3 - 2em);
	margin: 0 0 1em;
}

@media(max-width: 1150px){
	.navMainLinklist_item{
		width: calc(100% / 2 - 2em);
	}
}

@media(max-width: 750px){
	.navMainLinklist_item{
		width: 100%;
	}
}

.navMainLinklist_link,
.navMainLinklist_link:hover{
	color: inherit;
	text-decoration: none;
}

.navMainLinklist_link{
	display: block;
	padding: 0.5em 0 0.5em 0.5em;
	border-bottom: 2px solid #FFF;
}

.navMainSublinklist{
	margin: 0 0 4em;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 75%;
}

.navMainSublinklist_item{
	flex-grow: 0;
	flex-shrink: 0;
	margin: 0.5em 2em;
}

.navMainSublinklist_link,
.navMainSublinklist_link:hover{
	color: inherit;
}

@media(max-width: 750px){
	.navMain{
		font-size: 0.7em;
	}
	
	.navMain_inner{
		padding: 2.5em 0;
	}
	
	.navMainInfo{
		margin: 0 0 2.5em;
	}
	
	.navMainLinklist{
		margin: 0 0 1em;
	}
	
	.navMainLinklist_item{
		margin: 0 0 0.5em;
	}
	
	.navMainLinklist_link{
		padding: 0.25em 0 0.25em 0.25em;
	}
	
	.nav-sublinklist{
		font-size: 100%;
	}
}


/*---------------------------------
	nav end
---------------------------------*/

/*---------------------------------
	footer start
---------------------------------*/
.footer{
	background-color: #010080;
	color: #FFF;
}

@media(max-width: 750px){
	.footer{
		font-size: 80%;
	}
}

.footer_inner{
	max-width: 1180px;
	width: 90%;
	margin: 50px auto 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.footer_logo{
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 150%;
	font-weight: normal;
	margin-right: 50px;
	margin-bottom: 25px;
	max-width: 100%;
}

.footer_info{
	flex-grow: 0;
	flex-shrink: 0;
	margin-bottom: 1em;
	margin-right: 5em;
	max-width: 100%;
}

.footer_contact{
	display: block;
	font-size: inherit;
	margin: 0 0 2em 0;
	padding: 0.75em 3em;
	color: #FFF;
	border: 2px solid #FFF;
	text-align: center;
	background-color: transparent;
	transition: all 0.25s;
}

.footer_contact:hover{
	color: #333;
	background-color: #FFF;
	text-decoration: none;
}

.footerLinklist{
	flex-grow: 0;
	flex-shrink: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.footerLinklistItem{
	margin: 0.25em 2em 0.25em 0;
}

.footerLinklistItem_link,
.footerLinklistItem_link:hover{
	color: inherit;
}

.footer_copy{
	text-align: center;
	margin: 0;
	padding: 0.5em 1em;
	background: #333;
}

/*---------------------------------
	footer end
---------------------------------*/

/*---------------------------------
	section start
---------------------------------*/
.section{
	padding: 50px 0 100px;
	background-color: #FAFAFA;
}

.section_inner{
	max-width: 1180px;
	width: 90%;
	margin: 0 auto;
}

@media(max-width: 750px){
	.section{
		padding: 50px 0 50px;
	}
}

/*---------------------------------
	section end
---------------------------------*/

/*---------------------------------
	contactsBar start
---------------------------------*/
.contactsBar{
	position: relative;
	background-image: url("../../images/common/contactsBar/bg.jpg");
	background-size: cover;
	background-position: center;
	background-color: #CCC;
}

.contactsBar:before{
	content: "";
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.contactsBar_inner{
	position: relative;
	z-index: 20;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1180px;
	width: 90%;
	margin: 0 auto;
	padding: 1.5em 0;
	color: #FFF;
}

.contactsBar_title{
	width: 100%;
	margin: 1em 0;
	text-align: center;
	font-size: 150%;
}

.contactsBar_tel{
	margin: 1em;
	text-align: center;
}

.contactsBar_telNumText{
	font-size: 150%;
}

.contactBar_mailform{
	margin: 1em;
}

.contactsBar_button{
	display: block;
	width: 15em;
	max-width: 100%;
	padding: 0.75em 1.5em;
	font-size: 110%;
	color: #FFF;
	text-align: center;
	background-color: #010080;
	border: 2px solid #FFF;
	transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}

.contactsBar_button:hover{
	text-decoration: none;
	color: #010080;
	background-color: #FFF;
	border-color: #010080;
}

.contactsBar_texts{
	width: 100%;
	margin: 1em 0;
	text-align: center;
	font-size: 110%;
}

.contactsBar_telLink{
	color: inherit;
}

/*---------------------------------
	contactsBar end
---------------------------------*/