@charset "UTF-8";
.article_min {
  text-decoration: none;
}
.article_min:hover {
  text-decoration: underline;
}
.article_min .thumbnail {
  overflow: hidden;
  border-radius: 30px;
}
.article_min .thumbnail img {
  width: 100%;
  object-fit: cover;
}
.article_min .name {
  color: #556b92;
  line-height: 150%;
}
.page__article .cols_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.page__article .cols_wrapper .article_body {
  flex-grow: 1;
}
.page__article .cols_wrapper .article_body .title {
  font-size: 25px;
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", serif;
  line-height: 1.2em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page__article .cols_wrapper .article_body .title {
    font-size: 33px;
  }
}
.page__article .cols_wrapper .article_body .content {
  font-size: 17px;
  color: #7d8eab;
  font-family: "Museo Sans Cyrl 300", Serif;
}
.page__article .cols_wrapper .article_thumbnail {
  flex-basis: 300px;
  max-width: 300px;
  flex-shrink: 0;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .page__article .cols_wrapper .article_thumbnail {
    display: none;
  }
}
.page__article .cols_wrapper .article_thumbnail img {
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
}
.page__article .other_articles .min_heading {
  margin-top: 50px;
  font-size: 25px;
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", Serif;
  text-align: center;
  margin-bottom: 10px;
}
.page__article .other_articles .articles_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.page__article .other_articles .articles_wrapper .article_min {
  flex-basis: 100%;
  max-width: 400px;
  margin: auto;
}
.page__article .other_articles .articles_wrapper .article_min .thumbnail {
  border-radius: 30px;
  overflow: hidden;
}
.page__article .other_articles .articles_wrapper .article_min .thumbnail img {
  width: 100%;
}
.page__article .other_articles .articles_wrapper .article_min .title {
  font-size: 19px;
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", Serif;
  line-height: 1.2em;
  text-align: center;
  padding: 18px 5px 30px 5px;
  transition: 0.2s;
}
.page__article .other_articles .articles_wrapper .article_min:hover {
  text-decoration: none;
}
.page__article .other_articles .articles_wrapper .article_min:hover .title {
  color: rgb(57.5427135678, 78.4673366834, 115.9572864322);
}
@media (min-width: 768px) {
  .page__article .other_articles .articles_wrapper .article_min {
    flex-basis: calc(33% - 10px);
    max-width: unset;
    margin: unset;
  }
  .page__article .other_articles .articles_wrapper .article_min .title {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .page__article .other_articles .articles_wrapper .article_min {
    flex-basis: calc(33.3% - 15px);
  }
  .page__article .other_articles .articles_wrapper .article_min .title {
    font-size: 17px;
  }
}

.page__blog .articles_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.page__blog .articles_wrapper .article_min {
  flex-basis: 100%;
}
@media (min-width: 576px) {
  .page__blog .articles_wrapper .article_min {
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .page__blog .articles_wrapper .article_min {
    flex-basis: 33.3333333333%;
  }
}

.first_screen {
  position: relative;
  max-height: 100vh;
  width: 100%;
  overflow: hidden;
}
.first_screen .overlay {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
}

.page__account .heading, .page__login .heading, .page__registration .heading, .page__password_reset .heading {
  text-align: center;
  font-size: 23px;
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", Serif;
  line-height: 1.2em;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page__account .heading, .page__login .heading, .page__registration .heading, .page__password_reset .heading {
    font-size: 35px;
  }
}
.page__account .send_wholesale_request, .page__login .send_wholesale_request, .page__registration .send_wholesale_request, .page__password_reset .send_wholesale_request {
  background: var(--bs-red);
  color: white;
  cursor: pointer;
  font-size: 14px;
}
.page__account .send_wholesale, .page__login .send_wholesale, .page__registration .send_wholesale, .page__password_reset .send_wholesale {
  background: #9EA8B9;
  color: white;
  font-size: 14px;
}
.page__account .send_wholesale_request, .page__account .send_wholesale, .page__login .send_wholesale_request, .page__login .send_wholesale, .page__registration .send_wholesale_request, .page__registration .send_wholesale, .page__password_reset .send_wholesale_request, .page__password_reset .send_wholesale {
  padding: 12px 25px;
  width: fit-content;
}
.page__account .user_data, .page__login .user_data, .page__registration .user_data, .page__password_reset .user_data {
  text-align: center;
  font-family: "Museo Sans Cyrl 500", Serif;
  color: #7d8eab;
}
.page__account .other_links, .page__login .other_links, .page__registration .other_links, .page__password_reset .other_links {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.page__account .cols_wrapper .block_import_export {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page__account .cols_wrapper .block_import_export a {
  width: 100%;
  max-width: 320px;
  font-size: 13px;
}
.page__account .cols_wrapper .block_import_export form .btn_v1 {
  padding: 12px 23px;
  width: 100%;
  max-width: 320px;
  font-size: 13px;
}
.page__account .cols_wrapper .block_import_export form {
  display: flex;
  justify-content: space-between;
}
.page__account .cols_wrapper .block_import_export #modal_category_excel .modal-content {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 80vw !important;
  max-height: 90vh !important;
  overflow: auto !important;
}
.page__account .cols_wrapper .block_import_export #modal_category_excel .modal-content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 2px;
}
.page__account .cols_wrapper .block_import_export #modal_category_excel .custom-scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 2px;
}
.page__account .cols_wrapper .block_import_export #modal_category_excel .custom-scrollbar::-webkit-scrollbar-track {
  background: #09090a;
}
.page__account .cols_wrapper .block_import_export #modal_category_excel .custom-scrollbar::-webkit-scrollbar-thumb {
  background: #1f1f1f;
  border-radius: 50px;
}
.page__account .cols_wrapper .block_import_export #modal_category_excel .custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #303030;
}
.page__account .cols_wrapper .block_import_export .modal {
  padding: 13% !important;
  justify-content: center !important;
}
@media (max-width: 1024px) {
  .page__account .cols_wrapper .block_import_export .modal_block {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.page__account .cols_wrapper .block_import_export .modal_block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  padding: 20px;
  justify-content: center;
  height: fit-content;
  flex-direction: column;
  flex-wrap: wrap;
}
.page__account .cols_wrapper .block_import_export .modal_block .checkbox_attributes {
  padding-left: 15px;
  display: none;
  background-color: #eff5ff;
}
.page__account .cols_wrapper .block_import_export .modal_block .checkbox_attributes:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.page__account .cols_wrapper .block_import_export .modal_block .checkbox_attributes:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.page__account .cols_wrapper #account_menu {
  margin-bottom: 30px;
}
.page__account .cols_wrapper #account_menu .menu_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.page__account .cols_wrapper #account_menu .menu_items .item {
  color: #9ea8b9;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  transition: 0.1s;
  flex-basis: 100%;
  padding: 3px 12px;
}
@media (min-width: 576px) {
  .page__account .cols_wrapper #account_menu .menu_items .item {
    flex-basis: unset;
    padding: 8px 12px;
    margin-bottom: 12px;
  }
}
.page__account .cols_wrapper .content_page {
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .page__account .cols_wrapper .content_page {
    flex-basis: 65%;
  }
}

.page__wishlist .page_heading, .page__order_detail .page_heading, .page__orders_history .page_heading, .page__edit_profile .page_heading, .page__account .page_heading, .page__login .page_heading, .page__registration .page_heading, .page__password_reset .page_heading, .page__delivery_address .page_heading {
  margin-bottom: 30px;
  font-size: 23px;
  position: relative;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .page__wishlist .page_heading, .page__order_detail .page_heading, .page__orders_history .page_heading, .page__edit_profile .page_heading, .page__account .page_heading, .page__login .page_heading, .page__registration .page_heading, .page__password_reset .page_heading, .page__delivery_address .page_heading {
    font-size: 29px;
  }
}
.page__wishlist .page_heading:before, .page__order_detail .page_heading:before, .page__orders_history .page_heading:before, .page__edit_profile .page_heading:before, .page__account .page_heading:before, .page__login .page_heading:before, .page__registration .page_heading:before, .page__password_reset .page_heading:before, .page__delivery_address .page_heading:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  background: #86a7e3;
  width: 30px;
  height: 4px;
}
.page__wishlist .min_heading, .page__order_detail .min_heading, .page__orders_history .min_heading, .page__edit_profile .min_heading, .page__account .min_heading, .page__login .min_heading, .page__registration .min_heading, .page__password_reset .min_heading, .page__delivery_address .min_heading {
  font-weight: 700;
  color: #c1c1c3;
  font-size: 13px;
}

.page__registration .page_heading {
  margin-bottom: unset;
  padding-bottom: unset;
}

.page__login .red, .page__registration .red, .page__password_reset .red, .page__edit_profile .red {
  color: red;
}
.page__login .page_heading, .page__registration .page_heading, .page__password_reset .page_heading, .page__edit_profile .page_heading {
  margin-top: 60px;
  text-align: center;
}
.page__login .page_heading:before, .page__registration .page_heading:before, .page__password_reset .page_heading:before, .page__edit_profile .page_heading:before {
  left: 50%;
  transform: translateX(-50%);
}
.page__login .col, .page__registration .col, .page__password_reset .col, .page__edit_profile .col {
  margin: auto;
  max-width: 400px;
}
.page__login .reg_text, .page__registration .reg_text, .page__password_reset .reg_text, .page__edit_profile .reg_text {
  text-align: center;
}

.page__orders_history .account_pagination {
  margin: 30px auto 30px auto;
  text-align: center;
}
.page__orders_history .orders_list .no_orders {
  text-align: center;
  font-size: 19px;
  font-family: "Museo Sans Cyrl 500", Serif;
  color: #81858d;
}
.page__orders_history .orders_list .order_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 100px;
  position: relative;
  margin: 0 auto 10px auto;
  padding: 20px 15px;
  background: #fff;
  border-radius: 15px;
  max-width: 800px;
  transition: 0.2s;
}
@media (min-width: 576px) {
  .page__orders_history .orders_list .order_item {
    padding: 20px 30px;
    align-items: center;
  }
}
.page__orders_history .orders_list .order_item:hover {
  text-decoration: none;
}
.page__orders_history .orders_list .order_item .min_title {
  font-size: 15px;
  font-family: "Museo Sans Cyrl 300", Serif;
  color: #99a3b5;
}
.page__orders_history .orders_list .order_item .data {
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #81858d;
  font-size: 15px;
}
.page__orders_history .orders_list .order_item .first_col {
  flex-basis: 75px;
  max-width: 75px;
  flex-shrink: 0;
}
.page__orders_history .orders_list .order_item .first_col img {
  width: 100%;
  height: 75px;
  overflow: hidden;
  border-radius: 15px;
  object-fit: cover;
}
.page__orders_history .orders_list .order_item .second_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-grow: 1;
  padding: 0px 20px;
}
@media (min-width: 992px) {
  .page__orders_history .orders_list .order_item .second_col {
    flex-wrap: nowrap;
  }
}
.page__orders_history .orders_list .order_item .second_col > * {
  flex-basis: 100%;
  padding: 8px 5px;
}
@media (min-width: 576px) {
  .page__orders_history .orders_list .order_item .second_col > * {
    flex-basis: 50%;
    padding: 10px;
  }
}

.page__order_detail .cols_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}
.page__order_detail .cols_wrapper .order_data {
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 20px;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .page__order_detail .cols_wrapper .order_data {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.page__order_detail .cols_wrapper .order_data .back_to_orders_list {
  position: relative;
  font-size: 17px;
  font-family: "Museo Sans Cyrl 500", Serif;
  color: #9ea8b9;
  padding-left: 35px;
  margin-bottom: 20px;
  display: block;
}
.page__order_detail .cols_wrapper .order_data .back_to_orders_list:before {
  left: 0;
  position: absolute;
  content: "\f086";
  color: #e9a2b4;
  font-size: 21px;
  top: -4px;
  font-family: "CustomIconsFont";
  transform: rotate(180deg);
}
.page__order_detail .cols_wrapper .order_data .order_statuses {
  margin-bottom: 22px;
}
.page__order_detail .cols_wrapper .order_data .order_statuses .status_block {
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #425a85;
  font-size: 15px;
}
.page__order_detail .cols_wrapper .order_data .min_heading {
  color: #9ea8b9;
  font-family: "Museo Sans Cyrl 300", Serif;
}
.page__order_detail .cols_wrapper .order_data .data {
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", Serif;
}
.page__order_detail .cols_wrapper .order_data .total_price {
  font-size: 23px;
  font-weight: 700;
}
.page__order_detail .cols_wrapper .order_items {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .page__order_detail .cols_wrapper .order_items {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.page__order_detail .cols_wrapper .order_items .order_cart_item {
  background: #fff;
  flex-basis: 100%;
  max-width: 100%;
  padding: 10px 18px;
  display: flex;
  margin-bottom: 20px;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page__order_detail .cols_wrapper .order_items .order_cart_item .thumbnail {
  position: relative;
}
.page__order_detail .cols_wrapper .order_items .order_cart_item .thumbnail .product_image {
  width: 75px;
  height: 75px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 15px;
}
.page__order_detail .cols_wrapper .order_items .order_cart_item .price_data {
  padding: 10px 0;
}
@media (max-width: 575px) {
  .page__order_detail .cols_wrapper .order_items .order_cart_item .price_data {
    flex-basis: 100%;
  }
}
.page__order_detail .cols_wrapper .order_items .order_cart_item .price_data .current_price {
  color: #425a85;
  font-size: 17px;
  font-family: "Museo Sans Cyrl 700", serif;
}
.page__order_detail .cols_wrapper .order_items .order_cart_item .price_data .single_item_price {
  color: #7d8eab;
  font-size: 15px;
}
.page__order_detail .cols_wrapper .order_items .order_cart_item .description {
  padding: 10px 18px;
  overflow: hidden;
  flex-grow: 1;
}
.page__order_detail .cols_wrapper .order_items .order_cart_item .description .cart_item_qty {
  margin-top: 3px;
  padding: 2px 8px;
  background: #86a7e3;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 30px;
  display: inline-block;
}
.page__order_detail .cols_wrapper .order_items .order_cart_item .description .name {
  font-weight: 700;
  color: #425a85;
  font-size: 15px;
  line-height: 1;
}
.page__order_detail .cols_wrapper .order_items .order_cart_item .description .options {
  color: #7d8eab;
  font-size: 15px;
  font-weight: 600;
}

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

.cart_item {
  display: flex;
  padding: 10px 10px;
  justify-content: flex-start;
  flex-basis: 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  align-items: center;
}
.cart_item.out_of_stock .stock_rest {
  color: #f04949 !important;
}
.cart_item .thumbnail {
  display: flex;
  align-items: center;
  flex-basis: 55px;
  min-width: 55px;
  position: relative;
}
@media (min-width: 768px) {
  .cart_item .thumbnail {
    flex-basis: 75px;
    min-width: 75px;
  }
}
.cart_item .thumbnail img {
  overflow: hidden;
  border-radius: 20px;
  width: 75px;
  height: 75px;
  object-fit: cover;
}
.cart_item .col_1 {
  width: 130px;
  flex-basis: 130px;
  padding: 5px 10px;
}
.cart_item .col_1 .name {
  font-size: 15px;
  color: #81858d;
  line-height: 1.4em;
  max-height: 2.8em;
  overflow: hidden;
  font-family: "Museo Sans Cyrl 700", serif;
}
@media (min-width: 992px) {
  .cart_item .col_1 .name {
    font-size: 14px;
  }
}
.cart_item .col_1 .options {
  color: #99a3b5;
  font-size: 15px;
  font-family: "Museo Sans Cyrl 500", serif;
}
.cart_item .col_2 {
  flex-basis: 120px;
  width: 120px;
  padding: 10px 0;
}
.cart_item .col_2 .stock_rest {
  margin-top: 4px;
  font-size: 13px;
  color: #99a3b5;
  white-space: nowrap;
  font-family: "Museo Sans Cyrl 500", serif;
}
.cart_item .col_3 {
  flex-grow: 1;
}
.cart_item .col_3 .current_price {
  color: #81858d;
  font-size: 17px;
  font-family: "Museo Sans Cyrl 700", serif;
  white-space: nowrap;
}
.cart_item .col_3 .single_item_price {
  font-size: 13px;
  color: #99a3b5;
  white-space: nowrap;
  font-family: "Museo Sans Cyrl 500", serif;
}
.cart_item .col_4 {
  flex-basis: 45px;
  width: 45px;
  text-align: right;
}
.cart_item .col_4 .del_from_cart i {
  color: #ccc;
  padding: 10px;
}
@media (max-width: 575px) {
  .cart_item {
    flex-wrap: wrap;
  }
  .cart_item .thumbnail {
    flex-basis: 20%;
  }
  .cart_item .col_1 {
    flex-basis: 80%;
  }
}

.page__checkout .cols_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page__checkout .cols_wrapper .min_heading {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  font-size: 19px;
  color: #81858d;
  font-family: "Museo Sans Cyrl 700", serif;
  margin-bottom: 15px;
}
.page__checkout .cols_wrapper .min_heading svg {
  height: 26px;
  margin-right: 10px;
  width: auto;
}
.page__checkout .cols_wrapper .cart_col {
  flex-basis: 100%;
  max-width: 100%;
}
.page__checkout .cols_wrapper .cart_col .empty_cart {
  color: #9ea8b9;
  text-align: center;
  font-size: 19px;
}
@media (min-width: 992px) {
  .page__checkout .cols_wrapper .cart_col {
    flex-basis: calc(60% - 25px);
    max-width: calc(60% - 25px);
  }
}
@media (min-width: 1400px) {
  .page__checkout .cols_wrapper .cart_col {
    flex-basis: calc(40% - 25px);
    max-width: calc(40% - 25px);
  }
}
.page__checkout .cols_wrapper .cart_col .min_heading svg {
  fill: #e9a2b4;
}
.page__checkout .cols_wrapper .data_col {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .page__checkout .cols_wrapper .data_col {
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media (min-width: 1400px) {
  .page__checkout .cols_wrapper .data_col {
    flex-basis: 60%;
    max-width: 60%;
  }
}
.page__checkout .cols_wrapper .data_col {
  display: flex;
  flex-wrap: wrap;
}
.page__checkout .cols_wrapper .data_col .personal_data, .page__checkout .cols_wrapper .data_col .delivery_data {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .page__checkout .cols_wrapper .data_col .personal_data, .page__checkout .cols_wrapper .data_col .delivery_data {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .page__checkout .cols_wrapper .data_col .personal_data, .page__checkout .cols_wrapper .data_col .delivery_data {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .page__checkout .cols_wrapper .data_col .personal_data, .page__checkout .cols_wrapper .data_col .delivery_data {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.page__checkout .cols_wrapper .data_col .personal_data input, .page__checkout .cols_wrapper .data_col .personal_data textarea, .page__checkout .cols_wrapper .data_col .delivery_data input, .page__checkout .cols_wrapper .data_col .delivery_data textarea {
  margin-top: 12px;
}
.page__checkout .cols_wrapper .data_col .personal_data {
  padding: 0 15px;
  margin-bottom: 40px;
}
.page__checkout .cols_wrapper .data_col .personal_data .min_heading svg {
  fill: #c1a5e1;
}
.page__checkout .cols_wrapper .data_col .delivery_data {
  padding: 0 15px;
}
.page__checkout .cols_wrapper .data_col .delivery_data .min_heading svg {
  fill: #6fc3c0;
}
.page__checkout .cols_wrapper .data_col .delivery_data .select_v1 {
  margin-top: 10px;
}
.page__checkout .autocomplete-dropdown {
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: auto;
  max-height: 300px;
}
.page__checkout .autocomplete-dropdown .dropdown-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0.35rem 0.8rem;
  font-size: 14px;
  cursor: pointer;
}
.page__checkout .autocomplete-dropdown .dropdown-item-none {
  font-size: 16px;
  cursor: default;
  width: 100%;
  overflow: hidden;
  padding: 0.35rem 0.8rem;
  color: #999;
}
.page__checkout .cart_total_price {
  margin-left: 10px;
  font-size: 23px;
  font-family: "Museo Sans Cyrl 700", Serif;
}
.page__checkout .cart_total_title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.page__checkout textarea {
  border-radius: 15px;
}
.page__checkout #checkout_submit {
  padding: 12px 25px;
  margin-top: 10px;
  border-radius: 30px;
  width: unset;
}
.page__checkout .min_order_price {
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #425a85;
  font-size: 17px;
  text-align: center;
}
.page__checkout .min_order_rest {
  padding: 8px 0;
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #7d8eab;
  font-size: 15px;
  text-align: center;
}

.products_grid {
  width: 100%;
}
.products_grid .products_wrapper {
  flex-wrap: wrap;
  display: flex;
}
.products_grid .products_wrapper .product_item {
  flex-basis: 25%;
}

.page__catalog .cols_wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page__catalog .cols_wrapper .category_min {
  padding: 10px;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .page__catalog .cols_wrapper .category_min {
    flex-basis: 33.3333333333%;
  }
}
.page__catalog .text_content {
  margin-top: 40px;
}
.page__catalog .text_content .title {
  font-size: 25px;
}
@media (min-width: 992px) {
  .page__catalog .text_content .title {
    font-size: 31px;
  }
}
.page__catalog .text_content .title {
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", Sans-Serif;
  line-height: 1.2em;
}
.page__catalog .text_content .text {
  font-family: "Museo Sans Cyrl 300", Sans-Serif;
  color: #7d8eab;
  font-size: 19px;
}

.page__product #add_review_modal #add_review_submit {
  width: 100%;
  text-align: center;
}
.page__product .cols_wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page__product .cols_wrapper {
    flex-wrap: nowrap;
  }
}
.page__product .cols_wrapper .left_col {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page__product .cols_wrapper .left_col {
    flex-basis: 50%;
    max-width: 50%;
    padding: 20px;
  }
}
.page__product .cols_wrapper .left_col {
  padding: 20px 0px;
}
@media (min-width: 992px) {
  .page__product .cols_wrapper .left_col .product_photos {
    max-width: 50vw;
  }
}
.page__product .cols_wrapper .left_col .product_photos {
  margin: auto;
}
.page__product .cols_wrapper .left_col .product_photos .product-images {
  position: relative;
}
.page__product .cols_wrapper .left_col .product_photos .product-images .image-download {
  position: absolute;
  top: 18px;
  right: 40px;
  padding: 2px 5px !important;
  background: #86a7e3 !important;
  color: #fff;
  border-radius: 3px;
}
.page__product .cols_wrapper .left_col .product_photos.default .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.page__product .cols_wrapper .left_col .product_photos.in_column .photo {
  margin-bottom: 30px;
}
.page__product .cols_wrapper .left_col .product_photos.in_column .photo a {
  display: block !important;
}
.page__product .cols_wrapper .left_col .product_photos.in_column .photo img {
  width: 100%;
}
.page__product .cols_wrapper .right_col {
  position: relative;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page__product .cols_wrapper .right_col {
    flex-basis: 600px;
    min-width: 450px;
    padding: 20px;
  }
}
.page__product .cols_wrapper .right_col {
  padding: 20px 0px;
}
.page__product .cols_wrapper .right_col .product_info .article_and_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.page__product .cols_wrapper .right_col .product_info .article_and_category .article, .page__product .cols_wrapper .right_col .product_info .article_and_category .category {
  font-family: "Museo Sans Cyrl 300", Serif;
  color: #99a3b5;
  font-size: 15px;
}
.page__product .cols_wrapper .right_col .product_info .article_and_category .article {
  margin-right: 20px;
}
.page__product .cols_wrapper .right_col .product_info .article_and_category a {
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #81858d;
}
.page__product .cols_wrapper .right_col .product_info #product_code_search {
  padding: 0.5rem 1rem;
  color: #81858d;
  background: #e3e3e3;
  border-radius: 30px;
  font-family: "Museo Sans Cyrl 700", Serif;
  font-size: 17px;
  text-align: center;
  margin-bottom: 15px;
  transition: 0.2s;
}
.page__product .cols_wrapper .right_col .product_info #product_code_search:hover {
  cursor: pointer;
  background: rgb(219.35, 219.35, 219.35);
}
.page__product .cols_wrapper .right_col .product_info .user_message {
  font-size: 21px;
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", Serif;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page__product .cols_wrapper .right_col .product_info .user_message i {
  color: #e9a2b4;
  margin-right: 8px;
}
.page__product .cols_wrapper .right_col .product_info .options_table {
  margin-top: 30px;
  overflow: auto;
}
.page__product .cols_wrapper .right_col .product_info .options_table table {
  width: 100%;
}
.page__product .cols_wrapper .right_col .product_info .options_table table th {
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #6f86af;
  font-size: 15px;
  border-bottom: #dcdcdc 1px solid;
  padding-right: 8px;
}
.page__product .cols_wrapper .right_col .product_info .options_table table td {
  padding: 12px 0;
  border-bottom: #dcdcdc 1px solid;
}
.page__product .cols_wrapper .right_col .product_info .options_table table td.size {
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #81858d;
  font-size: 15px;
}
.page__product .cols_wrapper .right_col .product_info .options_table table td.price {
  padding: 12px 6px;
  font-family: "Museo Sans Cyrl 300", Serif;
  color: #676a70;
}
.page__product .cols_wrapper .right_col .product_info .options_table table td.sum {
  padding: 12px 6px;
  font-family: "Museo Sans Cyrl 300", Serif;
  color: #676a70;
  transition: 0.1s;
}
.page__product .cols_wrapper .right_col .product_info .options_table table td.sum.loading {
  opacity: 0.3;
}
.page__product .cols_wrapper .right_col .product_info .options_table table td.stock {
  font-family: "Museo Sans Cyrl 300", Serif;
  color: #676a70;
}
.page__product .cols_wrapper .right_col .product_info .add_to_cart {
  padding: 12px 25px;
  text-align: center;
  cursor: pointer;
  background: #86a7e3;
  color: #fff;
  font-family: "Museo Sans Cyrl 700", Serif;
  border-right: 20px;
  transition: 0.1s;
  line-height: 1;
}
.page__product .cols_wrapper .right_col .product_info .add_to_cart.disabled {
  pointer-events: none;
  background-color: #86a7e3;
}
.page__product .cols_wrapper .right_col .product_info .add_to_cart.disabled svg {
  fill: #ddd;
}
.page__product .cols_wrapper .right_col .product_info .add_to_cart:hover {
  background: rgb(113.2919463087, 151.9395973154, 222.2080536913);
}
.page__product .cols_wrapper .right_col .product_info .product_name {
  font-size: 34px;
  color: #222;
  line-height: 1em;
}
.page__product .cols_wrapper .right_col .product_info .product_code {
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
}
.page__product .cols_wrapper .right_col .product_info .reviews_info {
  display: flex;
  align-items: center;
}
.page__product .cols_wrapper .right_col .product_info .reviews_info .reviews_count {
  font-size: 14px;
  padding: 0 22px;
  margin: 0 14px;
  border-right: #ddd 1px solid;
  border-left: #ddd 1px solid;
  color: #999;
}
.page__product .cols_wrapper .right_col .product_info .reviews_info .add_review {
  font-size: 14px;
  display: block;
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.page__product .cols_wrapper .right_col .product_info .price_data {
  padding: 15px 0;
}
.page__product .cols_wrapper .right_col .product_info .price_data .stable_price {
  color: #aaa;
  font-size: 19px;
  text-decoration: line-through;
  display: inline-block;
  margin-bottom: 3px;
}
.page__product .cols_wrapper .right_col .product_info .price_data .current_price {
  font-size: 33px;
  font-weight: 600;
  color: #222;
  line-height: 1;
}
.page__product .cols_wrapper .right_col .product_info .price_data .current_price.discounted {
  color: #86a7e3;
}
.page__product .cols_wrapper .right_col .product_info .price_data .discount {
  display: inline-block;
  background: #ec3838;
  border-radius: 30px;
  color: #fff;
  padding: 2px 8px;
  font-size: 15px;
}
.page__product .cols_wrapper .right_col .product_info #nav_product_data {
  margin-bottom: 8px;
  margin-top: 50px;
}
.page__product .cols_wrapper .right_col .product_info #nav_product_data .nav-link {
  background: #c1a5e1;
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #fff;
  flex-grow: 1;
  font-size: 15px;
  border: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.page__product .cols_wrapper .right_col .product_info #nav_product_data .nav-link:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.page__product .cols_wrapper .right_col .product_info #nav_product_data .nav-link:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (max-width: 575px) {
  .page__product .cols_wrapper .right_col .product_info #nav_product_data .nav-link {
    flex-basis: 100%;
  }
  .page__product .cols_wrapper .right_col .product_info #nav_product_data .nav-link:last-child {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 0;
  }
  .page__product .cols_wrapper .right_col .product_info #nav_product_data .nav-link:first-child {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
  }
}
.page__product .cols_wrapper .right_col .product_info #nav_product_data .nav-link.active {
  background: rgb(179.825, 145.875, 218.625);
}
.page__product .cols_wrapper .right_col .product_info #nav_reviews .buttons {
  display: flex;
  justify-content: space-between;
}
.page__product .cols_wrapper .right_col .product_info #nav_reviews .buttons > div {
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", Serif;
  font-size: 15px;
  padding: 10px 15px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page__product .cols_wrapper .right_col .product_info #nav_reviews .buttons > div i {
  color: #da4967;
  margin-left: 8px;
}
.page__product .cols_wrapper .right_col .product_info #nav_reviews .product_reviews .review {
  padding: 16px 14px;
  border-bottom: 2px solid #ebebeb;
}
.page__product .cols_wrapper .right_col .product_info #nav_reviews .product_reviews .review .text {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.2em;
  color: #9ea8b9;
  font-family: "Museo Sans Cyrl 300", Serif;
}
@media (min-width: 576px) {
  .page__product .cols_wrapper .right_col .product_info #nav_reviews .product_reviews .review .text {
    font-size: 17px;
  }
}
.page__product .cols_wrapper .right_col .product_info #nav_reviews .product_reviews .review .author {
  font-family: "Museo Sans Cyrl 700", Serif;
  font-size: 15px;
  color: #81858d;
}
.page__product .cols_wrapper .right_col .product_info .product_attributes {
  padding: 0 14px;
}
.page__product .cols_wrapper .right_col .product_info .product_attributes table tr td:last-child {
  text-align: right;
  font-family: "Museo Sans Cyrl 300", Serif;
  color: #99a3b5;
}
.page__product .cols_wrapper .right_col .product_info .product_attributes table tr td {
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #81858d;
  font-size: 17px;
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}
.page__product .cols_wrapper .right_col .product_info .product_description {
  padding: 10px 14px;
  font-size: 15px;
  color: #99a3b5;
  line-height: 1.2em;
  font-family: "Museo Sans Cyrl 300", serif;
  max-width: 100%;
  overflow: hidden;
}
.page__product #add_review_modal .modal-title {
  font-size: 19px;
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #425a85;
}
.page__product #add_review_modal .modal-content {
  background: #f5f7fa;
  border: none;
  border-radius: 15px;
  overflow: hidden;
}
.page__product .bottom_section {
  width: 100%;
  margin-top: 70px;
}
.page__product .bottom_section .min_heading {
  font-size: 25px;
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #425a85;
  padding: 15px;
  text-align: center;
}
.page__product .bottom_section .products_carousel {
  position: relative;
}
.page__product .bottom_section .products_carousel .navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.page__product .bottom_section .products_carousel .navigation > div {
  cursor: pointer;
  padding: 9px 16px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(66, 66, 66, 0.3411764706);
}
.product_min.v1 {
  padding: 8px;
  position: relative;
}
.product_min.v1:hover .product_thumbnail .not_in_stock {
  bottom: 0;
}
.product_min.v1:hover .product_thumbnail .buttons {
  right: 5px;
}
.product_min.v1 .image-download {
  position: absolute;
  top: 0;
  right: 0px;
  transform: translateX(-50%);
  padding: 6px 10px !important;
  background: #86a7e3 !important;
  color: #fff;
  border-radius: 35px;
  font-family: "Museo Sans Cyrl 700", Serif;
  font-size: 13px;
  transition: 0.2s;
}
.product_min.v1 .image-download:hover {
  background: rgb(113.2919463087, 151.9395973154, 222.2080536913) !important;
}
.product_min.v1 a:hover {
  text-decoration: none;
}
.product_min.v1 .product_thumbnail {
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
.product_min.v1 .product_thumbnail .product_image {
  width: 100%;
}
.product_min.v1 .product_thumbnail > a {
  display: block;
  padding: 20px;
  background: #fff;
}
.product_min.v1 .product_thumbnail:hover .buttons {
  display: flex;
}
@media (min-width: 992px) {
  .product_min.v1 .product_thumbnail .buttons {
    right: -40px;
  }
}
.product_min.v1 .product_thumbnail .buttons {
  transition: 0.2s;
  position: absolute;
  top: 25px;
  right: 5px;
  display: flex;
  flex-direction: column;
}
.product_min.v1 .product_thumbnail .buttons > * {
  padding: 8px;
  cursor: pointer;
}
.product_min.v1 .product_thumbnail .buttons > *.active svg {
  fill: #86a7e3;
}
.product_min.v1 .product_thumbnail .buttons svg {
  width: 30px;
  height: 30px;
  fill: #86a7e3;
}
.product_min.v1 .product_thumbnail .marks {
  font-size: 18px;
  left: 15px;
  top: 20px;
  position: absolute;
  display: flex;
  flex-direction: column;
}
.product_min.v1 .product_thumbnail .marks span {
  margin-bottom: 5px;
  width: max-content;
  border-radius: 15px;
}
.product_min.v1 .product_thumbnail .marks .special {
  padding: 4px 12px;
  background: #e9a2b4;
  color: #fff;
  font-size: 15px;
  font-family: "Museo Sans Cyrl 700", serif;
}
.product_min.v1 .product_thumbnail .marks .new {
  padding: 5px 14px;
  text-transform: uppercase;
  background: #d95375;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  font-family: "Museo Sans Cyrl 700", serif;
}
@media (min-width: 992px) {
  .product_min.v1 .product_thumbnail .not_in_stock {
    bottom: -50px;
  }
}
.product_min.v1 .product_thumbnail .not_in_stock {
  display: flex;
  transition: 0.3s;
  position: absolute;
  background: #fff;
  color: #444;
  padding: 12px;
  width: 100%;
  font-size: 15px;
  bottom: 0;
  justify-content: center;
  align-items: center;
}
.product_min.v1 .product_thumbnail .not_in_stock svg {
  width: 20px;
  height: auto;
  fill: #86a7e3;
  margin-right: 8px;
}
.product_min.v1 .product_body {
  text-align: center;
  background: #fff;
  padding: 14px;
}
.product_min.v1 .product_body .product_name {
  font-size: 15px;
  display: block;
  color: #81858d;
  font-weight: 400;
  transition: 0.1s;
  line-height: 1.4em;
  max-height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
  font-family: "Museo Sans Cyrl 500", Serif;
}
.product_min.v1 .product_body .product_name:hover {
  color: #86a7e3;
  text-decoration: none;
}
.product_min.v1 .product_body .article {
  font-weight: 600;
  font-size: 19px;
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #425a85;
}
.product_min.v1 .product_body .price_data {
  font-weight: 600;
  font-size: 19px;
  font-family: "Museo Sans Cyrl 700", Serif;
}
.product_min.v1 .product_body .price_data .current {
  color: #425a85;
}
.product_min.v1 .product_body .price_data .stable {
  color: #ddd;
  text-decoration: line-through;
}
.product_min.v1 .options {
  background: #ffffff;
  padding: 0px 15px 18px;
}
.product_min.v1 .options .option_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 0;
}
.product_min.v1 .options .option_item .size {
  flex-basis: 15%;
  color: #81858d;
  font-size: 15px;
  font-family: "Museo Sans Cyrl 700", serif;
}
.product_min.v1 .options .option_item .price {
  padding: 0 4px;
  flex-basis: 25%;
  color: #676a70;
  font-family: "Museo Sans Cyrl 300", serif;
}
.product_min.v1 .options .option_item .rest {
  padding: 0 4px;
  color: #676a70;
  flex-basis: 25%;
  font-family: "Museo Sans Cyrl 300", serif;
}
.product_min.v1 .product-min-bottom {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.product_min.v1 .add_to_cart {
  padding: 12px 25px;
  text-align: center;
  cursor: pointer;
  background: #86a7e3;
  color: #fff;
  font-family: "Museo Sans Cyrl 700", Serif;
  border-right: 20px;
  transition: 0.1s;
  line-height: 1;
}
.product_min.v1 .add_to_cart.disabled {
  pointer-events: none;
  background-color: #86a7e3;
}
.product_min.v1 .add_to_cart.disabled svg {
  fill: #ddd;
}
.product_min.v1 .add_to_cart:hover {
  background: rgb(113.2919463087, 151.9395973154, 222.2080536913);
}

.qty_block {
  flex-basis: 85px;
  width: 85px;
  position: relative;
}
.qty_block > div, .qty_block > span {
  top: 2px;
  line-height: 1;
  position: absolute;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #6fc3c0;
  color: #fff;
  font-family: "Museo Sans Cyrl 700", serif;
  cursor: pointer;
  transition: 0.1s;
  user-select: none;
}
.qty_block > div:hover, .qty_block > span:hover {
  background: rgb(82.2, 183, 179.4);
}
.qty_block > div.plus, .qty_block > span.plus {
  right: 0;
}
.qty_block > div.minus, .qty_block > span.minus {
  left: 0;
}
.qty_block input {
  width: 85px;
  border-radius: 30px;
  background: #e9edf3;
  border: none;
  padding: 1px 10px;
  height: 22px;
  font-size: 13px;
  text-align: center;
  font-family: "Museo Sans Cyrl 500", Serif;
  color: #81858d;
}

.category_min .category_img {
  text-align: center;
}
.category_min .category_img img {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  max-width: 75vw;
  margin: auto;
  object-fit: cover;
}
.category_min .category_description {
  padding: 8px 10px;
}
.category_min .category_description .category_name {
  text-align: center;
  color: #425a85;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.2em;
  font-family: "Museo Sans Cyrl 700", Serif;
}
.category_min:hover {
  text-decoration: none;
}

.page__category h1.category_name {
  position: relative;
  margin-bottom: 30px;
  font-size: 35px;
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", serif;
}
.page__category .no_products {
  font-size: 23px;
  color: #9ea8b9;
  font-family: "Museo Sans Cyrl 300", Serif;
}
.page__category #left_menu_toggle {
  z-index: 30;
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  background: #86a7e3;
  padding: 17px 0 10px;
  box-shadow: 1px 4px 9px 3px rgba(0, 0, 0, 0.1215686275);
}
.page__category #left_menu_toggle img {
  width: 40%;
}
@media (min-width: 992px) {
  .page__category #left_menu_toggle {
    display: none;
  }
}
.page__category .wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .page__category .wrapper {
    flex-wrap: wrap;
  }
}
.page__category #left_col {
  width: 400px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .page__category #left_col {
    width: 100%;
  }
}
.page__category #left_menu {
  padding: 25px;
  position: fixed;
  left: -100vw;
  transition: 0.3s;
  z-index: 5;
  background: #f5f7fa;
  top: 0;
  min-height: 100vh;
  width: 350px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}
@media (min-width: 992px) {
  .page__category #left_menu {
    position: relative;
    left: unset;
    top: 30px;
    padding: 0 15px 0 0;
  }
}
@media (max-width: 568px) {
  .page__category #left_menu {
    width: 100%;
  }
}
.page__category #left_menu.opened {
  left: 0;
}
.page__category #left_menu .reset-filter {
  margin-top: 10px;
  width: 100%;
  display: block;
  padding: 12px;
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #81858d;
  cursor: pointer;
  text-align: center;
  border-radius: 15px;
  background: #ebebeb;
  transition: 0.2s;
}
.page__category #left_menu .reset-filter:hover {
  background: rgb(227.35, 227.35, 227.35);
}
.page__category #products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page__category #products .product_min {
  flex-basis: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .page__category #products .product_min {
    flex-basis: 50%;
    max-width: unset;
    margin: unset;
  }
}
@media (min-width: 768px) {
  .page__category #products .product_min {
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  .page__category #products .product_min {
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .page__category #products .product_min {
    flex-basis: 32%;
  }
}
@media (min-width: 1500px) {
  .page__category #products .product_min {
    flex-basis: 33.3333333333%;
  }
}
.page__category #new_products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page__category #new_products .product_min {
  flex-basis: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .page__category #new_products .product_min {
    flex-basis: 50%;
    max-width: unset;
    margin: unset;
  }
}
@media (min-width: 768px) {
  .page__category #new_products .product_min {
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  .page__category #new_products .product_min {
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .page__category #new_products .product_min {
    flex-basis: 33.3333333333%;
  }
}
@media (min-width: 1500px) {
  .page__category #new_products .product_min {
    flex-basis: 33.3333333333%;
  }
}
.page__category .section_heading {
  position: relative;
  border-radius: 15px;
  padding: 10px 15px;
  color: #fff;
  font-family: "Museo Sans Cyrl 700", serif;
  font-size: 17px;
}
.page__category .categories_section .section_heading {
  background: #86a7e3;
}
.page__category .categories_section .categories_list {
  padding: 10px 25px;
}
.page__category .categories_section .categories_list .new_prod_btn {
  font-size: 15px;
  color: #fff;
  line-height: 1.2em;
  font-family: "Museo Sans Cyrl 700", Serif;
  background: #d95375;
  border-radius: 15px;
  padding: 5px 14px;
}
.page__category .categories_section .categories_list .category_item .category_stroke {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.page__category .categories_section .categories_list .category_item .category_stroke .toggle {
  position: relative;
  display: block;
  width: 16px;
  font-size: inherit;
  height: 25px;
}
.page__category .categories_section .categories_list .category_item .category_stroke .toggle:after {
  color: #86a7e3;
  transition: 500ms;
  content: "\f083";
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 18px;
  position: absolute;
  font-family: "CustomIconsFont";
  transform: rotate(90deg);
  width: 100%;
  text-align: center;
}
.page__category .categories_section .categories_list .category_item .category_stroke .toggle.collapsed:after {
  transform: rotate(270deg);
}
.page__category .categories_section .categories_list .category_item .category_stroke .category_name {
  font-size: 15px;
  color: #81858d;
  line-height: 1.2em;
  font-family: "Museo Sans Cyrl 700", Serif;
}
.page__category .filter_section .section_heading {
  background: #6fc3c0;
}
.page__category .filter_section .filter-attr-wrapper {
  padding: 10px 25px;
}
.page__category .filter_section .filter-attr-wrapper .filter_name {
  color: #81858d;
  font-family: "Museo Sans Cyrl 700", Serif;
  font-size: 17px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 4px;
  cursor: pointer;
}
.page__category .filter_section .filter-attr-wrapper .filter_name .chevron-down {
  transition: all 0.3s ease-in-out;
}
.page__category .filter_section .filter-attr-wrapper .filter_name.collapsed .chevron-down {
  transform: rotate(180deg);
}
.page__category .filter_section .filter-attr-wrapper .filter-values .filter-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page__category .filter_section .filter-attr-wrapper .filter-values .filter-value .value_name {
  padding: 4px 0;
  color: #9ea8b9;
  font-family: "Museo Sans Cyrl 300", serif;
  font-size: 15px;
  margin: 0;
}
.page__category .filter_section .filter-attr-wrapper .filter-values .filter-value:first-child {
  padding-top: 6px;
}
.page__category .filter_section .filter-attr-wrapper .filter-values .filter-value:last-child {
  padding-bottom: 6px;
}
.page__category .filter_section .filter-attr-wrapper .show-more-filters {
  text-decoration: unset;
  text-align: start;
  cursor: pointer;
}
.page__category .filter_section .filter-attr-wrapper .show-more-filters:hover {
  text-decoration: underline;
}
.page__category .sorting_section .section_heading {
  background: #e9a2b4;
}
.page__category .sorting_section .sorting_list {
  padding: 10px 25px;
}
.page__category .sorting_section .sorting_list .sorting_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 3px 0;
}
.page__category .sorting_section .sorting_list .sorting_item > label {
  color: #81858d;
  font-family: "Museo Sans Cyrl 700", Serif;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 0;
}
.page__category .category_left_menu {
  position: sticky;
  top: 20px;
}
.page__category .category_left_menu > div {
  margin-bottom: 20px;
}
.page__category .category_content {
  flex-basis: 100%;
  padding: 0 8px;
}
.page__category .category_content #new_products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page__category .categories_list .category_item_inner .category_stroke {
  padding: 0 !important;
}
.page__category .categories_list .category_item_inner {
  padding-left: 30px;
}
.page__category .categories_list .category_item_inner .category_item:last-child {
  padding-bottom: 6px;
}
.page__category #price-range {
  margin: 8px 0;
  height: 0.4em;
  border: none;
}
.page__category #price-range span {
  border-radius: 50%;
  background: #86a7e3;
  border-color: #fff;
  width: 1em;
  height: 1em;
}
.page__category #price-range span:hover {
  cursor: pointer;
}
.page__category .price_threshold {
  width: 100%;
}
.page__category .price_threshold #max-price {
  float: right;
}
.page__category .spinner {
  font-size: 24px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  color: #86a7e3;
}
.page__category .spinner .fi {
  font-size: 24px;
}
.page__category .spinner-invisible {
  display: none;
}

.search_wrapper_left_menu {
  position: relative;
}
.search_wrapper_left_menu #search_query_left_menu {
  padding: 14px 60px 14px 30px;
  border-radius: 30px;
}
.search_wrapper_left_menu .search_submit_left_menu {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  padding: 13px 17px;
  height: 52px;
  width: 52px;
}
.search_wrapper_left_menu .search_submit_left_menu img {
  height: 18px;
}

.search_heading {
  background: #c1a5e1;
  padding-right: 45px !important;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .search_heading {
    width: 100%;
    margin-right: 0;
  }
}
.search_heading #search_in_search_page_input, .search_heading #search_in_search_page_input_category {
  background: transparent;
  padding: 0px 10px;
  color: #fff;
}
.search_heading #search_in_search_page_input::placeholder, .search_heading #search_in_search_page_input_category::placeholder {
  color: #eee;
}
.search_heading #search_in_search_page, .search_heading #search_in_search_page_category {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.search_heading #search_in_search_page svg, .search_heading #search_in_search_page_category svg {
  height: 20px;
  width: auto;
  fill: #fff;
}

#manager_cart_toggle {
  position: fixed;
  bottom: 110px;
  right: 50px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #86a7e3;
  transition: 0.2s;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 991px) {
  #manager_cart_toggle {
    display: none;
  }
}
#manager_cart_toggle:hover {
  background: rgb(113.2919463087, 151.9395973154, 222.2080536913);
}
#manager_cart_toggle svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
#manager_cart_toggle .items_count {
  position: absolute;
  top: 40px;
  left: 40px;
  padding: 5px;
  border-radius: 50%;
  background: #e9a2b4;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  font-family: "Museo Sans Cyrl 700", Serif;
}

#manager_cart_modal .modal-content {
  border-radius: 30px;
}
#manager_cart_modal .close:focus {
  border: none;
  outline: none;
}
#manager_cart_modal .send_products_via_viber {
  position: relative;
  width: 300px;
  margin: 20px auto 10px auto;
  max-width: 100%;
}
#manager_cart_modal .send_products_via_viber input {
  background: #ebebeb;
  width: 100%;
}
#manager_cart_modal .send_products_via_viber button {
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px 14px;
  border: none;
  background: transparent;
}
#manager_cart_modal .send_products_via_viber button:focus {
  outline: none;
}
#manager_cart_modal .send_products_via_viber button:hover i {
  color: rgb(100.867114094, 142.9033557047, 219.332885906);
}
#manager_cart_modal .send_products_via_viber button i {
  color: #86a7e3;
}
#manager_cart_modal .modal-title {
  font-size: 19px;
  font-family: "Museo Sans Cyrl 700", serif;
  color: #81858d;
}
#manager_cart_modal .product_list {
  transition: 0.2s;
}
#manager_cart_modal .product_list.loading {
  opacity: 0.8;
}
#manager_cart_modal .product_list .product {
  display: flex;
  align-items: center;
  border-bottom: 1px #ddd solid;
  padding: 10px 0 5px;
}
@media (max-width: 575px) {
  #manager_cart_modal .product_list .product {
    flex-wrap: wrap;
  }
  #manager_cart_modal .product_list .product .content {
    padding: 5px 0 !important;
  }
}
#manager_cart_modal .product_list .product .thumbnail {
  flex-basis: 85px;
  width: 85px;
  text-align: center;
}
#manager_cart_modal .product_list .product .thumbnail img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 10px;
}
#manager_cart_modal .product_list .product .thumbnail .remove_from_manager_cart {
  text-decoration: underline;
  color: #e9a2b4;
  font-family: "Museo Sans Cyrl 700", serif;
  font-size: 15px;
  padding: 5px 0;
  cursor: pointer;
}
#manager_cart_modal .product_list .product .thumbnail .remove_from_manager_cart:hover {
  color: rgb(225.1947826087, 129.0052173913, 153.3913043478);
}
#manager_cart_modal .product_list .product .content {
  padding: 5px 15px;
}
#manager_cart_modal .product_list .product .content .name {
  font-family: "Museo Sans Cyrl 700", serif;
  color: #81858d;
  font-size: 17px;
  margin-bottom: 5px;
  display: block;
}
#manager_cart_modal .product_list .product .content .options {
  display: flex;
  flex-wrap: wrap;
}
#manager_cart_modal .product_list .product .content .options .option {
  padding: 5px 10px;
  border-radius: 30px;
  background: #c1a5e1;
  color: #fff;
  font-family: "Museo Sans Cyrl 700", Serif;
  margin-bottom: 5px;
  margin-right: 8px;
  font-size: 15px;
}
#manager_cart_modal .product_list .product .content .options .option.out_of_stock {
  opacity: 0.6;
}

.notification {
  position: fixed;
  text-align: center;
  top: -100px;
  background: #fff;
  width: 100%;
  z-index: 2000;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 1px 4px 9px 3px rgba(0, 0, 0, 0.1215686275);
  border-radius: 10px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .notification {
    width: auto;
  }
}
.notification .wrapper {
  padding: 25px 20px 20px;
  display: flex;
  align-items: center;
}
.notification .wrapper .content {
  flex-basis: 100%;
}
.notification .wrapper .content .heading {
  font-size: 19px;
  color: #425a85;
  margin-bottom: 14px;
  font-family: "Museo Sans Cyrl 500", Serif;
  line-height: 1.2em;
}
.notification .wrapper .content .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 575px) {
  .notification .wrapper .content .buttons a {
    width: 100%;
  }
}
.notification .wrapper .content .buttons a {
  font-size: 15px;
  padding: 8px 18px;
  border-radius: 50px;
  line-height: 1.2em;
  font-family: "Museo Sans Cyrl 700", Serif;
  margin: 4px 10px;
}

.checkmark-container {
  position: relative;
  padding-left: 35px;
  margin-bottom: 17px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: -14px;
}

.checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 5px;
  background-color: #e5e5e5;
}

/* On mouse-over, add a grey background color */
.checkmark-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark {
  background-color: #6fc3c0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_radio_container {
  position: relative;
  padding-left: 35px;
  margin-bottom: 17px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: -14px;
}
.custom_radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom_radio_container span {
  position: absolute;
  top: -8px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 10px;
  background-color: #e5e5e5;
}

/* On mouse-over, add a grey background color */
.custom_radio_container:hover input ~ span {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom_radio_container input:checked ~ span {
  background-color: #6fc3c0;
}

/* Create the checkmark/indicator (hidden when not checked) */
span:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom_radio_container input:checked ~ span:after {
  display: block;
}

.btn_v1, .btn_v2 {
  position: relative;
}

.btn_v1.loading, .btn_v2.loading {
  color: transparent !important;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  cursor: unset !important;
  pointer-events: none;
}
.btn_v1.loading:hover, .btn_v2.loading:hover {
  color: transparent;
}
.btn_v1.loading:after, .btn_v2.loading:after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}
.btn_v1.loading:before, .btn_v2.loading:before {
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  left: calc(50% - 10px);
  top: 50%;
  position: absolute;
  animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}

.btn_v1.loading {
  background: #86a7e3 !important;
}
.btn_v1.loading:before {
  border: 2px solid rgba(220, 220, 220, 0.4588235294);
  border-right: 3px solid #fbfff4;
}

.btn_v2.loading {
  background: #e9a2b4 !important;
}
.btn_v2.loading:before {
  border: 2px solid rgba(220, 220, 220, 0.4588235294);
  border-right: 3px solid #86a7e3;
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes exist {
  100% {
    width: 20px;
    height: 20px;
    margin: -10px 6px 0 0;
  }
}
#footer {
  margin-top: 150px;
  position: relative;
}
#footer .footer-section {
  min-height: 304px;
}
#footer .footer-bg-svg {
  z-index: 0;
  width: 100%;
  top: -70px;
  min-height: 371px;
  overflow: hidden;
  max-height: calc(100% + 70px);
}
#footer .footer-bg-svg svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain; /* або cover якщо хочеш обрізати */
}
#footer .logo-svg svg {
  width: 100%;
}
@media (max-width: 450px) {
  #footer .logo-svg svg {
    width: 112px;
  }
}

.viber-messager .hidden {
  display: none;
}
.viber-messager {
  position: fixed;
  bottom: 35px;
  right: 30px;
  display: flex;
  justify-content: center;
}
.viber-messager a {
  padding: 12px 15px;
  background: rgb(179.825, 145.875, 218.625);
  border-radius: 30px;
  transition: 0.1s;
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #fff;
  white-space: nowrap;
  margin: 0 5px;
}
@media (min-width: 992px) {
  .viber-messager a.mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .viber-messager a.pc {
    display: none;
  }
}
.viber-messager a:hover {
  text-decoration: none;
  background: rgb(171.92, 134.4, 214.8);
}
.viber-messager a svg {
  fill: #fff;
  width: 20px;
  height: auto;
  margin-right: 8px;
}
.viber-messager .viber-phone {
  width: 100px;
  height: 100px;
  background-image: url("/media/icons/viber.svg");
}
.viber-messager .viber-pc {
  background-image: url("/media/icons/viber.svg");
}

.page__contacts .cols_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page__contacts .cols_wrapper .col {
  background: #fff;
  padding: 30px 20px;
  border-radius: 30px;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page__contacts .cols_wrapper .col {
    padding: 50px 40px;
  }
}
@media (min-width: 1200px) {
  .page__contacts .cols_wrapper .col {
    padding: 50px 40px;
    flex-basis: calc(33.3% - 15px);
    max-width: calc(33.3% - 15px);
  }
}
.page__contacts .cols_wrapper .col .min_heading {
  font-size: 21px;
  line-height: 1.2em;
  color: #81858d;
  font-family: "Museo Sans Cyrl 700", Serif;
  margin-bottom: 20px;
}
.page__contacts .cols_wrapper .col .stroke {
  color: #9ea8b9;
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .page__contacts .cols_wrapper .col .stroke {
    font-size: 17px;
  }
}
.page__contacts .cols_wrapper .col .stroke {
  overflow: hidden;
  text-overflow: ellipsis;
}
.page__contacts .cols_wrapper .col .stroke.phone svg {
  fill: #e9a2b4;
}
.page__contacts .cols_wrapper .col .stroke.email svg {
  fill: #6fc3c0;
}
.page__contacts .cols_wrapper .col .stroke.address svg {
  fill: #c1a5e1;
}
.page__contacts .cols_wrapper .col .stroke.website svg {
  fill: #86a7e3;
}
.page__contacts .cols_wrapper .col .stroke svg {
  flex-shrink: 0;
  width: 28px;
  height: auto;
  margin-right: 20px;
}

.page__retail .cols_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page__retail .cols_wrapper .region_list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-basis: 100%;
  margin-bottom: 20px;
}
.page__retail .cols_wrapper .region_list .region {
  flex-basis: 100%;
  font-size: 15px;
}
@media (min-width: 576px) {
  .page__retail .cols_wrapper .region_list .region {
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .page__retail .cols_wrapper .region_list .region {
    font-size: 19px;
  }
}
.page__retail .cols_wrapper .region_list .region {
  position: relative;
  padding-left: 30px;
  padding-right: 15px;
  font-family: "Museo Sans Cyrl 500", Serif;
  color: #9ea8b9;
  margin-bottom: 10px;
}
.page__retail .cols_wrapper .region_list .region:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  color: #e9a2b4;
  content: "\f083";
  font-family: "CustomIconsFont";
}
@media (min-width: 992px) {
  .page__retail .cols_wrapper .region_list {
    flex-basis: calc(60% - 15px);
    max-width: calc(60% - 15px);
  }
}
.page__retail .cols_wrapper .map {
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .page__retail .cols_wrapper .map {
    flex-basis: calc(40% - 15px);
    max-width: calc(40% - 15px);
  }
}
.page__retail .cols_wrapper .map img {
  max-width: 100%;
  margin: auto;
}
.page__retail .cols_wrapper .map .contacts {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page__retail .cols_wrapper .map .contacts .stroke {
  color: #9ea8b9;
  font-size: 15px;
  line-height: 1.2em;
  padding: 8px 10px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .page__retail .cols_wrapper .map .contacts .stroke {
    font-size: 17px;
  }
}
.page__retail .cols_wrapper .map .contacts .stroke {
  overflow: hidden;
  text-overflow: ellipsis;
}
.page__retail .cols_wrapper .map .contacts .stroke.phone svg {
  fill: #e9a2b4;
}
.page__retail .cols_wrapper .map .contacts .stroke.email svg {
  fill: #6fc3c0;
}
.page__retail .cols_wrapper .map .contacts .stroke.address svg {
  fill: #c1a5e1;
}
.page__retail .cols_wrapper .map .contacts .stroke.website svg {
  fill: #86a7e3;
}
.page__retail .cols_wrapper .map .contacts .stroke svg {
  flex-shrink: 0;
  width: 28px;
  height: auto;
  margin-right: 20px;
}

.page__production .three_cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 40px;
}
.page__production .three_cols .col {
  flex-basis: 100%;
  max-width: 100%;
}
.page__production .three_cols .col .icon {
  height: 120px;
  width: 120px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}
.page__production .three_cols .col .title {
  font-size: 19px;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #425a85;
}
.page__production .three_cols .col .description {
  font-family: "Museo Sans Cyrl 500", Serif;
  font-size: 15px;
  color: #9ea8b9;
}
@media (min-width: 992px) {
  .page__production .three_cols .col {
    flex-basis: calc(33.3% - 15px);
    max-width: calc(33.3% - 15px);
  }
  .page__production .three_cols .col .icon {
    height: 190px;
    width: 190px;
  }
  .page__production .three_cols .col .title {
    font-size: 21px;
  }
  .page__production .three_cols .col .description {
    font-size: 15px;
  }
}
.page__production .three_cols .col {
  text-align: center;
  padding: 15px;
}
.page__production .full_width {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
}
.page__production .mirror_blocks .block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .page__production .mirror_blocks .block {
    padding: 40px 0;
  }
  .page__production .mirror_blocks .block .text, .page__production .mirror_blocks .block .photo {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .page__production .mirror_blocks .block .text {
    padding: 35px 45px 35px 0;
  }
  .page__production .mirror_blocks .block:nth-child(2n) .text {
    order: 2;
    padding: 35px 0 35px 45px;
  }
  .page__production .mirror_blocks .block:nth-child(2n) .photo {
    order: 1;
  }
}
.page__production .mirror_blocks .block .text, .page__production .mirror_blocks .block .photo {
  flex-basis: 100%;
}
.page__production .mirror_blocks .block .text {
  padding: 35px 15px 35px 15px;
}
.page__production .mirror_blocks .block .text .title {
  font-size: 31px;
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #425a85;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.page__production .mirror_blocks .block .text .description {
  font-family: "Museo Sans Cyrl 300", Serif;
  font-size: 17px;
  color: #9ea8b9;
  line-height: 1.2em;
}
.page__production .mirror_blocks .block .photo {
  border-radius: 30px;
  overflow: hidden;
  height: 310px;
  width: 100%;
  object-fit: cover;
}
.page__production .cooperation {
  padding: 30px 0;
  text-align: center;
}
.page__production .cooperation svg {
  width: 110px;
  height: auto;
  fill: #6fc3c0;
}
.page__production .cooperation .heading {
  line-height: 1.2em;
  font-size: 35px;
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", Serif;
  margin-bottom: 10px;
}
.page__production .cooperation .description {
  font-size: 19px;
  color: #7d8eab;
  font-family: "Museo Sans Cyrl 300", serif;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.page__production .cooperation .description:before {
  position: absolute;
  transform: translateX(-50%) rotate(-90deg);
  left: 50%;
  bottom: -15px;
  content: "\f083";
  font-family: "CustomIconsFont";
  font-size: 32px;
  color: #6fc3c0;
}
.page__production .cooperation .options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page__production .cooperation .options .option {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page__production .cooperation .options .option {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
.page__production .cooperation .options .option {
  background: #fff;
  border-radius: 30px;
  text-align: left;
  padding: 40px;
  margin-bottom: 30px;
}
.page__production .cooperation .options .option:nth-child(2n) .number {
  color: #c1a5e1;
}
.page__production .cooperation .options .option .number {
  font-size: 43px;
  color: #e9a2b4;
  font-family: "Museo Sans Cyrl 700", Serif;
}
.page__production .cooperation .options .option .text {
  color: #7d8eab;
}

.first_screen .splide__pagination .splide__pagination__page {
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  opacity: 1;
  background: #FFFFFF;
  margin: 4px;
}
@media (max-width: 576px) {
  .first_screen .splide__pagination .splide__pagination__page {
    width: 14px;
  }
}
.first_screen .splide__pagination .splide__pagination__page.is-active {
  background: var(--bs-pink);
  transform: unset;
}

#mainpage_h1 {
  text-align: center;
  padding: 70px 20px 50px;
}
#mainpage_h1 .icon {
  margin-bottom: 30px;
}
#mainpage_h1 .icon svg {
  width: 80px;
  height: auto;
  fill: #e9a2b4;
}
@media (min-width: 992px) {
  #mainpage_h1 .icon svg {
    width: 120px;
    height: auto;
    fill: #e9a2b4;
  }
}
#mainpage_h1 .heading {
  max-width: 800px;
  font-size: 30px;
}
@media (min-width: 992px) {
  #mainpage_h1 .heading {
    font-size: 35px;
  }
}
#mainpage_h1 .heading {
  color: #425a85;
  margin: 0 auto 20px auto;
  font-family: "Museo Sans Cyrl 700", Sans-Serif;
  line-height: 1.2em;
}
#mainpage_h1 .subheading {
  min-height: 10vh;
  text-align: center;
  margin: 0 auto 20px auto;
  font-family: "Museo Sans Cyrl 300", serif;
  color: #7d8eab;
  font-size: 19px;
}

#categories_wall {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#categories_wall .category_item {
  border-radius: 30px;
  position: relative;
  background: transparent;
  height: 370px;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  #categories_wall .category_item {
    flex-basis: calc(50% - 10px);
  }
}
#categories_wall .category_item {
  margin-bottom: 20px;
  overflow: hidden;
}
#categories_wall .category_item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
#categories_wall .category_item .name {
  position: absolute;
  top: 70px;
  max-width: 50%;
  font-size: 27px;
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", Serif;
  line-height: 1.2em;
  max-height: 3.6em;
  right: 30px;
  text-align: right;
}
#categories_wall .category_item .go_to {
  border-radius: 30px;
  background: #7d9bd1;
  color: #fff;
  padding: 14px 30px;
  position: absolute;
  bottom: 35px;
  font-size: 17px;
  font-family: "Museo Sans Cyrl 700", serif;
  right: 40px;
  transition: 0.2s;
}
#categories_wall .category_item .go_to i {
  margin-left: 8px;
}
#categories_wall .category_item .go_to:hover {
  background: rgb(106.1647727273, 140.5113636364, 202.3352272727);
  text-decoration: none;
}

#how_to_start .heading {
  font-size: 43px;
  color: #425a85;
  margin-bottom: 30px;
  line-height: 1.2em;
  font-family: "Museo Sans Cyrl 700", Serif;
  width: 100%;
  text-align: center;
}
#how_to_start .items_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#how_to_start .items_wrapper .item {
  text-align: center;
  border-radius: 30px;
  padding: 60px 30px;
  min-height: 250px;
  flex-basis: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #how_to_start .items_wrapper .item {
    flex-basis: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  #how_to_start .items_wrapper .item {
    flex-basis: calc(25% - 10px);
  }
}
@media (min-width: 1400px) {
  #how_to_start .items_wrapper .item {
    flex-basis: calc(25% - 10px);
  }
}
#how_to_start .items_wrapper .item .icon {
  margin-bottom: 40px;
}
#how_to_start .items_wrapper .item .icon svg {
  height: 100px;
  width: auto;
}
#how_to_start .items_wrapper .item .title {
  font-size: 23px;
  color: #fff;
  font-family: "Museo Sans Cyrl 900", Serif;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (min-width: 1400px) {
  #how_to_start .items_wrapper .item .title {
    font-size: 25px;
  }
}
#how_to_start .items_wrapper .item .text {
  font-size: 15px;
  color: #fff;
  font-family: "Museo Sans Cyrl 300", Serif;
}
#how_to_start .items_wrapper .item:nth-child(n) {
  background: #86a7e3;
}
#how_to_start .items_wrapper .item:nth-child(n) svg {
  fill: #5d7cb6;
}
#how_to_start .items_wrapper .item:nth-child(2n) {
  background: #6fc3c0;
}
#how_to_start .items_wrapper .item:nth-child(2n) svg {
  fill: #41a09d;
}
#how_to_start .items_wrapper .item:nth-child(3n) {
  background: #e9a2b4;
}
#how_to_start .items_wrapper .item:nth-child(3n) svg {
  fill: #c07487;
}
#how_to_start .items_wrapper .item:nth-child(4n) {
  background: #c1a5e1;
}
#how_to_start .items_wrapper .item:nth-child(4n) svg {
  fill: #8e69b7;
}

#opt_register_form {
  margin: 30px 0;
  padding: 50px 35px;
}
@media (min-width: 768px) {
  #opt_register_form {
    padding: 100px 80px;
  }
}
#opt_register_form {
  background: url("/media/design/opt_form_bg.jpg");
  background-size: cover;
  background-position: left;
  border-radius: 30px;
  overflow: hidden;
}
#opt_register_form .content {
  max-width: 500px;
}
#opt_register_form .content .title {
  color: #425a85;
  font-size: 33px;
}
@media (min-width: 768px) {
  #opt_register_form .content .title {
    font-size: 43px;
  }
}
#opt_register_form .content .title {
  line-height: 1.2em;
  font-family: "Museo Sans Cyrl 700", Serif;
  margin-bottom: 20px;
}
#opt_register_form .content .text {
  color: #7d8eab;
  font-size: 15px;
  text-align: justify;
  font-family: "Museo Sans Cyrl 500", Serif;
}
@media (min-width: 576px) {
  #opt_register_form .content .text {
    font-size: 17px;
  }
}
#opt_register_form .content .go_to {
  margin-top: 30px;
  display: inline-block;
  border-radius: 30px;
  background: #f18ba5;
  color: #fff;
  padding: 14px 20px;
  font-size: 15px;
  font-family: "Museo Sans Cyrl 700", Serif;
  transition: 0.2s;
}
#opt_register_form .content .go_to i {
  margin-left: 8px;
}
#opt_register_form .content .go_to:hover {
  background: rgb(106.1647727273, 140.5113636364, 202.3352272727);
  text-decoration: none;
}

#advantages {
  padding: 30px 0;
}
#advantages .heading {
  position: relative;
  font-size: 21px;
}
@media (min-width: 576px) {
  #advantages .heading {
    font-size: 27px;
  }
}
#advantages .heading {
  color: #425a85;
  padding: 0 20px;
  margin: 0 auto 50px auto;
  max-width: 600px;
  line-height: 1.2em;
  font-family: "Museo Sans Cyrl 700", Serif;
  width: 100%;
  text-align: center;
}
#advantages .heading:before {
  color: #e9a2b4;
  position: absolute;
  font-family: "CustomIconsFont";
  content: "\f083";
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%) rotate(270deg);
}
#advantages .items_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#advantages .items_wrapper .item {
  text-align: center;
  flex-basis: calc(50% - 10px);
  padding: 15px;
}
#advantages .items_wrapper .item svg {
  height: 80px;
  width: auto;
  fill: #c2d5f6;
  margin-bottom: 20px;
}
#advantages .items_wrapper .item .text {
  color: #556b92;
  font-size: 19px;
  font-family: "Museo Sans Cyrl 500", Serif;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  #advantages .items_wrapper .item {
    flex-basis: calc(30% - 10px);
  }
}
@media (min-width: 1200px) {
  #advantages .items_wrapper .item {
    flex-basis: calc(20% - 10px);
  }
}

#reviews {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 40px 0;
}
#reviews .heading {
  flex-basis: 100%;
  font-size: 35px;
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", serif;
  line-height: 1.1em;
  text-align: center;
  padding: 20px 10px;
}
@media (min-width: 1200px) {
  #reviews .heading {
    flex-basis: 30%;
    font-size: 43px;
  }
}
#reviews .heading svg {
  height: 80px;
  width: auto;
  fill: #e9a2b4;
  display: block;
  transform: rotate(-17deg);
  margin: auto;
}
#reviews .heading .add_review {
  padding: 0.5rem 1rem;
  color: #81858d;
  margin-top: 20px;
  border-radius: 30px;
  font-size: 15px;
  font-family: "Museo Sans Cyrl 700", serif;
  cursor: pointer;
}
#reviews .heading .add_review i {
  color: #e9a2b4;
  margin-left: 8px;
}
#reviews .reviews_slider {
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  #reviews .reviews_slider {
    flex-basis: 70%;
  }
}
#reviews .reviews_slider {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
#reviews .reviews_slider .review_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #reviews .reviews_slider .review_item {
    flex-wrap: nowrap;
  }
}
#reviews .reviews_slider .review_item .author {
  flex-shrink: 0;
  text-align: center;
  min-width: 300px;
  padding: 30px 20px 20px;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  #reviews .reviews_slider .review_item .author {
    flex-basis: unset;
    padding: 50px 40px;
  }
}
#reviews .reviews_slider .review_item .author .photo {
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
  height: 95px;
  width: 95px;
  margin-bottom: 10px;
}
#reviews .reviews_slider .review_item .author .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#reviews .reviews_slider .review_item .author .name {
  font-size: 17px;
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", serif;
  line-height: 1.2em;
  margin-bottom: 5px;
}
#reviews .reviews_slider .review_item .author .about {
  font-size: 15px;
  color: #7d8eab;
  font-family: "Museo Sans Cyrl 500", serif;
  line-height: 1.2em;
}
#reviews .reviews_slider .review_item .review_text {
  flex-basis: 100%;
  padding: 20px;
  font-size: 15px;
  max-width: 600px;
  margin: auto;
  text-align: justify;
}
@media (min-width: 992px) {
  #reviews .reviews_slider .review_item .review_text {
    flex-basis: 70%;
    padding: 30px;
    font-size: 17px;
  }
}
#reviews .reviews_slider .review_item .review_text {
  color: #425a85;
  font-family: "Museo Sans Cyrl 500", serif;
}
#reviews .reviews_slider .review_item .review_text .testimonial-admin-review {
  padding-left: 40px;
  padding-top: 30px;
  text-align: right;
  font-family: "Museo Sans Cyrl 500", serif;
  font-size: 14px;
}
#reviews .reviews_slider .review_item .review_text .testimonial-admin-review .review-title {
  text-align: right;
  font-weight: bold;
}
#reviews .reviews_slider .splide__arrows {
  width: 100%;
  display: flex;
  justify-content: center;
}
#reviews .reviews_slider .splide__arrows > * {
  padding: 10px;
  transition: 0.1s;
  cursor: pointer;
}
#reviews .reviews_slider .splide__arrows > * i {
  color: #e9a2b4;
}
#reviews .reviews_slider .splide__arrows > *:hover i {
  color: rgb(228.1217391304, 141.3782608696, 163.3695652174);
}

#feedback_form {
  background: url(/media/design/feedback_form_bg.png);
  background-size: cover;
  background-position: center;
  padding: 80px 30px;
  text-align: center;
  border-radius: 30px;
  margin: 40px 0;
}
@media (min-width: 768px) {
  #feedback_form .title {
    font-size: 45px;
  }
}
#feedback_form .title {
  color: #fff;
  font-size: 31px;
  line-height: 1.2em;
  font-family: "Museo Sans Cyrl 700", serif;
  margin-bottom: 20px;
}
#feedback_form .text {
  opacity: 0.9;
  color: #fff;
}
#feedback_form .go_to {
  margin-top: 30px;
  display: inline-block;
  border-radius: 30px;
  background: #fff;
  color: #425a85;
  padding: 14px 30px;
  font-size: 17px;
  font-family: "Museo Sans Cyrl 700", Serif;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
}
#feedback_form .go_to i {
  margin-left: 8px;
  color: #e9a2b4;
}
#feedback_form .go_to:hover {
  background: rgb(242.25, 242.25, 242.25);
  text-decoration: none;
}

#ua_production {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  #ua_production {
    padding: 100px 40px;
    margin: 80px 0;
  }
}
#ua_production {
  text-align: center;
}
#ua_production .title {
  font-size: 23px;
}
@media (min-width: 768px) {
  #ua_production .title {
    font-size: 37px;
  }
}
#ua_production .title {
  line-height: 1.2em;
  color: #425a85;
  margin: 0 auto 30px auto;
  max-width: 800px;
  font-family: "Museo Sans Cyrl 700", Serif;
}
#ua_production .text {
  font-family: "Museo Sans Cyrl 300", Serif;
  font-size: 17px;
  color: #7d8eab;
  margin: 0 auto 30px auto;
  max-width: 800px;
}

#mission {
  padding: 50px 0;
}
#mission .cols_wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
#mission .cols_wrapper > * {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  #mission .cols_wrapper > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
#mission .cols_wrapper .col_1 {
  padding: 40px 30px;
}
@media (min-width: 576px) {
  #mission .cols_wrapper .col_1 {
    padding: 40px 50px;
  }
}
#mission .cols_wrapper .col_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  #mission .cols_wrapper .col_1 .block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
#mission .cols_wrapper .col_1 .block:not(:last-child) {
  margin-bottom: 30px;
}
#mission .cols_wrapper .col_1 .block svg {
  width: 52px !important;
  height: auto;
  fill: #c1a5e1;
  flex-shrink: 0;
  margin-right: 22px;
  margin-bottom: 12px;
}
#mission .cols_wrapper .col_1 .block .content .title {
  font-size: 25px;
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #425a85;
  line-height: 1.2em;
  margin-bottom: 10px;
}
#mission .cols_wrapper .col_1 .block .content .text {
  font-size: 15px;
  color: #7d8eab;
}
@media (max-width: 991px) {
  #mission .cols_wrapper .col_2 {
    display: none;
  }
}
#mission .cols_wrapper .col_2 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#new-item .heading {
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", Serif;
  width: 100%;
  text-align: center;
}
#new-item .splide__arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 576px) {
  #new-item .splide__arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 576px) {
  #new-item .splide__arrows {
    justify-content: center;
    width: 100% !important;
  }
}

#blog_widget .heading {
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", Sans-Serif;
  line-height: 1.2em;
  text-align: center;
}
#blog_widget .show_all {
  display: inline-block;
  margin: 30px auto 0 auto;
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", serif;
  font-size: 17px;
  transition: 0.2s;
}
#blog_widget .show_all i {
  margin-left: 8px;
  color: #e9a2b4;
}
#blog_widget .show_all:hover {
  color: rgb(57.5427135678, 78.4673366834, 115.9572864322);
  text-decoration: none;
}
#blog_widget .items_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#blog_widget .items_wrapper .article_min {
  flex-basis: 100%;
}
@media (min-width: 576px) {
  #blog_widget .items_wrapper .article_min {
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  #blog_widget .items_wrapper .article_min {
    flex-basis: 33.3333333333%;
  }
}

.main-slider-link {
  width: 56px;
  height: auto;
  aspect-ratio: 1/1;
}
.main-slider-link:hover {
  text-decoration: none !important;
}
@media (max-width: 576px) {
  .main-slider-link {
    width: 32px;
  }
}
.main-slider-link i {
  transform: rotate(135deg);
}

.products_slider .splide__arrows, .blog_slider .splide__arrows {
  width: calc(100% + 80px) !important;
}

.products_slider .splide__track {
  height: 100%;
}
.products_slider .splide__list {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.products_slider .splide__slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.products_slider .product_min {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

#header {
  position: relative;
  background: var(--bs-light);
}
#header .burger-toggler {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .burger-toggler.active #mobile_menu_toggle {
  display: none;
}
#header .burger-toggler.active #mobile_menu_close {
  display: flex;
}
#header .burger-toggler #mobile_menu_close {
  display: none;
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  background: #F18BA5;
  border-radius: 50%;
  color: white;
}
#header .burger-toggler #mobile_menu_close i {
  font-size: 8px;
}
#header .top_header {
  position: relative;
  left: 0;
  width: 100%;
  background: #86a7e3;
  z-index: 12;
  padding: 10px 0;
}
#header .top_header .wrapper {
  display: flex;
  justify-content: space-between;
}
#header .top_header .wrapper #language_toggle .language_item {
  cursor: pointer;
  font-family: "Museo Sans Cyrl 500", serif;
  opacity: 0.4;
  color: #fff;
}
#header .top_header .wrapper #language_toggle .language_item.current {
  opacity: 1;
}
#header .top_header .wrapper #language_toggle .language_item:not(:last-child) {
  margin-right: 8px;
}
#header .top_header .wrapper .links {
  margin-right: 20px;
}
@media (max-width: 1200px) {
  #header .top_header .wrapper .links {
    margin-right: 15px;
  }
}
#header .top_header .wrapper .links a {
  color: #fff;
  font-size: 15px;
  font-family: "Museo Sans Cyrl 700", serif;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  #header .top_header .wrapper .links a {
    font-size: 13px;
  }
}
#header .top_header .wrapper .links a:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 991px) {
  #header .top_header {
    display: none;
  }
}
#header .bottom_header {
  text-align: center;
  border-bottom: #dfdfe0 1px solid;
}
#header .bottom_header .logo img {
  height: 50px;
}
@media (min-width: 768px) {
  #header .bottom_header .logo img {
    height: 60px;
  }
}
#header .bottom_header .logo .logo-svg svg {
  width: 100%;
}
#header .bottom_header .header_wrapper {
  display: flex;
  padding: 8px 0 8px;
  align-items: center;
  justify-content: space-between;
}
#header .bottom_header .header_wrapper .search_col {
  flex-basis: 100%;
  padding: 0 10px;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper {
  position: absolute;
  max-height: 0;
  visibility: hidden;
  top: 100%;
  left: 0;
  transition: visibility 0.1s, max-height 0.1s, opacity 0.1s ease-out;
  padding: 0;
  width: 100%;
  opacity: 0;
}
@media (min-width: 992px) {
  #header .bottom_header .header_wrapper .search_col .quick_search_wrapper {
    position: relative;
  }
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper.collapsed {
  visibility: visible;
  max-height: 75px;
  opacity: 1;
}
@media (min-width: 768px) {
  #header .bottom_header .header_wrapper .search_col .quick_search_wrapper {
    max-height: 52px;
    visibility: visible;
    opacity: 1;
  }
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper .quick_search_form {
  display: flex;
  align-items: center;
  background: #f5f5f5;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_input {
  font-size: 15px;
  border-radius: 0;
  padding: 14px 60px 14px 15px;
  flex-basis: 100%;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_submit {
  padding: 3px 17px;
  height: 32px;
  font-size: 13px;
  line-height: 2;
  margin-right: 8px;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_submit img {
  height: 18px;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_results {
  width: 100%;
  background: #fff;
  text-align: center;
  position: absolute;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.1019607843) 1px 1px 6px 0px;
  max-height: 100vh;
  min-width: 300px;
  overflow-y: auto;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_results a:hover {
  text-decoration: none;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_results .loading {
  width: 150px;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_results .product_item {
  text-align: left;
  margin: 10px;
  color: #111;
  display: flex;
  align-items: center;
  transition: 0.1s;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_results .product_item .product_content {
  margin-left: 18px;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_results .product_item .product_content .product_name {
  font-size: 18px;
  line-height: 1;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_results .product_item .product_content .product_category {
  font-size: 14px;
  color: #9ea8b9;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_results .product_item .product_content .product_price .current {
  display: inline-block;
  color: #425a85;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_results .product_item .product_content .product_price .stable {
  display: inline-block;
  color: #e9a2b4;
  text-decoration: line-through;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_results .product_item:hover {
  background: #e9a2b4;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_results .product_item.special .product_price .current {
  color: #86a7e3;
  font-weight: 600;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_results .rest_products {
  padding: 8px 5px;
  color: #9ea8b9;
  border-top: #ececec 1px solid;
  cursor: pointer;
  transition: 0.1s;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_results .rest_products:hover {
  color: #86a7e3;
}
#header .bottom_header .header_wrapper .search_col .quick_search_wrapper #quick_search_results .no_results {
  font-size: 18px;
  padding: 20px 5px;
  color: #9ea8b9;
}
#header .bottom_header .header_wrapper .menu_wrapper {
  flex-grow: 1;
}
#header .bottom_header .header_wrapper .buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
#header .bottom_header .header_wrapper .buttons .button_title {
  display: none;
  font-size: 15px;
  color: #425a85;
  font-family: "Museo Sans Cyrl 500", serif;
  margin-top: 8px;
}
#header .bottom_header .header_wrapper .buttons svg {
  height: 28px;
  width: auto;
}
#header .bottom_header .header_wrapper .buttons > div, #header .bottom_header .header_wrapper .buttons > a {
  cursor: pointer;
  padding: 6px 4px;
  transition: 0.1s;
  width: 50px;
}
@media (min-width: 992px) {
  #header .bottom_header .header_wrapper .buttons svg {
    height: 36px;
  }
  #header .bottom_header .header_wrapper .buttons .button_title {
    display: block;
  }
  #header .bottom_header .header_wrapper .buttons > div, #header .bottom_header .header_wrapper .buttons > a {
    width: 75px;
    padding: 10px 8px;
  }
  #header .bottom_header .header_wrapper .buttons > div:hover, #header .bottom_header .header_wrapper .buttons > a:hover {
    text-decoration: none;
  }
  #header .bottom_header .header_wrapper .buttons #cart_toggle #cart_items_count {
    right: 6px !important;
    top: 1px !important;
  }
}
@media (min-width: 576px) {
  #header .bottom_header .header_wrapper .buttons {
    width: unset;
  }
}
#header .bottom_header .header_wrapper .buttons #cart_toggle {
  position: relative;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle svg {
  fill: #d95375;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle #cart_items_count {
  position: absolute;
  right: -4px;
  top: -4px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d95375;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle:hover .dropdown {
  display: block;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown {
  z-index: 100;
  background: #fff;
  width: 450px;
  max-width: calc(100vw - 40px);
  border-radius: 30px;
}
@media (min-width: 620px) {
  #header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown {
    width: 450px;
    right: 0;
    position: absolute;
  }
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown {
  right: 20px;
  position: fixed;
  display: none;
  padding: 20px 20px;
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.1882352941);
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  flex-wrap: nowrap !important;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_item .item_image {
  position: relative;
  text-align: center;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_item .item_image img {
  border-radius: 15px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
@media (min-width: 576px) {
  #header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_item .item_image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_item .item_image .qty {
  border-radius: 30px;
  position: absolute;
  background: #86a7e3;
  padding: 4px 8px;
  font-family: "Museo Sans Cyrl 700", Serif;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  font-size: 14px;
  color: #eee;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_item .price_data .current_price {
  font-size: 17px;
  font-family: "Museo Sans Cyrl 700", Serif;
  color: #425a85;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_item .content {
  padding: 0 15px;
  flex-basis: 100%;
  text-align: left;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_item .content .name {
  color: #81858d;
  font-size: 15px;
  font-family: "Museo Sans Cyrl 700", serif;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_item .content .options {
  color: #9ea8b9;
  font-family: "Museo Sans Cyrl 500", Serif;
  font-size: 15px;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_item .buttons {
  text-align: right;
  width: 40px;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_item .buttons i {
  color: #ccc;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .go_to_checkout {
  margin-top: 10px;
  background: #86a7e3;
  font-weight: 500;
  width: 100%;
  padding: 10px 20px;
  border-radius: 30px;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: 0.1s;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .go_to_checkout:hover {
  background: rgb(100.867114094, 142.9033557047, 219.332885906);
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_items {
  max-height: calc(100vh - 300px);
  overflow: auto;
}
@media (max-width: 991px) {
  #header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_items {
    max-height: calc(100vh - 260px);
  }
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_header {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  border-bottom: #ddd 1px solid;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_header .cart_title {
  color: #81858d;
  font-family: "Museo Sans Cyrl 700", serif;
}
#header .bottom_header .header_wrapper .buttons #cart_toggle .dropdown .cart_header .cart_total_price {
  color: #81858d;
  font-family: "Museo Sans Cyrl 700", serif;
}
#header .bottom_header .header_wrapper .buttons #account_toggle {
  position: relative;
}
#header .bottom_header .header_wrapper .buttons #account_toggle svg {
  fill: #c1a5e1;
}
#header .bottom_header .header_wrapper .buttons #account_toggle:hover .dropdown {
  display: block;
}
#header .bottom_header .header_wrapper .buttons #account_toggle .dropdown {
  z-index: 100;
  background: #fff;
  width: 200px;
  right: 0;
  position: absolute;
  display: none;
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.1882352941);
}
#header .bottom_header .header_wrapper .buttons #account_toggle .dropdown a {
  display: block;
  padding: 12px 18px;
  color: #81858d;
  text-decoration: none;
  transition: 0.1s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-family: "Museo Sans Cyrl 500", Serif;
}
#header .bottom_header .header_wrapper .buttons #account_toggle .dropdown a:hover {
  background: #f2f2f2;
}
#header .bottom_header .header_wrapper .buttons #account_toggle .dropdown a:hover i {
  color: #c1a5e1;
}
#header .bottom_header .header_wrapper .buttons #account_toggle .dropdown a i {
  transition: 0.1s;
  margin-right: 8px;
  color: #ccc;
}
#header .bottom_header .header_wrapper .buttons #search_toggle {
  display: block;
}
#header .bottom_header .header_wrapper .buttons #search_toggle svg {
  fill: #6fc3c0;
}
#header .bottom_header .header_wrapper .buttons #mobile_menu_toggle svg {
  width: 26px;
  fill: #86a7e3;
}
@media (min-width: 992px) {
  #header .bottom_header .header_wrapper .buttons #mobile_menu_toggle {
    display: none;
  }
}
#header .bottom_header .header_wrapper .buttons #language_toggle {
  padding: 0 10px;
  width: max-content;
  position: relative;
}
#header .bottom_header .header_wrapper .buttons #language_toggle:hover .dropdown {
  display: block;
}
#header .bottom_header .header_wrapper .buttons #language_toggle .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
#header .bottom_header .header_wrapper .buttons #language_toggle .dropdown {
  width: max-content;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
#header .bottom_header .header_wrapper .buttons #language_toggle .dropdown .language_item {
  cursor: pointer;
  color: #999;
  font-size: 14px;
  padding: 10px 10px;
  transition: 0.1s;
  background: #fff;
  display: flex;
}
#header .bottom_header .header_wrapper .buttons #language_toggle .dropdown .language_item:hover {
  background: #eee;
}
#header .bottom_header #main_menu {
  display: none;
}
@media (min-width: 992px) {
  #header .bottom_header #main_menu {
    display: block;
  }
}
#header .bottom_header #main_menu .wrapper {
  display: flex;
  justify-content: flex-start;
  padding: 0 20px;
}
#header .bottom_header #main_menu .wrapper .menu_hor {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#header .bottom_header #main_menu .wrapper .menu_hor .menu_items:first-child {
  border-radius: 15px;
  background: #86a7e3;
  color: white;
}
#header .bottom_header #main_menu .wrapper .menu_hor .menu_items:first-child > a {
  color: #ffffff;
}
#header .bottom_header #main_menu .wrapper .menu_hor .menu_items:first-child > a > .arrow-down {
  border-top: 4px solid #ffffff !important;
}
#header .bottom_header #main_menu .wrapper .menu_hor .menu_items:first-child > a.active {
  color: #dedede;
}
#header .bottom_header #main_menu .wrapper .menu_hor .menu_items .menu_stroke {
  font-size: 17px;
}
#header .bottom_header #main_menu .wrapper .menu_hor .menu_items .menu_stroke:hover i {
  text-decoration: unset !important;
}
#header .bottom_header #main_menu .wrapper .menu_hor .menu_items .menu_stroke:hover .toggle {
  text-decoration: unset !important;
}
#header .bottom_header #main_menu .wrapper .menu_hor .menu_items .menu_stroke .toggle {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
#header .bottom_header #main_menu .wrapper .menu_hor .menu_items .menu_stroke .toggle.collapsed {
  transform: rotate(0deg);
}
#header .bottom_header #main_menu .wrapper .menu_hor .menu_items .menu_stroke .toggle:hover {
  text-decoration: unset !important;
}
#header .bottom_header #main_menu .wrapper .menu_hor .menu_item_inner.level-1 {
  padding-left: 20px;
}
#header .bottom_header #main_menu .wrapper .menu_hor .menu_item_inner.level-2 {
  padding-left: 20px;
}
#header .bottom_header #main_menu .wrapper .menu_hor .menu_item_inner.level-3 {
  padding-left: 20px;
}
#header .bottom_header #main_menu .wrapper .menu_hor .catalog {
  border-radius: 15px;
  background: #86a7e3;
  flex-wrap: wrap !important;
}
#header .bottom_header #main_menu .wrapper .menu_hor .catalog .row {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  max-height: unset !important;
  overflow-y: unset !important;
}
#header .bottom_header #main_menu .wrapper .menu_hor .catalog .menu_item {
  width: 50% !important;
}
#header .bottom_header #main_menu .wrapper .menu_hor .catalog > a {
  color: #ffffff;
}
#header .bottom_header #main_menu .wrapper .menu_hor .catalog > a > .arrow-down {
  border-top: 4px solid #ffffff !important;
}
#header .bottom_header #main_menu .wrapper .menu_hor .catalog > a.active {
  color: #dedede;
}
#header .bottom_header #main_menu .wrapper .menu_hor li {
  display: inline-block;
}
#header .bottom_header #main_menu .wrapper .menu_hor li > a {
  border-radius: 5px;
  color: #425a85;
  display: inline-block;
  font-family: "Museo Sans Cyrl 700", serif;
  font-size: 17px;
  padding: 6px 10px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
#header .bottom_header #main_menu .wrapper .menu_hor li > a:hover {
  color: rgb(49.0854271357, 66.9346733668, 98.9145728643);
  text-decoration: none;
}
#header .bottom_header #main_menu .wrapper .menu_hor li ul {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
#header .bottom_header #main_menu .wrapper .menu_hor li ul:focus {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5) !important;
}
#header .bottom_header #main_menu .wrapper .menu_hor li ul:active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5) !important;
}
#header .bottom_header #main_menu .wrapper .menu_hor li ul {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 100;
  flex-wrap: nowrap;
  max-height: 400px;
  overflow-y: auto;
}
#header .bottom_header #main_menu .wrapper .menu_hor li ul::-webkit-scrollbar {
  width: 8px;
}
#header .bottom_header #main_menu .wrapper .menu_hor li ul::-webkit-scrollbar-thumb {
  background-color: #86a7e3;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
  width: 2px;
}
#header .bottom_header #main_menu .wrapper .menu_hor li ul::-webkit-scrollbar-thumb:hover {
  background-color: #7e9eca;
}
#header .bottom_header #main_menu .wrapper .menu_hor li ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}
#header .bottom_header #main_menu .wrapper .menu_hor li ul::-webkit-scrollbar-corner {
  background: #000000;
}
#header .bottom_header #main_menu .wrapper .menu_hor li ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .bottom_header #main_menu .wrapper .menu_hor li ul a {
  display: block;
  color: #425a85;
  white-space: nowrap;
}
#header .bottom_header #main_menu .wrapper .menu_hor li ul ul {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
#header .bottom_header #main_menu .wrapper .menu_hor li .arrow-up {
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  left: 10px;
  position: absolute;
  top: -4px;
  width: 0;
  z-index: 1;
  display: none;
}
#header .bottom_header #main_menu .wrapper .menu_hor li .arrow-up2 {
  border-bottom: 5px solid #c2c2c2;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  left: 10px;
  position: absolute;
  top: -5px;
  width: 0;
  z-index: 0;
  display: none;
}
#header .bottom_header #main_menu .wrapper .menu_hor li .arrow-left {
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  height: 0;
  left: -4px;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
#header .bottom_header #main_menu .wrapper .menu_hor li .arrow-left2 {
  border-bottom: 5px solid transparent;
  border-right: 5px solid #c2c2c2;
  border-top: 5px solid transparent;
  height: 0;
  left: -5px;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 0;
}
#header .bottom_header #main_menu .wrapper .menu_hor li .toLeft .arrow-left {
  border-left: 5px solid #fff;
  border-right: 0;
  left: auto;
  right: -4px;
}
#header .bottom_header #main_menu .wrapper .menu_hor li .toLeft .arrow-left2 {
  border-left: 5px solid #c2c2c2;
  border-right: 0;
  left: auto;
  right: -5px;
}
#header .bottom_header #main_menu .wrapper .menu_hor li .arrow-down {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin: 9px 0 0 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #666;
}
#header .bottom_header #main_menu .wrapper .menu_hor li .arrow-right {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin: 3px 0 0 5px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #666;
}
#header .bottom_header #mobile_menu {
  opacity: 0;
  position: fixed;
  z-index: 31;
  right: -100%;
  width: 100%;
  max-width: 100vw;
  background: var(--bs-light);
  transition: all 0.3s ease-in-out;
  bottom: 0;
  min-height: unset !important;
  max-height: unset !important;
  margin-top: 60px;
}
#header .bottom_header #mobile_menu.active {
  opacity: 1;
  top: 0;
  transition: all 0.3s ease-in-out;
  left: 0;
  bottom: 0;
  height: calc(100% - 60px);
}
@media (min-width: 992px) {
  #header .bottom_header #mobile_menu {
    display: none !important;
  }
}
#header .bottom_header #mobile_menu #accordion_menu > a {
  color: #81858d;
  margin-bottom: 0;
  font-size: 17px;
  flex-basis: 90%;
  display: block;
  font-family: "Museo Sans Cyrl 700", serlf;
  text-align: left;
}
#header .bottom_header #mobile_menu .mobile_menu_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 100%;
  overflow: auto;
  padding: 0 0 0 15px;
}
#header .bottom_header #mobile_menu .mobile_menu_wrapper .accordion.menu {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  flex-wrap: unset !important;
  gap: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#header .bottom_header #mobile_menu .mobile_menu_wrapper .accordion.menu .accordion-group {
  flex-basis: unset !important;
}
#header .bottom_header #mobile_menu .mobile_menu_wrapper .accordion.menu .accordion-group .accordion-heading.first-element {
  background: #86A7E3;
  color: #ffffff;
  border-radius: 15px;
  padding: 5px 12px;
}
#header .bottom_header #mobile_menu .mobile_menu_wrapper .accordion.menu .accordion-group .accordion-heading.first-element .accordion-title {
  color: #ffffff;
}
#header .bottom_header #mobile_menu .mobile_menu_wrapper .accordion.menu .accordion-group .accordion-heading {
  display: flex;
  margin-bottom: 0;
  color: #81858d;
  align-items: center;
  font-family: "Museo Sans Cyrl 700", serlf;
}
#header .bottom_header #mobile_menu .mobile_menu_wrapper .accordion.menu .accordion-group .accordion-heading .accordion-title {
  text-align: left;
  line-height: 27px;
  font-size: 16px;
}
#header .bottom_header #mobile_menu .mobile_menu_wrapper .accordion.menu .accordion-group .accordion-heading .accordion-toggle {
  position: relative;
  display: block;
  width: 35px;
  font-size: 9px;
  flex-shrink: 0;
  height: 12px;
}
#header .bottom_header #mobile_menu .mobile_menu_wrapper .accordion.menu .accordion-group .accordion-heading .accordion-toggle:after {
  transition: 500ms;
  font-size: inherit;
  content: "\f107";
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  font-family: "CustomIconsFont";
  transform: rotate(180deg);
  width: 100%;
  text-align: center;
}
#header .bottom_header #mobile_menu .mobile_menu_wrapper .accordion.menu .accordion-group .accordion-heading .accordion-toggle.collapsed:after {
  transform: rotate(0deg);
}
#header .bottom_header #mobile_menu .mobile_menu_wrapper .accordion.menu .accordion-inner > .accordion-group {
  padding-left: 20px;
}
#header .bottom_header #mobile_menu .mobile_menu_wrapper .accordion.menu a {
  color: var(--bs-blue-title) !important;
  font-size: 16px;
  text-decoration: none;
  height: fit-content;
}
#header .bottom_header #mobile_menu .mobile_menu_wrapper .accordion.menu a:hover {
  color: #b1b1b1;
}
#header .bottom_header #mobile_menu .mobile_menu_wrapper .accordion.menu .accordion-body .accordion-title {
  font-family: "Museo Sans Cyrl 500", serif;
  font-weight: 400;
}
#header .bottom_header #mobile_menu .menu-top-mob.active .menu-top-mob-children {
  display: block;
}
#header .bottom_header #mobile_menu .menu-top-mob.active .arrow-icon {
  transform: rotate(180deg);
}
#header .bottom_header #mobile_menu .menu-top-mob .arrow-icon {
  transition: all 0.3s ease-in-out;
}
#header .bottom_header #mobile_menu .menu-top-mob .menu-top-mob-children {
  display: none;
}
@media (max-width: 1200px) {
  #header .black-text-section {
    width: 800px;
    flex-wrap: wrap;
  }
}

.mobile_menu-big-margin {
  margin-top: 100px !important;
}

.main_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  display: none;
}
.main_modal .close_modal {
  position: absolute;
  right: 45px;
  top: 45px;
  width: 30px;
  height: 30px;
}
.main_modal .heading {
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}
.main_modal #newsletter-subscribe {
  font-weight: 700;
}
.main_modal .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 30px 35px;
  transform: translate(-50%, -50%);
}
.main_modal .content.search {
  top: 10%;
  transform: translateX(-50%);
}
.main_modal .content.search .heading {
  font-size: 22px;
}
.main_modal .content.search .search_input_wrapper {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1019607843) 1px 1px 6px 0px;
}
.main_modal .content.search .search_input_wrapper #search_query {
  font-size: 20px;
}
.main_modal .content.search .search_input_wrapper .search_submit {
  font-size: 20px;
}
.main_modal .content.search #search_results {
  width: 100%;
  background: #fff;
  text-align: center;
}
.main_modal .content.search #search_results a:hover {
  text-decoration: none;
}
.main_modal .content.search #search_results .loading {
  width: 150px;
}
.main_modal .content.search #search_results .product_item {
  text-align: left;
  margin: 10px;
  color: #111;
  display: flex;
  align-items: center;
  transition: 0.1s;
}
.main_modal .content.search #search_results .product_item .product_content {
  margin-left: 18px;
}
.main_modal .content.search #search_results .product_item .product_content .product_name {
  font-size: 18px;
  line-height: 1;
}
.main_modal .content.search #search_results .product_item .product_content .product_category {
  font-size: 14px;
  color: #9ea8b9;
}
.main_modal .content.search #search_results .product_item .product_content .product_price .current {
  display: inline-block;
  color: #425a85;
}
.main_modal .content.search #search_results .product_item .product_content .product_price .stable {
  display: inline-block;
  color: #e9a2b4;
  text-decoration: line-through;
}
.main_modal .content.search #search_results .product_item:hover {
  background: #e9a2b4;
}
.main_modal .content.search #search_results .product_item.special .product_price .current {
  color: #86a7e3;
  font-weight: 600;
}
.main_modal .content.search #search_results .rest_products {
  padding: 8px 5px;
  color: #9ea8b9;
  border-top: #ececec 1px solid;
  cursor: pointer;
  transition: 0.1s;
}
.main_modal .content.search #search_results .rest_products:hover {
  color: #86a7e3;
}
.main_modal .content.search #search_results .no_results {
  font-size: 18px;
  padding: 10px 5px;
  color: #9ea8b9;
}
.main_modal .content.buy_in_one_click_item {
  display: flex;
  flex-wrap: wrap;
}
.main_modal .content.buy_in_one_click_item .left_col {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .main_modal .content.buy_in_one_click_item .left_col {
    flex-basis: 50%;
  }
}
.main_modal .content.buy_in_one_click_item .right_col {
  margin: auto;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .main_modal .content.buy_in_one_click_item .right_col {
    flex-basis: 50%;
  }
}
.main_modal .content.buy_in_one_click_item .right_col .price {
  font-weight: 600;
  font-size: 20px;
  color: #425a85;
  margin-bottom: 12px;
}
.main_modal .content.buy_in_one_click_item .right_col .order_data input {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .main_modal .content {
    width: 550px;
  }
}
@media (min-width: 768px) {
  .main_modal .content {
    width: 650px;
  }
}
@media (min-width: 992px) {
  .main_modal .content {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .main_modal .content {
    width: 900px;
  }
}
.main_modal .content #subscribe_mail {
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: lowercase;
}
.main_modal .content #subscribe_mail::placeholder {
  color: #999;
}

#feedback_form_modal .modal-content, #modal-testimonials .modal-content {
  background: #f5f7fa;
  border: none;
  border-radius: 15px;
  overflow: hidden;
}
#feedback_form_modal .modal_header, #modal-testimonials .modal_header {
  background: #86a7e3;
  font-size: 21px;
  text-transform: uppercase;
  color: #fff;
  padding: 24px;
  text-align: center;
  font-family: "Museo Sans Cyrl 700", Serif;
}
#feedback_form_modal .modal_header .briefcase, #modal-testimonials .modal_header .briefcase {
  font-size: 21px;
}
#feedback_form_modal .modal_header i, #modal-testimonials .modal_header i {
  color: #fff;
  margin-right: 10px;
}
#feedback_form_modal .modal_body, #modal-testimonials .modal_body {
  padding: 28px;
}
#feedback_form_modal .modal_body input, #feedback_form_modal .modal_body textarea, #feedback_form_modal .modal_body .file-upload, #modal-testimonials .modal_body input, #modal-testimonials .modal_body textarea, #modal-testimonials .modal_body .file-upload {
  margin-top: 14px;
}
#feedback_form_modal .attach_photo_btn, #modal-testimonials .attach_photo_btn {
  color: #81858d;
  background: #ededed;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  padding: 12px 15px;
  font-family: "Museo Sans Cyrl 700", Serif;
  transition: 0.2s;
}
#feedback_form_modal .attach_photo_btn:hover, #modal-testimonials .attach_photo_btn:hover {
  cursor: pointer;
}
#feedback_form_modal .modal_footer, #modal-testimonials .modal_footer {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
#feedback_form_modal .modal_footer a, #modal-testimonials .modal_footer a {
  flex-basis: 100%;
  margin-bottom: 10px;
  font-family: "Museo Sans Cyrl 700", Serif;
  border-radius: 30px;
  color: #fff;
  padding: 12px 45px;
  font-size: 16px;
  transition: 0.2s;
  display: block;
  width: max-content;
  cursor: pointer;
  text-align: center;
}
#feedback_form_modal .modal_footer a:hover, #modal-testimonials .modal_footer a:hover {
  text-decoration: none;
}
@media (min-width: 576px) {
  #feedback_form_modal .modal_footer a, #modal-testimonials .modal_footer a {
    flex-basis: 48%;
    margin-bottom: 0;
  }
}
#feedback_form_modal .modal_footer a#submit_form, #modal-testimonials .modal_footer a#submit_form {
  background: #86a7e3;
}
#feedback_form_modal .modal_footer a.close_form, #modal-testimonials .modal_footer a.close_form {
  background: #e9a2b4;
}

.info-line {
  color: var(--bs-blue-title);
}
@media (max-width: 992px) {
  .info-line {
    background: var(--bs-blue-dark);
    color: var(--bs-white);
  }
}

body {
  font-family: "Museo Sans Cyrl 100", serif;
}
body a {
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body.menu_active {
  overflow: hidden;
}
body {
  background-color: var(--bs-light) !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px !important;
  }
}

.add_to_wishlist {
  font-style: normal;
  font-weight: 400;
}
.add_to_wishlist:before {
  font-family: "CustomIconsFont";
  content: "\f0c4";
}
.add_to_wishlist.active:before {
  font-family: "CustomIconsFont";
  content: "\f0c6";
}

.menu-top-2 {
  color: #2C456E;
}
.menu-top-2.active:hover {
  color: white;
}
.menu-top-2.active:hover .menu-top-2-children {
  display: flex;
}
.menu-top-2.active:hover .menu-icon {
  color: white;
}
.menu-top-2.active:hover .arrow-icon {
  transform: rotate(180deg);
}
.menu-top-2 .menu-top-2-children {
  display: none;
  min-width: 210px;
}
.menu-top-2 .menu-top-2-children .menu-top-2-children-container {
  border-radius: 0px 0px 10px 10px;
  text-wrap: nowrap;
}

img {
  max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.point_events_none {
  pointer-events: none;
}

.point_events_none {
  opacity: 0.5;
}
.point_events_none.pickup_only {
  opacity: 1;
}
.point_events_none .plus, .point_events_none .minus {
  background: #eaeaea !important;
}
.point_events_none .plus.pickup, .point_events_none .minus.pickup {
  background: #81858d !important;
}

.wrap_1 {
  margin: 0 2vw;
}

.wrap_2 {
  margin: 0 10px;
  max-width: 1400px;
}
@media (min-width: 576px) {
  .wrap_2 {
    margin: 0 4vw;
  }
}
@media (min-width: 1600px) {
  .wrap_2 {
    margin: auto;
  }
}

.wrap_3 {
  margin: 0 20px;
}
@media (min-width: 768px) {
  .wrap_3 {
    margin: 0 6vw;
  }
}
@media (min-width: 1300px) {
  .wrap_3 {
    max-width: 1200px;
    margin: auto;
  }
}

.page__custom .to_registration {
  margin: 0 auto;
}

.page_heading {
  font-size: 35px;
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", Serif;
  line-height: 1.2em;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.body {
  min-height: calc(100vh - 130px);
  background: var(--bs-light);
}

.custom_swal {
  background: #fff;
}
.custom_swal .swal-icon--error {
  border-color: #86a7e3;
}
.custom_swal .swal-icon--error__line {
  background: #86a7e3;
}
.custom_swal .swal-text {
  text-align: center;
  color: #425a85;
  font-size: 18px;
}
.custom_swal .swal-footer {
  padding: 0;
  margin-top: 40px;
}
.custom_swal .swal-footer .swal-button-container {
  display: block;
  margin: 0;
  padding: 0 10px 5px;
}
.custom_swal .swal-footer .swal-button-container button {
  width: 100%;
  background: #86a7e3;
  padding: 14px 24px;
  transition: 0.2s;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}
.custom_swal .swal-footer .swal-button-container button:hover {
  background: rgb(113.2919463087, 151.9395973154, 222.2080536913) !important;
}
.custom_swal .swal-footer .swal-button-container button:focus {
  outline: none;
  box-shadow: none;
}

.btn_v1 {
  border-radius: 30px;
  background: #86a7e3;
  color: #fff;
  padding: 12px 45px;
  font-size: 16px;
  transition: 0.2s;
  display: block;
  width: max-content;
  cursor: pointer;
  text-align: center;
  font-family: "Museo Sans Cyrl 700", serif;
}
.btn_v1.m_center {
  margin: 15px auto !important;
}
.btn_v1:hover {
  color: #fff;
  text-decoration: none;
  background: rgb(113.2919463087, 151.9395973154, 222.2080536913);
}
.btn_v1.disabled {
  pointer-events: none;
  background-color: #86a7e3;
}

.btn_v2 {
  border-radius: 30px;
  background: #e9a2b4;
  color: #fff;
  padding: 15px 45px;
  font-size: 16px;
  transition: 0.2s;
  display: block;
  width: max-content;
  cursor: pointer;
  text-align: center;
}
.btn_v2:hover {
  color: #fff;
  text-decoration: none;
  background: rgb(228.1217391304, 141.3782608696, 163.3695652174);
}

.btn_v3 {
  color: #e9a2b4;
  padding: 8px;
  transition: 0.1s;
}
.btn_v3:hover {
  color: #7d8eab;
}

.btn_v4 {
  border-radius: 3px;
  background: transparent;
  color: #9ea8b9;
  padding: 3px 0;
  font-size: 16px;
  transition: 0.2s;
  display: block;
  width: max-content;
  cursor: pointer;
}
.btn_v4:hover {
  color: #7d8eab;
}

.error-message {
  padding: 0 12px;
}

#add-to-cart-notice {
  display: none;
  position: fixed;
  top: 10%;
  right: 10%;
  padding: 5px 20px;
  background-color: #86a7e3;
  color: white;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.museo_sans.font-300 {
  font-family: "Museo Sans Cyrl 300", serif;
  font-weight: 300;
  font-style: normal;
}
.museo_sans.font-500 {
  font-family: "Museo Sans Cyrl 500", serif;
  font-weight: 500;
  font-style: normal;
}
.museo_sans.font-700 {
  font-family: "Museo Sans Cyrl 700", serif;
  font-weight: 700;
  font-style: normal;
}

.page__404 {
  text-align: center;
  margin-top: 100px;
}
.page__404 .title {
  font-size: 140px;
  font-family: "Museo Sans Cyrl 700", serif;
  color: #dde1e8;
  line-height: 1.2em;
}
.page__404 .button {
  color: #556b92;
  font-size: 19px;
  font-family: "Museo Sans Cyrl 700", Serif;
}
.page__404 .button i {
  color: #e9a2b4;
  margin-left: 8px;
}

.page__heading {
  font-size: 23px;
  color: #425a85;
  font-family: "Museo Sans Cyrl 700", Serif;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page__heading {
    font-size: 35px;
  }
}

.input_v1 {
  background: #fff;
  padding: 14px 20px;
  border: none;
  border-radius: 30px;
  width: 100%;
  color: #81858d;
  font-family: "Museo Sans Cyrl 500", Serif;
}
.input_v1::placeholder {
  color: #becadd;
}

.select_v1 {
  border: none;
  background: #fff;
  width: 100%;
  border-radius: 30px;
  padding: 14px 20px;
  color: #81858d;
  font-family: "Museo Sans Cyrl 500", Serif;
}
h1.v1 {
  position: relative;
  font-size: 45px;
  margin-bottom: 30px;
}
h1.v1:before {
  position: absolute;
  width: 40px;
  height: 4px;
  bottom: -10px;
  left: 0;
  background: #86a7e3;
  content: "";
}

.products_similar_slider .product_min {
  height: 100% !important;
}

#load_more_wishlist {
  cursor: pointer;
  color: var(--bs-white);
  background: #6fc3c0;
  padding: 16px 32px;
  border-radius: 60px;
}
#load_more_wishlist:hover {
  text-decoration: underline;
  background: rgb(82.2, 183, 179.4);
}

.edit_object {
  position: fixed;
  top: 100px;
  right: 50px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #86a7e3;
  transition: 0.2s;
  cursor: pointer;
  z-index: 10;
}
.edit_object svg {
  fill: #fff;
  width: 30px;
  height: auto;
}

.breadcrumbs_block {
  background: var(--bs-light);
}
.breadcrumbs_block .breadcrumbs_wrapper {
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  padding: 15px 0 5px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  list-style: none;
  overflow-x: auto;
  border-radius: 0.25rem;
  margin-bottom: 0;
}
.breadcrumbs_block .breadcrumbs_wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.breadcrumbs_block .breadcrumbs_wrapper .bc_item {
  position: relative;
  padding-right: 0.5em;
  font-size: 15px;
  white-space: nowrap;
  color: #9ea8b9;
  font-family: "Museo Sans Cyrl 300", Serif;
}
.breadcrumbs_block .breadcrumbs_wrapper .bc_item a {
  color: #9ea8b9;
  transition: 0.1s;
}
.breadcrumbs_block .breadcrumbs_wrapper .bc_item a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.breadcrumbs_block .breadcrumbs_wrapper .bc_item:not(:first-child) {
  padding-left: 0.8em;
}
.breadcrumbs_block .breadcrumbs_wrapper .bc_item:not(:first-child):before {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  padding-right: 0.5rem;
  font-family: FontAwesomeSolid, serif;
  content: "/";
  font-size: 15px;
  color: #86a7e3;
}

a:focus {
  outline: none !important;
}

*:focus, *:active {
  box-shadow: none !important;
  outline: none;
}

.mobile-menu-toggler {
  cursor: pointer;
  padding: 6px 0;
  color: #333;
}
.mobile-menu-toggler i {
  font-size: 14px;
}
.mobile-menu-toggler span {
  margin-right: 10px;
}

.custom-container {
  max-width: 1335px;
}

.top-header {
  background: #191919;
  min-height: 40px;
}
.top-header .phone i {
  margin-right: 5px;
}
.top-header a {
  padding: 8px 0;
  color: #7a7a7a;
  transition: 0.1s;
  text-decoration: none;
  font-weight: 300;
}
.top-header a:hover {
  color: #676767;
}
.top-header .socials {
  line-height: 1.8;
  font-size: 22px;
  margin-right: 20px;
}
.top-header .phone a {
  display: inline-block;
}
.top-header .links a {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}

.pagination-block {
  width: 100%;
  padding: 40px 0 20px;
}
.pagination-block .page_link {
  cursor: pointer;
}
.pagination-block .page_item.active .page_link {
  background: rgb(82.2, 183, 179.4);
  pointer-events: none;
}
.pagination-block .page_item.disabled .page_link {
  pointer-events: none;
  color: rgb(82.2, 183, 179.4);
}
.pagination-block .page_item {
  overflow: hidden;
}
.pagination-block .page_item:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.pagination-block .page_item:last-child .page_link {
  padding: 16px 32px 16px 22px;
}
.pagination-block .page_item:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.pagination-block .page_item:first-child .page_link {
  padding: 16px 22px 16px 32px;
}
.pagination-block .page_item .page_link:hover {
  background: rgb(82.2, 183, 179.4);
  text-decoration: none;
}
.pagination-block .page_item .page_link {
  display: block;
  border: none;
  color: #fff;
  font-size: 15px;
  padding: 16px 22px;
  background: #6fc3c0;
  transition: 0.1s;
}

.center-header {
  background: #fff;
}
.center-header .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 14px;
}
.center-header .cart-btn img {
  height: 100%;
}
.center-header .cart-btn {
  height: 40px;
  display: inline-block;
}
.center-header .language-btn {
  text-transform: uppercase;
  height: 40px;
  display: inline-block;
  color: #222;
}
.center-header .user-btn img {
  height: 100%;
}
.center-header .user-btn {
  height: 40px;
  display: inline-block;
}
.center-header .search-btn img {
  height: 100%;
}
.center-header .search-btn {
  height: 40px;
  display: inline-block;
}
.center-header .cart-dropdown {
  width: 400px;
  right: 0;
  left: unset;
}

.dropdown-wrapper {
  position: relative;
}
.dropdown-wrapper .nav-link {
  padding: 10px 9px;
}
.dropdown-wrapper .dropdown-menu {
  left: unset;
  right: 0;
}

.swal-button {
  background: #1c7ab0;
}
.swal-button:not([disabled]):hover {
  background: #1a6d9e !important;
}

.form-control {
  height: 42px;
}

.close {
  cursor: pointer;
}

.popup {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  text-align: center;
}

.popup_bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.popup_img {
  position: relative;
  z-index: 2;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 10px;
}

.filter-value {
  display: inline-block;
}

.filter-value > span {
  display: table-cell;
  border-bottom: 1px solid #EEE;
  vertical-align: middle;
  padding: 4px 0;
  height: 20px;
  width: 100%;
}

.filter-value > span label {
  display: block;
  padding-right: 3px;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
  max-width: 100%;
}

.filter-value .filter-span-1 {
  width: 12px;
  padding-right: 8px;
}

.filter-value .filter-span-3 span {
  float: right;
  background: #fbc02d !important;
  color: #fff;
  line-height: 20px;
  padding: 2px 8px 1px;
  border-radius: 5px;
  display: block;
  position: relative;
}

.filter-values-box {
  display: table;
  width: 100%;
}

.search-dropdown {
  max-width: 100vh;
  padding: 10px 10px 10px;
}

@media (max-width: 768px) {
  .search-dropdown {
    left: auto !important;
    right: -50px !important;
    max-width: 90vw;
  }
}
.search-list {
  max-height: 500px;
  overflow: auto;
  z-index: 5;
  width: 100%;
  background: transparent;
}
.search-list .no-results {
  padding: 14px 0 6px;
  color: #666;
  font-size: 16px;
}
.search-list::-webkit-scrollbar {
  width: 6px;
}
.search-list {
  /* Track */
}
.search-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.search-list {
  /* Handle */
}
.search-list::-webkit-scrollbar-thumb {
  background: #bbb;
}
.search-list {
  /* Handle on hover */
}
.search-list::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.search-list a {
  text-decoration: none;
  color: #222;
}
.search-list a:hover {
  color: #0E2231;
}
.search-list .item {
  display: flow-root;
  background: #fff;
  width: 100%;
  position: relative;
  padding: 10px 0 0;
  transition: 0.1s;
}
.search-list .item:hover {
  background: #f9f9f9;
}
.search-list .item .content {
  margin-left: 8px;
  float: left;
}
.search-list .item .content .category {
  font-size: 12px;
  color: #bbb;
  line-height: 1.273em;
  margin-bottom: 0.75em;
}
.search-list .item .content .title {
  font-size: 14px;
  line-height: 1.273em;
  padding-top: 0.636em;
}
.search-list .item .content .price {
  position: absolute;
  right: 8px;
  top: 12px;
}
.search-list .item .thumbnail {
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #fff;
  overflow: hidden;
}
.search-list .item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.search-list {
  /* width */
}

.error-message {
  font-size: 14px;
}

#fountainG {
  display: none !important;
}

#fountainG, .loader_ajax {
  z-index: 3;
  overflow: hidden;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(220, 220, 220, 0.6);
  border-radius: 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#fountainG .loader, .loader_ajax .loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #7198de; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */
