body, html {
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  color: rgb(52, 65, 80);
  font-size: 16px;
  background: #fff;
}

a {
  outline: none;
  color: #004f74;
}

.ghost-footer {
  height: 150px;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -150px;
}

.errorMessage, .help-block {
  color: red;
  font-size: 12px;
}

footer {
  height: 180px;
}

#toTop {
  border: 1px solid #004f74;
  bottom: 80px;
  color: #004f74;
  cursor: pointer;
  display: none;
  font-size: 40px;
  padding: 5px 10px 7px;
  position: fixed;
  right: 20px;
}
#toTop:hover {
  background: #004f74 none repeat scroll 0 0;
  color: #ffffff;
}

.text {
  line-height: 1.4em;
  text-align: justify;
}
.text ul {
  margin-left: 10px;
  margin-bottom: 10px;
}
.text ul li {
  list-style: square outside;
  padding-left: 5px;
}
.text p {
  line-height: 2;
  margin-bottom: 7px;
}
.text strong, .text b {
  font-weight: bold;
}
.text h1 {
  font-size: 28px;
}
.text h2 {
  font-size: 24px;
}
.text h3 {
  font-size: 18px;
}
.text h4 {
  font-size: 14px;
}
.text h5 {
  font-size: 12px;
}
.text h6 {
  font-size: 10px;
}
.text small {
  font-size: 10px;
}
.text i {
  font-style: italic;
}

.ui-autocomplete .ui-menu-item strong {
  font-weight: bold;
}

.main-title {
  text-align: center;
  font-size: 40px;
  padding: 30px 0 45px;
}

.icon {
  display: inline-block;
}

header {
  padding: 10px 0;
}
header .slogan {
  font-weight: bold;
  margin-top: 20px;
}
header .phone-info {
  display: none;
  position: absolute;
  z-index: 100;
}
header .phone-info .phone-info-wrap {
  background: #fff;
  padding: 15px 20px;
}
header .phone-info:before {
  content: " ";
  margin-left: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
}
header .phone-info .item a {
  display: flex;
  align-items: center;
  color: #344150;
}
header .phone-info .item + .item {
  margin-top: 20px;
}
header .phone-info .item .code-item {
  font-size: 14px;
}
header .phone-info .item .phone-item {
  font-size: 22px;
  margin: 0 10px;
}
header .phone-info .item .operator-item {
  font-size: 12px;
  color: #999999;
}
header .phone-block {
  cursor: pointer;
  margin-top: 20px;
  display: flex;
}
header .phone-block .code {
  font-size: 14px;
}
header .phone-block .code span {
  font-weight: bold;
}
header .phone-block .phone {
  margin-left: 10px;
  font-size: 32px;
}
header .phone-block-group:hover .phone-info, header .phone-block-group.active .phone-info {
  display: block;
}
header .cart-block {
  font-size: 12px;
  float: right;
}

.head-line {
  background: #006297;
  padding: 10px 0;
  font-size: 12px;
  color: #fff;
}
.head-line a {
  color: #fff;
}
.head-line span {
  font-weight: bold;
}
.head-line span + span {
  margin-left: 20px;
}
.btn-primary {
  background: #fc4c02;
}

.cart-btn {
  display: flex;
}
.cart-btn .cart-ico {
  margin-top: 10px;
  border-radius: 100%;
  display: inline-block;
  padding: 10px;
  position: relative;
  font-size: 25px;
}
.cart-btn .cart-ico .count-product {
  position: absolute;
  background: #004f74;
  border-radius: 100%;
  padding: 1px 4px;
  color: #fff;
  top: 0;
  font-size: 12px;
}
.cart-btn .cart-info {
  font-size: 12px;
  color: #999999;
  margin-top: 18px;
  margin-left: 10px;
}
.cart-btn .total-block {
  color: #363636;
  font-size: 16px;
  margin-bottom: 5px;
}

.main-slider {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  background: url("/images/background-slider.jpg");
}
.main-slider .description {
  display: block;
  position: absolute;
  top: 5%;
  left: 55%;
  font-size: x-large;
}
.main-slider a {
  color: #000;
}

footer {
  line-height: 1.4;
  background: #0e1320;
  padding: 20px 0;
  color: #fff;
}
footer .menu {
  margin-bottom: 15px;
}
footer .menu a {
  color: #fff;
}
footer .menu menu {
  list-style: none;
}
footer .menu menu li {
  float: left;
}
footer .menu menu li + li {
  margin-left: 5px;
}
footer .menu menu li + li a {
  border-left: #bbb solid 1px;
  padding-left: 5px;
}
footer .menu menu:after {
  content: " ";
  display: block;
  clear: both;
}
footer .container {
  z-index: 1;
  position: relative;
}
footer .about a {
  color: #fff;
  text-decoration: underline;
}
footer .new-year-wrap {
  margin-top: 90px;
  position: relative;
}
footer .new-year {
  width: 75%;
  height: 5px;
  background: #f70f38;
}
footer .new-year:after {
  background: url("/images/footer-new-year.png") no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -36px;
  width: 100%;
  height: 300px;
  background-position: right;
}

.menu-block {
  background: #000;
}
.menu-block a {
  color: #ffffff;
}
.menu-block nav > ul {
  list-style: none;
  text-transform: uppercase;
}
.menu-block nav > ul > li {
  padding: 16px 0;
  float: left;
}
.menu-block nav > ul > li + li {
  margin-left: 20px;
}
.menu-block nav > ul > li img {
  width: 38px;
}
.menu-block nav .icons {
  margin-top: -14px;
  margin-bottom: 5px;
  float: right;
}
.menu-block #dl-menu {
  z-index: 2;
}
.menu-block #dl-menu button {
  background: #004f74;
}
.menu-block #dl-menu > ul {
  width: 300px;
  background: #fff;
}
.menu-block #dl-menu > ul a {
  color: #004f74;
}
.menu-block .dl-menuwrapper {
  width: 48px;
}
.menu-block .dl-menuwrapper button:hover, .menu-block .dl-menuwrapper button.dl-active, .menu-block .dl-menuwrapper ul {
  background: #fff;
}

.change-slider {
  position: absolute;
  z-index: 99;
  margin-left: 60px;
  bottom: 35px;
}

.change-slider a {
  text-decoration: underline;
  font-size: 13px;
  color: #004f74;
  background-color: #FFF;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
}

.change-slider .active {
  text-decoration: none;
  color: #FFF;
  background-color: #004f74;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
}

.slider-ico {
  background: url("/images/slider.png") no-repeat scroll 0 -26px transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 1px;
  height: 18px;
  margin: 0 4px;
  position: relative;
  top: 4px;
  width: 74px;
}

.slider-ico i {
  background: url("/images/slider.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  font-size: 1px;
  height: 21px;
  margin: 0 5px;
  position: absolute;
  top: -8px;
  width: 35px;
}

h1 {
  margin-top: 20px;
  font-size: 32px;
  color: #444;
}

.breadcrumb {
  margin-bottom: 0px;
  margin-top: 5px;
  background: none;
  font-size: 12px;
  color: #b4b4b4;
  padding-left: 0;
}
.breadcrumb a {
  color: #848484;
}

.content-page {
  background: url("/images/background-our-production.jpg");
  background-size: cover;
  padding-bottom: 40px;
  color: #000;
  min-height: 500px;
}

#catalog-list ul, nav .links ul {
  display: none;
  padding: 0;
  list-style: none;
}
#catalog-list .fa-angle-right, nav .links .fa-angle-right {
  float: right;
  color: #fff;
}
#catalog-list .list, nav .links .list {
  top: 57px;
  position: absolute;
  z-index: 1000;
  background: #004f74;
}
#catalog-list .list a, nav .links .list a {
  color: #fff;
}
#catalog-list .list li, nav .links .list li {
  padding: 10px 15px;
  transition: all 0.3s ease;
  width: 300px;
  position: relative;
}
#catalog-list .list li ul, nav .links .list li ul {
  background: #004f74;
  top: -1px;
  left: 300px;
  position: absolute;
  border: 1px solid #000;
}

#catalog-list {
  float: left;
}
#catalog-list .title {
  padding: 17px 20px;
  text-transform: uppercase;
  font-weight: bold;
}
#catalog-list:hover .title {
  background: #171e49;
}
#catalog-list:hover .list {
  display: block;
}
#catalog-list:hover .list li {
  float: none;
}
#catalog-list:hover .list li:hover > ul {
  display: block;
}

nav {
  float: left;
}
nav .links {
  padding-left: 15px;
}
nav .links > li:hover > .list {
  display: block;
}
nav .links > li:hover > .list li {
  float: none;
}
nav .links > li:hover > .list li:hover > ul {
  display: block;
}

.filter-block a.item-header {
  display: block;
  padding: 10px;
  background: #004f74;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.filter-block a.item-header i {
  float: right;
  font-size: 20px;
}
.filter-block .item-body {
  padding: 10px;
  border: 1px solid #004f74;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.filter-block + .filter-block {
  margin-top: 10px;
}
.filter-block.close-item .fa-angle-up:before {
  content: "\f107";
}
.filter-block.close-item .item-body {
  display: none;
}
.filter-block .filter-item {
  margin: 2px 0;
  display: flex;
}
.filter-block .filter-item input {
  margin-right: 4px;
}
.filter-block .filter-item label {
  margin-top: 4px;
}

.category-list-block h1 {
  margin-bottom: 20px;
}
.category-list-block .categories {
  background: #004f74;
  padding: 20px 10px;
  border-radius: 6px;
}
.category-list-block .categories .list {
  display: flex;
  flex-wrap: wrap;
}
.category-list-block .categories .list .item {
  padding: 0 10px;
  width: 50%;
  margin-bottom: 15px;
}
.category-list-block .categories a {
  color: #fff;
}

.sorting-block {
  background: #fff;
  border: 1px solid #004f74;
  margin-bottom: 20px;
  display: flex;
  border-radius: 5px;
  padding: 10px 15px;
}
.sorting-block .item {
  display: flex;
}
.sorting-block .item + .item {
  margin-left: 40px;
}
.sorting-block .item .sort-name {
  padding-top: 4px;
  margin-right: 5px;
}
.sorting-block select {
  font-size: 14px;
}

#view-type {
  margin-top: 4px;
  display: flex;
}
#view-type .display-items-btn {
  cursor: pointer;
  margin: 0 5px;
}
#view-type .display-items-btn.active {
  color: #e85202;
}

#count-main {
  margin-top: 4px;
}
#count-main .count-items {
  display: flex;
}
#count-main .count-items .form-item + .form-item {
  margin-left: 5px;
}
#count-main .count-items .form-item .active {
  color: #e85202;
}

.products-list {
  margin: 20px 0;
}
.products-list.hover {
  opacity: 0.5;
}
.products-list .list-view .items {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}
.products-list .list-view .items .img-responsive {
  display: inline-block;
}
.products-list .list-view .items .item {
  padding: 5px;
}
.products-list .list-view .items .wrap-image {
  position: relative;
}
.products-list .list-view .items .wrapper-product {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.products-list .list-view .items .wrapper-product:hover {
  border-color: #00169b;
}
.products-list .list-view .items .item-title {
  font-size: 18px;
  padding: 0 5px;
}
.products-list .list-view .items.colons {
  display: flex;
  flex-wrap: wrap;
}
.products-list .list-view .items.colons .item-content {
  margin-top: 10px;
}
.products-list .list-view .items.colons .image {
  height: 170px;
  overflow: hidden;
}
.products-list .list-view .items.colons .item-title {
  display: inline-block;
  overflow: hidden;
  height: 55px;
}
.products-list .list-view .items.colons .item {
  width: 33%;
  text-align: center;
  margin-bottom: 15px;
}
.products-list .list-view .items.colons .image {
  width: 70%;
  display: inline-block;
}
.products-list .list-view .items.colons.list-4 .item {
  width: 25%;
}
.products-list .list-view .items.rows .wrapper-product {
  border: none;
}
.products-list .list-view .items.rows .wrapper-product:after {
  content: " ";
  clear: both;
  display: block;
}
.products-list .list-view .items.rows .item .image {
  width: 40%;
  float: left;
}
.products-list .list-view .items.rows .item .item-content {
  width: 60%;
  float: left;
}
.products-list .list-view .items.rows .item .price-block {
  text-align: right;
}
.products-list .list-view .items.rows .item:after {
  content: " ";
  clear: both;
  display: block;
}
.products-list .list-view .items.rows .item + .item {
  margin-top: 20px;
  border-top: 1px solid #ababab;
  padding-top: 10px;
}

.product-info-right {
  min-height: 240px;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 15px;
  background: #fff;
}
.product-info-right .price-block {
  text-align: center;
}
.product-info-right .price-block .item-price-block .price {
  font-weight: bold;
  font-size: 26px;
}
.product-info-right .price-block .item-price-block .old-price {
  margin-top: 10px;
}
.product-info-right .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  display: none;
}
.product-info-right .article {
  display: none;
}
.product-info-right .installment {
  text-align: center;
  margin-top: 30px;
}
.product-info-right .installment .title-block {
  font-weight: bold;
  margin-bottom: 15px;
}
.product-info-right .installment .items {
  display: inline-block;
  max-width: 180px;
}
.product-info-right .installment .items .item + .item {
  margin-top: 15px;
}
.product-info-right.sticky {
  position: fixed;
}
.product-info-right.sticky .title {
  display: block;
}
.product-info-right.sticky .article {
  display: block;
}

.labels {
  z-index: 1;
  position: absolute;
  text-align: left;
}
.labels > div {
  color: #fff;
  padding: 4px;
  margin-bottom: 2px;
  display: inline-block;
}
.labels .label-sale {
  background: #dd2424;
}
.labels .label-new {
  background: #00169b;
}
.labels .label-hit {
  background: #366d07;
}
.labels .label-popular {
  background: #f9bd0e;
}

.label-guarantee {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.label-guarantee img {
  display: inline-block;
  width: auto;
}

.product-block .big {
  position: relative;
}

.price-block .count {
  width: 50px;
  text-align: center;
  border-radius: 5px;
}
.price-block .added-to-cart-placeholder {
  display: none;
}
.price-block .product-cart-btn {
  background: #e85202;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 10px 25px;
}
.price-block .up-count, .price-block .down-count {
  padding: 10px;
  border: 1px solid #004f74;
  color: #004f74;
}
.price-block .item-price-block {
  min-height: 36px;
  margin: 10px 0;
}
.price-block .item-price-block .price {
  font-size: 20px;
}
.price-block .item-price-block .price.sale {
  color: #e46601;
}
.price-block .item-price-block .old-price {
  text-decoration: line-through;
}
.price-block.added-to-cart .product-cart-btn {
  background: #dd2424;
}

.main-filter-wrap {
  margin: 20px 0;
}

h1 {
  margin-bottom: 30px;
}

.pager .next > a {
  float: none;
}

.pager li.active a {
  background: #004f74;
  color: #fff;
}

.product-page {
  margin-bottom: 40px;
}
.product-page .product-info {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-page .product-info .price-block .item-price-block .price {
  font-weight: bold;
  font-size: 20px;
}
.product-page .product-info .price-block .item-price-block .old-price {
  margin-top: 10px;
}
.product-page .article {
  font-size: 14px;
}
.product-page .rating {
  margin: 20px 0;
  display: flex;
}
.product-page .rating .title {
  font-weight: bold;
  margin-right: 10px;
}
.product-page .image-block {
  margin-bottom: 40px;
}
.product-page .image-block .items {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.product-page .image-block .items .item {
  width: 25%;
  border: 1px solid #ccc;
  align-items: center;
  display: flex;
  background: #fff;
}
.product-page .params-block {
  text-align: right;
  margin-top: 30px;
}
.product-page .params-block .param {
  display: flex;
  margin-bottom: 10px;
}
.product-page .params-block .param .title {
  width: 50%;
  text-align: left;
  font-weight: bold;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.product-page .params-block .param .title:after {
  border-bottom: 1px dotted #cccccc;
  position: absolute;
  margin-left: 12px;
  height: 13px;
  content: "";
  width: 100%;
}
.product-page .tab-content {
  background: #fff;
  padding: 15px 20px;
  border-radius: 5px;
}
.product-page .reviews-list {
  margin-top: 15px;
}
.product-page .reviews-list .empty {
  font-size: 12px;
}

.nav-tabs > li > a {
  background: #f4f4f4;
  border-color: #ccc;
}

.tabsWrapper {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.tabsWrapper .clientChoiceTabs {
  font-size: 18px;
}
.tabsWrapper .clientChoiceTabs li {
  color: #a9a9a9;
  display: inline-block;
  padding: 15px 20px;
}
.tabsWrapper .clientChoiceTabs li a {
  color: #a9a9a9;
}
.tabsWrapper .clientChoiceTabs li.active {
  border-bottom: 2px solid #004f74;
}
.tabsWrapper .clientChoiceTabs li.active a {
  color: #004f74;
}

.popUpBasketModal {
  width: 80%;
  max-width: 1000px;
  border-radius: 10px;
  background: #fff;
  margin: 3% auto;
}
.popUpBasketModal .header {
  padding: 20px 0;
  font-size: 24px;
  text-align: center;
  position: relative;
}
.popUpBasketModal .close {
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 28px;
}
.popUpBasketModal .content {
  text-align: center;
}
.popUpBasketModal .content .table-condensed > tbody > tr > th, .popUpBasketModal .content .table-condensed > tbody > tr > td {
  text-align: center;
}
.popUpBasketModal .content .title {
  text-align: left;
  font-weight: bold;
}
.popUpBasketModal .content .pricePopup {
  font-weight: bold;
}
.popUpBasketModal .content .remove-from-cart {
  font-size: 24px;
  cursor: pointer;
  color: #999;
}
.popUpBasketModal .content .good_sum {
  font-weight: bold;
  font-size: 20px;
}
.popUpBasketModal .content input {
  width: 90px;
  text-align: center;
}
.popUpBasketModal .content img {
  max-width: 200px;
}
.popUpBasketModal .content .cartSingleArticle {
  font-size: 12px;
}
.popUpBasketModal .footer {
  padding: 10px 40px;
}
.popUpBasketModal .footer .continueLink {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 40px;
  cursor: pointer;
}
.popUpBasketModal .footer .flex {
  display: flex;
  width: 100%;
}
.popUpBasketModal .footer .cartsTotal {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.popUpBasketModal .footer .cartsTotal #total {
  font-size: 20px;
}
.popUpBasketModal .footer .popupCheckoutButton {
  background: #368B1F none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: #fff;
  outline: medium none;
  padding: 10px 5px;
  border-radius: 2px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  line-height: 20px;
}
.popUpBasketModal .footer .popupCheckoutButton span {
  font-size: 12px;
  text-transform: lowercase;
  font-weight: 300;
}
.popUpBasketModal .footer .checkoutWrap {
  margin-top: -12px;
}

#cart .title {
  font-size: 18px;
  margin-bottom: 15px;
}
#cart .items b {
  font-weight: bold;
}
#cart .total {
  margin-top: 15px;
  font-size: 20px;
}

#login-form {
  margin-bottom: 30px;
}
#login-form .control-label {
  margin-bottom: 6px;
}

.filter-btn {
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: normal;
}

.image-block .discount-info {
  margin-top: 50px;
}
.image-block .discount-info .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.image-block .discount-info .items {
  display: flex;
  flex-wrap: wrap;
}
.image-block .discount-info .items .item {
  width: 48%;
}
.image-block .discount-info .items .item + .item {
  margin-left: 2%;
}

.search-result-wrap {
  position: relative;
  display: none;
}
.search-result-wrap .search-result .title {
  text-align: center;
  font-size: 18px;
  margin: 15px 0 10px;
  font-weight: bold;
  clear: both;
}
.search-result-wrap .close {
  float: none;
  position: absolute;
  right: 0;
  font-size: 30px;
}

.search-block {
  margin-top: 18px;
  position: relative;
}

.search-block i {
  color: #000;
  cursor: pointer;
  vertical-align: middle;
  font-size: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.search-block input[type=text] {
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 4px 10px;
}

.search-block input:-moz-placeholder {
  color: #fff;
}

.search-block input::-webkit-input-placeholder {
  color: #fff;
}

.search-block input:-moz-placeholder {
  color: transparent;
}

.search-block input::-webkit-input-placeholder {
  color: transparent;
}

.search-block-container {
  margin: 40px 0 20px;
  padding-right: 40px;
}

.search-block-container i {
  float: right;
  font-size: 24px;
  margin-top: -30px;
  margin-right: 8px;
}

.categories-block {
  padding: 40px 0;
  background: #fff;
}
.categories-block .title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  color: #444;
}
.categories-block .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.categories-block .items .item {
  text-align: center;
  width: 25%;
  margin-bottom: 30px;
}
.categories-block .items .item .image {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  height: 200px;
}
.categories-block .items .item .image .img-responsive {
  display: inline-block;
}
.categories-block .items .item .image a {
  margin: 0 auto;
}
.categories-block .items .item .wrap {
  padding: 0 20px;
}

.brands {
  margin: 40px 0;
}
.brands .items {
  display: flex;
  flex-wrap: wrap;
}
.brands .items .item {
  text-align: center;
  width: 20%;
  margin-bottom: 30px;
}

.brands-block, .brands-list {
  padding: 40px 0;
}
.brands-block .title, .brands-list .title {
  margin-bottom: 20px;
  font-size: 32px;
  color: #444;
}
.brands-block .more-link, .brands-list .more-link {
  text-align: center;
  font-size: 20px;
  margin: 15px 0;
}

.brands-list.white {
  background: #fff;
}
.brands-list .items {
  display: flex;
  flex-wrap: wrap;
}
.brands-list .items .item {
  width: 20%;
}

.category-index {
  background: #fff;
}
.category-index .category-item-block {
  padding: 20px;
  border-collapse: collapse;
  border: 1px solid #004f74;
}
.category-index .category-item-block .title {
  font-size: 20px;
  color: #444;
  margin-bottom: 15px;
}
.category-index .category-item-block .items {
  display: flex;
  flex-wrap: wrap;
}
.category-index .category-item-block .items .item {
  width: 50%;
}
.category-index .category-item-block .items .item .wrap {
  margin: 10px;
  padding: 10px;
  border-bottom: 1px solid #004f74;
}
.category-index .category-item-block .items .item a {
  display: flex;
  align-items: center;
}
.category-index .category-item-block .items .item img {
  margin-right: 10px;
  max-width: 40px;
}

.slider-products {
  padding: 40px 0 0;
  background: #fff;
}
.slider-products .title {
  margin-bottom: 20px;
  font-size: 32px;
  color: #444;
  text-align: center;
}
.slider-products .items {
  text-align: center;
}
.slider-products .items .wrapper-product {
  margin: 0 10px;
}
.slider-products .more-link {
  text-align: center;
  font-size: 20px;
  margin: 15px 0;
}
.slider-products .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: left;
  font-size: 50px;
  color: #004f74;
}
.slider-products .owl-nav .owl-prev {
  position: relative;
  left: -20px;
  background: none;
}
.slider-products .owl-nav .owl-next {
  position: relative;
  float: right;
  right: 0;
  background: none;
}
.slider-products .owl-nav .owl-stage-outer {
  position: relative;
  z-index: 1;
}

.profile-menu {
  margin-top: 40px;
}
.profile-menu .title {
  font-size: 20px;
  margin-bottom: 15px;
}

.right-block {
  background: #fff;
  margin-bottom: 40px;
}

@media all and (max-width: 768px) {
  #filter {
    display: none;
  }
  .sorting-block {
    display: block;
  }
  .sorting-block .item + .item {
    margin-left: 0;
    margin-top: 10px;
  }
  .products-list .list-view .items.colons .item, .products-list .list-view .items.colons.list-4 .item {
    width: 100%;
  }
  .head-line {
    line-height: 20px;
  }
  .categories-block .items .item {
    width: 50%;
  }
  footer .new-year {
    width: 100%;
  }
  footer .new-year:after {
    display: none;
  }
  .main-slider .description {
    top: -1%;
    left: 43%;
    font-size: x-small;
    font-size: 10px;
  }
}
.brands-list {
  background: #fff;
  text-align: center;
}

@media all and (max-width: 550px) {
  h1 {
    font-size: 24px;
  }
  .popUpBasketModal .order-one-click {
    margin: 30px 0;
  }
  .category-index .category-item-block .items .item {
    width: 100%;
  }
  .brands-list .items .item {
    width: 50%;
  }
  .main-slider .description {
    position: relative;
  }
  footer {
    height: auto;
  }
}
.block-text {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  margin: 20px 0;
}

.fast-menu {
  margin: 50px 0;
}
.fast-menu .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fast-menu .items a {
  color: #000;
}
.fast-menu .items .item {
  background: #c4c7cc;
  width: 30%;
  display: flex;
  padding: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.fast-menu .items .item .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  width: 60%;
}
.fast-menu .items .item .image {
  width: 40%;
}

@media all and (max-width: 768px) {
  .fast-menu .items .item {
    width: 100%;
  }
}