@charset "utf-8";
/* CSS Document */

@-ms-viewport
{
	width:device-width;
}
@-viewport
{
	width:device-width;
}
@media only screen and (max-width:1200px)
{
	img
	{
		max-width:100%;
	}
	.
	{
		width:auto; padding-left:20px; padding-right:20px;
	}
	.header-top
	{
		padding: 0 20px;
	}
}
@media only screen and (max-width:1024px)
{
	
}
@media only screen and (max-width:960px)
{
	.contact-top
	{
		display:none;
	}
	.header-top nav
	{
		width: 38%;
	}
	.section-brochure
	{
		margin: 20px;
		padding: 35px 20px;
		text-align:center;
	}
	.section-content aside
	{
		padding: 35px 20px;
	}
	.section-branches ul li
	{
		padding: 20px;
	}
	.foot
	{
		padding: 0;
	}
	.link-footer a
	{
		padding: 20px 0;
	}
}
@media only screen and (max-width:768px)
{
	.section-brochure h2, .section-brochure a
	{
		float: none;
	}
	.section-content
	{
		display: block;
		margin-bottom: 20px;
	}
	.section-content aside
	{
		width: auto;
		float:none;
	}
	.section-content figure
	{
		width: auto;
		float:none;
		height:500px;
	}
	.section-branches
	{
		height: auto;
		overflow:hidden;
	}
	.section-branches ul
	{
		display:flex;
		flex-wrap:wrap;
	}
	.section-branches ul li
	{
		position:static;
		width: 100%;
		height: auto;
	}
	.section-branches ul li
	{
		position:relative;
    	height: 400px;
	}
	.section-branches li:hover:first-of-type figure, .section-branches li:hover:nth-of-type(2) figure, .section-branches li:hover:nth-of-type(3) figure, .section-branches li:hover:nth-of-type(4) figure
	{
		left:-0%;
	}
	.section-branches ul li p
	{
		font-size: 14px;
	}
	.section-branches ul li h5
	{
		position: relative;
    	bottom: 0;
	}
	.section-branches figure
	{
		height: 160vh;
	}
	.section-branches ul li:nth-of-type(2)
	{
		top: 0;
		left: 0;
	}
	.section-branches ul li:nth-of-type(3)
	{
		top: 0;
		left: 0;
	}
	.section-branches ul li:nth-of-type(4)
	{
		top: 0;
		left: 0;
	}
	.section-elena figure
	{
		display:none;
	}
	.section-elena aside
	{
		width: auto;
		float:none;
		text-align:center;
	}
	.link-footer
	{
		width: 100%;
		text-align:center;
	}
	.link-footer a
	{ 
		display:block;
    	width: 50%;
		float:left;
	}
	.text
	{
		float:none;
		text-align:center;
		padding:20px 0;
	}
	.foot p
	{
		float:none;
		text-align:center;
	}
	.section-branches-color ul li
	{
		width: 50%;
		padding:20px;
		height:50vh;
	}
	.register
	{
		padding: 30px;
		width: 92%;
	}
}
@media only screen and (max-width:480px)
{
	.header-top h1 img
	{
		height:40px;
	}
	.header-top nav
	{
		width: 60%;
		margin: 2px 0;
	}
	.header-top nav ul li a
	{
		font-size: 13px;
	}
	.banner-text h3
	{
		font-size: 26px;
	}
	.banner-text p
	{
		font-size: 18px;
	}
	.section-branches ul li
	{
		width: 100%;
	}
	.section-branches figure
	{
		height: 200vh;
	}
	.section-elena aside h3
	{
		font-size: 18px;
	}
	.section-elena aside h3 a
	{
		font-size: 24px;
	}
}
@media only screen and (max-width:320px)
{
	
}
@media screen and (max-width: 767px) and (orientation: landscape)
{
.section-branches ul li a h5, .section-branches-color ul li a h5
{
    position: absolute;
    bottom: 20px;
    right: 40px;
    display: block;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: solid 2px #fff;
    width: 40px;
    height: 40px;
    z-index: 9;
}
.section-branches ul li a:first-of-type h5, .section-branches-color ul li a:first-of-type h5
{
    bottom: 50px;
}
}