

/* Start:/local/templates/ajc/js/bx_slider/jquery.bxslider.css?17236327794459*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 0px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: inherit;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  margin: 0;
  padding: 0;
  width: auto;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #C4C4C4;
  opacity: 1;
  display: block;
  width: 60px;
  height: 2px;
  border: none;
  margin: 0 10px;
  outline: 0;
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  border-radius: 0%;
  transition: .3s;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover{
  opacity: 1;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #202020;
  border: none;
  width: 60px;
  height: 2px;
}
@media (max-width: 999px) {
  .bx-wrapper .bx-pager.bx-default-pager a.active,
  .bx-wrapper .bx-pager.bx-default-pager a:focus {
    width: 23px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 23px;
    margin: 0 6px;
  }
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: calc(50% - 40px);
  background: url('/local/templates/ajc/js/bx_slider/../img/icon/arrow-left-circle.svg') no-repeat;

}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background: url('/local/templates/ajc/js/bx_slider/../img/icon/left_hover_vakanci.svg') no-repeat;
}

.bx-wrapper .bx-next {
  right: calc(50% - 40px);
  background: url('/local/templates/ajc/js/bx_slider/../img/icon/Vector.svg') no-repeat;

}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background: url('/local/templates/ajc/js/bx_slider/../img/icon/right_hover_vakanci.svg') no-repeat;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 120%;
  margin-top: -16px;
  outline: 0;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/local/templates/ajc/js/bx_slider/images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/local/templates/ajc/js/bx_slider/images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* End */


/* Start:/local/templates/ajc/css/main.css?1751894899143470*/
* {
  font-family: 'Jost', sans-serif;
  
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wraper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: flex-start;
}

.content {
  flex-grow: 1;
}

body.noScroll {
  overflow: hidden;
  height: 100%;
}

body {
  border: 2px solid #202020;
  border-top: none;
  box-sizing: border-box;
}



.container {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

.container_header {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

a {
  text-decoration: none;
  color: #202020;
}

/*################################################################### */
/* СТИЛИ ДЛЯ СКРОЛЛБАРА */
/*################################################################### */
.custom-scroll::-webkit-scrollbar {
  width: 4px;
  height: 2px;
  cursor: pointer;
}

.custom-scroll::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #202020;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #202020;
}

.custom-scroll::-webkit-scrollbar-thumb:active {
  background: #202020;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.custom-scroll::-webkit-scrollbar-track:hover {
  background: #e1e1e1;
}

.custom-scroll::-webkit-scrollbar-track:active {
  background: #e1e1e1;
}

.custom-scroll::-webkit-scrollbar-corner {
  background: transparent;
}



input {
  outline: none;
}

header {
  /* position: relative; */
  position: sticky;
  top: 0;
  z-index: 6;
}

#bx-panel-back:empty {
  height: 0 !important;
}

#bx-panel.bx-panel-folded,
#bx-panel {
  position: sticky !important;
  top: 0;
  z-index: 20 !important;
}

header.is-admin {
  position: sticky;
  top: 39px;
}

.header_sale {
  width: 100%;
  background: #202020;
  overflow: hidden;
}

.header_sale.remove {
  display: none;
}

.header_sale a {
  color: #FFF;
  text-align: center;
  text-shadow: 3px 3px 0px 0px #202020;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  padding: 8px 0;
  display: block;
}

.header_sale i {
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  right: 0;
  top: 12.5px;
  background-image: url(/img/icon/close_header.svg);
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.search_closed i {
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  right: 10px;
  top: 23.5px;
  background-image: url(/img/icon/close_header_black.svg);
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.upper-text {
  padding: 9px;
}

.header_top,
.header_bottom {
  width: 100%;
  border-bottom: 2px solid #202020;
  width: 100%;
  background-color: #fff;
}

.header_top.border {
  border-top: 2px solid #202020;
}

.header_top_wrap,
.header_bottom_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
}

.header_top_left {
  display: flex;
  align-items: center;
}

.header_top_left_catalog {
  display: none;
}

.header_top_left_logo {
  display: flex;
  align-items: center;
}

.header_top_left_logo i {
  width: 42px;
  height: 27px;
  display: block;
  background-image: url(/img/icon/logo_header.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header_top_left_logo p {
  color: #202020;
  font-size: 7.499px;
  font-style: italic;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  max-width: 95px;
  width: 100%;
  margin-left: 10px;
}

.header_top_right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_top_right_call {
  display: flex;
  align-items: center;
  transition: .3s;
}

.header_top_right_call i {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(/img/icon/call_header.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.header_top_right_call p {
  margin-bottom: 0;
  color: #202020;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 2px;
  transition: .3s;
}

.header_top_right_call:hover p {
  text-decoration: underline;
}

.header_top_right_status {
  width: 20px;
  height: 20px;
  margin: 0 30px 0 50px;
  background-image: url(/img/icon/Status.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header_top_right_bonuses {
  color: #202020;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.header_top_right_bonuses.remove,
.header_top_right_status.remove,
.header_top_right_call.remove {
  display: none;
}

.header_top_right_prodile {
  width: 40px;
  height: 40px;
  background-image: url(/img/icon/profile.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 20px 0 30px;
}

.header_top_right_prodile.remove {
  display: none;
}

.header_top_right_entrance.active {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 25px 0 25px;
  cursor: pointer;
}

.header_top_right_backer {
  width: 20px;
  height: 20px;
  background-image: url(/img/icon/cart.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header_bottom .container_header {
  max-width: 1420px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.header_bottom_left {
  display: flex;
  align-items: center;
}

.header_bottom_left a {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 120px;
  text-align: center;
  line-height: 40px;
  transition: .3s;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.header_bottom_left a:hover,
.header_bottom_left_catalog:hover {
  border-left: 2px solid #202020;
  border-right: 2px solid #202020;
  background: #F9CE62;
}

.header_bottom_left a:active,
.header_bottom_left_catalog:active {
  border-left: 2px solid #202020;
  border-right: 2px solid #202020;
  background: #202020;
  color: #fff;
}

.header_bottom_left_catalog {
  display: flex;
  align-items: center;
  width: 110px;
  justify-content: flex-start;
  line-height: 40px;
  cursor: pointer;
  transition: .3s;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 40px;
  padding-left: 10px;
}

.header_bottom_left_catalog i {
  width: 12px;
  height: 10px;
  background-image: url(/img/icon/burger.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;

}

.header_bottom_left_catalog p {
  margin-bottom: 0;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: .3s;
}

.header_bottom_left_catalog:active p {
  color: #fff;
}

.header_bottom_search {
  height: 100%;
  border-left: 2px solid #202020;
  width: 260px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}

.header_bottom_search_input {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
}

.header_bottom_search_input_sub {
  width: 20px;
  height: 20px;
  background-image: url(/img/icon/search_small.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  border: none;
  background-color: #FFF;
  cursor: pointer;
}

.header_bottom_search_input_inp {
  width: 100%;
  border: none;
  outline: none;
  height: 40px;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-right: 10px;
}

.main_slider {
  width: 100%;
  height: 430px;
}

.main_slider .slick-track {
  display: flex;
}

.main_slider_item {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  height: 430px;
}

.main-slider-holder {
  display: flex;
}

.slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.slick-dots li {
  list-style-type: none;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0.1px;
  color: #fff;
  display: block;
  width: 60px;
  height: 2px;
  background: #C4C4C4;
  margin: 0 10px;
  transition: .3s;
  border: none;
}

.slick-dots li.slick-active button {
  background: #202020;
}

.main_slider_item_tittle {
  width: 530px;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main_slider_item_tittle h1 {
  color: #202020;
  font-size: 84px;
  font-style: normal;
  font-weight: 800;
  line-height: 96%;
  letter-spacing: -3.36px;
  text-transform: uppercase;
}

.main_slider_item_tittle p {
  color: rgba(247, 210, 45, 1);
  font-size: 84px;
  font-style: normal;
  font-weight: 800;
  line-height: 96%;
  letter-spacing: -3.36px;
  text-transform: uppercase;
}

.main_slider_item_tittle a {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.main_slider_item_tittle a p {
  color: #202020;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-right: 15px;
  letter-spacing: normal;
}

.main_slider_item_tittle a:hover p {
  text-decoration: underline;
}

.main_slider_item_tittle a i {
  width: 13.5px;
  height: 13.5px;
  background-image: url(/img/icon/arrow_more.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main_slider_item_img {
  width: 100%;
  height: 430px;
}

.main_slider_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.main {
  margin-bottom: 80px;
  border-bottom: 2px solid #202020;
}

.arrivals {
  margin-top: 60px;
}

.banner {
  margin-top: 60px;
}

.arrivals_box {
  border: 2px solid #202020;
}

.arrivals_box.write_review {
  max-width: 768px;
  width: 100%;
}

.arrivals_box_header {
  border-bottom: 2px solid #202020;
  background: #EEE;
  height: 60px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arrivals_box_header h3 {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.arrivals_box_header a {
  display: flex;
  align-items: center;
  transition: .3s;
}

.arrivals_box_header a:hover p {
  text-decoration: underline;
}

.arrivals_box_header a p {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-right: 10px;
  transition: .3s;
}

.arrivals_box_header a i {
  width: 9px;
  height: 9px;
  background-image: url(/img/icon/arroe_more_small.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.arrivals_box_body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.align-unset {
  align-items: unset;
}

.arrivals_box_body_item {
  width: 20%;
  position: relative;
  height: 382px;
  border-right: 2px solid #202020;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
}

.arrivals_box_body_item:hover {
  box-shadow: 0px 0px 5px 2px rgba(32, 32, 32, 0.2) inset;
}

.arrivals_box_body .arrivals_box_body_item:nth-child(5n+5) {
  border-right: none;
}

.arrivals_box_body .arrivals_box_body_item:nth-child(-n+5) {
  border-bottom: 2px solid #202020;
}

.arrivals_box_body_item_tag {
  background: #202020;
  padding: 10px;
  color: #F7D22D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: absolute;
  top: 0;
  left: 0;
}

.arrivals_box_body_item_img {
  width: calc(100% - 10px);
  margin: 0 auto;
  height: 248px;
  overflow: hidden;
  margin-top: 5px;
}

.arrivals_box_body_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.arrivals_box_body_item_discription {
  padding: 0px 16px;
  margin: 16px 0 30px 0;
  color: #202020;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  height: 44px;
  transition: .3s;
}

.arrivals_box_body_item:hover .arrivals_box_body_item_discription,
.arrivals_box_body_item:hover .arrivals_box_body_item_price {
  color: #00683E;
}

.arrivals_box_body_item_price {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 0 16px 20px 16px;
}

.banner_box {
  width: 100%;
  border: 2px solid #202020;
  background: linear-gradient(180deg, #FF2C2C 0%, #9747FF 100%);
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 46px;
}

.banner_box_tittle {
  color: #FFF;
  max-width: 331px;
  width: 100%;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.banner_box p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 16px;
}

.blog_box_body {
  display: flex;
}

.blog_box_body_img {
  width: 66.55%;
  height: auto;
  overflow: hidden;
  flex-shrink: 0;
}

.blog_box_body_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.blog_box_body_itemBig {
  width: 100%;
  height: auto;
  padding: 20px;
  border-left: 2px solid #202020;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog_box_body_item_tittle {
  color: #202020;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

.blog_box_body_item_tag {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.blog_box_body_item_tag_item {
  background: #202020;
  padding: 3px 5px;
  color: #F7D22D;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-right: 15px;
  width: auto !important;
  transition: .3s;
  border: 2px solid #202020;
}

.blog_box_body_item_tag_item:hover {
  border: 2px solid #202020;
  background: #F6B109;
  color: #202020;
}

.blog_box_body_item_tag .blog_box_body_item_tag_item:last-child {
  margin-right: 0px;
}

.blog_box_body_item_time {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}

.blog_box_body_itemBig p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height: 101px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog_box_body_itemBig a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.blog_box_body_itemBig .blog_box_body_item_flex a p {
  color: #202020;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-right: 10px;
  height: auto;
  font-family: 'Jost', sans-serif;
  margin-bottom: 0px;
}

.blog_box_body_itemBig .blog_box_body_item_flex a i {
  width: 9px;
  height: 9px;
  background-image: url(/img/icon/arroe_more_small.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog_box_body_item {
  width: calc(100% / 3);
  padding: 20px;
  border-right: 2px solid #202020;
  border-top: 2px solid #202020;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog_box_body .blog_box_body_item:last-child {
  border: none;
  border-top: 2px solid #202020;
}

.blog_box_body_item .blog_box_body_item_tittle {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: none;
  margin-bottom: 10px;
}

.blog_box_body_item p {
  overflow: hidden;
  color: #202020;
  text-overflow: ellipsis;
  font-family: 'IBM Plex Mono', monospace;
  height: 40px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
}

.blog_box_body_item .blog_box_body_item_tag {
  margin-bottom: 10px;
}

.blog_box_body_item .blog_box_body_item_tag_item {
  color: #F7D22D;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 2px 6px;
  transition: .3s;
}

.blog_box_body_item .blog_box_body_item_tag_item:hover {
  color: #202020;
}

.blog_box_body_item_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog_box_body_item_flex a {
  display: flex;
  align-items: center;
  margin: 0;
}

.blog_box_body_item_flex .blog_box_body_item_time {
  margin: 0;
}

.blog_box_body_item_flex a p {
  height: auto;
  color: #202020;
  text-align: right;
  font-size: 11.806px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-right: 7px;
  font-family: 'Jost', sans-serif;
  margin-bottom: 0;
  transition: .3s;
}

.blog_box_body_item_flex a:hover p {
  text-decoration: underline;
}

.blog_box_body_item_flex a i {
  width: 7px;
  height: 7px;
  background-image: url(/img/icon/arrow_more_small_very.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.media_box_body {
  display: flex;
}

.media_box_body_item {
  width: calc(100% / 3);
  border-right: 2px solid #202020;
  text-decoration: none;
}

.media_box_body .media_box_body_item:last-child {
  border: none;
}

.media_box_body_item_video {
  width: 100%;
  height: 248px;
  overflow: hidden;
}

.media_box_body_item_video iframe {
  width: 100%;
  height: 100%;
}

.media_box_body_item_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media_box_body_item p {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 0 20px;
  margin: 20px 0 10px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 50px;
}

.media_box_body_item span {
  color: rgba(32, 32, 32, 0.50);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 0 20px 30px 20px;
  display: block;
}

footer {
  margin-top: 60px;
  border-top: 2px solid #202020;
  background: #EEE;
  padding: 40px 0 12px 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footer_left {
  display: flex;
  justify-content: space-between;
  width: 24%;
}

.footer_left_item a {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 5px;
  display: block;
  transition: .3s;
}

.footer_left_item a:hover {
  text-decoration: underline;
}

.footer_left_item a:last-child {
  margin-bottom: 0px;
}

.footer_left_item {
  width: 120px;
}

.footer_middle {
  width: 205px;
}

.footer_middle_contact a,
.footer_middle_contact p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: .3s;
}

.footer_middle_contact a:hover {
  text-decoration: underline;
}

.footer_middle_contact {
  margin-bottom: 5px;
}

.footer_middle .footer_middle_contact:last-child {
  margin-bottom: 0px;
}

.footer_right p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
  max-width: 300px;
  width: 100%;
}

.footer_right {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.footer_right_subscription {
  display: flex;
  align-items: center;
}
.footer_right_subscription form {
  display: flex;
}

.footer_right_subscription input[type=text] {
  width: 60%;
  border: 2px solid #202020;
  background: #FFF;
  padding: 10px 34px 10px 10px;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  height: 40px;
}

.footer_right_subscription input[type=submit] {
  border: 2px solid #202020;
  background: #F9CE62;
  border-left: none;
  height: 40px;
  width: 40%;
  color: #202020;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
  transition: .3s;
}

.footer_right_subscription input[type=submit]:hover {
  color: #fff;
  background-color: #202020;
}

.footer_right_socialnetwork {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer_right_socialnetwork a:nth-child(1) {
  width: 30px;
  height: 30px;
  background-image: url(/img/icon/VK.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
  transition: .3s;
}

.footer_right_socialnetwork a:nth-child(1):hover {
  background-image: url(/img/icon/vk_hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}

.footer_right_socialnetwork a:nth-child(2) {
  width: 30px;
  height: 30px;
  background-image: url(/img/icon/Watsapp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
  transition: .3s;
}

.footer_right_socialnetwork a:nth-child(2):hover {
  background-image: url(/img/icon/whatsapp_hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}

.footer_right_socialnetwork a:nth-child(3) {
  width: 30px;
  height: 30px;
  background-image: url(/img/icon/youtube.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .3s;
}

.footer_right_socialnetwork a:nth-child(3):hover {
  background-image: url(/img/icon/youtube_hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}

.footer_bottom {
  margin-top: 43px;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.header_top_right_search {
  display: none;
}

.mobMenu {
  position: absolute;
  top: -120%;
  left: 0;
  border: 2px solid #202020;
  background: #FFF;
  z-index: 5;
  padding: 20px 20px 40px 20px;
  max-width: 360px;
  width: 100%;
  height: 560px;
  transition: .3s;
  opacity: 0;
}

.mobMenu.active {
  top: 79px;
  opacity: 1;
}

.mobMenu.border.active,
.pop_mobCatalog.border.active {
  top: 39px;
  opacity: 1;
}

/* .popBacket.border.active {
  top: 42px;
} */

.mobMenu_catalog {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  transition: .3s;
}

.mobMenu_catalog:hover {
  text-decoration: underline;
}

.mobMenu_line {
  width: 100%;
  height: 2px;
  background: #202020;
  margin: 18px 0;
}

.mobMenu a {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 26px;
  display: block;
  transition: .3s;
}

.mobMenu a:hover {
  text-decoration: underline;
}

.mobMenu_status {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  margin-top: 15px;
}

.mobMenu_status p {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-left: 10px;
}

.mobMenu_status i {
  width: 20px;
  height: 20px;
  background-image: url(/img/icon/Status.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mobMenu_bonus {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-left: 10px;
}

.pop_catalog {
  position: absolute;
  top: -120%;
  left: calc((100% - 1240px)/2);
  border: 2px solid #202020;
  background: #FFF;
  /* z-index: 6; */
  z-index: -1;
  display: flex;
  width: 1240px;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
  user-select: none;
}

.pop_catalog.active {
  top: calc(100% - 1.5px);
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
}

.pop_catalog_close {
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  right: 20px;
  top: 20px;
  background-image: url(/img/icon/close_pop.svg);
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  z-index: 2;
}

.pop_catalog_tab {
  padding: 20px;
  border-right: 2px solid #202020;
  flex-shrink: 0;
}

.pop_catalog_tab_tittle {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.pop_catalog_tab_wrap_item {
  padding: 10px;
  background-color: #fff;
  width: 210px;
  transition: .3s;
  cursor: pointer;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
}

.pop_catalog_tab_wrap_item:hover {
  background: #EEE;
}

.pop_catalog_tab_wrap_item.active {
  background-color: #202020;
  color: #fff;
  padding-left: 25px;
}

.pop_catalog_tab_wrap_item.active::after {
  width: 5px;
  height: 10px;
  content: '';
  display: block;
  background-image: url(/img/icon/arrow_active_pop_catalog.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 17px;
  left: 10px;
}

.pop_catalog_body {
  position: relative;
  width: 100%;
}

.pop_catalog_body_wrap {
  position: absolute;
  padding: 20px;
  display: none;
  width: 100%;
}

.pop_catalog_body_wrap.active {
  display: block;
  position: relative;
}

.pop_catalog_body_wrap_tittle {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.pop_catalog_body_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.pop_catalog_body_wrap_tittle span {
  font-size: 13px;
}

.pop_catalog_body_item_category {
  width: calc((100% / 3) - 13px);
  margin-bottom: 10px;
}

.pop_catalog_body_item_category_tittle {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pop_catalog_body_item_category_elem {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  transition: .3s;
}

.pop_catalog_body_item_category_elem:hover {
  text-decoration: underline;
}

.pop_mobCatalog {
  position: absolute;
  top: -120%;
  left: 0;
  border: 2px solid #202020;
  background: #FFF;
  z-index: 6;
  padding: 20px 20px 40px 20px;
  max-width: 360px;
  width: 100%;
  transition: .3s;
  opacity: 0;
}

.pop_mobCatalog.active {
  top: 79px;
  opacity: 1;
}

.pop_mobCatalog_tittle {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.pop_mobCatalog_item_head {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  padding: 10px;
  background-color: #fff;
  width: 100%;
  transition: .3s;
  cursor: pointer;
  position: relative;
}

.pop_mobCatalog_item.active .pop_mobCatalog_item_head {
  color: #FFF;
  background: #202020;
  padding-left: 25px;
}

.pop_mobCatalog_item.active .pop_mobCatalog_item_head::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 10px;
  top: 17px;
  left: 10px;
  display: block;
  background-image: url(/img/icon/arrow_active_pop_catalog.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pop_mobCatalog_item.active .pop_mobCatalog_item_body {
  display: block;
}

.pop_mobCatalog_item_body,
.pop_mobCatalog_item_body_elem_body {
  padding-left: 20px;
}

.pop_mobCatalog_item .pop_mobCatalog_item_body {
  display: none;
}

.pop_mobCatalog_item_body_elem_head {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
}

.pop_mobCatalog_item_body_elem_body a {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.pop_mobCatalog_item_body_elem_body {
  height: 0.1px;
  overflow: hidden;
  transition: .3s;
}

.pop_mobCatalog_item_body_elem.active .pop_mobCatalog_item_body_elem_body {
  height: auto;
}

.popBacket {
  position: absolute;
  top: 100%;
  right: 0;
  border: 2px solid #202020;
  background: #FFF;
  padding: 20px;
  z-index: 8;
  display: none;
  transition: .3s;
  min-width: 360px;
  max-width: 360px;
  width: 100%;
}

.popBacket.active {
  display: block;
}

.popBacket_tittle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.popBasket_items_list {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 10px;
}

.popBasket_close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  cursor: pointer;
}

.popBacket_item {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
}

.popBacket_item_left {
  width: 204px;
  margin-right: 20px;
}

.popBacket_item_price {
  color: #202020;
  text-align: right;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  flex-shrink: 0;
}

.popBacket_item_left_num {
  display: inline;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.popBacket_item_left span {
  display: inline;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.popBacket_item_left p {
  display: inline;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

/* .popBacket_item_left a {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
} */

.popBacket_line {
  margin: 20px 0;
  width: 100%;
  height: 2px;
  background-color: #202020;
}

.popBacket_total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popBacket_total p,
.popBacket_total span {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.popBacket_btn {
  margin-top: 20px;
  width: 100%;
  border: 2px solid #202020;
  background: #0D8821;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  display: block;
  transition: .3s;
  cursor: pointer;
}

.popBacket_btn:hover {
  background-color: #202020;
}

.bread_crumbs {
  margin-top: 25px;
}

.bread_crumbs a {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.bread_crumbs span {
  width: 5px;
  height: 10px;
  display: inline-block;
  margin: 0 10px;
  background-image: url(/img/icon/arrow_breadcrumbs.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bread_crumbs p {
  color: #202020;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  display: inline-block;
}

.product_num {
  color: #202020;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.product.first {
  margin-top: 25px;
}

.product {
  margin-top: 10px;
}

.product_box_filter {
  padding: 0 20px;
  border: 1px solid #202020;
}

.product_box_filter_head {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  padding: 16px 0;
  position: relative;
  transition: .3s;
  cursor: pointer;
}

.product_box_filter_head::after {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  right: 0;
  width: 12px;
  height: 6px;
  background-image: url(/img/icon/arrow_input_options.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.open .product_box_filter_head::after {
  transform: rotate(180deg);
}

.product_box_body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.product_box_body_item {
  width: calc(100%/5);
  border: 1px solid #202020;
  position: relative;
  transition: .3s;
}

.product_box_body_item:hover {
  box-shadow: 0px 0px 5px 2px rgba(32, 32, 32, 0.2) inset;
}

.product_box_body_item_img {
  width: calc(100% - 10px);
  margin: 5px auto 0 auto;
  height: 250px;
  overflow: hidden;
}

.product_box_body_item_img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}

.product_box_body_item_discription {
  padding: 16px 16px 20px 16px;
}

.product_box_body_item_discription p {
  overflow: hidden;
  color: #202020;
  text-overflow: ellipsis;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /*height: 42px;*/
  transition: .3s;
}

.product_box_body_item:hover .product_box_body_item_discription p,
.product_box_body_item:hover .product_box_body_item_discription span {
  color: #00683E;
}

.product_box_body_item_discription span {
  display: block;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: 30px;
  transition: .3s;
}

.product_box {
  border: 1px solid #202020;
  width: calc(100% - 3px);
}

.product_box_header {
  border: 1px solid #202020;
  background: #EEE;
  height: 60px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_box_header h3 {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.product_box_footer {
  border: 1px solid #202020;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_box_footer_pag {
  display: flex;
  align-items: center;
}

.product_box_footer_pag_item {
  width: 40px;
  height: 40px;
  border-right: 2px solid #202020;
  text-align: center;
  line-height: 40px;
  transition: .3s;
  cursor: pointer;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.product_box_footer_pag_item.active {
  background: #202020;
  color: #fff;
}

.product_box_footer_pag_item:hover {
  background: #EEE;
}

.product_box_footer_pag .product_box_footer_pag_item:nth-child(1) {
  background-image: url(/img/icon/arrow_pag_prev.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.product_box_footer_pag .product_box_footer_pag_item:last-child {
  background-image: url(/img/icon/arrow_pag_next.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.product_box_footer_view {
  display: flex;
}

.product_box_footer_view p {
  color: #202020;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-right: 20px;
  text-transform: uppercase;
}

.product_box_footer_view a {
  width: 40px;
  height: 40px;
  color: #202020;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  transition: .3s;
}

.product_box_footer_view a:hover {
  background: #EEE;
}

.product_box_footer_view a.active {
  color: #fff;
  background: #202020;
}

.product_box_header a {
  display: flex;
  align-items: center;
  transition: .3s;
}

.product_box_header a p {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-right: 10px;
  transition: .3s;
}

.product_box_header a:hover p {
  text-decoration: underline;
}

.product_box_header a i {
  width: 9px;
  height: 9px;
  background-image: url(/img/icon/arroe_more_small.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product_box_filter_body {
  display: none;
}

.product_box_filter_body_box {
  display: flex;
}

.product_box_filter_body_box_top {
  max-width: 200px;
  width: 100%;
  margin-right: 20px;
  position: relative;
}

.product_box_filter_body_box .product_box_filter_body_box_top:last-child {
  margin-right: 0;
}

.product_box_filter_body_box_top label {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
}

.product_box_filter_body_box_top_inp {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.product_box_filter_body_box_top_inp::after {
  position: absolute;
  top: 17px;
  right: 10px;
  content: '';
  display: block;
  width: 12px;
  height: 6px;
  background-image: url(/img/icon/arrow_input_options.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: .3s;
}

.product_box_filter_body_box_top.active .product_box_filter_body_box_top_inp::after {
  transform: rotate(180deg);
}

.product_box_filter_body_box_top_inp input {
  width: 100%;
  padding: 10px 30px 10px 10px;
  border: 2px solid #202020;
  background: #FFF;
  height: 40px;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  pointer-events: none;
}

.product_box_filter_body_box_top_option {
  position: absolute;
  border: 2px solid #202020;
  z-index: 2;
  top: 68px;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
}

.product_box_filter_body_box_top.active .product_box_filter_body_box_top_option {
  display: block;
}

.product_box_filter_body_box_top_option span {
  display: block;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  transition: .3s;
  padding: 10px 5px;
}

.product_box_filter_body_box_top_option span:hover {
  background-color: #EEE;
}

.product_box_filter_body_line {
  width: 100%;
  height: 2px;
  background: #202020;
  margin: 20px 0;
}

.product_box_filter_body_acc_head {
  color: #202020;
  padding-left: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.product_box_filter_body_acc_head::after {
  position: absolute;
  top: 7px;
  left: 0px;
  content: '';
  display: block;
  width: 12px;
  height: 6px;
  background-image: url(/img/icon/arrow_input_options.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: .3s;
}

.product_box_filter_body_acc.open .product_box_filter_body_acc_head::after {
  transform: rotate(180deg);
}

.product_box_filter_body_acc_body {
  width: 100%;
  display: none;
}

.product_box_filter_body_acc_body_wrap {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}

.product_box_filter_body_acc_body_item {
  margin-top: 20px;
  display: flex;
  align-items: center;
  width: 25%;
  margin-right: 20px;
}

.product_box_filter_body_acc_body_item label {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 20px;
  cursor: pointer;
}

.product_box_filter_body_acc_body_item_inp {
  position: relative;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.product_box_filter_body_acc_body_item_inp input {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  opacity: 0;
}

.product_box_filter_body_acc_body_item_inp label {
  position: relative;
  width: 10px;
  height: 10px;
  border: 2px solid #202020;
  border-radius: 50%;
  cursor: pointer;
  transition: .3s;
  display: block;
  margin-left: 0px;
}

.product_box_filter_body_acc_body_item_inp label:hover {
  background: #eee;
}

.product_box_filter_body_acc_body_item_inp input[type=checkbox]:checked+label {
  background: #202020;
  border: 2px solid #202020;
}

.product_box_filter_body_space {
  width: 100%;
  height: 20px;
}

.product_item {
  display: flex;
  justify-content: space-between;
}

.product_item_left,
.product_item_right {
  width: 50%;
}

.product_item_left_product {
  /* border: 2px solid #202020;*/
  border-right: none;
  width: 100%;
  position: relative;
}
.product_item_left_product svg{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  cursor: pointer;
  pointer-events: none;
}

.product_item_left_product_arrow {
  position: absolute;
  width: 100%;
  height: 20px;
  top: 40%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_item_left_product_arrow_left,
.product_item_left_product_arrow_right {
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_item_left_product_arrow_left i, .product_item_left_product_arrow_right i {
  width: 15px;
  height: 16px;
  background-image: url(/img/icon/arroe_more_small.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product_item_left_product_arrow_left i{
  transform: rotate(180deg);
}

.slick-initialized .slick-slide {

  border: 1px solid;
}

.product_item_right_discription {
  width: 100%;
  border: 2px solid #202020;
}

.product_item_left_product_slbig {
  width: 100%;
  height: 421px;
}

.product_item_left_product_slbig_item {
  width: 100%;
  height: 421px;
  overflow: hidden;
}

.product_item_left_product_slbig_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product_item_left_product_slsmall {
  width: 100%;
  height: 125px;
}

.product_item_left_product_slsmall_item {
  width: 125px;
  height: 125px;
  overflow: hidden;
}

.product_item_left_product_slsmall_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product_item_right_discription h1 {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 20px;
}

.product_item_right_discription_art {
  /*color: rgba(32, 32, 32, 0.50);*/
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 0 20px 20px 20px;
}

/*.product_item_right_discription p:nth-child(3) {*/
.product_item_right_discription_text {
  color: #202020;
  /*display: flex;*/
  justify-content: space-around;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 20px 20px 20px;
  flex-wrap: wrap;
}

.product_item_right_discription_quantity {
  color: rgba(32, 32, 32, 0.50);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 0 20px 20px 20px;
}

.product_item_right_discription_price {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 0 20px 20px 20px;
}

.product_item_right_subscribe_holder {
  padding: 0 20px 20px 20px;
}

.product_item_right_discription_btn {
  padding: 0 20px 20px 20px;
  display: flex;
  justify-content: space-between;
}

.product_item_right_discription_btn_select {
  width: calc(65% - 10px);
  height: 40px;
  border: 2px solid #202020;
  background: #FFF;
  position: relative;
  cursor: pointer;
}

.product_item_right_discription_btn_select::after {
  width: 12px;
  height: 6px;
  background-image: url(/img/icon/arrow_selector.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  left: 10px;
  transition: .3s;
}

.product_item_right_discription_btn_select.active::after {
  transform: rotate(180deg);
}

.product_item_right_discription_btn_select input {
  width: 100%;
  height: 40px;
  padding: 10px 10px 12px 32px;
  border: none;
  background: transparent;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  cursor: pointer;
}

.product_item_right_discription_btn_select input::placeholder {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.product_item_right_discription_btn_backet {
  border: 2px solid #202020;
  background: #0D8821;
  width: calc(45% - 10px);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.product_item_right_discription_btn_backet:hover {
  background: #202020;
  color: #fff;
}

.product_item_right_discription_btn_backet p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: .3s;
}

.product_item_right_discription_btn_backet i {
  width: 20px;
  height: 18px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/img/icon/backet_btn_card.svg);
}

.product_item_right_discription_btn_select_box {
  width: calc(100% + 4px);
  position: absolute;
  top: 36px;
  left: -2px;
  background-color: #fff;
  border: 2px solid #202020;
  border-top: none;
  padding: 0 10px;
  display: none;
  z-index: 5;
}

.product_item_right_discription_btn_select.active .product_item_right_discription_btn_select_box {
  display: block;
  overflow: hidden;
  max-height: 254px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.product_item_right_discription_btn_select_box div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #202020;
  padding: 8px 0;
  flex-direction: row;
  flex-wrap: nowrap;
}

.product_item_right_discription_btn_select_box div p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-wrap: nowrap;
  flex: 1 1 10%;
}

.product_item_right_discription_btn_select_box div span {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-wrap: wrap;
  flex: 2 1 40%;
}

.product_item_right_discription_accordion_head {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  border-top: 2px solid #202020;
  padding: 10px 20px;
  position: relative;
  transition: .3s;
  cursor: pointer;
}

.product_item_right_discription_accordion_head::after {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 22px;
  content: '';
  display: block;
  background-image: url(/img/icon/arrow_accordion.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3s;
}

.open .product_item_right_discription_accordion_head {
  color: #fff;
  background: #202020;
}

.open .product_item_right_discription_accordion_head::after {
  background-image: url(/img/icon/arrow_accordion_open.svg);
}

.product_item_right_discription_accordion li {
  list-style-type: none;
}

.product_item_right_discription_accordion_body {
  display: none;
}

.product_item_right_discription_accordion_body {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 20px;
}

.product_box_body_review {
  width: calc(100%/3);
  border: 1px solid #202020;
  padding: 20px;
}

.product_box_body_review_box {
  display: flex;
}

.product_box_body_review_box_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}

.product_box_body_review_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product_box_body_review_box_discription {
  margin-left: 20px;
}

.product_box_body_review_box_discription p {
  color: #000;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px;
}

.product_box_body_review_box_discription span {
  color: rgba(32, 32, 32, 0.50);
  font-family: 'IBM Plex Mono', monospace;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.product_box_body_review p:nth-child(2) {
  color: #000;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 20px 0;
}

.product_box_body_review a {
  color: #202020;
  text-align: right;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  transition: .3s;
}

.product_box_body_review a:hover {
  text-decoration-line: underline;
}

.write_review_box {
  padding: 20px 20px 30px 20px;
}

.write_review_box_flex {
  display: flex;
  align-items: center;
}

.write_review_box_flex_img {
  width: 152px;
  height: 152px;
  overflow: hidden;
  margin-right: 20px;
  flex-shrink: 0;
}

.write_review_box_flex_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.write_review_box_flex_discription p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  max-width: 390px;
  width: 100%;
  margin-bottom: 10px;
}

.write_review_box_flex_discription span {
  color: rgba(32, 32, 32, 0.50);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.write_review_box_tittle {
  color: #202020;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 40px;
}

.write_review_box textarea {
  width: 100%;
  height: 44px;
  border: 2px solid #202020;
  background: #FFF;
  padding: 10px;
  display: block;
  margin-top: 20px;
  overflow: auto;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.write_review_box textarea::placeholder {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.write_review_box textarea:focus {
  border-radius: none;
  outline: none;
}

.write_review_box input[type="submit"] {
  border: 2px solid #202020;
  background: #F9CE62;
  width: 200px;
  height: 40px;
  color: #202020;
  margin-top: 20px;
  color: #202020;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  transition: .3s;
  cursor: pointer;
}

.write_review_box input[type="submit"]:hover {
  color: #fff;
  background-color: #202020;
}

.arrivals_box_header.reviews {
  background: #fff;
}

.reviews_item {
  border-bottom: 2px solid #202020;
  padding: 20px 20px 30px 20px;
}

.arrivals_box .reviews_item:last-child {
  border-bottom: none;
}

.reviews_item_flex {
  display: flex;
}

.reviews_item_flex_img {
  margin-right: 20px;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.reviews_item_flex_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.reviews_item_flex_body {
  width: 100%;
}

.reviews_item_flex_body p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 10px;
}

.reviews_item_flex_body_tittle {
  color: rgba(32, 32, 32, 0.50);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* text-transform: uppercase; */
  margin-top: 10px;
}

.reviews_item_flex_body_tittle span{
  color:#202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;

}

/*.reviews_item_flex_body_tittle 14_02_25{
  color:
  font-family: 'IBM Plex Mono', monospace;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: 30px;
}*/

.reviews_item_flex_body_name {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.reviews_item_flex_body_grade {
  display: flex;
}

.reviews_item_flex_body_grade i.plus {
  width: 12px;
  height: 12px;
  background-image: url(/img/icon/star_plus.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.reviews_item_flex_body_grade i.minus {
  width: 12px;
  height: 12px;
  background-image: url(/img/icon/star_minus.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.reviews_item_flex_body_date {
  margin-top: 10px;
  color: rgba(32, 32, 32, 0.50);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.reviews_item_flex_body_btn {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: space-between;
}

.reviews_item_flex_body_btn a {
  color: rgba(32, 32, 32, 0.50);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  transition: .3s;
}

.reviews_item_flex_body_btn a:hover {
  text-decoration: underline;
}

.reviews_item_flex_body_btn div a {
  margin-left: 20px;
}

.reviews_item_answer {
  margin-left: 80px;
  margin-top: 40px;
}

.reviews_item_flex_body_answer {
  color: #0D8821;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.reviews_btn_mobile {
  display: none;
  width: calc(100% - 40px);
  margin: 40px auto 0 auto;
  height: 40px;
  border: 2px solid #202020;
  background: #F9CE62;
  line-height: 36px;
  color: #202020;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  transition: .3s;
  cursor: pointer;
  text-decoration: none;
}

.reviews_btn_mobile:hover {
  background: #202020;
  color: #fff;
}

.contact_item {
  padding: 20px;
  border-bottom: 2px solid #202020;
  display: flex;
}

.arrivals_box .contact_item:last-child {
  border-bottom: none;
}

.contact_item_tittle {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  max-width: 270px;
  width: 100%;
  flex-shrink: 0;
  margin-right: 40px;
}

.contact_item_box {
  width: 100%;
}

.contact_item_box_wrap {
  display: flex;
  width: 100%;
}

.contact_item_box_tittle {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-right: 20px;
  max-width: 270px;
  width: 100%;
}

.contact_item_box_discription {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.contact_item_box_discription_level {
  display: flex;
}

.contact_item_box_discription .contact_item_box_discription_level:nth-child(1) i {
  width: 17px;
  height: 22px;
  background-image: url(/img/icon/address.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  margin-right: 20px;
}

.contact_item_box_discription .contact_item_box_discription_level:nth-child(1) p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 247px;
}

.contact_item_box .contact_item_box_wrap {
  margin-bottom: 20px;
}

.contact_item_box_discription_level a {
  display: flex;
  align-items: center;
}

.contact_item_box_discription_level a.call i {
  width: 17px;
  height: 17px;
  background-image: url(/img/icon/contact_call.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-right: 20px;
}

.contact_item_box_discription_level a.whs i {
  width: 17px;
  height: 17px;
  background-image: url(/img/icon/contact_whs.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-right: 20px;
}

.contact_item_box_discription_level a p {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.contact_item_box_discription_level a:nth-child(1) {
  margin-bottom: 8px;
}

.contact_item_box_discription .contact_item_box_discription_level:nth-child(2) {
  flex-direction: column;
  flex-shrink: 0;
}

.news_box {
  display: flex;
  justify-content: space-between;
}

.news_box_left {
  width: 100%;
  margin-right: 20px;
}

.news_box_right {
  width: 370px;
  flex-shrink: 0;
}

.news_box_articles {
  border: 2px solid #202020;
}

.news_box_articles_head {
  height: 60px;
  border-bottom: 2px solid #202020;
  background: #EEE;
  padding: 10px 20px;
  width: 100%;
}

.news_box_articles_head h3 {
  color: #202020;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
}

.news_box_articles_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #202020;
}

.news_box_articles .news_box_articles_item:last-child {
  border-bottom: none;
}

.news_box_articles_item_img {
  width: 50%;
  height: auto;
}

.news_box_articles_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news_box_articles_item_discription {
  width: 50%;
  padding: 12px;
  border-left: 2px solid #202020;
}

.news_box_articles_item_discription_tittle {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.news_box_articles_item_discription_tab {
  display: flex;
  flex-wrap: wrap;
}

.news_box_articles_item_discription_tab_item {
  background: #202020;
  padding: 5px 10px;
  color: #F7D22D;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-right: 15px;
  margin-top: 12px;
}

.news_box_articles_item_discription p {
  overflow: hidden;
  color: #202020;
  text-overflow: ellipsis;
  height: 35px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 12px 0;
}

.news_box_articles_item_discription_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_box_articles_item_discription_flex span {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.news_box_articles_item_discription_flex a {
  display: flex;
  align-items: center;
}

.news_box_articles_item_discription_flex a p {
  margin: 0;
  padding: 0;
  height: auto;
  color: #202020;
  text-align: right;
  font-size: 11.806px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-right: 7px;
  transition: .3s;
}

.news_box_articles_item_discription_flex a i {
  width: 7px;
  height: 7px;
  background-image: url(/img/icon/arrow_more.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news_box_articles_item_discription_flex a:hover p {
  text-decoration: underline;
}

.news_box_events {
  border: 2px solid #202020;
}

.news_box_events_item {
  padding: 12px 12px 0 12px;
  text-decoration: none;
  display: block;
}

.news_box_events_item_tittle {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.news_box_events_item p {
  overflow: hidden;
  color: #202020;
  text-overflow: ellipsis;
  font-family: 'IBM Plex Mono', monospace;
  height: 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 12px 0;
}

.news_box_events_item span {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  opacity: .5;
}

.news_box_events_more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 12px;
}

.news_box_events_more p {
  color: #202020;
  font-size: 11.806px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-right: 7px;
}

.news_box_events_more:hover p {
  text-decoration: underline;
}

.news_box_events_more i {
  width: 7px;
  height: 7px;
  background-image: url(/img/icon/arrow_more.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news.first {
  margin-top: 25px;
}

.news_single {
  padding: 40px;
}

.news_single_tittle {
  color: #202020;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.news_single_data {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: .5;
  margin: 20px 0 0 0;
}

.news_single p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
}

.news_single ul {
  padding-left: 17px;
}

.news_single ul li {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.news_single_btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_single_btn a {
  width: 200px;
  height: 40px;
  border: 2px solid #202020;
  background: #FFF;
  color: #202020;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  transition: .3s;
}

.news_single_btn a:hover {
  background-color: #202020;
  color: #fff;
}

.about_box {
  border: 2px solid #202020;
  padding: 40px;
  width: 100%;
}

.about_box_header {
  padding-bottom: 20px;
  border-bottom: 2px solid #202020;
}

.about_box_header h3 {
  color: #202020;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.about_box_body p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.about_box_body ul {
  padding-left: 16px;
  margin-top: 20px;
}

.about_box_body ul li {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.about_box_body a {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.about_box_body_tittle {
  color: #202020;
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.about_box_body_btn {
  margin-top: 20px;
  width: 295px;
  height: 60px;
  border: 2px solid #202020;
  line-height: 56px;
  text-align: center;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
}

.about_box_body_btn:hover {
  background-color: #202020;
  color: #fff;
}

.faq_accordion {
  width: 100%;
}

.faq_accordion_body {
  display: none;
}

.faq_accordion li {
  list-style-type: none;
}

.faq_accordion li .faq_accordion_header {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  height: 60px;
  background: transparent;
  padding-left: 20px;
  width: 100%;
  border: 1px solid #202020;
  position: relative;
  transition: .3s;
  cursor: pointer;
}

.faq_accordion li.open .faq_accordion_header {
  color: #fff;
  background-color: #202020;
}

.faq_accordion li .faq_accordion_header::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 21px;
  right: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/img/icon/arrow_accordion.svg);
}

.faq_accordion li.open .faq_accordion_header::after {
  background-image: url(/img/icon/arrow_accordion_open.svg);
}

.faq_accordion_body {
  border: 1px solid #202020;
  padding: 20px;
}

.faq_accordion_body p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.faq_accordion_body p a {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.faq_accordion_body ul li {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  list-style-type: disc;
}

.faq_accordion_body ul {
  padding-left: 24px;
}

.profile_box_body {
  display: flex;
}

.profile_box_body_left {
  width: 240px;
  flex-shrink: 0;
  border: 1px solid #202020;
}

.profile_box_body_left_head {
  border-bottom: 2px solid #202020;
  padding: 20px;
}

.profile_box_body_left_head_flex {
  display: flex;
  align-items: center;
}

.profile_box_body_left_head_flex_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.profile_box_body_left_head_flex_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.profile_box_body_left_head_flex_name {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

.profile_box_body_left_head_status {
  display: flex;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 22px;
}

.profile_box_body_left_head_status p {
  color: #FF8A00;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.profile_box_body_left_head_status i {
  width: 20px;
  height: 20px;
  background-image: url(/img/icon/Status.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}

.profile_box_body_left_head_bonus {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile_box_body_left_head_bonus p,
.profile_box_body_left_head_bonus span {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.profile_box_body_left_tab {
  padding: 40px 20px;
  border-bottom: 2px solid #202020;
}

.profile_box_body_left_tab_item {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  cursor: pointer;
  transition: .3s;
  display: block;
  text-decoration: none;
}

.profile_box_body_left_tab_item.active {
  font-weight: 700;
}

.profile_box_body_left_exit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  cursor: pointer;
  transition: .3s;
}

.profile_box_body_left_exit i {
  width: 24px;
  height: 24px;
  background-image: url(/img/icon/exit.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile_box_body_left_exit p {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.profile_box_body_right {
  border: 1px solid #202020;
  width: 100%;
}

.profile_box_body_right_item {
  padding: 20px;
  display: none;
  position: relative;
}

.profile_box_body_right_item.active {
  display: block;
}

.profile_box_body_right_item_wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px;
  display: none;
}

.profile_box_body_right_item_wrap.active {
  display: block;
}

.profile_box_body_right_item_tittle {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.profile_box_body_right_item_personal {
  display: flex;
  align-items: center;
}

.profile_box_body_right_item_personal p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.profile_box_body_right_item_personal i {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile_box_body_right_item_btn {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #202020;
  text-align: right;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.profile_box_body_right_item_wrap .profile_box_body_right_item_personal:nth-child(3) i {
  background-image: url(/img/icon/profile_icon.svg);
}

.profile_box_body_right_item_wrap .profile_box_body_right_item_personal:nth-child(4) i {
  background-image: url(/img/icon/profile_email.svg);
}

.profile_box_body_right_item_wrap .profile_box_body_right_item_personal:nth-child(5) i {
  background-image: url(/img/icon/profile_call.svg);
}

.profile_box_body_right_item_wrap .profile_box_body_right_item_personal:nth-child(6) i {
  background-image: url(/img/icon/profile_birth.svg);
}

.profile_box_body_right_item_wrap .profile_box_body_right_item_personal:nth-child(7) i {
  background-image: url(/img/icon/prodile_address.svg);
}

.profile_box_body_right_item_wrap .profile_box_body_right_item_personal:nth-child(8) i {
  background-image: url(/img/icon/prodile_doc.svg);
}



.profile_box_body_right_item_box_left .profile_box_body_right_item_personal:nth-child(1) i {
  background-image: url(/img/icon/profile_icon.svg);
}

.profile_box_body_right_item_box_left .profile_box_body_right_item_personal:nth-child(2) i {
  background-image: url(/img/icon/profile_email.svg);
}

.profile_box_body_right_item_box_left .profile_box_body_right_item_personal:nth-child(3) i {
  background-image: url(/img/icon/profile_call.svg);
}

.profile_box_body_right_item_box_left .profile_box_body_right_item_personal:nth-child(4) i {
  background-image: url(/img/icon/profile_birth.svg);
}

.profile_box_body_right_item_box_left .profile_box_body_right_item_personal:nth-child(5) i {
  background-image: url(/img/icon/prodile_address.svg);
}

.profile_box_body_right_item_box_left .profile_box_body_right_item_personal:nth-child(6) i {
  background-image: url(/img/icon/prodile_doc.svg);
}

.profile_box_body_right_item_inp {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.profile_box_body_right_item_inp input {
  border: 2px solid #202020;
  background: #FFF;
  width: 270px;
  height: 40px;
  padding: 10px;
  margin-left: 20px;
  outline: none;
}

.profile_box_body_right_item_inp.registration_error input {
  color: #FC3F1D;
}

.profile_box_body_right_item_inp i {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}

.profile_box_body_right_item_inp input::placeholder {
  color: #C4C4C4;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.profile_box_body_right_item_wrap form .profile_box_body_right_item_inp:nth-child(1) i {
  background-image: url(/img/icon/profile_icon.svg);
}

.profile_box_body_right_item_wrap form .profile_box_body_right_item_inp:nth-child(2) i {
  background-image: url(/img/icon/profile_email.svg);
}

.profile_box_body_right_item_wrap form .profile_box_body_right_item_inp:nth-child(3) i {
  background-image: url(/img/icon/profile_call.svg);
}

.profile_box_body_right_item_wrap form .profile_box_body_right_item_inp:nth-child(4) i {
  background-image: url(/img/icon/profile_birth.svg);
}

.profile_box_body_right_item_wrap form .profile_box_body_right_item_inp:nth-child(5) i {
  background-image: url(/img/icon/prodile_address.svg);
}

.profile_box_body_right_item_wrap form .profile_box_body_right_item_inp:nth-child(6) i {
  background-image: url(/img/icon/prodile_doc.svg);
}

.profile_box_body_right_item_inp_password {
  background-image: url(/img/icon/profile_password.svg);
}

.profile_box_body_right_item_inp_password {
  background-image: url(/img/icon/profile_password.svg);
}

.profile_box_body_right_item_inp_password {
  background-image: url(/img/icon/profile_password.svg);
}

.profile_box_body_right_item_inp input[type='submit'] {
  margin-left: 44px;
  border: 2px solid #202020;
  background: #F9CE62;
  width: 200px;
  cursor: pointer;
  transition: .3s;
}

.profile_box_body_right_item_inp input[type='submit']:hover {
  color: #fff;
  background-color: #202020;
}

.profile_box_body_right_item_error {
  margin-top: 10px;
  width: 200px;
  margin-left: 44px;
  text-align: center;
  color: #FF2C2C;
  display: none;
  font-size: 12px;
}

.profile_box_body_right_item_error.active {
  display: block;
}

.profile_box_body_right_item_filter {
  margin-bottom: 34px;
}

.profile_box_body_right_item_filter_head {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  padding-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid #202020;
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}

.profile_box_body_right_item_filter_head::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 6px;
  content: '';
  display: block;
  background-image: url(/img/icon/arrow_selector.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: .3s;
}

.open .profile_box_body_right_item_filter_head::after {
  transform: rotate(180deg);
}

.profile_box_body_right_item_filter_body {
  display: flex;
  padding-top: 20px;
}

.profile_box_body_right_item_filter_body_select {
  margin-right: 20px;
  max-width: 200px;
  width: 100%;
}

.profile_box_body_right_item_filter_body_select span {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
}

.profile_box_body_right_item_filter_body_select_body {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.profile_box_body_right_item_filter_body_select_body::after {
  width: 12px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/icon/arrow_selector.svg);
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 20px;
  transition: .3s;
}

.profile_box_body_right_item_filter_body_select_body.active::after {
  transform: rotate(180deg);
}

.profile_box_body_right_item_filter_body_select_body input {
  border: 2px solid #202020;
  background: #FFF;
  padding: 10px;
  width: 100%;
  outline: none;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  pointer-events: none;
  height: 40px;
}

.profile_box_body_right_item_filter_body_select_body_value {
  position: absolute;
  top: 38px;
  border: 2px solid #202020;
  left: 0;
  background: #fff;
  width: 100%;
  display: none;
  z-index: 2;
}

.profile_box_body_right_item_filter_body_select_body.active .profile_box_body_right_item_filter_body_select_body_value {
  display: block;
}

.profile_box_body_right_item_filter_body_select_body_value p {
  padding: 10px;
  cursor: pointer;
  transition: .3s;
}

.profile_box_body_right_item_filter_body_select_body_value p:hover {
  background-color: #EEE;
}

.profile_box_body_right_item_accordion {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

ul.profile_box_body_right_item_accordion li {
  list-style-type: none;
}

.profile_box_body_right_item_accordion li:last-child .profile_box_body_right_item_accordion_header {
  border-bottom: 2px solid #202020;
}

.profile_box_body_right_item_accordion li.open:last-child .profile_box_body_right_item_accordion_header {
  border-bottom: none;
}

.profile_box_body_right_item_accordion_header {
  cursor: pointer;
  border-top: 2px solid #202020;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.profile_box_body_right_item_accordion_header p {
  padding-left: 55px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.profile_box_body_right_item_accordion_header span {
  padding-right: 55px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.profile_box_body_right_item_accordion_header::after {
  width: 15px;
  height: 15px;
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 12px;
  border-radius: 50%;
}

.profile_box_body_right_item_accordion_header::before {
  width: 15px;
  height: 15px;
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 12px;
  background-image: url(/img/icon/arrow_accordion.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.open .profile_box_body_right_item_accordion_header::before {
  background-image: url(/img/icon/accordion_black_arroq.svg);
}

.profile_box_body_right_item_accordion_header.cancel::after {
  background-color: #f00;
}

.profile_box_body_right_item_accordion_header.delivered::after {
  background-color: #0D8821;
}

.profile_box_body_right_item_accordion_header.processing::after {
  background-color: #F9CE62;
}

.profile_box_body_right_item_accordion_body {
  display: none;
  border-top: 2px solid #202020;
}

.profile_box_body_right_item_accordion_body_left_wrap {
  padding: 20px;
  display: flex;
}

.profile_box_body_right_item_accordion_body_left {
  width: 55%;
  flex-shrink: 0;
  padding-right: 20px;
  border-right: 2px solid #202020;
}

.profile_box_body_right_item_accordion_body_left_num {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.profile_box_body_right_item_accordion_body_left_item {
  margin-top: 20px;
  display: flex;
}

.profile_box_body_right_item_accordion_body_left_item i,
.profile_box_body_right_item_accordion_body_left_item b,
.profile_box_body_right_item_accordion_body_left_item p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%
}

.profile_box_body_right_item_accordion_body_left_item i {
  flex-shrink: 0;
}

.profile_box_body_right_item_accordion_body_left_item b {
  margin: 0 10px;
  flex-shrink: 0;
}

.profile_box_body_right_item_accordion_body_left_item p {
  width: 100%;
}

.profile_box_body_right_item_accordion_body_left_item span {
  flex-shrink: 0;
  margin-left: 10px;
  color: #202020;
  text-align: right;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.profile_box_body_right_item_accordion_body_right {
  padding-left: 20px;
}

.profile_box_body_right_item_accordion_body_right_num {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile_box_body_right_item_accordion_body_right_num span,
.profile_box_body_right_item_accordion_body_right_stock span {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.profile_box_body_right_item_accordion_body_right_num p {
  color: #202020;
  text-align: right;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.profile_box_body_right_item_accordion_body_right_stock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.profile_box_body_right_item_accordion_body_right_stock p {
  color: #202020;
  text-align: right;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.profile_box_body_right_item_accordion_body_right_point span {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.profile_box_body_right_item_accordion_body_right_point p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.profile_box_body_right_item_card {
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-top: 20px;
  border: 2px solid #202020;
  background: #FFF;
  max-width: 320px;
  width: 100%;
  padding: 20px;
  height: 80px;
}

.profile_box_body_right_item_card img {
  width: 40px;
  height: 40px;
  object-position: center;
  margin-right: 12px;
  flex-shrink: 0;
}

.profile_box_body_right_item_card p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  flex-shrink: 0;
  margin-right: 8px;
}

.profile_box_body_right_item_card span {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  width: 100%;
}

.profile_box_body_right_item_card i {
  width: 24px;
  height: 24px;
  background-image: url(/img/icon/delete.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

.card_box {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #202020;
}

.card_box_body {
  padding: 20px 20px 30px 20px;
}

.card_box_body .product_box_filter_body_box_top {
  max-width: 354px;
}

.card_box_body .product_box_filter_body_box_top_option {
  top: 38px;
}

.card_box_body form .card_box_body_flex:nth-child(2) {
  padding-top: 20px;
  border-top: 2px solid #202020;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card_box_body_flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.card_box_body_flex .card_box_body_flex_input {
  width: calc(50% - 10px);
  position: relative;
}

.card_box_body_flex_input input {
  width: 100%;
  height: 40px;
  border: 2px solid #202020;
  background: #FFF;
  padding: 10px;
  outline: none;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.card_box_body_flex_input.registration_error input {
  color: #FC3F1D;
}

.card_box_body p {
  color: #404040;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 20px 0;
  max-width: 354px;
  width: 100%;
}

.card_box_body input[type="submit"] {
  width: 200px;
  height: 40px;
  border: 2px solid #202020;
  background: #F9CE62;
  color: #202020;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  transition: .3s;
  cursor: pointer;
}

.card_box_body input[type="submit"]:hover {
  box-shadow: 4px 4px 0px 0px #202020, 2px 2px 0px 0px #EEE;
}

.profile_box_body_mobile {
  display: none;
}

.delete_backet {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.delete_backet p {
  color: #202020;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-right: 12px;
}

.delete_backet i {
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/icon/delete_backet.svg);
  flex-shrink: 0;
}

.backet_box .arrivals_box_header {
  border: 2px solid #202020;
}

.backet_box_body {
  display: flex;
}

.backet_box_body_product {
  width: 100%;
}

.backet_box_body_cash {
  width: 260px;
  flex-shrink: 0;
}

.backet_box_body_product_wrap {
  border: 2px solid #202020;
  border-top: none;
  display: flex;
}

.backet_box_body_product_img {
  width: 170px;
  height: 170px;
  overflow: hidden;
  flex-shrink: 0;
}

.backet_box_body_product_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.backet_box_body_product_discription {
  width: 100%;
  padding: 20px;
}

.backet_box_body_product_discription {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 170px;
  position: relative;
}

.backet_box_body_product_discription_delete {
  position: absolute;
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/img/icon/delete_backet.svg);
  cursor: pointer;
  right: 20px;
  top: 20px;
}

.backet_box_body_product_discription p {
  width: calc(100% - 40px);
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.backet_box_body_product_discription_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.backet_box_body_product_discription_flex_calc {
  display: flex;
  align-items: center;
}

.backet_box_body_product_discription_flex_calc span:nth-child(1),
.backet_box_body_product_discription_flex_calc span:nth-child(3) {
  width: 32px;
  height: 32px;
  color: #FFF;
  text-align: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  background: #202020;
  cursor: pointer;
}

.backet_box_body_product_discription_flex_calc span:nth-child(2) {
  width: 60px;
  height: 32px;
  color: #202020;
  text-align: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  border: 2px solid #202020;
}

.backet_box_body_product_discription_flex_num {
  color: #202020;
  text-align: right;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.backet_box_body_cash_wrap {
  width: 100%;
  padding: 20px;
  border-right: 2px solid #202020;
  border-bottom: 2px solid #202020;
}

.backet_box_body_cash_tittle {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.backet_box_body_cash_num {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.backet_box_body_cash_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.backet_box_body_cash_item p,
.backet_box_body_cash_item span {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.backet_box_body_cash_line {
  width: 100%;
  height: 2px;
  background: #202020;
  margin: 20px 0;
}

.backet_box_body_cash_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.backet_box_body_cash_total span,
.backet_box_body_cash_total p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.backet_box_body_cash_btn {
  margin-top: 20px;
  text-decoration: none;
  width: 100%;
  height: 40px;
  border: 2px solid #202020;
  background: #0D8821;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  transition: .3s;
  cursor: pointer;
}

.backet_box_body_cash_btn:hover {
  background: #202020;
  color: #fff;
}

.backet_box_body_product_wrapPack {
  width: 100%;
  border: 2px solid #202020;
  border-top: none;
}

.backet_box_body_product_wrapPack_head {
  width: 100%;
  height: 40px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  line-height: 40px;
  text-transform: uppercase;
  padding-left: 20px;
  background-color: #202020;
}

.backet_box_body_product_wrapPack_flex {
  display: flex;
  align-items: center;
}

.backet_box_body_product_wrapPack_flex_img {
  width: 170px;
  height: 170px;
  overflow: hidden;
  flex-shrink: 0;
}

.backet_box_body_product_wrapPack_flex_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.backet_box_body_product_wrapPack_flex_discription {
  width: 100%;
  padding: 20px;
}

.backet_box_body_product_wrapPack_flex_discription_radio {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.backet_box_body_product_wrapPack_flex_discription_radio p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 20px;
}

.backet_box_body_product_wrapPack_flex_discription_radio_inp {
  position: relative;
  width: 15px;
  height: 15px;
}

.backet_box_body_product_wrapPack_flex_discription_radio_inp input {
  width: 15px;
  height: 15px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.backet_box_body_product_wrapPack_flex_discription_radio_inp label {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #202020;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  background: transparent;
}

.backet_box_body_product_wrapPack_flex_discription_radio_inp label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: transparent;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.backet_box_body_product_wrapPack_flex_discription_radio_inp input:checked+label::after {
  background: #202020;
}

.container .backet_box {
  margin-top: 60px;
}

.container .backet_box:nth-child(1) {
  margin-top: 0;
}

.error {
  width: 100%;
  background-image: url(/img/img/404/404.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.error_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 680px;
}

.noMargin {
  margin-top: 0 !important;
}

.error_box_title {
  color: #FFF;
  text-shadow: 9px 9px 0px #202020;
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-top: 30px;
}

.error_box p {
  color: #202020;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.error_box span {
  color: #202020;
  margin-top: 60px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 360px;
  width: 100%;
  display: block;
  margin-bottom: 60px;
  text-align: center;
}

.error_box a {
  color: #202020;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  width: 220px;
  display: block;
  height: 40px;
  border: 2px solid #202020;
  background: #FFF;
  text-decoration: none;
  transition: .3s;
}

.error_box a:hover {
  background-color: #202020;
  color: #fff;
}

.order {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.order_big {
  width: 100%;
  margin-right: 20px;
}

.order_small {
  width: 370px;
  flex-shrink: 0;
}

.order_big_wrap {
  border: 2px solid #202020;
}

.order_big .order_big_wrap:nth-child(2) {
  margin-top: 20px;
}

.order_big_wrap_header {
  border-bottom: 2px solid #202020;
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  text-transform: uppercase;
  height: 60px;
  background: #EEE;
  padding-left: 20px;
}

.order_big_wrap_body {
  padding: 20px;
}

.order_big_wrap_body_desc {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order_big_wrap_body_desc span {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

.order_big_wrap_body_desc a {
  color: #202020;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.order_big_wrap_body_flex {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.order_big_wrap_body_flex input {
  border: 2px solid #202020;
  background: #FFF;
  padding: 10px;
  width: calc((100%/3) - 13px);
}

.order_big_wrap_body_flex input::placeholder {
  color: #C4C4C4;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.order_big_wrap_body_line {
  width: 100%;
  height: 2px;
  background: #202020;
  margin: 20px 0;
}

.order_big_wrap_body_select {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.order_big_wrap_body_select .profile_box_body_right_item_filter_body_select_body {
  width: calc(50% - 10px);
}

.order_big_wrap_body_explanation {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 20px;
}

.order_big_wrap_body_flex.combo .profile_box_body_right_item_filter_body_select_body {
  width: calc((100%/3) - 13px);
}

.order_big_wrap_body_flex.combo .profile_box_body_right_item_filter_body_select_body input {
  width: 100%;
}

.order_big_wrap_body_flex.double input {
  width: calc(50% - 10px);
}

.order_big_wrap_body_flex.double {
  margin-bottom: 20px;
}

.order_big_wrap_body_flex.single input {
  width: 100%;
}

.order_big_wrap_body_payment {
  width: calc(50% - 10px);
}

.order_big_wrap_body_flex.double_equal input {
  width: calc(50% - 10px);
}

.popBacket_total.orderPay {
  margin-top: 20px;
}

.order_big_wrap_body_agreement {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 20px;
}

.order_small .order_big_wrap:nth-child(2) {
  margin-top: 20px;
}

.order_small .order_big_wrap:nth-child(3) {
  margin-top: 20px;
}

.order_big_wrap_body_bonus {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order_big_wrap_body_bonus span {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

.order_big_wrap_body_bonus p {
  color: #202020;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

.order_big_wrap_body_bonusBtn {
  margin-top: 20px;
  display: flex;
}

.order_big_wrap_body_bonusBtn div:nth-child(1) {
  border: 2px solid #202020;
  background: #F9CE62;
  width: 50%;
  height: 40px;
  color: #202020;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  cursor: pointer;
  transition: .3s;
  border-right: 1px solid #202020;
}

.order_big_wrap_body_bonusBtn div:nth-child(2) {
  color: #C9C9C9;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  width: 50%;
  height: 40px;
  border: 2px solid #202020;
  background: transparent;
  border-left: 1px solid #202020;
  cursor: pointer;
  transition: .3s;
}

.order_big_wrap_body_code_inp {
  margin-top: 20px;
  width: 100%;
  height: 40px;
  border: 2px solid #202020;
  padding: 10px;
  color: #C4C4C4;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.order_big_wrap_body_code_sub {
  width: 100%;
  height: 40px;
  border: 2px solid #202020;
  background-color: #fff;
  color: #202020;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-top: 20px;
  cursor: pointer;
  transition: .3s;
}

.order_big_wrap_body_ready {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.order_big_wrap_body_ready p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
}

.order_big_wrap_body_ready i {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

.order_big_wrap_body .order_big_wrap_body_ready:nth-child(2) i {
  background-image: url(/img/icon/profile_icon.svg);
}

.order_big_wrap_body .order_big_wrap_body_ready:nth-child(3) i {
  background-image: url(/img/icon/profile_email.svg);
}

.order_big_wrap_body .order_big_wrap_body_ready:nth-child(4) i {
  background-image: url(/img/icon/profile_call.svg);
}

.order_big_wrap_body .order_big_wrap_body_ready:nth-child(5) i {
  background-image: url(/img/icon/prodile_doc.svg);
}

.order_big_wrap_body_ready_explanation {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}

.order_big_wrap_body_ready_address {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
}

.order_big_wrap_body_ready_explanation i,
.order_big_wrap_body_ready_address i {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/img/icon/prodile_address.svg);
  flex-shrink: 0;
}

.order_big_wrap_body_ready_explanation p,
.order_big_wrap_body_ready_address p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 10px;
}

.order_big_wrap_body_ready_comment {
  margin-top: 20px;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.order_finish {
  width: 100%;
  height: 500px;
  margin-top: 25px;
}

.order_finish .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.order_finish_tittle {
  color: #202020;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.order_finish_subtittle {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin: 20px 0 40px 0;
  text-align: center;
}

.order_finish_btn {
  text-decoration: none;
  color: #202020;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  border: 2px solid #202020;
  background: #F9CE62;
  width: 200px;
  height: 40px;
  transition: .3s;
  cursor: pointer;
}

.order_finish_btn:hover {
  background: #202020;
  color: #fff;
}

.contact_elem_body {
  display: flex;
}

.contact_elem_body_tab {
  flex-shrink: 0;
  width: 295px;
  border-right: 2px solid #202020;
}

.contact_elem_body_tab_item {
  border-bottom: 2px solid #202020;
  background: transparent;
  padding: 10px;
  height: 60px;
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  padding-left: 10px;
  transition: .3s;
  cursor: pointer;
  position: relative;
}

.contact_elem_body_tab_item.active {
  background: #202020;
  padding-left: 25px;
  color: #fff;
}

.contact_elem_body_tab_item.active::after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 12px;
  background-image: url(/img/icon/arrow_active_pop_catalog.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 21px;
  left: 10px;
}

.contact_elem_body_box {
  width: 100%;
}

.contact_elem_body_box_wrap {
  padding: 20px;
  display: none;
  justify-content: space-between;
  width: 100%;
}

.contact_elem_body_box_wrap.active {
  display: flex;
  justify-content: space-between;
}

.contact_elem_body_box_wrap_disc {
  width: 100%;
  margin-right: 20px;
}

.contact_elem_body_box_wrap_disc_tittle {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.contact_elem_body_box_wrap_disc_flex {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.contact_elem_body_box_wrap_disc_flex i {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.contact_elem_body_box_wrap_disc_flex p {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 20px;
}

.contact_elem_body_box_wrap_disc .contact_elem_body_box_wrap_disc_flex:nth-child(2) i {
  background-image: url(/img/icon/prodile_address.svg);
}

.contact_elem_body_box_wrap_disc .contact_elem_body_box_wrap_disc_flex:nth-child(3) i {
  background-image: url(/img/icon/profile_clock.svg);
  width: 17px;
  height: 17px;
  margin-right: 7px;
}

.contact_elem_body_box_wrap_disc .contact_elem_body_box_wrap_disc_flex:nth-child(4) i {
  background-image: url(/img/icon/contact_call.svg);
  width: 17px;
  height: 17px;
  margin-right: 7px;
}

.contact_elem_body_box_wrap_disc .contact_elem_body_box_wrap_disc_flex:nth-child(5) i {
  background-image: url(/img/icon/contact_whs.svg);
  width: 17px;
  height: 17px;
  margin-right: 7px;
}

.contact_elem_body_box_wrap_slider {
  width: 370px;
  flex-shrink: 0;
}

.contact_elem_body_box_wrap_slider_bigImg {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border: 2px solid #202020;
}

.contact_elem_body_box_wrap_slider_bigImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact_elem_body_box_wrap_slider_smallImg {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.contact_elem_body_box_wrap_slider_smallImg div {
  width: calc((100%/3) - 7px);
  margin-top: 10px;
  margin-right: 10px;
  border: 2px solid #202020;
  height: 80px;
  position: relative;
  cursor: pointer;
  display: block;
  overflow: hidden;
}

.contact_elem_body_box_wrap_slider_smallImg div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact_elem_body_box_wrap_slider_smallImg div::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #202020;
  opacity: .3;
  top: 0px;
  left: 0px;
  z-index: 3;
  pointer-events: none;
}

.contact_elem_body_box_wrap_slider_smallImg div.active::after {
  opacity: 0;
}

.contact_elem_body_box_wrap_slider_smallImg div:nth-child(3n) {
  margin-right: 0px;
}

.backet_empty {
  margin-top: 80px;
  width: 100%;
  height: 400px;
}

.backet_empty_box {
  color: #202020;
  font-size: 36px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  opacity: .5;
}

.registration {
  padding-top: 60px;
  width: 100%;
}

.registration_box {
  max-width: 360px;
  width: 100%;
  border: 2px solid #202020;
  margin: 0 auto;
  transition: .3s;
}

.registration_box_head {
  border-bottom: 2px solid #202020;
  background: #EEE;
  height: 60px;
  padding-left: 20px;
}

.registration_box_head h3 {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  text-transform: uppercase;
}

.registration_box_body {
  padding: 20px 20px 30px 20px;
}

.registration_box_body_tittle {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.registration_box_body_flex {
  display: flex;
  align-items: center;
  margin-top: 20px;
  position: relative;
}

.registration_box_body_flex_error {
  position: absolute;
  top: 52px;
  left: 20px;
  width: calc(100% - 20px);
  color: #FFF;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 10px;
  background: #202020;
  z-index: 3;
}

.profile_box_body_right_item_inp .registration_box_body_flex_error {
  max-width: 295px;
}

.registration_box_body_flex_error::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 30px;
  background-color: #202020;
}

.registration_box_body_flex i {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
  transition: .3s;
}

.registration_box_body_wrap_individual .registration_box_body_flex:nth-child(1) i {
  background-image: url(/img/icon/registration_icon.svg);
}

.registration_box_body_wrap_individual .registration_box_body_flex.active:nth-child(1) i {
  background-image: url(/img/icon/registration_icon_active.svg);
}

.registration_box_body_wrap_individual .registration_box_body_flex.registration_error:nth-child(1) i {
  background-image: url(/img/icon/registration_icon_error.svg);
}

.registration_box_body_wrap_individual .registration_box_body_flex:nth-child(2) i {
  background-image: url(/img/icon/profile_email.svg);
}

.registration_box_body_wrap_individual .registration_box_body_flex.active:nth-child(2) i {
  background-image: url(/img/icon/profile_email_active.svg);
}

.registration_box_body_wrap_individual .registration_box_body_flex.registration_error:nth-child(2) i {
  background-image: url(/img/icon/profile_email_error.svg);
}

.registration_box_body_wrap_individual .registration_box_body_flex:nth-child(3) i {
  background-image: url(/img/icon/profile_call.svg);
}

.registration_box_body_wrap_individual .registration_box_body_flex.active:nth-child(3) i {
  background-image: url(/img/icon/profile_call_active.svg);
}

.registration_box_body_wrap_individual .registration_box_body_flex.registration_error:nth-child(3) i {
  background-image: url(/img/icon/profile_call_error.svg);
}


.registration_box_body_wrap_individual .registration_box_body_flex:nth-child(6) i {
  background-image: url(/img/icon/registration_icon7.svg);
}

.registration_box_body_wrap_individual .registration_box_body_flex.active:nth-child(6) i {
  background-image: url(/img/icon/registration_icon7_active.svg);
}

.registration_box_body_wrap_individual .registration_box_body_flex.registration_error:nth-child(6) i {
  background-image: url(/img/icon/registration_icon7_error.svg);
}

.registration_box_body_wrap_individual .registration_box_body_flex:nth-child(7) i {
  background-image: url(/img/icon/registration_icon7.svg);
}

.registration_box_body_wrap_individual .registration_box_body_flex.active:nth-child(7) i {
  background-image: url(/img/icon/registration_icon7_active.svg);
}

.registration_box_body_wrap_individual .registration_box_body_flex.registration_error:nth-child(7) i {
  background-image: url(/img/icon/registration_icon7_error.svg);
}

.registration_box_body_wrap_legal .registration_box_body_flex:nth-child(n+2) i {
  background-image: url(/img/icon/i.svg);
  cursor: pointer;
}

.registration_box_body_flex input {
  padding: 10px;
  width: 100%;
  height: 40px;
  border: 2px solid #202020;
  outline: none;
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.registration_box_body_flex.registration_error input {
  color: #FC3F1D;
}

.registration_box_body_flex input::placeholder {
  color: #C4C4C4;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.registration_box_body_line {
  width: 100%;
  height: 2px;
  background: #202020;
  margin: 18px 0 20px 0;
}

.registration_box_body_explanation {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 20px;
}

.registration_box_body_btn {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.registration_box_body_btn_yandex,
.registration_box_body_btn_wk {
  width: calc(50% - 10px);
  height: 40px;
  border: 2px solid #202020;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  text-decoration: none;
  cursor: pointer;
}

.registration_box_body_btn_yandex:hover,
.registration_box_body_btn_wk:hover {
  background-color: #EEE;
}

.registration_box_body_btn_yandex i,
.registration_box_body_btn_wk i {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.registration_box_body_btn_yandex i {
  background-image: url(/img/icon/yandex.svg);
}

.registration_box_body_btn_wk i {
  background-image: url(/img/icon/wk.svg);
}

.registration_box_body input[type='submit'] {
  margin-top: 20px;
  width: 100%;
  height: 40px;
  border: 2px solid #202020;
  box-shadow: 4px 4px 0 0 #202020, 2px 2px 0 0 #eee;
  background: #f9ce62;
  color: #202020;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
  display: block;
  transition: .3s;
  margin-bottom: 20px;
}

.registration_box_body input.active[type='submit'] {
  border: 2px solid #202020;
  background: #F9CE62;
  color: #202020;
}

.registration_box_body span {
  color: #202020;
  text-align: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: block;
  width: 100%;
}

.registration_box_body span a {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-decoration-line: underline;
}

.registration_box_body .backet_box_body_product_wrapPack_flex_discription_radio {
  margin-top: 20px;
}

.entrance_box_body {
  padding: 20px 20px 30px 20px;
}

.entrance_box_body_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.entrance_box_body_flex a {
  color: #0D8821;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.entrance_box_body input[type='submit'] {
  width: 100%;
  display: block;
  height: 40px;
  border: 2px solid #202020;
  margin-top: 30px;
  cursor: pointer;
  transition: .3s;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  background: #0D8821;
}

.entrance_box_body input[type='submit']:hover {
  color: #fff;
  background: #202020;
}

.entrance_box_body_registration {
  width: 100%;
  height: 40px;
  border: 2px solid #202020;
  margin-top: 20px;
  color: #202020;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  background: #F9CE62;
  transition: .3s;
  cursor: pointer;
  display: block;
}

.entrance_box_body_registration:hover {
  background: transparent;
  color: #202020
}

.entrance_box_body .registration_box_body_flex:nth-child(2) i {
  background-image: url(/img/icon/profile_email.svg);
}

i#mail {
  background-image: url(/img/icon/profile_email.svg);
}

i#phone {
  background-image: url(/img/icon/profile_call.svg);
}

.entrance_box_body .registration_box_body_flex.active:nth-child(2) i {
  background-image: url(/img/icon/profile_email_active.svg);
}

.entrance_box_body .registration_box_body_flex.registration_error:nth-child(2) i {
  background-image: url(/img/icon/profile_email_error.svg);
}

.entrance_box_body .registration_box_body_flex:nth-child(3) i {
  background-image: url(/img/icon/registration_icon7.svg);
}

i#registration {
  background-image: url(/img/icon/registration_icon7.svg);
}

.entrance_box_body .registration_box_body_flex.active:nth-child(3) i {
  background-image: url(/img/icon/registration_icon7_active.svg);
}

.entrance_box_body .registration_box_body_flex.registration_error:nth-child(3) i {
  background-image: url(/img/icon/registration_icon7_error.svg);
}

.registration_box_body_wrap {
  display: flex;
  justify-content: space-between;
}

.registration_box_body_wrap_individual {
  width: 100%;
  transition: .3s;
}

.registration_box_body_wrap_legal {
  display: none;
  transition: .3s;
}

.registration_box.legal {
  max-width: 720px;
  width: 100%;
}

.registration_box.legal .registration_box_body_wrap_individual,
.registration_box.legal .registration_box_body_wrap_legal {
  width: calc(50% - 20px);
  display: block;
}

.registration_box.legal .registration_box_body_explanation,
.registration_box.legal .registration_box_body_btn {
  display: none;
}

.registration_box.legal .registration_box_body input[type='submit'] {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.profile_box_body_right_item_box {
  display: flex;
}

.profile_box_body_right_item_box_left {
  margin-right: 40px;
}

.profile_box_body_right_item_box_right .profile_box_body_right_item_personal {
  flex-direction: column;
  align-items: flex-start;
}

.profile_box_body_right_item_box_right .profile_box_body_right_item_personal span {
  color: #202020;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1480px) {
  .container_header {
    max-width: none;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
  }

  .header_bottom .container_header {
    max-width: none;
    margin: 0 auto;
    padding: 0 10px;
  }

  .header_sale i {
    right: 20px;
  }
}

@media (max-width: 1400px) {
  .popBacket {
    right: 0;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: none;
    margin: 0 auto;
    width: 100%;
    padding: 0 0px;
  }
  .product_item_right_discription_btn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pop_catalog {
    left: 0;
    width: 100%;
  }

  .contact_item_box_tittle {
    max-width: 200px;
    width: 100%;
  }

  .order_small {
    width: 300px;
  }
}

@media (max-width: 1080px) {
  .footer_left {
    display: flex;
    justify-content: space-between;
    width: 28%;
  }

  .contact_item_tittle {
    max-width: 260px;
  }

  .contact_item_box_discription .contact_item_box_discription_level:nth-child(1) p {
    width: 160px;
  }
}

@media (max-width: 999px) {
  .main_slider_item_tittle {
    width: 320px;
  }

  .main_slider_item_tittle h1,
  .main_slider_item_tittle p {
    font-size: 50px;
  }

  .main_slider {
    height: 320px;
  }

  .main_slider_item_tittle a p {
    font-size: 16px;
    margin-right: 15px;
  }

  .main_slider_item_tittle a {
    margin-top: 90px;
  }

  .arrivals .container,
  .product .container {
    padding: 0;
  }

  .product_box {
    border-left: none;
    border-right: none;
    width: 100%;
  }

  .product_box_header,
  .product_box_filter,
  .product_box_footer {
    border-left: none;
    border-right: none;
  }

  .product_box_body_item {
    width: calc(100%/4);
  }

  .product_box_body .product_box_body_item:last-child {
    border-right: 2px solid #202020;
  }

  .product_box_body .product_box_body_item:nth-child(4n + 1) {
    border-left: none;
  }

  .product_box_body .product_box_body_item:nth-child(4n) {
    border-right: none;
  }

  .unviewed .product_box_body_item:last-child {
    display: none;
  }

  .arrivals_box {
    border-left: none;
    border-right: none;
  }

  .arrivals_box_body_item {
    width: 25%;
    height: 360px;
  }

  .arrivals_box_body .arrivals_box_body_item:nth-child(9),
  .arrivals_box_body .arrivals_box_body_item:nth-child(10) {
    display: none;
  }

  .arrivals_box_body .arrivals_box_body_item:nth-child(-n+5) {
    border-bottom: none;
  }

  .arrivals_box_body .arrivals_box_body_item:nth-child(5n+5) {
    border-right: 2px solid #202020;
  }

  .arrivals_box_body .arrivals_box_body_item {
    border: none;
    border-right: 2px solid #202020;
  }

  .arrivals_box_body .arrivals_box_body_item:nth-child(-n+4) {
    border-bottom: 2px solid #202020;
  }

  .arrivals_box_body .arrivals_box_body_item:nth-child(4n+4) {
    border-right: none;
  }

  .arrivals_box_body_item_img {
    width: 100%;
    height: 228px;
    overflow: hidden;
  }

  .banner .container {
    padding: 0;
  }

  .banner_box {
    border-left: none;
    border-right: none;
  }

  .blog_box_body_itemBig .blog_box_body_item_flex a p {
    font-size: 11.806px;
  }

  .blog_box_body_item_tag_item {
    padding: 2px 6px;
    font-size: 8px;
  }

  .blog_box_body_item {
    width: calc(100% / 2);
  }

  .blog_box_body .blog_box_body_item:nth-child(3) {
    display: none;
  }

  .blog_box_body .blog_box_body_item:nth-child(2) {
    border-right: none;
  }

  .media_box_body_item_video {
    width: 100%;
    height: 220px;
    overflow: hidden;
  }

  .footer_middle {
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0;
    display: flex;
    justify-content: space-between;
  }

  .footer_middle_wrap {
    display: flex;
    justify-content: space-between;
    width: 45%;
  }

  .footer_bottom {
    margin-top: 103px;
    font-size: 12px;
  }

  .footer_middle_contact.end {
    width: 45%;
    margin-right: 0px;
    max-width: none;
  }

  .footer_middle_contact {
    margin-bottom: 0px;
    width: 160px;
  }

  .footer_left_item {
    width: 160px;
  }

  .footer_left {
    width: 45%;
  }

  .footer_right {
    width: 45%;
  }

  .pop_catalog_body_item_category {
    width: calc((100% / 2) - 10px);
    margin-bottom: 40px;
  }

  .product_item_left_product {
    border-left: none;
  }

  .product_item_left_product_slsmall,
  .product_item_left_product_slsmall_item {
    height: 100px;
  }

  .product_item_left_product_slbig,
  .product_item_left_product_slbig_item {
    height: 355px;
  }

  .product_item_right_discription {
    border-right: none;
  }

  .product_box_body .product_box_body_review:nth-child(1) {
    border-left: none;
  }

  .product_box_body .product_box_body_review:nth-child(3) {
    border-right: none;
  }

  .product_item_right_discription_btn_select {
    width: 100%;
    margin-right: 10px;
  }

  .product_item_right_discription_btn_backet {
    width: 150px;
    flex-shrink: 0;
  }

  .arrivals_box.write_review {
    max-width: none;
  }

  .contact_item_box_wrap {
    flex-direction: column;
  }

  .contact_item_box_discription {
    flex-direction: column;
  }

  .contact_item_box_tittle {
    max-width: none;
    margin-bottom: 20px;
  }

  .contact_item_box_discription .contact_item_box_discription_level:nth-child(1) p {
    width: 100%;
  }

  .contact_item_box_discription .contact_item_box_discription_level:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }

  .news_box_articles_item {
    flex-direction: column;
  }

  .news_box_articles_item_img {
    width: 100%;
    height: 210px;
  }

  .news_box_articles_item_discription {
    width: 100%;
    border-top: 2px solid #202020;
    border-left: none;
  }

  .news_single_btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about_box {
    border-left: none;
    border-right: none;
  }

  .faq_accordion li .faq_accordion_header {
    border-left: none;
    border-right: none;
  }

  .profile_box_body_left {
    border-left: none;
  }

  .profile_box_body_right {
    border-right: none;
  }

  .backet_box .arrivals_box_header {
    border-right: none;
    border-left: none;
  }

  .backet_box_body_product_wrap,
  .backet_box_body_product_wrapPack {
    border-left: none;
  }

  .backet_box_body_cash_wrap {
    border-right: none;
  }

  .order_big .order_big_wrap {
    border-left: none;
  }

  .order_small .order_big_wrap {
    border-right: none;
  }

  .contact_elem_body_box_wrap.active {
    flex-direction: column;
  }

  .contact_elem_body_box_wrap_slider {
    margin-top: 20px;
    width: 100%;
    max-width: 370px;
  }

  .main_slider_item_img {
    width: 100%;
    height: 320px;
  }

  .main_slider_item {
    height: 320px;
  }

  .profile_box_body_right_item_box {
    flex-direction: column;
  }

  .profile_box_body_right_item_box_right {
    margin-top: 40px;
  }
}

@media (max-width: 850px) {
  .header_bottom {
    display: none;
  }

  .header_top_left_catalog {
    display: flex;
    margin-right: 10px;
    border-right: 2px solid #202020;
    height: 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
  }

  .header_top_left_catalog i {
    width: 12px;
    height: 10px;
    background-image: url(/img/icon/burger.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .header_top .container_header {
    padding-left: 0px;
  }

  .header_top_right_prodile {
    display: none;
  }

  .header_top_right_search {
    display: block;
  }

  .header_top_right_search input {
    display: none;
  }

  .header_top_right_search i {
    width: 20px;
    height: 20px;
    background-image: url(/img/icon/search_small.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    border: none;
    background-color: #FFF;
    cursor: pointer;
    margin: 0 30px 0 40px;
  }

  .header_top_right_search.active {
    display: flex;
    align-items: center;
  }

  .header_top_right_search.active input[type='text'] {
    display: block;
    width: 250px;
    height: 30px;
    background-color: #eee;
    border: none;
    padding: 10px;
  }

  .header_top_right_search.active input[type='submit'] {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/img/icon/search_small.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: #FFF;
    cursor: pointer;
    margin: 0 30px 0 10px;
    flex-shrink: 0;
  }

  .header_top_right_search.active i {
    display: none;
  }

  .pop_catalog.active {
    display: none;
  }

  .pop_catalog {
    display: none;
  }

  .product_box_body_item_img {
    height: 180px;
  }

  .product_box_body_item_discription p {
    font-size: 12px;
    height: 32px;
  }

  .product_box_body_item_discription span {
    font-size: 16px;
    margin-top: 12px;
  }

  .product_box_body_item_discription {
    padding: 12px 12px 20px 12px;
  }

  .product_box_filter_body_box {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product_box_filter_body_box_top {
    max-width: none;
    width: calc(50% - 10px);
    margin-right: 0px;
  }

  .product_box_filter_body_box_top:nth-child(-n + 2) {
    margin-bottom: 10px;
  }

  .product_box_filter_body_acc_body_item {
    width: 30%;
  }

  .product_item {
    flex-direction: column;
  }

  .product_item_left,
  .product_item_right {
    width: 100%;
  }

  .product_item_left_product_slsmall,
  .product_item_left_product_slsmall_item {
    display: none;
  }

  .product_item_right_discription {
    border-left: none;
    border-top: none;
  }

  .product_item_right_discription_btn_backet {
    width: 100%;
  }

  .product_item_right_discription_btn_select {
    margin-right: 20px;
  }

  .news_box_right {
    width: 310px;
  }

  .card_box {
    max-width: none;
    border-right: none;
    border-left: none;
  }

  .profile_box_body_right_item_accordion_header p,
  .profile_box_body_right_item_accordion_header span {
    font-size: 14px;
  }

  .profile_box_body_right_item_filter_body .profile_box_body_right_item_filter_body_select:nth-child(2) {
    margin-right: 0px;
  }

  .profile_box_body_right_item_accordion_body_left_wrap {
    flex-direction: column;
  }

  .profile_box_body_right_item_accordion_body_left {
    width: 100%;
    flex-shrink: 0;
    padding-right: 0px;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 2px solid #202020;
  }

  .profile_box_body_right_item_accordion_body_right {
    padding-left: 0px;
    padding-top: 20px;
  }

  .backet_box_body_product_img,
  .backet_box_body_product_wrapPack_flex_img {
    width: 100px;
    height: 100px;
  }

  .backet_box_body_product_discription {
    min-height: 100px;
    padding: 12px;
  }

  .backet_box_body_product_discription p {
    font-size: 12px;
    width: calc(100% - 32px);
  }

  .backet_box_body_product_discription_flex_num {
    font-size: 14px;
  }

  .backet_box_body_product_discription_delete {
    right: 12px;
    top: 12px;
    width: 8px;
    height: 8px;
  }

  .backet_box_body_product_discription_flex_calc span:nth-child(1),
  .backet_box_body_product_discription_flex_calc span:nth-child(3) {
    width: 21px;
    height: 21px;
    font-size: 11px;
    line-height: 21px;
  }

  .backet_box_body_product_discription_flex_calc span:nth-child(2) {
    width: 34px;
    height: 21px;
    font-size: 11px;
    line-height: 17px;
  }

  .backet_box_body_product_wrapPack_head {
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }

  .backet_box_body_product_wrapPack_flex_discription {
    padding: 12px;
  }

  .backet_box_body_product_wrapPack_flex_discription_radio p {
    font-size: 10px;
    margin-left: 12px;
  }

  .order_big_wrap_body_flex {
    flex-direction: column;
    margin-top: 0px;
  }

  .order_big_wrap_body_flex input {
    width: 100%;
    margin-top: 20px;
  }

  .order_big_wrap_body_select {
    flex-direction: column;
  }

  .order_big_wrap_body_select .profile_box_body_right_item_filter_body_select_body {
    width: 100%;
  }

  .order_big_wrap_body_select .profile_box_body_right_item_filter_body_select_body:nth-child(2) {
    margin-top: 20px;
  }

  .order_big_wrap_body_flex.combo .profile_box_body_right_item_filter_body_select_body input {
    margin-top: 0px;
  }

  .order_big_wrap_body_flex.combo .profile_box_body_right_item_filter_body_select_body {
    width: 100%;
    margin-top: 20px;
  }

  .order_big_wrap_body_flex.double input {
    width: 100%;
  }

  .order_big_wrap_body_payment {
    width: 100%;
  }

  .order_big_wrap_body_flex.double_equal input {
    width: 100%;
  }

  .order_big_wrap_body .order_big_wrap_body_flex.double_equal:nth-child(3) input:nth-child(1) {
    margin-top: 0px;
  }

  .order_big_wrap_body .backet_box_body_product_wrapPack_flex_discription_radio p {
    font-size: 16px;
    margin-left: 14px;
  }

  .order_big_wrap_body .backet_box_body_product_wrapPack_flex_discription_radio {
    margin: 20px 0;
  }

  .order_small .order_big_wrap:nth-child(2) {
    margin-top: 0px;
  }

  .order_small .order_big_wrap:nth-child(3) {
    margin-top: 0px;
  }

  .header_top_right_entrance.active {
    display: none;
  }

  .registration_box_body .backet_box_body_product_wrapPack_flex_discription_radio p {
    font-size: 16px;
    margin-left: 20px;
  }

  .entrance_box_body_flex .backet_box_body_product_wrapPack_flex_discription_radio p {
    font-size: 14px;
    margin-left: 20px;
  }

  .header_top_right {
    height: 100%;
  }

  .popBacket {
    top: 40px;
    max-width: 100%;
  }


}

@media (max-width: 760px) {
  .header_sale a {
    font-size: 12px;
    padding: 6px 0;
  }

  .header_sale i {
    top: calc((100% - 15px)/2);
  }

  .banner_box_tittle {
    font-size: 30px;
  }

  .banner_box {
    height: 200px;
    padding-left: 26px;
  }

  .banner_box p {
    font-size: 20px;
  }

  .arrivals_box_header h3 {
    font-size: 20px;
  }

  .blog_box_body_img {
    width: 60%;
    height: auto;
    overflow: hidden;
    flex-shrink: 0;
  }

  .media_box_body_item_video {
    height: 180px;
  }

  .mobMenu.active {
    top: 65px;
    position: fixed;
  }

  /* .popBacket.active {
    top: 66px;
  } */

  .pop_mobCatalog.active {
    top: 65px;
    position: fixed;
  }

  .mobMenu.border.active,
  .pop_mobCatalog.border.active {
    top: 39px;
  }

  /* .popBacket.border.active {
    top: 42px;
  } */

  .product_box_body_review {
    width: 100%;
    border: none;
    border-bottom: 2px solid #202020;
  }

  .product_box_body .product_box_body_review:last-child {
    border-bottom: 1px solid #202020;
  }

  .product_box_body .product_box_body_review:nth-child(1) {
    border-top: 1px solid #202020;
  }

  .registration_box.legal {
    max-width: 360px;
  }

  .registration_box_body_wrap {
    flex-direction: column;
  }

  .registration_box.legal .registration_box_body_wrap_individual,
  .registration_box.legal .registration_box_body_wrap_legal {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .header_top_right_call {
    display: none;
  }

  .header_top_right_status {
    display: none;
  }

  .header_top_right_bonuses {
    display: none;
  }

  .arrivals_box_body_item {
    width: 50%;
    height: 360px;
  }

  .arrivals_box_body .arrivals_box_body_item:nth-child(2n+2) {
    border-right: none;
  }

  .arrivals_box_body .arrivals_box_body_item:nth-child(-n+5) {
    border-bottom: 2px solid #202020;
  }

  .arrivals_box_body .arrivals_box_body_item:nth-child(6) {
    border-bottom: 2px solid #202020;
  }

  .arrivals_box .blog_box_body:nth-child(2) {
    flex-direction: column;
  }

  .blog_box_body_img {
    width: 100%;
    height: 280px;
  }

  .blog_box_body_itemBig {
    border-left: none;
    border-top: 2px solid #202020;
  }

  .media_box_body {
    flex-direction: column;
  }

  .media_box_body_item {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #202020;
  }

  .media_box_body .media_box_body_item:last-child {
    border-bottom: none;
  }

  .media_box_body_item_video {
    height: 300px;
  }

  .footer_middle {
    display: none;
  }

  .footer {
    flex-direction: column-reverse;
  }

  .footer_right {
    width: 100%;
  }

  .footer_left {
    max-width: 400px;
    width: 100%;
    margin-top: 20px;
  }

  .footer_bottom {
    margin-top: 20px;
  }

  .product_box_filter_body_acc_body_item {
    width: 40%;
  }

  .news_box {
    flex-direction: column-reverse;
  }

  .news.first .container {
    padding: 0;
  }

  .news_box_articles {
    border-left: none;
    border-right: none;
  }

  .news_box_right {
    width: 100%;
  }

  .news_box_events {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }

  .news_box_events_more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .news_box_events_item {
    padding: 20px 20px 0 20px;
  }

  .news_box_articles_item_discription {
    padding: 20px;
  }

  .profile_box_body {
    flex-direction: column;
  }

  .profile_box_body_left {
    border-right: none;
    width: 100%;
  }

  .profile_box_body_mobile {
    display: block;
  }

  .profile_box_body_left .profile_box_body_left_tab {
    display: none;
  }

  .profile_box_body_left .profile_box_body_left_exit {
    display: none;
  }

  .profile_box_body_left_head {
    border-bottom: none;
  }

  .profile_box_body_right {
    border-left: none;
    border-bottom: 2px solid #202020;
  }

  .profile_box_body_left_exit {
    border-bottom: 1px solid #202020;
  }

  .order {
    flex-direction: column;
  }

  .order_big_wrap {
    border-left: none;
    border-right: none;
  }

  .order_small .order_big_wrap {
    border-top: none;
  }

  .order_small {
    width: 100%;
  }

  .order_big .order_big_wrap:nth-child(2) {
    margin-top: 0px;
    border-top: none;
  }

  .contact_elem_body {
    flex-direction: column;
  }

  .contact_elem_body_tab {
    width: 100%;
    border-right: none;
  }

  .contact_elem_body_tab_item {
    font-size: 14px;
  }

  .contact_elem_body_box_wrap_disc_tittle {
    font-size: 14px;
  }

}

@media (max-width: 580px) {
  .main_slider_item {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    height: 570px;
  }

  .main_slider_item_tittle {
    width: 100%;
    height: auto;
    padding-top: 35px;
  }

  .main_slider_item_tittle a {
    margin-top: 0px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }

  .main_slider_item_tittle a p {
    margin-top: 0px;
  }

  .main_slider_item_img {
    width: 100%;
   /* height: auto;*/
    margin-bottom: 70px;
  }

  .main_slider {
    height: 570px;
  }

  .main_slider_item_tittle p {
    margin-top: 10px;
  }

  .header_sale a {
    width: calc(100% - 50px);
    margin: 0 auto;
  }

  .blog_box_body_item .blog_box_body_item_flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .blog_box_body_item_flex a {
    margin-left: auto;
  }

  .product_box_body_item {
    width: calc(100%/2);
  }

  .product_box_body .product_box_body_item:last-child {
    border-right: 2px solid #202020;
  }

  .product_box_body .product_box_body_item:nth-child(4n + 1) {
    border-left: 1px solid #202020;
  }

  .product_box_body .product_box_body_item:nth-child(4n) {
    border-right: 1px solid #202020;
  }

  .product_box_body .product_box_body_item:nth-child(2n + 1) {
    border-left: none;
  }

  .product_box_body .product_box_body_item:nth-child(2n) {
    border-right: none;
  }

  .product_box_header h3 {
    font-size: 20px;
  }

  .product_box_footer_view {
    display: none;
  }

  .reviews_item_flex_body_tittle {
    font-size: 16px;
    margin-top: 20px;
  }

  .contact_item {
    padding: 20px 20px 40px 20px;
    flex-direction: column;
  }

  .contact_item_tittle {
    max-width: none;
    margin-bottom: 20px;
    margin-right: 0px;
  }

  .faq_accordion li .faq_accordion_header {
    font-size: 16px;
  }

  .backet_box_body {
    flex-direction: column;
  }

  .backet_box_body_product_wrap,
  .backet_box_body_product_wrapPack {
    border-right: none;
  }

  .backet_box_body_cash {
    width: 100%;
  }

  .slick-dots li button {
    width: 24px;
    height: 2px;
    margin: 0 6px;
  }

  .header_top_left_logo.remove {
    display: none;
  }

  .header_top_right_search.active input[type='text'] {
    width: 300px;
  }
}

@media (max-width: 500px) {
  .mobMenu.active {
    top: 79px;

  }

  /* .popBacket.active {
    top: 80px;
  } */

  .pop_mobCatalog.active {
    top: 79px;
  }

  .mobMenu.border.active,
  .pop_mobCatalog.border.active {
    top: 39px;
  }

  /* .popBacket.border.active {
    top: 42px;
  } */

  .product_box_header {
    padding: 10px 12px;
  }

  .product_box_header a p {
    display: none;
  }

  .product_num {
    display: none;
  }

  .product_box_filter {
    padding: 0 12px;
  }

  .product_box_filter_body_acc_body_item {
    width: 100%;
    margin-right: 0px;
  }

  .product_box_filter_body_box_top {
    max-width: 200px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .product_box_filter_body_box {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .header_top_right_search.active input[type='text'] {
    width: 250px;
  }

}

@media (max-width: 450px) {
  .arrivals_box_header a p {
    display: none;
  }

  .arrivals_box_body_item_img {
    height: 180px;
  }

  .arrivals_box_body_item {
    height: 300px;
  }

  .arrivals_box_body_item_discription {
    padding: 0px 12px;
    margin: 12px 0 12px 0;
    font-size: 12px;
    height: 53px;
  }

  .arrivals_box_header {
    height: 60px;
    padding: 10px 12px;
  }

  .arrivals_box_body_item_tag {
    background: #202020;
    padding: 5px 10px;
    font-size: 12px;
  }

  .arrivals_box_body_item_price {
    font-size: 12px;
    padding: 0 12px 10px 12px;
  }

  .banner_box {
    height: 160px;
    padding: 0 23px;
  }

  .banner_box_tittle {
    max-width: none;
    width: 100%;
    font-size: 24px;
  }

  .banner_box p {
    font-size: 16px;
  }

  .blog_box_body_itemBig {
    padding: 12px;
  }

  .blog_box_body_item_tittle {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .blog_box_body_itemBig p {
    font-size: 12px;
    height: 60px;
    margin-bottom: 12px;
  }

  .blog_box_body_item_tag {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }

  .blog_box_body_item {
    padding: 12px;
  }

  .media_box_body_item_video {
    height: 240px;
  }

  footer {
    padding: 25px 0 12px 0;
  }

  .mobMenu {
    max-width: none;
  }

  .pop_mobCatalog {
    max-width: none;
  }

  .popBacket {
    max-width: none;
    right: 0;
  }

  .bread_crumbs {
    margin-top: 12px;
  }

  .product.first {
    margin-top: 12px;
  }

  .product_item_left_product_slbig,
  .product_item_left_product_slbig_item {
    height: 260px;
  }

  .product_item_right_discription_btn {
    padding: 0;
  }

  .product_item_right_discription_btn_select {
    margin-right: 0px;
    border-left: none;
    border-bottom: none;
  }

  .product_item_right_discription_btn_backet {
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }

  .write_review_box input[type="submit"] {
    width: 100%;
  }

  .write_review_box_flex_img {
    width: 120px;
    height: 120px;
  }

  .write_review_box {
    padding-top: 0px;
  }

  .write_review_box_flex {
    margin: 0 -20px;
  }

  .write_review_box_flex_discription p {
    font-size: 16px;
    padding: 20px 20px 0 0;
    margin-bottom: 10px;
  }

  .reviews_item_flex_img {
    width: 40px;
    height: 40px;
  }

  .reviews_item_answer {
    margin-left: 0px;
    margin-top: 20px;
  }

  .reviews_item_flex_body_btn {
    margin-top: 20px;
  }

  .arrivals_box_header.reviews a {
    display: none;
  }

  .reviews_btn_mobile {
    display: block;
  }

  .reviews_item_flex_body_btn a {
    font-size: 12px;
  }

  .reviews_item_flex_body p {
    font-size: 12px;
  }

  .reviews_item_flex_body_answer {
    font-size: 12px;
  }

  .reviews_item_flex_body_date {
    font-size: 12px;
  }

  .news_box_articles_head h3 {
    font-size: 20px;
  }

  .news_single {
    padding: 20px 20px 40px 20px;
  }

  .news_single_tittle {
    font-size: 24px;
  }

  .news_single p {
    font-size: 14px;
  }

  .news_single ul li {
    font-size: 14px;
  }

  .news_single_btn {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0;
  }

  .news_single_btn a {
    width: 50%;
    height: 40px;
    border-top: none;
  }

  .news_single_btn a:nth-child(1) {
    border-left: none;
    border-right: 1px solid #202020;
  }

  .news_single_btn a:nth-child(2) {
    border-right: none;
    border-left: 1px solid #202020;
  }

  .about_box {
    padding: 0;
  }

  .about_box_header {
    padding: 0 20px 0 20px;
    height: 60px;
    background: #202020;
  }

  .about_box_header h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
  }

  .about_box_body {
    padding: 20px;
  }

  .about_box_body p {
    font-size: 12px;
    margin-top: 15px;
  }

  .about_box_body p:nth-child(1) {
    margin-top: 0px;
  }

  .about_box_body ul {
    margin-top: 15px;
  }

  .about_box_body ul li {
    font-size: 12px;
  }

  .about_box_body a {
    font-size: 12px;
  }

  .about_box_body_tittle {
    margin-top: 15px;
    font-size: 12px;
  }

  .about_box_body_btn {
    width: 100%;
  }

  .faq_accordion_body p,
  .faq_accordion_body p a,
  .faq_accordion_body ul li {
    font-size: 12px;
  }

  .product.card {
    margin-top: 0px;
  }

  .card_box {
    border-top: none;
  }

  .card_box_body .product_box_filter_body_box_top {
    max-width: none;
  }

  .card_box_body_flex {
    flex-direction: column;
  }

  .card_box_body_flex .card_box_body_flex_input {
    width: 100%;
    margin-bottom: 20px;
  }

  .card_box_body form .card_box_body_flex:nth-child(2) {
    margin-bottom: 0px;
  }

  .card_box_body p {
    margin: 0px 0 20px 0;
    max-width: none;
    width: 100%;
  }

  .card_box_body input[type="submit"] {
    width: 100%;
  }

  .profile_box_body_right_item_card {
    max-width: none;
  }

  .profile_box_body_right_item_filter_body {
    flex-direction: column;
  }

  .profile_box_body_right_item_filter_body_select {
    margin-right: 0px;
    max-width: none;
  }

  .profile_box_body_right_item_filter_body .profile_box_body_right_item_filter_body_select:nth-child(2) {
    margin-top: 20px;
  }

  .profile_box_body_right_item_accordion_header p,
  .profile_box_body_right_item_accordion_header span {
    font-size: 12px;
  }

  .profile_box_body_right_item_accordion_header span {
    padding-right: 48px;
  }

  .profile_box_body_right_item_accordion_header p {
    padding-left: 48px;
  }

  .profile_box_body_right_item_inp input {
    width: 100%;
  }

  .delete_backet p {
    display: none;
  }

  .arrivals_box_header h3 {
    font-size: 16px;
  }

  .container .backet_box {
    margin-top: 40px;
  }

  .error_box_title {
    text-align: center;
    font-size: 90px;
  }

  .error_box p {
    font-size: 36px;
    text-align: center;
  }

  .error_box span {
    margin-top: 20px;
    font-size: 14px;
    max-width: 260px;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .error_box a {
    margin-left: auto;
    margin-right: auto;
  }

  .order_finish_tittle {
    font-size: 24px;
  }

  .order_finish_subtittle {
    font-size: 16px;
  }

  .backet_empty {
    margin-top: 30px;
  }

  .backet_empty_box {
    font-size: 24px;
  }

  .registration_box,
  .registration_box.legal {
    max-width: none;
    width: 100%;
    border-left: none;
    border-right: none;
  }

  .registration_box_head h3 {
    font-size: 20px;
  }

  .registration_box.legal .registration_box_body input[type='submit'] {
    max-width: none;
  }

  .header_top_right_search.active input[type='text'] {
    width: 200px;
  }


}



p.bx-section-desc-post {
  padding: 17px;
}


label.bx_filter_param_label.disabled {
    display: none;
}
/* End */


/* Start:/local/templates/ajc/components/arturgolubev/search.title/bnk_search/style.css?175189371616805*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle-popup-history {
	padding: 0 8px 8px 8px;
}
	.bx-searchtitle-popup-history-title {
		font-size: 16px;
	}
	.bx-searchtitle-popup-history-item {
		padding: 4px 0;
	}
		.bx-searchtitle-popup-history-item::before {
			content: "";
			width: 16px;
			height: 16px;
			background: url(/local/templates/ajc/components/arturgolubev/search.title/bnk_search/images/search-icon.svg) center center no-repeat;
			background-size: 12px auto;
			display: inline-block;
			vertical-align: middle;
			margin-right: 5px;
		}
		.bx-searchtitle-popup-history a {
			color: #222;
			text-decoration: underline;
			vertical-align: middle;
		}
		.bx-searchtitle-popup-history a:hover {
			text-decoration: none;
		}

.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/local/templates/ajc/components/arturgolubev/search.title/bnk_search/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/ajc/components/arturgolubev/search.title/bnk_search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:8px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/templates/ajc/components/arturgolubev/search.title/bnk_search/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_title {
	font-weight: bold;
	font-size: 16px;
	margin: 4px 8px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	margin-right: 5px;
	position: relative;
	color: #333;
}
	.bx_smart_searche .bx_item_block_item_image img {
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.bx_item_block_item_image svg {

	}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* clear cross */
.bx-searchtitle .bx-searchtitle-clear {
	position: absolute;
	top: 4px;
	right: 110%;
	width: 28px;
	height: 28px;
	z-index: 4;
	display: none;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	color: #666;
}
.bx-searchtitle .bx-searchtitle-clear:after{
	display: inline-block;
	content: "\00d7";
}

/* voice input */
.bx-searchtitle .bx-searchtitle-voice {
	position: absolute;
	top: 3px;
	right: 110%;
	width: 28px;
	height: 28px;
	z-index: 4;
	display: none;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	color: #666;
	background: url(/local/templates/ajc/components/arturgolubev/search.title/bnk_search/images/voice.svg?v=3) center center no-repeat;
	background-size: 22px auto;
}
	.bx-searchtitle .bx-searchtitle-voice.voice-show {
		display: block;
	}

	.bx-searchtitle .bx-searchtitle-voice.active::after, .bx-searchtitle .bx-searchtitle-voice.active::before {
		content: '';
		position: absolute;
		border: 3px solid #3D64FF;
		left: -20px;
		opacity: 0;
		right: -20px;
		top: -20px;
		bottom: -20px;
		border-radius: 50%;
		animation: searchpulse 2.5s linear infinite;
	}

	.bx-searchtitle .bx-searchtitle-voice.active::after {
		animation-delay: 1.25s;
	}

	@keyframes searchpulse {
		0% {
			transform: scale(0.5);
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			transform: scale(1.2);
			opacity: 0;
		}
	}



/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/local/templates/ajc/components/arturgolubev/search.title/bnk_search/images/loader_orange.gif) center center no-repeat #fff;
}



/* blue */
.bx_smart_searche.theme-blue .bx_item_block_item_image {
	color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/ajc/components/arturgolubev/search.title/bnk_search/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #0083d1;
	border-color: #0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0083d1;
	border-color: #0083d1;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #5ca6e4;
	border-color: #5ca6e4;
	text-decoration: none;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx_smart_searche.theme-black .bx_item_block_item_image {
	color:#333;
}
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/ajc/components/arturgolubev/search.title/bnk_search/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx_smart_searche.theme-green .bx_item_block_item_image {
	color:#159ebb;
}
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/ajc/components/arturgolubev/search.title/bnk_search/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx_smart_searche.theme-red .bx_item_block_item_image {
	color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/ajc/components/arturgolubev/search.title/bnk_search/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx_smart_searche.theme-yellow .bx_item_block_item_image {
	color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/ajc/components/arturgolubev/search.title/bnk_search/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}



.search-inner.active {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 25px 0 30px;
	z-index: 9999;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
}

.search-inner{
	display: none;
}

.
/* End */


/* Start:/local/templates/ajc/components/bitrix/menu/dropdown_top_menu_mobile/style.css?17384802621045*/
.pop_mobCatalog .pop_catalog {
	display: block;
	opacity: 1;
}

.pop_mobCatalog .pop_catalog {
	position: relative;
	top: 0;
	border: none;
}

.pop_mobCatalog .pop_catalog_tab {
	padding: 0;
	border-right: none;
}

.pop_mobCatalog .pop_catalog_tab_wrap_item {
	width: 100%;
}

.pop_mobCatalog .pop_catalog_tab_wrap_item .pop_catalog_body_wrap_tittle {
	display: none;
}

.pop_mobCatalog .pop_catalog_tab_wrap_item .pop_catalog_body_item_category {
	margin-bottom: 0;
	width: 100%;
}

.pop_mobCatalog .pop_catalog_body_item {
	padding-left: 15px;
}

.pop_mobCatalog .pop_catalog_body_item_category_tittle {
	text-transform: none;
	font-size: 15px;
}

.pop_mobCatalog .pop_catalog_body_item {
	display: none;
}

.pop_mobCatalog .pop_catalog_tab_wrap_item.active .pop_catalog_body_item {
	display: block;
}

.pop_mobCatalog .pop_catalog_tab_wrap_item.active {
	background-color: transparent;
	color: #202020;
	padding-left: 10px;
}

.pop_mobCatalog .pop_catalog_tab_wrap_item.active::after {
	left: unset;
	right: 10px;
	transform: rotate(90deg);
}
/* End */


/* Start:/local/templates/ajc/components/bitrix/menu/top_menu_header/style.min.css?1738480259490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/ajc/components/bitrix/menu/top_menu_header/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/ajc/components/bitrix/menu/menu_bottom/style.min.css?1738480260490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/ajc/components/bitrix/menu/menu_bottom/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/ajc/template_styles.css?17502946015142*/
a {
	text-decoration: none;
	color: #0c8821;
}

.section_page_list {
    display: flex;
    padding: 20px;
}

.section_page_list:empty {
	padding: 0;
    display: none;
	flex-wrap: wrap;
}

.form-group input,
.form-group textarea {
	padding: 8px 10px;
	min-height: 40px;
	border: 2px solid #202020;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.form-group textarea {
	min-height: 120px;
}

.accent-button {
    display: inline-block;
	padding: 14px 45px 13px 45px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
	color: #202020;
	text-align: center;
	text-decoration: none !important;
	text-transform: none;
	border-radius: 0;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	transition: color 0.2s, background 0.2s, border 0.2s;
    text-transform: uppercase;
	outline: none;
	-webkit-appearance: none;
    box-shadow: 4px 4px 0 0 #202020, 2px 2px 0 0 #eee;
    background: #f9ce62;
}
.green-button {
    display: inline-block;
	padding: 14px 45px 13px 45px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
	color: #202020;
	text-align: center;
	text-decoration: none !important;
	text-transform: none;
	border-radius: 0;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	transition: color 0.2s, background 0.2s, border 0.2s;
    text-transform: uppercase;
	outline: none;
	-webkit-appearance: none;
		box-shadow: 2px 2px 0 0 #eee, 4px 4px 0 0 #202020;
    background: #0d8821;
}

.g-checkbox input[type="checkbox"],
.g-radio input[type="radio"],
.g-radio input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.g-checkbox input[type="checkbox"] + *,
.g-radio input[type="radio"] + * {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	cursor: pointer;
}
.g-checkbox input[type="checkbox"] + *::before,
.g-radio input[type="radio"] + *::before {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 2px solid #202020;
}
.g-checkbox input[type="checkbox"] + *:before {
	border-radius: 0;
}
.g-radio input[type="radio"] + *:before {
	border-radius: 50%;
}

.g-radio input[type="radio"]:checked + *::before {
	background-color: #202020;
}

.g-checkbox input[type="checkbox"]:checked + *::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.0405 0.727081C14.6938 0.380432 14.1315 0.380433 13.7848 0.72714L5.94384 8.56811L1.81632 4.44059C1.46962 4.09388 0.907379 4.09388 0.560612 4.44059C0.213845 4.78729 0.213845 5.34953 0.560612 5.6963L5.31596 10.4516C5.48934 10.625 5.71659 10.7117 5.94378 10.7117C6.17098 10.7117 6.39829 10.625 6.57161 10.4516L15.0405 1.98279C15.3872 1.63609 15.3872 1.07385 15.0405 0.727081Z' fill='black' /%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px 7px;
}

.g-custom-select {
	position: relative;
	width: 100%;
	border: 2px solid #202020;
}
.g-custom-select__title {
	position: relative;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	outline: none;
	height: 40px;
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
	color: #202020;
	background-color: #fff;
	text-align: left;
	padding: 0 40px 0 20px;
	border-radius: 0;
	transition: color 0.2s, border-color 0.2s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.g-custom-select__title:hover {
	border-color: #202020;
}
.g-custom-select.open .g-custom-select__title {
	border-color: #202020;
}
.g-custom-select__title::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
	width: 10px;
	height: 6px;
	background-repeat: no-repeat;
	background-size: 10px 6px;
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M5 3.879L8.713.167l1.06 1.06L5 6 .227 1.227l1.06-1.06L5 3.879z' fill='%23222'/%3E%3C/svg%3E");
	transition: transform 0.2s, right 0.2s, top 0.2s;
}
.bgc-black .g-custom-select__title::after {
	border-color: #fff;
}
.g-custom-select.open .g-custom-select__title::after {
    transform: rotate(-180deg) translateY(50%);
}
.g-custom-select__list {
	display: none;
	position: absolute;
	top: 100%;
	left: -2px;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: -1;
	max-height: 210px;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: content-box;
	border: 2px solid #202020;
}
.g-custom-select.open .g-custom-select__list {
	display: block;
	z-index: 5;
	width: auto;
    max-width: none;
	min-width: 100%;
	padding: 0.6em 0;
}
.g-custom-select__item {
	display: block;
    padding: 7px 20px;
    font-size: var(--site-input-font-size);
    line-height: var(--site-input-line-height);
    color: var(--site-input-text-color);
	cursor: pointer;
	transition: background-color 0.2s;
}
.g-custom-select__item:hover {
    background: #f5f4f4;
}


.header_top_right_search.active form {
	display: flex;
}
/* End */
/* /local/templates/ajc/js/bx_slider/jquery.bxslider.css?17236327794459 */
/* /local/templates/ajc/css/main.css?1751894899143470 */
/* /local/templates/ajc/components/arturgolubev/search.title/bnk_search/style.css?175189371616805 */
/* /local/templates/ajc/components/bitrix/menu/dropdown_top_menu_mobile/style.css?17384802621045 */
/* /local/templates/ajc/components/bitrix/menu/top_menu_header/style.min.css?1738480259490 */
/* /local/templates/ajc/components/bitrix/menu/menu_bottom/style.min.css?1738480260490 */
/* /local/templates/ajc/template_styles.css?17502946015142 */
