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: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
ul.list-tire {
	padding-left: 20px;
}
ul.list-tire li {
    list-style-type: disc;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
} 
li{
  list-style-type: none;
  
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.list {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #000;
  
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
p, a, h1, h2, h3, span, input, textarea, address,  time, td, label, button {
  font-family: 'Roboto', sans-serif;
  margin-top: 0.5em; /* Отступ сверху */
  margin-bottom: 0.5em; /* Отступ снизу */
}

p, a, td,label {
  font-size: 14px;
}
h1 {
  color:#247ab4;
  font-size:20px;
}
h2 {
  color:#247ab4;
  font-size:17px;
}
h3 {
  color:#247ab4;
  font-size:14px;
}

a {
  color:#000;
  text-decoration: none;
}

header {
  width: 100%;
  min-width: 930px;
  background-color: #247ab4;
}


header p {
  display: block;
  color:#f2f2f2;
}

header  p.city, header  a.city {
  display: inline;
}

header  a {
  text-decoration: underline;
  color:#fff;
  display: block;
}

header .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin:0 auto;
  width: 930px;
  padding:20px 0;
}

header .row .container {
  width: 220px;
  margin-right:10px;
}

header .row .container:last-child {
  margin-left:0;
}

header .row .container img {
  margin-top:15px;
}

header .row .container a.phone {
  margin-top:15px;
  margin-bottom: 5px;
}

header .row .container a.phone, header .row .container a.mail {
  font-weight: 500;
  font-size:16px;
  color:#fff;
}

header .row .container button, header .row .container a.open_modal {
  border:none;
  display: block;
  background-color: #f44336;
  text-align: center;
  color:#fff;
  width: 100%;
  padding:8px 0;
  margin-top:10px;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}

header .row .container address {
  font-weight: 500;
  font-size:16px;
  text-decoration: underline;
  margin-top:15px;
  margin-bottom: -1px;
  line-height: 1.2;
  color:#fff;
}

header .row .container:last-child {
  text-align: right;
}

header .row .container  a.cart {
  color:#fff;
  font-size:16px;
  margin-top:15px;
  text-decoration: none;
}

header .row .container input {
  border:none;
  padding: 7px 0 5px;
  display: block;
  width: 100%;
  text-align: center;
  font-size:16px;
  color:#04426c;
  margin-top:32px;
}

nav {
  width: 100%;
  min-width: 930px;
  background-color: #f2f2f2;
}

nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin:0 auto;
  width: 930px;
  flex-wrap: wrap;
}

nav ul li {
  padding:15px 10px;
}
nav ul li:hover {
  background-color: #247ab4;
}

nav ul li a {
  color:#04426c;
  font-weight: 500;
  font-size:16px;
}

nav ul li:hover a {
  color:#fff;
}

nav ul li.has_child {
  position: relative;
}

nav ul li.has_child:hover ul.child {
  display:block;
  background-color:#fff;
  position: absolute;
  top:45px;
  left:0;
  max-width: 220px;
}

nav ul li.has_child ul.child {
  display: none;
  border-bottom: 5px solid #247ab4;
  min-width: 230px;
}

nav ul li.has_child ul.child  li:hover {
  background-color: #fff;
}

nav ul li.has_child ul.child  li {
  padding:7px 20px;

}

nav ul li.has_child ul.child  li a:before {
  display: inline-block;
  content: "\2022";
  font-size: 30px;
  color: #247ab4;
  margin-right: 5px;
  margin-top: -7px;
}

nav ul li.has_child ul.child  li:last-child a:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 17px;
  background-image: url('/catalog/view/theme/default/image/rekvz.png');
  font-size: 30px;
  color: #247ab4;
  margin-right: 5px;
  margin-top: -7px;
}

nav ul li.has_child ul.child  li a {
  color:#247ab4;
}

.content {
  padding-top:30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-width: 930px;
  background-color: #f2f2f2;
}

.content.product {
  background-color: #fff;
}

ul.category {
  background-color: #fff;
  width: 210px;
  display: block;
  margin-right: 30px;
  border: 1px solid #f2f2f2;
}

 ul.category li {
  padding:10px 10px;
}

 ul.category li:hover, ul.category li.active {
  background-color: #247ab4;
}

 ul.category li a {
  color:#247ab4;
  font-weight: 500;
  font-size:16px;
}

 ul.category li.level_ch a {
   color:#000;
 }



ul.category li:hover a,  ul.category li.active a {
  color:#fff;
}
ul.category ul.sub_category li:hover {
  background-color: #fff;
}
ul.category ul.sub_category li a {
  color:#0f0f0f;
}

.content .main_content {
  display: block;
  max-width: 690px;
}

.content .main_content .slider .slider_item {
  position: relative;
}

.content .main_content .slider .slider_item img {

}

.content .main_content .slider .slider_item p.title {
  position: absolute;
  top:20px;
  left:30px;
  z-index: 2;
  color:#cc0026;
  font-weight: 500;
  font-size:16px;
}

.content .main_content .slider .slider_item p {
  position: absolute;
  top:50px;
  left:40px;
  font-weight: 500;
  font-size:2.85em;
  color:#247ab4;
  max-width: 250px;
  top:100px;
  left:30px;
}

.content .main_content .slider .slider_item  a {
  position: absolute;
  right:30px;
  display: block;
  width: 165px;
  background-color: #247ab4;
  color:#fff;
  border-radius: 3px;
  bottom:20px;
  padding:10px 0;
  text-align: center;
  font-size:16px;
  font-weight: 500;
}

.items  {
  display: block;

}

.items .items_title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin:25px 0;
  align-items: flex-end;
}

.items .items_title p {
  font-size:24px;
  font-weight: 500;
  color:#247ab4;
}

.items .items_title  a {
  color:#696969;
  font-size:16px;
  font-weight: 500;
}

.items .row {
  margin-top:25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
	flex-wrap: wrap;
}

.items .row .container {
  margin-right:9px;
  margin-left:9px;
  width: 170px;
  background-color: #fff;
  padding:15px 20px 10px;
	margin-bottom: 30px;
  border: 1px solid #f2f2f2;
}

.items .row .container p.title {
  color:#04426c;
  font-size:16px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 15px;
}

.items .row .container p.new {
  color:#1a9841;
}

.items .row .container p.supersale {
  color:#7bbdff;
}

.items .row .container p.sale  {
  color:#f8540b;
}

.items .row .container img {
  margin:15px 0;
}


.items .row .container table tr td:last-child {
  text-align: right;
}


.items .row .container table tr td {
  color:#04426c;
  padding:3px 0;
}

.items .row .container a:not(.enter) {
  background-color: #247ab4;
  color: #fff;
  border-radius: 3px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-top:10px;
}

.items .row .container p.price {
  text-align: center;
  color: #247ab4;
  font-weight: 500;
  padding:10px 0;
}

.items .row .container button.delete {
  color:red;
  text-align: center;
  background-color: #fff;
  border:none;
  font-weight: 500;
  cursor: pointer;
  display: block;
  margin:10px auto;
}


.content_white {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  min-width: 930px;
  background-color: #fff;
}

.main_content_white_wrapper {
  width:930px;
  margin:0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.main_content_white {
  display: block;
  width: 690px;
}

.main_content_white .items .row {
  margin-top:0;
}


.items_new {
  margin-top:60px;
  margin-bottom: 30px;
}

.row_content {
  width: 100%;
  min-width: 930px;
}

.row_content_wrapper {
  max-width: 930px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin:0 auto;
  padding:30px 0;
}



.row_content .container {
  width: 690px;
}

.row_content .container .title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 25px 0;
  align-items: flex-end;
}

.row_content .container .title p {
  font-size: 24px;
  font-weight: 500;
  color: #247ab4;
}

.row_content .container .title a {
  color: #696969;
  font-size: 16px;
  font-weight: 500;
}

.row_content .container .article img {
  max-width: 240px;
  display: inline-block;
}

.row_content .container .article p {
  max-width: 420px;
  color:#0f0f0f;
  line-height: 1.4;
  display: inline-block;
}

.row_content.gray .container .article img {
  margin-right: 20px;
}
.row_content.white .container .article img {
  margin-left:25px;
}

.row_content.gray {
  background-color: #f2f2f2;
}

.row_content.blue {
  background-color: #247ab4;
}


.row_content.blue .container .title p.big {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.row_content.blue .container .title p.small {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.row_content.blue .container form {
  display: block;
  background-color: #fff;
}

.row_content.blue .container form  {
  padding:25px 0 30px;
}

.row_content.blue .container form .wrapper {
  width: 450px;
  display: block;
  margin:  0 auto;
}

.row_content.blue .container form .wrapper input, .row_content.blue .container form .wrapper label, .row_content.blue .container form .wrapper textarea {
  display: block;
}

.row_content.blue .container form .wrapper label, .checkout label {
  color:#247ab4;
  display: block;
}

.row_content.blue .container form .wrapper input, .row_content.blue .container form .wrapper textarea {
  width: 100%;
  margin-bottom: 25px;
  padding:5px;
  border:1px solid #f2f2f2;
  margin-top:5px;
}

.row_content.blue .container form .wrapper input[type="submit"] {
  display: block;
  width: 165px;
  background-color: #1a9841;
  color: #fff;
  border-radius: 3px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;

}

.row_content.blue .container form .wrapper input::-webkit-input-placeholder, .row_content.blue .container form .wrapper textarea::-webkit-input-placeholder {
  color:#f2f2f2;
  font-size:16px;
  padding:0 10px;
}

.row_content.blue .container form .wrapper input::-moz-placeholder , .row_content.blue .container form .wrapper textarea::-moz-placeholder  {
  color:#f2f2f2;
  font-size:16px;
  padding:0 10px;
}

.row_content.blue .container form .wrapper input:-ms-input-placeholder , .row_content.blue .container form .wrapper textarea:-ms-input-placeholder   {
  color:#f2f2f2;
  font-size:16px;
  padding:0 10px;
}

.row_content.blue .container form .wrapper input:-moz-placeholder  , .row_content.blue .container form .wrapper textarea:-moz-placeholder   {
  color:#f2f2f2;
  font-size:16px;
  padding:0 10px;
}


.opros p  {
  display: block;
  color:#247ab4;
  margin-bottom: 20px;
}

.opros form div {
  margin:10px 0;
}

.opros form div input[type="checkbox"] {
  width: 15px;
  height: 15px;
  background-color: #fff;
}

.opros form div  label {
  color:#0f0f0f;
  font-size: 16px;
  padding-top:3px;
  display: inline-block;
}

.opros form .button {
  margin:30px 0;
}

.opros form .button p {
  display: inline-block;
  margin:10px 0 0 30px;
  font-size:16px;
  font-weight: 500;
}

.opros form .button a.download {
  display: inline-block;
  background-color: #fff;
  color:#247ab4;
  width: 210px;
  text-align: center;
  border-radius: 3px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.opros form .button p a {
  text-decoration: underline;
  color:#247ab4;
  font-size:16px;
  font-weight: 500;
}

footer {
  margin-top:70px;
  min-width: 930px;
  padding:25px 0;
  width: 100%;
  background-color: #247ab4;
}

footer .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin:0 auto;
  width: 930px;
  flex-wrap: wrap;
}

footer .row .container {
  width: 210px;
}

footer .row .container:last-child {
  padding-top:60px;
}

footer .row .container  p.title {
  font-weight: 500;
}

footer .row .container  p {
  color:#fff;
  font-size:16px;
  margin-bottom: 20px;
  line-height: 1.2;

}

footer .row .container a {
  color:#fff;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
}

.post_footer {
  width: 100%;
  min-width: 930px;
  color:#fff;
  background-color: #04426c;
}

.post_footer p {
  display: block;
  width: 930px;
  color:#fff;
  margin:  0 auto;
  padding:10px 0;
  font-weight: normal;
}


.catalog {
  width: 930px;
  display: block;
  margin: 0 auto;
}

.catalog .breadcrumbs {
  margin:20px 0;
}

.breadcrumbs li a:after {
  content: '->';
  display: inline-block;
}

.breadcrumbs li:last-child a:after {
  content: ' ';
  display: inline-block;
}

.catalog .breadcrumbs li {
  display: inline-block;
}

.catalog .breadcrumbs li  a, .catalog .breadcrumbs li span {
  color:#696969;
  font-size:14px;
}

.catalog .breadcrumbs li  a.active {
  color:#04426c;
}

.catalog h1 {
  color:#04426c;
  font-size:28px;
  font-weight: 500;
}

.catalog .filters {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.catalog .filters p {
  color:#696969;
  padding-top:15px;
}

.catalog .filters p.sort {
  display: inline-block;
  padding-top:12px;

}

.catalog .filters  button {
  padding:10px 20px;
  border:1px solid #f2f2f2;
  background-color: #fff;
  color:#696969;
  cursor: pointer;
}

.catalog .filters  button.active {
  background-color: #f2f2f2;
  color:#222222;

}

.parametrs {
  /*background-color: #247ab4;*/
  margin-top:25px;
  padding-top: 10px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-width: 930px;
}

.parametrs .form_param {
  display: block;
  background-color: #fff;
  width: 690px;
}
.parametrs .form_param p.title {
  color: #247ab4;
  font-weight: 500;
  font-size: 16px;
  padding-top:10px;
  padding-left:20px;
  padding-bottom: 25px;
}

.parametrs .form_param form div {
  margin-top:10px;
}

.parametrs .form_param form label {
  width: 230px;
  display: inline-block;
  padding-left:40px;
  color:#04426c;
  font-size:16px;
  margin-top:5px;
}

.parametrs .form_param form input[type="text"] {
  width: 300px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding:5px 0;
}

.parametrs .form_param form div p, .parametrs .form_param form input[type="text"].small {
  display: inline-block;
}

.parametrs .form_param form div p {
  color:#696969;
  margin-top:6px;
  margin-right: 20px;
  margin-left:20px;
}

.parametrs .form_param form div p.first {
  margin-left:0;
}



.parametrs .form_param form input[type="text"].small {
  width: 104px;
}


.parametrs .form_param a {
  text-align: center;
  font-size:16px;
  color:#247ab4;
  display: inherit;
  margin:25px 0;
}


.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination li {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding:15px;
  margin-left:15px;
  margin-right: 15px;
  margin-top:5px;
}

.pagination li.active {
  background-color: #247ab4;
}

.pagination li.active span {
  color:#fff;
}

.pagination li a {
  color:#247ab4;
  font-size:16px;
}

.product .main_content {
  width:690px;
}

.product .main_content p.name_product {
  color:#0f0f0f;
  font-size:28px;
}

.product .main_content .info  {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product .main_content .info .photo {
  max-width: 460px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product .main_content .info .photo  img {
  margin-top:20px;
}

.product .main_content .info .main_info {
  margin:0 20px;
}

.product .main_content .info .main_info p {
  color:#247ab4;
  font-size:16px;
  font-weight: 500;
  margin-top:20px;
}
.product .main_content .info .main_info p.price {
  font-size:24px;
  color:#0f0f0f;
}


.product .main_content .info .main_info p.price span {
  font-size: 16px;
  display: block;
}

.product .main_content .info .main_info a.cart, .product .main_content .info .main_info button {
  display: block;
  width: 165px;
  background-color: #247ab4;
  color: #fff;
  border-radius: 3px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin:15px 0;
  border:none;
}

.product .main_content .info .main_info a.callback {
  display: block;
  width: 165px;
  background-color: #fff;
  color: #247ab4;
  border:1px solid #f2f2f2;
  border-radius: 3px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin:15px 0;
}

.product .main_content .description {
  margin:30px 0 40px;
}
.product .main_content .description h2.mini_h {
  color:#247ab4;
  font-size:16px;
  margin-bottom: 10px;
}
.product .main_content .description h2.mini_h {
  margin-top:20px;
}

.product .main_content .description p.mini_h {
  color:#247ab4;
  font-size:16px;
  margin-bottom: 10px;
}


.product .main_content .description p.mini_h {
  margin-top:20px;
}

.product .main_content .description table tr td {
  padding-right:20px;
  line-height: 1.2;
}
.product .main_content .description table.list tr td {
  padding-right:50px;
  line-height: 1.2;
  border: 1px solid #000;
  padding: 1px;
}

.cart .row {
  margin-top:0;
}

.catalog p.sum {
  text-align: left;
  color: #04426c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 15px;
}

.catalog p.sum span:first-child {
  display: none;
}

.catalog .filters a.checkout {
  display: block;;
  width: 200px;
  text-align: center;
  background-color: #1a9841;
  color:#fff;
  padding:10px 0;
  text-transform: uppercase;
  border-radius: 3px;
}

.info .main_content .description {
  margin-top:0;
}

.info .main_content .description img {
  max-width: 100%;
}

.contact_page p.title {
  color: #247ab4;
  font-weight: 500;
  font-size: 16px;
  padding-left:20px;
  padding-right: 20px;
  padding-bottom: 20px;
  display: inline-block;
  border-bottom: 4px solid #247ab4;
  margin-bottom: 25px;
}
.contact_page .row_add {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

  .contact_page .row_add .block_add {
    margin-bottom: 60px;
  }

.contact_page .row_add  .block_add p.title {
  padding-left:5px;
  padding-right: 5px;
  padding-top:0;
  padding-bottom: 0;
  margin:0;
  font-size:14px;
  color:#696969;
  border:none;
}

.contact_page .row_add  .block_add p {
  padding-left:5px;
  padding-right: 5px;
  padding-bottom: 25px;
  padding-top:3px;
  color:#04426c;
  font-size:16px;
}

.contact_page .row_add  .map {
  margin-right: 20px;
  max-width: 450px;
  width: 100%;
  overflow: hidden;
}

.tabs{
  display:inline-block;
 }

 .tabs > div{
   padding-top:10px;
 }

.tabs ul{
    margin:0px;
    padding:0px;
}

.tabs ul:after{
  content:"";
  display:block;
    clear:both;
    height:5px;
}
.tabs ul li{
margin:0px;
padding:0px;
cursor:pointer;
display:block;
float:left;
color: #247ab4;
font-weight: 500;
font-size: 16px;
padding-left: 20px;
padding-bottom: 20px;
margin-bottom: 25px;
padding-right: 20px;
font-family: 'Roboto';
}

.tabs ul li.active, .tabs ul li.active:hover{
border-bottom: 4px solid #247ab4;
}
.tabs ul li:hover{

}


@media (max-width: 930px) {
  header {
    min-width: 100%;
  }

  header p, header .row .container address {
    padding-left:5px;
  }

  header .row .container button, header .row .container a.open_modal, header .row .container a.phone, header .row .container a.mail {
    margin-left:5px;
  }

  header .row .container a.open_modal {
    margin-left:5px;
    margin-right: 5px;
    width: 95%;
  }

  header .row .container input {
    margin-left: 5px;
    margin-right: 5px;
    width: 95%;
  }

  header .row {
    width: 100%;
  }

  header .row .container {
    width: 23%;
  }

  header .row .container img {
    max-width: 95%;
    padding-left:5px;
  }

  header  p.city, header  a.city {
    padding-left:5px;
  }


  nav {
    min-width: 100%;
  }

  nav ul {
    width: 100%;
  }

  .content {
    min-width: 100%;
    justify-content: space-between;
  }

  ul.category {

    width: 20%;
    margin-left:0;
  }
  .content .main_content {
    width: 80%;
  }

  .content .main_content .slider .slider_item img {
    max-width: 100%;
  }

  .content_white {
    min-width: 100%;
  }

  .row_content .container .title p {
    padding-left:5px;
  }

  .row_content .container .title a {
    padding-right: 5px;
  }

  .row_content .container .article p {
    padding-left: 5px
  }

  .main_content_white_wrapper {
    width: 100%;
  }

  .main_content_white {
    width: 80%;
  }

  .row_content {
    min-width: 100%;
  }

  .row_content .container {
    width: 80%;
  }

  .row_content.blue .container .title p.small {
    padding-right: 5px;
  }

  .opros p {
    padding-left:5px;
  }

  .opros form .button a.download {
    margin-left:5px;
  }

  footer .row .container  p {
    padding-left:5px;
  }

  footer {
    margin-top: 0;
    min-width: 100%;
  }

  footer .row {
    width: 100%;
  }

  footer .row .container {
    width: 25%;
  }

  .catalog .breadcrumbs li  a {
    padding-left:5px;
  }

  .catalog h1 {
    padding-left:5px;
}

  .catalog .filters {
    padding:0 5px;
  }

  .checkout .main_content {
    padding-left:5px;
  }

  .post_footer {
    width: 100%;
    min-width: 100%;
  }

  .post_footer p {
    padding-left:5px;
    padding-right: 5px;
    width: 90%;
  }

  .catalog {
    width: 100%;
  }

  .parametrs {
    width: 100%;
    min-width: 100%;
  }

  .items .items_title p {
    padding-left:5px;
  }
  .items .items_title  a {
    padding-right: 5px;
  }

  .product .main_content p.name_product {
    padding-left:5px;
    padding-top:10px;
  }

  .product .main_content .description p.mini_h {
    padding-left:5px;
  }

    .product .main_content .description h2.mini_h {
    padding-left:5px;
  }
  
  .product .main_content .description table {
    margin-left:5px;
  }

  .product .main_content .description p  {
    padding-left:5px;
    padding-top:10px;
  }


}

@media (max-width: 775px) {
  header .row .container {
    width: 48%;
    margin-right: 1%;
  }

  header .row .container:nth-child(3), header .row .container:nth-child(4) {
    margin-top: 30px;
  }

  ul.category {
    width: 100%;
    margin-right: 0;
  }

  .content .main_content {
    width: 100%;
    max-width: 100%;
  }

    .content .main_content .slider {
      background-color: #fff;
    }

  .content_white {
    justify-content: flex-start;
  }

  .main_content_white_wrapper {
    justify-content: flex-start;
  }

  .main_content_white {
    width: 100%;
  }

  .row_content .container {
    width: 100%;
  }

  .row_content .container .article img, .row_content.gray .container .article img, .row_content.white .container .article img {
    max-width: 37%;
    margin-right: 1%;
    margin-left:1%;
  }

  .row_content .container .article p {
    width: 58%;
    max-width: 58%;
  }

  footer .row .container {
    width: 50%;
  }

}

@media (max-width: 800px) {
  .content.product .main_content {
    width: 70%;
  }
  .product .main_content .info .photo  img {
    max-width: 100%;
  }
}
@media (max-width: 570px) {
  .catalog .filters p {
    width: 100%;
  }

  .catalog .filters div {
    width: 100%;
    margin-top:25px;
  }

  .parametrs .form_param form input[type="text"] {
    margin-left:40px;
  }

  .article_new {
    margin-top:10px;
  }

}


@media (max-width: 490px) {
  .row_content.blue .container form .wrapper {
    width: 90%;
  }
}


@media (max-width: 440px) {
  header .row .container {
    width: 100%;
  }

  header .row .container:first-child {
    margin-bottom: 30px;
  }

  header .row .container img {
    float:left;
  }

  .content .main_content .slider .slider_item p:not(.title) {
    display: none;
  }

  .items .row .container {
    width: 100%;
  }

  .row_content .container .article img, .row_content.gray .container .article img, .row_content.white .container .article img {
    max-width: 90%;
  }

  .row_content .container .article p {
    width: 90%;
    max-width: 90%;
  }

  footer .row .container {
    width: 100%;
  }

    .parametrs .form_param form input[type="text"] {width: 220px;}

}

.checkout .form-group {
  display: block;
  margin:5px 0;
}

.checkout .form-group input {
  max-width: 450px;
  margin-bottom: 25px;
  padding:5px;
  border:1px solid #f2f2f2;
  margin-top:5px;
}

.checkout .buttons input[type="button"] {
  background-color: #247ab4;
  color: #fff;
  border-radius: 3px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
  border:none;
  width: 200px;
}

.checkout table {
  width: 100%;
  margin:40px 0 20px 0;

}
.checkout table tr {
  border-bottom: 1px solid #ccc;
}
.checkout table td {
  padding:5px 0;
}

.checkout .text-danger {
  color:red;
  font-family: 'Roboto', sans-serif;
  margin-top:-10px;
  margin-bottom: 10px;
}

#payment-method {
 display:none;
 }

 .modal_div {
	width: 300px;
	height:200px; /* Рaзмеры дoлжны быть фиксирoвaны */
	background: #fff;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	margin-top: -150px;
	margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 20px 10px;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
.modal_div .modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}

.modal_div p.title {
  text-align: center;
  margin: 10px auto 0;
  display: block;
  color:#04426c;
}

.modal_div form {
  width: 250px;
  margin:20px auto 0;
  display: block;
}

.modal_div form input, .modal_div form textarea {
  width: 200px;
  margin: 10px auto;
  display: block;
}

.modal_div form input[type="submit"] {
  border: none;
display: block;
background-color: #f44336;
text-align: center;
color: #fff;
width: 200px;
padding: 8px 0;
margin-top: 10px;
cursor: pointer;
font-size: 16px;
text-decoration: none;
}
/* Пoдлoжкa */
#overlay {
	z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%;
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}

.article_new .art_n_1 {
  display: block;
  position: relative;
}

.article_new .art_n_1 .art_n_1_1 {
  position: absolute;
  bottom:25px;
  left:20px;
}
.article_new .art_n_1 .art_n_1_1 time {
  display: block;
  margin-bottom: 10px;
  color:#696969;
}

.article_new .art_n_1 .art_n_1_1 p {
  font-weight: 500;
  font-size:20px;
  color:#04426c;
  padding:0;
  margin:0;
}

.article_new p {
  font-size:16px;
  color:#04426c;
  display: block;
  margin-top:10px;
  margin-bottom: 40px;
  padding-left:20px;
  padding-right: 20px;
}

.article_new p.text a {
  color:#247ab4;
  font-size:16px;
  text-decoration: underline;
}






.article_new .vac_n_1 {
  display: block;
  position: relative;
  padding-left:10px;
  padding-right: 10px;
}

.article_new .vac_n_1 .vac_n_1_1 time {
  display: block;
  margin-bottom: 10px;
  color:#696969;
}

.article_new .vac_n_1 .vac_n_1_1 p {
  font-weight: 500;
  font-size:20px;
  color:#247ab4;
  padding:0;
  margin:0;
}

.article_new p.vac {
  padding-left:10px;
  padding-right: 10px;
}


#search {
  position: relative;
}

#search button {
  position: absolute;
  top:0;
  right: 40px;
  background-color: #fff;
  width: 16px;
  height: 16px;
  background-image: url('/catalog/view/theme/default/image/search_ico.png');
}


.category-description {
  border-bottom: 1px solid rgba(109, 109, 109, 0.3);
  max-width: 673px;
  margin: 0 auto 20px;
  padding-bottom: 10px;
}