body {
  background-color: #f9eddc;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 91.3194vw;
  height: 57.9861vw;
  background-color: #e1d2bf;
  display: block;
}
.page-main {
  margin: 0 !important;
  padding: 0 0 !important;
  max-width: 100% !important;
}
.column.main {
  padding: 0 !important;
}
.homepage_main_block_wrap {
  position: relative;
  z-index: 1;
  padding-top: 1.6666vw;
}
.homepage_main_block_wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -7.6388vw;
  left: 0;
  width: 100%;
  height: 53.8194vw;
  background-image: url(../images/homepage-decor-one.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.homepage_main_block_wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 39.0277vw;
  background-image: url(../images/homepage-decor-two.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.homepage_main_block_container {
  position: relative;
  z-index: 1;
  padding-bottom: 13.3333vw;
  padding-right: 3.8888vw;
  display: flex;
  justify-content: right;
}
.homepage_main_block_content {
  padding-top: 11.6666vw;
}
.homepage_main_block_content .block_title {
  padding-right: 4.0972vw;
  text-align: right;
  font-family: var(--font_title);
  font-weight: 600;
  font-size: 4.2361vw;
  line-height: normal;
  color: #796a5f;
}
.homepage_main_block_content .block_title span {
  display: block;
}
.homepage_main_block_content .block_description {
  margin-top: 5.5555vw;
  margin-left: auto;
  margin-right: 8.4722vw;
  width: 30.2083vw;
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.1111vw;
  color: #3b3b3b;
}
.homepage_main_block_content .block_link {
  margin-top: 2.2222vw;
  margin-left: auto;
  margin-right: 8.4722vw;
  width: 30.2083vw;
}
.homepage_main_block_content .block_link a {
  margin: 0;
  padding: 0.6944vw 1.6666vw;
  border-radius: 50px;
  border: 1px solid #796a5f;
  box-shadow: none;
  background: #796a5f;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.9027vw;
  line-height: normal;
  color: #f1ede4;
  transition: all 0.3s ease;
}
.homepage_main_block_content .block_link a:hover {
  background: #3b3b3b;
}
.homepage_main_block_wrap .block_big_image {
  flex-shrink: 0;
  border-bottom-right-radius: 15.2777vw;
  overflow: hidden;
}
.homepage_main_block_wrap .big_image {
  width: 33.5416vw;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.homepage_main_block_wrap .block_small_image {
  position: absolute;
  left: 0;
  bottom: 3.4722vw;
  z-index: 0;
  border-top-right-radius: 12.5vw;
  overflow: hidden;
}
.homepage_main_block_wrap .small_image {
  width: 18.4722vw;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.homepage_top_categories_wrap {
  padding-bottom: 3.6111vw;
}
.homepage_top_categories_wrap .block_description {
  margin-bottom: 3.6111vw;
  margin-left: auto;
  margin-right: 8.6805vw;
  width: 52.2222vw;
  text-align: right;
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.1111vw;
  line-height: normal;
  color: #3b3b3b;
}
.homepage_top_categories_wrap .block_description p {
  margin: 0;
}
.homepage_top_categories {
  padding: 0 3.0555vw;
  display: flex;
}
.homepage_top_categories .category_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 0.8333vw;
  transition: flex 0.9s ease-in-out;
  position: relative;
  z-index: 1;
}
.homepage_top_categories .category_item:hover {
  flex: 2;
}
.homepage_top_categories .category_image img {
  width: 100%;
  height: 37.9861vw;
  object-fit: cover;
  object-position: center;
  display: block;
}
.homepage_top_categories .category_image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.8333vw;
  right: 0.8333vw;
  background: #796a5f;
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  pointer-events: none;
}
.homepage_top_categories .category_image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.8333vw;
  right: 0.8333vw;
  background: #796a5f;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  pointer-events: none;
}
.homepage_top_categories:hover .category_image::before {
  opacity: 1;
}
.homepage_top_categories .category_item:hover .category_image::after {
  opacity: 1;
}
.homepage_top_categories:hover .category_item:hover .category_image::before {
  opacity: 0;
}
.homepage_top_categories .category_item .mobile_image {
  display: none;
}
.homepage_top_categories .category_info {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0.8333vw;
  right: 0.8333vw;
  padding: 2.2222vw;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: end;
  opacity: 0;
}
.homepage_top_categories .category_item:hover .category_info {
  opacity: 1;
}
.homepage_top_categories .category_name {
  margin-bottom: 1.1111vw;
  min-width: 46.25vw;
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--font_title);
  font-weight: 600;
  font-size: 2.5vw;
  line-height: normal;
  color: #ffffff;
}
.homepage_top_categories .category_link {
  min-width: 46.25vw;
  display: flex;
  align-items: center;
}
.homepage_top_categories .category_link .label {
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.9027vw;
  line-height: normal;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.homepage_top_categories .category_link:hover .label {
  text-decoration: underline 1px;
  text-underline-offset: 0.1562vw;
}
.homepage_top_categories .arrows {
  margin-left: 0.6944vw;
}
.running_string_wrap {
  padding: 0.5555vw 0;
  background-color: #796a5f;
}
.running_string_element {
  height: 1.7361vw !important;
  display: flex;
  align-items: center;
}
.running_string_wrap nobr {
  display: flex;
  align-items: center;
}
.running_string_wrap span {
  padding: 0 4.3055vw 0 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.1111vw;
  line-height: normal;
  color: #f1ede4;
}
.running_string_wrap span::after {
  content: "";
  margin-left: 4.3055vw;
  width: 1.1805vw;
  height: 1.1805vw;
  background-image: url(../images/running-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
#running_string1 span:nth-child(1)::after {
  transform: rotate(180deg);
}
#running_string2 span:nth-child(2)::after {
  transform: rotate(180deg);
}
.recommendations_products_wrapper {
  padding: 3.6111vw 0;
}
.recommendations_products_container {
  position: relative;
  z-index: 1;
  padding: 3.6111vw 0;
}
.recommendations_products_container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 8.6805vw;
  height: 100%;
  display: block;
  background-color: #e1d2bf;
}
.recommendations_products_wrapper .block_title {
  font-family: var(--font_title);
  font-weight: 600;
  font-size: 3.1944vw;
  line-height: normal;
  color: #796a5f;
}
.recommendations_products_tabs {
}
.recommendations_products_tab_title {
}
.recommendations_products_tab_title.active {
}
.recommendations_products_tab_title_button {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.6666vw;
  line-height: normal;
  color: #3b3b3b;
}
.recommendations_products_tab_title_button:hover {
}

.recommendations_products_wrapper .owl-carousel .owl-stage {
  display: flex;
}
.recommendations_products_wrapper .owl-carousel .owl-stage .product-item {
  height: 100%;
}
.recommendations_products_wrapper .product-item-info {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.recommendations_products_wrapper .product-item-details {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.recommendations_products_wrapper .product-item-photo {
  margin: 0;
  display: flex;
}
.recommendations_products_wrapper .product-image-container {
  width: 100%;
  height: 100%;
}
.recommendations_products_wrapper .product-image-wrapper {
  padding: 0 !important;
  height: auto;
}
.recommendations_products_wrapper .product-image-wrapper .product-image-photo {
  position: relative;
  width: 100%;
  height: 36.875vw;
  object-fit: contain;
  object-position: center;
}

/* .product_likes_wrap {
  text-align: center;
}

.product_likes_wrap a.product_like_button {
  margin: 0;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.product_likes_wrap a.product_like_button .icon {
  padding-right: 0.4166vw;
  flex-shrink: 0;
  display: inline-flex;
}

.product_likes_wrap a.product_like_button .icon::before {
  content: "";
  width: 1.1111vw;
  height: 1.1111vw;
  display: inline-block;
  background-image: url(../images/heart-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

.product_likes_wrap a.product_add_like_button .icon {
  opacity: 0.15;
}

.product_likes_wrap .count {
  display: inline-flex;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: calc(14vw * 100 / 1440);
  line-height: normal;
  color: rgba(66, 66, 66, 0.65);
} */

/* .homepage_products_wrapper .product_item_image .product_labels {
  position: absolute;
  top: 1.7361vw;
  left: 0.6944vw;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.homepage_products_wrapper .product_item_image .product_labels .new_label {
  padding: 0.4166vw 0.8333vw;
  border-radius: 5px;
  background-color: #07c764;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: calc(14vw * 100 / 1440);
  line-height: 1.2;
  color: #fff;
}

.homepage_products_wrapper .product_item_image .product_labels .sale_label,
.homepage_products_wrapper .product_item_image .product_labels .sale_percents_label {
  margin-bottom: 0.3472vw;
  padding: 0.4166vw 0.8333vw;
  border-radius: 5px;
  display: inline-block;
  font-weight: 700;
  font-size: calc(14vw * 100 / 1440);
  line-height: 1.2;
  color: #fff;
}

.homepage_products_wrapper .product_item_image .product_labels .sale_percents_label {
  margin-bottom: 0.3472vw;
  margin-right: 0;
  display: block;
}

.homepage_products_wrapper .product_item_image .product_labels .sale_label {
  background-color: #ff6d00;
}

.homepage_products_wrapper .product_item_image .product_labels .sale_percents_label {
  background-color: #ff3c5a;
}

.homepage_products_wrapper .product-item-details .product-item-name {
  margin: 1.3888vw 0 0.6944vw;
}

.homepage_products_wrapper .product-item-details .product-item-name .product-item-link {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: calc(12vw * 100 / 1440);
  line-height: 1.4;
  color: #424242;
}

.homepage_products_wrapper .product_price_wrap {
  margin-top: auto;
  text-align: center;
}

.homepage_products_wrapper .product_price_wrap .price-box {
  margin: 0;
}

.homepage_products_wrapper .product_price_wrap .price-wrapper .price {
  font-weight: 700;
  font-size: calc(14vw * 100 / 1440);
  line-height: 1.2;
  color: #424242;
}

.homepage_products_wrapper .product_price_wrap .old-price {
  display: inline-block;
  margin: 0;
  margin-left: 1.3888vw;
}

.homepage_products_wrapper .product_price_wrap .old-price .price-wrapper .price {
  font-weight: 400;
  font-size: calc(14vw * 100 / 1440);
  line-height: 1.2;
  text-decoration-line: line-through;
  color: #424242;
  opacity: 0.45;
}

.homepage_products_wrapper .price-box .price-label {
  display: none;
}

.homepage_products_wrapper .product-item-inner {
  margin-top: 1.3888vw;
  text-align: center;
}

.homepage_products_wrapper .product-item-inner .action.primary,
.homepage_products_wrapper .product-item-inner .product_to_cart_link {
  margin: 0 auto;
  padding: 0.8333vw 0.6944vw;
  width: 18.6111vw;
  height: auto;
  background: #ff6d00;
  border: 2px solid #ff6d00;
  border-radius: 100px;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: calc(14vw * 100 / 1440);
  line-height: 1.2;
  color: #fff;
} */

.homepage_images_block_wrap {
  position: relative;
  z-index: 2;
  padding: 0 1.6666vw;
}
.homepage_images_block_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.6666vw;
}
.homepage_images_block_wrap .item a {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
}
.homepage_images_block_wrap .big_image {
  width: 100%;
  height: 27.0833vw;
  object-fit: cover;
  object-position: center;
}
.homepage_images_block_wrap a:hover .big_image {
  transform: scale(1.03);
}
.homepage_images_block_wrap .title {
  position: absolute;
  z-index: 1;
  bottom: 2.2222vw;
  left: 2.2222vw;
  right: 2.2222vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.6666vw;
  line-height: normal;
  color: #ffffff;
  transition: all 0.3s linear;
}
.homepage_images_block_wrap a:hover .label {
  text-decoration: underline 1px;
  text-underline-offset: 0.1562vw;
  opacity: 0.85;
}
.homepage_bottom_categories_wrap {
  position: relative;
  z-index: 1;
  padding: 5.4166vw 3.8888vw 0;
}
.homepage_bottom_categories_wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 11.25vw;
  left: 0;
  width: 100%;
  height: 39.0277vw;
  background-image: url(../images/homepage-bottom-decor-one.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.homepage_bottom_categories_container {
  display: flex;
  justify-content: space-between;
}
.homepage_bottom_categories_wrap .block_description_wrap {
  padding-top: 5.6944vw;
  padding-right: 2.4305vw;
  width: 30.0694vw;
  flex-shrink: 0;
}
.homepage_bottom_categories_wrap .block_title {
  margin-bottom: 2.2222vw;
  font-family: var(--font_title);
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 1.2;
  color: #796a5f;
}
.homepage_bottom_categories_wrap .block_title p {
  margin: 0;
}
.homepage_bottom_categories_wrap .block_description {
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.1111vw;
  color: #3b3b3b;
}
.homepage_bottom_categories_wrap .block_description p {
  margin: 0;
}
.homepage_bottom_categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.6666vw;
}
.homepage_bottom_categories_wrap .category_image a {
  display: flex;
}
.homepage_bottom_categories_wrap .category_image a img {
  width: 100%;
  height: 25.0694vw;
  object-fit: cover;
  object-position: center;
}
.homepage_bottom_categories_wrap .mobile_image {
  display: none;
}
.homepage_bottom_categories_wrap .category_info {
  padding-top: 1.1111vw;
}
.homepage_bottom_categories_wrap .category_name a {
  display: flex;
  text-decoration: none;
}
.homepage_bottom_categories_wrap .category_name .label {
  padding-right: 0.6944vw;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.9027vw;
  line-height: normal;
  color: #3b3b3b;
  transition: 0.3s ease-in-out;
}
.homepage_bottom_categories_wrap .category_name a:hover .label {
  text-decoration: underline 1px;
  text-underline-offset: 0.1562vw;
}
.comfort_in_details_block_wrap {
  padding-top: 5.4166vw;
  padding-bottom: 4.0277vw;
  padding-left: 3.8888vw;
  padding-right: 7.5694vw;
}
.comfort_in_details_block_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.comfort_in_details_block_wrap .block_image {
  flex-shrink: 0;
  border-top-right-radius: 15.2777vw;
  overflow: hidden;
}
.comfort_in_details_block_wrap .block_image img {
  width: 43.75vw;
  height: 56.1111vw;
  object-fit: cover;
  object-position: center;
}
.comfort_in_details_products_wrapper {
  width: 36.1111vw;
}
.comfort_in_details_products_container {
}
.comfort_in_details_products_wrapper .block_title {
  margin-bottom: 0.5555vw;
  text-align: center;
  font-family: var(--font_title);
  font-weight: 700;
  font-size: 3.1944vw;
  line-height: normal;
  color: #796a5f;
}
.comfort_in_details_products_wrapper .block_title p {
  margin: 0;
}
.comfort_in_details_products_wrapper .block_description {
  margin: 0 auto 2.9861vw;
  width: 17.4305vw;
  text-align: center;
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.1111vw;
  line-height: normal;
  color: #3b3b3b;
}
.comfort_in_details_products_wrapper .block_description p {
  margin: 0;
}
.comfort_in_details_products_list_wrap {
}
.comfort_in_details_products_list {
}
.comfort_in_details_block_wrap .block_link {
  width: 100%;
}
.comfort_in_details_block_wrap .block_link a {
  margin: 0;
  padding: 0.6944vw 1.6666vw;
  border-radius: 50px;
  border: 1px solid #796a5f;
  box-shadow: none;
  background: #796a5f;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.9027vw;
  line-height: normal;
  color: #f1ede4;
  transition: all 0.3s ease;
}
.comfort_in_details_block_wrap .block_link a:hover {
  background: #3b3b3b;
}

.homepage_description_wrap {
  padding: 5.4166vw 8.6805vw 0;
}
.homepage_description_container div {
  height: 10.6944vw;
  overflow: hidden;
}
.homepage_description_wrap.visible_all .homepage_description_container div {
  height: auto;
  overflow: auto;
}
.homepage_description_wrap h1,
.homepage_description_wrap h2,
.homepage_description_wrap h3,
.homepage_description_wrap h4,
.homepage_description_wrap h5,
.homepage_description_wrap  {
  margin: 0 0 1.1111vw;
  font-family: var(--font);
  font-weight: 500;
  line-height: 1.2;
  color: #3b3b3b;
}
.homepage_description_wrap h1,
.homepage_description_wrap h2 {
  font-size: 1.6666vw;
}
.homepage_description_wrap h3,
.homepage_description_wrap h4,
.homepage_description_wrap h5,
.homepage_description_wrap h6 {
  font-size: 1.3888vw;
}
.homepage_description_wrap,
.homepage_description_wrap p {
  font-family: var(--font);
  font-size: 0.9722vw;
  font-weight: 400;
  line-height: 1.4;
  color: #3b3b3b;
}
.homepage_description_wrap p {
  margin: 0 0 1.1111vw;
}
.homepage_description_wrap ul,
.homepage_description_wrap ol {
  margin: 0 0 1.1111vw;
}
.homepage_description_wrap strong {
  font-weight: 600;
}
.homepage_description_wrap a {
  text-decoration: none;
  color: #3b3b3b;
}
.description_button_wrap {
  padding: 1.1111vw 8.6805vw 5.4166vw;
  text-align: center;
}
.description_button {
  margin: 0;
  padding: 0;
  outline: none !important;
  border: none !important;
  background-color: transparent !important;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.9722vw;
  line-height: 1.2;
  color: #796a5f;
}
.description_button:hover {
  outline: none !important;
  border: none !important;
  background-color: transparent !important;
  color: #3b3b3b;
  text-decoration: underline 1px;
  text-underline-offset: 0.1562vw;
}
.newsletter_form_wrap{
  padding: 5.4166vw 15.625vw;
  background-color: #796A5F;
}
.newsletter_form_wrap form{
  display: flex;
  justify-content: space-between;
}
.newsletter_labels{
  padding-right: 5.9722vw;
}
.newsletter_labels .title{
  margin-bottom: 0.5555vw;
  text-transform: uppercase;
  font-family: var(--font);
  font-weight: 500;
  font-size: 1.6666vw;
  line-height: 1.2;
  color: #ffffff;
}
.newsletter_labels .subtitle{
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.1111vw;
  line-height: 1.4;
  color: #ffffff;
}
.newsletter_fields_wrap{
  width: 31.8055vw;
  flex-shrink: 0;
}
.newsletter_fields{

}
.newsletter_fields .actions{

}
.newsletter_fields .subscribe_newsletter_button{

}








.homepage_images_block_wrap .arrows,
.homepage_images_block_wrap .arrow,
.homepage_images_block_wrap .arrow svg {
  width: 2.0833vw;
  height: 2.0833vw;
}
.homepage_top_categories .arrows,
.homepage_top_categories .arrow,
.homepage_top_categories .arrow svg,
.homepage_bottom_categories_wrap .arrows,
.homepage_bottom_categories_wrap .arrow,
.homepage_bottom_categories_wrap .arrow svg {
  width: 1.1111vw;
  height: 1.1111vw;
}
.homepage_top_categories .arrows,
.homepage_images_block_wrap .arrows,
.homepage_bottom_categories_wrap .arrows {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
}
.homepage_top_categories .arrow,
.homepage_images_block_wrap .arrow,
.homepage_bottom_categories_wrap .arrow {
  transition: all 0.2s linear;
  transition-delay: 0.2s;
}
.homepage_top_categories .arrow svg,
.homepage_images_block_wrap .arrow svg,
.homepage_bottom_categories_wrap .arrow svg {
  opacity: 0.45;
}
.homepage_top_categories .arrow svg g,
.homepage_images_block_wrap .arrow svg g,
.homepage_bottom_categories_wrap .arrow svg g {
  opacity: 1;
}
.homepage_top_categories .arrow svg path,
.homepage_images_block_wrap .arrow svg path {
  stroke: #ffffff;
}
.homepage_bottom_categories_wrap .arrow svg path {
  stroke: #3b3b3b;
}
.homepage_top_categories .arrow_animate_up,
.homepage_images_block_wrap .arrow_animate_up,
.homepage_bottom_categories_wrap .arrow_animate_up {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.homepage_top_categories .arrow_animate_down,
.homepage_images_block_wrap .arrow_animate_down,
.homepage_bottom_categories_wrap .arrow_animate_down {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: -100%;
}
.homepage_top_categories .category_link:hover .arrow_animate_up,
.homepage_images_block_wrap a:hover .arrow_animate_up,
.homepage_bottom_categories_wrap a:hover .arrow_animate_up {
  top: -100%;
  left: 100%;
}
.homepage_top_categories .category_link:hover .arrow_animate_down,
.homepage_images_block_wrap a:hover .arrow_animate_down,
.homepage_bottom_categories_wrap a:hover .arrow_animate_down {
  top: 0;
  left: 0;
}
