

.block_top {
	background: url('assets/images/bg1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 20px;
	font-family: "Montserrat";
}

.block_top .logo {
	padding-top: 100px;
	padding-bottom: 80px;
	text-align: center;
}

.block_top .logo img {
	max-width: 300px;
}


.block_top .button {
	text-align: center;
	margin-bottom: 200px;
}


.block_top .menu a:link {
	color: white;
	text-decoration: none;
	margin-right: 10px;
	border-bottom: 0px;
}

	.block_top .menu a:visited {
		color: white;
	}

	.block_top .menu a:hover {
		color: white;
		border-bottom: 2px solid white;
	}


.block_top a.butt:link {
	color: white;
	text-decoration: none;
	/* border: 2px solid white; */
	font-size: 22px;
	padding: 20px 40px;
	border-radius: 20px;
	transition: 0.3s;
	background: #8B0000;
}

	.block_top a.butt:visited {
		color: white;
		text-decoration: none;
		/* border: 2px solid white; */
		transition: 0.3s;
		background: #8B0000;
	}

	.block_top a.butt:hover {
		color: #8B0000;
		/* border: 2px solid white; */
		background: white;
		transition: 0.3s;
	}



/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

.block_top .left {
	text-align: center;
}

.block_top .right {
	text-align: center;
}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.block_top .left {
	text-align: left;
}

.block_top .right {
	text-align: right;
}
	
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


.block_price {
	background: black;
	padding-top: 200px;
	padding-bottom: 200px;
	font-family: "Montserrat";
}

.block_price .title {
	text-align: left;
	color: white;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 60px;
}

.block_price .bn {
	padding-left: 15px;
	padding-right: 15px;
}

.block_price .line {
	color: white;
	border-bottom: 1px dashed #595959;
	margin-bottom: 3px;
}

.block_price .line .left {
	padding: 0px;
	text-align: left;
}

.block_price .line .right {
	padding: 0px;
	text-align: right;
}




.block_cosmo {
	background: black;
	padding-top: 200px;
	padding-bottom: 200px;
	font-family: "Montserrat";
}

.block_cosmo .title {
	text-align: left;
	color: white;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 60px;
}

.block_cosmo .imgcosmo {
	text-align: center;
}




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

.block_cosmo .imgcosmo img {
	max-width: 150px;
	margin-bottom: 30px;
}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.block_cosmo .imgcosmo img {
	max-width: 200px;
	margin-bottom: 40px;
}
	
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}






.block_media {
	background: url('assets/images/bg2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.block_media img {
	border-radius: 20px;
}

.block_media .media {
	margin-top: 200px;
	margin-bottom: 200px;
}




.footer {
	padding-bottom: 120px;
	background: url('assets/images/bg3.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: "Montserrat";
}

.footer .logo {
	margin-top: 200px;
	text-align: center;
	margin-bottom: 40px;
}

.footer img {
	max-width: 250px;
}

.footer .addr {
	color: white;
	text-align: center;
}

.footer .contacts {
	text-align: center;
	margin-bottom: 50px;
}

.footer .contacts a:link {
	text-decoration: none;
	color: white;
	border-bottom: 1px dashed #777;
}

	.footer .contacts a:visited {
		text-decoration: none;
		color: white;
	}

	.footer .contacts a:hover {
	
	}


.gr-bottom {
	background: url('assets/images/b_bottom.png');
	height: 20px;
	background-repeat: repeat-x;
}

.gr-top {
	background: url('assets/images/b_top.png');
	height: 20px;
	background-repeat: repeat-x;
}





