@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap');
/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    background-color: aliceblue;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



body {
	font-size: 18px;
	line-height: normal;
	background-image: url("../images/body-bg.png");}
.clearfix::after {
	content: "";
	display: block;
	clear: both;}
.container {
	text-align:center;
	width: 1275px;
	margin: 0 auto;}
.page-header {
	margin-bottom: 75px;}
.header-map a {
	display: block;	
	float: right;}
.header-map img{
	vertical-align: top;	
	padding-top: 20px;
	padding-right: 20px;}
.contacts {
	line-height: 26px;
	font-family: 'Times New Roman PS',serif;
    text-align: right;
	padding-top: 27px;
	padding-right: 22px;
	font-size: 21px;
	font-weight: 700;}
.main-nav {
	float: left;	
	width: 100%;
	text-align: center;}
.main-nav li {
	display: inline-block;
	list-style: none;
	font-variant: small-caps;
	font-weight: bold;
	position: relative;
	padding-left: 30px;}
.main-nav li a {
	color: #000;
	font-size: 19px;
	line-height: 36px;
	text-decoration: none;}
.main-nav li:before {
	content:'';
	position: absolute;
	width: 4px;
	height: 4px;
	top: 47%;
	left: 10px;
	background-color: rgb(56, 120, 166);}
.header-top {
	background-image: url("../images/logo-side.jpg");
	background-repeat: no-repeat;
	background-position: right;
	cursor: default;}
.header-logo .block2 h2 {
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 30px;}
	h2{font-family: 'Times New Roman',serif;
line-height: 48px;}
.header-logo .block1 img {
    padding: 30px 17px;}

.header-logo .block1 {
	float: left;
    width: 430px;
    height: 311px;
	position: relative;
    background: url('../images/arrow.png') no-repeat;}

.header-logo .block1 h1 {
	position: absolute;
	top: 130px;
	left: 110px;}
.header-logo .block1 a {
	text-decoration: none;
	color: black;}
.header-logo .block1 .rc,
.header-logo .block1 .prob {
font-family: 'Times New Roman PS',serif;
line-height: 24px;
font-weight: 700;
color: #000000;
	display: block;
	text-align:left;
	font-size: 20px;
	text-shadow: 
		-2px 2px 1px white,
		-2px -2px 1px white,
		2px 2px 1px white,
		2px -2px 1px white,
		-2px 2px 1px white,
		-2px -2px 1px white,
		2px 2px 1px white,
		2px -2px 1px white,
		-2px 2px 1px white,
		-2px -2px 1px white,
		2px 2px 1px white,
		2px -2px 1px white,
		-2px 2px 1px white,
		-2px -2px 1px white,
		2px 2px 1px white,
		2px -2px 1px white,
		-2px 2px 1px white,
		-2px -2px 1px white,
		2px 2px 1px white,
		2px -2px 1px white,
		-2px 2px 1px white,
		-2px -2px 1px white,
		2px 2px 1px white,
		2px -2px 1px white;}
.prob{	text-transform: uppercase;}		
.header-logo .block2 {
	float: left;
	color: white;
	margin-top: 115px;}
.header-logo .block2 .cr,
.header-logo .block2 .brop {
	font-size: 20px;
    line-height: 24px;}
.cr{text-align:left;}
.header-logo .block2 .brop {
	padding-left: 40px;	}
.services {
	background-color: white;
	padding-top: 40px;
	padding-bottom: 40px;}
.feature-item {
	float: left;
    position: relative;
	width: 295px;
	padding-left: 130px;}

.feature-item:before {
    content: '';
    position: absolute;
    left: 0px;
	background-image: url("../images/sprites.png");
    background-repeat: no-repeat;
    height: 211px;
    width: 80px;}
li.feature-quality:before {
    content: '';
	background-position: -70px 0;}

li.feature-safety:before {
    content: '';
    width: 85px;
	background-position: -150px 0;}

.feature-item h2 {
	position: relative;	
	text-transform: uppercase;
	color: rgb(24, 94, 144);
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: left;}	
.feature-item h2:before {
	content:'';
	position: absolute;
	width: 11px;
	height: 11px;
	top: 35%;
	left: -20px;
	background-color: rgb(24, 94, 144);}
.feature-item li a{
	font-size: 17px;
	line-height: 26px;
	color: rgb(36, 36, 36);	
	text-decoration: none;
	box-shadow: inset 0px -2px 0px 0px rgb(157, 157, 157);}
.feature-item li a:hover{
	box-shadow: inset 0px -2px 0px 0px rgb(25, 95, 75);
	border-bottom: 2px solid blue;}
.feature-item li{
	text-align: left;}
.feature-item ul {
	margin-bottom: 15px;}
.feature-item > a {
	font-size: 14px;
	line-height: 24px;
	text-transform: lowercase;
	color:  rgb(24, 94, 144);
	float:left;}
.news-section h3 {
	font-size: 18px;
    padding: 15px 0;
	font-weight: normal;
	text-transform: uppercase;
	color: rgb(24, 94, 144);}
.news-section p {	
	font-size: 16px;
	line-height: 18px;
    margin: 15px 0;}
.news-section {
	margin-top: 30px;
	margin-bottom: 70px;}
.news {
	float: left;
	width: 305px;
	padding-left: 50px;}
.news-text{text-align:left;}
.news-info {
	float: left;
	width: 770px;
	margin-left: 140px;}
	h3{text-align:left;}
.news-item {
	text-align:left;
	margin-bottom: 40px;}
.news-item a {
	text-decoration: none;
	background-color: rgb(19, 114, 183);
	color: #e9eef5;
    display: block;
    width: 120px;
	padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
	font-size: 16px;
    box-shadow: 1px 1px 2px 0px grey;}
.footer-top {
	background-color: rgb(17, 113, 183);
	width:1277px;}
.footer-item {
	font-size: 22px;
	line-height: 36px;
	text-decoration: none;
	width: 50%;
	box-sizing: border-box;
	float: left;}
.footer-item a {
	display: block;
	color: white;
	padding: 10px 0;
    position: relative;
	text-decoration:none;}
.footer-item a:after {
    content: '';
    position: absolute;
    right: 0;
    border-right: 2px groove grey;
    height: 40px;}

.footer-middle {
	margin-top: 25px;}
.footer-social {
	float: left;
	margin-left: 65px;}
.social {
	background-image: url("../images/social.jpg");
	background-repeat: no-repeat;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 5px;
    vertical-align: middle;}
.social-vk {
	background-position: 0 0;}
.social-fb {
	background-position: -30px 0;}
.social-tw {
	background-position: -60px 0;}
.social-mail {
	background-position: -91px 0;}
.footer-address {
	font-family: 'Times New Roman PS',serif;
	float: right;
	text-align: right;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-right: 80px;}
.footer-bottom {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-variant: small-caps;
	padding-bottom: 35px;}