@media(max-width: 1000px) {
	#container, #container1, .form-container, .form-control1, table {
		width: 100%!important;
	}
	.sub-menu, .sub-sub-menu {
		display: none;
	}
	.subTitle1 {
		line-height: 77px;
	}
	.subTitle2 {
		margin: 0!important;
		width: 74%;
	}
	.container, .form-control1 {
		padding: 0!important;
	}
	td {
		display: block!important;
	}
	a img {
		width: auto!important;
	}
    #header .subTitle1, #header .subTitle3 {
        font-size: 30px!important;
        line-height: 40px!important;
    }
	.ribbon_padding1 {
		padding: 0!important;
        padding-right: 10px!important;
	}
	img, a#single_3 img, a#single_4 img, .float--right a img {
		max-width: 100%!important;
        height: auto
	}
  /* .float--right {
  	float: none!important;
  } */
	
	.font_ribbon{
		line-height: 1.1
	}
}

.hamburger-menu {
	display: none;
}
#menu__toggle {
	opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
	transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
	top: 0;
	transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
	top: 0;
	transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
	visibility: visible;
	left: 0;
}

.menu__btn {
	display: flex;
	align-items: center;
	position: fixed;
	top: 20px;
	left: 90%;

	width: 26px;
	height: 26px;

	cursor: pointer;
	z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
	display: block;
	position: absolute;

	width: 100%;
	height: 2px;

	background-color: #616161;

	transition-duration: .25s;
}
.menu__btn > span::before {
	content: '';
	top: -8px;
}
.menu__btn > span::after {
	content: '';
	top: 8px;
}

.menu__box {
	display: block;
	position: fixed;
	visibility: hidden;
	top: 0;
	left: -100%;

	width: 300px;
	height: 100%;

	margin: 0;
	padding: 0px 0;
	overflow-y: scroll;
	list-style: none;

	background-color: #ECEFF1;
	box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

	transition-duration: .25s;
}

.menu__item {
	display: block;
	padding: 12px 24px;

	color: #333;

	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 600;

	text-decoration: none;

	transition-duration: .25s;
}
.menu__item:hover {
	background-color: #CFD8DC;
}
#container {
	width: 960px;
	margin:auto;
}
.float--left {
	float: left
}
.float--right {
	float: right
}
#logo {
	width: 72px;
	height: 72px;
	background: url(../drawings/logo.jpg);
	display: block;
	margin-bottom: 32px;
}
#header {
	margin-bottom:10px;
}
#header .subTitle {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color:  #000000;
	margin-bottom: 10px
}
#header .subTitle1 {
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size: 56px;
	font-weight: normal;
	color: #005bab;
}
#header .subTitle2 {
	margin: 30px 0px 0px 32px;
}
#header .subTitle3 {
	font-size: 56px;
	font-weight: normal;
	color: #005bab;
}
#header .contactUs {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	text-align: right;
	color: #000000;
	margin-bottom: 5px
}
#header .contactUs a {
	color: #000000;
	text-decoration: none /* Убираем подчеркивание у ссылок до наведения */
}
a, #header .contactUs a:hover {
	text-decoration: none; /* Убираем подчеркивание у ссылок после наведения*/
	color: #005bab;
}
.rightstr {
    text-align: right; /* Выравнивание по правому краю */ 
	font-size: 20px;
	text-transform: lowercase;
}
.clear--left {
	clear: left;
}
.clear--right {
	clear: right;
}
.ribbon_padding1 {
	padding: 0px 40px 0px 0px;
	}
.ribbon_padding2 {
	padding: 0px 0px 0px 30px;
	}
.ribbon_padding3 {
	padding: 40px 40px 0px 0px;
	}
.ribbon_indent {
	text-indent: 40px;
	text-align:justify;
}
.ribbon_padding {
	padding: 0px 0px 0px 40px;
	}
.ribbom_margin_top1 {
	margin-top:50px;
}
.ribbom_margin_top {
	margin-top: 27px;
}
.font_ribbon {
	font-size:26px;
	color:#005bab;
}
.font_ribbon1 {
	font-size: 18px;
	color:#005bab;
}
.font_ribbon2 {
	color:#005bab;
}
.font_ribbon3 {
	font-size:26px;
	color:#005bab;
	line-height: normal;
}
#hr_line {
    border: none; /* Убираем границу */
    background-color: #596b75; /* Цвет линии */
    color: #596b75; /* Цвет линии для IE6-7 */
    height: 1px; /* Толщина линии */
	margin: 20px 0px;
   }
.ribbon td{
	font-weight: bold;
	color: #ffffff;
	background-color:#AEABA6;
	border: 1px solid  #ffffff;
}
.ribbon_td td {
	color: #000000;
	padding: 7px;
	background-color:#ffffff;
}
.table_border_color1, .table_border_color1 td {
	border-collapse: collapse;
	border: 1px solid  #AEABA6;
	font-size: 12px;
}
.stil1 {
	color: #005bab;
	font-weight: bold;
}
.lu_block {
	list-style-position: inside;
}
.sale_widht {
	width: 450px;
	margin-left: 30px;
}
.sale_margin {
	padding: 120px 0px 60px 0px;
	text-align:center;
}

@media (max-width: 700px){
	#menu {
		width: 100%!important;
		border-radius: 0!important;
		background: none!important;
		border: none!important;
		display: none!important;
	}
	.hamburger-menu {
		display: block!important;
	}
	
	#header .float--left.logo-block{
		float: none;
		margin: auto;
		width: 100%;
		text-align: center
	}
	#header .float--left.logo-block .float--left{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.subTitle2{
		width: auto;
		padding-left: 0
	}
	#header .float--right.block-contacts{
		float: none;
		margin: auto;
		width: 260px
	}
	#header .contactUs{
		font-size: 18px;
	}
}
@media (max-width: 370px){
	#logo{
		margin-bottom: 2px
	}
}
@media (max-width: 290px){
	.float--right.ribbon_padding2,
	.float--left.ribbon_padding1{
		float: none;
		text-align: center;
		margin: auto
	}
}