@font-face {
    font-family: 'Century Gothic';
    src: url('https://www.beautymafia.ua/catalog/view/theme/beautymafia/fonts/century_gothic.ttf');
    }
@font-face {
    font-family: 'Century Gothic';
    font-weight: 700;
    src: url('https://www.beautymafia.ua/catalog/view/theme/beautymafia/fonts/century_gothic_gras.ttf');
    }

* {
    margin: 0;
    padding: 0;
    font-family: 'Century Gothic';
    box-sizing: border-box;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
.price-old {
    font-size: 15px;
    text-decoration: line-through;
}
button {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.main_banner {
    /* margin: 80px 0 20px; */
    /* z-index: -2; */
    position: relative;
}
.col-photos {
    display: flex;
    flex-direction: column-reverse;
}
.photo_cart {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
}
.item_banner {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.item_banner h1 {
    font-size: 72px;
    font-weight: 700;
    padding: 0 30px;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 100px;
}

.item_banner h3 {
    font-weight: 400;
    font-size: 32px;
    padding: 0 30px;
    margin-bottom: 35px;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 200px;
}

.banner_image {
    width: 100%;
    position: relative;
    z-index: -1;
}

.item_banner a {
    border-radius: 8px;
    color: #fff;
    padding: 8px 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 18px;
    background-color: #4899EB;
}

.item_banner a:hover {
    background-color: #267fd9;
    transition: 0.3s;
}

.show_more {
    top: 65%;
    position: absolute;
}

.show_more img {
    margin-left: 10px;
}

.item_main {
    aspect-ratio: 665 / 443;
    max-width: 665px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}
.item_main {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item_main a {
    display: flex;
    align-items: center;
    margin: 0 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.slick-dots {
    top: 70%
}
.equipment {
    background-image: url(../image/equipment.jpg);
}
.cosmeceuticals {
    background-image: url(../image/item_block2.jpg);
}
.spawellness {
    background-image: url(../image/item_block3.jpg);
}
.spawellness .buttons .item_more img {
    width: 11px;
    height: 18px;
}
.furniture {
    background-image: url(../image/item_block4.jpg);
}
.consulting {
    background-image: url(../image/item_block5.jpg);
}
.blog {
    background-image: url(../image/item_block6.jpg);
}
.button_video img {
    margin-right: 10px;
}
.item_more img {
    margin-left: 10px;
}
.buttons {
    width: 100%;
    margin-top: 21px;
    display: flex;
    justify-content: center;
}
.wrapper {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto; 
    padding: 0 20px;
}
#product-search .text-right,
#product-search .row > p {
    padding: 0 20px;
}
.items_main {
    display: grid;
    margin-bottom: 110px;
    justify-content: space-between;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
}

.categories h2 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
.categories {
    margin-bottom: 140px;
    padding: 0 20px;
}
.category_item {
    transition: .3s;
    padding: 15px 20px;
    border-radius: 15px;
}
.category_item:hover {
    transition: .3s;
    box-shadow: 0px 4px 20px 0px #00000040;
}

.category_item img {
    width: 100%;
}
.category_item h4 {
    text-align: center;
    font-size: 32px;
    padding-top: 20px;
    border-top: 2px solid #6EB2F7;
    margin-bottom: 20px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.category_item p {
    font-weight: 400;
    font-size: 18px;
    color: #000;
}
.g-recaptcha {
    margin-bottom: 10px;
}
.categories_list {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
/* .card img {
    width: 100%;
    height: auto;
} */
.three_cards .card img {
    width: 340px;
}
.card_description {
    margin-top: 50px;
    display: none;
}
.card_description p {
    width: fit-content;
    color: #606060;
    border-radius: 8px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 5px;
    background-color: #f5f6f7;
}
.cards_list {
    max-width: 1530px;
    width: 100%;
    margin: 60px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.product_name {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 20px 0;
    display: block;
}

.product_price {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000;
}
.cards_container {
    margin-bottom: 140px;
}
.card {
    width: 345px;
    padding: 10px 15px;
    position: relative;
    /* border-right: 1px solid #DDDDDD; */
    transition: .3s;
}
.card:last-child {
    border-right: 0;
}
.cards_filter button {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    font-size: 24px;
}
.tabcontent {
    display: none;
    margin-bottom: 140px;
  }
  .tab_active {
    display: flex !important;
  }
.icons_card {
    /* margin-top: 10px; */
    position: absolute;
}
.icons_card img {
    width: auto;
}
.video iframe {
    border-radius: 10px;
}
.cards_filter {
    display: flex;
    border-bottom: 2px solid #6EB2F7;
    justify-content: space-between;
    padding: 0 8px;
}
.filter_active {
    font-weight: 700;
    padding-bottom: 0 !important;
    /* border-bottom: 5px solid #6EB2F7; */
    
}
.filter_active:after {
    content: "";
    background-size: contain;
    display: block;
    height: 20px;
    background-image: url(../image/border.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.card:hover {
    border-radius: 10px;
    transition: .3s;
    box-shadow: 0px 4px 20px 0px #00000040;
}
#common-home .main_photo {
    max-width: 610px;
    width: 100%;
}
.gallery_product img {
    margin-bottom: 10px;
}
.gallery_product {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.product_main h3 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
}

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

.main_photo {
    width: 620px;
    margin: 0 30px;
    position: relative;
}
.list-unstyled li {
    margin-bottom: 10px;
}
.text-cartt p {
    font-size: 12px;
}
.text-cartt {
    margin-left: 10px;
}
.product_info {
    display: flex;
    width: 510px;
    justify-content: space-between;
}
.column_right .button_to_cart button,
.column_right .button_one_click button {
    width: 230px;
}
.column_right .buttons_cart {
    gap: 15px;
    justify-content: start;
}
.stock {
    color: #31CF70 !important;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.card_benefit {
    transition: .3s;
    display: flex;
    padding: 0 15px;
    margin-bottom: 10px;
    width: 270px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    align-items: center;
}
.product_info .list-unstyled a {
    color: #267fd9;
    font-weight: 700;
}
.old_price {
    text-decoration: line-through;
}
.product_count {
    margin-left: 0 !important;
}
.count_pr  {
    margin-top: 15px;
}
/* .product_main {
    margin: 140px 0;
} */
#calculation {
    font-size: 32px;
    font-weight: 400;
}
#simplecheckout_customer{
    border: 1px solid #ddd;
    border-radius: 8px;
}
#simplecheckout_customer .checkout-heading {
    padding: 20px 0px 20px 100px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
}
#simplecheckout_customer .simplecheckout-block-content {
    padding: 40px 100px 40px 100px;
}
#simplecheckout_shipping_address{
    border: 1px solid #ddd;
    border-radius: 8px;
}
#simplecheckout_shipping_address .checkout-heading {
    padding: 20px 0px 20px 100px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
}
#simplecheckout_shipping_address .simplecheckout-block-content {
    padding: 40px 100px 40px 100px;
}
#simplecheckout_shipping{
    border: 1px solid #ddd;
    border-radius: 8px;
}
#simplecheckout_shipping .checkout-heading {
    padding: 20px 0px 20px 100px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
}
#simplecheckout_shipping .simplecheckout-block-content {
    padding: 40px 100px 40px 100px;
}
#simplecheckout_shipping .simplecheckout-block-content .radio {
    margin-bottom: 15px;
    font-size: 18px;
}
#simplecheckout_shipping .simplecheckout-block-content b img {
    margin-right: 10px;
    width: 25px;
}
#simplecheckout_shipping .simplecheckout-block-content b {
    margin-bottom: 20px;
    /* display: block; */
    display: flex;
    align-items: center;
    font-size: 22px;
}
#simplecheckout_payment{
    border: 1px solid #ddd;
    border-radius: 8px;
}
#simplecheckout_cart{
    border: 1px solid #ddd;
    border-radius: 8px;
}
#simplecheckout_payment .checkout-heading {
    padding: 20px 0px 20px 100px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
}
#simplecheckout_payment .simplecheckout-block-content {
    padding: 40px 100px 40px 100px;
}
#simplecheckout_payment .simplecheckout-block-content .radio {
    margin-bottom: 15px;
    font-size: 18px;
}
.simplecheckout-cart-total-value {
    min-width: auto !important;
    width: -webkit-fill-available;
}
#simplecheckout_summary .checkout-heading {
    display: none;
}
#simplecheckout_summary .simplecheckout-summary-totals div {
    display: flex;
    justify-content: space-between;
}
#simplecheckout_summary .simplecheckout-cart-total span:first-child {
    min-width: max-content;
}
#simplecheckout_summary .simplecheckout-cart-total span:last-child {
    font-size: 18px;
}
#simplecheckout_summary .simplecheckout-summary-totals {
    border-radius: 8px;
    background: #F7F7F7;
    border: 1px solid #E3E3E3;
    padding: 40px 30px;
}
#simplecheckout_payment .simplecheckout-block-content b {
    margin-bottom: 20px;
    display: block;
    font-size: 22px;
}
.button_to_cart button {
    width: 260px;
    cursor: pointer;
    border: 0;
    height: 50px;
    display: flex;
    color: #fff;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    background: #267FD9;
    border-radius: 8px;
    transition: .3s;
    border: 2px solid #267FD9
}
.button_to_cart button:hover {
    box-shadow: 0px 4px 20px 0px #00000040;
    transition: .3s;
    color: #000;
    background-color: #fff;
}
.button_to_cart button:hover path {
    fill: #4899EB;
}
.button_one_click button {
    border: 0;
    width: 260px;
    height: 50px;
    display: flex;
    color: #fff;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    background: #6EB2F7;
    border: 2px solid #6EB2F7;
    transition: .3s;
    border-radius: 8px;
}
.button_one_click button:hover {
    transition: .3s;
    color: #000;
    background: none !important;
    box-shadow: 0px 4px 20px 0px #00000040;

}
.button_one_click button:hover path{
    fill: #4899EB;
}
.simple-content input[type=text], .simple-content input[type=password], .simple-content input[type=email], .simple-content input[type=tel], .simple-content input[type=phone] {
    border-bottom: 1px solid #4899EB !important;
    outline: none;
    border: 0;
}
.simplecheckout-block-content .form-group {
    margin-bottom: 10px;
} 
.buttons_cart {
    display: flex;
    margin: 23px 0;
    justify-content: space-between;
}
.button_one_click svg {
    margin-right: 10px;
}
#button-cart svg {
    margin-right: 10px;
}
.button-cart_mini svg {
    margin-right: 10px;
}
.colors {
    display: flex;
    max-width: 250px;
    margin: 10px 0;
    flex-wrap: wrap;
}
.input_color {
    margin-right: 5px;
}
.colors input[type="radio"] {
    display: none;
}
.colors label img {
    border: 2px solid #DDDDDD;
    border-radius: 8px;
    cursor: pointer;
}
.colors input[type="radio"]:checked+label img { 
    border: 2px solid #4899EB;
}
.block_features p {
    font-weight: 700;
    text-transform: uppercase;
    font-style: 14px;
}
.block_features {
    margin: 15px 0;
}
.feature {
    display: flex;
    margin-top: 10px;
}
.feature_name {
    display: flex;
    width: 100%;
    max-width: 350px;
}
.feature_option  > span {
    white-space: nowrap;
}
.feature_name span {
    color: #606060;
    font-size: 14px;
    display: flex;
    min-width: max-content;
    width: max-content;
}
.space {
    width: 100%;
    margin: 0 15px;
    margin-bottom: 4px;
    border-bottom: 1px solid #DDDDDD;
}

.feature_option span {
    color: #000;
    font-size: 14px;
}
#product_desc {
    justify-content: space-between;
}
#product_features p {
    font-size: 24px;
    margin-bottom: 30px;
}
#product_features .space {
    display: none;
}
#product_photos {
    justify-content: space-between;
}
#product_photos .gallery_photos img {
    max-width: 400px;
    margin-bottom: 20px;
}
.pr_photos {
    width: 65%;
}
.col_one_rev {
    display: flex;
    flex-direction: column;
    width: 250px;
    align-items: center;
  }
  .row_rev {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
  }
  .date {
    margin: 10px 0;
  }
.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}
.alert {
    width: auto;
    margin-bottom: 10px;
    background: #d1e7dd;
    border-radius: 7px;
    color: #0f5132;
    z-index: 4323;
    padding: 10px;
}
.review_button {
        width: 200px;
      height: 30px;
      margin-top: 40px;
      border: 0;
      border-radius: 5px;
      cursor: pointer;
      background: #729ef9;
      color: #fff;
  }

#review_popup {
    background: rgba(0,0,0,.5);
    width: 100%;
      height: 100%;
      position: fixed;
      left: 0;
      z-index: 654654645645654645;
      top: 0;
      bottom: 0;
      right: 0;
      display: none;
  }
.rev_popup {
    background: white;
      width: 750px;
      flex-direction: column;
      display: flex;
      margin: 3.75rem auto;
}
.us-module-rating-star-is {
    background: url(/image/star.svg) no-repeat !important;
  }
  .us-module-rating-star {
    background: url(/image/star-grey.svg) no-repeat;
  }
  .us-module-rating-stars {
    margin-left: 10px;
    display: flex;
  }
  .rev {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mbo {
    margin-bottom: 0 !important;
  }
  .us-module-rating-star {
    width: 14px;
    height: 12px;
    margin-right: 0;
    margin-bottom: 0;
    cursor: pointer;
  }
  #input-review {
    width: 90% !important;
    height: 190px;
    margin: 10px 0;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  #reviews {
    flex-direction: column;
  }
  .tovar_col_review h2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
  #button-review {
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px;
    color: #fff;
    background-color: #729ef9;
  }
  #input-name {
    width: 90% !important;
    margin: 10px 0;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  .d-none{
    display: none !important;
  }
  .review_width {
    width: 100%;
  }
  .tovar_col_review {
    display: flex;
    flex-direction: column;
    width: 42%;
    padding: 20px;
  }
  .rev_columns {
    display: flex;
  }
  .review_col {
    width: 45%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .closecart_rev {
    font-size: 19px;
    color: #fff;
    cursor: pointer;
  }
  .head_popup h2 {
    color: #fff;
  }
  .head_popup {
    background-color: #729ef9;
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
  }
  .photo_col_review img {
    width: 100%;
  }
.photos_heading {
    font-size: 24px;
    margin-bottom: 30px;
}
#product_features .feature {
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
}
#product_features .feature .feature_name span {
    font-size: 18px;
}
#product_features .feature .feature_option span {
    font-size: 18px;
    color: #267fd9;
}
.product_description {
    margin-top: 30px;
}
.card_mini_info img {
    width: 90px;
    margin-right: 15px;
}
.block_blog {
    margin: 140px 20px;
}
.block_blog h3 {
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;
}
.video_block h3 {
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;
}
.video_block {
    margin-bottom: 140px;
}
.card_blog {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #DDDDDD;
    align-items: flex-start;
}

.image_blog {
    border-radius: 8px;
    width: 100%;
}

.blog_info {
    padding: 20px 30px;
}

.blog_name {
    margin: 10px 0;
    font-size: 24px;
    font-weight: 700;
    height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_name > a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_name > a:hover {
    text-decoration: underline;
}

.blog_date {
    color: #909090;
    font-size: 18px;
}

.blog_description {
    font-size: 18px;
    font-weight: 400;
    min-height: 95px;
    color: #000;
    margin-bottom: 10px;
    height: 132px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_more {
    display: flex;
    justify-content: flex-end;
}

.blog_more > a {
    padding: 5px 25px;
    background-color: #EEEEEE;
    border-radius: 5px;
    color: #000;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
}

.blog_more > a > img {
    margin-left: 10px;
}

.cards_blog {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* flex-wrap: nowrap; */
    /* flex-direction: row; */
    gap: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.card_blog  {
    margin-bottom: 30px;
}
.more_posts {
    padding: 10px 38px;
    background-color: #267FD9;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 8px;
}
.video_name {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
}
.videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.callback_form {
    width: 100%;
    margin: 240px 0 0 0;
    display: flex;
    /* background-size: contain; */
    margin-bottom: 140px;
    /* align-items: flex-end; */
    border-radius: 8px;
    border: 1px solid #DDD;
    background: linear-gradient(268deg, #D4D3D5 1.7%, rgba(212, 211, 213, 0.00) 75.19%), #FFF;
    box-shadow: 0px 8px 20px 0px rgba(54, 173, 211, 0.20);
    padding: 44px 30px;
    position: relative;
}

.callback_fon {
    position: absolute;
    width: 47%;
    height: 500px;
    z-index: 40;
    top: -60px;
    right: 88px;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(../image/contact_form.png);
}

.callback_form h3 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 30px;
}

.form_details {
    width: 100%;
    /* margin-bottom: 10px; */
    margin-left: 22%;   
}

.form_callback {
    display: flex;
    flex-direction: column;
}
.form_callback input[type="text"] {
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #DDDDDD;
    color: #909090;
    width: 300px;
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 3px solid #DDDDDD;
    outline: none;
}
.form_callback input[type="email"] {
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #DDDDDD;
    color: #909090;
    margin-bottom: 15px;
    width: 300px;
    font-size: 18px;
    border-bottom: 3px solid #DDDDDD;
    outline: none;
}

.form_callback input[type="submit"] {
    width: 300px;
    text-align: center;
    background-color: #4899EB;
    color: #fff;
    outline: none;
    border: 0;
    cursor: pointer;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}

.form_callback input[type="submit"]:hover {
    background: #267fd9;
    transition: 0.3s;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 220px;
    height: 40px;
}
.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000;
    /* background-color: #c0392b; */
    padding: 8px 15px;
}
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}
/* .select-styled:hover {
    background-color: #b83729;
}
.select-styled:active, .select-styled.active {
    background-color: #ab3326;
} */
.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #000 transparent;
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    color: #000;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    /* background-color: #ab3326; */
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    /* border-top: 1px solid #962d22; */
}
.select-options li:hover, .select-options li.is-selected {
    /* color: #c0392b; */
    background: #fff;
    color: #000;
}
.select-options li[rel="hide"] {
    display: none;
}

.page_name {
    display: flex;
    margin: 60px 0;
    justify-content: space-between;
}
.article_date {
    color: #909090;
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
}
.page_name h1 {
    text-align: center;
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
}

.equipment_name {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin: 20px 0;
}

.equipment_main {
    justify-content: center;
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 30px;
}

.equip_desc {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.equip_price span {
    font-size: 24px;
}
.equip_price {
    font-size: 32px;
}

.equip_info {
    width: 620px;
}

.img_equip {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #DDDDDD;
}
.reverse .img_equip {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #DDDDDD;
}
.reverse {
    border-bottom: 0;
    margin-bottom: 140px;
}
.three_cards {
    justify-content: center;
    margin-bottom: 25px;
}

.card img {
    /* margin-bottom: 20px;
    padding-bottom: 20px; */
    border-bottom: 1px solid #DDDDDD;
}
.main_options select {
    outline: none;
    cursor: pointer;
    border: 0;
}
.main_options select:first-child {
    margin-right: 50px;
}
.equipment_cards {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 16px;
    margin-bottom: 140px;
}
.wrapper_not_found .btn_coutinue {
    margin-top: 15px;
}
.categories_name {
    justify-content: space-between !important;
}
.row .equipment_main:nth-child(2n) {
    flex-direction: row-reverse;
}
.row .equipment_main:nth-child(2n) .img_equip {
    border-right: 0;
    border-left: 1px solid #ddd;
    padding: 0;
    margin: 0 0 0;
}
.featuredpro {
    margin-bottom: 90px;
}
.equipment_cards .card {
    width: 420px;
    border-bottom: 1px solid #DDDDDD;
}

.equipment_cards .card:nth-last-child(-n+3) {
    border-bottom: 0;
}
.card_img {
    /* width: 420px; */
    /* height: 420px; */
}
.card_img img {
    width: 100%;
}
.pagination {
    margin-bottom: 140px;
    display: flex;
    justify-content: center;
}
.category_image {
    display: flex;
    align-items: center;
    height: 300px;
}
.pagination li {
    font-size: 18px;
    color: #ccc;
    padding: 0 10px;
    margin: 0 10px;
}
.pagination li a {
    font-size: 18px;
    color: #ccc;
}

.number {
    border-bottom: 1px solid #DDDDDD;
    font-weight: 700;
}

.pagination .active {
    color: #267FD9 !important;
    border-bottom: 1px solid #267FD9;

}

.product_tabs {
    display: none;
    margin: 60px 0 30px;
    border-bottom: 1px solid #DDDDDD;
}

.product_tabs button {
    font-size: 18px;
    min-width: max-content;
    padding-bottom: 10px;
    margin-right: 30px;
    color: #000;
}

.tab__active {
    color: #267FD9 !important;
    border-bottom: 1px solid #267FD9;
}
#product {
    margin: 80px 0;
}

.product_tabcontent {
    display: none;
}

.window_active {
    display: flex;
}
.text_description {
    width: 65%;
}
.text_description h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.text_description p {
    font-size: 18px;
}

.block_description {
    display: flex; 
    align-items: center;
    margin: 60px 0;
}

.text_desc {
    margin-left: 30px;
}
.text_desc p {
    font-size: 18px;
}
.block_reserve .text_desc {
    margin-right: 30px;
    margin-left: 0;
}
.text_desc h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

.block_colors h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.block_colors {
    margin-bottom: 60px;
}

.block_colors img {
    width: auto;
}

.card_mini {
    width: 400px;
}
.sku {
    text-align: right;
    font-size: 14px;
    color: #909090;
}

.card_mini_info {
    display: flex;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    margin: 15px 0;
    padding: 10px;
    align-items: center;
    /* justify-content: space-between; */
}

.card_mini_info img {
    margin-right: 20px;
}

.card_mini_info span {
    font-size: 14px;
}

.product_pr {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

.product_pr span {
    font-size: 18px;
    font-weight: 400;
}

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

.card_mini_price .button-cart_mini {
    width: 100%;
    background-color: #4899EB;
    margin-top: 15px;
}

.card_mini_price {
    padding: 15px 20px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
}

.blog_heading {
    margin: 60px 0;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog_tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.blog_tabs button {
    font-size: 18px;
    padding: 0 15px 15px 15px;
    color: #606060;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}

/* .blog_tabs button:last-child {
    padding-right: 0;
} */

.blog_filter_active {
    color: #000 !important;
    border-bottom: 1px solid #267fd9 !important;
}

.hide {
    display: none !important;
}

.breadcrumbs_blog {
    margin: 60px auto;
    display: flex;
    justify-content: center;
}
.showcase-list h1 {
    margin: 60px 0;
}
/* .article_content h1 {
    margin: 40px 0;
} */
.article_content h3 {
    margin: 25px 0;
}
.breadcrumb li a {
    color: #909090;
    font-size: 14px;
  }
  .breadcrumb li {
    margin-right: 5px;
  }
  .breadcrumb li:nth-last-child(1){
    font-weight: 600;
  }
  .breadcrumb li:not(:nth-last-child(1))::after{
    content: "/";
    margin-left: 5px;
    opacity: 0.5;
  }
  .breadcrumb {
    display: flex;
    width: 1110px;
    margin: 0 auto;
    padding: 10px 20px;
    border-bottom: 2px solid #7EA1FF;
  }
.breadcrumbs_blog a {
    /* margin: 0 10px; */
    color: #545459;
    font-size: 18px;
    border-right: 1px solid #000;
    padding: 0 15px;
}

.breadcrumbs_blog a:first-child {
    

}
.breadcrumbs_blog a:last-child {
    border-right: 0;
    padding-right: 0;
}
.button_pag {
    color: #313132;
    font-size: 14px;
}

.page_name {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 90px; */
}

.page_name h1 {
    text-align: center;
}

.button_back::before {
    content: "<";
    font-weight: 700;
    margin-right: 15px;
}
.art_page {
    margin-top: 140px !important;
}
.button_next::after {
    content: ">";
    font-weight: 700;
    margin-left: 15px;
}
.blog_content {
    padding-top: 40px;
    margin-bottom: 140px;
    border-top: 1px solid #dddddd;
    padding: 0 20px;
}
.blog_content h3 {
    font-size: 24px;
    padding: 0 130px;
    margin-bottom: 30px;
}
.blog_content h1 {
    font-size: 48px;
    padding: 0 130px;
    margin-bottom: 30px;
}
.blog_content p {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 0 130px;
}

.blog_content img {
    width: 100%;
    margin: 30px 0;
}
.showcase-list {
    padding: 0 20px;
}
.about_img {
    width: 100%;
    margin: 60px 0;
}

.wrapper_not_found {
    margin: 80px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1360px;
    width: 100%;
    padding: 0 20px;
}
.mobile_header {
    display: none;
}
.wrapper_not_found h1 {
    color: #4899eb;
    font-size: 240px;
    margin-bottom: 80px;
}
.wrapper_not_found h3 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 30px;
}

.wrapper_not_found p {
    max-width: 1052px;
    margin: 0 auto;
    text-align: center;
}

.wrapper_not_found p a {
    color: #267FD9;
    font-weight: 700;
}

.main_banner_static {
    height: 740px;
    background-repeat: no-repeat;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 140px;
    background-image: url(../image/banner_cons.png);
}
#buypopup_open img {
    margin-right: 10px;
}
.main_banner_static h1 {
    font-size: 70px;
    color: #fff;
    margin-bottom: 30px;
}
.main_banner_static p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 90px;
}
.main_banner_static a {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 8px;
    transition: 0.3s;
    background: #4899EB;
    border: 1px solid #4899EB;
}
.main_banner_static a:hover {
    /* color: #4899EB; */
    background: transparent;
    transition: 0.3s;
}

.offer_text {
    font-size: 52px;
    /* text-align: center; */
    margin-bottom: 30px;
}

.offer_desc {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 30px;
    /* text-align: center; */
}

.beauty {
    background-image: url(../image/item_cons.png)
}
.spa_con {
    background-image: url(../image/item_cons1.png)
}
.medicine {
    background-image: url(../image/item_cons2.png)
}
.fitness {
    background-image: url(../image/item_cons3.png)
}

.project_banner {
    margin-top: 110px;
    background-image: url(../image/banner_project.png);
    color: #fff;
    height: 900px;
    padding: 100px 130px;
    background-repeat: no-repeat;
}

.project_banner h3 {
    font-size: 49px;
    margin-bottom: 20px;
}

.project_banner ul {
    max-width: 490px;
}
.bf-non-scrollable {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.project_banner ul li {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}
.project_banner ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.icons_card img {
    border: 0 !important;
}
.contact_page {
    margin: 90px auto;
}
.contact_page h1 {
    font-weight: normal;
    font-size: 48px;
    margin-bottom: 60px;
    padding: 0 20px;
}
.contacts_block {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.contact_block a {
    color: #000;
}
.contact_social {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main_blocks_big {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.video {
    max-width: 320px;
}
.button_to_cart a {
    color: #fff;
}
.button_to_cart:hover {
    color: #267FD9;
}
.button_to_cart a:hover {
    color: #267FD9;
}
#form-review {
    margin: 60px 0;
}
.main_block {
    padding: 55px 75px;
    border-bottom: 3px solid #9ECCFA;
    background: #DDDDDD33;
    border-radius: 8px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    max-width: 170px;
}
.main_big_block {
    padding: 55px 25px;
    border-bottom: 3px solid #9ECCFA;
    background: #DDDDDD33;
    border-radius: 8px;
    margin-bottom: 30px;
    max-width: 390px;
}
.key_salon {
    background-image: url(../image/salon_banner.png) !important;
}
.main_big_block h4 {
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.main_big_block p {
    font-size: 18px;
}
.salon_banner {
    background-image: url(../image/salon_image.png);
    margin: 140px 0;
    height: 650px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.banner_salon_text {
    max-width: 540px;
    padding-left: 100px;
}
.banner_salon_text h3 {
    font-size: 49px;
    margin-bottom: 20px;
}
.banner_salon_text p {
    font-size: 20px;
}
.map img {
    width: 100%;
}
.contact_social a {
    margin: 0 30px;
}
.contact_block {
    padding: 20px 30px;
    border: 1px solid #DDDDDD;
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 26%;
    border-radius: 8px;
}
.column_name a {
    color: #fff;
}
.column_name a:hover {
    text-decoration: underline;
    transition: 0.3s;
}
.contact_block span {
    font-size: 24px;
    color: #267FD9;
}
.contact_block p {
    font-size: 24px;
}
.btn_coutinue {
    display: block;
    margin-bottom: 60px;
    padding: 6px 15px;
    border-radius: 8px;
    background-color: #267FD9;
    color: #fff;
}
.delivery_header {
    font-size: 32px !important;
    margin: 60px 0 15px !important;
}
.option_category {
    margin: 15px 0;
}
#button-search {
    width: 260px;
    cursor: pointer;
    margin-top: 40px;
    border: 0;
    height: 50px;
    display: flex;
    color: #fff;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    background: #607FD5;
    border-radius: 8px;

}
.empty {
    margin: 60px 0;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}
.page_search {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    margin: 20px 0;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    /* overflow: auto; */
}
/* модальный блок */
.popup {
    top: 15%;
    left: 0;
    right: 0;       
    width: 950px;
    font-size: 14px;
    margin: auto;
    position: absolute;
    /* padding: 15px 20px; */
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.alert {
    margin-top: 15px;
}
.cart_header {
    position: relative;
}
.cart_header span {
    top: -3px;
    right: 0;
    position: absolute;
    cursor: pointer;
}
/* кнопка закрытия */
.close_but {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #4899EB;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}
.close_but:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close_but:hover {
    background-color: rgba(252, 20, 0, 0.8);
}
.product_main {
    padding: 0 20px;
}
.main_line {
    width: 100%;
    position: absolute;
    height: 100vh;
    border-bottom: 1px solid #DDDDDD;
    z-index: -1;
}
.equipment_cards .card:nth-child(3n) {
    border-right: 0;
}

#popup_one_click {
    background: rgba(0, 0, 0, 0.5);
    width: 99.8%;
    height: 320%;
    display: none;
    top: 0;
    z-index: 43242342365;
    position: fixed;
    left: 0;
    margin: 0 auto;
}

#popup_one_click .cart_head {
    display: flex;
    justify-content: space-between;
    padding: 0px 0 20px 0;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    background: white;
    padding: 15px;
    margin-top: 150px;
}

#popup_one_click .closecart {
    border: 0;
    cursor: pointer;
    background: transparent;
}

#popup_one_click #contact_one_click {
    background: #f9f9f9;
    padding: 25px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

#popup_one_click #contact_one_click fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#popup_one_click #contact_one_click fieldset input {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 0 5px;
    padding: 10px;
    outline: none;
}

#popup_one_click #contact_one_click button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #607fd5;
    color: #fff;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

.success_table {
    margin: 20px 0px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    border-radius: 8px;
    clear: both;
}

.success_table th {
    padding: 30px 8px 30px 8px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #F8F8F8;
    color: #909090;
    font-weight: bold;
    margin-bottom: 30px;
}

.success_table .name {
    display: table-cell;
    vertical-align: middle;
    position: static !important;
    text-align: left;
    padding: 30px 8px 30px 50px;
}

.success_table .quantity {
    display: table-cell;
    float: none;
    position: static;
    text-align: center;
}

.success_table .price {
    text-align: right;
    display: table-cell;
    font: inherit;
    font-weight: bold;
}

.success_table .total {
    text-align: right;
    display: table-cell;
    font: inherit;
    font-weight: bold;
}

.success_table td {
    padding: 25px 15px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: middle;
}

.success_table td.name {
    display: table-cell;
    vertical-align: middle;
    position: static;
    text-align: left;
    padding-left: 50px;
}

.success_table td.quantity {
    min-width: 70px;
    text-align: center;
    white-space: nowrap;
}

.success_table td.price {
    text-align: right;
    white-space: nowrap;
    display: table-cell;
    font: inherit;
}

.success_table td.total {
    text-align: right;
    white-space: nowrap;
    display: table-cell;
}

.text-danger {
    color: red;
}

#product-search .text-left,
#product-search .text-right,
#product-search .search_empty {
    max-width: 1530px;
    width: 100%;
    margin: 60px auto;
}

@media all and (width: 1920px) {
    .main_line{
        height: 90vh;
    }
}
@media all and (max-width: 1537px) {
    .slick-dots {
        top: 73%;
    }
}
@media screen and (max-width: 1360px) {
    .column_left {
        justify-content: center;
        align-content: center;
    }
    .categories_list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 1224px) {
    .callback_form {
        border-radius: 0;
        border: none;
        box-shadow: none;
        flex-direction: column;
        padding: 0 30px;
    }
    .form_details {
        margin-left: 0;
    }
    .callback_fon {
        margin-top: 47px;   
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        background-position: top center;
    }
    .form_callback input[type="text"],
    .form_callback input[type="email"] {
        width: 100%;
    }
    .form_callback input[type="submit"] {
        width: 100%;
    }
    .form_callback {
        align-items: center;
    }
}
@media screen and (max-width: 1100px) {
    .colors_images img {
        width: 100%;
    }
    .header {
        display: none;
    }
    .mobile_header {
        display: block;
    }
    .navigation {
        display: flex;
        background: none !important;
        width: auto;
        height: 50px;
        padding: 0 16px !important;
        align-items: center;
        justify-content: space-between;
    }
}
@media all and (max-width: 950px) {
    .main_line {
        display: none;
    }
    .contacts_block {
        flex-direction: column;
    }
    .contact_block {
        width: auto;
        margin-bottom: 30px;
        max-width: 100%;
    }
    .breadcrumb {
        width: auto;
        padding: 10px;
    }
    .categories_list {
        grid-template-columns: 1fr 1fr;
    }
    .tab_active {
        flex-direction: column;
    }
    .items_main {
        grid-template-columns: 1fr;
    }
    .item_main {
        margin: 0 auto;
    }
    .videos {
        flex-direction: column;
        align-content: center;
    }
    .footer_container {
        flex-direction: column;
    }
    .main_photo img {
        width: 100%;
    }
    .column_left {
        flex-direction: column;
    }
    .gallery_product {
        display: none;
    }
    .buttons_cart {
        flex-direction: column;
        align-items: center;
    }
    .buttons_cart button {
        margin-bottom: 15px;
    }
    .product_benefits {
        display: none;
    }
    .product_info {
        margin-top: 30px;
        flex-direction: column-reverse;
    }
    .category_item {
        padding: 20px;
        width: auto;
        margin-bottom: 15px;
    }
    .product_info {
        width: 100%;
    }
    .card {
        border-right: 0;
    }
    .card img {
        width: 100%;
    }
    .callback_form {
        border-radius: 0;
        border: none;
        box-shadow: none;
        flex-direction: column;
        padding: 0 30px;
    }
    .form_details {
        margin-left: 0;
    }
    .callback_fon {
        margin-top: 47px;   
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        background-position: top center;
    }
    .video {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }
    .footer_container {
        padding: 20px;
        display: flex;
    }
    .footer_logo {
        display: flex;
        justify-content: center;
    }
    .footer_links_mob .footer_menu {
        display: block !important;
    }
    .footer .container {
        display: block;
    }
    #simplecheckout_cart .table-responsive {
        overflow: auto;
    } 
    #simplecheckout_customer .simplecheckout-block-content {
        padding: 40px 50px 40px 50px;
    }
    #simplecheckout_shipping .simplecheckout-block-content {
        padding: 40px 50px 40px 50px;
    }
    #simplecheckout_shipping_address .simplecheckout-block-content {
        padding: 40px 50px 40px 50px;
    }
    #simplecheckout_payment .simplecheckout-block-content {
        padding: 40px 50px 40px 50px;
    }
    .breadcrumb {
        display: none;
    }
    .footer_links_mob {
        display: block;
        margin-bottom: 20px;
    }
    .footer_menu {
        width: auto;
        display: none;
        margin-bottom: 20px;
    }
    .footer_menu ul li {
        margin-bottom: 20px;
    }
    .contacts {
        display: block !important;
    }
    .footer .block_menu {
        border: 0;
        margin: 0;
        padding: 0;
        overflow-y: clip;
        height: 100%;
    }
    .footer .accordeon li {
        border-bottom: 1px solid #267FD9;
    }
    .footer .accordeon {
        margin-bottom: 20px;
    }
    .footer .accordeon li:last-child {
        border-bottom: 0;
    }
    .footer .accordeon .footer_menu a {
        color: #fff;
    }
    .accordeon__panel li {
        border: 0 !important;
        color: #9eccfa;
        margin-bottom: 5px !important;
    }
    .footer .accordeon .footer_menu {
        display: block !important;
        margin-bottom: 0 !important;
        border-radius: 0;
    }
    .footer_links_mob li {
        margin-bottom: 0;
        border-radius: 0;
        border-bottom: 1px solid #267FD9;
    }
    .footer_links_mob li:last-child {
        border-bottom: 0;
    }
    .footer_links_mob li a {
        color: #fff;
    }
    .callback_form h3 {
        font-size: 22px;
        padding: 10px 15px 0;
    }
    .footer_links {
        display: none;
    }
    .contacts .column_name {
        display: none;
    }
    .form_callback {
        align-items: left;
        padding: 0 15px;
    }
    .button_to_cart, .button_to_cart button {
        width: 100%;
    }
    .button_one_click, .button_one_click button {
        width: 100%;
    }
    .item_main a {
        margin: 0 10px;
        font-size: 15px;
    }
    .item_banner h1 {
        font-size: 32px;
        text-align: center;
    }
    .banner_image {
        width: 100%;
    }
    .item_banner {
        height: 490px;
    }
    .item_banner h3 {
        padding: 0 15px;
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
    }
    .col-photos {
        flex-direction: column-reverse;
    }
    .main_photo {
        width: auto;
    }
    .pr_photos {
        width: 100%;
    }
    .buttons {
        flex-direction: column;
        height: 63%;
        align-items: center;
        justify-content: space-between;
    }
    .photo_cart  {
        flex-direction: row;
        overflow: auto;
    }
    #product_photos {
        flex-direction: column;
    }
    /* .feature_name {
        width: auto;
    } */
    .block_features {
        width: 100%;
    }
    .tabcontent {
        flex-direction: row;
        justify-content: center;
    }
    .tabcontent .card {
        max-width: 40%;
    }
    .tabcontent .card:nth-child(2n) {
        border-left: 1px solid #ddd;
    }
    #product_desc {
        flex-direction: column;
    }
    .cards_list {
        padding: 0 15px;
        flex-wrap: wrap;
    }
    .card_img {
        width: auto;
        height: auto;
    }
    .text_description {
        width: 100%;
    }
    .card_mini {
        margin-top: 40px;
        width: 100%;
    }
    .img_equip {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }
    .row .equipment_main:nth-child(2n) {
        flex-direction: column;
    }
    .row .equipment_main:nth-child(2n) .img_equip {
        border-right: 0;
        border-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }
    .product_main {
        width: 100%;
    }
    .banner_container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .cards_filter button {
        font-size: 18px;
    }
    .card {
        border-bottom: 1px solid #DDDDDD;
    }
    .contact_block img {
        width: 36px;
        margin-right: 5px;
    }
    .contact_block {
        border: 0;
        flex-direction: row;
    }
    .contact_block span {
        font-size: 18px;
    }
    .contact_block p {
        font-size: 18px;
    }
    .more_posts {
        display: flex;
        justify-content: center;
        margin: 0 50px;
    }
    .form_callback input[type="text"] {
        width: 100%;
    }
    .form_callback input[type="email"] {
        width: 100%;
    }
    /* .card:last-child {
        border-bottom: 0;
    } */
     .bf-non-scrollable {
        position: absolute;
        overflow: auto;
     }
     #review_popup {
        position: absolute;
     }
    .popup {
        padding: 0 10px;
        width: auto;
    }
    .close {
        right: 20px;
    }
    .cards_container {
        margin-bottom: 60px;
    }
    .rev_popup {
        width: 100%;
    }
    .rev_columns {
        flex-direction: column;
        align-items: center;
    }
    .tovar_col_review {
        width: 100%;
    }
    .review_col {
        width: 100%;
    }
    #input-name {
        width: 100%!important;
    }
    #input-review {
        width: 100%!important;
    }
    .main_photo {
        margin: 0;
    }
    .main_banner .slick-prev {
        left: 20px !important;
    }
    .main_banner .slick-next {
        right: 20px !important;
    }
    .wrapper_not_found h1 {
        font-size: 144px;
        margin-bottom: 40px;
    }
    .wrapper_not_found {
        margin: 40px 0;
        width: auto;
        padding: 0 15px;
    }
    .wrapper_not_found h3 {
        text-align: center;
    }
    .blog_content p {
        padding: 0;
    }
    .blog_content h3 {
        padding: 0;
    }
    .blog_content h1 {
        padding: 0;
    }
    .main_banner_static {
        margin-top: 40px;
        background-position: center center;
        height: 370px;
        margin-bottom: 40px;
    }
    .main_banner_static h1 {
        font-size: 32px;
        text-align: center;
    }
    .main_banner_static p {
        font-size: 20px;
        text-align: center;
        margin-bottom: 40px;
    }
    .page_name h1 {
        font-size: 22px;
    }
    .blog_tabs {
        overflow: auto;
    }
    .project_banner {
        padding: 20px;
        height: auto;
        border-radius: 8px;
        margin-bottom: 60px;
    }
    .card_description p {
        font-size: 12px;
    }
    .project_banner ul li {
        font-size: 16px;
    }
    .project_banner h3 {
        font-size: 36px;
        margin-bottom: 35px;
    }
    .offer_text {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .offer_desc {
        font-weight: normal;
        font-size: 18px
    }
    .equipment_main {
        flex-direction: column;
    }
    .img_equip {
        margin-right: 0;
        padding-left: 0;
        border-right: 0;
    }
    .img_equip img {
        width: 100%;
    }
    .equip_info {
        width: 100%;
    }
    .reverse {
        margin-bottom: 60px;
    }
    .equipment_cards .card {
        width: 100%;
    }
    .equipment_cards .card:nth-child(2n) {
        border-left: 1px solid #ddd;
    }
    #product-category .cards_list {
        padding: 0;
    }
    .equipment_cards .card:nth-last-child(-n+4) {
        border-bottom: 1px solid #ddd;
    }
    .equipment_cards .card:nth-last-child(-n+2) {
        border-bottom: 0;
    }
    /* .equipment_cards .card:last-child {
        border-left: 0;
    } */
    .reverse .img_equip {
        border-left: 0;
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
        padding-left: 0;
        margin-left: 0;
    }
    .equipment_cards {
        justify-content: center;
    }
    .three_cards {
        flex-direction: column;
    }
    .page_name {
        flex-direction: column;
        margin-bottom: 60px;
    }
    .main_options {
        display: flex;
        margin-top: 25px;
        justify-content: space-between;
        align-items: center;
    }
    .product_main {
        margin-bottom: 20px;
    }
    .product_tabs {
        display: flex;
        overflow: auto;
        width: 100%;
    }
    .cards_blog {
        /* flex-direction: column; */
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 950px) and (min-width: 600px) {
    .equipment_cards {
        justify-content: center !important;
    }
    .equipment_main {
        flex-direction: row;
    }
    .img_equip {
        border: 0;
    }
    .row .equipment_main:nth-child(2n) .img_equip {
        border: 0;
    }
    .equipment_main:nth-child(2n) {
        flex-direction: row-reverse !important;
    }
    .videos {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 720px) {
    .cards_list {
        justify-content: center;
    }
}

@media all and (max-width: 600px) {
    .cards_blog {
        grid-template-columns: 1fr;
    }
    .categories_list {
        grid-template-columns: 1fr 1fr;
    }
}

@media all and (max-width: 500px) {
    .tabcontent .card:nth-child(2n) {
        border-left: 0;
    }
    .tabcontent .card {
        max-width: 100% !important;
    }
    .tabcontent .card:last-child {
        border-bottom: 0;
    }
    .banner_image {
        width: 890px;
        margin: 0 auto;
    }
    .item_main {
        aspect-ratio: 388 / 400;
    }
    .footer_menu {
        width: auto;
    }
    .main_block {
        max-width: max-content;
    }
    .categories_list {
        grid-template-columns: 1fr;
    }
    .banner_salon_text {
        padding-left: 0;
    }
    .banner_salon_text h3 {
        font-size: 35px;
    }
    .salon_banner {
        margin: 60px 0;
        height: 350px;
        background-size: cover;
    }
    .form_callback input[type="submit"] {
        width: 100%;
    }
    .form_callback {
        align-items: center;
    }
    .g-recaptcha {
        transform: scale(0.8);
        transform-origin: center;
    }
}



