@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans.woff") format("woff"),
    url("../fonts/OpenSans.ttf") format("truetype"),
    url("../fonts/OpenSans.eot"), url("../fonts/OpenSans.woff2") format("woff2"),
    url("../fonts/OpenSans.svg#OpenSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans-Bold.woff") format("woff"),
    url("../fonts/OpenSans-Bold.ttf") format("truetype"),
    url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"),
    url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CERACY-MEDIUM";
  src: url("../fonts/CERACY-MEDIUM.eot");
  src: url("../fonts/CERACY-MEDIUM.woff2") format("woff2"),
    url("../fonts/CERACY-MEDIUM.woff") format("woff"),
    url("../fonts/CERACY-MEDIUM.ttf") format("truetype"),
    url("../fonts/CERACY-MEDIUM.svg#CERACY-MEDIUM") format("svg"),
    url("../fonts/CERACY-MEDIUM.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CERACY-LIGHT";
  src: url("../fonts/CERACY-LIGHT.eot");
  src: url("../fonts/CERACY-LIGHT.woff2") format("woff2"),
    url("../fonts/CERACY-LIGHT.woff") format("woff"),
    url("../fonts/CERACY-LIGHT.ttf") format("truetype"),
    url("../fonts/CERACY-LIGHT.svg#CERACY-LIGHT") format("svg"),
    url("../fonts/CERACY-LIGHT.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  font-family: "OpenSans";
  min-height: 100vh;
}
.d-none {
  display: none;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.slick-track {
  margin: 0 !important;
}
.slick-slide:focus,
.slick-slide:active,
.slick-slide:hover {
  outline: none;
  box-shadow: none;
}
.slick-slide:focus img,
.slick-slide:active img,
.slick-slide:hover img {
  outline: none;
  box-shadow: none;
}
header {
  background-color: #000;
  color: #a2a2a2;
  padding: 0 5%;
  position: relative;
  display: block;
  font-family: "OpenSans";
  height: 60px;
}
header p {
  font-size: 14px;
  float: left;
  width: 40%;
  line-height: 30px;
  padding: 1% 0;
}
header p img {
  margin: 0 1% 4px;
}
header p span {
  font-size: 18px;
  font-family: "OpenSans-Bold";
}
header .telephone a {
  color: #a2a2a2;
  font-size: 18px;
  font-family: "OpenSans-Bold";
}
header .menu {
  float: right;
  width: 55%;
  display: block;
  font-size: 14px;
  position: relative;
}
header .menu .bits {
  float: left;
  width: 58%;
  text-align: center;
}
header .menu .bits a {
  display: block;
  line-height: 60px;
  border-left: 1px solid #464646;
  width: 33.3%;
  color: #a2a2a2;
  text-decoration: none;
  float: left;
}
header .menu .bits a:hover {
  text-decoration: none;
}
header .menu .bits a:hover span {
  border-bottom: 1px solid #464646;
}
header .social {
  display: flex;
  align-items: center;
  justify-content: space-around;
  float: left;
  width: 15%;
  text-align: right;
  border-left: 1px solid #464646;
  height: 60px;
}
header .social img {
  width: 21px;
  height: auto;
}
header .search {
  float: right;
  width: 24%;
  padding-left: 4%;
  border-left: 1px solid #464646;
  height: 60px;
  line-height: 65px;
}
header .search-button {
	cursor: pointer;
}
header .search input {
  float: right;
  width: 54%;
  line-height: 57px;
  background: #000;
  border: none;
  font-size: 14px;
  font-family: "OpenSans";
  color: #a2a2a2;
  resize: none;
  outline: none;
  text-align: left;
}

.breadcrumb {
  background: white;
  font-size: 12px;
}
.breadcrumb a {
  color: black;
}

nav {
  padding: 1% 5%;
  display: block;
}
.logo {
  display: block;
  width: auto;
  float: left;
}
.logo a {
  text-decoration: none;
}
.logo h1 {
  font-size: 40px;
  text-transform: uppercase;
  color: #000;
  font-family: "CERACY-MEDIUM";
}
.logo h1 span {
  color: #eeb58a;
  font-family: "CERACY-LIGHT";
}
.logo p {
  font-size: 13px;
  letter-spacing: 4px;
  font-family: "CERACY-LIGHT";
}
nav .categories {
  float: right;
  width: 65%;
  text-align: right;
  padding-top: 44px;
}
nav .categories a {
  padding-right: 3%;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-family: "OpenSans-Bold";
  cursor: pointer;
}
nav .categories a:last-child {
  padding-right: 0;
}
nav .categories a:hover {
  color: #eeb58a;
}
.content,
#content {
  padding: 0.5% 2%;
  display: block;
  width: 100%;
}
.content .category,
.manufacturer {
  position: relative;
  display: block;
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  cursor: pointer;
}
.content .category:nth-child(3n-1),
.content .manufacturer:nth-child(3n + 3) {
  margin-right: 0;
}
.ocfilter-option .option-values {
  z-index: 9;
}
.content .category a img,
.content .manufacturer a img {
  width: 100%;
}
.content .category .name,
.content .manufacturer .name {
  position: absolute;
  height: auto;
  top: 50%;
  font-size: 14px;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "OpenSans";
  text-align: center;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  width: 60%;
  padding: 20px;
  letter-spacing: 0.5px;
  display: block;
}
.content .manufacturer:hover .name {
  -webkit-transform: scale(1.2) translate(-40%, -50%);
  transform: scale(1.2) translate(-40%, -50%);
}
.content .manufacturer.collect:hover .name {
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.content .manufacturer.collect:hover .name .arrow {
  background-color: #000;
}
.content .manufacturer .name p {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "OpenSans-Bold";
  margin-bottom: 0;
}
.content .manufacturer .name span {
  font-family: "OpenSans";
  font-size: 14px;
}
.content .category p {
  color: #fff;
  border: none;
  position: absolute;
  font-size: 14px;
  left: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 9%;
  width: 75%;
  font-family: "OpenSans-Bold";
  text-transform: uppercase;
  display: none;
  margin-bottom: 2em;
}
.content .category p span {
  font-family: "OpenSans";
  text-transform: none;
  font-size: 13px;
  display: block;
  margin-top: 2em;
}
.content .category:hover p {
  display: block;
}
.content .category:hover .name {
  display: none;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  background-color: #000;
  padding: 3% 5%;
  color: #939393;
}
footer .logo {
  float: none;
  margin-bottom: 3em;
  width: 100%;
}
footer .logo h1,
footer .logo p,
footer .logo h1 span {
  color: #aaa;
}
footer .fleft {
  float: left;
  width: 30%;
}
footer .fleft h6 {
  font-family: "OpenSans";
  font-size: 14px;
}
footer .fright {
  float: right;
  width: 67%;
  display: block;
}
footer .fright h6 {
  color: #fff;
  font-size: 14px;
  font-family: "CERACY-LIGHT";
  height: 7.7em;
}
footer .fright p {
  width: auto;
  display: flex;
  align-items: flex-start;
  float: left;
  font-family: "OpenSans";
  font-size: 14px;
}
footer .fright p a {
  color: #939393;
  border-bottom: 1px solid transparent
}
footer .fright p a:hover {
  text-decoration: none;
  border-color: #939393
}
footer .fright p img {
  padding: 9px 20px;
}
#slider-modal {
  min-width: 60vw;
  max-width: 85vh;
  padding: 0;
  position: relative;
  max-height: 90vh;
  height: max-content;
}
#slider-modal .popap_slider {
  width: 100%;
}
#slider-modal .popap_slider img {
  width: 100%;
  max-height: calc(90vh - 4vw);
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#slider-modal .popap_slider .slick-next {
  right: 0;
}
#slider-modal .popup-slider-dismiss {
  position: absolute;
  top: 1vw;
  right: 1vw;
  z-index: 10;
}
#slider-modal .slick-slider .slick-track {
  overflow-y: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider-modal .slick-slider .slick-list {
  margin: 0;
}
.slider {
  margin-bottom: 40px;
  position: relative;
}
.single-slide img {
  width: 100%;
}
.slider .orange_block {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  background-color: #ddb186;
  bottom: 0;
  padding: 1% 3%;
  width: auto;
  min-width: 32%;
  height: 75px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slider .orange_block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-family: "OpenSans";
  float: left;
  width: auto;
  display: block;
  line-height: 40px;
}
.slider .orange_block span {
  display: block;
  color: #fff;
  font-size: 12px;
  font-family: "OpenSans";
}

/* banner */
#banner-home {
  margin-bottom: 2%;
}

.banner-home_slider .item {
  height: 30vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}

.banner-home_link {
  width: 100%;
}

.banner-home_img {
  width: 100%;
}

.banner-home_description {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 80%;
}

.banner-home_description p {
  font-size: 70px;
  font-family: "OpenSans-Bold";
  color: #fff;
  max-width: 42vw;
  margin-bottom: 75px;
}

.banner-home_description a {
  color: #000;
  background-color: #eeb58a;
  font-size: 20px;
  font-family: "OpenSans-Bold";
  padding: 15px 40px;
}

.banner-home_slider .slick-next,
.banner-home_slider .slick-prev {
  background: rgba(255, 255, 255, 0.6);
}

.banner-home_slider .slick-next:hover,
.banner-home_slider .slick-prev:hover {
  background: rgba(255, 255, 255, 0.8);
}

.banner-home_slider .slick-next {
  right: 0;
}

.banner-home_slider .slick-next:before {
  background: url(/images/right_arrow_dark.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
}

.banner-home_slider .slick-prev:before {
  background: url(/images/left_arrow_dark.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
}

/* collection */

.collection .slider .orange_block span {
  line-height: 55px;
}
.content .collect .name {
  position: absolute;
  height: 30%;
  top: 50%;
  font-size: 14px;
  right: 0;
  left: auto;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-family: "OpenSans";
  text-align: left;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  width: 85%;
  padding: 0px;
  letter-spacing: 0.5px;
  display: block;
}
.content .collect .name span {
  font-size: 13px;
}
.content .collect .name .text {
  float: left;
  width: 79%;
  padding: 21px;
  line-height: 1.5em;
  padding-right: 0;
}
.content .collect .name .arrow {
  float: right;
  width: 20%;
  background-color: #ddb186;
  position: relative;
  background-image: url(/images/left.svg);
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px;
  cursor: pointer;
}
.content_information {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.gallery {
  display: inline-block;
  /* float: left; */
  width: 50%;
}
.gallery .swiper-container img {
  width: 100%;
} 
.gallery .swiper-container .swiper-button-prev {
  background: rgba(0, 0, 0, 0.4);
  width: 75px;
  height: 75px;
  left: 0;
}
.gallery .swiper-container .swiper-button-next {
  background: rgba(0, 0, 0, 0.4);
  width: 75px;
  height: 75px;
  right: 0;
}
.gallery .swiper-container .swiper-button-next:after, 
.gallery .swiper-container .swiper-button-prev:after {
  content: '';
  background-image: url(/images/left.svg);
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  background-position: 50% 0;
  background-size: contain;
}
.gallery .swiper-container .swiper-button-prev:after {
  background-image: url(/images/right.svg);
}
.gallery-slider-main {
  margin-bottom: 15px;
}

.gallery .slick-slide img{
  max-width: 100%;
}

.info_text {
  /* float: right; */
  display: inline-block;
  width: 49%;
  padding: 4em 58px;
}
.info_text h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "OpenSans-Bold";
  margin-bottom: 1em;
}
.info_text p {
  font-family: "OpenSans-Bold";
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 1em;
}
.info_text .description p {
  font-family: "OpenSans";
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 1em;
}
.info_text p img {
  padding: 3px 20px;
}
.info_text p span {
  font-family: "OpenSans";
}
.info_text .description {
  font-family: "OpenSans";
  margin-bottom: 3em;
}
.info_text a {
  background-color: #eeb58a;
  color: #fff;
  font-size: 14px;
  font-family: "OpenSans";
  padding: 20px;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  max-width: 400px;
}
.info_text a.info_text--popup {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-family: "OpenSans";
  padding: 20px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.product_collection {
  width: 100%;
  display: inline-block;
  padding: 4em 58px 7em;
}
.product_collection_title {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "OpenSans-Bold";
  margin-bottom: 1em;
}
.product_collection_block .nav-tabs {
  margin-bottom: 60px;
}
.product_collection_block .nav-tabs > li > a {
  margin-right: 0;
  border-radius: 0;
  color: #000;
}
.product_collection_block .nav-tabs > li.active > a {
  font-family: "OpenSans-Bold";
  background-color: #eeb58a;
  color: #000;
  border-color: #eeb58a;
}
.product_collection_tab-pane {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
}
.product_collection_tab-pane .slick-list {
  margin-right: -20px;
}
.product_collection_tab-pane .slick-slide {
  margin-right: 20px;
}
.product_collection_tab-pane .slick-slide .product_collection_product_item {
  margin-bottom: 30px;
}
.product_collection_tab-pane .slick-dots {
  bottom: -60px;
}
.product_collection_tab-pane .slick-dots li {
  margin: 0 20px;
}
.product_collection_tab-pane .slick-dots li button {
  font-size: 25px;
  font-family: "OpenSans-Bold";
  color: #000;
}
.product_collection_tab-pane .slick-dots li.slick-active button {
  color: #eeb58a;
}
.product_collection_tab-pane .slick-dots li button:before {
  display: none;
}
.product_collection_product_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 15px;
  padding-top: 12px;
  border: 1px solid #e0e0e0;
}
.product_collection_product_item.item-cat-0 {
  padding-top: 25px;
}
.product_collection_product_item_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0px;
}
/*.product_collection_product_item_head.head-cat-0 {
  margin-bottom: 35px;
}*/

.product_collection_product_item_bottom_attributes {
  min-height: 4em;
  height: 100%;
}
.product_collection_product_item.item-cat-61
  .product_collection_product_item_bottom_attributes {
  min-height: 6em;
}
@media (max-width: 1280px) {
  .product_collection_product_item.item-cat-61
    .product_collection_product_item_bottom_attributes {
    min-height: 7em;
  }
}

.product_collection_product_item_img {
  width: 80%;

  height: auto;
  margin-bottom: 0;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.product_collection_product_item_img.cat-0 {
  margin-bottom: 25px;
  height: 6.5vw;
}*/
.product_collection_product_item_img img {
  max-width: 100%;
  max-height: 100%;
}

.product_collection .pagination {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  font-size: 25px;
  font-family: "OpenSans-Bold";
}
.product_collection .pagination li a,
.product_collection .pagination li span {
  background: transparent;
  border: none;
  color: #000;
  padding: 6px 20px;
}
.product_collection .pagination li.active a {
  color: #eeb58a;
}
.product_collection .pagination li a:focus,
.product_collection .pagination li a:hover {
  background: transparent;
  color: #000;
}
.product_short_function {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  min-height: 1.5vw;
}
.product_short_function li {
  list-style-type: none;
  margin: 0 6px;
  border: 1px solid #eeb58a;
  position: relative;
}
.product_short_function li img {
  width: 100%;
  display: block;
}
.product_short_function li:hover {
  border-color: #000;
}
.product_short_function li:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #fff;
  bottom: 22px;
  left: calc(50% - 16px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms, top 250ms;
  transform: translateY(-50%) translateX(10px) rotate(45deg);
  z-index: 2;
  box-shadow: 0px 0px 15px 0px #797979a3;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}
.product_short_function li:after {
  content: attr(data-info);
  position: absolute;
  right: 50%;
  bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  padding: 0.5em 1em;
  background: #fff;
  color: #333;
  transition: opacity 250ms, top 250ms;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%) translateX(50%);
  z-index: 1;
  box-shadow: 0px 0px 15px 0px #797979a3;
  white-space: pre;
}
.product_short_function li:hover:before,
.product_short_function li:hover:after {
  opacity: 1;
  visibility: visible;
}
.product_collection_product_item_name {
  font-family: "OpenSans-Bold";
  font-size: 16px;
  margin-bottom: 22px;
  color: #000;
  display: block;
  min-height: 2vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product_collection_product_item_name:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}
.product_collection_product_item_name:hover {
  text-decoration: none;
  color: #000;
}
.product_collection_product_item_description {
  margin-bottom: 0;
  color: #333333;
  font-size: 13px;
}
.product_collection_product_item_price {
  font-family: "OpenSans-Bold";
  font-size: 15px;
  margin: 15px 0;
  min-height: 4rem;
}
.product_collection_product_item_price .old {
  margin-right: 15px;
  font-size: 12px;
  color: #898989;
  text-decoration: line-through;
  font-family: "OpenSans";
  display: block;
}
.product_collection_product_item_price .old ~ span {
  color: #b32131;
}
.product_collection_product_item_button button {
  font-size: 15px;
  color: #fff;
  background-color: #000;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  border: none;
}
.product_collection_product_item_button button:focus {
  outline: none;
}
.product_collection_product_item_button button:hover {
  background-color: #eeb58a;
  color: #000;
  font-family: "OpenSans-Bold";
}
.product_collection_tab-pane .slick-slide:focus {
  outline: none;
}
#request-modal {
  padding: 25px 35px;
  max-height: 90vh;
  overflow-y: auto;
  min-width: 495px;
}
#request-modal h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-family: "OpenSans-Bold";
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
}
#request-modal .popup-modal-dismiss {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.info_product {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
}
.info_product_img {
  position: relative;
  margin-right: 25px;
  max-width: 50%;
  height: 6vw;
  overflow-y: hidden;
}
.info_product_img img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.info_product_text {
  max-width: 225px;
  font-size: 14px;
  color: #000;
}
.info_product_form_text {
  font-size: 12px;
  margin-bottom: 28px;
  color: #000;
  max-width: 400px;
}
.info_product_input {
  margin-bottom: 18px;
  border-radius: 0;
  border-color: #000;
  padding: 18px 20px;
  font-size: 14px;
  height: auto;
  color: #000;
}
.info_product_input::placeholder {
  color: #000;
}
.info_product_btn {
  width: 100%;
  font-size: 18px;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #fff;
  background-color: #000;
  padding: 18px 0;
  text-align: center;
}
.info_product_btn:hover {
  background-color: #eeb58a;
  color: #000;
  font-family: "OpenSans-Bold";
}
.container_info {
  padding: 0 58px;
}
.breadcrumbs {
  margin-bottom: 50px;
}
.item_product {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.item_product_gallery {
  width: 45%;
  display: inline-block;
  margin-bottom: 30px;
}
.item_product_gallery img {
  width: 100%;
}
.item_product_gallery_mob {
  display: none;
  margin-bottom: 35px;
}
.item_product_gallery .slick-next {
  right: 0;
}
.item_product_gallery_big {
  margin-bottom: 50px;
}
.item_product_gallery_carousel .slick-list {
  margin-right: -20px;
}
.item_product_gallery_carousel img {
  margin-right: 20px;
}
.item_product_gallery_carousel .slick-active:nth-last-child {
  margin-right: 0;
}
.item_product_descr {
  width: 50%;
  display: inline-block;
}
.item_product_descr_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.item_product_descr_top img {
  width: 5vw;
}
.item_product_descr_top a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.item_product_descr_top a:hover {
  border-color: #000;
}
.item_product_descr_name {
  font-size: 35px;
  font-family: "OpenSans-Bold";
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 45px;
}
.item_product_descr_short_info {
  display: flex;
  justify-content: start;
  margin-bottom: 45px;
}
.item_product_descr_price {
  font-size: 22px;
  font-family: "OpenSans-Bold";
  color: #000;
  margin-right: 150px;
}
.item_product_descr_price .old {
  font-size: 18px;
  font-family: "OpenSans";
  color: #000;
  text-decoration: line-through;
  margin-right: 3vw;
}
.item_product_descr_short_func .product_short_function li {
  width: 30px;
}
.item_product_descr_short_func .product_short_function li:before {
  bottom: 27px;
}
.item_product_descr_short_func .product_short_function li:after {
  bottom: 10px;
}
.item_product_descr_text {
  font-size: 16px;
  color: #292929;
  font-family: "OpenSans";
  margin-bottom: 35px;
}
.item_product_descr_text b {
  font-family: "OpenSans-Bold";
}
.item_product_descr_text ul {
	padding-left: 15px;
}
.item_product_descr_text li {
	position: relative;
	list-style: none;
}
.item_product_descr_text li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
}
.item_product_descr_form {
  padding: 35px 2%;
  background-color: #eeb58a;
  width: 100%;
  margin-bottom: 50px;
}
.item_product_descr_form_contain {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.item_product_descr_form_contain .input-group {
  width: 30%;
}
.item_product_descr_form_input,
.item_product_descr_form_button {
  width: 30%;
  padding: 20px 25px;
  height: 60px;
}
.item_product_descr_form_input {
  font-size: 14px;
  border: none;
  border-radius: 0;
  color: #000;
}
.item_product_descr_form_button {
  color: #fff;
  background: #000;
  border-color: #000;
  font-family: "OpenSans-Bold";
}
.item_product_descr_form input::placeholder {
  color: #000;
}
.item_product_descr_form_success_text {
  width: 100%;
  text-align: center;
  font-family: "OpenSans-Bold";
  font-size: 18px;
  display: none;
}
.item_product_descr_character_title {
  font-size: 22px;
  font-family: "OpenSans-Bold";
  color: #000;
  margin-bottom: 35px;
}
.item_product_descr_character_block {
  columns: 2;
}
.item_product_descr_character_item {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
}
.item_product_descr_character_text {
  width: 47%;
  display: inline-block;
  font-family: "OpenSans-Bold";
}
.item_product_descr_character_descr {
  width: 50%;
  display: inline-block;
}
.similar_products {
  margin-bottom: 100px;
}
.similar_products_title {
  font-family: "OpenSans-Bold";
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 65px;
}
.slider-nav .slick-track .item-nav-slideitem {
  padding-right: 10px;
}
.slider-nav .slick-track .item-nav-slideitem img {
  max-width: 100%;
  margin-right: 0;
}
.collection-inner-btn {
  background: #000;
  width: 200px;
  font-size: 16px;
  border: none;
  box-shadow: none;
  outline: none;
  color: #fff;
}
@media (max-width: 1500px) {
  .container_info {
    padding: 0 44px;
  }
  .banner-home_description p {
    font-size: 50px;
    margin-bottom: 45px;
  }
  .banner-home_description a {
    font-size: 16px;
    padding: 10px 25px;
  }
  .info_product_img {
    height: 6vw;
  }
  .product_collection_product_item_name {
    min-height: 4vw;
  }
}
@media (max-width: 1025px) {
  .product_collection {
    padding: 4em 0 7em;
  }
  .info_product_img {
    height: 10vw;
  }
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
  .banner-home_slider .slick-prev:before,
  .banner-home_slider .slick-next:before {
    height: 25px;
  }
  .banner-home_description p {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .banner-home_description a {
    font-size: 14px;
  }
  .container_info {
    padding: 0 32px;
  }
  .breadcrumbs {
    margin-bottom: 30px;
  }
  .item_product_descr_top img {
    width: 8vw;
  }
  .item_product_descr_top a {
    font-size: 12px;
  }
  .item_product_descr_name {
    font-size: 25px;
    line-height: 35px;
  }
  .item_product_descr_price {
    font-size: 18px;
  }
  .item_product_descr_price .old {
    font-size: 12px;
  }
  .item_product_descr_short_func .product_short_function li {
    width: 24px;
  }
  .item_product_descr_short_info {
    margin-bottom: 30px;
  }
  .item_product_descr_text {
    font-size: 14px;
  }
  .item_product_descr_form {
    padding: 20px 2%;
    margin-bottom: 25px;
  }
  .item_product_descr_form_input,
  .item_product_descr_form_button {
    padding: 10px 12px;
    height: 45px;
  }
  .item_product_descr_form_button {
    font-size: 12px;
  }
  .item_product_descr_form_input {
    font-size: 12px;
  }
  .item_product_descr_character_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .item_product_descr_character_block {
    columns: 1;
  }
  .item_product_descr_character_item {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .item_product_descr_character_text {
    width: 50%;
  }
  .similar_products_title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .product_collection_product_item_img {
    height: 10vw;
  }
  .product_collection_tab-pane {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .product_short_function {
    min-height: 2vw;
  }
}
@media (max-width: 769px) {
  .product_collection {
    padding: 2em 0px 4em;
  }
  .product_collection_title {
    font-size: 30px;
  }
  .product_collection_block .nav-tabs {
    margin-bottom: 30px;
  }
  .product_collection_product_item_name {
    min-height: 12vw;
  }
  .product_collection_product_item_button button:hover {
    color: #fff;
    background-color: #000;
    font-family: "OpenSans";
  }
  .info_product_img {
    height: 13vw;
  }
  .banner-home_description p {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .banner-home_description a {
    font-size: 12px;
    padding: 8px 20px;
  }
  .banner-home_slider .item {
    height: 35vw;
  }
  .item_product_gallery {
    display: none;
  }
  .item_product_descr {
    width: 100%;
  }
  .item_product_gallery_mob {
    display: block;
  }
  .item_product_descr_text {
    font-size: 16px;
  }
  .item_product_descr_form_contain {
    flex-direction: column;
  }
  .item_product_descr_form_contain .input-group {
    width: 100%;
    margin-bottom: 4vw;
  }
  .item_product_descr_form {
    padding: 6%;
  }
  .item_product_descr_form_input,
  .item_product_descr_form_button {
    width: 100%;
  }
  .item_product_descr_form_input {
    margin-bottom: 6%;
  }
  .item_product_descr_form_input {
    font-size: 14px;
    text-align: center;
  }
  .item_product_descr_price {
    font-size: 22px;
  }
  .item_product_descr_price .old {
    font-size: 15px;
  }
  .item_product_descr_form_button {
    font-size: 17px;
  }
  .item_product_descr_form_button {
    padding: 10px 12px;
    height: 55px;
  }
  .item_product_descr_form_input {
    height: 55px;
  }
  .product_collection_product_item_img {
    height: 15vw;
  }
  .product_short_function li:hover:before,
  .product_short_function li:hover:after {
    /*display: none;*/
  }
  .product_short_function li:hover {
    border-color: #eeb58a;
  }
  .product_short_function {
    min-height: 3vw;
  }
  .info_product_form_text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .product_collection_product_item_name {
    min-height: 13vw;
    margin-bottom: 10px;
    line-height: 19px;
  }
  .product_collection_product_item_bottom_attributes {
    min-height: 8em;
  }
  .product_collection_product_item_price {
    font-size: 15px;
  }
  .product_collection_product_item_price .old {
    margin-right: 13px;
    font-size: 13px;
  }
  .product_collection_tab-pane {
    grid-template-columns: 1fr 1fr;
  }
  .product_short_function li {
    margin: 0 3px;
    width: 5vw;
  }
  .product_collection_title {
    font-size: 25px;
  }
  /*.product_collection_product_item_head {
    margin-bottom: 15px;
  }*/
  .banner-home_slider .item {
    justify-content: center;
  }
  .info_product_img {
    height: 20vw;
  }
  .info_product_text {
    font-size: 12px;
  }
  .info_product_form_text {
    font-size: 15px;
  }
  .info_product_input {
    padding: 15px 30px;
  }
  .banner-home_slider .item {
    height: 75vw;
  }
  .banner-home_img {
    width: auto;
    max-width: max-content;
    height: 100%;
  }
  .slick-prev,
  .slick-next {
    width: 35px;
    height: 35px;
  }
  .banner-home_slider .slick-prev:before,
  .banner-home_slider .slick-next:before {
    height: 18px;
  }
  .banner-home_description p {
    font-size: 28px;
    margin-bottom: 35px;
    max-width: 100%;
    text-align: center;
  }
  .banner-home_description {
    text-align: center;
  }
  .item_product_descr_top a {
    display: none;
  }
  .item_product_descr_top img {
    width: 25vw;
  }
  .item_product_descr_short_func {
    display: none;
  }
  .item_product_descr_short_info {
    flex-direction: column;
  }
  .item_product_descr_name {
    font-size: 20px;
    line-height: 28px;
  }
  .item_product_descr_price {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: start;
    margin-right: 0px;
    flex-basis: 100%;
    width: 100%;
    flex-wrap: wrap;
  }
  .item_product_descr_price span + span {
    margin-left: 10px;
  }
  .collection-inner-btn {
    flex-basis: 100%;
    width: 100%;
    height: 3em;
    line-height: 3em;
    display: block;
  }
  .container_info {
    padding: 0 10px;
  }
  .product_collection_product_item {
    padding: 25px 10px;
  }
  .product_collection_tab-pane .slick-slide {
    margin-right: 10px;
  }
  .product_collection_tab-pane .slick-list {
    margin-right: -10px;
  }
  .product_collection_tab-pane .slick-slide .product_collection_product_item {
    margin-bottom: 15px;
  }
  .similar_products_title {
    font-size: 20px;
  }
  .similar_products {
    margin-bottom: 60px;
  }
  #request-modal h1 {
    margin-bottom: 15px;
  }
  #request-modal {
    min-width: 90vw;
    padding: 15px 20px;
    max-height: 95vh;
  }
  .product_short_function {
    min-height: 5vw;
  }
  .product_collection_tab-pane .slick-dots li {
    margin: 0 10px;
  }
  .product_collection_product_item_img {
    /*margin-bottom: 15px;*/
    width: 100%;
    height: max-content;
  }
}
#callback h2 {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-family: "OpenSans-Bold";
  font-weight: normal;
  padding: 20px 40px;
  margin-top: 0;
}
#callback {
  width: 490px;
}
#callback .inform {
  padding: 20px 40px;
}
#callback .inform p {
  font-family: "OpenSans";
  font-size: 15px;
  margin-bottom: 20px;
}
#callback-button {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-family: "OpenSans";
  padding: 15px;
  display: block;
  width: 60%;
  text-align: center;
  margin-top: 30px;
  border: none;
  outline: none;
}
#callback .mfp-close {
  color: #fff;
  opacity: 1;
  font-family: "OpenSans";
  font-size: 20px;
}
#create-les-form input {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  outline: none;
}
#create-les-form input::-webkit-input-placeholder {
  color: #000;
}
#create-les-form input::-moz-placeholder {
  color: #000;
}
.info_text a.info_text--popup:hover {
  background-color: #eeb58a;
}
.info_text a:hover {
  background-color: #000;
}
.contact_wrapp {
  width: 100%;
  display: grid;
  grid-template-columns: 44fr 56fr;
  grid-gap: 8%;
  padding-top: 70px;
  margin-bottom: 120px;
}
.contact_wrapp .breadcrumb {
  padding: 0;
  margin-bottom: 45px;
}
.location {
  margin-bottom: 44px;
}
.location-item {
  margin-bottom: 22px;
}
.location-item img {
  width: 30px;
  margin-right: 24px;
}
.location-item a {
  font-size: 18px;
  color: #333333;
}
.location-item a.location-phone {
  font-family: 'OpenSans-Bold', sans-serif;
}
.location-item a:hover {
  text-decoration: none;
  border-bottom: 1px solid #333333;
}
.information-contact #content {
  margin-top: 30px;
}
.information-contact .panel-body .row .location {
  float: left;
  display: block;
  width: 25%;
  padding-left: 59px;
  margin-right: 3%;
}
.information-contact .panel-body .row .location p {
  font-size: 14px;
  font-family: "OpenSans";
}
.information-contact .form_contact {
 /* float: left;
  width: 30%;*/
}
.information-contact .form_contact-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-family: "OpenSans-Bold";
  margin-bottom: 24px;
}
.information-contact .form_contact form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.information-contact .form_contact form .form-group {
  margin: 0;
}
.information-contact .form_contact form input {
  height: 50px;
  border: 1px solid #c7c7c7;
  width: 100%;
  padding: 15px;
  outline: none;
  font-size: 14px;
  line-height: 1;
  font-family: "OpenSans";
  border-radius: 0;
  color: #464646;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
}
.information-contact .form_contact form input:placeholder {
  color: #464646;
}
.form_contact-textarea {
  grid-column-start: 1;
  grid-column-end: 3;
}
.information-contact .form_contact form textarea {
  height: 100px;
  border: 1px solid #c7c7c7;
  width: 100%;
  padding: 15px;
  outline: none;
  font-size: 14px;
  line-height: 1;
  font-family: "OpenSans";
  border-radius: 0;
  color: #464646;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
  resize: none;
}
.information-contact .form_contact form input[type="submit"] {
  background: #000;
  border: none;
  color: #fff;
  font-family: "OpenSans-Bold";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 15px 50px;
  width: max-content;
  display: block;
}
.information-contact .form_contact form input[type="submit"]:hover {
  background-color: #eeb58a;
  cursor: pointer;
}
.information-contact .map {
  width: auto;
  display: block;
  width: 100%;
  height: 100%;
}
.information-contact .map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1600px) {
  .info_text a {
    width: 100%;
  }
  .slider .orange_block {
    padding: 1% 1%;
  }
  .slider .orange_block p {
    width: auto;
    line-height: 50px;
  }
  .slider .orange_block span {
    margin-top: 6px;
  }
  .content .collect .name {
    width: 70%;
    left: auto;
  }
  .content .collect .name .text {
    padding: 4%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header .social {
    width: 17%;
  }
  header .search {
    padding-left: 3%;
  }
}
@media (max-width: 1399px) {
  nav .categories a {
    padding-right: 2%;
  }
  header .social {
    width: auto;
  }
  .info_text {
    width: 35%;
  }
  .gallery {
    width: 65%;
  }
}
@media (min-width: 1200px) and (max-width: 1320px) {
  nav .categories {
    width: 68%;
  }
  header .search input {
    width: 80%;
  }
  footer .fright p img {
    padding: 3px 15px;
  }
  .content .collect .name .text {
    padding: 3%;
  }
  .information-contact .panel-body .row .location {
    margin-right: 0;
    width: 50%;
    margin-bottom: 30px;
  }
  .information-contact .map {
    float: none;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .slider .orange_block p {
    width: 100%;
    line-height: 38px;
  }
  .collection .slider .orange_block span {
    line-height: 20px;
  }
  .content_information {
    flex-direction: column;
  }
  .gallery {
    width: 100%;
  }
  .info_text {
    width: 60%;
    padding: 1em 0;
  }
  .contact_wrapp {
    grid-template-columns: 50% 50%;
    grid-gap: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  nav .categories a {
    padding-right: 1%;
  }
  nav .categories {
    width: 75%;
  }
  footer .fright p {
    font-size: 12px;
  }
  footer .fright p img {
    padding: 3px 9px;
  }
  header .menu {
    float: left;
    width: 100%;
  }
  header .menu .bits a,
  header .social,
  header .search {
    border: none;
    text-align: left;
  }
  .content .category p {
    top: 49%;
    width: 96%;
  }
  .content .collect .name {
    width: 78%;
  }
  .content .collect .name .text {
    padding: 2%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  header .menu .bits a,
  header .social,
  header .search {
    border: none;
    text-align: left;
  }
  header p,
  header .menu {
    width: 100%;
  }
  nav .categories {
    float: left;
    width: 100%;
    padding-top: 20px;
    text-align: left;
  }
  footer .fright p {
    font-size: 12px;
  }
  nav .categories a {
    padding-right: 4.7%;
  }
  .logo {
    width: 100%;
  }
  .logo a {
    float: left;
    width: 100%;
    display: block;
  }
  .logo p {
    float: left;
    width: auto;
  }
  .logo p.telephone {
    float: right;
    display: block;
    width: 45%;
    font-size: 14px;
    line-height: 17px;
    font-family: "OpenSans";
    letter-spacing: normal;
  }
  .logo p.telephone img {
    margin: 0 1% 4px;
    display: none;
  }
  .logo p.telephone span {
    font-size: 18px;
    font-family: "OpenSans-Bold";
  }
  .content .collect .name span {
    font-size: 12px;
  }
  .content .manufacturer .name p {
    font-size: 14px;
  }
  .content .collect .name .text {
    padding: 2%;
  }
  .content .collect .name {
    width: 80%;
  }
  .information-contact .panel-body .row .location {
    margin-right: 0;
    padding-left: 34px;
    width: 50%;
  }
}
@media (max-width: 768px) {
  header .menu .bits a,
  header .social,
  header .search {
    border: none;
    text-align: left;
  }
  header p,
  header .menu {
    width: 100%;
  }
  .content .category,
  .manufacturer {
    width: 49%;
  }
  .content .manufacturer:nth-child(2n + 1) {
    margin-right: 0;
  }
  .content .manufacturer:nth-child(2n) {
    margin-right: 2%;
  }
  .content .category:nth-child(3n + 1) {
    margin-right: 2%;
  }
  .content .category:nth-child(2n + 1) {
    margin-right: 0;
  }
  header .search {
    width: 25%;
  }
  .logo {
    width: 100%;
  }
  .logo a {
    float: left;
    width: 100%;
    display: block;
  }
  .logo p {
    float: left;
    width: auto;
  }
  .logo p.telephone {
    float: right;
    display: block;
    width: 57%;
    font-size: 14px;
    line-height: 17px;
    font-family: "OpenSans";
    letter-spacing: normal;
  }
  .logo p.telephone img {
    margin: 0 1% 4px;
    display: none;
  }
  .logo p.telephone span {
    font-size: 18px;
    font-family: "OpenSans-Bold";
  }
  nav .categories {
    padding-top: 20px;
    text-align: left;
    width: 100%;
  }
  nav .categories a {
    padding-right: 1.6%;
    font-size: 13px;
  }
  footer .fleft {
    float: none;
    width: 100%;
  }
  footer .fright {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 2em;
  }
  footer .fright h6 {
    height: 6em;
  }
  .content .category p {
    top: 49%;
    padding: 7%;
    width: 85%;
    margin-bottom: 0em;
  }
  .slider .orange_block p {
    line-height: 28px;
    font-size: 30px;
  }
  .content .collect .name .text {
    padding: 2%;
  }
  .content .collect .name {
    width: 80%;
  }
  .info_text {
    width: 100%;
  }
  .info_text h1 {
    margin-bottom: 0.5em;
  }
  .info_text p.description {
    text-align: justify;
    margin-bottom: 1em;
  }
  .contact_wrapp {
    grid-template-columns: 100%;
  }
  .information-contact .map {
    height: 100vw
  }
}
@media(max-width: 575px) {
  .contact_wrapp {
    padding-top: 40px;
  }
  .contact_wrapp .breadcrumb {
    margin-bottom: 25px;
  }
  .location-item {
    margin-bottom: 16px;
  }
  .location-item img {
    width: 25px;
    margin-right: 13px;
  }
  .location-item a {
    font-size: 16px;
  }
  .information-contact .form_contact form {
    grid-template-columns: 100%;
    grid-gap: 15px;
  }
  .information-contact .form_contact form .form-group {
    grid-column-end: 2;
  }
}
@media (min-width: 300px) and (max-width: 440px) {
  #callback {
    width: 100%;
  }
  #callback .inform p br {
    display: none;
  }
  .content .category,
  .manufacturer {
    width: 100%;
  }
  header {
    padding: 0;
  }
  header .menu .bits.mobile .mob_menu {
    display: none;
    background-color: #000;
    position: absolute;
    top: 99%;
    width: 100%;
    z-index: 100;
    padding: 0 4%;
  }
  header .menu .bits.mobile .mob_menu a {
    width: auto;
    padding-right: 15%;
  }
  header .menu .bits.mobile .mob_menu a:nth-child(4) {
    padding-right: 0;
  }
  header .menu .bits.mobile {
    background-image: url(/images/burger.svg);
    height: 60px;
    background-repeat: no-repeat;
    background-size: 40px;
    width: 21%;
    background-position: 40% 10px;
    float: left;
  }
  header .search {
    width: 47%;
    padding-right: 5%;
  }
  header .search input {
    width: 74%;
    text-align: left;
  }
  footer .fright h6 {
    height: 10em;
    text-align: justify;
    font-size: 13px;
  }
  footer .fright p img {
    padding: 3px 20px;
    position: absolute;
    left: 0;
    bottom: -65%;
  }
  footer .fright p {
    position: relative;
    margin-bottom: 3em;
    float: none;
  }
  footer .fright p:last-child {
    margin-bottom: 0;
  }
  .logo p.telephone {
    display: none;
  }
  nav .categories.mobile {
    position: relative;
    width: 106%;
    margin-right: -3%;
  }
  nav .categories.mobile .button {
    background-color: #000;
    font-size: 20px;
    font-family: "CERACY-LIGHT";
    color: #a2a2a2;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
  }
  nav .categories.mobile .button.active {
    background-color: #eeb58a;
    color: #000;
  }
  nav .categories.mobile .mob_cat {
    display: none;
    position: absolute;
    z-index: 100000;
    background: #000;
    width: 100%;
    top: 88%;
    padding-bottom: 1em;
  }
  nav .categories.mobile .mob_cat a {
    text-align: center;
    padding: 15px;
    color: #a2a2a2;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "CERACY-LIGHT";
    width: 100%;
    display: block;
  }
  nav .categories.mobile .mob_cat a:hover {
    text-decoration: underline;
  }
  .logo {
    text-align: center;
    margin-top: 5px;
  }
  .logo p {
    width: 100%;
  }
  .slider .orange_block {
    width: 100%;
    position: relative;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    padding: 4% 1%;
    margin-bottom: 15px;
  }
  footer .fright p img {
    left: 35%;
  }
  footer .fright p {
    text-align: center;
  }
  footer .fright h6 {
    font-size: 13px !important;
    text-align: justify !important;
    height: auto;
    padding-bottom: 40px;
  }
  footer .fleft h6 {
    font-size: 12px;
    text-align: center;
  }
  .info_text a {
    width: 100%;
  }
  footer .fleft {
    margin-bottom: 15px;
  }
  .info_text p {
    line-height: 21px;
  }
  .information-contact .map iframe {
    width: 100%;
  }
  .information-contact .map {
    float: left;
    width: 100%;
  }
}
#ocfilter-mobile {
  display: none;
}
.hidden {
  display: none;
}
#ocfilter {
  display: grid;
  grid-template-columns: 2fr 10fr;
  grid-gap: 30px;
  margin-bottom: 40px;
  border: none;
  padding: 0;
  box-shadow: none;
}
#ocfilter .leftpart {
  height: max-content;
  align-self: center;
}
#ocfilter .panel-heading {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "OpenSans-Bold";
  padding: 0;
}
#ocfilter .selected-options button {
  color: #acacac;
  border: none;
  outline: none;
  background: none;
  margin-top: 10px;
}
#ocfilter-content {
  display: flex;
  align-items: center;
}
#ocfilter-content .ocfilter-option {
  width: 280px;
  padding: 0;
  margin-right: 30px;
  border: none;
  position: relative;
  cursor: pointer;
  background: #F7F7F7;
}
#ocfilter-content .ocfilter-option:last-child {
  margin-right: 0;
}
#ocfilter-content .ocfilter-option .option-values {
  top: 100%;
}
#ocfilter-content .ocfilter-option .option-values:before {
  top: -48px;

}
#ocfilter-content .ocfilter-option label small.badge {
  font-size: 12px;
  padding: 0;
  background-color: transparent;
}
#ocfilter-content .ocfilter-option label {
  font-size: 13px !important;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
#ocfilter-content .ocfilter-option label:before {
  border-color: #9e9e9e;
  top: 50% !important;
  transform: translateY(-50%);
}
#ocfilter-content .ocfilter-option label.selected:before {
  background: transparent;
}
#ocfilter-content .ocfilter-option label:after {
  position: absolute;
  left: 2px;
  width: 4px;
  height: 10px;
  content: ' ';
  border: 1px solid #333333;
  border-top: 0;
  border-left: 0;
  top: 50%;
  transform: rotate(45deg) translate(-35%, -65%);
  transform-origin: center; 
  opacity: 0; 
  transition: 0.4s;
}
#ocfilter-content .ocfilter-option label.selected:after {
  opacity: 1;
}
#ocfilter-content .ocfilter-option label.selected a,
#ocfilter-content .ocfilter-option label.selected small {
  font-weight: 700;
}
#ocfilter-content .ocfilter-option .option-name {
	color: #000;
  font-size: 15px !important;
  padding: 7px 20px;
  font-weight: 400;
}
#ocfilter-content .ocfilter-option .option-name.activate {
  z-index: 99;
}
#ocfilter-content .ocfilter-option:nth-child(4) {
  margin-right: 0;
}
#ocfilter .ocfilter-delete {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 0;
  font-size: 12px;
  background: transparent;
  border: none;
}
#ocfilter .ocfilter-delete img {
  width: 12px;
  margin-right: 12px;
}
#ocfilter .ocfilter-array {
  display: flex;
  align-items: center;
}
#ocfilter .ocfilter-array-content {
  display: flex;
  align-items: center;
}
#ocfilter .ocfilter-array-title {
  font-size: 15px;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-right: 40px;
}
#ocfilter .ocfilter-array-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000;
  margin-right: 54px;
}
#ocfilter .ocfilter-array-item:hover {
  text-decoration: underline;
}
#ocfilter .ocfilter-array-item:last-child {
  margin-right: 0;
}
#ocfilter .ocfilter-array-item img {
  width: 12px;
  margin-left: 11px;
}
.option-name {
  line-height: 34px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: normal;
  font-family: "OpenSans";
  transition: 0.1s;
  transition-delay: 0.4s;
}
.option-name.activate {
  background: #FFFFFF;
  transition-delay: 0s;
}
.option-name span {
  /*margin-left: 10px;*/
}
.option-name:after {
  position: absolute;
  right: 20px;
  top: 50%;
  bottom: 0;
  width: 16px;
  height: 8px;
  background: url("/image/catalog/Icon/arrowdown_black.svg") 50% 50% no-repeat;
  content: "";
  display: block;
  transform: translateY(-50%);
  transform-origin: top;
  transition: 0.4s;
}
.option-name.activate:after {
  transform: rotate(180deg) translateY(-50%);
}
.option-values {
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px 20px 20px;
}
.option-values:before {
  content: "";
  display: block;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 1px 1px 5px #cacaca;
  box-shadow: 1px 1px 5px #cacaca;
  background: #fff;
}
@media (max-width: 1200px) {
  #ocfilter-content .ocfilter-option {
    width: 230px;
  }
  #ocfilter-content .ocfilter-option .option-name {
    font-size: 13px !important;

  }
}
@media (max-width: 768px) {
  #ocfilter {
    grid-template-columns: 100%;
    grid-gap: 15px;
  }
  #ocfilter-content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #ocfilter-content .ocfilter-option {
    margin-bottom: 10px;
  }
  .ocfilter-option .option-values {
    position: relative;
    top: 0;
  }
  .option-values:before {
    background: #fff;
  }
  #ocfilter .ocfilter-array {
    align-items: flex-start;
    flex-direction: column;
  }
  #ocfilter .ocfilter-array-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
	#ocfilter .ocfilter-delete {
		margin-bottom: 15px;
	}
  #ocfilter-content .ocfilter-option {
    width: 100%;
    margin-right: 0;
  }
  #ocfilter .ocfilter-array-item {
    margin-right: 30px;
  }
}
