main {
  position: relative;
}
.main-link-page {
  max-width: 1170px;
  margin: 0 auto;
}
.main-title h1 {
  text-align: left;
  margin-left: 102px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 30px;
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 45px;
}

.filter-column {
  max-height: 804px;
}

.filter-column h2 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 37px;
  margin-top: 19px;
}

.metal {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 38px;
}


.container-box {
  margin-bottom: 0px;
}

input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 1px solid #b9b9b9;
  cursor: pointer;
  border-radius: 50%;
}

.checkmark::after {
  left: 2px;
  top: 1px;
  width: 5px;
  height: 6px;
  border: solid #000000;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 1px 1px 0;
}

.checkmark {
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}


.products-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.products-column img {
  width: 263px;
}

.filter-title {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}
.filter-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.metal__header {
  margin-bottom: 67px;
}

.underline {
  height: 1px;
  background-color: #b9b9b9;
  margin-bottom: 33px;
  margin-right: 30px;
}

.filter-column .underline:first-child {
  margin-bottom: 19px;
  margin-top: 1px;
}

.jsMetal-container {
  margin-top: 10px;
}

#content h1 {
  text-align: left;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 45px;
  margin-top: 0;
}

.main-title {
  margin-top: 54px;
}

.card-image {
  background: rgba(241, 242, 246, 0.28);
  width: 100%;
  position: relative;
}

img.ochikuemo {
  position: absolute;
  bottom: 17%;
  right: 1px;
}
.ochikuemo_descr {
  position: absolute;
  bottom: 22.5%;
  left: 50%;
  transform: translateX(-50%);
  color: #002857;
  font-size: 14px;
  font-weight: 700;
}

.description {
  margin-top: 12px;
  margin-left: 5px;
}

.description p {
  margin-bottom: 5px;
  line-height: 14px;
}

.description p.model {
  font-size: 9px;
  line-height: 11px;
  color: rgba(13, 58, 96, 0.67);
}

.row.btn_setka {
  display: none;
}

.price, .price span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0d3a60;
}

.price .price-old {
  text-decoration: line-through;
  color: rgba(13, 58, 96, 0.67);
}


.newcoming {
  position: relative;
  width: 42px;
  height: 16px;
  background: #b5944f;
  border-radius: 10px;
  margin-top: 11px;
}

.newcoming p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
}

.product-card-view-more {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 247px;
  height: 45px;
  margin: 0 auto;
  margin-top: 95px;
  border: 2px solid #b5944f;
  border-radius: 25px;
}

.product-card-view-more p {
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #b5944f;
}
.new-content {
  display: none;
}
.main-title img {
  display: none;
}
.main-title .text-overwiew {
  display: none;
}
.icon-box {
  display: none;
}

.prod-search {
  padding: 0;
}
.prod-search .products-column {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
}
.prod-search__row {
  display: flex;
  align-items: center;
  margin: 30px 0 50px;
}
.prod-search #button-search {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
select.global__input {
  margin: 0 30px;
}
.products-column .row {
  grid-column: 2;
  grid-row: revert;
}
.products-column .link-more {
  display: flex;
    align-items: center;
    justify-content: center;
    width: 247px;
    height: 45px;
    color: #b5944f;
    cursor: pointer;
    background: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    border: 2px solid #b5944f;
    border-radius: 25px;
    transition: all 0.4s;
    margin: 50px 0 0;
}
.products-column .link-more:hover {
  background: #b5944f;
  color: #ffffff;
}



@media screen and (max-width: 650px) {

  .products-column .row {
    grid-column: 1;
    grid-row: revert;
  }
  .products-column .link-more {
    margin: 50px auto 0;
  }

  .prod-search__row {
    flex-direction: column;
  }
  select.global__input {
    margin: 25px 0px;
  }
  .prod-search .products-column {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 15px;
  }
  .prod-search h2 {
    font-size: 26px;
  }

  .breadcrumb {
    display: flex;
    justify-content: center;
    margin-left: 0;
}
  .main-link-page .new-content {
    display: inline-block;
  }
  .main-link-page .old-content {
    display: none;
  }
  .main-title img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .main-title .text-overwiew {
    display: block;
    font-family: 'Montserrat';
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #002857;
    margin-top: 25px;
  }
  .grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 25px;
    padding: 0 15px;
  }

  .main-title {
    margin-top: 23px;
    display: flex;
    flex-direction: column-reverse;
}
.description {
  margin-top: 5px;
}
.description h4 {
  margin: 0px;
}
  .dropdown-filter-column {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
    padding: 0 8px;
  }
  .ocfilter.panel-default>.panel-heading.filter-dropbtn {
    display: flex;
    color: white;
    width: 180px;
    height: 45px;
    margin: 0 auto;
    background: #b5944f;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    border: none;
    cursor: pointer;
    border: none;
    justify-content: center;
    align-items: center;
  }
  .ocfilter.panel-default>.panel-heading.filter-dropbtn img {
    margin-left: 14px;
    width: 13px;
    height: auto;
  }
  .dropbtn-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dropbtn-content p {
    margin-right: 14px;
    font-size: 16px;
    color: white;
  }
  .popover.ocfilter-option-popover {
    top: 38px !important;
    left: 50% !important;
    transform: translateX(-50%);
    border: none;
    box-shadow: none;
}

.popover.ocfilter-option-popover .arrow {
  display: none;
}


  .filter-header, .metal__header, .filter-column .underline:first-child {
    display: none;
  }
  .filter-dropdown-content {
    display: none;
    max-width: 100%;
  }

  .filter-show {
    display: block;
  }
  #myDropdown {
    margin-top: 30px;
  }
  #myDropdown.no-active + .ocfilter-option-popover {
    opacity: 0;
  }
  .ocfilter-mobile .ocfilter-mobile-handle{
    display: none;
  }
  .slide-right {
    transform: rotate(45deg);
    transition: all 300ms ease-in-out;
  }
  .products-column {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .products-column .card {
    align-self: center;
    justify-self: center;
    width: 100%;
    padding: 0px;
  }
  #content .main-title h1 {
    text-align: center;
    margin: 0;
    color: #002857;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 25px;
}
  .product-card-view-more {
    margin-top: 53px;
  }
  .ochikuemo_descr {
    bottom: 24%;
  }
  footer {
    margin-top: 140px;
  }
  .filter-column {
    width: 100%;
    margin: 0 auto;
  }
  .metal {
    margin: 0 auto;
    align-items: normal;
    justify-content: space-between;
  }
  .underline {
    margin: 20px auto;
  }
  .jsMetalbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .icon-box {
    display: block;
    transition: all 300ms ease-in-out;
    margin-right: 18px;
  }
  .icon-rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-right: 18px;
  }
  .filter-title {
    margin: 0;
    margin-left: 22px;
  }
  .metal p {
    margin-left: 22px;
  }
  .jsMetal-container {
    display: none;
    margin-left: 22px;
    margin-top: 20px;
  }
  .card-image img {
    width: 100%;
  }
  .dark {
    color: #002857;
  }
  .golden {
    color: #b5944f;
  }
}
