body {
	font-size: 15px;
	/*color: ;*/
	
	background-attachment: fixed;
	
}

/*Nav bar*/

.navbar-brand {
	font-size: 34px;
	font-weight: 550;
	font-family: 'Kaushan Script', cursive;
	padding-right: 8px;
	padding-left: 2px;
}

.navbar-brand:hover {
	border-radius: 30px;
	background-color: #303333;
}

nav a {
	border: 1px solid #343a40;

}

nav a:hover {
	border-radius: 8px;

	border: 1px solid;
	transition: .3s; 
}


/*Надпись приветствия*/
.nadpis {
	background-image: url(../img/intro.jpg);
	-webkit-background-size: cover;

	background-size: 100%;
	padding-top: 120px;
	text-align: center;
	color: #fff;


	width: 100%; 
}

.nadpis_mal {

	padding-top: 35px;
	font-family: 'Kaushan Script', cursive;
	font-size: 50px;
	font-weight: bold;
}

.nadpis_bol {
	padding-top: 20px;
	padding-bottom: 0px;
	font-family: 'Kaushan Script', cursive;
	font-size: 100px;
	font-weight: bold;
}

.nadpis_bol:after {
	content: "";
	display: block;
	width: 300px;
	height: 2px;
	margin: 40px auto;

	background-color: #fff; 
}

/*блок про нас*//*тексты*/

.body_header {
	text-align: center; 
}

.body_header:after {
	content: "";
	display: block;
	width: 330px;
	height: 2px;
	margin: 35px auto;

	background-color: #000; 
}

.body_header h3 {
	font-family: 'Kaushan Script', cursive;
	font-weight: bold;

	padding-top: 20px;
}

.body_header h2 {
	font-size: 18px;
	font-weight: 550;
}

.body_header div {
	font-size: 16px;
	padding-top: 15px;
	max-width: 900px;
	margin: auto;
}

/*блок про нас*//*картинки*/

.about {
	justify-content: center;
	display: flex; 
}

.about_item {
	width: 370px;
	position: relative;

	background-color: #95e1d3;
}

.about_item:hover .about_img img {
	transform: translate3d(-7px, -7px, 0);
}

.about_item:hover .about_img img {
	opacity: .6;
}

.about_item:hover .about_text{
	opacity: 1;
}

.about_img {
	background: linear-gradient(to bottom,#f38181, #fce38a);

	transition: transform .3s linear; 
}

.about_img img {
	display: block;
	transition: opacity .3s linear; 
}

.about_text {
    width: 100%;

	font-size: 20px;
	color: #000;
	font-weight: 550;
	text-align: center;
	opacity: 0;

	position: absolute;
	top: 45%;
	left: 0;
	z-index: 2;
	transform: translate3d(0, -50, 0);

	transition: opacity .2s linear;
}

/*Партнеры*/

.partners_head {
	font-family: 'Kaushan Script', cursive;
	text-align: center;

	padding-top: 20px;
	padding-bottom: 20px;
}

.partners {
	display: flex;
	width: 100%;
}

.partners_item {
	margin: 0 auto;
	float: left;
	justify-content: center;
}

.partners_img:hover {
	opacity: 0.7; 
	transition: .3s;
}

/*Подвал*/

.footer {
	background-color: #343a40;
	font-size: 13px;
}

.footer a {
	color: #fff;
	font-size: 35px;
}

.footer a:hover {
	color: #000;
	background-color: #d7dbd8;

	border-radius: 7px;
	transition: .4s;
	opacity: 0.8;
}

.footer_logo a:hover{
	text-decoration: none; 
}

.footer p {
	color: #fff;
	padding-top: -10px; 
}

.sintax {
	margin-right: -16.0em; 
	display: inline-block; 
}
.sintax a {

	font-size: 20px;
	color: #fff;
}

.sinta {
	padding-left: 650px;
}

.con a{
	font-size: 15px;
}

.con a:hover {
	text-decoration: none;
}


/*Other pages*/
.otstup {
	padding-top: 100px;
}

.button {
	text-align: center;
	position: relative;
}

.btn-group {
	padding-top: 100px;
	padding-bottom: 25px;
}

body>.ofer, body>.ofer_spr, body>.ofer_sog, body>.ofer_spr_sms{
	width: auto; padding: 15px 110px;
	color:#fff;
}

.ofer a {
	text-decoration: none;
	font-weight: bold;
}

.ob {
	text-align: center;
	font-size: 20px;
}

.ofer_spr {
	margin-top: 170px;
	margin-bottom: 110px;
}

.ofer_spr_sms {
	margin-top: 225px;
	margin-bottom: 190px;
}

body>.ofer_sog>a:hover {
	background-color: yellow;
}








