body.uslugi section.uslugi{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/images/uslugi-bg.png');
	padding: 60px 0;
}
body.uslugi section.uslugi h3{
	margin-top: 54px;
	margin-bottom: 34px;
	color: #1b1b1b;
	font-family: "Muller Bold";
	font-size: 30px;
	font-weight: 400;
	line-height: 44.07px;
	text-transform: uppercase;
}
body.uslugi section.uslugi .descr_uslug{
	margin-top: 34px;
	margin-bottom: 62px;
}
body.uslugi section.uslugi .descr_uslug p{
	line-height: 20px;
	text-align: justify;
	margin-bottom: 5px;
}

body.uslugi section.uslugi .glass p{
	position: relative;
	color: #000000;
	font-family: "Muller Medium";
	font-size: 15px;
	font-weight: 400;
	transition: 0.3s;
}
body.uslugi section.uslugi .glass .active p, .glass p:hover{
	color: #00439c !important;

}
body.uslugi section.uslugi .glass p:after{
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	background-color: #00439c;
	border-radius: 50%; 
}
body.uslugi section.uslugi .glass{
	margin-left: -15px;
	padding: 40px 20px;
}
body.uslugi .glass{
	/* background-size: cover; */
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url('/images/helmet.png');
	background-color: #fff;
}

body.uslugi .forma.contacts{
	border-radius: 30px;
	border: 1px solid #e6e6e6;
	background-color: #ffffff;
	padding: 33px 83px;
	padding-right: 10px;
}

body.uslugi .forma.contacts h4{
	font-family: "Muller Bold";
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00439c;
	margin: 0;
}
body.uslugi .uslugi .row{
    margin-bottom: 30px;
}
body.uslugi .forma.contacts input.form-control{
	color: #b2b2b2;
	font-family: "Muller Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f4f4f4;
	border: none;
	padding: 16px;
	width: 80%;
}

body.uslugi .forma.contacts p{
	font-family: "Muller Regular";
	font-weight: 400;
	color: #00439c;
	font-size: 18px;
}


body.uslugi .forma.contacts button.forma-button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	color: #00439c;
	font-family: "Muller Bold";
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
}
body.uslugi .forma.contacts button.forma-button:after{
	content: url('/images/down-arrows_копия_16.png');

}

body.uslugi .forma.contacts span.politika{
	font-family: "Muller Light";
	font-weight: 300;
	letter-spacing: 0.3px;
	font-size: 12px;
	color: #424242;
}

body.uslugi .forma.contacts span.politika b, body.uslugi .forma.contacts span.politika a {
	font-family: "Muller Bold";
	font-weight: bold;
}

body.kontakty section#contacts{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/images/oprosnie-bg.png');
	padding: 60px 0;
}

body.oprosnye-listy section.file-s{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/images/oprosnie-bg.png');
	padding: 60px 0;
}

body.oprosnye-listy a.file:before{
	content: url('/images/icons8-microsoft-word-512_копия_6.png');
	margin-right: 17px;
	display: block;
	float: left;

}
body.oprosnye-listy a.file{
	color: #030303;
	font-family: "Muller Medium";
	font-size: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
	line-height: 1.2;
	margin-bottom: 50px;
}
section#contacts h2{
	font-weight: 600;
}
body.vakansii section.vakansii-s{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/images/novosti-bg.png');
	padding: 60px 0;
}
body.vakansii .item{
	border-radius: 30px;
	border: 1px solid #e6e6e6;
	background-color: #ffffff;
	padding: 40px 85px;
	margin-bottom: 40px;
}
body.vakansii .item h3{
	color: #000000;
	font-family: "Muller Bold";
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
body.vakansii .item p{
	color: #000000;
	font-family: "Muller Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 7.5px;
}
body.vakansii .item strong{
	color: #000000;
	font-family: "Muller Medium";
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.55px;
}

body.vakansii .item .home-page__link{
	margin-top: 50px;
	margin-bottom: 25px;
}
body.vakansii .item .button:hover{
	background-image: linear-gradient(to top, #4e91dd 0%, #00439c 99%, #4e91dd 100%);
}
body.novosti section.novosti-news{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/images/novosti-bg.png');
	padding: 60px 0;
}
body.novosti .new-line{
	cursor: pointer;
	transition: 0.3s;
	padding: 15px 0;
	border: 1px solid transparent;
	border-radius: 30px;
	margin-bottom: 40px;
}
body.novosti .new-line:hover{

	border: 1px solid #e6e6e6;
	background-color: #ffffff;
}

body.novosti p.name{
	color: #000000;
	font-family: 'Muller Bold';
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
}

body.novosti p.date{
	color: #7c7c7c;
	font-family: "Muller Regular";
	font-size: 12px;
	font-weight: 400;
	line-height: 38px;
}

body.novosti .introtext{
	color: #000000;
	font-family: "Muller Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

body.novosti p.more{
	color: #00439c;
	font-family: "Muller Bold";
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: underline;
}

body.novosti p.more:after{
	content: url('/images/down-arrows_копия_16.png');
	margin-left: 5px;
}

footer{
	margin-top: 0;
}


/*  large desktops */
@media (min-width: 1200px) {

}    

/* desktops */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
body.uslugi section.uslugi .glass p{
	font-size: 13px;
}
}

/* smartphones */
@media (max-width: 767.98px) {

	body.uslugi section.uslugi h3{
		font-size: 18px;
	}

	body.uslugi .forma.contacts h4{
		font-size: 22px;
	}
	body.uslugi .forma.contacts{
		padding: 15px;
	}
	body.uslugi .forma.contacts span.politika{
		font-size: 16px;
	}

}
