.container {
	margin-left: 33px;
	margin-right: 33px;
	position: relative;
}
header {
	font-family: "RobotoMedium", sans-serif;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-left: 40px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header_left a{
	display: block;
	padding: 21px 40px 21px 0px;
	transition: 0.25s;
	width: 171px;
	height: 82px;
}
.header_left a img {
	width: 100%;
	transition: 0.25s;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}
.header_right {
	border-left: 2px solid #1E1E1E;
	min-height: 124px;
	flex-grow: 2;
	z-index: 2;
}
.header_right_top{
	margin-left: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #1E1E1E;
	padding-right: 33px;
}
.header_right_top ul{
	display: flex;
	margin-left: 4px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.header_right_top ul li a {
	padding-left: 20px;
	padding-right: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: 0.25s;
	text-decoration: none;
	color: #1E1E1E;
	font-size: 16px;
	line-height: 47px;
	margin-left: -4px;
}
.header_right_top ul li:hover, .header_right_top ul li.active {
	color: #ffffff;
	background: #1E1E1E;
}
.header_right_top ul li a:hover, .header_right_top ul li.active a {
        color: #ffffff;
}
    


.header_right_top ul li a:after{
	content: "";
	width: 4px;
	height: 4px;
	background: #1E1E1E;
	display: block;
	margin-left: 20px;
}
.header_right_top ul li:last-child a{
	padding-right: 20px;
}
.header_right_top ul li:last-child a:after {
	display: none;
}
.header_right_top_reg_in a{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-decoration: none;
	color: #004FAD;
	font-size: 16px;
	transition: 0.25s;
}
.header_right_top_reg_in a:hover {
	color: #BF0C1E;;
}
.header_right_top_reg_in a:hover .icon {
	background-image: url(../images/header_aut_in.png);
}
.header_right_top_reg_in .icon {
	display: block;
	background-image: url(../images/header_aut_in.png);
	width: 18px;
	height: 24px;
	margin-right: 8px;
	transition: 0.25s;
}
.header_right_bot_left {
	padding-top: 23px;
	padding-bottom: 23px;
}
.header_right_bot_left a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 34px;
	color: #1E1E1E;
	text-decoration: none;
	font-size: 24px;
	letter-spacing: 0.02em;
	transition: 0.25s;
}
.header_right_bot_left a:hover {
	color: #004FAD;
}
.header_right_bot_left a .icon{
	background-image: url(../images/header_e-mail.png);
	width: 36px;
	height: 36px;
	margin-right: 19px;
}
.header_right_bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 83px;
}
.header_right_bot_centr a.main_a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #1E1E1E;
	text-decoration: none;
	font-size: 24px;
	letter-spacing: 0.02em;
}
.left_a {
	background-image: url(../images/header_vois.png);
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	width: 36px;
	display: block;
	margin-right: 19px;
	position: relative;
	top: 13px;
}
.call_back{
	color: #004FAD;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-decoration: underline !important;
	font-family: "RobotoRegular", sans-serif;
	margin-left: 55px;
	transition: 0.25s;
}
.call_back:hover{
	color: #BF0C1E;
}
.header_right_bor_right {
	height: 86px;
	width: 233px;
	background: #BF0C1E;
	position: relative;
	top: -1px;
	transition: 0.25s;
}
.header_right_bor_right a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 30px;
	font-size: 18px;
	letter-spacing: 0.02em;
	transition: 0.25s;
	color: #FFFFFF;
	text-decoration: none;
}
.header_right_bor_right:hover {
	background: #9f1725;
}
.header_right_bor_right a .icon{
	background-image: url(../images/header_basket.png);
	width: 36px;
	height: 36px;
	display: block;
	margin-right: 15px;
	transition: 0.25s;
}
.header_right_bor_right a span {
	line-height: 86px;
}

.mobile_nav {
	display: none;
}
.mobile_nav ul{
	padding-top: 7px;
	background: rgba(0, 49, 119, 0.9);
	padding-bottom: 7px;
}
.mobile_nav ul li a {
	display: block;
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.02em;
	transition: 0.25s;
	color: #1E1E1E;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	border-bottom: 2px solid silver;
	padding-bottom: 5px;
	text-decoration: none;
	color: #ffffff;
}
.mobile_nav ul li:last-child a{
	border-bottom: none;
}
.hamburger {
    font: inherit;
    display: none;
    overflow: visible;
    margin: 0;
    position: relative;
    padding: 5px 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    top: 2px;
}
.mobile_nav {
	overflow: hidden;
	width: 100%;
}

/*1 секция главной страницы*/

._1 {
	background-image: url(../images/page_1_sexct_1_bg.png);
	width: 100%;
	height: auto;
	min-height: 700px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
._1_bg_left {
	background-image: url(../images/page_1_sect_1_bg_l.png);
	width: 830px;
	height: 100%;
	height: 700px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
._1_bg_left_2 {
	background-image: url(../images/page_1_sect_1_bg_l_2.png);
	width: 725px;
	height: 100%;
	height: 700px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.comp_wrapper {
	position: absolute;
	left: 120px;
	top: 120px;
	color: white;
	max-width: 420px;
}
.comp_wrapper h2{
	font-size: 48px;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
	font-family: "OfficinaSansExtraBold", sans-serif;
}
.comp_wrapper p {
	max-width: 300px;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}
.comp_wrapper a {
	display: block;
	width: 100%;
	padding: 14px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	max-width: 300px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.25s;
}
.comp_wrapper a .icon {
	display: block;
	background-image: url(../images/page_1_sect_1_arrow.png);
	width: 12px;
	height: 11px;
	margin-left: 10px;
	transition: 0.5s;
	position: relative;
	left: 0;
	top: 0;
}
.comp_wrapper a:hover {
	border: 1px solid #004FAD;
}
.comp_wrapper a:hover .icon{
	left: 10px;
}
.border_top {
	background-image: url(../images/page_1_sect_1_border.png);
	width: 51px;
	height: 93px;
	position: absolute;
	top: -120px;
	left: 120px;
}
.border_bot {
	background-image: url(../images/page_1_sect_1_border_2.png);
	width: 108px;
	height: 202px;
	position: absolute;
	top: 200px;
	left: -124px;
}
.mobile_nav ul li a:hover{
	box-shadow: 0px 4px 8px rgba(139, 36, 36, 1);
	color: #b60b0b;
}
.mobile_nav ul li a.active {
	box-shadow: 0px 4px 8px rgba(139, 36, 36, 1);
	color: #b60b0b;
}
.pp_1_bottom {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pp_1_b_top {
	display: block;
	background-image: url(../images/p_1_s_5_h_2_top.png);
	width: 35px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 0;
}
.pp_1_b_bot {
	background-image: url(../images/p_1_s_5_h_2_bot.png);
	width: 112px;
	height: 155px;
	position: absolute;
	top: 0;
	left: 0;
}