.contentBox, .mainContent {
  width: 1140px;
  margin: 0 auto; }

.mainContent {
  min-height: 60vh; }
  .mainContent::after {
    display: block;
    clear: both;
    content: ' '; }

.breadcrumb {
  margin: 15px 0; }
  .breadcrumb a {
    color: inherit; }
  .breadcrumb > span:last-child {
    color: #ED1B24; }

.leftSidebar {
  float: left;
  width: 250px;
  position: relative; }

.contentBar {
  float: right;
  width: calc(100% - 265px);
  padding-bottom: 30px;
  /*.shop-pane{padding: 30px 0 0 0;}*/ }
  .contentBar > h1 {
    font: bold 38px "Gotham Pro";
    margin: 9px 0 10px 0; }
  .contentBar .catalogList, .contentBar .shop-pane {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around; }
  .contentBar .catListItem {
    width: 30%;
    height: 300px;
    padding: 10px 0;
    margin-bottom: 10px; }
    .contentBar .catListItem .catInfo {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100px; }
    .contentBar .catListItem:hover {
      box-shadow: 0 0 5px rgba(34, 34, 34, 0.6); }
      .contentBar .catListItem:hover .show_all {
        display: block; }
    .contentBar .catListItem .noImg img {
      height: 100%;
      width: auto;
      margin: 0 auto; }
  .contentBar .show_all {
    display: none;
    background: #02014F;
    width: 172px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto; }
    .contentBar .show_all a {
      color: white; }
  .contentBar .block_header {
    width: 100%;
    text-align: center;
    font: bold 16px "Gotham Pro";
    margin-top: 20px; }
    .contentBar .block_header a {
      color: black; }
  .contentBar .shop_cat_img {
    height: 200px;
    overflow: hidden; }
    .contentBar .shop_cat_img img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto; }

.catalogItem {
  width: 100% !important; }

.sortBlock {
  background-color: #02014F;
  display: flex;
  justify-content: space-between; }
  .sortBlock .sort-by {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 15px;
    box-sizing: border-box; }
    .sortBlock .sort-by a {
      color: white; }
  .sortBlock .changeView {
    color: white;
    line-height: 40px;
    font-size: 20px; }
    .sortBlock .changeView .fas {
      margin: 0 10px;
      cursor: pointer; }

.shop-search h3 {
  font-size: 20px;
  margin: 20px 0; }
.shop-search form {
  background-color: #F9F9F9;
  padding: 20px;
  box-sizing: border-box; }
  .shop-search form input[type="submit"] {
    background-color: #02014F;
    display: block;
    width: 130px;
    margin: 0 auto;
    color: white;
    border: none;
    height: 45px;
    font: bold 18px "Gotham Pro"; }
.shop-search .shop_search_article input {
  display: block;
  box-sizing: border-box;
  height: 40px;
  padding-left: 10px;
  width: 100%;
  border: 1px solid #ddd; }
.shop-search .shop_search_price .input-title {
  font-size: 16px;
  margin: 10px 0;
  display: block; }
.shop-search .shop_search_price div {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .shop-search .shop_search_price div label {
    display: flex;
    justify-content: space-around;
    height: 22px;
    line-height: 22px; }
    .shop-search .shop_search_price div label span {
      width: 30%;
      display: inline-block; }
    .shop-search .shop_search_price div label input {
      width: 60%;
      border: 1px solid #707070;
      padding-left: 10px;
      box-sizing: border-box;
      background-color: transparent;
      height: 100%; }
.shop-search .shop_search_param {
  margin: 18px 0 0; }
  .shop-search .shop_search_param .input-title {
    display: block;
    font-weight: bold;
    margin: 0 0 7px; }
.shop-search .shop_search_brand {
  margin: 10px 0 0 0; }
  .shop-search .shop_search_brand .js_shop_search_brand {
    margin-top: 5px; }

.shop-item {
  width: 22.5%;
  height: 320px;
  padding: 10px 10px 0;
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative; }
  .shop-item .block_header {
    width: 100%;
    text-align: center;
    font: bold 16px "Gotham Pro";
    margin-top: 20px; }
    .shop-item .block_header a {
      color: black; }
  .shop-item .shop_anons {
    font-size: 12px;
    color: #707070;
    text-align: left;
    display: none; }
  .shop-item .itemParams {
    display: none; }
  .shop-item .shop_img {
    height: 150px;
    overflow: hidden; }
    .shop-item .shop_img img {
      display: block;
      height: 100%;
      margin: 0 auto; }
  .shop-item .productInfo {
    text-align: center;
    height: calc(100% - 150px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
    box-sizing: border-box; }
    .shop-item .productInfo .shop-item-title {
      color: black;
      font-size: 16px;
      height: 60px;
      padding: 5px 0;
      box-sizing: border-box;
      overflow: hidden;
      display: block; }
    .shop-item .productInfo .shop_param_price {
      height: 30px;
      width: 100%;
      background-color: #F1F1F1;
      line-height: 30px;
      justify-content: center; }
  .shop-item .moreInfoBtn {
    display: none;
    height: 45px !important;
    line-height: 45px;
    background-color: #02014F;
    color: white !important;
    font-size: 14px;
    position: absolute;
    bottom: -5px;
    left: 10px;
    right: 10px; }
  .shop-item:hover .moreInfoBtn {
    display: block; }
  .shop-item:hover .shop_anons {
    display: block; }

.shop-item-container .shop-item-left {
  width: 45%;
  float: left;
  position: relative; }
  .shop-item-container .shop-item-left img {
    width: 100%; }
  .shop-item-container .shop-item-left .shop_all_img {
    position: relative; }
    .shop-item-container .shop-item-left .shop_all_img .shop-item-image {
      display: none; }
    .shop-item-container .shop-item-left .shop_all_img .shop-item-image.active {
      display: block; }
  .shop-item-container .shop-item-left .shop-item-previews a {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 10px 0 0;
    box-sizing: border-box; }
  .shop-item-container .shop-item-left .shop-photo-labels {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%; }
.shop-item-container .shop-item-right {
  width: 53%;
  float: right; }
  .shop-item-container .shop-item-right table {
    width: 100%;
    border-top: 1px solid #ccc; }
    .shop-item-container .shop-item-right table tr:nth-child(2n-1) {
      background-color: #ececec; }
    .shop-item-container .shop-item-right table tr td {
      font: 200 16px "Gotham Pro";
      padding: 5px 0; }
      .shop-item-container .shop-item-right table tr td:first-child {
        padding: 5px 0 5px 5px;
        width: 70%; }
      .shop-item-container .shop-item-right table tr td:last-child {
        padding: 5px 5px 5px 0;
        width: 30%; }
      .shop-item-container .shop-item-right table tr td a {
        color: inherit; }
  .shop-item-container .shop-item-right .shop_param_price {
    font: bold 25px "Gotham Pro";
    margin: 25px 0; }
  .shop-item-container .shop-item-right .shop-item-artikul {
    font-size: 18px;
    margin-bottom: 17px; }
  .shop-item-container .shop-item-right .shop-item-info1 {
    width: 100%;
    background-color: #F9F9F9;
    padding: 18px 12px;
    box-sizing: border-box; }
  .shop-item-container .shop-item-right .shop-item-info2 {
    width: 100%; }
    .shop-item-container .shop-item-right .shop-item-info2 .block {
      width: 49%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #F9F9F9;
      padding: 12px;
      box-sizing: border-box;
      margin-top: 15px; }
      .shop-item-container .shop-item-right .shop-item-info2 .block:nth-child(1) {
        float: left; }
      .shop-item-container .shop-item-right .shop-item-info2 .block:nth-child(2) {
        float: right; }
      .shop-item-container .shop-item-right .shop-item-info2 .block .fas {
        font-size: 40px;
        width: 20%;
        color: #F6C019;
        text-align: center; }
      .shop-item-container .shop-item-right .shop-item-info2 .block div:last-child {
        width: 75%; }
      .shop-item-container .shop-item-right .shop-item-info2 .block p {
        margin: 0; }
    .shop-item-container .shop-item-right .shop-item-info2::after {
      display: block;
      content: ' ';
      clear: both; }
.shop-item-container .shop_preview_img {
  width: 88%;
  white-space: nowrap;
  height: 113px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }
.shop-item-container .control-prev {
  position: absolute;
  bottom: 46px;
  left: 0;
  color: #02014F; }
.shop-item-container .control-next {
  position: absolute;
  bottom: 46px;
  right: 0;
  color: #02014F; }
.shop-item-container .buyBtn {
  display: flex;
  align-items: center; }
  .shop-item-container .buyBtn a {
    margin-left: 5%;
    display: block;
    width: 140px;
    height: 40px;
    color: white;
    background-color: #ED1B24;
    text-align: center;
    font: 200 18px/40px "Gotham Pro"; }
  .shop-item-container .buyBtn .shop_form {
    width: 50%; }
.shop-item-container .shop_text {
  clear: both; }

.shop_text.text {
  margin: 15px 0 0 0; }

.searchList .headParams {
  display: none; }

.headParams {
  width: 100%;
  vertical-align: middle; }
  .headParams .paramsTable {
    display: table;
    width: 100%;
    margin: 0 auto; }
  .headParams .paramsCell {
    display: table-cell;
    font-size: 10px;
    width: 7%;
    text-align: center;
    vertical-align: middle; }
    .headParams .paramsCell p.paramName {
      background: #fff;
      height: 50px;
      margin: 0 auto 17px auto;
      display: flex;
      align-items: center;
      justify-content: center;
      word-break: break-all;
      word-wrap: break-word;
      overflow-wrap: break-word; }

.tableRowView {
  width: 100% !important;
  height: auto !important;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box; }
  .tableRowView:hover {
    background: #d1d1d1; }
  .tableRowView:first-child .shop-item-title {
    vertical-align: bottom !important;
    padding: 0 !important; }
    .tableRowView:first-child .shop-item-title div {
      height: 60%;
      background: #fff;
      margin-bottom: 8px; }
    .tableRowView:first-child .shop-item-title span {
      display: block;
      margin-bottom: 5px; }
  .tableRowView:first-child .priceBox {
    vertical-align: bottom; }
    .tableRowView:first-child .priceBox .shop-item-price {
      height: 30px !important; }
  .tableRowView .shop_img, .tableRowView .shop-photo, .tableRowView .shop_brand {
    display: none; }
  .tableRowView .productInfo {
    display: table;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ddd; }
    .tableRowView .productInfo .shop-item-title, .tableRowView .productInfo .priceBox, .tableRowView .productInfo .itemParams {
      display: table-cell !important; }
    .tableRowView .productInfo .itemParams {
      width: 50%;
      vertical-align: middle; }
      .tableRowView .productInfo .itemParams .paramsTable {
        display: table;
        width: 100%;
        margin: 0 auto; }
      .tableRowView .productInfo .itemParams .paramsCell {
        display: table-cell;
        font-size: 10px;
        width: 7%;
        text-align: center;
        vertical-align: middle; }
        .tableRowView .productInfo .itemParams .paramsCell p.paramName {
          background: #fff;
          height: 50px;
          margin: 0 auto 17px auto;
          display: flex;
          align-items: center;
          justify-content: center;
          word-break: break-all;
          word-wrap: break-word;
          overflow-wrap: break-word; }
    .tableRowView .productInfo .shop_article {
      display: none; }
    .tableRowView .productInfo .shop-item-title {
      height: auto;
      width: 10%;
      font-size: 12px;
      text-align: left;
      vertical-align: middle; }
    .tableRowView .productInfo .priceBox {
      width: 10%;
      background: #fff; }
    .tableRowView .productInfo .shop-item-price {
      width: 100% !important;
      padding: 5px 0;
      height: 100%;
      display: flex !important;
      align-items: center;
      justify-content: center;
      text-align: center; }
    .tableRowView .productInfo .shop_article {
      width: 25%; }
    .tableRowView .productInfo .shop_form {
      width: 100%;
      font-size: 12px; }
  .tableRowView:hover .moreInfoBtn {
    display: none !important; }

.shopID {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #f9f9f9; }
  .shopID .closeShopID {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 20px;
    background-color: #cdcdcd;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: block;
    border-radius: 5px;
    opacity: 0.8; }
    .shopID .closeShopID:hover {
      opacity: 1; }
  .shopID img {
    width: 100%;
    height: auto; }
  .shopID .shop-item-price {
    text-align: center;
    font: bold 25px "Gotham Pro";
    margin: 15px 0; }
  .shopID .buyBtn a {
    display: block;
    width: 100%;
    height: 40px;
    color: white;
    background-color: #ED1B24;
    text-align: center;
    font: 200 18px/40px "Gotham Pro"; }
  .shopID .shop-item-info1 {
    padding: 10px 5px;
    box-sizing: border-box; }
    .shopID .shop-item-info1 .shop-item-artikul {
      margin: 10px 0; }
    .shopID .shop-item-info1 table {
      width: 100%; }
      .shopID .shop-item-info1 table td {
        border: 1px solid #ddd;
        padding: 5px; }
  .shopID .moreInfoBtn {
    height: 45px;
    line-height: 45px;
    background-color: #02014F;
    color: white !important;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 10px; }

#buyForm {
  display: none;
  width: 400px;
  margin-top: 30px; }
  #buyForm > p {
    text-align: center;
    margin: 10px 0;
    font-size: 24px; }
  #buyForm .error_message {
    font-size: 30px;
    font-weight: bold;
    color: black;
    margin: 15px;
    text-align: center; }
  #buyForm .formFields, #buyForm .submitBtn {
    display: flex;
    flex-direction: row;
    margin: 15px 0; }
  #buyForm .feedback_form_param11::before,
  #buyForm .feedback_form_param12::before,
  #buyForm .submitBtn::before {
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    background-color: #ED1B24;
    width: 40px;
    height: 40px;
    color: white;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 40px;
    text-align: center;
    font-weight: 900; }
  #buyForm .feedback_form_param11::before {
    content: '\f007'; }
  #buyForm .feedback_form_param12::before {
    content: '\f095'; }
  #buyForm .submitBtn::before {
    content: '\f0e0';
    background-color: #02014F; }
  #buyForm .submitBtn input {
    background-color: #ED1B24; }
  #buyForm input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    display: block;
    border: none;
    background-color: #02014F;
    color: white; }
    #buyForm input.error_input {
      background-color: #ED1B24; }
    #buyForm input::placeholder {
      color: white; }
    #buyForm input[type="text"] {
      padding-left: 20px; }
  #buyForm .feedback_form_param13 {
    display: none; }
  #buyForm .logoImg {
    background: url("../images/logoFooter.png") no-repeat center center/contain;
    height: 80px;
    width: 100%; }

.news_id .news_all_img {
  float: left;
  margin: 0 10px 10px 0; }

.mainContent .search {
  width: 50%;
  margin-bottom: 5px; }
  .mainContent .search input {
    display: block;
    height: 40px;
    float: left;
    padding: 0 10px;
    border: 1px solid #707070;
    box-sizing: border-box; }
    .mainContent .search input[type="text"] {
      border-right: hidden;
      width: calc(100% - 40px); }
    .mainContent .search input[type="submit"] {
      background: url("../images/search.svg") no-repeat center center/60%, #707070;
      width: 40px; }
  .mainContent .search::after {
    clear: both;
    display: block;
    content: ' '; }

.faq.block {
  height: auto; }
  .faq.block p {
    margin: 0; }
  .faq.block .faq-question {
    font: 400 20px "Gotham Pro";
    cursor: pointer;
    border-bottom: 1px solid #02014F;
    background-color: white;
    padding: 10px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .faq.block .faq-answer {
    display: none;
    background: #e3e3ec;
    padding: 15px; }
  .faq.block .showAnswer {
    display: block; }

.photo_list .photo_images .photo_item {
  width: 32%;
  overflow: hidden;
  margin: 10px 1% 10px 0;
  float: left;
  height: 220px; }
  .photo_list .photo_images .photo_item img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block; }
  .photo_list .photo_images .photo_item:nth-child(3) {
    margin: 10px 0; }

.contentBar strong {
  font-weight: bold; }

.block.paginator {
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0; }
  .block.paginator span, .block.paginator a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #02014F;
    border-radius: 2.5px;
    margin: 0 5px;
    color: black; }
    .block.paginator span.active, .block.paginator a.active {
      color: white;
      background-color: #02014F; }

.childCategories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around; }
  .childCategories .shop_cat_link {
    width: 30%;
    height: 300px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .childCategories .shop_cat_link .catInfo {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100px; }
    .childCategories .shop_cat_link:hover {
      box-shadow: 0 0 5px rgba(34, 34, 34, 0.6); }
      .childCategories .shop_cat_link:hover .show_all {
        display: block; }
  .childCategories .noImg {
    height: auto !important; }
  .childCategories .catLink {
    color: black; }

.productTable {
  width: 100%; }
  .productTable tr td {
    border: 1px solid #cecece;
    padding: 5px; }
    .productTable tr td:first-child {
      width: 45%; }
