@font-face {
  font-family: 'Nyght';
  src: url('font/NyghtSerif-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", serif;
  font-style: normal;
  font-weight: 400;
}

a {
  text-decoration: none;
}

input {
  outline: none;
}

header {
  width: 100%;
  height: 96px;
  background: #fff;
  border-bottom: 1px solid #B5B5B5;
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}

header .container {
  width: auto;
  margin: 0 64px;
  height: 100%;
  padding: 0 !important;
}

body {
  padding-top: 96px;
}

.header_box {
  display: grid;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  grid-template-columns: 1fr 250px 1fr;
}

.header_box_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

main {
  width: 100%;
  position: relative;
}

.main_slider {
  display: block;
  width: 100%;
}

main img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: -1;
}

.header_box_burger {
  width: 40px;
  cursor: pointer;
}

.header_box_burger span {
  width: 100%;
  height: 2px;
  background: #343434;
  display: block;
  margin-top: 9px;
}

.header_box_burger span:nth-child(1) {
  margin-top: 0px;
}


.header_box_right_place_hidden {
  position: fixed;
  display: none;
  transition: .6s;
  left: 0;
  width: 100%;
  background: #34343426;
  top: 96px;
  z-index: 12;
}

.header_box_right_place_hidden_box {
  position: absolute;
  transition: .6s;
  right: 225px;
  background-color: #fff;
  width: 470px;
  padding: 41px 61px 81px 61px;
}

.header_box_right_place_hidden_box_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}


.header_box_right_place_hidden_box_input input {
  background: transparent;
  width: 100%;
  height: 50px;
  outline: none;
  padding: 0 14px 0 50px;
  font-size: 16px;
  border: 1px solid #C3C3C3;
  position: relative;
}

.header_box_right_place_hidden_box_input input::placeholder {
  font-size: 16px;
}

.header_box_right_place_hidden_box_input b {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 57px;
  left: 75px;
  background-image: url(../img/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header_box_right_place_hidden_box i {
  color: #DA6265;
  font-size: 20px;
  line-height: 121%;
  margin-top: 30px;
  display: block;
}

.header_box_right_place_hidden.active {
  display: block;
  top: 96px;
}

.header_box_right_place_hidden span {
  display: block;
  color: #343434;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin-top: 35px;
  cursor: pointer;
  transition: .6s;
}

.header_box_right_place_hidden span.active {
  text-decoration: underline;
}

.header_box_right_like {
  margin: 0 55px;
  cursor: pointer;
}

.header_box_right_search {
  margin: 0 55px 0 100px;
  cursor: pointer;
}

.header_box_right_account,
.header_box_right_backet {
  cursor: pointer;
}

.header_box_right_place_item {
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-align: center;
  color: #343434;
  position: relative;
  cursor: pointer;
}

.header_box_right_place_item::after {
  content: '';
  position: absolute;
  top: 12px;
  right: -15px;
  width: 9px;
  height: 7px;
  background-image: url(../img/icon/Polygon.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .6s;
}

.header_box_right_place_item.active::after {
  transform: rotate(180deg);
}

.collection_button {
  margin-top: 70px;
}

.container {
  padding: 0 27px;
  width: auto;
}

.collection_button_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.collection_button a {
  display: block;
  background: #F7F7F7;
  height: 96px;
  width: calc((100% / 3) - 20px);
  color: #343434;
  font-weight: 400;
  font-size: 26px;
  line-height: 96px;
  letter-spacing: 0.8px;
  text-align: center;
  transition: .6s;
}

.collection_button a.active {
  background: #DA6265;
  color: #fff;
}

.collection_button a:hover {
  background: #DA6265;
  color: #fff;
  opacity: .9;
}

.brands_slider {
  margin-top: 100px;
  position: relative;
  margin-bottom: 80px;
}

.brands_slider_box {
  max-width: 1348px;
  width: 100%;
  margin: 0 auto;
}

.brands_slider_arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1398px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.brands_slider_arrow div {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .6s;
  background: #fff;
  position: relative;
  opacity: .8;
}

.brands_slider_arrow div::after {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
}

.brands_slider_arrow div:hover {
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  opacity: 1;
}

.brands_slider_arrow_prev::after {
  background-image: url(../img/icon/arrow_slider_left.svg);
}

.brands_slider_arrow_next::after {
  background-image: url(../img/icon/arrow_slider_right.svg);
}

.brands_slider_box_item div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}

.bestsellers {
  border-top: 1px solid #ECECEC;
}

section h2 {
  font-weight: 500;
  font-size: 35px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #343434;
  margin-top: 44px;
}

.bestsellers_box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.bestsellers_box_item {
  width: calc(25% - 19px);
  position: relative;
}

.bestsellers_box_item_new {
  position: absolute;
  width: 40px;
  height: 20px;
  text-align: center;
  color: #DA6265;
  background: #FFFFFF;
  font-weight: 700;
  font-size: 9px;
  line-height: 20px;
  letter-spacing: 0.27px;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.bestsellers_box_slider {
  display: none;
}

.bestsellers_box_item_like {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  right: 10px;
  top: 10px;
  display: block;
  width: 21px;
  height: 19px;
  background-image: url(../img/icon/like_card.svg);
  transition: .6s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bestsellers_box_item_like:hover {
  background-image: url(../img/icon/like_red.svg);
}

.bestsellers_box_item_like.active {
  background-image: url(../img/icon/like_red.svg);
}

.bestsellers_box_item_img {
  height: 620px;
  width: 100%;
  display: block;
}

.bestsellers_box_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bestsellers_box_item_size {
  position: absolute;
  top: 485px;
  width: 100%;
  z-index: 2;
  height: 135px;
  background: #FFFFFFCC;
  display: none;
}

.bestsellers_box_item_size.active {
  display: block;
}

.bestsellers_box_item_size span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0%;
  text-align: center;
  margin: 24px 0px;
  color: #383838;
}

.bestsellers_box_item_size div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bestsellers_box_item_size a {
  display: block;
  font-size: 16px;
  line-height: 150%;
  color: #383838;
  margin: 0 17px;
  transition: .6s;
}

.bestsellers_box_item_size a:hover {
  color: #DA6265;
}

.bestsellers_slider_arrow {
  display: none;
}

.bestsellers_box_item_discription {
  margin-top: 22px;
}

.bestsellers_box_item_discription span {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  color: #383838;
  margin-bottom: 2px;
  display: block;
}

.bestsellers_box_item_discription p {
  font-size: 16px;
  line-height: 150%;
  color: #383838;
}

.banner {
  display: block;
  width: 100%;
  margin-top: 100px;
  height: auto;
  margin-bottom: 100px;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.categories_box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.categories_box_item {
  width: calc(100%/6 - 21px);
}

.categories_box_item_img {
  width: 100%;
  height: 435px;
  overflow: hidden;
}

.categories_box_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s;
}

.categories_box_item_img:hover img {
  transform: scale(1.2);
}

.categories_box_item span {
  display: block;
  color: #000B0B;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
  line-height: 120%;
}

.categories_button {
  margin-top: 30px;
  margin-left: auto;
  display: block;
  width: 306px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background: #F7F7F7;
  color: #343434;
  font-size: 16px;
  transition: .6s;
}

.categories_button:hover {
  background: #DA6265;
  color: #fff;
}

.categories_slider_item a {
  width: calc(100% - 26px);
  height: 1000px;
  display: block;
  margin: 0 auto;
}

.categories_slider_item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.categories_slider {
  margin: 40px -13px 0 -13px;
}

footer {
  background: #F7F7F7;
  margin-top: 234px;
  padding: 60px 0 55px 0;
}

.footer_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer_box_item {
  width: 25%;
}

.footer_box_item span {
  color: #383838;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  margin-bottom: 40px;
  display: block;
}

.footer_box_item a,
.footer_box_item i {
  font-size: 18px;
  line-height: 110%;
  color: #383838;
  margin-bottom: 18px;
  display: block;
  transition: .6s;
  cursor: pointer;
}

.footer_box_item a:hover,
.footer_box_item i:hover {
  color: #DA6265;
}

.footer_box_item_network {
  display: flex;
  margin-top: 44px;
}

.footer_box_item_network a {
  margin-bottom: 0px;
  margin-right: 15px;
}

.footer_box_item_network a:last-child {
  margin-right: 0px;
}

.footer_box_item_call {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #383838;
  margin-bottom: 20px;
}

.footer_box_item p {
  margin-top: 52px;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #383838;
  max-width: 275px;
  width: 100%;
}

.footer_line {
  border: 1px solid #B5B5B5;
  width: 100%;
  margin-top: 40px;
}

.footer_bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 48px;
}

.footer_bottom a {
  font-size: 18px;
  line-height: 110%;
  color: #383838;
  margin-right: 57px;
}

.menu {
  position: fixed;
  background: #34343426;
  top: 96px;
  left: 0;
  z-index: 12;
  display: none;
  width: 100%;
}

.menu_box {
  position: absolute;
  background: #fff;
  padding: 40px 55px 40px 60px;
  top: 0;
  left: 0;
  width: 400px;
  box-shadow: 18px 0px 28.8px -19px #0000002B;
}

.menu.active {
  display: block;
}

.menu_tab {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}

.menu_tab_item {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.8px;
  color: #343434;
  margin-right: 28px;
  transition: .6s;
  cursor: pointer;
}

.menu_tab .menu_tab_item:last-child {
  margin-right: 0;
}

.menu_tab_item.active {
  text-decoration: underline;
}

.menu_tab_item:hover {
  text-decoration: underline;
}

.menu_link {
  display: none;
}

.menu_link.active {
  display: block;
}

.menu_link span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
  cursor: pointer;
  transition: .6s;
}

.menu_link span:nth-child(4) {
  margin-top: 65px;
}

.menu_link span:hover {
  color: #DA6265;
}

.menu_dinamic {
  background: #fff;
  padding: 70px 15px 70px 23px;
  position: absolute;
  top: 0;
  left: 360px;
  width: 360px;
  display: none;
  box-shadow: inset 18px 0px 28.8px -19px #0000002B;
}

.menu_dinamic_mobail {
  display: none;
}

.menu_dinamic.active {
  display: block;
}

.menu_dinamic a {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.8px;
  color: #343434;
  margin-bottom: 35px;
  display: block;
}

.menu_dinamic a:last-child {
  margin-bottom: 0px;
}

.pop_up {
  display: none;
  background: #34343426;
  position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 12;
}

.pop_up.order {
  top: 0px;
}

.backer {
  display: none;

}

.backer.active {
  display: block;
}

.pop_up.active {
  display: block;
}

.pop_up .scroll {
  height: calc(100vh - 146px);
  overflow-y: scroll;
}

.backer {
  background: #34343426;
  position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 12;
}

.backer_box {
  position: absolute;
  right: 0;
  top: -96px;
  background: #fff;
  z-index: 2;
  max-width: 640px;
  width: 100%;
  height: 100vh;
}

.pop_up_box {
  position: absolute;
  right: 0;
  top: -96px;
  background: #fff;
  z-index: 2;
  max-width: 640px;
  width: 100%;
  height: 100vh;
}

.pop_up_box.loyalty_program_registration {
  top: 0;
  display: none;
}

.pop_up_box.loyalty_program_registration.active {
  display: block;
}

.pop_up_box_head {
  display: flex;
  align-items: center;
  padding: 0 27px 0 41px;
  height: 96px;
  border-bottom: 1px solid #C0C1BD;
}

.scroll {
  height: calc(100vh - 96px);
  overflow-y: scroll;
}

.scroll_wrap {
  height: auto;
}

.menu_box .scroll {
  height: calc(100vh - 239px);
  overflow-y: scroll;
}

.menu_box .scroll {
  height: calc(100vh - 219px);
  overflow-y: scroll;
}

.scroll::-webkit-scrollbar {
  height: 0px;

}

.scroll::-webkit-scrollbar-track {
  background: #FFF;
  border-radius: 0px;
}

.scroll::-webkit-scrollbar-thumb {
  width: 0px;
  border-radius: 0px;
  opacity: 0;
}


.backer_box_head {
  display: flex;
  align-items: center;
  padding: 0 27px 0 41px;
  height: 96px;
}

.backer_box_head a {
  display: none;
}

.backer_box_head span {
  font-weight: 600;
  font-size: 18px;
  line-height: 115%;
  color: #383838;
  margin-left: 33px;
  display: block;
}

.pop_up_box_head span {
  font-weight: 600;
  font-size: 38px;
  line-height: 115%;
  color: #383838;
  display: block;
  max-width: 436px;
  width: 100%;
}

.pop_up_box_body {
  padding: 50px 27px 50px 41px;
}

.backer_box_head_close,
.pop_up_box_head_close {
  width: 22px;
  height: 22px;
  background-image: url(../img/icon/close.svg);
  background-position: center;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 41px;
  right: 27px;
}

.backer_box_line {
  border-bottom: 0.5px solid #343434;
  width: 100%;
}

.backer_box_body {
  margin-top: 27px;
  padding: 0 27px 0 41px;
  position: relative;
}

.backer_box_body p {
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.8px;
  color: #343434;
  margin-top: 66px;
}

.pop_up_box_body ul li {
  list-style-type: none;
}

.accordion_header {
  font-size: 28px;
  line-height: 150%;
  color: #383838;
  padding: 25px 0;
  position: relative;
}

.accordion_header::after {
  content: '+';
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 30px;
  color: #383838;
  transition: .6s;
}

.open .accordion_header::after {
  transform: rotate(45deg);
}

.accordion_body {
  display: none;
}

.accordion_body b {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #DA6265;
  margin-bottom: 25px;
  display: block;
  margin-top: 20px;
}

.accordion_body ol li {
  font-size: 16px;
  line-height: 120%;
  color: #343434;
  margin-bottom: 15px;
}

.accordion_body p {
  font-size: 16px;
  line-height: 120%;
  color: #343434;
  margin-bottom: 15px;
}

.backer_box_body_num {
  display: flex;
  align-items: center;
}

.backer_box_body_num p {
  margin-top: 0px !important;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  margin-left: 5px;
}

.backer_box_body_num span {
  margin-top: 0px !important;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
}

.backer_box_body_delete {
  right: 27px;
  position: absolute;
  font-size: 20px;
  line-height: 120%;
  color: #C0C1BD;
  top: 0px;
  cursor: pointer;
}

.backer_box_body_item {
  margin-top: 20px;
  display: flex;
}

.backer_box_body_item.delete .backer_box_body_item_img,
.backer_box_body_item.delete .backer_box_body_item_discription p,
.backer_box_body_item.delete .backer_box_body_item_discription_line,
.backer_box_body_item.delete span,
.backer_box_body_item.delete .backer_box_body_item_discription_size,
.backer_box_body_item.delete .backer_box_body_item_discription_price {
  opacity: .2;
}

.backer_box_body_item_discription_calc_back {
  display: none;
}

.backer_box_body_item.delete .backer_box_body_item_discription_calc_back {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #383838;
}

.backer_box_body_item.delete .backer_box_body_item_discription_calc span,
.backer_box_body_item.delete .backer_box_body_item_discription_calc p {
  display: none;
}

.backer_box_body_item_img {
  width: 140px;
  height: auto;
  display: block;
}

.backer_box_body_item_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.backer_box_body_item_discription {
  margin-left: 40px;
  width: calc(100% - 180px);
}

.backer_box_body_item_discription_line {
  border: 1px solid #343434;
  width: 100%;
}

.backer_box_body_item_discription_name {
  font-weight: 600;
  font-size: 18px;
  line-height: 115%;
  color: #383838;
  margin-top: 24px;
  display: block;
}

.backer_box_body_item_discription_size {
  display: flex;
  margin-top: 37px;
  flex-wrap: wrap;
  gap: 4px;
}

.backer_box_body_item_discription_size b {
  border: 2px solid #E6E6E6;
  width: 51px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000000;
}

.backer_box_body_item_discription_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}

.backer_box_body_item_discription_calc {
  display: flex;
  align-items: center;
}

.backer_box_body_item_discription_calc span {
  font-size: 36px;
  font-weight: 100;
  color: #383838;
  width: 34px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-bottom: 2px;
  transition: .6s;
}

.backer_box_body_item_discription_calc span.plus {
  padding-bottom: 0px;
}

.backer_box_body_item_discription_calc p {
  margin: 0 10px;
  font-size: 16px;
  color: #383838;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.backer_box_body_item_discription_price {
  font-size: 16px;
  line-height: 130%;
  color: #383838;
  margin-top: 0 !important;
}

.backer_box_input {
  margin-top: 100px;
  padding: 0 27px 46px 41px;
}

.backer_box_input.clear {
  margin-top: 150px;
}

.backer_box_input p {
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.8px;
  color: #343434;
}

.backer_box_input_button {
  width: 228px;
  height: 70px;
  display: block;
  margin: 0 auto;
  background: #DA6265;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 74px;
  transition: .6s;
}

.clear .backer_box_input_button {
  margin-left: 0;
  margin-top: 174px;
}

.backer_box_input_button:hover {
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.3);
}

.backer_box_input_totals {
  height: 92px;
  border: 1px solid #C0C1BD;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 82px 0 18px;
  margin-bottom: 37px;
  position: relative;
}

.backer_box_input_promo {
  height: 92px;
  border: 1px solid #C0C1BD;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0px 0 140px;
  margin-bottom: 37px;
  position: relative;
}

.backer_box_input_promo input {
  width: 100%;
  height: 92px;
  border: none;
  background: transparent;
  text-align: right;
  padding-right: 82px;
  font-size: 25px;
  line-height: 100%;
  color: #383838;
  text-transform: uppercase;
}

.backer_box_input_promo span {
  position: absolute;
  font-size: 25px;
  line-height: 100%;
  color: #383838;
  top: 35px;
  left: 18px;
}

.backer_box_input_totals span {
  font-size: 25px;
  line-height: 100%;
  color: #383838;
}

.backer_box_input_totals p {
  font-size: 25px;
  line-height: 100%;
  color: #383838;
}

.backer_box_input_totals i {
  font-size: 20px;
  color: #C0C1BD;
}

.backer_box_input_totals b {
  font-size: 15.63px;
  line-height: 100%;
  color: #C0C1BD;
  position: absolute;
  right: 83px;
  bottom: 10px;
  text-decoration: line-through;
}



.backer_box_body_item_discription_calc span.plus:hover,
.backer_box_body_item_discription_calc span.minus:hover {
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.like {
  display: none;

}

.like.active {
  display: block;
}

.like {
  background: #34343426;
  position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 12;
}

.like_box {
  position: absolute;
  right: 0;
  top: -96px;
  background: #fff;
  z-index: 2;
  max-width: 640px;
  width: 100%;
}


.like_box_head {
  display: flex;
  align-items: center;
  padding: 0 27px 0 41px;
  height: 96px;
}

.like_box_head span {
  font-weight: 600;
  font-size: 18px;
  line-height: 115%;
  color: #383838;
  margin-left: 33px;
  display: block;
}

.like_box_head_close {
  width: 22px;
  height: 22px;
  background-image: url(../img/icon/close.svg);
  background-position: center;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 41px;
  right: 27px;
}

.like_box_line {
  border-bottom: 0.5px solid #343434;
  width: 100%;
}

.like_box_body {
  display: flex;
  padding: 8px 27px 68px 41px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.like_box_body .bestsellers_box_item {
  width: calc(50% - 25px);
  margin-top: 60px;
}

.like_box_body .bestsellers_box_item_img {
  height: 420px;
  width: 100%;
  display: block;
}

.like_box_body .bestsellers_box_item_like {
  background-image: url(../img/icon/like_red.svg);
}

.like_box_body .bestsellers_box_item_size {
  position: absolute;
  top: 295px;
  width: 100%;
  z-index: 2;
  height: 135px;
  background: #FFFFFFCC;
}

.like_box_body .bestsellers_box_item_discription p {
  font-size: 16px;
  line-height: 32px;
  color: #383838;
  border: 2px solid #E6E6E6;
  height: 35px;
  display: inline-block;
  padding: 0 25px;
  margin-top: 5px;
}

.bestsellers_box_item_discription a {
  width: 116px;
  height: 35px;
  background: #DA6265;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
}

.bestsellers_box_item.active .bestsellers_box_item_size {
  display: block;
}

.bestsellers_box_item.active .bestsellers_box_item_size a.active {
  color: #DA6265;
}

.bestsellers_slider_arrow {
  display: none;
  justify-content: space-between;
  width: 122px;
  z-index: 1;
  margin: 0 auto;
  margin-top: 25px;
}

.bestsellers_slider_arrow div {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .6s;
  background: #fff;
  position: relative;
  opacity: .8;
  background: #F8F8F8;
}

.bestsellers_slider_arrow div::after {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
}

.bestsellers_slider_arrow div:hover {
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  opacity: 1;
}

.bestsellers_slider_arrow_prev::after {
  background-image: url(../img/icon/arrow_slider_left.svg);
}

.bestsellers_slider_arrow_next::after {
  background-image: url(../img/icon/arrow_slider_right.svg);
}

.search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #34343426;
  width: 100%;
  height: 100%;
  z-index: 12;
}

.search.active {
  display: block;
}

.search_box {
  background: #fff;
  width: 100%;
  padding: 83px 150px 83px 64px;
}

.search_box_flex_back {
  display: none;
}

.search_box_flex {
  display: flex;
  align-items: center;
  position: relative;
}

.search_box_flex_close {
  background: #F7F7F7;
  width: 193px;
  height: 63px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .6s;
  margin-left: 8px;
  flex-shrink: 0;
}

.search_box_flex_close:hover {
  background: #DA6265;
  color: #fff;
}

.search_box_flex button {
  display: flex;
  width: 174px;
  height: 63px;
  background: #DA6265;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  margin-left: 29px;
  color: #fff;
  flex-shrink: 0;
}

.search_box_flex input {
  width: 100%;
  height: 63px;
  border: 1px solid #C0C1BD;
  padding: 0 25px 0 100px;
}

.search_box_flex::after {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  background-image: url(../img/icon/search.svg);
  width: 30px;
  height: 30px;
  left: 22px;
}

.search_box_body {
  margin-top: 112px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
}

.search_box_body_left {
  width: 373px;
  flex-shrink: 0;
  margin-right: 172px;
}

.search_box_body_right {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.search_box_body_right .bestsellers_box_item {
  width: calc(100%/3 - 33px);
}

.search_box_body_right .bestsellers_box_item_img {
  height: 480px;
}

.search_box_body_right .bestsellers_box_item_size {
  top: 345px;
}

.search_box_body_left_list {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.search_box_body_left_list img {
  width: 23px;
  height: 23px;
}

.search_box_body_left_list span {
  font-size: 16px;
  line-height: 200%;
  display: block;
  margin-left: 14px;
  color: #383838;
}

.search_box_body_left_box {
  display: flex;
  margin-top: 25px;
}

.search_box_body_left_box img {
  width: 45px;
  height: 61px;
  object-fit: cover;
}

.search_box_body_left_result {
  margin-top: 63px;
}

.search_box_body_left_box div {
  margin-left: 20px;
}

.search_box_body_left_box span {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #383838;
  display: block;
}

.search_box_body_left_box p {
  font-size: 20px;
  line-height: 100%;
  color: #C0C1BD;
}

.profile {
  display: none;

}

.profile.active {
  display: block;
}

.profile {
  background: #34343426;
  position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 12;
}

.profile_box_head_back {
  display: none;
}

.profile_box {
  position: absolute;
  right: 0;
  top: -96px;
  background: #fff;
  z-index: 2;
  max-width: 640px;
  width: 100%;
}


.profile_box_head {
  display: flex;
  align-items: center;
  padding: 0 27px 0 41px;
  height: 96px;
}

.profile_box_head span {
  font-weight: 600;
  font-size: 28px;
  line-height: 115%;
  color: #383838;
  margin-left: 0px;
  display: block;
}

.profile_box_head_close {
  width: 22px;
  height: 22px;
  background-image: url(../img/icon/close.svg);
  background-position: center;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 41px;
  right: 27px;
}

.profile_box_body {
  margin-top: 20px;
  padding: 0 27px 0 41px;
  min-height: 700px;
}

.profile_box_body_name,
.profile_box_body_tel,
.profile_box_body_email {
  font-size: 24px;
  line-height: 150%;
  color: #383838;
}

.profile_box_body_card {
  margin-top: 52px;
  width: 100%;
  padding: 15px 20px 23px 20px;
  border: 2px solid #C0C1BD;
}

.profile_box_body_card span {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #383838;
}

.profile_box_body_card_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
}

.profile_box_body_card_box p {
  font-size: 44px;
  line-height: 140%;
  color: #DA6265;
}

.profile_box_body_card_box b {
  font-size: 40px;
  line-height: 180%;
  color: #383838;
}

.bread_crumbs {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.bread_crumbs p {
  color: #000000;
  font-size: 14px;
  margin-right: 5px;
}

.bread_crumbs a {
  background-image: url(../img/icon/arrow_bottom.svg);
  width: 14px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.catalog_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.catalog_box .bestsellers_box_item {
  margin-top: 47px;
  width: calc(25% - 15px);
  margin-right: 0px;

}


.catalog_box .bestsellers_box_item:nth-child(10n + 9) {
  margin-top: 47px;
  width: calc(50% - 10px);
}

.catalog_box .bestsellers_box_item:nth-child(10n + 10) {
  margin-top: 47px;
  width: calc(50% - 10px);
}

.catalog_box .bestsellers_box_item:nth-child(10n + 9) .bestsellers_box_item_img {
  height: 920px;
}

.catalog_box .bestsellers_box_item:nth-child(10n + 10) .bestsellers_box_item_img {
  height: 920px;
}

.catalog_box .bestsellers_box_item:nth-child(10n + 9) .bestsellers_box_item_size {
  top: 785px;
}

.catalog_box .bestsellers_box_item:nth-child(10n + 10) .bestsellers_box_item_size {
  top: 785px;
}

.catalog_more {
  margin: 50px auto 0 auto;
  background: #DA6265;
  width: 260px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.catalog_head {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
}

.catalog_head_filter {
  width: 117px;
  height: 44px;
  background: #F9F9F9;
  color: #343434;
  font-size: 16px;
  padding-left: 14px;
  line-height: 44px;
  cursor: pointer;
  position: relative;
  transition: .6s;
  flex-shrink: 0;
}

.catalog_head_filter::after {
  content: '+';
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 14px;
  transition: .6s;
  color: #343434;
}

.catalog_head_filter:hover {
  background: #DA6265;
  color: #fff;
}

.catalog_head_filter:hover::after {
  color: #fff;
}

.catalog_head_slider {
  width: calc(100% - 250px);
}

.catalog_head_slider_item {
  padding: 0 9px;
}

.catalog_head_slider_item a {
  border: 2px solid #E6E6E6;
  height: 44px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343434;
  font-size: 16px;
  transition: .6s;
}

.catalog_head_slider_item a:hover {
  border-color: #DA6265;
  color: #DA6265;
}

.catalog_head_slider_arrow {
  position: absolute;
  right: 124px;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 94px;
}

.catalog_head_slider_arrow div {
  width: 44px;
  height: 44px;
  border: 2px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .6s;
}

.catalog_head_slider_arrow div:hover {
  border-color: #DA6265;
}

.loyalty .pop_up_box_head {
  height: 96px;
  border-bottom: none;
  height: 152px;
}

.loyalty .pop_up_box_body {
  padding-top: 0px;
}

.loyalty .pop_up_box_body p {
  font-size: 24px;
  line-height: 150%;
  color: #383838;
}

.loyalty_program_button {
  max-width: 328px;
  width: 100%;
  height: 70px;
  background: #DA6265;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  cursor: pointer;
}

.loyalty_program_flex {
  display: flex;
  align-items: flex-end;
  margin-top: 25px;
}

.loyalty_program_flex b {
  font-size: 16px;
  color: #343434;
  margin-right: 7px;
  margin-bottom: 7px;
}

.loyalty_program_flex span {
  font-size: 60px;
  color: #383838;
}

.loyalty_program_discription {
  color: #343434;
  font-size: 16px;
  margin-top: 15px;
  max-width: 234px;
  width: 100%;
  margin-bottom: 41px;
}

.loyalty .pop_up_box_body a {
  color: #DA6265;
  margin-top: 36px;
  font-weight: 600;
  font-size: 18px;
  display: block;
}

.loyalty_program_registration input {
  border: 1px solid #C0C1BD;
  width: 100%;
  height: 92px;
  padding: 0 18px;
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 24px;
  color: #343434;
}

.loyalty_program_registration input::placeholder {
  font-size: 18px;
  line-height: 24px;
  color: #808080;
}

.loyalty_program_registration_box {
  display: flex;
  margin-top: 15px;
}

.loyalty_program_registration_box p {
  color: #808080 !important;
  font-size: 12px !important;
}

.loyalty_program_registration_box div {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  margin-right: 16px;
}

.loyalty_program_registration_box input[type="checkbox"] {
  width: 16px;
  height: 16px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0px !important;
}

.loyalty_program_registration_box input[type="checkbox"]:checked+label {
  background: #DA6265;
}

.loyalty_program_registration_box label {
  width: 16px;
  height: 16px;
  background: #D9D9D9;
  position: absolute;
  top: 0;
  left: 0;
}

.loyalty_program_registration_box a {
  margin-top: 0px !important;
  font-size: 12px !important;
}

.pop_up_box_body input[type="submit"] {
  margin-top: 47px;
  background: #DA6265;
  border: none;
  max-width: 329px;
  height: 70px;
  color: #fff;
}

.about {
  margin-top: 140px;
}

.about img {
  width: 538px;
}

.about_tittle {
  margin-top: 60px;
  font-weight: 500;
  font-size: 25px;
  color: #343434;
}

.about span.about_subtittle {
  font-size: 20px;
  color: #343434;
  margin-top: 5px;
  display: block;
}

.about p.about_text {
  font-size: 20px;
  color: #343434;
  margin-top: 45px;
}

.about_box {
  display: flex;
  justify-content: space-between;
  margin: 120px 0 150px 0;
}

.about_box_item {
  display: flex;
  flex-direction: column;
  width: calc(25% - 40px);
}

.about_box_item p {
  font-size: 26px;
  color: #343434;
}

.about_box_item p:nth-child(3) {
  margin-left: 20%;
}

.about_box_item span {
  font-family: 'Nyght';
  font-size: 159px;
  color: #E31E23;
  font-style: italic;
  margin-left: 60px;
  position: relative;
}

.about_box .about_box_item p:nth-child(1) {
  margin-bottom: -60px;
}

.about_box .about_box_item p:nth-child(3) {
  margin-top: -30px;
}

.about_box .about_box_item:nth-child(4) p:nth-child(1) {
  opacity: 0;
}

.about_box .about_box_item:nth-child(1) span::after {
  content: '%';
  font-family: 'Nyght';
  font-size: 97px;
  color: #E31E23;
  font-style: italic;
  position: absolute;
  top: 20px;
}

.about_box .about_box_item:nth-child(1) span {
  margin-left: 40px;
}

.about_flex {
  margin-top: 70px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 140px;
}

.about_flex p {
  width: calc((100%/3) - 120px);
  font-size: 32px;
  line-height: 120%;
  color: #343434;
  text-align: center;
}

.about h2 {
  font-size: 51px;
}

.about_headling {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 110px;
  border-top: 1px solid #B5B5B5
}

.about_headling span {
  font-size: 50px;
  font-weight: 500;
  color: #343434;
  display: block;
  margin-right: 10px;
}

.card_box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 120px;
}

.card_box_slider {
  width: calc(50% - 130px);
}

.card_box_discription {
  width: calc(50% - 130px);
}

.card_box_discription_name {
  font-weight: 600;
  font-size: 38px;
  line-height: 100%;
  color: #343434;
  margin-top: 60px;
}

.card_box_discription_name.mobile {
  display: none;
}

.card_box_slider_big_item {
  position: relative;
  height: 800px;
}

.card_box_slider_big_item a {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 43px;
  height: 39px;
  display: block;
  background-image: url(../img/icon/like_card.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /*transition: .6s;*/
}

.card_box_slider_big_item a:hover {
  background-image: url(../img/icon/like_red.svg);
}

a.favor.active{
  background-image: url(../img/icon/like_red.svg);
}

.card_box_slider_big_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.card_box_slider_small {
  margin: 30px -15px 0 -15px;
}

.card_box_slider_small_item {
  height: 208px;
}

.card_box_slider_small_item div {
  margin: 0 15px;
}

.card_box_slider_small_item div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card_box_discription_id {
  font-size: 20px;
  line-height: 120%;
  margin-top: 15px;
  color: #C0C1BD;
  margin-bottom: 0px;
}

.card_box_discription p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 120%;
  color: #343434;
}

.card_box_discription_price {
  margin-top: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #343434;
}

.card_box_discription_tittle {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  margin-top: 100px;
  margin-bottom: 17px;
}

.card_box_discription_size,
.card_box_discription_color {
  display: flex;
}

.card_box_discription_size a {
  display: block;
  border: 2px solid #E6E6E6;
  padding: 12px 18px;
  font-size: 16px;
  color: #343434;
  margin-right: 4px;
  cursor: pointer;
}

.card_box_discription_size a.active {
  border-color: #DA6265;
}

.card_box_discription_size a:last-child,
.card_box_discription_color a:last-child {
  margin-right: 0;
}

.card_box_discription_color a {
  display: block;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  position: relative;
}

.card_box_discription_color a.active::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #DA6265;
}

.card_box_discription_color a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card_box_discription_button {
  margin-top: 90px;
  display: block;
  width: 322px;
  height: 72px;
  background: #DA6265;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
}

.card .bread_crumbs {
  margin-top: 00px;
}

.card .bread_crumbs p {
  margin-top: 0px;
  color: #C0C1BD;
}

.order {
  padding-top: 60px;
}

.order h2 {
  text-align: left;
  padding-left: 27px;
}

.order_box {
  display: flex;
  justify-content: space-between;
}

.order_box_right .backer_box {
  position: relative;
  max-width: none;
  top: -60px
}

.order_box_left {
  width: 100%;
  padding-left: 27px;
}

.order_box_right {
  flex-shrink: 0;
  margin-left: 80px;
  width: 660px;
}

.order_box_left_wrap {
  margin-top: 70px;
  width: 100%;
  border: 1px solid #C0C1BD;
  padding: 30px 50px;
}

.order_box_left_recipient {
  display: flex;
  justify-content: space-between;
}

.order_box_left_recipient.delivery {
  display: none;
}

.order_box_left_delivery.hidden {
  display: none;
}

.order_box_left_delivery {
  display: flex;
  justify-content: space-between;
}

.order_box_left_delivery.no_register {
  display: block;
}

.order_box_left_delivery.no_register div {
  width: 100%;
  justify-content: flex-start;
}

.order_box_left_delivery.no_register .order_box_left_delivery_flex div {
  display: block;
}

.order_box_left_delivery div {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 60px);
}

.order_box_left_recipient div {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 60px);
}

.order_box_left_recipient div span,
.order_box_left_delivery div span {
  font-size: 25px;
  line-height: 100%;
  color: #383838;
}

.order_box_left_recipient div p {
  font-size: 20px;
  line-height: 100%;
  color: #383838;
  display: none;
}

.order_box_left_delivery div p {
  font-size: 20px;
  line-height: 100%;
  color: #383838;
}

.order_box_left_recipient div i {
  font-size: 18px;
  line-height: 100%;
  color: #C0C1BD;
  cursor: pointer;
  display: none;
}

.order_box_left_delivery div i {
  font-size: 18px;
  line-height: 100%;
  color: #C0C1BD;
  cursor: pointer;
  margin-left: 60px;
}

.order_box_left_recipient.register div p,
.order_box_left_recipient.register div i {
  display: block;
}

.order_box_left_recipient div:nth-child(2) span {
  color: #DA6265;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: right;
  cursor: pointer;
}

.order_box_left_recipient.register div:nth-child(2) span {
  display: none;
}

.order_box_left_delivery_flex {
  display: flex;
  align-items: flex-start;
}

.order_box_left_delivery_flex span {
  font-size: 25px;
  line-height: 100%;
  color: #383838;
  display: block;
  margin-right: 57px;
}

.order_box_left_delivery_flex p {
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0.8px;
  color: #343434;
  text-decoration: underline;
  cursor: pointer;
}

.order_box_left_delivery_flex div {
  margin-top: 70px;
  max-width: 213px;
  width: 100%;
  height: auto;
  border: 1px solid #C0C1BD;
  padding: 40px;
  margin-right: 40px;
  transition: .6s;
  cursor: pointer;
}

.order_box_left_delivery_flex div:last-child {
  margin-right: 0px;
}

.order_box_left_delivery_flex div:hover {
  border: 1px solid #DA6265;
}

.order_box_left_delivery_flex div.active {
  border: 1px solid #DA6265;
}

.order_box_left_delivery_flex div span {
  font-size: 24px;
  line-height: 150%;
  color: #383838;
  display: block;
  margin: 0 0 11px 0;
}

.order_box_left_delivery_flex div p {
  font-size: 20px;
  line-height: 110%;
  color: #383838;
  text-decoration: none;
}

.order_box_left_payment span {
  font-size: 25px;
}

.pickup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  background: #fff;
  height: 100vh;
}

.pickup.active {
  display: block;

}

.pickup_box {
  display: flex;
  justify-content: space-between;
}

.pickup_box_info {
  max-width: 760px;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

.pickup_box_info_head {
  display: flex;
  padding: 56px 60px 0 40px;
  justify-content: space-between;
}

.pickup_box_info_head span {
  font-weight: 600;
  font-size: 38px;
  line-height: 100%;
  color: #383838;
}

.pickup_box_info_head i {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url(../img/icon/close.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pickup_box_info_body {
  padding: 60px 60px 60px 40px;
  position: relative;
}

.pickup_box_info_body_search {
  position: relative;
  width: 100%;
  height: 63px;
  border: 1px solid #C0C1BD;
  margin-bottom: 35px;
}

.pickup_box_info_body_search input[type='text'] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 20px 0 70px;
}

.pickup_box_info_body_search input[type='submit'] {
  width: 30px;
  height: 30px;
  background: transparent;
  background-image: url(../img/icon/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 22px;
  top: 18px;
  position: absolute;
  border: none;
  outline: none;
}

.pickup_box_info_body_city {
  width: 100%;
  height: 106px;
  border: 1px solid #C0C1BD;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
  cursor: pointer;
  transition: .6s;
}

.pickup_box_info_body_city:hover {
  border: 1px solid #DA6265;
}

.pickup_box_info_body_city span {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #383838;
}

.pickup_box_info_body_city p {
  font-size: 20px;
  line-height: 120%;
  color: #C0C1BD;
}

.pickup_box_map {
  width: 100%;
  height: auto;
  background: #B5B5B5;
}

.pickup .scroll {
  height: 100vh;
}

.pickup_box_info_detail {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  padding: 0 46px 0 40px;
  display: none;
}

.pickup_box_search {
  position: absolute;
  top: 240px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  padding: 0 60px 0 40px;
  display: none;
}

.pickup_box_search.active {
  display: block;
}

.pickup_box_search .pickup_box_info_body_city {
  height: auto;
}

.pickup_box_info_detail.active {
  display: block;
}

.pickup_box_info_detail_btn {
  margin: 45px auto 0 auto;
  width: 264px;
  height: 70px;
  background: #DA6265;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.changename_label {
  font-size: 20px;
  line-height: 121%;
  color: #C0C1BD;
  margin-bottom: 2px;
}

.changename_input {
  border: none;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  width: 100%;
  outline: none;
  font-size: 24px;
  line-height: 140%;
  color: #383838;
}

.changename_submit {
  width: 225px;
  height: 70px;
  background: #DA6265;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}

.profile_box_body form i {
  margin-top: 4px;
  font-size: 14px;
  color: #DA6265;
}

.courier_subtittle {
  color: #DA6265;
  font-size: 22px;
  margin-bottom: 35px;
}

.changename_input.courier_short {
  max-width: 300px;
}

.changename_input.courier_strongshort {
  max-width: 80px;
}

.courier_flex {
  display: flex;
  justify-content: space-between;
}

.courier_flex div {
  width: calc(25% - 25px);
}

.courier_flex div .courierbox {
  max-width: 80px;
}

.courier_flex div div {
  width: 100%;
}

.courier_flex .courier_flex_close {
  width: 380px !important;
  max-width: none !important;
  height: 70px;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #343434;
  cursor: pointer;
  margin-top: 75px;
}

.courier_submit {
  width: 225px;
  height: 70px;
  background: #DA6265;
  outline: none;
  color: #fff;
  font-size: 20px;
  display: flex;
  margin-top: 75px;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}

.order_box_left_payment .order_box_left_payment_flex {
  display: none;
}

.order_box_left_payment.active .order_box_left_payment_flex {
  display: flex;
  margin-top: 50px;
}

.order_box_left_payment_flex_item {
  border: 1px solid #C0C1BD;
  padding: 20px;
  font-size: 20px;
  color: #383838;
  margin-right: 40px;
  transition: .6s;
  cursor: pointer;
}

.order_box_left_payment_flex_item.active {
  border-color: #DA6265;
}

.order_box_left_payment_flex .order_box_left_payment_flex_item:last-child {
  margin-right: 0px;
}

.order_box_left_payment_flex_item:hover {
  border-color: #DA6265;
}

.certificates img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}

.certificates p {
  font-size: 24px;
  line-height: 140%;
  color: #383838;
  margin-bottom: 28px;
}

.certificates span {
  color: #383838;
  margin-bottom: 8px;
  font-size: 60px;
  line-height: 118%;
  display: block;
}

.certificates i {
  font-size: 16px;
  line-height: 121%;
  color: #343434;
  margin: 27px 0 35px 0;
  display: block;
}

.certificates a {
  margin-top: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 113%;
  display: block;
  color: #DA6265;
}

.certificates .scroll {
  height: calc(100vh - 206px);
}

.filters_tittle {
  font-size: 28px;
  line-height: 100%;
  color: #383838;
  margin-bottom: 40px;
}

.filters_sort {
  display: inline-block;
  padding: 12px 18px;
  border: 2px solid #E6E6E6;
  margin-right: 20px;
  margin-top: 20px;
  color: #000;
  font-size: 20px;
  transition: .6s;
}

.filters_sort:hover {
  color: #DA6265;
  border-color: #DA6265;
}

.filters_link {
  color: #383838;
  font-size: 28px;
  line-height: 100%;
  margin-top: 60px;
}

.filters_link.active {
  position: relative;
  cursor: pointer;
  transition: .6s;
}

.filters_link.active:hover {
  color: #DA6265;
}

.filters_link.active::after {
  position: absolute;
  top: -1px;
  right: 0px;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon/arrow_left.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: block;
  transform: rotate(180deg);
}

.filters_range {
  display: flex;
  margin-top: 50px;
}

.filters_range_price {
  display: flex;
  align-items: flex-end;
  margin-right: 66px;
}

.filters_range .filters_range_price:nth-child(2) {
  margin-right: 0px;
}

.filters_range_price span {
  color: #C3C3C3;
  font-size: 20px;
}

.filters_range_price input {
  margin-left: 11px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #000000;
  font-size: 24px;
  line-height: 130%;
  width: 90px;
  height: 32px;
}

.filters_color {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.filters_color_item {
  width: 45px;
  height: 45px;
  margin-right: 25px;
  margin-top: 25px;
  cursor: pointer;
  transition: .6s;
}

.filters_color .filters_color_item:last-child {
  margin-right: 0px;
}

.filters_color_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filters_color_item.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -6px;
  background: #000;
}

.filters_button {
  display: flex;
  margin: 65px 0 80px;
}

.filters_button_product {
  width: 229px;
  height: 70px;
  background: #DA6265;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: .6s;
}

.filters_button_product:hover {
  background-color: #641c1d;
}

.filters_button_clear {
  height: 70px;
  background: #F7F7F7;
  width: 251px;
  color: #C3C3C3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  margin-left: 20px;
}

.filters_button_clear.active {
  border: 1px solid #343434;
  background: transparent;
  color: #343434;
}

.pop_up_box_body.add {
  display: none;
}

.pop_up_box_body.add.active {
  display: block;
  position: absolute;
  top: 95px;
  left: 0;
  z-index: 4;
  width: 100%;
  background-color: #fff;
}

.pop_up_box_body.filters {
  border-top: 1px solid #C3C3C3;
  margin-top: -1px;
}

.filters_head .profile_box_head_back {
  display: none;
}

.filters_head.active {
  display: flex;
  justify-content: space-between;
}

.filters_head.active .profile_box_head_back {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon/arrow_left.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.filters_head.active .profile_box_head_close {
  position: initial;
}

.filters_add_tab {
  display: none;
}

.filters_add_tab.active {
  display: block;
}

.filters_add_tab_size {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}

.filters_add_tab_size_item {
  padding: 12px 18px;
  border: 2px solid #E6E6E6;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
  transition: .6s;
}

.filters_add_tab_size_item.active {
  border-color: #DA6265;
  color: #DA6265;
}

.filters_add_tab_size_item:hover {
  border-color: #DA6265;
  color: #DA6265;
}

.filters_add_tab_size .filters_add_tab_size_item:last-child {
  margin-right: 0px;
}

.filters_add_tab .filters_link {
  margin-top: 0px;
}

.filters_add_tab_type {
  margin-bottom: 40px;
}

.filters_add_tab_type_item {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.filters_add_tab_type_item span {
  color: #343434;
  font-size: 24px;
  display: block;
  margin-left: 22px;
  line-height: 100%;
}

.filters_add_tab_type_item_input {
  width: 23px;
  height: 23px;
  position: relative;
  cursor: pointer;
}

.filters_add_tab_type_item_input input {
  position: absolute;
  width: 23px;
  height: 23px;
  opacity: 0;
  cursor: pointer;
}

.filters_add_tab_type_item_input label {
  width: 23px;
  height: 23px;
  border: 1px solid #C3C3C3;
  display: block;
  cursor: pointer;
  position: relative;
}

.filters_add_tab_type_item_input label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: transparent;
  top: 4px;
  left: 5px;
  border: 2px solid #DA6265;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

.filters_add_tab_type_item_input input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.filters_add_tab_type_item_input input[type=checkbox]:checked+label {
  border-color: #DA6265;
}

.pop_up_box_body .filters_add_tab input[type="submit"] {
  margin-top: 0px;
}

@media screen and (max-width: 1600px) {
  .search_box {
    padding: 83px 64px 83px 64px;
  }

  .search_box_body_left {
    width: 300px;
    margin-right: 40px;
  }

  .search_box_body_right .bestsellers_box_item_img {
    height: 430px;
  }

  .search_box_body_right .bestsellers_box_item_size {
    top: 300px;
    height: 130px;
  }

  .about_box {
    flex-wrap: wrap;
  }

  .about_box_item {
    width: calc(50% - 90px);
  }

  .about_box .about_box_item:nth-child(3),
  .about_box .about_box_item:nth-child(4) {
    margin-top: 65px;
  }

  .card_box_slider {
    width: calc(50% - 30px);
  }

  .card_box_discription {
    width: calc(50% - 30px);
  }

  .order_box_right {
    margin-left: 20px;
    width: 560px;
  }

  .order_box_left_delivery_flex div {
    padding: 20px;
    margin-right: 20px;
  }

  .order_box_left_wrap {
    padding: 30px;
  }

  .order_box_left_recipient.register div {
    width: calc(50% - 20px);
    justify-content: space-around;
  }
}

@media screen and (max-width: 1400px) {
  .header_box_right_search {
    margin: 0 25px 0 60px;
  }

  .header_box_right_search img {
    width: 25px;
  }

  .header_box_right_like {
    margin: 0 25px;
  }

  .header_box_right_like img {
    width: 30px;
  }

  .header_box_logo {
    width: 190px;
  }

  .header_box_logo img {
    width: 100%;
  }

  .header_box {
    grid-template-columns: 1fr 190px 1fr;
  }

  .header_box_right_place_item {
    font-size: 20px;
  }

  .header_box_right_place_hidden span {
    font-size: 20px;
    margin-top: 25px;
  }

  .header_box_right_place_hidden_box_input b {
    top: 47px;
    left: 55px;
  }

  .header_box_right_place_hidden_box {
    right: 0px;
    background-color: #fff;
    width: 420px;
    padding: 30px 41px 41px 41px;
  }

  .header_box_right_backet img {
    width: 30px;
  }

  .header_box_right_account img {
    width: 25px;
  }

  .header_box_right_place_item::after {
    top: 9px;
  }

  .brands_slider_box {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 27px;
  }

  .brands_slider_arrow {
    max-width: none;
    padding: 0 27px;
  }

  .categories_box_item_img {
    height: 265px;
  }

  .header_box_burger {
    width: 34px;
  }

  .header_box_burger span {
    margin-top: 6px;
  }

  .search_box {
    padding: 53px 40px 53px 40px;
  }

  .search_box_body_left {
    width: 300px;
    margin-right: 40px;
  }

  .search_box_body_right .bestsellers_box_item_img {
    height: 390px;
  }

  .search_box_body_right .bestsellers_box_item_size {
    top: 260px;
    height: 130px;
  }

  .search_box_body_right .bestsellers_box_item {
    width: calc(100% / 3 - 13px);
  }

  .about_box_item span {
    font-size: 109px;
  }

  .about_box .about_box_item:nth-child(1) span::after {
    font-size: 57px;
    top: 10px;
  }

  .about_box .about_box_item p:nth-child(1) {
    margin-bottom: -40px;
  }

  .about_box .about_box_item p:nth-child(3) {
    margin-top: -15px;
  }

  .about_flex p {
    width: calc((100% / 3) - 50px);
    font-size: 22px;
  }

  .pickup_box_info {
    max-width: 560px;
  }

  .pickup_box_info_body_city {
    height: 60px;
    padding: 10px 20px;
    margin-bottom: 10px;
  }

  .pickup_box_info_body_city span {
    font-size: 16px;
  }

  .pickup_box_info_body_city p {
    font-size: 16px;
  }

  .pickup_box_info_body_search {
    height: 43px;
    margin-bottom: 15px;
  }

  .pickup_box_info_body_search input[type='submit'] {
    width: 20px;
    height: 20px;
    left: 18px;
    top: 13px;
  }

  .pickup_box_info_head span {
    font-size: 24px;
  }

  .pickup_box_info_detail_btn {
    margin: 25px auto 0 auto;
    width: 204px;
    height: 50px;
    font-size: 16px;
  }

  .order_box_left_recipient.register {
    flex-direction: column;
    position: relative;
  }

  .order_box_left_recipient.register div {
    width: 100%;
    justify-content: space-between;
  }

  .order_box_left_recipient.register div:nth-child(1) {
    flex-direction: column;
  }

  .order_box_left_recipient.register div:nth-child(2) {
    margin-top: 30px;
  }

  .order_box_left_recipient.register div span {
    margin-bottom: 25px;
  }

  .order_box_left_recipient.register div i {
    position: absolute;
    top: 30px;
    right: 30px;
  }

  .pickup_box_search {
    top: 195px;
  }

  .order_box_left_delivery {
    flex-direction: column;
    position: relative;
  }

  .order_box_left_delivery div:nth-child(1) {
    flex-direction: column;
  }

  .order_box_left_delivery div span {
    margin-bottom: 25px;
  }

  .order_box_left_delivery div:nth-child(2) {
    margin-top: 30px;
  }

  .order_box_left_delivery div i {
    position: absolute;
    top: 30px;
    right: 30px;
  }

  .order_box_left_delivery.no_register .order_box_left_delivery_flex div {
    margin-top: 0px;
  }


}

@media screen and (max-width: 1200px) {
  .collection_button a {
    height: 76px;
    font-size: 20px;
    line-height: 76px;
  }

  .brands_slider_box_item div {
    height: 60px;
  }

  .bestsellers_box_item_img {
    height: 420px;
  }

  .bestsellers_box_item_size {
    top: 300px;
    height: 120px;
  }

  .categories_button {
    width: 226px;
    height: 54px;
    line-height: 54px;
  }

  .categories_box {
    width: 100%;
    overflow-x: auto;
  }

  .categories_box_item {
    min-width: 180px;
    flex-shrink: 0;
    margin-right: 21px;
  }

  .categories_box .categories_box_item:last-child {
    margin-right: 0px;
  }

  .categories_box::-webkit-scrollbar {
    height: 0px;

  }

  .categories_box::-webkit-scrollbar-track {
    background: #FFF;
    border-radius: 0px;
  }

  .categories_box::-webkit-scrollbar-thumb {
    width: 0px;
    border-radius: 0px;
    opacity: 0;
  }

  .categories_slider_item a {
    height: 600px;
  }

  .slick-dots li button {
    width: 15px;
    height: 15px;
  }

  .slick-dots li button::before {
    width: 15px;
    height: 15px;
  }

  .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 8px;
  }

  header .container {
    margin: 0 27px;
  }

  .footer_box_item a,
  .footer_box_item i {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .footer_box_item p {
    font-size: 16px;
  }

  .footer_box_item_network a img {
    width: 35px;
  }

  .footer_bottom a,
  .footer_bottom p {
    font-size: 16px;
    color: #383838;
  }

  .footer_bottom {
    margin-top: 28px;
  }

  footer {
    margin-top: 174px;
    padding: 40px 0 20px 0;
  }

  .search_box_body_right .bestsellers_box_item_img {
    height: 330px;
  }

  .search_box_body_right .bestsellers_box_item_size {
    top: 200px;
    height: 130px;
  }

  .order_box_left_wrap {
    padding: 15px;
  }

  .order_box_left_recipient div span {
    font-size: 18px;
  }

  .order_box_left_recipient div:nth-child(2) span {
    font-size: 18px;
  }

  .order_box_left_delivery_flex span {
    font-size: 20px;
    margin-right: 27px;
  }

  .order_box_left_delivery_flex p {
    font-size: 20px;
  }

  .order_box_left_delivery_flex div {
    padding: 15px;
    margin-right: 15px;
    margin-top: 40px;
  }

  .order_box_left_delivery_flex div span {
    font-size: 18px;
  }

  .order_box_left_delivery_flex div p {
    font-size: 16px;
  }

  .order_box_left_payment span {
    font-size: 18px;
  }

  .order_box_left_recipient.register div i {
    top: 15px;
    right: 15px;
    font-size: 14px;
  }

  .order_box_left_recipient.register div p {
    font-size: 16px;
  }

  .order_box_left_recipient.register div:nth-child(2) {
    margin-top: 15px;
  }

  .order_box_left_delivery div span {
    font-size: 18px;
  }

  .order_box_left_delivery div p {
    font-size: 16px;
  }

  .order_box_left_delivery div i {
    top: 15px;
    right: 15px;
    font-size: 14px;
  }

  .order_box_left_delivery div {
    width: 100%;
  }

  .menu_box {
    padding: 40px 55px 40px 27px;
  }

}

@media screen and (max-width: 1000px) {

  .header_box_right_place,
  .header_box_right_account,
  .header_box_right_like,
  .header_box_right_search {
    display: none;
  }

  .collection_button {
    margin-top: 50px;
  }

  .collection_button a {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
  }

  .brands_slider {
    margin-top: 80px;
    margin-bottom: 50px;
  }

  section h2 {
    font-size: 30px;
    margin-top: 34px;
  }

  .bestsellers_box_item_img {
    height: 320px;
  }

  .bestsellers_box_item_size {
    top: 220px;
    height: 100px;
  }

  .bestsellers_box_item_size span {
    font-size: 16px;
    margin: 18px 0px;
  }

  .bestsellers_box_item_size a {
    margin: 0 12px;
  }

  .bestsellers_box_item_discription span {
    font-size: 16px;
  }

  .bestsellers_box_item_discription {
    margin-top: 15px;
  }

  .banner {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .slick-dots {
    bottom: -44px;
  }

  footer {
    margin-top: 124px;
  }

  .footer_box {
    flex-wrap: wrap;
  }

  .footer_box .footer_box_item:nth-child(1) {
    order: 1;
    width: calc(50% - 20px);
  }

  .footer_box .footer_box_item:nth-child(2) {
    order: 3;
    width: calc(50% - 20px);
    margin-top: 40px;
  }

  .footer_box .footer_box_item:nth-child(3) {
    order: 2;
    width: calc(50% - 20px);
    position: relative;
  }

  .footer_box .footer_box_item:nth-child(4) {
    order: 4;
    width: calc(50% - 20px);
    margin-top: 40px;
  }

  .footer_box_item p {
    display: none;
  }

  .footer_box_item_network {
    margin-top: 0px;
    position: absolute;
    top: 345px;
    left: 0;
  }

  .menu_box {
    padding: 49px 0px 0 0;
    box-shadow: none;
    width: 100%;
    position: relative;
  }

  .menu_mobail {
    display: flex;
    justify-content: space-between;
    background: #F3F3F3;
    height: 71px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    align-items: center;
    padding: 0 27px;
  }

  .menu_mobail_point {
    width: 20px;
    height: 27px;
    background-image: url(../img/icon/point_mobail.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .menu_mobail_search {
    width: 22px;
    height: 22px;
    background-image: url(../img/icon/search.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .menu_mobail_profile {
    width: 22px;
    height: 22px;
    background-image: url(../img/icon/account.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .menu_mobail_like {
    width: 22px;
    height: 18px;
    background-image: url(../img/icon/like.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .menu_link span {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .menu_link span:nth-child(4) {
    margin-top: 40px;
  }

  .menu_tab {
    margin-bottom: 33px;
    padding-left: 27px;
  }

  .menu_tab_item {
    font-size: 20px;
    margin-right: 20px;
  }

  .menu_link {
    padding-left: 27px;
  }

  .menu_box .scroll {
    height: auto;
    overflow-y: initial;
  }

  .menu_box {
    padding: 49px 0px 0 0;
    box-shadow: none;
    width: 100%;
    height: calc(100vh - 96px);
  }

  .menu_dinamic {
    padding: 50px 27px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 12;
  }

  .menu_dinamic a {
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 5px;
  }

  .menu_box .menu_dinamic .scroll {
    height: calc(100vh - 219px);
    overflow-y: scroll;
  }

  .menu_dinamic_mobail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 33px;
  }

  .menu_dinamic_mobail b {
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/arrow_left.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .menu_dinamic_mobail_close {
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/close.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .menu_dinamic_mobail span {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.8px;
    color: #343434;
  }

  .like {
    z-index: 13;
  }

  .like_box {
    max-width: none;
    width: 100%;
  }

  .profile {
    z-index: 13;
  }

  .profile_box {
    max-width: none;
  }

  .profile_box_head_back {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/arrow_left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }


  .profile_box_head {
    justify-content: space-between;
    padding: 0 27px 0 27px;
  }

  .profile_box_head_close {
    position: initial;
  }

  .profile_box_body {
    padding: 0 27px 0 27px;
  }

  .search_box_body_right {
    display: none;
  }

  .search {
    z-index: 13;
  }

  .search_box_flex_close {
    display: none;
  }

  .search_box_flex_back {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .search_box_flex::after {
    display: none;
  }

  .search_box_flex button {
    width: 124px;
    margin-left: 0px;
    height: 50px;
  }

  .search_box_flex input {
    height: 50px;
    padding: 0 25px;
  }

  .search_box_body {
    margin-top: 25px;
    padding-bottom: 90px;
  }

  .search_box_body_left_result {
    display: none;
  }

  .header_box_right_place_hidden_box_head span {
    margin-top: 0px;
  }

  .header_box_right_place_hidden_box {
    right: initial;
    left: 0;
    width: 100%;
    padding: 8px 21px 41px 41px;
    height: calc(100vh - 96px);
  }

  .header_box_right_place_hidden_box_head {
    margin-top: 52px;
    margin-bottom: 40px;
    display: flex;
  }

  .header_box_right_place_hidden_box_input {
    display: block;
  }

  .header_box_right_place_hidden_box_input input {
    background: #F9F9F9;
    width: 100%;
    height: 50px;
    outline: none;
    border: none;
    padding: 0 14px;
    font-size: 16px;
  }

  .header_box_right_place_hidden_box_input input::placeholder {
    font-size: 16px;
  }

  .catalog_box .bestsellers_box_item:nth-child(9) .bestsellers_box_item_img {
    height: 520px;
  }

  .catalog_box .bestsellers_box_item:nth-child(10) .bestsellers_box_item_img {
    height: 520px;
  }

  .catalog_box .bestsellers_box_item:nth-child(9) .bestsellers_box_item_size {
    top: 420px;
  }

  .catalog_box .bestsellers_box_item:nth-child(10) .bestsellers_box_item_size {
    top: 420px;
  }

  .about {
    margin-top: 80px;
  }

  .about img {
    width: 338px;
  }

  .about_tittle {
    margin-top: 30px;
    font-size: 20px;
  }

  .about span.about_subtittle {
    font-size: 18px;
    margin-top: 15px;
  }

  .about p.about_text {
    font-size: 18px;
    margin-top: 25px;
  }

  .about_box {
    margin: 80px 0 100px 0;
  }

  .about_box_item span {
    font-size: 69px;
  }

  .about_box_item p {
    font-size: 18px;
  }

  .about_box .about_box_item:nth-child(1) span::after {
    font-size: 37px;
    top: 10px;
  }

  .about_box_item p:nth-child(3) {
    margin-left: 30%;
  }

  .about h2 {
    font-size: 31px;
  }

  .about_flex p {
    width: calc((100% / 3) - 20px);
    font-size: 18px;
  }

  .about_headling span {
    font-size: 30px;
    margin-right: 10px;
  }

  .about_headling img {
    width: 120px;
  }

  .about_headling {
    padding-top: 70px;
  }

  .card_box_slider {
    width: calc(50% - 15px);
  }

  .card_box_discription {
    width: calc(50% - 15px);
  }

  .card_box_slider_big_item {
    height: 600px;
  }

  .catalog_box .bestsellers_box_item:nth-child(10n + 9) .bestsellers_box_item_img,
  .catalog_box .bestsellers_box_item:nth-child(10n + 10) .bestsellers_box_item_img {
    height: 520px;
  }

  .catalog_box .bestsellers_box_item:nth-child(10n + 9) .bestsellers_box_item_size,
  .catalog_box .bestsellers_box_item:nth-child(10n + 10) .bestsellers_box_item_size {
    top: 420px;
  }

  .order_box {
    flex-direction: column;
  }

  .order_box_left {
    width: auto;
    padding-left: 27px;
    padding-right: 27px;
  }

  .order_box_right .backer_box {
    top: 0px;
    height: auto;
  }

  .order_box_right {
    margin-left: 0px;
    width: 100%;
  }

  .order_box_left_wrap {
    margin-top: 20px;
  }

  .order {
    padding-top: 10px;
  }

  .order .backer_box_head {
    padding: 0 27px;
    height: 96px;
  }

  .order .backer_box_body {
    padding: 0 27px;
  }

  .order .backer_box_input_promo {
    height: 62px;
    padding: 0 0px 0 120px;
    margin-bottom: 20px;
  }

  .order .backer_box_input_promo span {
    font-size: 18px;
    top: 22px;
    left: 18px;
  }

  .order .backer_box_input_totals {
    height: 62px;
    padding: 0 18px 0 18px;
    margin-bottom: 20px;
  }

  .order .backer_box_input_totals span {
    font-size: 18px;
  }

  .order .backer_box_input_totals i {
    font-size: 16px;
  }

  .order .backer_box_input_totals p {
    font-size: 18px;
  }

  .order .backer_box_input {
    margin-top: 60px;
    padding: 0 27px 36px 27px;
  }

  .backer_box_input_button {
    margin-top: 44px;
  }

  .pickup_box_info_body {
    padding: 60px 20px 20px 27px;
  }

  .pickup_box_info {
    max-width: none;
    width: 48%;
  }

  .pickup_box_info_head {
    padding: 46px 20px 0 27px;
  }

  .pickup_box_info_detail {
    padding: 0 20px 0 27px;
  }

  .pickup_box_search {
    top: 185px;
    padding: 0 20px 0 27px;
  }

  .header_box_right_place_hidden_box_input b {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .bestsellers_box_item_img {
    height: 220px;
  }

  .bestsellers_box_item_size {
    top: 120px;
    height: 100px;
  }

  .bestsellers_box_item_discription span {
    font-size: 14px;
  }

  .categories_slider_item a {
    height: 400px;
  }

  section h2 {
    font-size: 26px;
    margin-top: 34px;
  }

  .categories_button {
    display: none;
  }

  .categories_box {
    margin-bottom: 70px;
  }

  .footer_bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_bottom a {
    margin-bottom: 10px;
  }

  .card_box_slider {
    width: 100%;
    margin-top: 140px;
  }

  .card_box {
    flex-direction: column;
    position: relative;
  }

  .card_box_discription {
    width: 100%;
    margin-top: 20px;
  }

  .card_box_slider_big_item {
    height: 800px;
  }

  .card .bread_crumbs {
    position: absolute;
    top: -90px;
    left: 0;
  }

  .card_box_discription_name.desctop {
    display: none;
  }

  .card_box_discription_name.mobile {
    display: block;
    margin-top: 70px;
  }

  .card_box_discription_tittle {
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 17px;
  }

  .card_box {
    margin-top: 30px;
    margin-bottom: 70px;
  }

  .card_box_discription_name {
    font-size: 28px;
    margin-top: 40px;
  }

  .card_box_slider {
    margin-top: 10px;
  }

  .pickup_box {
    flex-direction: column;
  }

  .pickup_box_info {
    width: 100%;
  }

  .pickup_box_map {
    height: 500px;
  }

  .pickup_box_info_body {
    padding: 30px 0px 20px 10px;
  }

  .pickup_box_info_head {
    padding: 46px 0px 0 10px;
  }

  .pickup_box_info_detail {
    top: 100px;
    padding: 0 0px 0 10px;
    height: auto;
    padding-bottom: 50px;
  }

  .pickup_box_search {
    top: 155px;
    padding: 0 0px 0 10px;
  }

  .order_box_left_payment.active .order_box_left_payment_flex {
    flex-direction: column;
    margin-top: 30px;
  }

  .order_box_left_payment_flex_item {
    width: 100%;
    margin-right: 0px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 700px) {

  .collection_button_box {
    flex-direction: column;
  }

  .collection_button a {
    width: 100%;
    margin-top: 12px;
  }

  .collection_button {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .bestsellers_box.bestsellers_box_slider {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bestsellers_slider_arrow {
    display: flex;
  }

  .bestsellers_box {
    display: none;
  }

  .bestsellers_box_item_img {
    height: 520px;
  }

  .bestsellers_box_item_discription span {
    font-size: 16px;
  }

  .bestsellers_box_item_size {
    top: 400px;
    height: 120px;
    display: block;
  }

  header {
    height: 66px;
  }

  body {
    padding-top: 66px;
  }

  .header_box_logo {
    width: 135px;
  }

  .header_box {
    grid-template-columns: 1fr 135px 1fr;
  }

  .brands_slider {
    display: none;
  }

  .bestsellers {
    border-top: none;
  }

  .menu_box {
    height: calc(100vh - 66px);
  }

  .menu {
    top: 66px;
  }

  .like_box_body .bestsellers_box_item_img {
    height: 320px;
  }

  .like_box_body .bestsellers_box_item_size {
    top: 195px;

  }

  .header_box_right_place_hidden.active {
    top: 66px;
  }

  .header_box_right_place_hidden_box {
    padding: 8px 10px 41px 10px;
    height: calc(100vh - 66px);
    border-top: 1px solid #B5B5B5
  }

  .catalog_box .bestsellers_box_item {
    margin-top: 30px;
    width: calc(50% - 10px);
  }

  .catalog_box .bestsellers_box_item_img {
    height: 380px;
  }

  .catalog_box .bestsellers_box_item_size {
    top: 260px;
  }

  .catalog_box .bestsellers_box_item:nth-child(2n + 2) {
    margin-right: 0px;
  }

  .catalog_more {
    margin: 30px auto 0 auto;
    width: 200px;
    height: 50px;
  }

  .catalog_head {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-end;
  }

  .catalog_head_slider_arrow {
    display: none;
  }

  .catalog_head_filter {
    margin-top: 20px;
  }

  .catalog_head_slider {
    width: 100%;
  }

  .catalog_head_slider_item {
    padding: 0 5px;
  }

  .catalog_head_slider_item a {
    height: 34px;
    padding: 0 10px;
    font-size: 14px;
  }

  .accordion_header {
    font-size: 20px;
    padding: 20px 0;
  }

  .pop_up_box_head span {
    font-size: 18px;
    max-width: 236px;
  }

  .loyalty .pop_up_box_head {
    height: 96px;
  }

  .loyalty .pop_up_box_body p {
    font-size: 18px;
  }

  .loyalty_program_button {
    max-width: 228px;
    height: 50px;
    font-size: 16px;
    margin-top: 26px;
  }

  .loyalty_program_flex {
    margin-top: 15px;
  }

  .loyalty_program_flex span {
    font-size: 36px;
  }

  .loyalty_program_discription {
    font-size: 14px;
    margin-top: 10px;
    max-width: 224px;
    margin-bottom: 21px;
  }

  .loyalty .pop_up_box_body a {
    margin-top: 26px;
    font-size: 16px;
  }

  .about {
    margin-top: 60px;
  }

  .about img {
    width: 138px;
  }

  .about_tittle {
    margin-top: 15px;
    font-size: 18px;
  }

  .about span.about_subtittle {
    font-size: 16px;
    margin-top: 10px;
  }

  .about p.about_text {
    font-size: 16px;
    margin-top: 20px;
  }

  .about_box {
    margin: 40px 0 60px 0;
  }

  .about_box_item span {
    font-size: 49px;
  }

  .about_box_item {
    width: calc(50% - 10px);
  }

  .about_box_item span {
    margin-left: 45px;
  }

  .about_box .about_box_item p:nth-child(1) {
    margin-bottom: -20px;
  }

  .about_box .about_box_item p:nth-child(3) {
    margin-top: -10px;
  }

  .about_flex {
    margin-top: 40px;
    margin-bottom: 70px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about_flex p {
    width: 100%;
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
  }

  .about_headling {
    padding-top: 0px;
    border-top: none;
    margin-bottom: -45px;
  }

  .about h2 {
    font-size: 26px;
  }

  .about_headling span {
    font-size: 26px;
    margin-right: 10px;
  }

  .about_headling img {
    width: 90px;
  }

  .card_box_slider_big_item a {
    width: 23px;
    height: 27px;
    top: 10px;
    right: 10px;
  }

  .catalog_box .bestsellers_box_item:nth-child(10n + 9) .bestsellers_box_item_img,
  .catalog_box .bestsellers_box_item:nth-child(10n + 10) .bestsellers_box_item_img {
    height: 380px;
  }

  .catalog_box .bestsellers_box_item:nth-child(10n + 9) .bestsellers_box_item_size,
  .catalog_box .bestsellers_box_item:nth-child(10n + 10) .bestsellers_box_item_size {
    top: 260px;
  }

  .courier_flex .courier_flex_close {
    width: 250px !important;
    height: 50px;
    font-size: 16px;
    margin-top: 45px;
  }

  .courier_submit {
    width: 150px;
    height: 50px;
    font-size: 16px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 500px) {
  .main_slider {
    display: block;
    width: 100%;
  }


  .main_img {
    display: none;
  }

  .main_slider_item img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
  }

  .slick-dots {
    bottom: 44px;
  }

  .collection_button .container {
    padding: 0;
  }

  .collection_button {
    margin-top: 8px;
    margin-bottom: 70px;

  }


  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .collection_button a {
    margin-top: 8px;
  }

  .bestsellers_box {
    margin-top: 20px;
  }

  .bestsellers .container {
    padding: 0 0px;
  }

  .categories_box_item {
    min-width: 220px;
  }

  .categories_box_item_img {
    height: 330px;
  }

  .categories_box {
    margin-top: 20px;
  }

  .footer_box .footer_box_item:nth-child(2) {
    width: 100%;
    margin-top: 40px;
  }

  .footer_box_item_network {
    top: 575px;
    left: calc(-100% - 40px);
    width: calc(200% + 40px);
    justify-content: space-between;
  }

  .footer_line {
    margin-top: 90px;
  }

  .categories_slider_item a {
    height: 300px;
  }

  .categories_slider {
    margin: 20px 0px 0 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .categories_slider_item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .categories_slider_item a {
    width: 100%;
  }

  .bestsellers {
    width: 100%;
  }


  .bestsellers_box.bestsellers_box_slider {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .bestsellers_box_item_discription {
    padding: 0 10px;
  }

  .container {
    padding: 0 10px;
  }

  header .container {
    margin: 0 10px;
  }

  .header_box_burger {
    width: 21px;
  }

  .backer_box_head a {
    display: block;
    background-image: url(../img/icon/arrow_left.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .backer_box_body {
    padding: 0 0px 0 10px;
  }

  .backer_box_body_item_discription {
    margin-left: 12px;
    width: 100%;
  }

  .backer_box_body_item_img {
    flex-shrink: 0;
  }

  .backer_box_head img {
    display: none;
  }

  .backer_box_head {
    padding: 0 10px 0 10px;
    height: 126px;
    justify-content: space-between;
  }

  .backer_box_head_close {
    position: initial;
    width: 18px;
    height: 18px;
  }

  .backer_box_head span {
    margin-left: 0px;
  }

  .backer_box_line {
    border-bottom: none;
  }

  .backer_box_body_num p {
    font-size: 14px;
    font-weight: 400;
  }

  .backer_box_body_num span {
    font-weight: 400;
    font-size: 14px;
  }

  .backer_box_body_delete {
    right: 10px;
    font-size: 14px;
  }

  .backer_box_body_item_discription_line {
    border: 1px solid #B5B5B5;
  }

  .backer_box_body_item_discription_name {
    font-size: 14px;
  }

  p.backer_box_body_item_discription_price {
    font-size: 20px;
    font-weight: 500;
  }

  .backer_box_input_promo {
    display: none;
  }

  .backer_box_input_totals {
    display: none;
  }

  .backer_box_input {
    margin-top: 70px;
    padding: 0 0px 46px 10px;
  }

  .backer_box_input_button {
    width: 200px;
    height: 50px;
    margin-right: initial;
    margin-top: 0px;
  }

  .backer_box_input .backer_box_input_totals:nth-child(3) {
    display: block;
    height: 1px;
    border: none;
    padding: 0;
    margin-bottom: 0px;
  }

  .backer_box_input .backer_box_input_totals:nth-child(3) span {
    display: none;
  }

  .backer_box_input .backer_box_input_totals:nth-child(3) p {
    position: absolute;
    top: 10px;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    color: #343434;
  }

  .menu_dinamic {
    padding: 50px 10px;
  }

  .menu_box .menu_dinamic .scroll {
    height: calc(100vh - 179px);
    overflow-y: scroll;
  }

  .menu_box {
    border-top: 1px solid #B5B5B5;
  }

  .backer_box_body_item_discription_size {
    margin-top: 17px;
  }

  .backer_box_body_item_discription_size b {
    width: 39px;
    height: 36px;
    font-size: 14px;
  }

  .backer_box_body_item_discription_bottom {
    margin-top: 16px;
  }

  p.backer_box_body_item_discription_price {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .like_box_head {
    padding: 0 10px 0 10px;
    height: 66px;
  }

  .like_box_head_close {
    top: 21px;
    right: 10px;
  }

  .scroll {
    height: calc(100vh - 30px);
  }

  .like_box_body {
    padding: 0px 0px 55px 10px;
  }

  .like_box_body .bestsellers_box_item {
    width: calc(50% - 20px);
    margin-top: 60px;
  }

  .bestsellers_box_item_discription span {
    font-size: 14px;
  }

  .bestsellers_box_item_discription {
    padding: 0 0px;
  }

  .bestsellers_box_item_discription a {
    font-size: 16px;
  }

  .like_box_body .bestsellers_box_item_size {
    height: 100px;
    top: 180px;
  }

  .bestsellers_box_item_size span {
    font-size: 16px;
    margin: 18px 0px;
  }

  .like_box_body .bestsellers_box_item_img {
    height: 280px;
  }

  .profile_box_head {
    height: 66px;
    padding: 0 10px 0 10px;
  }

  .profile_box_body {
    padding: 0 0px 0 10px;
  }

  .profile_box_body_name,
  .profile_box_body_tel,
  .profile_box_body_email {
    font-size: 18px;
  }

  .profile_box_body_card {
    margin-top: 32px;
    padding: 10px 15px 17px 15px;
  }

  .profile_box_body_card span {
    font-size: 18px;
  }

  .profile_box_body_card_box {
    margin-top: 20px;
  }

  .profile_box_body_card_box p {
    font-size: 24px;
  }

  .profile_box_body_card_box b {
    font-size: 24px;
  }

  .search_box {
    padding: 43px 10px 43px 10px;
  }

  .catalog_box .bestsellers_box_item_img {
    height: 300px;
  }

  .catalog_box .bestsellers_box_item_size {
    top: 180px;
  }

  .catalog_box .bestsellers_box_item:nth-child(2n + 2) {
    margin-right: 0px;
  }

  .catalog_head_slider_item {
    padding: 0 3px;
  }

  .catalog_head_slider_item a {
    height: 34px;
    padding: 0 5px;
    font-size: 12px;
  }

  .catalog_head {
    margin-top: 25px;
  }

  .pop_up_box_head {
    padding: 0 0px 0 10px;
    height: 66px;
  }

  .pop_up_box_head_close {
    top: 21px;
    right: 10px;
    width: 18px;
    height: 18px;
  }

  .pop_up_box_body {
    padding: 20px 0px 30px 10px;
  }

  .accordion_header::after {
    top: 20px;
    color: #383838;
    transition: .6s;
  }

  .accordion_header {
    font-size: 18px;
    padding: 20px 0;
    padding-right: 15px;
  }

  .accordion_body b {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 15px;
  }

  .loyalty_program_registration input {
    height: 62px;
    padding: 0 12px;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 20px;
  }

  .loyalty_program_registration input::placeholder {
    font-size: 12px;
  }

  .pop_up_box_body input[type="submit"] {
    margin-top: 37px;
    height: 60px;
    width: 100%;
    max-width: none;
  }

  .about_box_item {
    width: 100%;
  }

  .about_box_item p:nth-child(3) {
    margin-left: 60px;
  }

  .about_box .about_box_item:nth-child(3),
  .about_box .about_box_item:nth-child(4),
  .about_box .about_box_item:nth-child(2) {
    margin-top: 15px;
  }

  .about_box .about_box_item:nth-child(2),
  .about_box .about_box_item:nth-child(4) {
    margin-left: auto;
    width: 200px;
  }

  .about_box .about_box_item p:nth-child(3) {
    margin-top: 0px;
  }

  .card_box_slider_big_item {
    height: 500px;
  }

  .card_box_slider_small {
    margin: 10px 0px 0 0px;

  }

  .card_box_slider_small_item div {
    margin: 0 5px;
  }

  .card_box_discription_id {
    font-size: 16px;
    margin-top: 0px;
  }

  .card_box_discription p {
    margin-top: 20px;
  }

  .card_box_discription_price {
    margin-top: 25px;
    font-size: 26px;
  }

  .card_box_discription_tittle {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 12px;
  }

  .card_box_discription_size,
  .card_box_discription_color {
    display: flex;
    flex-wrap: wrap;
  }

  .card_box_discription_button {
    margin-top: 50px;
    width: 100%;
    height: 50px;
    font-size: 18px;
  }

  .card_box_slider_small_item {
    height: auto;
  }

  .card_box_slider_big_item {
    height: auto;
  }

  .card_box_discription_size a {
    padding: 8px 12px;
    font-size: 14px;
  }

  .card_box_discription_color a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .catalog_box .bestsellers_box_item:nth-child(10n + 9) .bestsellers_box_item_img,
  .catalog_box .bestsellers_box_item:nth-child(10n + 10) .bestsellers_box_item_img {
    height: 300px;
  }

  .catalog_box .bestsellers_box_item:nth-child(10n + 9) .bestsellers_box_item_size,
  .catalog_box .bestsellers_box_item:nth-child(10n + 10) .bestsellers_box_item_size {
    top: 180px;
  }

  .order .backer_box_head a {
    display: none;
  }

  .order .backer_box_head {
    height: 46px;
    justify-content: center;
    margin-top: 40px;
  }

  .order p.backer_box_body_item_discription_price {
    right: 10px;
  }

  .order .backer_box_input {
    margin-top: 50px;
    padding: 0 10px 36px 10px;
  }

  .order_box_left {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .order h2 {
    text-align: left;
    padding-left: 10px;
  }

  .order .backer_box_body {
    padding: 0 10px;
  }

  .order_box_left_delivery_flex {
    flex-direction: column;
  }

  .order_box_left_delivery_flex div {
    padding: 15px;
    margin-right: 0px;
    margin-top: 10px;
    width: 100%;
    max-width: none;
  }

  .order_box_left_delivery_flex div:nth-child(1) {
    margin-top: 30px;
  }

  .order_box_left_delivery_flex p {
    margin-top: 15px;
    font-size: 18px;
  }

  .order_box_left_recipient div:nth-child(2) span {
    font-size: 16px;
    text-align: right;
    display: block;
  }

  .order_box_left_recipient div span {
    font-size: 16px;
  }

  .order .backer_box_body {
    margin-top: 10px;
  }

  .order_box_left_payment span {
    font-size: 16px;
  }

  .order_box_left_delivery_flex div span {
    font-size: 16px;
  }

  .pop_up.order {
    top: 0px;
  }

  .changename_label {
    font-size: 16px;
  }

  .changename_input {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .changename_submit {
    width: 190px;
    height: 50px;
    margin-top: 35px;
    font-size: 16px;
  }

  .courier_subtittle {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .courier_flex {
    flex-wrap: wrap;
  }

  .courier_flex .courier_flex_close {
    width: 100% !important;
    height: 50px;
    margin-top: 25px;
  }

  .courier_submit {
    width: 100%;
    margin-top: 10px;
  }

  .profile_box_head span {
    font-size: 20px;
  }

  .order_box_left_delivery div span {
    font-size: 16px;
  }

  .order_box_left_payment_flex_item {
    font-size: 16px;
  }

  .certificates img {
    margin-bottom: 30px;
  }

  .certificates p {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .certificates span {
    margin-bottom: 3px;
    font-size: 30px;
  }

  .certificates i {
    font-size: 12px;
    margin: 14px 0 18px 0;
  }

  .certificates a {
    margin-top: 30px;
    font-size: 14px;
  }

  .certificates .scroll {
    height: calc(100vh - 106px);
  }

  .order_box_left_delivery.no_register .order_box_left_delivery_flex div {
    margin-top: 10px;
  }

  .order_box_left_recipient div {
    width: calc(50% - 5px);
  }

  .order_box_left_recipient div:nth-child(2) {
    justify-content: flex-end;
  }

  .filters_tittle {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .filters_sort {
    padding: 6px 9px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
  }

  .filters_link {
    font-size: 18px;
    margin-top: 30px;
  }

  .filters_link.active::after {
    width: 20px;
    height: 20px;
  }

  .filters_range {
    margin-top: 25px;
  }

  .filters_range_price span {
    font-size: 16px;
  }

  .filters_range_price input {
    margin-left: 6px;
    font-size: 18px;
    width: 70px;
    height: 22px;
  }

  .filters_color {
    margin-top: 10px;
  }

  .filters_color_item {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 10px;
  }

  .filters_button {
    margin: 35px 0 40px;
  }

  .filters_button_product {
    width: 160px;
    height: 50px;
    font-size: 16px;
  }

  .filters_button_clear {
    height: 50px;
    width: 181px;
    font-size: 16px;
    margin-left: 12px;
  }

  .pop_up_box_body.add.active {
    top: 66px;
  }

  .filters_add_tab_size {
    margin-top: 20px;
  }

  .filters_add_tab_size_item {
    padding: 6px 9px;
    font-size: 14px;
  }

  .filters_add_tab_type_item span {
    font-size: 16px;
    margin-left: 12px;
  }

  .filters_add_tab_type_item {
    margin-top: 15px;
  }

  .filters_add_tab_type_item_input,
  .filters_add_tab_type_item_input input,
  .filters_add_tab_type_item_input label {
    width: 18px;
    height: 18px;
  }

  .filters_add_tab_type_item_input label:after {
    width: 6px;
    height: 6px;
    top: 2px;
    left: 4px;
  }

  .pop_up_box_body .filters_add_tab input[type="submit"] {
    margin-top: 0px;
    height: 20px;
    width: 20px;
    max-width: none;
  }

  .backer_box_body p {
    font-size: 18px;
    margin-top: 26px;
  }

  .backer_box_input p {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .main_slider_item img {
    height: 500px;
  }

  .slick-dots {
    bottom: 16px;
  }

  .slick-dots li button::before {
    width: 11px;
    height: 11px;
  }

  .slick-dots li button {
    width: 11px;
    height: 11px;
  }

  .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 8px;
  }

  .categories_slider_item a {
    height: 250px;
  }

  footer {
    margin-top: 80px;
  }

  .footer_box_item_network a {
    margin-right: 0px;
  }

  .footer_box .footer_box_item:nth-child(4) {
    width: 100%;
  }

  .like_box_body .bestsellers_box_item {
    margin-top: 40px;
    width: calc(50% - 5px);
  }

  .like_box_body .bestsellers_box_item_size {
    height: 80px;
    top: 150px;
  }

  .bestsellers_box_item_size span {
    font-size: 14px;
    margin: 18px 0px 10px 0;
  }

  .bestsellers_box_item_size a {
    margin: 0 12px;
    font-size: 14px;
  }


  .like_box_body .bestsellers_box_item_img {
    height: 230px;
  }

  .search_box_flex_back {
    margin-right: 12px;
  }

  .search_box_flex button {
    width: 86px;
  }

  .catalog_box .bestsellers_box_item {
    margin-top: 25px;
    width: 100%;
    margin-right: 0px;
  }

  .catalog_box .bestsellers_box_item_img {
    height: 420px !important;
  }

  .catalog_box .bestsellers_box_item:nth-child(9) .bestsellers_box_item_img {
    height: 420px;
  }

  .catalog_box .bestsellers_box_item:nth-child(10) .bestsellers_box_item_img {
    height: 420px;
  }

  .catalog_box .bestsellers_box_item_size {
    top: 300px;
  }

  .catalog_box .bestsellers_box_item:nth-child(9) .bestsellers_box_item_size {
    top: 300px;
  }

  .catalog_box .bestsellers_box_item:nth-child(10) .bestsellers_box_item_size {
    top: 300px;
  }

  .catalog_box .bestsellers_box_item:nth-child(9) {
    margin-top: 25px;
    width: 100%;
    margin-right: 0px;
  }

  .catalog_box .bestsellers_box_item:nth-child(10) {
    margin-top: 25px;
    width: 100%;
    margin-right: 0px;
  }

  .catalog_head_filter {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    display: flex;
    padding-left: 0px;
  }

  .bread_crumbs {
    margin-top: 20px;
  }

  .catalog_head_filter::after {
    display: none;
  }

  .about_headling span {
    font-size: 20px;
    margin-right: 10px;
  }

  .about_flex p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .about_flex {
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .card_box_discription_name {
    font-size: 22px;
    margin-top: 40px;
  }

  .card_box_slider {
    margin-top: 0px;
  }

  .catalog_box .bestsellers_box_item:nth-child(10n + 9) {
    width: 100%;
  }

  .catalog_box .bestsellers_box_item:nth-child(10n + 10) {
    width: 100%;
  }

  .changename_submit {
    width: 100%;
  }

  .backer_box_input .backer_box_input_totals:nth-child(3) p {
    font-size: 28px;
  }

  .backer_box_input_button {
    font-size: 16px;
  }

  .courier_flex div {
    width: calc(50% - 10px);
  }

  .backer_box_body p {
    font-size: 16px;
    margin-top: 26px;
  }

  .backer_box_input p {
    font-size: 16px;
  }
  .menu_dinamic a {
    font-size: 16px;
}

}

@media screen and (max-width: 370px) {
  .main_slider_item img {
    height: 450px;
  }

  .backer_box_input_button {
    width: 170px;
    height: 50px;
    margin-right: initial;
    margin-top: 0px;
  }

  .like_box_body .bestsellers_box_item_size {
    height: 80px;
    top: 130px;
  }


  .like_box_body .bestsellers_box_item_img {
    height: 210px;
  }


}