table {
  width: 100%;
  border: 1px solid #cdd2d5;
}
table th, table td {
  padding: 12px 10px;
  line-height: 1.2;
  text-align: left;
  font-size: 15px;
  border: 1px solid #cdd2d5;
  color: #3c414d;
}
table td {
  color: #596974;
}
.search {
  float: right;
  width: 427px;
  margin-bottom: 20px;
}
.search::after {
  content: "";
  display: block;
  clear: both;
}
.search #inputSearch {
  width: 100%;
  float: left;
  border: 1px solid #596974;
  padding: 11px 57px 11px 13px;
  color: #596974;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  height: 44px;
  margin-right: -52px;
}
.search #inputSearch::-webkit-input-placeholder {
  color: #596974;
  opacity: 1;
  transition: opacity 0.3s;
}
.search #inputSearch::-moz-placeholder {
  color: #596974;
  opacity: 1;
  transition: opacity 0.3s;
}
.search #inputSearch:-moz-placeholder {
  color: #596974;
  opacity: 1;
  transition: opacity 0.3s;
}
.search #inputSearch:-ms-input-placeholder {
  color: #596974;
  opacity: 1;
  transition: opacity 0.3s;
}
.search #inputSearch:focus::-webkit-input-placeholder {
  opacity: 0.2;
}
.search #inputSearch:focus::-moz-placeholder {
  opacity: 0.2;
}
.search #inputSearch:focus:-moz-placeholder {
  opacity: 0.2;
}
.search #inputSearch:focus:-ms-input-placeholder {
  opacity: 0.2;
}
.search .btn {
  width: 52px;
  height: 44px;
  float: left;
  border: 1px solid #596974;
  background: url(../images/search.png) center no-repeat;
  font-size: 0;
  outline: 0;
  cursor: pointer;
}
.section_top_sales {
  margin-top: 70px;
}
.section_top_sales .products {
  clear: both;
  padding: 30px 8px 0;
}
.section_top_sales .products::after {
  content: "";
  display: block;
  clear: both;
}
.section_top_sales .products .product {
  width: 290px;
  border: 1px solid transparent;
  padding: 15px 19px 25px;
  float: left;
  height: 437px;
  margin: 0 12px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.11);
  transition: border-color 0.3s, box-shadow 0.3s;
  position: relative;
}
.section_top_sales .products .product .image {
  height: 183px;
  text-align: center;
  overflow: hidden;
}
.section_top_sales .products .product .image img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.section_top_sales .products .product .name {
  margin: 10px 0 0;
  text-align: center;
  font-size: 16px;
  height: 48px;
  display: block;
  color: #3c414d;
}
.section_top_sales .products .product .price {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.section_top_sales .products .product .in_stock {
  margin-top: 15px;
  line-height: 42px;
  background: #ecf6f0;
  text-align: center;
  color: #184587;
  font-size: 14px;
}
.section_top_sales .products .product .in_stock.no {
  color: #e73e21;
}
.section_top_sales .products .product .order_btn {
  line-height: 55px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #184587;
  text-transform: uppercase;
  text-align: center;
  margin-top: 14px;
  display: block;
  background: #fff;
  transition: background-color 0.3s, color 0.3s;
}
.section_top_sales .products .product:hover {
  border-color: #cdd2d5;
  box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.11);
}
.section_top_sales .products .product:hover .order_btn {
  background-color: #184587;
  color: #fff;
}
.section_top_sales .products .product .top, .section_top_sales .products .product .new {
  position: absolute;
  top: 15px;
  left: 0;
  background: #e73e21;
  line-height: 34px;
  font-size: 13px;
  color: #fff;
  padding: 0 10px 0 12px;
}
.section_top_sales .products .product .top::after, .section_top_sales .products .product .new::after {
  content: "";
  position: absolute;
  left: 100%;
  border-top: 17px solid #e73e21;
  border-bottom: 17px solid #e73e21;
  border-right: 9px solid transparent;
}
.section_top_sales .products .product .new {
  background: #517b63;
  left: auto;
  right: 0;
}
.section_top_sales .products .product .new::after {
  left: auto;
  right: 100%;
  border-top: 17px solid #517b63;
  border-bottom: 17px solid #517b63;
  border-left: 9px solid transparent;
  border-right: 0;
}
.section_top_sales .show_all {
  display: inline-block;
  margin-top: 30px;
  color: #e73e21;
  font-size: 16px;
}
.section_categories {
  margin-top: 70px;
  padding: 40px 0 77px;
  background: url(../images/categories-bg.jpg) center top no-repeat;
  background-size: cover;
}
.section_categories .section_title {
  color: #fff;
  margin-bottom: 40px;
}
.section_categories .categories {
  padding: 0 50px;
}
.section_categories .categories::after {
  content: "";
  display: block;
  clear: both;
}
.section_categories .category {
  float: left;
  width: 20%;
  height: 200px;
  border-top: 1px solid #61646c;
  border-right: 1px solid #61646c;
  padding: 20px 15px 0;
  cursor: pointer;
  border-bottom: 7px solid transparent;
  transition: border-color 0.3s;
  position: relative;
}
.section_categories .category:nth-child(1), .section_categories .category:nth-child(2), .section_categories .category:nth-child(3), .section_categories .category:nth-child(4), .section_categories .category:nth-child(5) {
  padding-top: 0;
  height: 180px;
  border-top: 0;
}
.section_categories .category:nth-child(5n) {
  border-right: 0;
}
.section_categories .category::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent;
  transition: border-color 0.3s;
}
.section_categories .category .ico {
  height: 80px;
  display: block;
}
.section_categories .category .ico img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section_categories .category .name {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.section_categories .category ul {
  position: absolute;
  background: #3c414d;
  left: -50px;
  right: -50px;
  top: 50%;
  padding: 15px 22px;
  border: 1px solid #5b5f66;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.11);
  margin: 7px 0 0;
  list-style-type: none;
  z-index: -10;
  visibility: hidden;
  opacity: 0;
  transition: top 0.3s, opacity 0.3s;
}
.section_categories .category ul a {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
}
.section_categories .category ul a:hover {
  color: #e73e21;
}
.section_categories .category ul a::before {
  content: "";
  position: absolute;
  left: -13px;
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #e73e21;
  top: 50%;
}
.section_categories .category:hover {
  border-bottom-color: #fff;
}
.section_categories .category:hover::after {
  border-bottom-color: #fff;
}
.section_categories .category:hover ul {
  top: 100%;
  opacity: 1;
  z-index: 10;
  visibility: visible;
}
.section_advantages {
  margin-top: 60px;
}
.section_advantages .advantages {
  margin-top: 80px;
  border: 7px solid #596974;
  padding-bottom: 35px;
}
.section_advantages .advantages::after {
  content: "";
  display: block;
  clear: both;
}
.section_advantages .advantages .advantage {
  width: 25%;
  float: left;
  text-align: center;
}
.section_advantages .advantages .advantage .ico {
  width: 146px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -44px;
  background: #fff;
}
.section_advantages .advantages .advantage .big_text {
  margin-top: 27px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
}
.section_advantages .advantages .advantage .sm_text {
  font-size: 14px;
}
.section_partners {
  margin-top: 65px;
}
.section_partners .partners {
  margin-top: 32px;
  clear: both;
}
.section_partners .partners::after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  margin-top: -1px;
  z-index: 1;
  position: relative;
}
.section_partners .partners .partner {
  width: 20%;
  float: left;
  border-bottom: 1px solid #cdd2d5;
  border-right: 1px solid #cdd2d5;
  height: 195px;
  font-size: 0;
  margin-top: -1px;
  text-align: center;
}
.section_partners .partners .partner:nth-child(5n) {
  border-right: 0;
}
.section_partners .partners .partner::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.section_partners .partners .partner img {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  max-width: 90%;
}
.section_breadcrumbs {
  padding-top: 34px;
}
.section_breadcrumbs::after {
  content: "";
  display: block;
  clear: both;
}
.section_breadcrumbs .breadcrumb {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.section_breadcrumbs .breadcrumb li {
  display: inline;
  line-height: 20px;
  font-size: 14px;
  color: #184587;
  font-style: italic;
}
.section_breadcrumbs .breadcrumb li::after {
  content: "/";
  display: inline-block;
  margin: 0 6px;
}
.section_breadcrumbs .breadcrumb li:last-child::after {
  content: "";
  display: none;
}
.section_breadcrumbs .breadcrumb li a {
  color: #596974;
}
.section_content {
  margin: 70px 0;
  font-size: 16px;
}
.section_content.inner {
  margin-top: 11px;
  padding-top: 50px;
  border-top: 1px solid #e2e2e2;
}
.section_content.sm_margin {
  margin: 30px 0;
}
.section_content h1, .section_content .h1, .section_content h2, .section_content .h2, .section_content h3, .section_content .h3 {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 25px;
}
.section_content h1:first-child, .section_content .h1:first-child, .section_content h2:first-child, .section_content .h2:first-child, .section_content h3:first-child, .section_content .h3:first-child {
  margin-top: 0;
}
.section_content ul {
  list-style-type: none;
}
.section_content ul li {
  position: relative;
}
.section_content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #e73e21;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 8px;
}
.section_articles {
  background: #e6e8ea;
  padding-top: 1px;
  margin-bottom: -70px;
  padding-bottom: 1px;
}
.section_articles .article {
  background: #fff;
  position: relative;
  z-index: 1;
  margin: 30px 0;
  padding: 35px;
  overflow: hidden;
}
.section_articles .article h2 {
  background: #ecf6f0;
  margin-left: -35px;
  padding: 17px 20px 17px 35px;
  font-size: 24px;
  line-height: 26px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.section_articles .article a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  width: 230px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #184587;
  margin-top: 15px;
}
.section_articles .pagination-block {
  text-align: center;
  margin: 30px 0;
}
.section_articles .pagination-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.section_articles .pagination-block ul li {
  display: inline-block;
  margin: 0 10px;
}
.section_articles .pagination-block ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border: 2px solid #184587;
  font-size: 18px;
  text-decoration: none;
  background: transparent;
  transition: background 0.3s;
}
.section_articles .pagination-block ul li a:hover, .section_articles .pagination-block ul li a.active {
  background: #fff;
}
.section_catalog {
  background: #e6e8ea;
  padding: 30px 0;
}
.section_catalog .products .product {
  background: #fff;
  margin-bottom: 20px;
  height: 465px;
}
.section_catalog .products .product .name {
  height: 66px;
  overflow: hidden;
  font-size: 15px;
}
.section_catalog .products .product .price {
  height: 36px;
}
.section_catalog .catalog_element {
  margin-top: 25px;
  padding: 38px 0;
}
.section_catalog .catalog_element:first-child {
  margin: 0;
}
.section_catalog .catalog_element::after {
  content: "";
  display: block;
  clear: both;
}
.section_catalog .catalog_element .img {
  margin: -38px -11px -38px 0;
  border: 11px solid #596974;
  position: relative;
  float: left;
  width: 235px;
  height: 353px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section_catalog .catalog_element .img:before {
  content: "";
  border: 4px solid #e6e8ea;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}
.section_catalog .catalog_element .description {
  background: #fff;
  min-height: 280px;
  position: relative;
  z-index: 1;
  margin-left: 224px;
  padding: 35px 60px 35px;
  overflow: hidden;
}
.section_catalog .catalog_element .description .name {
  display: block;
  background: #ecf6f0;
  margin-left: -50px;
  padding: 17px 20px 17px 50px;
  font-size: 24px;
  line-height: 26px;
  color: #184587;
  text-decoration: underline;
}
.section_catalog .catalog_element .description .text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 20px;
}
.section_catalog .catalog_element .description .text span {
  font-weight: bold;
}
.section_catalog .catalog_element .description .price {
  margin-top: 25px;
  font-size: 24px;
  line-height: 1;
}
.section_catalog .catalog_element .description .price .red {
  color: #e73e21;
  font-size: 15px;
}
.section_catalog .catalog_element .description .price .red span {
  font-size: 24px;
  font-weight: bold;
}
.section_catalog .catalog_element .description .readmore {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  width: 230px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #184587;
}
.section_sale_form {
  background: #596974;
  margin: 70px 0;
  padding: 85px 0 55px;
}
.section_sale_form .container {
  padding: 0 77px;
}
.section_sale_form .container::after {
  content: "";
  display: block;
  clear: both;
}
.section_sale_form .left_block {
  float: left;
  width: 335px;
  line-height: 1;
}
.section_sale_form .left_block .title {
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}
.section_sale_form .left_block .text {
  margin-top: 20px;
  font-size: 24px;
  color: #3c414d;
  text-transform: uppercase;
}
.section_sale_form .left_block .text_2 {
  margin-top: 20px;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.section_sale_form .left_block .text_2 span {
  display: inline-block;
  line-height: 120px;
  padding: 0 15px;
  background: #e73e21;
  font-size: 48px;
  vertical-align: middle;
}
.section_sale_form form {
  margin-left: 385px;
}
.section_sale_form form .left {
  float: left;
}
.section_sale_form form .right {
  float: right;
}
.section_sale_form form .textfield, .section_sale_form form textarea {
  height: 60px;
  width: 362px;
  border: 1px solid #3c414d;
  background: none;
  outline: 0;
  padding: 20px 17px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-style: italic;
  display: block;
  margin-bottom: 15px;
  transition: background 0.3s;
}
.section_sale_form form .textfield::-webkit-input-placeholder, .section_sale_form form textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s;
}
.section_sale_form form .textfield::-moz-placeholder, .section_sale_form form textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s;
}
.section_sale_form form .textfield:-moz-placeholder, .section_sale_form form textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s;
}
.section_sale_form form .textfield:-ms-input-placeholder, .section_sale_form form textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s;
}
.section_sale_form form .textfield:focus::-webkit-input-placeholder, .section_sale_form form textarea:focus::-webkit-input-placeholder {
  opacity: 0.2;
}
.section_sale_form form .textfield:focus::-moz-placeholder, .section_sale_form form textarea:focus::-moz-placeholder {
  opacity: 0.2;
}
.section_sale_form form .textfield:focus:-moz-placeholder, .section_sale_form form textarea:focus:-moz-placeholder {
  opacity: 0.2;
}
.section_sale_form form .textfield:focus:-ms-input-placeholder, .section_sale_form form textarea:focus:-ms-input-placeholder {
  opacity: 0.2;
}
.section_sale_form form .textfield.error, .section_sale_form form textarea.error {
  background: #925a51;
}
.section_sale_form form .info {
  font-style: italic;
}
.section_sale_form form .info span {
  color: #fff;
}
.section_sale_form form textarea {
  height: 135px;
  resize: vertical;
}
.section_sale_form form .btn {
  height: 60px;
  line-height: 60px;
  width: 362px;
  background: #184587;
  border: 0;
  cursor: pointer;
  outline: 0;
  font-size: 20px;
  color: #fff;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.section_sale_form.light {
  background: #cdd2d5;
}
.section_sale_form.light .left_block .title {
  color: #184587;
}
.section_sale_form.light .left_block .text_2 {
  color: #e73e21;
}
.section_sale_form.light .left_block .text_2 span {
  color: #fff;
}
.section_sale_form.light .info span {
  color: #596974;
}
.section_sale_form.light form .textfield, .section_sale_form.light form textarea {
  color: #3c414d;
}
.section_sale_form.light form .textfield::-webkit-input-placeholder, .section_sale_form.light form textarea::-webkit-input-placeholder {
  color: #3c414d;
}
.section_sale_form.light form .textfield::-moz-placeholder, .section_sale_form.light form textarea::-moz-placeholder {
  color: #3c414d;
}
.section_sale_form.light form .textfield:-moz-placeholder, .section_sale_form.light form textarea:-moz-placeholder {
  color: #3c414d;
}
.section_sale_form.light form .textfield:-ms-input-placeholder, .section_sale_form.light form textarea:-ms-input-placeholder {
  color: #3c414d;
}
.product_details_price, .section_product_details .description .price, .section_inner_catalog .group .inner_catalog_element .desc .price {
  margin-top: 33px;
  line-height: 1;
  font-size: 24px;
}
.product_details_price .red, .section_product_details .description .price .red, .section_inner_catalog .group .inner_catalog_element .desc .price .red {
  color: #e73e21;
  font-size: 15px;
}
.product_details_price .red span, .section_product_details .description .price .red span, .section_inner_catalog .group .inner_catalog_element .desc .price .red span {
  font-size: 24px;
}
.section_product_details {
  margin-top: 40px;
}
.section_product_details .img {
  width: 237px;
  height: 357px;
  font-size: 0;
  text-align: center;
  border: 7px solid #596974;
  padding: 7px;
  float: left;
}
.section_product_details .img:before {
  content: "";
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.section_product_details .img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.section_product_details .description {
  margin-left: 287px;
}
.section_product_details .description h1 {
  color: #3c414d;
  line-height: 1;
  margin: 0;
  font-size: 24px;
  border-bottom: 1px solid #cdd2d5;
  padding-bottom: 15px;
}
.section_product_details .description .in_stock {
  font-size: 22px;
  margin-top: 15px;
}
.section_product_details .description .price {
  margin-top: 15px;
}
.section_product_details .description .price.hidden .red {
  color: #596974;
}
.section_product_details .description .order_btn {
  width: 227px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #184587;
  display: block;
  text-align: center;
  padding: 0;
  margin: 23px 0 35px;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
}
.section_product_details .description .order_btn:hover {
  background: #2c599b;
}
.section_inner_catalog .heading {
  font-size: 18px;
  color: #184587;
  text-transform: uppercase;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #cdd2d5;
}
.section_inner_catalog .heading::after {
  content: "";
  display: inline-block;
  background: url(../images/arrow-right.png) center no-repeat;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.section_inner_catalog .heading.active, .section_inner_catalog .heading.i0 {
  border-bottom: 0;
  color: #3c414d;
  text-decoration: none;
}
.section_inner_catalog .heading.active::after, .section_inner_catalog .heading.i0::after {
  display: none;
}
.section_inner_catalog .group_hidden {
  display: none;
}
.section_inner_catalog .show_more {
  display: block;
  text-align: center;
  margin: 50px 0;
  font-size: 18px;
  padding: 10px;
  background: #e8ebec;
  color: #e73e21;
  font-weight: bold;
}
.section_inner_catalog .group {
  display: none;
}
.section_inner_catalog .group#group_0 {
  display: block;
}
.section_inner_catalog .group .inner_catalog_element {
  padding: 30px 0;
  border-bottom: 1px solid #cdd2d5;
}
.section_inner_catalog .group .inner_catalog_element::after {
  content: "";
  display: block;
  clear: both;
}
.section_inner_catalog .group .inner_catalog_element:last-child {
  border-bottom: 0;
}
.section_inner_catalog .group .inner_catalog_element .img {
  float: left;
  width: 189px;
  height: 278px;
  border: 5px solid #596974;
  position: relative;
  padding: 5px;
  font-size: 0;
  text-align: center;
}
.section_inner_catalog .group .inner_catalog_element .img:before {
  content: "";
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.section_inner_catalog .group .inner_catalog_element .img::after {
  content: "";
  width: 5px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: -5px;
  background: #fff;
}
.section_inner_catalog .group .inner_catalog_element .img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.section_inner_catalog .group .inner_catalog_element .desc {
  margin-left: 237px;
}
.section_inner_catalog .group .inner_catalog_element .desc .name {
  font-size: 20px;
  line-height: 34px;
  color: #184587;
  margin-top: 9px;
  line-height: 1;
  margin-bottom: 18px;
}
.section_inner_catalog .group .inner_catalog_element .desc .order_btn {
  width: 227px;
  height: 50px;
  line-height: 46px;
  color: #184587;
  background: #fff;
  display: block;
  text-align: center;
  padding: 0;
  margin: 23px 0 35px;
  border: 2px solid #184587;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.section_inner_catalog .group .inner_catalog_element .desc .order_btn:hover {
  background: #184587;
  color: #fff;
}
.section_footer {
  margin-top: 100px;
  background: #596974;
  padding: 50px 0;
}
.section_footer::after {
  content: "";
  display: block;
  clear: both;
}
.section_footer .left {
  float: left;
  width: 738px;
}
.section_footer .left .menu {
  margin: 0;
  padding: 0 20px 37px 25px;
  border-bottom: 7px solid #4d5964;
  list-style-type: none;
}
.section_footer .left .menu::after {
  content: "";
  display: block;
  clear: both;
}
.section_footer .left .menu li {
  float: left;
}
.section_footer .left .menu li a {
  margin: 0 18px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.section_footer .left .categories {
  padding: 0 40px;
  margin: 20px 0 0;
  list-style-type: none;
  width: 50%;
  float: left;
}
.section_footer .left .categories::after {
  content: "";
  display: block;
  clear: both;
}
.section_footer .left .categories li {
  margin: 10px 0;
}
.section_footer .left .categories li a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.section_footer .copy {
  font-size: 14px;
  margin-top: -25px;
  padding-left: 40px;
}
.section_footer .right {
  border: 7px solid #4d5964;
  width: 542px;
  float: right;
  padding: 0 46px 40px;
}
.section_footer .right .phone {
  width: 350px;
  background: #596974;
  margin: -20px auto 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
}
.section_footer .right .phone::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-bottom: -3px;
  display: inline-block;
  background: url(../images/phone.png) center no-repeat;
  margin-right: 15px;
}
.section_footer .right .address {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.section_footer .right .address::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-bottom: -5px;
  display: inline-block;
  background: url(../images/map_marker.png) center no-repeat;
  margin-right: 12px;
  line-height: 1.5;
}
.section_footer .right .contacts_wrap {
  margin-top: 30px;
  text-align: center;
}
.section_footer .right .contacts_wrap .question {
  font-size: 14px;
  color: #fff;
  margin-right: 70px;
}
.section_footer .right .contacts_wrap .question::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-bottom: -3px;
  display: inline-block;
  background: url(../images/plain.png) center no-repeat;
  margin-right: 12px;
  line-height: 1.5;
}
.section_footer .right .contacts_wrap .email {
  font-size: 14px;
  color: #fff;
}
.section_footer .right .contacts_wrap .email::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-bottom: -3px;
  display: inline-block;
  background: url(../images/mail.png) center no-repeat;
  margin-right: 12px;
  line-height: 1.5;
}
.section_footer .right .map {
  width: 100%;
  height: 165px;
  background: #ecdfd7;
  margin-top: 25px;
}
.screen, .msg_screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99;
}
.msg_screen {
  z-index: 101;
}
.popup {
  width: 450px;
  height: auto;
  position: absolute;
  top: -1000px;
  left: 50%;
  margin-left: -225px;
  padding: 30px 35px 25px;
  background: #fff;
  z-index: 100;
  border-radius: 5px;
}
.popup.msg_popup {
  z-index: 102;
}
.popup .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.popup .title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}
.popup p {
  margin-bottom: 5px;
}
.popup .form-control, .popup textarea {
  height: 40px;
  line-height: 20px;
  padding: 10px 14px;
  font-size: 12px;
  border: 0;
  outline: 0;
  background: #ededed;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1) inset;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.popup .form-control.error, .popup textarea.error {
  background: #faa;
}
.popup .form-control.error::-webkit-input-placeholder, .popup textarea.error::-webkit-input-placeholder {
  color: #757575;
}
.popup .form-control.error::-moz-placeholder, .popup textarea.error::-moz-placeholder {
  color: #757575;
}
.popup .form-control.error:-moz-placeholder, .popup textarea.error:-moz-placeholder {
  color: #757575;
}
.popup .form-control.error:-ms-input-placeholder, .popup textarea.error:-ms-input-placeholder {
  color: #757575;
}
.popup textarea {
  height: 100px;
  resize: vertical;
}
.popup textarea.order-list {
  height: 60px;
}
.popup .btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 30px;
  color: #fff;
  border: none;
  outline: 0;
  background: #184587;
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
}
@media screen and (max-width: 1300px) {
  .section_top_sales .products .product {
    width: 284px;
  }
  .section_footer .left {
    width: auto;
    float: none;
  }
  .section_footer .left::after {
    content: "";
    display: block;
    clear: both;
  }
  .section_footer .right {
    float: none;
    width: auto;
    margin: 30px auto 0;
  }
  .section_footer .copy {
    margin-top: 30px;
  }
  .section_catalog .catalog_element {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .section_catalog .catalog_element .img {
    margin-top: -33px;
    margin-bottom: -33px;
  }
  .section_catalog .catalog_element .description .text {
    height: 40px;
    overflow: hidden;
  }
  .section_sale_form .container {
    padding: 0;
  }
  .section_sale_form form {
    margin-left: 335px;
  }
  .section_sale_form form .textfield, .section_sale_form form textarea, .section_sale_form form .btn {
    width: 295px;
  }
}
@media screen and (max-width: 959px) {
  table td, table th {
    font-size: 14px;
    padding: 7px 5px;
  }
  .section_top_sales .products {
    padding-left: 0;
    padding-right: 0;
  }
  .section_top_sales .products .product {
    width: 226px;
  }
  .section_categories .category {
    width: 33.333%;
  }
  .section_categories .category:nth-child(5), .section_categories .category:nth-child(4) {
    border-right: 1px solid #61646c;
    border-top: 1px solid #61646c;
    height: 200px;
    padding-top: 20px;
  }
  .section_categories .category:nth-child(5n) {
    border-right: 1px solid #61646c;
  }
  .section_categories .category:nth-child(3n) {
    border-right: 0;
  }
  .section_partners .partners .partner {
    width: 33.333%;
  }
  .section_partners .partners .partner:nth-child(3n) {
    border-right: 0;
  }
  .section_partners .partners .partner:nth-child(5n) {
    border-right: 1px solid #cdd2d5;
  }
  .section_sale_form .left_block {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .section_sale_form form {
    margin: 50px 0 0;
  }
  .section_sale_form form .textfield, .section_sale_form form textarea, .section_sale_form form .btn {
    width: 365px;
  }
  .section_catalog .catalog_element {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .section_catalog .catalog_element .img {
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .section_catalog .catalog_element .description {
    height: 339px;
  }
  .section_catalog .catalog_element .readmore {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section_top_sales .products {
    text-align: center;
    font-size: 0;
  }
  .section_top_sales .products .product {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    float: none;
    margin: 0;
  }
  .search {
    float: none;
    width: 100%;
  }
  .section_categories .category {
    width: 50%;
  }
  .section_categories .category:nth-child(3) {
    border-right: 1px solid #61646c;
    border-top: 1px solid #61646c;
    height: 200px;
    padding-top: 20px;
  }
  .section_categories .category:nth-child(3n) {
    border-right: 1px solid #61646c;
  }
  .section_categories .category:nth-child(2n) {
    border-right: 0;
  }
  .section_advantages .advantages {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section_advantages .advantages .advantage {
    width: 50%;
  }
  .section_advantages .advantages .advantage:nth-child(3) .ico, .section_advantages .advantages .advantage:nth-child(4) .ico {
    margin-top: 30px;
  }
  .section_footer .left .menu {
    padding-bottom: 15px;
  }
  .section_footer .left .menu li a {
    margin: 0 16px 20px;
    display: inline-block;
  }
  .section_sale_form form .left, .section_sale_form form .right {
    float: none;
    width: 335px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
  }
  .section_sale_form form .textfield, .section_sale_form form textarea, .section_sale_form form .btn {
    width: 335px;
  }
  .section_catalog .catalog_element {
    padding: 0;
    margin-top: 40px;
  }
  .section_catalog .catalog_element .img {
    margin: 0 auto -11px;
    float: none;
    display: block;
  }
  .section_catalog .catalog_element .description {
    height: auto;
    float: none;
    margin: 0;
    padding: 20px;
  }
  .section_catalog .catalog_element .description .name {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section_catalog .catalog_element .description .readmore {
    float: none;
    margin: 20px auto 0;
    display: block;
  }
  .section_product_details .img {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .section_product_details .description {
    margin-left: 0;
  }
  .section_inner_catalog .group .inner_catalog_element .img {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .section_inner_catalog .group .inner_catalog_element .img::after {
    display: none;
  }
  .section_inner_catalog .group .inner_catalog_element .desc {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 520px) {
  .section_header .container {
    padding: 0;
  }
  .section_advantages .advantages .advantage {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .section_advantages .advantages .advantage:nth-child(2) .ico {
    margin-top: 30px;
  }
  .section_advantages .advantages .advantage .big_text {
    margin-top: 10px;
  }
  .section_partners .partners .partner {
    width: 50%;
  }
  .section_partners .partners .partner:nth-child(2n) {
    border-right: 0;
  }
  .section_partners .partners .partner:nth-child(3n) {
    border-right: 1px solid #cdd2d5;
  }
  .section_footer .right {
    padding: 0 10px 10px;
  }
  .section_footer .right .phone {
    width: 100%;
  }
  .section_footer .right .contacts_wrap .question, .section_footer .right .contacts_wrap .email {
    display: block;
    margin: 20px 0;
  }
  .section_footer .left .categories {
    column-count: 1;
  }
  .section_footer .copy {
    padding-left: 0;
  }
  .section_footer .copy span {
    display: block;
  }
  .section_categories .category {
    width: 100%;
    height: 200px !important;
    padding-top: 20px !important;
    border-right: 0 !important;
    border-top: 1px solid #61646c !important;
  }
  .section_categories .category:first-child {
    border-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .popup {
    left: 10px;
    right: 10px;
    margin: 0;
    padding: 30px 15px 25px;
    width: auto;
  }
}
@media screen and (max-width: 420px) {
  .section_sale_form .left_block {
    width: 300px;
  }
  .section_sale_form form .left, .section_sale_form form .right {
    width: 300px;
  }
  .section_sale_form form .textfield, .section_sale_form form textarea, .section_sale_form form .btn {
    width: 300px;
  }
}
