body {
  background: #029ab5;
}
header {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
header .contacts {
  text-align: right;
}
header .contacts a {
  font-family: 'Tahoma';
  font-size: 16px;
  color: #042e83;
  text-decoration: underline;
}
header .contacts a:hover {
  text-decoration: none;
}
header .contacts a:after {
  content: '';
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 5px;
  background: url('../images/icons/cube.png') no-repeat;
}
header .topMenu {
  background: #f2f2f2;
  margin: 20px 0px;
}
header .topMenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
header .topMenu ul li {
  display: inline-block;
}
header .topMenu ul li a {
  display: inline-block;
  padding: 15px 10px;
  font-family: 'Tahoma';
  font-size: 16px;
  color: #042e83;
  text-transform: uppercase;
  text-decoration: none;
  border-right: 1px solid #e5e5e5;
}
header .topMenu ul li:last-child a {
  border-right: 0px solid #e5e5e5;
}
header .slogan div {
  border-left: 2px solid #1d9a52;
  padding: 10px 0px 10px 20px;
}
header .slogan div p {
  font-family: 'Tahoma';
  font-size: 18px;
  color: #042e83;
  text-transform: uppercase;
  font-weight: bolder;
  margin: 0px;
}
header .phones p {
  font-family: 'Tahoma';
  font-size: 20px;
  color: #042e83;
  text-transform: uppercase;
  margin: 0px;
  text-align: right;
}
footer {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
}
footer .bonusFooter div {
  border: 2px solid #1d9a52;
  position: relative;
  margin-top: 30px;
}
footer .bonusFooter div h2 {
  display: inline-block;
  padding: 0px 10px;
  background: #fff;
  position: absolute;
  top: -21px;
  text-transform: uppercase;
  left: 28%;
  font-family: 'Tahoma';
  font-size: 24px;
  color: #000;
}
footer .bonusFooter div ul {
  list-style: none;
  margin: 0px;
  padding: 30px 30px 0px 30px;
  display: flex;
  flex-wrap: wrap;
}
footer .bonusFooter div ul li {
  display: inline-block;
  width: 48%;
  font-family: 'Tahoma';
  font-size: 13px;
  color: #042e83;
  text-transform: uppercase;
  display: flex;
  flex: 1 0 50%;
  align-items: center;
  margin-bottom: 30px;
}
footer .bonusFooter div ul li:before {
  content: '';
  width: 37px;
  height: 37px;
  display: inline-block;
  background: #cccccc;
  margin-right: 20px;
}
footer .adressFooter div {
  border: 2px solid #1d9a52;
  position: relative;
  margin-top: 30px;
  display: flex;
  flex-flow: column wrap;
  text-align: center;
  padding: 28px;
}
footer .adressFooter div p {
  font-family: 'Tahoma';
  font-size: 20px;
  color: #042e83;
  margin-bottom: 5px;
}
footer .adressFooter div p:last-child {
  font-weight: bolder;
}
footer .adressFooter div p:last-child span {
  border-bottom: 2px solid #042e83;
  color: #042e83;
  font-size: 23px;
  position: relative;
  top: 1px;
  left: 10px;
}
footer .footer {
  background: #252a3a;
  margin-top: 30px;
  margin-bottom: -20px;
}
footer .footer .copyright {
  float: left;
  padding: 10px 0px;
}
footer .footer .copyright p {
  margin: 0px;
  font-family: 'Tahoma';
  font-size: 14px;
  color: #dcdcdc;
  padding: 0px 0px 5px 0px;
}
footer .footer .footerPhones {
  float: right;
  margin-top: 20px;
  text-align: right;
}
footer .footer .footerPhones p {
  font-family: 'Tahoma';
  font-size: 21px;
  color: #fefefe;
  margin: 0px;
  display: inline-block;
  padding: 0px 0px 0px 10px;
}
.itemsList {
  margin-top: 30px;
}
.itemsList .list {
  padding: 0px;
  list-style: none;
}
.itemsList .title {
  display: flex;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 30px;
}
.itemsList .title > div {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.itemsList .title > div > a {
  background: #d95f02;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #b7b7b7;
  font-family: 'Tahoma';
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-weight: bold;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-height: 75px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.itemsList .title.category {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
  width: 100%;
}
.itemsList .title.category h1 {
  background: #c2f200;
  display: flex;
  width: 100%;
  font-family: 'Tahoma';
  font-size: 30px;
  color: #042e83;
  text-transform: uppercase;
  padding: 10px;
  font-weight: bold;
  align-items: center;
  text-align: left;
  min-height: 75px;
  margin: 0px;
}
.itemsList .childCategory {
  border: 1px solid #f1f1f1;
}
.itemsList .childCategory > ul.list {
  margin: 0px;
}
.itemsList .childCategory > ul.list > li .collapsibleTitle {
  border-bottom: 1px solid #f1f1f1;
  background: #fafafa;
}
.itemsList .childCategory > ul.list > li .collapsibleTitle a {
  font-family: 'Tahoma';
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
  font-weight: bold;
}
.itemsList .childCategory > ul.list > li > .collapsible ul {
  margin: 0px;
}
.itemsList .childCategory > ul.list > li > .collapsible li {
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 10px;
}
.itemsList .childCategory > ul.list > li > .collapsible li a {
  font-family: 'Tahoma';
  font-size: 14px;
  color: #4c4c4c;
  text-transform: uppercase;
  text-decoration: underline;
}
.itemsList .childCategory > ul.list > li > .collapsible li a:hover {
  text-decoration: none;
}
.itemsList .childCategory > ul.list > li > .collapsible li span {
  float: right;
  color: #c25705;
}
.itemsList .subCaterogyItem {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
  width: 100%;
}
.itemsList .subCaterogyItem h1 {
  background: #c2f200;
  display: flex;
  width: 100%;
  font-family: 'Tahoma';
  font-size: 30px;
  color: #042e83;
  text-transform: uppercase;
  padding: 10px;
  font-weight: bold;
  align-items: center;
  text-align: left;
  min-height: 75px;
}
.itemsList .subCaterogyItem > ul {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.itemsList .subCaterogyItem > ul li {
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 10px;
}
.itemsList .subCaterogyItem > ul li .img {
  flex: 0 0 150px;
  margin-right: 20px;
}
.itemsList .subCaterogyItem > ul li .img img {
  width: 100%;
}
.itemsList .subCaterogyItem > ul li .text {
  flex: 1 0;
}
.itemsList .subCaterogyItem > ul li .text p {
  font-size: 13px;
}
.itemsList .subCaterogyItem > ul li a {
  font-family: 'Tahoma';
  font-size: 14px;
  color: #4c4c4c;
  text-transform: uppercase;
  text-decoration: none;
}
.itemsList .subCaterogyItem > ul li a:hover {
  text-decoration: underline;
}
.itemsList .subCaterogyItem > ul li span {
  float: right;
  color: #042e83;
}
.itemsList .subCaterogyItem ul.pagination {
  padding: 0px;
  margin: 10px 0 0 0px;
  list-style: none;
}
.itemsList .subCaterogyItem ul.pagination li {
  display: inline-block;
  margin: 0 3px;
}
.itemsList .subCaterogyItem ul.pagination li a {
  font-family: 'Tahoma';
  font-size: 14px;
  color: #4c4c4c;
  padding: 5px 10px;
  border: 1px solid #ccc;
  display: inherit;
}
.itemsList .subCaterogyItem ul.pagination li a:hover {
  background: #c2f200;
}
.itemsList .subCaterogyItem ul.pagination li.active a {
  background: #c2f200;
}
.itemsList .subCaterogyItem ul.pagination li.disabled,
.itemsList .subCaterogyItem ul.pagination li.control {
  display: none;
}
.itemsList .breadcrumbs {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.itemsList .breadcrumbs ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.itemsList .breadcrumbs ul li {
  display: inline-block;
  padding: 0px 5px;
  font-family: 'Tahoma';
  font-size: 14px;
  color: #4c4c4c;
}
.itemsList .breadcrumbs ul li a {
  font-family: 'Tahoma';
  font-size: 14px;
  color: #4c4c4c;
  text-decoration: underline;
}
.itemsList .breadcrumbs ul li a:hover {
  text-decoration: none;
}
.itemsList .item {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
  width: 100%;
}
.itemsList .item h1 {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #b7b7b7;
  font-family: 'Tahoma';
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  padding: 10px;
  font-weight: bold;
  align-items: center;
  text-align: left;
  min-height: 75px;
  margin-bottom: 20px;
}
.itemsList .item div {
  font-family: 'Tahoma';
  font-size: 16px;
  color: #4c4c4c;
  padding: 0px 10px 20px 10px;
}
.itemsList .item div span {
  color: #042e83;
  font-weight: bold;
  padding: 10px;
  font-size: 30px;
  position: relative;
  top: 3px;
}
.itemsList .item div.more_info_item img {
  max-width: 150px;
  float: left;
  margin-right: 20px;
}
.itemsList .item div.more_info_item p {
  font-size: 15px;
}
.itemsList .item div.price {
  font-family: 'Tahoma';
  font-size: 20px;
  color: #4c4c4c;
  text-transform: uppercase;
}
.itemsListMain .parent {
  display: flex;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 30px;
}
.itemsListMain .parent .category {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
  width: 100%;
}
.itemsListMain .parent .category > a {
  background: #c2f200;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #b7b7b7;
  font-family: 'Tahoma';
  font-size: 18px;
  color: #042e83;
  text-transform: uppercase;
  padding: 10px;
  font-weight: bold;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-height: 75px;
  margin-bottom: 20px;
}
.itemsListMain .parent .category > ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
  border: 1px solid #f1f1f1;
  border-bottom: 0px solid #f1f1f1;
}
.itemsListMain .parent .category > ul li {
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.itemsListMain .parent .category > ul li a {
  font-family: 'Tahoma';
  font-size: 14px;
  color: #4c4c4c;
  text-transform: uppercase;
  text-decoration: none;
}
.itemsListMain .parent .category > ul li a:hover {
  text-decoration: underline;
}
.itemsListMain .parent .category > ul li span {
  float: right;
  color: #042e83;
}
.itemsListMain .parent .category .subCategory {
  border: 1px solid #f1f1f1;
}
.itemsListMain .parent .category .subCategory > a {
  font-family: 'Tahoma';
  font-size: 15px;
  color: #042e83;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid #f1f1f1;
  background: #fafafa;
  width: 100%;
}
.itemsListMain .parent .category .subCategory > a:hover {
  background: #dcf47a;
  text-decoration: underline;
}
.itemsListMain .parent .category .subCategory > ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.itemsListMain .parent .category .subCategory > ul li {
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.itemsListMain .parent .category .subCategory > ul li a {
  font-family: 'Tahoma';
  font-size: 14px;
  color: #4c4c4c;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 30px;
}
.itemsListMain .parent .category .subCategory > ul li a:hover {
  text-decoration: underline;
}
.itemsListMain .parent .category .subCategory > ul li span {
  float: right;
  color: #042e83;
}
.itemsListMain .parent .category .subCategory > ul li:last-child {
  border-bottom: 0px solid #f1f1f1;
}
.itemsListMain .parent.last-child {
  flex: 1 0 100%;
  max-width: 100%;
}
.itemsListMain .parent.last-child .category a {
  margin-bottom: 0px;
}
.arrow {
  float: right;
}
.arrow i {
  background: url("../images/icons/arrow.png") no-repeat;
  height: 22px;
  width: 22px;
  display: inline-block;
  float: right;
}
.stock_list {
  background: #fff;
  padding: 10px;
}
.stock_list .item_stock {
  border-bottom: 1px solid #ccc;
  margin: 0px;
  padding: 15px 0;
}
.stock_list .item_stock .title_stock a {
  font-family: 'Tahoma';
  font-size: 25px;
  color: #042e83;
  text-transform: uppercase ;
}
.stock_list .item_stock .stock_preview {
  margin: 10px 0px;
}
.stock_list .item_stock .prices .old_price {
  text-decoration: line-through;
  font-family: 'Tahoma';
  font-size: 18px;
  color: #042e83;
}
.stock_list .item_stock .prices .new_price {
  font-family: 'Tahoma';
  font-size: 25px;
  color: #FF0000;
  margin-left: 10px;
}
.stock_list .item_stock img {
  width: 100%;
}
@media screen and (min-width: 240px) and (max-width: 576px) {
  header .logo {
    text-align: center;
  }
  header .contacts {
    text-align: center;
    margin-top: 20px;
  }
  header .slogan div p {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
  }
  header .phones p {
    text-align: center;
  }
  footer .footer .copyright {
    width: 100%;
    text-align: center;
  }
  footer .footer .footerPhones {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  footer .footer .footerPhones p {
    width: 100%;
    text-align: center;
  }
  footer .bonusFooter div h2 {
    left: 25px;
    font-size: 22px;
  }
  footer .bonusFooter div ul li {
    width: 100%;
  }
  .itemsList .subCaterogyItem > ul li {
    flex-wrap: wrap;
  }
  .itemsList .subCaterogyItem > ul li .img {
    flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .itemsList .subCaterogyItem > ul li .img img {
    width: 100%;
  }
  .itemsList .subCaterogyItem > ul li .text {
    flex: 1 0;
  }
  .itemsList .subCaterogyItem > ul li .text p {
    font-size: 13px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  header .logo {
    text-align: center;
  }
  header .contacts {
    text-align: center;
    margin-top: 20px;
  }
  header .slogan div p {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
  }
  header .phones p {
    text-align: center;
  }
  .itemsList .subCaterogyItem > ul li {
    flex-wrap: wrap;
  }
  .itemsList .subCaterogyItem > ul li .img {
    flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .itemsList .subCaterogyItem > ul li .img img {
    width: 100%;
  }
  .itemsList .subCaterogyItem > ul li .text {
    flex: 1 0;
  }
  .itemsList .subCaterogyItem > ul li .text p {
    font-size: 13px;
    margin-bottom: 0px;
  }
  footer .footer .copyright {
    width: 100%;
    text-align: center;
  }
  footer .footer .footerPhones {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  footer .footer .footerPhones p {
    width: 100%;
    text-align: center;
  }
  footer .bonusFooter div h2 {
    left: 25px;
    font-size: 22px;
  }
  footer .bonusFooter div ul li {
    width: 100%;
    flex: 1 0 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  footer .footer {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  footer .footer .copyright {
    width: 100%;
    text-align: center;
  }
  footer .footer .footerPhones {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  footer .footer .footerPhones p {
    width: 100%;
    text-align: right;
  }
}
