@charset "UTF-8";
html {
  font-family: serif;
  line-height: 1.2;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
body {
  font-family: "Source Sans 3", sans-serif;
  background-color: var(--bg);
  color: var(--body-text);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  line-height: 1.4;
  min-height: 100%;
  max-width: 100%;
  min-width: 320px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
#tinymce {
  padding: 20px;
}
.tmce_notice_info,
.tmce_notice_success,
.tmce_notice_error {
  padding: 20px 30px;
  margin: 1rem 0 1.5rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  border-left: 8px solid #bcbcbc;
  display: block;
}
.tmce_notice_error {
  background-color: #ffcac6;
  border-left: 8px solid #ff3121;
  color: #222;
}
.tmce_notice_success {
  background-color: #d6fbcc;
  border-left: 8px solid #266f12;
  color: #222;
}
.tmce_notice_info {
  background-color: #e1f6fd;
  border-left: 8px solid #0a7ca2;
  color: #222;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  position: relative;
  font-family: "Rubik", sans-serif;
  color: var(--body-heading);
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 30px;
}
h1,.h1 { font-size: 48px;}
h2,.h2 {font-size: 44px;line-height: 52px;}
h3,.h3 {font-size: 24px; }
h4,.h4 { font-size: 22px;}
h5,.h5 {font-size: 20px;color: var(--basic-company-text);font-weight: 500;margin-bottom: 20px;}
h6,.h6 {font-size: 18px;}
a {
  color: var(--basic-company);
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
  transition: all 0.3s ease;
}
*, ::before, ::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:focus {
  outline: none;
}
b, strong {
  font-weight: 600;
}
img {
  max-width: 100%;
  border-style: none;
}
img:not([src]) {
  visibility: hidden;
}
figure {
  margin: 15px 40px;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
hr {
  height: 1px;
  background-color: #dbdbdb;
  margin: 20px 0;
  box-sizing: content-box;
  border: 0;
  overflow: visible;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg:not(:root) {
  overflow: hidden;
}
[hidden] {
  display: none;
}
p {
  line-height: 1.5;
  margin: 0 0 12px;
}
p:last-child {
  margin-bottom: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol, ul {
  margin: 0 0 1.5rem 1.5rem;
}
ol li, ul li {
  font-weight: 400;
  margin: 0 0 7px;
}
blockquote {
  margin: 1rem 0 1.5rem;
  color: #5e5e5e;
  padding: 20px 30px;
  border-left: 8px solid #c2c2c2;
  position: relative;
  background: #f8f8f8;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  line-height: 1.3;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
}
blockquote p {
  font-style: italic;
  font-size: 16px;
  margin-top: 0;
}
blockquote cite {
  color: #999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
.page_description h3 {
  margin-bottom: 24px;
}


/* BLOCKS */
.margin-block {
    margin: 90px 0;
}
.first-block {
    margin-top: 30px !important;
}
.bg-main-block {
    margin: 90px 0;
    padding: 90px 0;
    background: #F3F3F3;
}
.last-block {
    margin-bottom: 0!important;
}
.second-block {
    margin-bottom: 90px;
}

/* TITLES */
.header_block {
    margin: 0 0 36px;
}
.block_title {
    margin: 0 0 36px;
}
.header_block .block_title {
    margin: 0 !important;
}
.swiper_title {
    margin-bottom: 20px;
}
.block_title .h1, .block_title .h2, .block_title .h3 {
    margin-bottom: 0;
}

/* BUTTONS */
.main_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Source Sans 3';
    transition: all .3s ease;
    color: var(--button-text);
    background: var(--second-company);
    border: 1px solid var(--second-company);
    border-radius: 150px;
    position: relative;
}
.main_page_light_btn {
    color: #252525;
    background: #fff;
    border: 1px solid #fff;
}
.main_page_dark_btn {
    color: #fff;
    background: #252525;
    border: 1px solid #252525;
}
.contour_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Source Sans 3';
    transition: all .3s ease;
    color: var(--second-company);
    background: transparent;
    border: 1px solid var(--second-company);
    border-radius: 150px;
}
.underline_btn {
    display: flex;
    color: var(--second-company);
    border: none;
    background: transparent;
    border-bottom: 1px solid;
    width: fit-content;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Source Sans 3';
    cursor: pointer;
    transition: all .3s ease;
}
.button--blick {
  position: relative;
  overflow: hidden;
}
.button--blick:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, #fff0 0%, #ffffff4d 100%);
  background: linear-gradient(to right, #fff0 0%, #ffffff4d 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
a.button--blick:hover:after,
.button--blick:hover:after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
button, [type="button"], [type="reset"], [type="submit"] {
    font-family: inherit;
    overflow: visible;
    text-transform: none;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    -webkit-appearance: none;
}


/* MENU */
.menu_group__list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu_group__item {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
.header__menu {
    max-width: 660px;
    width: 100%;
}
.menu_group--header_categories {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.menu_group--header_categories .menu_group__link {
    font-size: 16px;
    text-decoration: none;
    color: var(--body-text);
    font-weight: 500;
    position: relative;
    padding: 25px 0;
    display: flex;
    align-items: center;
    line-height: 1.5;
    gap: 4px;
}
.menu_group--header_categories .menu_group__item:not(:last-child) {
  flex-grow: 1;
}
.menu_group--header_categories .menu_group__item--1:first-child .menu_group__link {
  border-radius: 80px;
  background: #ffd12b;
  color: #252525;
  font-size: 14px;
  height: 32px;
  line-height: 2;
  padding: 0 20px;
  border: 2px solid #ffd12b;
  width: fit-content;
}
.menu_eventer .menu_group__link:not(.menu_group__item--2 .menu_group__link)::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--second-company-text);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: -3px;
  margin-left: 5px;
}
.menu_group__list--2 {
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 100;
  left: -2px;
  padding: 8px 0;
  position: absolute;
  top: 85%;
  width: 250px;
  background: #fff;
  border: 1px solid #dadada;
  color: var(--body-text);
  box-shadow: 2px 9px 18px 0 #07004633;
  flex-direction: column;
  align-items: flex-start;
}
.menu_group__list--3 {
  display: none;
}
.menu_group__item--2 .menu_group__link {
  padding: 8px 30px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--body-text);
  line-height: 1;
}
.menu_group__item--2 {
  white-space: nowrap;
  width: 100%;
}
.menu_group__link span {
    position: relative;
}
.menu_group__link span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  right: 50%;
  height: 5px;
  border-radius: 2px;
  background: linear-gradient(
    118.17deg,
    #e03e41 8.55%,
    #ed8e18 33.31%,
    #70b240 60.13%,
    #4590d6 90.56%
  );
  transition: all 0.5s;
  width: 0;
}
.menu_group--mobile .menu_group__link span::before, .footer__menu .menu_group__link span::before{
  display: none;
}
.menu_group--header_categories .menu_group__item--1:first-child .menu_group__link span::before,
.menu_group--header_categories .menu_group__item--2 .menu_group__link span::before,
.menu_group--header .menu_group__item--1:first-child .menu_group__link span::before{
  display: none;
}
.menu_group--footer2 {
    flex-direction: column;
}
.menu_group--footer2 .menu_group__link {
  color: var(--boxed-text);
  padding: 5px 0;
  display: flex;
}

/* INPUTS */
input, textarea, .form__textarea, .form__input {
    display: inline-block;
    color: var(--body-text);
    border: 1px solid #9f9f9f;
    background-color: #fff;
    overflow: visible;
    resize: none;
    text-transform: none;
    font-family: inherit;
    line-height: 1;
    position: relative;
    border-radius: 85px;
    padding: 5px 15px;
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
}
.form__placeholder {
    font-family: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 5px;
    pointer-events: none;
}
.form__group {
    position: relative;
    margin-bottom: 16px;
}
.error {
    color: #e74747;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
}
.form__textarea.error, .form__input.error {
    border-color: #e74747;
    font-size: 14px;
}
.form__textarea {
    display: block;
    width: 100%;
    padding: 15px;
    resize: vertical;
    height: 100px;
    border-radius: 22px;
}
.form__group label.error, .form__captcha label.error {
    display: none !important;
}

/* BREADCRUMBS */
.breadcrumbs{width:100%;border:none;padding:0 3px;background:transparent;list-style:none;margin:20px 0;color:var(--body-text);overflow-x:auto; overflow-y: hidden}
.breadcrumbs .breadcrumbs__item{padding:0;color:#A5A5A5;margin:0;font-size:14px;font-weight:400;white-space:nowrap}
.breadcrumbs .breadcrumbs__item:first-child{margin-right:3px}
.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before{padding:0 10px;content:url(../images/breadcrumb.svg); top: 2px; position: relative;}
.breadcrumbs svg{width:18px;height:18px}
.breadcrumbs a{transition:all .2s ease;font-weight:400;color:#252525;display:flex}
.breadcrumbs a:hover{color:var(--button-color)}

/* PAGINATION */
.pagination{list-style:none;text-align:center;padding:0;margin:0 auto}
.pagination__item{display:inline-block;margin-bottom:0;padding:0 3px}
.pagination__link{display:block;padding:8px 0;min-width:40px;text-align:center;text-decoration:none;border:1px solid transparent;background-color:var(--bg);color:var(--body-text);font-size:16px;font-weight:500;border-radius:100%;height:40px;line-height:24px;transition:all .3s}
.active .pagination__link{color:var(--second-company-text);background-color:#fff;border-color:var(--button-color)}
.pagination__link:hover{color:var(--body-text);border-color:transparent;background:#F3F3F3}
.products_pagination{margin:30px auto 0}


/* PRODUCTS PAGE */
.categories__list {
  padding-bottom: 30px;
}
.fn_categories_list:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:12px;gap:12px}
.fn_categories_list:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+8){display:none}
@media (max-width: 1200px) {
.fn_categories_list:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:12px;gap:12px}
.fn_categories_list:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+7){display:none}
}
@media (max-width: 991px) {
.fn_categories_list:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px}
.fn_categories_list:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+6){display:none}
}
@media (max-width: 767px) {
.fn_categories_list:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}
.fn_categories_list:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5){display:none}
}
@media (max-width: 576px) {
.fn_categories_list:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}
.fn_categories_list:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4){display:none}
}
@media (max-width: 480px) {
.fn_categories_list:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}
.fn_categories_list:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+3){display:none}
}
.filter__catalog_item {
    border-radius: 10px;
    transition: all .3s;
    height: auto;
}
b.filter__catalog_link, a.filter__catalog_link {
    position: relative;
    width: 100%;
    background: transparent;
    color: var(--second-company);
    padding: 10px;
    transition: all .3s ease 0s;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    border-radius: 10px;
    gap: 12px;
    height: 100%;
    flex-grow: 1;
    color: var(--body-text);
    border: 1px solid #E4E4E4;
}
.filter__catalog_item:hover a, b.filter__catalog_link.selected {
    background: var(--button-second-color);
    border-color: var(--second-company);
}
.filter_catalog__no_image, .filter__catalog_link img {
    margin-right: 0;
    max-width: 100%;
    height: 70px;
    width: auto;
    object-fit: contain;
}
.filter__catalog_link span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sidebar {
    width: 320px;
    position: relative;
    float: left;
}
.sidebar__boxed {
    background: #F3F3F3;
    color: var(--boxed-text);
    border-radius: 10px;
    padding: 30px 15px;
    margin-bottom: 15px;
}
.filter__name {
    font-size: 20px;
    line-height: 1.2;
    cursor: pointer;
    font-weight: 600;
    color: var(--basic-company-text);
}
.filter__group {
    padding-top: 20px;
}
.filter__group--item:not(:last-child) {
    border-bottom: 1px solid #EBE9E9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.filter__item {
    margin: 10px 0;
    position: relative;
}
.filter__link {
    transition: color .3s;
    display: block;
    width: 100%;
    text-align: left;
    line-height: 26px;
    padding-left: 35px;
    position: relative;
    font-size: 16px;
    color: var(--body-text);
    font-weight: 400;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.filter__link .filter__checkbox {
    transition: border-color .3s;
    border-radius: 5px;
    border: 1px solid var(--button-color);
    display: block;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
}
.filter__link.checked .filter__checkbox {
    border-color: var(--button-color);
    background: var(--button-color);
}
.filter__link .filter__checkbox svg {
    height: 24px;
    opacity: 1;
    width: 24px;
}
.filter__link .filter__label {
    display: block;
    line-height: 26px;
    color: var(--basic-company);
    cursor: pointer;
}
.filter__link.checked svg path {
    stroke: var(--boxed-text);
    stroke-width: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-miterlimit: 10;
    opacity: 1;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: checkmarkAnimation .5s 0s forwards;
    animation: checkmarkAnimation .5s 0s forwards;
}
@-webkit-keyframes checkmarkAnimation {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmarkAnimation {
  100% {
    stroke-dashoffset: 0;
  }
}
.view_all_feature {
    color: #363636;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
    font-weight: 400;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-bottom: 1px dashed;
    border-color: var(--basic-company);
    margin-bottom: 10px;
    text-decoration: none;
    display: inline-block;
}
.feature_content .filter__item.closed {
    display: none;
}
.price_range {
    overflow: hidden;
    margin-bottom: 15px;
}
.price_label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 35px);
    -ms-flex: 0 0 calc(50% - 35px);
    flex: 0 0 calc(50% - 35px);
    max-width: calc(50% - 35px);
}
.filter__selected_features {
    gap: 10px;
}
.filter__selected_feature .filter__sf_link {
    background: #F3F3F3;
    border-radius: 45px;
    padding: 5px 10px;
    cursor: pointer;
    transition: all .3s ease;
    border: 1px solid #DADADA;
    min-height: 30px;
    color: var(--basic-company-text);
    font-size: 12px;
}
.filter__selected_feature .filter__sf_link svg {
    width: 14px;
    height: 14px;
    color: #A5A5A5;
    position: relative;
    left: 4px;
    transition: all .3s ease;
}
.filter_group_top {
    padding: 0;
}
.feature_content.opened .filter__item.closed {
    display: block;
}

.max_input, .min_input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5px;
    border-radius: 8px;
    border: 1px solid #DADADA;
    height: 50px;
    color: #363636;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.price_range .separator, .price_range .price_currency {
    line-height: 22px;
    color: #363636;
    font-weight: 400;
    font-size: .9em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px;
    text-align: center;
}

.user_container, .blog_container, .products_container {
    margin-left: 340px;
    width: calc(100% - 340px);
}
.no_product_container.products_container {
    margin-left: 0;
}
.products_container__sort {
    background: #F3F3F3;
    padding: 20px 24px;
    margin-bottom: 24px;
    border-radius: 10px;
}
.fn_categories, .fn_wishlist_page {
    position: relative;
    row-gap: 16px;
}
.products_sort {
    max-width: 100%;
    gap: 12px;
    background: var(--bg);
    padding: 10px;
    border: 1px solid #DADADA;
    border-radius: 10px;
}
select {
    font-family: inherit;
    font-size: 16px;
    border: none;
    font-weight: 600;
    color: var(--second-company-text);
    margin: 0;
    overflow: visible;
    text-transform: none;
}


/* PRODUCT PAGE */
.tabs_navigation_product {
    border-bottom: 2px solid var(--boxed-color);
    background: var(--boxed-color);
    margin-bottom: 30px;
    border-top: 2px solid var(--boxed-color);
    position: sticky;
    top: 60px;
    z-index: 10;
}
.tabs__link {
    height: 45px;
    padding: 0 50px;
    color: #222;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}
.tabs__link.selected, .tabs__link:hover {
    color: var(--button-color);
}
.fn_product .tabs__link.selected:after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: -2px;
    background: var(--button-color);
    width: 100%;
    left: 0;
}
.product_page_flex {
    gap: 20px;
}
.product-page__gallery {
    width: 440px;
    max-height: 545px;
    position: sticky;
    top: 125px;
    height: fit-content;
}
.product-page__details {
    width: calc(100% - 470px);
}
.header_product {
    margin-bottom: 24px;
}
.h1.product_heading {
    font-size: 40px;
    color: #2D333B;
    margin-bottom: 0;
}
.rating-available_wrapper {
    background: #F7F7F7;
    border-radius: 10px;
    padding: 12px 0;
    width: fit-content;
}
.rating-available_item {
    padding: 0 35px;
    border-right: 1px solid #E1E1E1;
    height: 23px;
    gap: 10px;
}
.rating-available_item:first-child {
    padding-left: 30px;
}
.rating-available_item:last-child {
    padding-right: 30px;
    border-right: none;
}
.available__no_stock, .available__in_stock {
    line-height: 1.4;
}
.available__no_stock {
    color: #9F9F9F;
}
.available__in_stock {
    color: #2F9C08;
}
.section_product_advert {
    padding: 20px 0;
}
.product_total_info_item {
    padding: 30px 0;
    border-bottom: 1px solid #A5A5A5;
}
.product_total_info_item.product_subscr_description {
    border-bottom: none;
}
.fn_cart_variant .details_prod_item {
    border-bottom: none;
}
.details_boxed__buttons {
    gap: 30px;
}
.details_boxed__price_amount {
    gap: 10px;
    width: 100%;
    max-width: 560px;
}
.details_boxed__prices {
    position: relative;
}
.details_boxed__old_price {
    font-weight: 500;
    color: #9F9F9F;
    position: relative;
    font-size: 25px;
    gap: 5px;
}
.details_boxed__price {
    font-weight: 700;
    color: var(--body-text);
    font-size: 40px;
    line-height: 1;
}
.details_boxed__price .currency {
    font-weight: 400;
    font-size: 25px;
    margin-left: 10px;
    line-height: 34px;
    align-self: flex-end;
}
.price_with_subscription_block {
    background: var(--button-second-color);
    padding: 12px 16px;
    border-radius: 10px;
    position: relative;
    align-items: end;
    gap: 10px;
    color: #5d646d;
}
.price_with_subscription_block .details_boxed__price {
    font-size: 30px;
}
.price_with_subscription_block .details_boxed__price .currency {
    font-size: 22px;
    line-height: 28px;
    margin-left: 5px;
}
.form_help {
    flex-grow: 1;
    height: 20px;
    position: relative;
    transition: all .3s ease;
    cursor: pointer;
    max-width: 20px;
    top: -12px;
}
.help_text_block {
    position: absolute;
    top: 0;
    left: 100%;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
.form_help:hover > .help_text_block {
    opacity: 1;
    visibility: visible;
}
.help_text {
    background: #f7f7f7;
    padding: 12px 10px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0px 3px 15px 0px #514f8633;
    min-width: 258px;
    position: relative;
    width: auto;
    left: 8px;
    line-height: 1.2;
}
.details_product_actions {
    gap: 30px;
    width: 100%;
}
.amount {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 145px;
    border: 1px solid;
    border-color: var(--second-company-text);
    height: 50px;
    color: var(--body-text);
    font-size: 14px;
    font-weight: 400;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    max-width: 130px;
    overflow: hidden;
}
.amount__plus, .amount__minus {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    cursor: pointer;
    font-weight: 500;
    line-height: 1;
    font-size: 32px;
    height: 49px;
    transition: all .3s;
    color: var(--second-company-text);
}
.amount__input {
    border: 0 none;
    display: block;
    width: calc(100% - 90px);
    text-align: center;
    font-weight: 400;
    padding: 0;
    font-size: 22px;
    height: 50px;
}
.product-page__details .h3 {
    font-size: 25px;
    color: var(--basic-company-text);
    font-weight: 600;
    margin-bottom: 24px;
}
.features, .data_list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
}
.features__item, .data_item {
    max-width: 100%;
    margin: 0;
}
.product_features .features__wrap, .data_list .features__wrap{
    padding: 5px 0;
}
.features__wrap {
    width: 100%;
    gap: 10px;
}
.features__name {
    flex-shrink: 0;
    flex-grow: 1;
    max-width: 300px;
    white-space: unset !important;
    font-weight: 400;
}
.features_dash {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    position: relative;
    display: block;
    bottom: 5px;
}
.features__value {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    white-space: unset;
}
.delivery_item {
    gap: 24px;
}
.payment_item {
    gap: 20px;
    width: fit-content;
}
.price_title {
    font-size: 20px;
    font-weight: 600;
}
.delivery_content {
    gap: 10px;
}
.delivery_content_item {
    gap: 15px;
}
.payment_product_content {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: fit-content;
}
.payment_content_product .payment_content_item {
    border: 1px solid #EBE9E9;
    width: 80px;
    height: 45px;
    border-radius: 5px;
    background: #F3F2F5;
}
.payment_content_product .payment_content_item img {
    padding: 0;
    max-height: unset;
}
.delivery_banner_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.delivery_bn_item {
    box-shadow: 0px 3px 20px 0px #514f861c;
    border-radius: 10px;
    padding: 12px;
    gap: 10px;
    align-content: flex-start;
}
.delivery_bn_top {
    gap: 10px;
}
.delivery_bn_description {
    width: 100%;
}
.delivery_bn_img {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.delivery_bn_title {
    font-size: 20px;
    font-weight: 600;
}
.delivery_payment_block {
    gap: 30px;
}
.delivery_bn_img svg {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    color: var(--second-company);
}
.product_images_boxed {
    flex-direction: column-reverse;
    gap: 24px;
}
.product-page__image {
    position: relative;
    margin: 0;
    width: 100%;
    min-height: 1px;
    max-height: 440px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: 100%;
    text-align: center;
    background-color: var(--bg);
    border-radius: 10px;
    border: 1px solid #DADADA;
}
.product-page__images{position:relative;width:100%;min-height:1px;padding-bottom:18px;max-width:100%;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;text-align:center;max-height:660px;height:100%}
.product-page__images-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:110px;min-height:60px; aspect-ratio:1/1;background:var(--bg);border-radius:10px;border:1px solid #DADADA;cursor:pointer;overflow:hidden;transition:all .2s}
.product-page__images-item picture{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center; padding: 2px;height:100%}
.product-page__images-item picture img{width:auto;}
.product-page__image--full {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.product-page__img {
    padding: 0;
    width: 100%;
}
.gallery_image a {
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-page__img img {
    height: auto;
    max-width: 100%;
    max-height: 438px;
}
.product_comments.product_total_info_item {
    padding-bottom: 0;
    border: none;
}
.comments_count {
    color: #A5A5A5;
}
.comments_btn {
  max-width: 200px;
}
.boxed--notify {
    color: #757575;
}
.comment_form_img {
    max-width: 420px;
    width: 100%;
    max-height: 450px;
}
.form_comment_right {
    width: 100%;
    max-width: 700px;
    gap: 24px;
}
.comment_form_img img {
    max-height: 400px;
    height: 100%;
}
.block_header_comments {
    font-size: 25px;
    font-weight: 600;
    color: var(--basic-company-text);
}
.your_rating {
    font-size: 18px;
    font-weight: 600;
    color: var(--basic-company-text);
    margin-right: 25px;
}
.comment__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin:20px 0;gap:15px}
.comment__item{border-bottom:1px solid #EBE9E9}
.comment__item:first-child .comment__inner{margin-top:0}
.comment_heading{color:#222;font-size:24px;line-height:1.2;font-weight:600;margin-bottom:50px;text-align:center;position:relative;margin-top:60px}
.comment_heading::after{content:"";height:2px;background:#c1c1c1;position:absolute;top:55%;right:0;display:block;width:100%}
.comment_heading span{background:#fff;padding:0 20px;position:relative;z-index:1}
.comment__icon{-webkit-box-flex:0;-webkit-flex:0 0 45px;-ms-flex:0 0 45px;flex:0 0 45px;max-width:45px}
.comment__author{gap:0;width:100%;justify-content:space-between}
.comment__icon svg{width:45px;height:45px}
.admin_note .comment__icon svg{width:45px;height:45px;color:var(--second-company)}
.comment__icon .comment__image{max-width:40px;height:auto}
.comment__boxed{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 50px);-ms-flex:0 0 calc(100% - 50px);flex:0 0 calc(100% - 50px);max-width:calc(100% - 50px);flex-direction:column;gap:20px}
.admin_note{margin-left:50px;border-bottom:none}
.comment__header{flex-direction:column}
.comment__name{font-weight:600;font-size:16px;line-height:1.8;color:#222}
.comment__status{font-weight:400;font-size:13px;color:#0b982f;margin-left:10px;margin-right:auto;white-space:nowrap}
.comment__date{font-weight:400;font-size:14px;color:#A5A5A5;white-space:nowrap}
.comment__body{font-weight:400;font-size:16px;line-height:1.3;color:var(--basic-company-text)}
.product_comments .block__title {
    margin-bottom: 24px;
}
.product_comments .block__title .h3{
    margin-bottom: 0;
}
.header_subscription {
    align-items: center;
    display: flex;
    gap: 0;
}
.header_subscription .h1.product_heading {
    padding-right: 34px;
}
.product_subsc_annotation {
    font-size: 20px;
    color: var(--second-company-text);
    padding-left: 34px;
    border-left: 1px solid #DEDEDE;
}
.validity_content {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
}
.buy_product_btn {
    width: fit-content;
    gap: 30px;
}
.buy_product_btn .buy_product_btn_item, .product-page__button--preloader {
    width: 250px;
}
.preorder_label {
    font-size: 14px;
    opacity: .85;
}

/* LOGIN POPUP */
.form_login {
    max-width: 870px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 6px 18px 0 #4c5d7d29;
    background: #fdfdfd;
    padding: 0;
    max-height: 720px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.form_login_left, .form_login_content {
    flex-grow: 1;
    flex-shrink: 0;
}
.form_login_left {
    flex-basis: 45%;
    animation: .6s linear forwards left_go;
}
@keyframes left_go {
0%{transform:translateX(-50px)}
50%{transform:translateX(-25px)}
100%{transform:translateX(0)}
}
@keyframes right_go {
0%{transform:translateX(50px)}
50%{transform:translateX(25px)}
100%{transform:translateX(0)}
}
.form_login_left img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
}
.form__login {
    max-width: 485px;
    width: 100%;
    animation: .6s linear forwards right_go;
}
.form_login_right { 
    width: 100%;
    padding: 40px 45px;
}
.btn_close_popup svg {
    width: 35px;
    height: 35px;
    transition: all 0.3s;
}
.form_login_content {
    flex-basis: 55%;
}
.change_pass, .password_remind, .form_footer_registr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #6b6b6b;
    margin-bottom: 20px;
    margin-top: 10px;
    gap: 10px;
}
.form_footer_registr {
    margin-top: 80px;
}
.form__title2 {
    position: relative;
    width: 100%;
    z-index: 1;
    justify-content: center;
    color: #6b6b6b;
    font-size: 12px;
}
.form__title2 span {
    height: 60px;
    background-color: #fdfdfd;
    z-index: 2;
    width: 80px;
}
.form__title2::after {
    content: "";
    height: 1px;
    background: #ebe9e9;
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    z-index: 1;
}
.auth_buttons {
    gap: 15px;
    width: 100%;
}
.btn_auth {
    border: 1px solid #a5a5a5;
    background-color: transparent;
    justify-content: flex-start;
    user-select: none;
    color: var(--basic-company-text);
    padding: 0 50px;
}
.auth_name {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-right: 25px;
}
.remind_description {
    margin-bottom: 30px;
}
.remind_btns_footer {
    width: 100%;
    margin-top: 50px;
    gap: 20px;
}
.show_password {
    position: absolute;
    right: 10px;
    top: 50%;
    cursor: pointer;
    background: url(../images/eye-show.svg) 0 0 no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.show_password.view {
    background: url(../images/eye-close.svg) 0 0 no-repeat;
}
.form_login_footer {
    gap: 16px;
}
.form_register_step, .form_remind_step {
    display: none;
}
.form_register_step.active, .form_remind_step.active {
    display: block;
}


/* COMPARISON */
.tabs_block_comparison {
    margin-bottom: 30px;
}
.compare_delete_btns {
    gap: 40px;
}
.compare_show a {
    position: relative;
    gap: 8px;
    font-size: 16px;
}
.comparison_unique_btn {
    cursor: pointer;
    position: relative;
    width: 26px;
    height: 26px;
    border: 1px solid var(--button-color);
    border-radius: 100%;
    transition: all .3s;
}
.compare_show a .comparison_unique_btn::before {
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    content: '';
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 18px;
    transform: translateX(3px) translateY(3px);
    border: 1px solid var(--button-color);
    background-color: var(--button-color);
    border-radius: 100%;
}
.compare_show a.active .comparison_unique_btn::before{opacity:1;visibility:visible}
.cell {
    padding: 17px 15px;
    line-height: 1;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    height: fit-content;
}
.features_names_comp {
    background-color: #F3F3F3;
    text-align: center;
    border: 1px solid #DADADA;
}
.features_values_comp {
    background-color: var(--bg);
    text-align: center;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
}
.comparison_wrapper {
    z-index: 10;
    position: sticky;
    top: 76px;
}
.product_preview_mini {
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    background: #fff;
    border: 1px solid #EFEFEF;
    position: relative;
}
.product_img_comp {
    border-radius: 10px;
    background: var(--bg);
    border: 1px solid #DADADA;
    width: 75px;
    height: 100%;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    overflow: hidden;
}
.product_mini_link {
    gap: 10px;
}
.product_name_mini .product_preview__name_link {
    font-size: 14px;
    min-height: 34px;
}
.product_mini_link .product_preview__no_image {
    height: 100%;
    width: 75px;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
}
.product_mini_link .product_preview__no_image svg {
    height: 100%;
}
.comparison_button.remove_link {
    width: 30px;
    min-height: 30px;
    height: 30px;
}
.comparison_button.remove_link svg {
    width: 20px;
    height: 20px;
}
.product_preview_mini .product_icons {
    top: 5px;
    right: 5px;
}
.product_preview_mini .product_button_tab {
    margin-left: 0;
}
.comparison_block__products .swiper-wrapper .cell {
    height: unset;
}
.cprs_rating {
    border-bottom: 1px solid #D5D5D5;
    padding: 17px 15px;
    font-size: 16px;
    font-weight: 500;
}
.comparison_block__products {
    overflow: revert;
    contain: paint;
}

/* USER */
.user_container .tab {
    padding: 0;
    display: none;
}
.user_banners_wrap {
    gap: 20px;
    padding-bottom: 24px;
}
.user_banners_item {
    max-width: 420px;
    width: 100%;
    background: var(--bg);
    box-shadow: 0 6px 22px 0 #4c5d7d14;
    border: 1px solid #f3f2f5;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    gap: 45px;
    overflow: hidden;
    height: 150px;
}
.user_banner_icon {
    z-index: 2;
    color: var(--button-color);
    transition: all 0.3s;
}
.user_banner_icon svg {
    width: 40px;
    height: 40px;
}
.user_banner_title {
    font-size: 22px;
    font-weight: 600;
    color: #6b6b6b;
    margin-bottom: 12px;
    z-index: 2;
    transition: all 0.5s;
    position: relative;
}
.user_banner_description {
    line-height: 1.4;
    z-index: 2;
    position: relative;
}
.user_banners_item::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 145px solid #fdfdfd;
    border-right: 145px solid #fdfdfd;
    border-radius: 50%;
    box-shadow: 6px 0 27px 0 #4c5d7d14;
    left: -16%;
    z-index: 1;
    transition: all 0.3s;
}
.user_subscription_wrapper {
    margin: 10px 0 34px;
    padding: 16px;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    max-width: 860px;
}
.user_line {
    width: 1px;
    height: 106px;
    background: #DCDCDC;
    display: block;
}
.user_code {
    display: flex;
    padding: 0 54px 0 0;
    flex-direction: column;
    gap: 3px;
}
.user_subscription_text {
    font-size: 24px;
    background: #FDF1E3;
    border-radius: 10px;
    padding: 12px 24px;
    width: fit-content;
    margin-bottom: 12px;
}
.subscription_timer {
    gap: 5px;
}
span.active_subsrition_name {
    font-weight: 600;
    color: var(--second-company);
    font-size: 24px;
}
.end_of_subscription {
    margin-right: 10px;
    font-size: 18px;
}
.subscription_timer span {
    font-size: 26px;
    font-weight: 500;
    color: var(--second-company);
    line-height: 1.3;
}
.amount_days_time_top {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 0 12px;
}
.amount_divider {
    padding: 0 7px;
}
span.amount_time_text {
    font-size: 11px;
    text-align: center;
    color: #6B6B6B;
    padding-bottom: 4px;
}
.user_code_phone {
    color: #000000;
    line-height: 1;
    font-size: 22px;
    letter-spacing: 0.5px;
    text-align: center;
}
.user_subscription_get {
    padding: 13px 34px;
    margin-left: 24px;
}
.subscribe_not_active {
    width: 100%;
    height: 50px;
    border-radius: 0;
    font-weight: 400;
    padding: 0 10px;
    color: #ffa293;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    z-index: 10;
    text-align: center;
}
.subscribe_active {
    background: #ffffff33;
    color: #FFBB00;
    border: none;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    height: 50px;
    width: fit-content;
    border-radius: 150px;
    padding: 0 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.form_user_data {
    display: none;
}
.personal_data_list:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d5d5d5;
}
.data_link {
    color: var(--button-color);
    transition: all 0.3s;
    cursor: pointer;
    margin-left: 16px;
    display: flex;
}
.form_user_data.active {
    display: block;
}
.data_list {
    display: none;
}
.data_list.active {
    display: flex;
    max-width: 500px;
    width: 100%;
}
.data_password {
    padding: 30px 0;
}
.data_password_description {
    font-size: 14px;
    max-width: 750px;
}
.save_btn_user {
    max-width: 160px;
}
.data_btns {
    gap: 20px;
}
.data_password input {
    background-color: #f9f9f9;
    border-color: #dcdcdc;
}
.user_order_tables table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}
.user_order_tables td, .user_order_tables th {
    padding: 14px 10px;
}
.user_order_tables th {
    font-weight: 600;
    text-align: left;
}
.user_order_tables td a {
    color: var(--second-company-text);
    font-weight: 600;
}
.order_tot_price {
    font-size: 20px;
    font-weight: 600;
}
.order_item_tr {
    background: #fafafa;
    box-shadow: 0 0 2px #d5d5d5;
    border-radius: 10px;
}
.data_name {
    font-weight: 600;
    color: #A5A5A5;
}
.profile__name {
    font-size: 20px;
    font-weight: 600;
    color: #6B6B6B;
}
.tabs__navigation--user .tabs__link, .tabs__link_comparison {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #d5d5d5;
    text-decoration: none;
    padding: 25px 0;
    color: #6b6b6b;
    min-height: 40px;
    height: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
}
.tabs__link svg, .button__logout svg, .tabs__link_comparison svg {
    width: 28px;
    height: 28px;
    margin-right: 15px;
}
.user_counter {
    margin-left: auto;
    padding: 7px;
    background: var(--bg);
    border-radius: 5px;
    border: 1px solid #EBE9E9;
    font-size: 13px;
    color: #6B6B6B;
    width: 30px;
    text-align: center;
}
.tabs__navigation--user .tabs__link.selected {
    color: var(--basic-company-text);
    font-weight: 600;
}
.button__logout {
    margin: 0;
    border-bottom: none;
    cursor: pointer;
    text-decoration: none;
    padding: 20px 0 0;
    margin-top: 50px;
    color: #6B6B6B;
    font-size: 16px;
    font-weight: 400;
    min-height: 40px;
    height: inherit;
    width: 100%;
    transition: all .3s ease;
}

/* ORDER */
.block__title--order {
    margin-bottom: 24px;
}
.block__title--order .order_number {
    color: var(--second-company-text);
    padding-right: 20px;
    border-right: 1px solid #d5d5d5;
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
}
.block__title--order span {
    padding: 0 20px;
    border-right: 1px solid #d5d5d5;
    line-height: 1.75;
}
.block__title--order span:last-child {
    border-right: none;
}
.purchase_order_item {
    border-bottom: 1px solid #DADADA;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: var(--body-text);
    font-weight: 600;
}
.purchase_order_image {
    width: 80px;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--bg);
    border: 1px solid #DADADA;
    flex-shrink: 0;
}
.purchase_order_image img {
    max-height: 100%;
    padding: 5px;
    object-fit: contain;
}
.purchase_order_content {
    padding-left: 15px;
}
.purchase_order_group {
    margin: auto 0 auto auto;
    gap: 10px;
}
.purchase_order_price_total {
    margin-left: 120px;
    gap: 10px;
}
.purchase_order_name_link {
    max-width: 450px;
}
.sidebar_order_details {
    width: 300px;
    margin-left: 30px;
    border: 1px solid #DADADA;
    height: fit-content;
    box-shadow: 0 4px 24px 0 #4C5D7D26;
    border-radius: 10px;
    padding: 25px;
    position: sticky;
    top: 100px;
    flex-shrink: 0;
}
.sidebar_details_title {
    font-weight: 600;
}
.delivery_date {
    color: #2F9C08;
    font-weight: 400;
    margin: 10px 0 20px;
}
.sidebar_order_status {
    font-size: 14px;
}
.order_status_item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding-bottom: 30px;
}
.order_checkbox {
    position: relative;
    width: 24px;
    height: 24px;
    border: 2px solid #D5D5D5;
    border-radius: 100%;
    transition: all .3s;
}
.order_status_item.active .order_checkbox {
    border-color: var(--button-color);
}
.order_status_date {
    color: #A5A5A5;
    margin: 0;
}
.order_status_item.active .order_checkbox::after {
    content: '';
    cursor: pointer;
    position: absolute;
    width: 14px;
    height: 14px;
    transform: translate(3px, 3px);
    border: 1px solid var(--button-color);
    background-color: var(--button-color);
    border-radius: 100%;
}
.order_status_item:not(:first-child) .order_checkbox::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 46px;
    left: 9px;
    bottom: 24px;
    background: #D5D5D5;
}
.order_status_item:not(:first-child):not(:last-child) .order_status_info .order_status_name {
    height: 44px;
}
.purchase_order_detail {
    max-width: 390px;
    width: 100%;
    height: fit-content;
    padding: 30px;
    margin-left: auto;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
    position: relative;
    top: 0;
}
.block-cart_details {
    background-color: #F3F3F3;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #DADADA;
}
.order_details {
    max-width: 550px;
    width: 100%;
}
.details_item {
    padding: 5px 0;
}

.order_payment__checkout {
    font-size: 16px;
    font-weight: 600;
    color: var(--button-color);
    margin-left: 30px;
    display: flex;
    align-items: center;
}
.user_order_block {
    width: 100%;
}
.order_complete {
    overflow: visible;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    display: flex!important;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    justify-content: center;
}
.order_complete.hidden {
    opacity: 0;
    visibility: hidden;
}
.left_info {
    display: flex;
    gap: 26px;
    max-width: 600px;
    width: 100%;
    flex-direction: column;
    height: 68vh;
    margin-left: -200px;
    z-index: 10;
}
.our_networks_cart {
    display: flex;
    gap: 30px;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
}
.order_page_images {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    right: 0;
    top: 5%;
}
.first_gif, .second_gif {
    position: absolute;
    left: 30%;
    z-index: 100;
    top: -60px;
    width: 500px;
}
.second_gif {
    top: 40px;
}
.hand_order {
    top: 0;
    right: -85px;
    position: absolute;
}
.purchase_subscription_name {
    color: var(--second-company);
}
.social_cart {
    gap: 30px;
}