*{
    margin: 0;
    padding: 0;
}

header{
	padding-top: 15px;
}

footer{
	background-color: #282630;
	color: #FFF;
	font-size: 14pt;
	margin-top: 100%;
	position: fixed;
    left: 0; bottom: 0px;
    padding: 6px;
	width: 100%;
	z-index: 100;
}

.grecaptcha-badge {
    bottom: 50px!important;
}

body{
    font-family: 'Roboto', sans-serif;
    padding-bottom: 30px;
}

.section:last-child{
	margin-top: 100px;
}

.menu-fixed{
	z-index: 5;
	position: fixed!important;
	top: 0;
	left: 0;
	width: 100%;
}

.sec-background{
	background-color: #f5f5f5;
}

.logo{
    height: 85px;
	float: left;
}

.title-block{
	margin-top: 5px;
}

.title{
	margin: 10px 0 0 20px;
	float: left;
}

.title h2{
    font-size: 18pt;
    font-weight: 300;
    font-style: italic;
}

.title h1{
    font-size: 15pt;
    font-weight: 500;
    font-style: italic;
}

.contacts-item{
	display: block;
}

.contacts-item i{
    color: black;
    font-size: 27px;
}

.contacts-item span{
	display: inline-block;
	font-size: 12pt;
    font-weight: 400;
    margin-left: 5px;
    vertical-align: top;
}

.socials{
	text-align: left;
}

.social-item{
	display: inline-block;
	margin-right: 10px;
}

#menu-section{
	position: relative;
    background-color: #4276f1;  
	z-index: 100; 
	box-shadow: 0px 3px 11px rgba(0,0,0,0.5);
}

.nav-link{
	margin: 0px 25px;
	color: white;
	padding: 0;
	border-bottom: 2px solid transparent;
	transition: 1s;
	border-radius: 5px;
	font-size: 12pt;
	font-weight: 400;
}

.dropdown-item{
	font-size: 12pt;
	font-weight: 400;
}

.nav-link:hover{
	color: #EAEAEA;
	border-bottom: 2px solid #FFF;
}

.cover-image{
	background: url('../source/coverImage.jpg');
	height: 320px;
	background-size: cover;
	background-position: bottom;
	border-radius: 0px;							
}

.cover-title{
	color: white;
	font-style: italic;
}

.cover-title h2{
	font-size: 48pt;
	margin-top: 40px;
}

.cover-title p{
	font-size: 24pt;
	font-weight: 500;
	line-height: 32px;
	margin-top: 24px;
}

.center-block{
	margin: 0 auto;
}

.text-block h2{
	font-size: 18pt;
}

.text-block p{
	font-size: 14pt;
	margin-top: 18px;
}

.text-block ul{
	padding-left: 18px;
}

.text-block li{
	font-size: 14pt;
	list-style-type: disc;
}

.text-block:first-child{
	margin-top: 50px;
}

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

.contacts-block{
	margin-top: 50px;
}

.contacts-block ul{
	margin-bottom: 25px;
}

.contacts-block li{
	list-style-type: none;
}

.contacts-block span, a{
	display: inline;
	font-size: 18pt;
    font-weight: 300;
    vertical-align: middle;
}

.contacts-block p{
	font-size: 14pt;
	font-style: italic;
	margin-bottom: 10px;
}

.form-field{
	margin-top: 10px;
}

.form-element{
	background-color: #F5F5F5;
	border-style: none;
	display: block;
	width: 100%;
	resize: none;
	padding: 5px 15px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	outline: none;
}

.form-button{
	background-color: #327dee;
	color: white;
	padding: 5px 25px;
	width: auto;
	margin-bottom: 50px;
}

.form-button:hover{
	background-color: #0f6bf4;
}

.form-button:focus{
	background-color: #164fa4;
	outline: none;
}

.furnishing-title{
	font-size: 18pt;
	font-weight: 700;
	margin-top: 50px;
}

.furnishing-subtitle{
	font-size: 14pt;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.furnishing-description{
	margin-top: 10px;
}

.features-items{
	margin-left: 16px;
}

.furnishing-img{
	width: 270px;
	height: 270px;
	float: left;
	margin: 0 auto;
	margin-bottom: 50px;
}

.furnishing-features{
	margin-bottom: 50px;
	margin-left: 30px;
	float: left;
}

.furnishing-info{
	display: inline;
	padding-left: 30px;
	height: 100%;
	font-size: 14pt;
}

.price-list{
	font-size: 16pt;
	font-weight: 700;
}


.tank{
	margin-top: 30px;
}

.topas{
	margin-top: 30px;
}

.menu-orientation{
	text-align: right;
}
/* Media */

@media screen and (min-width: 992px) {
	.menu-orientation{
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
}

@media screen and (max-width: 992px) {
	.contacts{
		visibility: hidden;
		height: 0;
	}
	.furnishing-img{
		float: none;
		display: block;
	}
	.furnishing-features-block{
		text-align: center;
	}
	.furnishing-features{
		margin-top: 10px;
		text-align: left;
		display: block;
	}
	nav.navbar.navbar-expand-lg.collapse {
		width: 100%;
	}
	button.navbar-toggler.navbar-dark.float-left {
		width: 100%;
	}
	nav.navbar.navbar-expand-lg {
		width: 100%;
		text-align: right;
	}
	span.navbar-toggler-icon {
		float: right;
	}

@media screen and (max-width: 768px) {
	.title-block{
		text-align: center;
	}
	.logo{
		float: none;
	}
	.title{
		float: none;
	}
}

@media screen and (max-width: 576px) {
	.cover-title h2{
		font-size: 32pt;
	}
	.cover-title p{
		font-size: 20pt;
	}
	.contacts-block span, a{
		font-size: 14pt;
	}
}
@media screen and (max-width: 419px) {
	.slick-dots{
		margin-bottom: -23px;
	}
}
}