@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 600 16px/16px "Inter", sans-serif;
    color: var(--general-black);
    min-height: 100vh;
    min-width: 300px;
    background: var(--main-bg-color);
}

a {
    text-decoration: none;
    color: var(--link);
}

.bootstrap-wrapper .container-fluid {
    max-width: 1430px;
    height: 100%;
}

.bootstrap-wrapper .container-fluid .row {
    height: 100%;
}

.justify-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.line__top {
    border-top: 1px solid var(--other-line);
}

.line__bottom {
    border-bottom: 1px solid var(--other-line);
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.page__title {
    line-height: 120%;
    font-size: 3rem;
    margin-bottom: 60px;
}

.button {
    height: 60px;
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: var(--general-accent);
    border-radius: var(--border-radius-30);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    border: none;
    font-family: "Nunito", sans-serif;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.button:not(.disabled):hover {
    background: var(--bg-dark);
}

.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
    font-size: 0.875rem;
    margin-bottom: 10px;
    padding-top: 10px;
}

.breadcrumbs .breadcrumbs__item:last-child::after {
    display: none;
}

.breadcrumbs .breadcrumbs__item::after {
    content: '/';
    margin: 0 8px;
}

.breadcrumbs .breadcrumbs__link {
    color: var(--general-gray);
}

.breadcrumbs .breadcrumbs__link-home {
    color: var(--general-accent);
}

header {
    position: relative;
}

header.treemenu__open {
    z-index: 3;
}

header.ver_01 {
    background: var(--white-bg-color);
    min-height: 100px;
}

header.ver_01 .container-fluid {
    padding-top: 21px;
    padding-bottom: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_01 .header__logo {
    display: block;
}

header.ver_01 .header__logo-img {
    display: block;
    width: 175px;
}

header.ver_01 .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_01 .header__contacts-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.ver_01 .header__contacts-col + .header__contacts-col {
    margin-left: 120px;
}

header.ver_01 .contacts-phone__link {
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
    margin-bottom: 15px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-top: 4px;
    color: var(--general-black);
}

header.ver_01 .contacts-phone__link:hover {
    color: var(--link-hover);
}

header.ver_01 .contacts-phone__link > .svg {
    display: block;
    margin-right: 13.5px;
}

header.ver_01 .header__contacts-city {
    font-size: 1.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 100%;
}

header.ver_01 .header__contacts-city > .svg {
    display: block;
    margin-right: 13.5px;
}

header.ver_01 .header__contacts-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 14px;
}

header.ver_01 .contacts-soc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--other-accent-light);
    border-radius: 50%;
}

header.ver_01 .contacts-soc__link + .contacts-soc__link {
    margin-left: 12px;
}

header.ver_01 .contacts-call__link {
    font-weight: 700;
    color: var(--link);
}

header.ver_02 {
    background: var(--white-bg-color);
}

header.ver_02 .container-fluid {
    padding-top: 21px;
    padding-bottom: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_02 .header__bottom .container-fluid {
    padding-top: 14px;
    padding-bottom: 14px;
}

header.ver_02 .header__logo {
    display: block;
}

header.ver_02 .header__logo-img {
    display: block;
    width: 175px;
}

header.ver_02 .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.ver_02 .header__contacts-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.ver_02 .header__contacts-col + .header__contacts-col {
    margin-left: 48px;
}

header.ver_02 .contacts-phone__link {
    font-size: 1.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
    margin-bottom: 8px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-top: 8px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 700;
    color: var(--general-black);
}

header.ver_02 .contacts-phone__link:hover {
    color: var(--link-hover);
}

header.ver_02 .contacts-mail__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 100%;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-top: 4px;
}

header.ver_02 .contacts-mail__link:hover {
    color: var(--link-hover);
}

header.ver_02 .contacts-mail__link > .svg {
    display: block;
    margin-right: 9.5px;
}

header.ver_02 .contacts-call__link {
    font-weight: 700;
    width: 220px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid var(--link);
    border-radius: var(--border-radius-25);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-top: 3px;
}

header.ver_02 .contacts-call__link:hover {
    color: #ffffff;
    background: var(--link);
}

header.ver_02 .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_02 .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

header.ver_02 .header__nav-item {
    position: relative;
}

header.ver_02 .header__nav-item.parent:hover .header__nav-childs-list {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

header.ver_02 .header__nav-item.parent > a::after {
    content: '';
    background: url(/i/icon__arrow.svg) no-repeat;
    display: block;
    width: 8.5px;
    height: 5.5px;
    margin-left: 5px;
}

header.ver_02 .header__nav-item + .header__nav-item {
    margin-left: 32px;
}

header.ver_02 .header__nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    color: var(--general-black);
    font-weight: 600;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.ver_02 .header__nav-link:hover {
    color: var(--link-hover);
}

header.ver_02 .header__nav-childs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: var(--border-radius-20);;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 25px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    z-index: 10;
}

header.ver_02 .header__nav-childs-item + .header__nav-childs-item {
    border-top: 1px solid #DEDEDE;
}

header.ver_02 .header__nav-childs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--font-black);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    white-space: nowrap;
    padding: 16px 20px;
}

header.ver_02 .header__nav-childs-link:hover {
    color: var(--link-hover);
}

header.ver_02 .header__contacts-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header.ver_02 .contacts-soc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--other-accent-light);
    border-radius: 50%;
}

header.ver_02 .contacts-soc__link + .contacts-soc__link {
    margin-left: 12px;
}

header.ver_03 {
    background: var(--white-bg-color);
}

header.ver_03 .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_03 .header__top {
    background: var(--other-accent-light);
}

header.ver_03 .header__top .container-fluid {
    padding-top: 14px;
    padding-bottom: 14px;
}

header.ver_03 .header__logo {
    width: 100%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header.ver_03 .header__logo:first-child {
    margin-left: auto;
}

header.ver_03 .header__logo:last-child {
    margin-right: auto;
}

header.ver_03 .header__logo-link {
    display: block;
}

header.ver_03 .header__logo-img {
    display: block;
    width: 175px;
}

header.ver_03 .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
}

header.ver_03 .header__contacts-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 54px;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--other-accent-light);
    border-radius: 50%;
    margin-right: 16px;
    min-width: 54px;
}

header.ver_03 .header__contacts-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.ver_03 .header__contacts-col + .header__contacts-col {
    margin-left: 48px;
}

header.ver_03 .header__contacts-time {
    font-weight: 600;
    color: var(--link);
    font-size: 0.875rem;
}

header.ver_03 .contacts-phone__link {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
    margin-bottom: 8px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-top: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 700;
    color: var(--general-black);
    white-space: nowrap;
}

header.ver_03 .contacts-phone__link:hover {
    color: var(--link-hover);
}

header.ver_03 .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_03 .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

header.ver_03 .header__nav-item {
    position: relative;
    margin: 0 26px;
}

header.ver_03 .header__nav-item.parent:hover .header__nav-childs-list {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

header.ver_03 .header__nav-item.parent > a::after {
    content: '';
    background: url(/i/icon__arrow.svg) no-repeat;
    display: block;
    width: 8.5px;
    height: 5.5px;
    margin-left: 5px;
}

header.ver_03 .header__nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    color: var(--general-black);
    font-weight: 600;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.ver_03 .header__nav-link:hover {
    color: var(--link-hover);
}

header.ver_03 .header__nav-childs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: var(--border-radius-20);;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 25px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    z-index: 10;
}

header.ver_03 .header__nav-childs-item + .header__nav-childs-item {
    border-top: 1px solid var(--other-line);
}

header.ver_03 .header__nav-childs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0;
    color: var(--font-black);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    white-space: nowrap;
    padding: 16px 20px;
}

header.ver_03 .header__nav-childs-link:hover {
    color: var(--link-hover);
}

header.ver_03 .header__contacts-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 25%;
}

header.ver_03 .contacts-soc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 54px;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--other-accent-light);
    border-radius: 50%;
}

header.ver_03 .contacts-soc__link > .svg {
    display: block;
    width: 50px;
    max-width: 28px;
    height: 24px;
}

header.ver_03 .contacts-soc__link + .contacts-soc__link {
    margin-left: 16px;
}

header.ver_04 {
    background: var(--white-bg-color);
}

header.ver_04 .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_04 .header__top {
    background: var(--other-accent-light);
}

header.ver_04 .header__top .container-fluid {
    padding-top: 14px;
    padding-bottom: 14px;
}

header.ver_04 .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header.ver_04 .header__logo-link {
    display: block;
}

header.ver_04 .header__logo-img {
    display: block;
    width: 175px;
}

header.ver_04 .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

header.ver_04 .header__contacts-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.ver_04 .header__contacts-col + .header__contacts-col {
    margin-left: 48px;
}

header.ver_04 .header__contacts-time {
    font-weight: 600;
    color: var(--general-gray);
    font-size: 0.875rem;
}

header.ver_04 .contacts-phone__link {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
    margin-bottom: 8px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-top: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 700;
    color: var(--general-black);
}

header.ver_04 .contacts-phone__link:hover {
    color: var(--link-hover);
}

header.ver_04 .header__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

header.ver_04 .header-search {
    width: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.ver_04 .header-search__label {
    display: block;
    position: relative;
}

header.ver_04 .header-search__input {
    width: 100%;
    height: 50px;
    border: 1px solid var(--other-line);
    border-radius: var(--border-radius-25);
    padding: 0 25px;
    font-family: "Nunito", sans-serif;
}

header.ver_04 .header-search__submit {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 1px;
    top: 1px;
    border: none;
    background: transparent;
}

header.ver_04 .header-search__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
}

header.ver_04 .header-search__radio > input[type=radio] {
    opacity: 0;
    position: absolute;
}

header.ver_04 .header-search__radio > input[type=radio]:checked + .header-search__radio-item::before {
    opacity: 1;
}

header.ver_04 .header-search__radio-item {
    position: relative;
    padding-left: 24px;
    margin-right: 24px;
    display: block;
    cursor: pointer;
}

header.ver_04 .header-search__radio-item:last-child {
    margin-right: 0;
}

header.ver_04 .header-search__radio-item::after {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: var(--border-radius-8);
    border: 1px solid #2E3F7F;
    top: 0px;
}

header.ver_04 .header-search__radio-item::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #2E3F7F;
    border-radius: 50%;
    left: 4px;
    top: 4px;
    opacity: 0;
}

header.ver_04 .header__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

header.ver_04 .header-basket__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--other-accent-light);
    border-radius: 50%;
    margin-right: 16px;
    position: relative;
}

header.ver_04 .header-basket__count {
    position: absolute;
    font-size: 0.75rem;
    color: #fff;
    background: #EB5757;
    padding: 1px 6px;
    border-radius: 9px;
    right: 0;
    top: 0;
}

header.ver_04 .header-basket__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.ver_04 .header-basket__title {
    color: var(--general-gray);
    font-size: 0.875rem;
    margin-bottom: 8px;
}

header.ver_04 .header-basket__price {
    font-size: 1.25rem;
    font-weight: 700;
}

header.ver_04 .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_04 .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

header.ver_04 .header__nav-item {
    position: relative;
}

header.ver_04 .header__nav-item + .header__nav-item {
    margin-left: 32px;
}

header.ver_04 .header__nav-item.parent:hover .header__nav-childs-list {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

header.ver_04 .header__nav-item.parent > a::after {
    content: '';
    background: url(/i/icon__arrow.svg) no-repeat;
    display: block;
    width: 8.5px;
    height: 5.5px;
    margin-left: 5px;
}

header.ver_04 .header__nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    color: var(--font-black);
    font-weight: 600;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.ver_04 .header__nav-link:hover {
    color: var(--link-hover);
}

header.ver_04 .header__nav-childs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: var(--border-radius-20);;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 25px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    z-index: 10;
}

header.ver_04 .header__nav-childs-item + .header__nav-childs-item {
    border-top: 1px solid #DEDEDE;
}

header.ver_04 .header__nav-childs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--font-black);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    white-space: nowrap;
    padding: 16px 20px;
}

header.ver_04 .header__nav-childs-link:hover {
    color: var(--link-hover);
}

header.ver_04 .header__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.ver_04 .header-auth__icon {
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

header.ver_05 {
    background: var(--white-bg-color);
}

header.ver_05 .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_05 .header__top {
    background: white;
}

header.ver_05 .header__top .container-fluid {
    padding-top: 12px;
    padding-bottom: 12px;
}

header.ver_05 .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header.ver_05 .header__logo-link {
    display: block;
}

header.ver_05 .header__logo-img {
    display: block;
    width: 175px;
}

header.ver_05 .header__city {
    position: relative;
}

header.ver_05 .header__city-current {
    color: #fff;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.ver_05 .header__city-current .svg {
    display: block;
    margin-left: 5px;
}

header.ver_05 .header__city-current .svg path {
    fill: #fff;
}

header.ver_05 .header__city-popup {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
    position: absolute;
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: var(--border-radius-20);;
    left: 0;
    z-index: 10;
    display: none;
}

header.ver_05 .city-popup__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--general-black);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    white-space: nowrap;
    padding: 16px 20px;
}

header.ver_05 .city-popup__link + .city-popup__link {
    border-top: 1px solid var(--other-accent-light);
}

header.ver_05 .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_05 .header__contacts + .header__contacts-col {
    margin-left: 120px;
}

header.ver_05 .contacts-phone__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    color: var(--general-black);
    margin-right: 81px;
}

header.ver_05 .contacts-phone__link:hover {
    color: var(--link);
}

header.ver_05 .contacts-phone__link > .svg {
    display: block;
    margin-right: 9px;
}

header.ver_05 .contacts-phone__link > .svg path {
    stroke: var(--link);
}

header.ver_05 .contacts-mail__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    color: var(--general-black);
}

header.ver_05 .contacts-mail__link:hover {
    color: var(--link);
}

header.ver_05 .contacts-mail__link > .svg {
    display: block;
    margin-right: 9px;
}

header.ver_05 .contacts-mail__link > .svg path {
    stroke: var(--link);
}

header.ver_05 .header__contacts-city {
    font-size: 1.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 100%;
}

header.ver_05 .header__contacts-city > img {
    display: block;
    margin-right: 13.5px;
}

header.ver_05 .header__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

header.ver_05 .header-search {
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.ver_05 .header-search__label {
    display: block;
    position: relative;
}

header.ver_05 .header-search__input {
    width: 100%;
    height: 46px;
    border: 1px solid #fff;
    border-radius: var(--border-radius-25);
    padding: 0 25px;
    font-family: "Nunito", sans-serif;
}

header.ver_05 .header-search__submit {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 1px;
    top: 1px;
    border: none;
    background: transparent;
}

header.ver_05 .header__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

header.ver_05 .header-basket__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--other-accent-light);
    border-radius: 50%;
    margin-right: 16px;
    position: relative;
}

header.ver_05 .header-basket__count {
    position: absolute;
    font-size: 0.75rem;
    color: #fff;
    background: #EB5757;
    padding: 1px 6px;
    border-radius: 9px;
    right: 0;
    top: 0;
}

header.ver_05 .header-basket__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.ver_05 .header-basket__title {
    color: var(--general-gray);
    font-size: 0.875rem;
    margin-bottom: 8px;
}

header.ver_05 .header-basket__price {
    font-size: 1.25rem;
    font-weight: 700;
}

header.ver_05 .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

header.ver_05 .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

header.ver_05 .header__nav-item {
    position: relative;
    margin: 0 20px;
}

header.ver_05 .header__nav-item.parent:hover .header__nav-childs-list {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

header.ver_05 .header__nav-item.parent > a::after {
    content: '';
    background: url(/i/icon__arrow.svg) no-repeat;
    display: block;
    width: 8.5px;
    height: 5.5px;
    margin-left: 5px;
}

header.ver_05 .header__nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    color: var(--general-black);
    font-weight: 600;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.ver_05 .header__nav-link:hover {
    color: var(--link-hover);
}

header.ver_05 .header__nav-childs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: var(--border-radius-20);;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 25px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    z-index: 10;
}

header.ver_05 .header__nav-childs-item + .header__nav-childs-item {
    border-top: 1px solid #DEDEDE;
}

header.ver_05 .header__nav-childs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--general-black);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    white-space: nowrap;
    padding: 16px 20px;
}

header.ver_05 .header__nav-childs-link:hover {
    color: var(--link-hover);
}

header.ver_05 .header__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--general-black);
    border: solid var(--link) 1px;
    padding: 5px 12px;
    border-radius: 5px;
}

header.ver_05 .header__auth:hover {
    color: #fff;
    background-color: var(--link);
}

header.ver_05 .header-auth__icon {
    margin-right: 12px;
}

header.ver_05 .header-auth__icon .svg path {
    stroke: #000000;
}

header.ver_06 {
    background: var(--white-bg-color);
    min-height: 90px;
}

header.ver_06 .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}

header.ver_06 .header__logo {
    display: block;
}

header.ver_06 .header__logo-img {
    display: block;
    width: 175px;
}

header.ver_06 .header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_06 .header__contacts-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.ver_06 .header__menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 35px;
}

header.ver_06 .header__menu-open span {
    display: block;
    width: 40px;
    height: 3px;
    background: var(--general-black);
    border-radius: 2px;
}

header.ver_06 .header__menu-open span + span {
    margin-top: 7.5px;
}

header.ver_06 .contacts-call__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 35px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: var(--general-white);
    background: var(--general-accent);
    border: 1px solid var(--general-accent);
    border-radius: var(--border-radius-25);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-left: 40px;
}

header.ver_06 .contacts-call__link:hover {
    background: var(--general-white);
    color: var(--general-accent);
}

header.ver_07 {
    background: var(--white-bg-color);
}

header.ver_07 .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_07 .header__menu-open {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--general-accent);
    border-radius: var(--border-radius-8);
    margin-right: 32px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

header.ver_07 .header__menu-open:hover {
    background: var(--bg-dark-light);
}

header.ver_07 .header__menu-open span {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
}

header.ver_07 .header__menu-open span + span {
    margin-top: 7.5px;
}

header.ver_07 .header__top {
    background: var(--other-accent-light);
}

header.ver_07 .header__top .container-fluid {
    padding-top: 13px;
    padding-bottom: 13px;
    min-height: 60px;
}

header.ver_07 .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
}

header.ver_07 .header__logo-link {
    display: block;
}

header.ver_07 .header__logo-img {
    display: block;
    width: 175px;
}

header.ver_07 .contacts-city__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    color: #000;
}

header.ver_07 .contacts-city__name > .svg {
    display: block;
    margin-right: 9px;
}

header.ver_07 .contacts-city__name > .svg path {
    stroke: #2E3F7F;
}

header.ver_07 .contacts-phone__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    color: #000;
}

header.ver_07 .contacts-phone__link:hover {
    color: #2E3F7F;
}

header.ver_07 .contacts-phone__link > .svg {
    display: block;
    margin-right: 9px;
}

header.ver_07 .contacts-phone__link > .svg path {
    stroke: #2E3F7F;
}

header.ver_07 .contacts-mail__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    color: #000;
}

header.ver_07 .contacts-mail__link:hover {
    color: #2E3F7F;
}

header.ver_07 .contacts-mail__link > .svg {
    display: block;
    margin-right: 9px;
}

header.ver_07 .contacts-mail__link > .svg path {
    stroke: #2E3F7F;
}

header.ver_07 .header__contacts-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header.ver_07 .contacts-soc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--general-white);
    border-radius: 50%;
}

header.ver_07 .contacts-soc__link + .contacts-soc__link {
    margin-left: 12px;
}

header.ver_07 .header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_07 .contacts-service__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 35px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: var(--general-white);
    background: var(--general-accent);
    border: 1px solid var(--general-accent);
    border-radius: var(--border-radius-25);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-left: 40px;
}

header.ver_07 .contacts-service__link:hover {
    background: var(--general-white);
    color: var(--general-accent);
}

header.ver_07 .contacts-call__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 35px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: var(--general-accent);
    background: var(--general-white);
    border: 1px solid var(--general-accent);
    border-radius: var(--border-radius-25);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-left: 40px;
}

header.ver_07 .contacts-call__link:hover {
    background: var(--general-accent);
    color: var(--general-white);
}

header.ver_08 {
    background: var(--white-bg-color);
}

header.ver_08 .container-fluid {
    padding-top: 16px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 90px;
}

header.ver_08 .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
}

header.ver_08 .header__logo-link {
    display: block;
}

header.ver_08 .header__logo-img {
    display: block;
    width: 175px;
}

header.ver_08 .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_08 .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

header.ver_08 .header__nav-item {
    position: relative;
    margin: 0 20px;
}

header.ver_08 .header__nav-item.parent:hover .header__nav-childs-list {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

header.ver_08 .header__nav-item.parent > a::after {
    content: '';
    background: url(/i/icon__arrow.svg) no-repeat;
    display: block;
    width: 8.5px;
    height: 5.5px;
    margin-left: 5px;
}

header.ver_08 .header__nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    color: var(--general-black);
    font-weight: 600;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.ver_08 .header__nav-link:hover {
    color: var(--link-hover);
}

header.ver_08 .header__nav-childs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: var(--border-radius-20);;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 25px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    z-index: 10;
}

header.ver_08 .header__nav-childs-item + .header__nav-childs-item {
    border-top: 1px solid #DEDEDE;
}

header.ver_08 .header__nav-childs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0;
    color: var(--general-black);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    white-space: nowrap;
    padding: 16px 20px;
}

header.ver_08 .header__nav-childs-link:hover {
    color: var(--link-hover);
}

header.ver_09 {
    background: var(--white-bg-color);
}

header.ver_09 .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_09 .container-fluid > *:last-child {
    margin-right: 0;
}

header.ver_09 .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 60px;
}

header.ver_09 .header__logo-link {
    display: block;
}

header.ver_09 .header__logo-img {
    display: block;
    width: 175px;
}

header.ver_09 .header__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 60px;
}

header.ver_09 .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

header.ver_09 .header-search__label {
    display: block;
    position: relative;
}

header.ver_09 .header-search__input {
    width: 100%;
    height: 46px;
    border: 1px solid #fff;
    border-radius: var(--border-radius-25);
    padding: 0 25px;
    font-family: "Nunito", sans-serif;
    background: var(--other-accent-light);
}

header.ver_09 .header-search__input::-webkit-input-placeholder {
    color: #808285;
}

header.ver_09 .header-search__input::-moz-placeholder {
    color: #808285;
}

header.ver_09 .header-search__input:-ms-input-placeholder {
    color: #808285;
}

header.ver_09 .header-search__submit {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 1px;
    top: 1px;
    border: none;
    background: transparent;
}

header.ver_09 .header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 60px;
}

header.ver_09 .header__info > a:first-child {
    margin-right: 35px;
}

header.ver_09 .header__fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

header.ver_09 .header__fav:hover {
    color: var(--general-accent);
}

header.ver_09 .header-fav__icon {
    margin-right: 13px;
}

header.ver_09 .header__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

header.ver_09 .header__basket:hover .header-basket__price {
    color: var(--general-accent);
}

header.ver_09 .header-basket__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
}

header.ver_09 .header-basket__count {
    position: absolute;
    font-size: 0.75rem;
    color: #fff;
    background: var(--general-accent);
    padding: 1px 5px;
    border-radius: 9px;
    right: -6px;
    top: -6px;
}

header.ver_09 .header-basket__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.ver_09 .header-basket__price {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}

header.ver_09 .header__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 35px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: var(--general-accent);
    background: var(--general-white);
    border: 1px solid var(--general-accent);
    border-radius: var(--border-radius-25);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-right: 60px;
}

header.ver_09 .header__auth:hover {
    background: var(--general-accent);
    color: var(--general-white);
}

header.ver_10 {
    background: var(--white-bg-color);
}

header.ver_10 .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_10 .container-fluid > *:last-child {
    margin-right: 0;
}

header.ver_10 .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 60px;
}

header.ver_10 .header__logo-link {
    display: block;
}

header.ver_10 .header__logo-img {
    display: block;
    width: 175px;
}

header.ver_10 .header__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

header.ver_10 .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-right: 60px;
}

header.ver_10 .header-search__label {
    display: block;
    position: relative;
}

header.ver_10 .header-search__input {
    width: 100%;
    height: 46px;
    border: 1px solid #fff;
    border-radius: var(--border-radius-25);
    padding: 0 25px;
    font-family: "Nunito", sans-serif;
    background: var(--other-accent-light);
}

header.ver_10 .header-search__input::-webkit-input-placeholder {
    color: #808285;
}

header.ver_10 .header-search__input::-moz-placeholder {
    color: #808285;
}

header.ver_10 .header-search__input:-ms-input-placeholder {
    color: #808285;
}

header.ver_10 .header-search__submit {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 1px;
    top: 1px;
    border: none;
    background: transparent;
}

header.ver_10 .header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 32px;
}

header.ver_10 .header__info > a:first-child {
    margin-right: 24px;
}

header.ver_10 .header__fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--general-gray);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

header.ver_10 .header__fav:hover {
    color: var(--general-accent);
}

header.ver_10 .header-fav__icon {
    margin-bottom: 7px;
}

header.ver_10 .header__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.ver_10 .header__basket:hover .header-basket__price {
    color: var(--general-accent);
}

header.ver_10 .header-basket__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
}

header.ver_10 .header-basket__icon img {
    margin-bottom: 4px;
}

header.ver_10 .header-basket__count {
    position: absolute;
    font-size: 0.75rem;
    color: #fff;
    background: var(--general-accent);
    padding: 1px 5px;
    border-radius: 9px;
    right: -6px;
    top: -6px;
}

header.ver_10 .header-basket__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.ver_10 .header-basket__price {
    font-size: 1rem;
    font-weight: 600;
    color: var(--general-gray);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

header.ver_10 .header__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 35px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: var(--general-accent);
    background: var(--general-white);
    border: 1px solid var(--general-accent);
    border-radius: var(--border-radius-25);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-right: 32px;
}

header.ver_10 .header__auth:hover {
    background: var(--general-accent);
    color: var(--general-white);
}

header.ver_10 .header__catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 19px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: var(--general-accent);
    background: var(--general-white);
    border: 1px solid var(--general-accent);
    border-radius: var(--border-radius-25);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

header.ver_10 .header__catalog.open .header__catalog-close {
    display: block;
}

header.ver_10 .header__catalog.open .header__catalog-open {
    display: none;
}

header.ver_10 .header__catalog .svg {
    margin-right: 13px;
}

header.ver_10 .header__catalog:hover {
    background: var(--general-accent);
    color: var(--general-white);
}

header.ver_10 .header__catalog:hover .svg path {
    stroke: #fff;
}

header.ver_10 .header__catalog-close {
    display: none;
}

header.ver_10 .header__catalog-close path {
    stroke: var(--general-accent);
}

header.ver_10 .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

header.ver_10 .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

header.ver_10 .header__nav-item {
    position: relative;
    margin: 0 20px;
}

header.ver_10 .header__nav-item.parent:hover .header__nav-childs-list {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

header.ver_10 .header__nav-item.parent > a::after {
    content: '';
    background: url(/i/icon__arrow.svg) no-repeat;
    display: block;
    width: 8.5px;
    height: 5.5px;
    margin-left: 5px;
}

header.ver_10 .header__nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    color: var(--general-black);
    font-weight: 600;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.ver_10 .header__nav-link:hover {
    color: var(--link-hover);
}

header.ver_10 .header__nav-childs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: var(--border-radius-20);;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 25px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    z-index: 10;
}

header.ver_10 .header__nav-childs-item + .header__nav-childs-item {
    border-top: 1px solid #DEDEDE;
}

header.ver_10 .header__nav-childs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0;
    color: var(--general-black);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    white-space: nowrap;
    padding: 16px 20px;
}

header.ver_10 .header__nav-childs-link:hover {
    color: var(--link-hover);
}

.main-screen{
    z-index: 0;
}

.main-screen.ver_01 {
    height: 940px;
    position: relative;
    overflow: hidden;
}

.main-screen.ver_01 .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-screen.ver_01 .main-screen__bg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    z-index: -1;
}

.main-screen.ver_01 .main-screen__title {
    color: var(--general-black);
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 120%;
    width: 50%;
    margin-bottom: 32px;
}

.main-screen.ver_01 .main-screen__desc {
    width: 35%;
    color: var(--general-gray);
    font-size: 1.25rem;
    line-height: 140%;
    margin-bottom: 46px;
}

.main-screen.ver_02 {
    height: 940px;
    position: relative;
    overflow: hidden;
}

.main-screen.ver_02::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0.8)), to(rgba(35, 31, 32, 0.6)));
    background: linear-gradient(180deg, rgba(35, 31, 32, 0.8) 0%, rgba(35, 31, 32, 0.6) 100%);
}

.main-screen.ver_02 .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.main-screen.ver_02 .main-screen__bg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    z-index: -2;
}

.main-screen.ver_02 .main-screen__label {
    color: var(--general-white);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.main-screen.ver_02 .main-screen__title {
    color: var(--general-white);
    font-size: 3.25rem;
    font-weight: bold;
    line-height: 120%;
    width: 80%;
    margin-bottom: 32px;
}

.main-screen.ver_02 .main-screen__desc {
    width: 55%;
    color: var(--other-line);
    font-size: 1.25rem;
    line-height: 140%;
    margin-bottom: 46px;
}

.main-screen.ver_02 .main-screen__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-screen.ver_02 .main-screen__buttons .button:first-child {
    margin-right: 24px;
}

.main-screen.ver_02 .main-screen__more {
    background: var(--general-white);
    color: var(--general-accent);
}

.main-screen.ver_02 .main-screen__more:hover {
    color: var(--general-white);
    background: transparent;
    border: 1px solid #fff;
}

.main-screen.ver_02 .main-screen__order {
    background: transparent;
    border: 1px solid #fff;
}

.main-screen.ver_02 .main-screen__order:hover {
    background: var(--general-white);
    color: var(--general-accent);
}

.main-screen.ver_03 {
    height: 940px;
    position: relative;
    overflow: hidden;
    background: var(--general-white);
}

.main-screen.ver_03 .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-screen.ver_03 .main-screen__bg {
    position: absolute;
    left: 50%;
    height: 100%;
    z-index: -1;
}

.main-screen.ver_03 .main-screen__title {
    color: var(--general-black);
    font-size: 3.25rem;
    font-weight: bold;
    line-height: 120%;
    width: 50%;
    margin-bottom: 32px;
}

.main-screen.ver_03 .main-screen__desc {
    width: 35%;
    color: var(--general-gray);
    font-size: 1.25rem;
    line-height: 140%;
    margin-bottom: 46px;
}

.main-screen.ver_03 .main-screen__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.main-screen.ver_03 .main-screen__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.main-screen.ver_03 .main-screen__slider-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

.main-screen.ver_03 .main-screen__slider-nav {
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: 60px;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-screen.ver_03 .main-screen__slider-nav .slider-nav__button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin: 0;
    border: none;
    background: #fff;
    cursor: pointer;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.main-screen.ver_03 .main-screen__slider-nav .slider-nav__button path {
    stroke: var(--general-accent);
}

.main-screen.ver_03 .main-screen__slider-nav .slider-nav__button:hover {
    background: var(--general-accent);
}

.main-screen.ver_03 .main-screen__slider-nav .slider-nav__button:hover path {
    stroke: var(--general-white);
}

.main-screen.ver_03 .main-screen__slider-nav .slider-nav__prev {
    margin-right: 24px;
}

.main-screen.ver_04 {
    height: 940px;
    position: relative;
    overflow: hidden;
}

.main-screen.ver_04::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0.8)), to(rgba(35, 31, 32, 0.6)));
    background: linear-gradient(180deg, rgba(35, 31, 32, 0.8) 0%, rgba(35, 31, 32, 0.6) 100%);
}

.main-screen.ver_04 .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-screen.ver_04 .main-screen__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-screen.ver_04 .main-screen__info {
    padding-right: 50px;
}

.main-screen.ver_04 .main-screen__bg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    z-index: -2;
    top: 0;
}

.main-screen.ver_04 .main-screen__title {
    color: var(--general-white);
    font-size: 3.875rem;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 32px;
}

.main-screen.ver_04 .main-screen__desc {
    color: var(--other-line);
    font-size: 1.25rem;
    line-height: 140%;
    width: 75%;
}

.main-screen.ver_04 .main-screen__form {
    min-width: 566px;
    background: var(--general-white);
    border-radius: var(--border-radius-30);
    padding: 60px;
}

.main-screen.ver_04 .form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-screen.ver_04 .form__label {
    display: block;
    margin-bottom: 24px;
}

.main-screen.ver_04 .form__input {
    height: 60px;
    width: 100%;
    border: 1px solid var(--other-line);
    border-radius: var(--border-radius-30);
    padding: 22px 24px;
    font-family: "Nunito", sans-serif;
    color: var(--general-gray);
    font-size: 1rem;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.main-screen.ver_04 .form__input:focus {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.main-screen.ver_04 .form__button {
    border: none;
    font-family: "Nunito", sans-serif;
    width: 100%;
    font-size: 1rem;
    cursor: pointer;
    margin-bottom: 20px;
}

.main-screen.ver_04 .form__button:disabled, .form__button.disabled {
    cursor: default;
    opacity: 0.75;
}

.main-screen.ver_04 .form__checkbox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.main-screen.ver_04 .form__checkbox:checked + .form__label-checkbox::after {
    display: block;
}

.main-screen.ver_04 .form__check {
    margin-left: 60px;
}

.main-screen.ver_04 .form__label-checkbox {
    line-height: 130%;
    font-size: 0.875rem;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-screen.ver_04 .form__label-checkbox::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid var(--general-accent);
    display: block;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: -22px;
    cursor: pointer;
}

.main-screen.ver_04 .form__label-checkbox::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(/i/icon__checkbox-d.svg) no-repeat 50% 50%;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: -22px;
    cursor: pointer;
}

.pict_slider.ver_01 {
    height: 500px;
    position: relative;
}

.pict_slider.ver_01 .slick-dots {
    display: none !important;
}

.pict_slider.ver_01 .container-fluid {
    height: auto;
    padding: 0 100px;
}

.pict_slider.ver_01 .pict_slider__slider-item {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
}

.pict_slider.ver_01 .pict_slider__title {
    font-size: 3.25rem;
    line-height: 120%;
    margin-bottom: 30px;
}

.pict_slider.ver_01 .pict_slider__title span {
    color: var(--general-accent);
    font-weight: 700;
}

.pict_slider.ver_01 .pict_slider__slider-nav {
    position: absolute;
    z-index: 10;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 30px;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pict_slider.ver_01 .pict_slider__slider-nav .slider-nav__button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    border: none;
    background: #fff;
    cursor: pointer;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.pict_slider.ver_01 .pict_slider__slider-nav .slider-nav__button path {
    stroke: var(--general-accent);
}

.pict_slider.ver_01 .pict_slider__slider-nav .slider-nav__button:hover {
    background: var(--general-accent);
}

.pict_slider.ver_01 .pict_slider__slider-nav .slider-nav__button:hover path {
    stroke: var(--general-white);
}

.pict_slider.ver_01 .pict_slider__slider-nav .slider-nav__prev {
    left: 0;
}

.pict_slider.ver_01 .pict_slider__slider-nav .slider-nav__next {
    right: 0;
}

.pict_slider.ver_02 {
    height: 500px;
    position: relative;
}

.pict_slider.ver_02 .container-fluid {
    height: auto;
    padding: 0 100px;
}

.pict_slider.ver_02 .pict_slider__slider-item {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
}

.pict_slider.ver_02 .pict_slider__title {
    font-size: 2.25rem;
    line-height: 120%;
    margin-bottom: 30px;
    color: var(--other-line);
}

.pict_slider.ver_02 .pict_slider__title span {
    color: var(--general-white);
    font-weight: 700;
    font-size: 3.5rem;
}

.pict_slider.ver_02 .pict_slider__more {
    background: var(--general-white);
    color: var(--general-accen);
}

.pict_slider.ver_02 .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 24px;
}

.pict_slider.ver_02 .slick-dots button {
    border: none;
    text-indent: -9999em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    margin: 0 6px;
    opacity: 0.4;
    cursor: pointer;
}

.pict_slider.ver_02 .slick-dots .slick-active button {
    opacity: 1;
}

.pict_slider.ver_02 .pict_slider__slider-nav {
    position: absolute;
    z-index: 10;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 30px;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pict_slider.ver_02 .pict_slider__slider-nav .slider-nav__button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    border: none;
    background: #fff;
    cursor: pointer;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.pict_slider.ver_02 .pict_slider__slider-nav .slider-nav__button path {
    stroke: var(--general-accent);
}

.pict_slider.ver_02 .pict_slider__slider-nav .slider-nav__button:hover {
    background: var(--general-accent);
}

.pict_slider.ver_02 .pict_slider__slider-nav .slider-nav__button:hover path {
    stroke: var(--general-white);
}

.pict_slider.ver_02 .pict_slider__slider-nav .slider-nav__prev {
    left: 0;
}

.pict_slider.ver_02 .pict_slider__slider-nav .slider-nav__next {
    right: 0;
}

.pict_sliderantage .page__title {
    text-align: center;
}

.pict_sliderantage.ver_01 {
    padding: 140px 0;
}

.pict_sliderantage.ver_01 .pict_sliderantage__item {
    margin-bottom: 30px;
    border-radius: var(--border-radius-20);;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pict_sliderantage.ver_01 .pict_sliderantage__item:hover {
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
}

.pict_sliderantage.ver_01 .pict_sliderantage__item .pict_sliderantage__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--other-accent-light);
    margin-bottom: 24px;
}

.pict_sliderantage.ver_01 .pict_sliderantage__item .pict_sliderantage__icon svg path {
    stroke: var(--general-accent);
}

.pict_sliderantage.ver_01 .pict_sliderantage__item .pict_sliderantage__title {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 120%;
    margin-bottom: 12px;
}

.pict_sliderantage.ver_01 .pict_sliderantage__item .pict_sliderantage__desc {
    line-height: 140%;
    color: var(--general-gray);
}

.pict_sliderantage.ver_02 {
    padding: 140px 0;
}

.pict_sliderantage.ver_02 .pict_sliderantage__image {
    width: 100%;
}

.pict_sliderantage.ver_02 .pict_sliderantage__item {
    margin-bottom: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 110px;
}

.pict_sliderantage.ver_02 .pict_sliderantage__item .pict_sliderantage__icon {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--other-accent-light);
    -ms-flex-preferred-size: 89px;
    flex-basis: 89px;
    margin-right: 30px;
}

.pict_sliderantage.ver_02 .pict_sliderantage__item .pict_sliderantage__icon svg path {
    stroke: var(--general-accent);
}

.pict_sliderantage.ver_02 .pict_sliderantage__item .pict_sliderantage__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.pict_sliderantage.ver_02 .pict_sliderantage__item .pict_sliderantage__title {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 120%;
    margin-bottom: 12px;
}

.pict_sliderantage.ver_02 .pict_sliderantage__item .pict_sliderantage__desc {
    line-height: 140%;
    color: var(--general-gray);
}

.team .page__title {
    text-align: center;
}

.team.ver_01 {
    padding: 140px 0;
}

.team.ver_01 .team__slider {
    padding: 0 120px;
}

.team.ver_01 .team__item {
    padding: 0 15px;
}

.team.ver_01 .team__item .team__img {
    margin-bottom: 20px;
}

.team.ver_01 .team__item .team__image {
    display: block;
    width: 100%;
}

.team.ver_01 .team__item .team__title {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 120%;
    margin-bottom: 12px;
}

.team.ver_01 .team__item .team__desc {
    line-height: 100%;
    color: var(--general-gray);
}

.team.ver_01 .slider-nav__button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    border: none;
    background: var(--other-accent-light);
    cursor: pointer;
    padding: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team.ver_01 .slider-nav__button path {
    stroke: var(--general-accent);
}

.team.ver_01 .slider-nav__button:hover {
    background: var(--general-accent);
}

.team.ver_01 .slider-nav__button:hover path {
    stroke: var(--general-white);
}

.team.ver_01 .slider-nav__prev {
    left: 0px;
}

.team.ver_01 .slider-nav__next {
    right: 0px;
}

.team.ver_01 .slick-dots {
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team.ver_01 .slick-dots .slick-active button {
    background: var(--general-accent);
}

.team.ver_01 .slick-dots button {
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--other-accent-light);
    text-indent: -9999em;
    padding: 0;
    margin: 0 6px;
}

.team.ver_02 {
    padding: 140px 0;
    background: var(--other-accent-light);
}

.team.ver_02 .team__slider {
    padding: 0 120px;
}

.team.ver_02 .team__item {
    padding: 0 15px 25px;
}

.team.ver_02 .team__item .team__inner {
    background: var(--general-white);
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.14);
    border-radius: var(--border-radius-20);;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.team.ver_02 .team__item .team__img {
    -ms-flex-preferred-size: 169px;
    flex-basis: 169px;
    margin-right: 30px;
}

.team.ver_02 .team__item .team__image {
    width: 100%;
}

.team.ver_02 .team__item .team__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.team.ver_02 .team__item .team__title {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 120%;
    margin-bottom: 12px;
}

.team.ver_02 .team__item .team__desc {
    color: var(--general-accent);
    margin-bottom: 32px;
}

.team.ver_02 .team__item .team__old {
    font-size: 1.125rem;
    color: var(--general-gray);
}

.team.ver_02 .team__item .team__old span {
    color: var(--general-black);
}

.team.ver_02 .team__item .team__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
}

.team.ver_02 .team__item .team-soc__link {
    width: 34px;
    height: 34px;
    background: var(--other-accent-light);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team.ver_02 .team__item .team-soc__link + .team-soc__link {
    margin-left: 16px;
}

.team.ver_02 .slider-nav__button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    border: none;
    background: var(--general-white);
    cursor: pointer;
    padding: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 30px));
    transform: translateY(calc(-50% - 30px));
}

.team.ver_02 .slider-nav__button path {
    stroke: var(--general-accent);
}

.team.ver_02 .slider-nav__button:hover {
    background: var(--general-accent);
}

.team.ver_02 .slider-nav__button:hover path {
    stroke: var(--general-white);
}

.team.ver_02 .slider-nav__prev {
    left: 0px;
}

.team.ver_02 .slider-nav__next {
    right: 0px;
}

.team.ver_02 .slick-dots {
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team.ver_02 .slick-dots .slick-active button {
    background: var(--general-accent);
}

.team.ver_02 .slick-dots button {
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--general-white);
    text-indent: -9999em;
    padding: 0;
    margin: 0 6px;
}

.partners .page__title {
    text-align: center;
}

.partners.ver_01 {
    padding: 140px 0;
}

.partners.ver_01 .partners__slider {
    padding: 0 120px;
}

.partners.ver_01 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.partners.ver_01 .slick-list {
    padding: 7px;
}

.partners.ver_01 .partners__item {
    padding: 15px 7px;
    height: 100%;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: auto;
}

.partners.ver_01 .partners__inner {
    border: 1px solid #DEDEDE;
    border-radius: var(--border-radius-8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.partners.ver_01 .partners__inner:hover {
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.14);
}

.partners.ver_01 .partners__inner img {
    display: block;
    max-width: 100%;
    max-height: 90px;
}

.partners.ver_01 .slider-nav__button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    border: none;
    background: var(--other-accent-light);
    cursor: pointer;
    padding: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.partners.ver_01 .slider-nav__button path {
    stroke: var(--general-accent);
}

.partners.ver_01 .slider-nav__button:hover {
    background: var(--general-accent);
}

.partners.ver_01 .slider-nav__button:hover path {
    stroke: var(--general-white);
}

.partners.ver_01 .slider-nav__prev {
    left: 0px;
}

.partners.ver_01 .slider-nav__next {
    right: 0px;
}

.partners.ver_01 .slick-dots {
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partners.ver_01 .slick-dots .slick-active button {
    background: var(--general-accent);
}

.partners.ver_01 .slick-dots button {
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--other-accent-light);
    text-indent: -9999em;
    padding: 0;
    margin: 0 6px;
}

.partners.ver_02 {
    padding: 140px 0;
}

.partners.ver_02 .page__title {
    text-align: left;
}

.partners.ver_02 .partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px;
}

.partners.ver_02 .partners__item {
    width: 33.33%;
    padding: 7px;
}

.partners.ver_02 .partners__inner {
    border: 1px solid #DEDEDE;
    border-radius: var(--border-radius-8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.partners.ver_02 .partners__inner:hover {
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.14);
}

.partners.ver_02 .partners__inner img {
    display: block;
    max-width: 100%;
    max-height: 90px;
}

.stages .page__title {
    text-align: center;
}

.stages.ver_01 {
    padding: 140px 0;
}

.stages.ver_01 .stages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.stages.ver_01 .stages__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.stages.ver_01 .stages__item:last-child .stages__arrow {
    display: none;
}

.stages.ver_01 .stages__num {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: var(--other-accent-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 2rem;
    line-height: 100%;
    color: var(--general-accent);
    margin-bottom: 24px;
}

.stages.ver_01 .stages__title {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 120%;
    color: var(--general-black);
    margin-bottom: 12px;
    padding-right: 20px;
}

.stages.ver_01 .stages__desc {
    color: var(--general-gray);
    line-height: 140%;
    padding-right: 20px;
}

.stages.ver_01 .stages__arrow {
    height: 16px;
    position: absolute;
    top: 32px;
    left: 96px;
    background: url(/i/icon__stages.svg) no-repeat center right;
    right: 16px;
}

.stages.ver_01 .stages__arrow::after {
    content: '';
    height: 2px;
    position: absolute;
    top: 7px;
    left: 0;
    right: 5px;
    background: var(--general-accent);
}

.stages.ver_02 .stages__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stages.ver_02 .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stages.ver_02 .slick-dots li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.stages.ver_02 .slick-dots li:before {
    position: absolute;
    content: '';
    top: 38px;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: var(--other-accent-light);
}

.stages.ver_02 .slick-dots li:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
}

.stages.ver_02 .slick-dots .slick-active, .stages.ver_02 .slick-dots .slick-line {
    position: relative;
}

.stages.ver_02 .slick-dots .slick-active button, .stages.ver_02 .slick-dots .slick-line button {
    background: var(--general-accent);
    color: var(--general-white);
}

.stages.ver_02 .slick-dots .slick-line:after {
    position: absolute;
    content: '';
    top: 38px;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    z-index: 10;
    background: var(--general-accent);
}

.stages.ver_02 .slick-dots button {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: var(--other-accent-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 2rem;
    line-height: 100%;
    color: var(--general-accent);
    margin-bottom: 24px;
    border: none;
    font-family: "Nunito", sans-serif;
    position: relative;
    z-index: 3;
    cursor: pointer;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.stages.ver_02 .slick-dots button:hover {
    background: var(--other-line);
    color: var(--general-white);
}

.stages.ver_02 .stages__item .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stages.ver_02 .stages__item .stages__title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 120%;
    margin-bottom: 24px;
    padding-right: 150px;
}

.stages.ver_02 .stages__item .stages__desc {
    font-size: 1.25rem;
    line-height: 160%;
    color: var(--general-gray);
    margin-bottom: 40px;
    padding-right: 150px;
}

.stages.ver_02 .stages__item .stages__img {
    width: 100%;
}

.content {
    background: #fff;
    padding: 10px 0;
    line-height: 160%;
}

.content .container-fluid {
    font-size: 1.125rem;
    color: var(--general-gray);
}

.content .content__title {
    font-size: 3rem;
    color: var(--general-black);
    margin-bottom: 60px;
    line-height: 120%;
}

.content h2 {
    font-size: 2rem;
    color: var(--general-black);
    line-height: 120%;
    margin-bottom: 24px;
}

.content h3 {
    font-size: 1.375rem;
    color: var(--general-black);
    line-height: 120%;
    margin-bottom: 24px;
}

.content .justify-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content a {
    text-decoration: underline;
}

.content .button {
    text-decoration: none;
}

.content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.content ul li {
    margin-bottom: 16px;
}

.content ul li::before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--general-accent);
    margin-right: 16px;
}

.content ul li:last-child {
    margin-bottom: 0;
}

.content p {
    margin-bottom: 24px;
}

.content p:last-child {
    margin-bottom: 0;
}

.content table {
    width: 100%;
}

.content table tr:nth-child(2n+1) {
    background: var(--other-accent-light);
}

.content table th {
    background: var(--general-accent);
    color: var(--general-white);
    font-weight: 400;
    text-align: left;
    padding: 30px 24px;
    font-size: 1.125rem;
}

.content table td {
    padding: 24px;
    color: var(--general-black);
}

.content .content__table {
    overflow-x: auto;
}

.content.ver_01 .container-fluid {
    max-width: 960px;
}

.content.ver_01 .content__title {
    text-align: center;
}

.content.ver_02 .img-fluid {
    display: block;
    width: 100%;
}

.content.ver_02 .content__title {
    text-align: center;
}

.content.ver_02 .row {
    margin-bottom: 60px;
}

.content.ver_03 .content__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.content.ver_03 .content__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 150px;
}

.content.ver_03 .content__num {
    width: 586px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content.ver_03 .content__num-item {
    width: 50%;
    padding: 0 10px 20px;
}

.content.ver_03 .content__num-info {
    background: var(--other-accent-light);
    border-radius: var(--border-radius-8);
    height: 140px;
    padding: 25px;
}

.content.ver_03 .content__num-count {
    color: var(--general-accent);
    font-size: 3.75rem;
    line-height: 100%;
    margin-bottom: 12px;
    font-weight: 700;
}

.content.ver_03 .content__num-desc {
    font-size: 1.125rem;
    color: var(--general-black);
}

.content.ver_03 .content__more {
    margin-top: 60px;
}

.content.ver_04 .content__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.content.ver_04 .content__title {
    width: 447px;
}

.content.ver_04 .content__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 150px;
}

.content.ver_04 .content__more {
    margin-top: 40px;
}

.content.ver_05 .container-fluid {
    max-width: 960px;
}

.cards__product {
    padding: 140px 0;
}

.cards__product .product__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 40px;
}

.cards__product .product__category .product__category-link {
    width: calc(20% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px;
    border: 1px solid var(--other-line);
    margin-bottom: 30px;
    padding: 15px;
    border-radius: var(--border-radius-8);
    color: #000;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    text-align: center;
}

.cards__product .product__category .product__category-link:hover {
    color: var(--general-accent);
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
}

.cards__product .product__category .product__category-link .product__category-img {
    margin-bottom: 16px;
}

.cards__product .product__category .product__category-link .product__category-img img {
    display: block;
    max-width: 100%;
}

.cards__product .product__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--other-line);
}

.cards__product .product__sort > * {
    margin-right: 24px;
}

/* Не было в верстке */
.cards__product .product__sort-link.active {
    color: black;
}


.cards__product .container-fluid .row {
    height: auto;
}

.cards__product .product__item {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    position: relative;
}

.cards__product .product__item:hover {
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
    border-radius: var(--border-radius-8);
    _position: absolute;
    z-index: 5;
    margin-bottom: -45px;
}

.cards__product .product__item:hover .product__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cards__product .product__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
    height: 270px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cards__product .product__image img {
    display: block;
    max-width: 100%;
    max-height: 270px;
}

.product__item .product__item__labels{
    position: absolute;
    right: 0;
    margin-top: 10px;
}
.product__item .product__item__labels .product__item__label{
    background: var(--bg-dark);
    color: white;
    text-align: right;
    padding: 10px;
    margin-top: 10px;
}
.product__articule .show_forced{
    display: inline-block;
    background: var(--bg-dark);
    color: white;
    padding: 10px;
}
.deliver_info{
    font-weight: bold;
    color: var(--bg-dark);
    text-align: center;
    margin: 5px;
    margin-bottom: 15px;
}
.cards__product .product__articule {
    color: var(--general-gray);
    font-size: 0.875rem;
    margin-bottom: 8px;
}

.cards__product .product__title {
    color: var(--general-black);
    font-size: 1.125rem;
    margin-bottom: 16px;
    line-height: 140%;
    display: block;
}
.cards__product .product__price-old {
    color: var(--general-gray);
    font-size: 1rem;
    line-height: 0.75rem;
    margin-left: 10px;
    text-decoration: line-through;
}

.cards__product .product__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0;
}

.cards__product .product__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    border: 1px solid #DEDEDE;
    border-radius: var(--border-radius-25);
}

.cards__product .product__count span {
    display: block;
    padding: 0 10px;
    font-size: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.cards__product .product__count span.disabled {
    color: lightgrey;
}

.cards__product .product__count-input {
    width: 100%;
    border: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    min-width: 20px;
}

.cards__product .product__addcart {
    border: none;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    _width: 140px;
    height: 50px;
    _min-width: 140px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    padding: 0 10px;
    white-space: nowrap;
}

.cards__product .product__addcart:hover {
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination a {
    color: var(--general-gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: var(--border-radius-50);
    margin: 0 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination a.active {
    background: var(--other-accent-light);
    color: var(--general-accent);
}

.pagination a:hover {
    color: var(--general-accent);
}

.pagination span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 4px;
    width: 36px;
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination .pagination__arrow:hover .svg path {
    stroke: var(--general-accent);
}

.pagination .pagination__arrow .svg {
    width: 8px;
}

.pagination .pagination__arrow .svg path {
    stroke: var(--general-gray);
}

.card__product-item {
    padding: 140px 0;
}

.card__product-item .product__item-inner .product__image {
    padding-right: 80px;
    margin-bottom: 60px;
}

.card__product-item .product__item-inner .product__image .product__image-slick {
    margin-bottom: 20px;
}

.card__product-item .product__item-inner .product__image .product__image-slick-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card__product-item .product__item-inner .product__image .slider-nav__button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    border: none;
    background: var(--other-accent-light);
    cursor: pointer;
    padding: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card__product-item .product__item-inner .product__image .slider-nav__button path {
    stroke: var(--general-accent);
}

.card__product-item .product__item-inner .product__image .slider-nav__button:hover {
    background: var(--general-accent);
}

.card__product-item .product__item-inner .product__image .slider-nav__button:hover path {
    stroke: var(--general-white);
}

.card__product-item .product__item-inner .product__image .slider-nav__prev {
    left: 0;
}

.card__product-item .product__item-inner .product__image .slider-nav__next {
    right: 0;
}

.card__product-item .product__item-inner .product__image .product__image-slick-thumb .product__image-slick-item {
    padding: 0 25px;
    opacity: 0.5;
    cursor: pointer;
}

.card__product-item .product__item-inner .product__image .product__image-slick-thumb .product__image-slick-item.slick-current {
    opacity: 1;
}

.card__product-item .product__item-inner .product__image .product__image-slick-thumb .slick-list img {
    width: 100%;
}

.card__product-item .product__item-inner .cards__product {
    margin-bottom: 60px;
    padding-left: 80px;
}

.card__product-item .product__item-inner .product__title, h1 {
    font-size: 2.675rem;
    line-height: 3rem;
}

.card__product-item .product__item-inner .product__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card__product-item .product__item-inner .product__count {
    max-width: 125px;
}

.card__product-item .product__item-inner .product__price {
    font-size: 2.25rem;
}

.card__product-item .product__item-inner .product__articule {
    padding-bottom: 16px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--other-line);
}

.card__product-item .product__item-inner .product__tech {
    margin-bottom: 60px;
}

.card__product-item .product__item-inner .product__tech-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    color: var(--general-gray);
    margin-bottom: 20px;
    line-height: 120%;
}

.card__product-item .product__item-inner .product__tech-title {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card__product-item .product__item-inner .product__tech-title span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    border-bottom: 1px dashed #DEDEDE;
    display: block;
    height: 16px;
}

.card__product-item .product__item-inner .product__tech-value {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    color: var(--general-black);
}

.card__product-item .product__desc {
    padding: 60px 0;
    background: var(--bg-light-prod);
}

.card__product-item .product__desc .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card__product-item .product__desc-title {
    width: 358px;
    font-size: 2rem;
    line-height: 120%;
    font-weight: 700;
}

.card__product-item .product__desc-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.card__product-item .product__desc-text p {
    margin-bottom: 24px;
    font-size: 1.125rem;
    line-height: 160%;
    color: var(--general-gray);
}

.card__product-item .product__desc-text p:last-child {
    margin-bottom: 0;
}

.card__product-item .product__more {
    padding: 60px 0 10px;
}

.card__product-item .product__more .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card__product-item .cards__product {
    padding: 0;
}

.card__product-item .product__more-title {
    width: 358px;
    font-size: 2rem;
    line-height: 120%;
    font-weight: 700;
}

.card__product-item .product__more-slider {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    width: calc(100% - 358px);
    display: block;
    position: relative;
}

.card__product-item .product__more-slick {
    width: 100%;
}

.card__product-item .product__more-slick .slick-list {
    padding: 15px 25px 70px;
}

.card__product-item .product__more-slick .slider-nav__button {
    width: 40px;
    height: 40px;
    border-radius: var(--border-radius-50);
    margin: 0;
    border: none;
    background: var(--other-accent-light);
    cursor: pointer;
    padding: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card__product-item .product__more-slick .slider-nav__button path {
    stroke: var(--general-accent);
}

.card__product-item .product__more-slick .slider-nav__button:hover {
    background: var(--general-accent);
}

.card__product-item .product__more-slick .slider-nav__button:hover path {
    stroke: var(--general-white);
}

.card__product-item .product__more-slick .slider-nav__prev {
    left: 0;
}

.card__product-item .product__more-slick .slider-nav__next {
    right: 0;
}

.card__product-item .product__more-slick-item {
    position: relative;
}

.card__product-item .product__item:hover {
    left: 0;
    right: 0;
}

.search__full {
    padding: 40px 0;
}

.search__full .row > div:first-child {
    padding-right: 30px;
}

.search__full .row > div:last-child {
    padding-left: 30px;
}

.search .search__items {
    position: relative;
    padding: 40px;
    background: var(--bg-light-prod);
    border-radius: var(--border-radius-8);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 750px;
}

.search .search__items .search__items-img {
    position: absolute;
    right: 0;
    top: 0;
}

.search .search__items .search__items-title {
    color: var(--general-black);
    font-size: 2rem;
    line-height: 120%;
    margin-bottom: 27px;
    position: relative;
}

.search .search__items .search__items-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search .search__items .search__items-tab {
    background: #fff;
    padding: 2px;
    border: 1px solid var(--other-line);
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    border-radius: var(--border-radius-20);
}

.search .search__items .search__items-link {
    display: block;
    padding: 8px 15px;
    border-radius: var(--border-radius-20);
}

.search .search__items .search__items-link.active {
    color: #ffffff;
    background: var(--general-accent);
}

.search .search__items .search__items-tabc {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search .search__items .search__form {
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.search .search__items .search__form.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search .search__items .search__select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    width: 100%;
}

.search .search__items .search__select-wrap .search__form-select {
    width: calc(50% - 12px);
}

.search .search__items .search__select-wrap .search__form-select + .select2 {
    width: calc(50% - 12px) !important;
    margin-bottom: 24px;
}

.search .search__items .search__select-wrap .search__form-select + .select2.select2-container--open .select2-selection--single {
    border-radius: var(--border-radius-30) var(--border-radius-30) 0 0;
}

.search .search__items .search__select-wrap .search__form-select + .select2 .select2-selection--single {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--border-radius-30);
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid var(--other-line);
}

.search .search__items .search__select-wrap .search__form-select + .select2 .select2-selection__arrow {
    background: url(/i/icon__arrow.svg) no-repeat 50% 50%;
    height: 60px;
    width: 60px;
    opacity: .5;
}

.search .search__items .search__select-wrap .search__form-select + .select2 .select2-selection__arrow b {
    display: none;
}

.search .search__items .search__checkbox-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
    width: 100%;
}

.search .search__items .search__form-button {
    font-family: "Nunito", sans-serif;
}

.search .search__items .search__form-select {
    display: block;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    color: #444;
    line-height: 1.3;
    padding: 0 24px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid var(--other-line);
    height: 60px;
    border-radius: var(--border-radius-30);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3637 1.52515L11.9495 0.110931L6.9997 5.06068L2.04996 0.110931L0.635742 1.52515L6.9997 7.88911L13.3637 1.52515Z' fill='%23808285'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat, repeat;
    background-position: right 24px top 50%, 0 0;
    background-size: 1em auto, 100%;
    width: calc(50% - 12px);
    margin-bottom: 24px;
    cursor: pointer;
}

.search .search__items .search__label-checkbox {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search .search__items .search__label-checkbox .search__checkbox {
    position: absolute;
    opacity: 0;
}

.search .search__items .search__label-checkbox .search__checkbox:checked + .search__checkbox-title::before {
    content: '';
    width: 18px;
    height: 18px;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: -2px;
    z-index: 10;
}

.search .search__items .search__label-checkbox .search__checkbox:checked + .search__checkbox-title::after {
    background: var(--general-accent);
    border-color: var(--general-accent);
}

.search .search__items .search__label-checkbox .search__checkbox-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 26px;
}

.search .search__items .search__label-checkbox .search__checkbox-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid var(--other-line);
    border-radius: 3px;
    left: 0;
    top: -2px;
}

.search .search__items .search__form-checkbox {
    width: calc(33.33% - 12px);
    margin-bottom: 24px;
}

.search .search__items .search__form-button {
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    margin-top: auto;
}

.search .search__result .search__result-wrap {
    border: 1px solid var(--other-line);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: var(--border-radius-8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search .search__result .search__result-item {
    padding: 40px 70px;
    width: 50%;
}

.search .search__result .search__result-item:first-child {
    border-right: 1px solid var(--other-line);
}

.search .search__result .search__result-title {
    font-size: 1.625rem;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 40px;
}

.search .search__result .search__result-subtitle {
    line-height: 120%;
    margin-bottom: 10px;
    font-weight: 700;
}

.search .search__result .search__result-info {
    margin-bottom: 16px;
}

.search .search__result .search__result-info:last-child {
    margin-bottom: 0;
}

.search.ver_02 {
    height: 770px;
    position: relative;
}

.search.ver_02 .search__items {
    position: absolute;
    z-index: 5;
    height: auto;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}

.search.ver_02 .container-fluid {
    height: auto;
    padding: 0 100px;
}

.search.ver_02 .search__items-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.search.ver_02 .search__items-title {
    margin-bottom: 10px;
}

.search.ver_02 .search__items-tab {
    margin-bottom: 40px;
}

.search.ver_02 .search__slider-item {
    height: 770px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
}

.search.ver_02 .search__title {
    font-size: 2.25rem;
    line-height: 120%;
    margin-bottom: 30px;
    color: var(--other-line);
}

.search.ver_02 .search__title span {
    color: var(--general-white);
    font-weight: 700;
    font-size: 3.5rem;
}

.search.ver_02 .search__more {
    background: var(--general-white);
    color: var(--general-accen);
}

.search.ver_02 .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 24px;
}

.search.ver_02 .slick-dots button {
    border: none;
    text-indent: -9999em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    margin: 0 6px;
    opacity: 0.4;
    cursor: pointer;
}

.search.ver_02 .slick-dots .slick-active button {
    opacity: 1;
}

.search.ver_02 .search__slider-nav {
    position: absolute;
    z-index: 10;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 30px;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search.ver_02 .search__slider-nav .slider-nav__button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    border: none;
    background: #fff;
    cursor: pointer;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.search.ver_02 .search__slider-nav .slider-nav__button path {
    stroke: var(--general-accent);
}

.search.ver_02 .search__slider-nav .slider-nav__button:hover {
    background: var(--general-accent);
}

.search.ver_02 .search__slider-nav .slider-nav__button:hover path {
    stroke: var(--general-white);
}

.search.ver_02 .search__slider-nav .slider-nav__prev {
    left: 0;
}

.search.ver_02 .search__slider-nav .slider-nav__next {
    right: 0;
}

.search.ver_02.left_form .search__items{
    left: 0;
}

.search.ver_02.left_form .search__slider-item .container-fluid{
    padding-left: 60%;
}
.search.ver_02_small, .search.ver_02_small .search__slider-item{
    height: 570px;
}
.cart {
    padding: 30px 0;
}

.cart .card__product-item {
    padding: 0;
}

.cart .cart__inner-select {
    background: var(--bg-light-prod);
    padding: 21px 20px;
    border-radius: var(--border-radius-8);
    margin-bottom: 16px;
}

.cart .cart__label-checkbox {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cart .cart__label-checkbox .cart__checkbox {
    position: absolute;
    opacity: 0;
}

.cart .cart__label-checkbox .cart__checkbox:checked + .cart__label-title::before {
    content: '';
    width: 18px;
    height: 18px;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: -2px;
    z-index: 10;
}

.cart .cart__label-checkbox .cart__checkbox:checked + .cart__label-title::after {
    background: var(--general-accent);
    border-color: var(--general-accent);
}

.cart .cart__label-checkbox .cart__label-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 26px;
}

.cart .cart__label-checkbox .cart__label-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid var(--other-line);
    border-radius: 3px;
    left: 0;
    top: -2px;
}

.cart .cart__row {
    border: 1px solid var(--other-line);
    border-radius: var(--border-radius-8);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cart .cart__row .cart__label-checkbox {
    width: 18px;
    height: 18px;
    display: block;
}

.cart .cart__row-img {
    width: 58px;
    height: 58px;
    margin-left: 20px;
}

.cart .cart__row-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.cart .cart__row-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-left: 20px;
}

.cart .cart__row-articule {
    margin-bottom: 8px;
    font-size: .875rem;
    color: var(--general-gray);
}

.cart .cart__row-title {
    color: var(--general-black);
    line-height: 120%;
    font-size: 1.5rem;
    font-weight: 600;
}

.cart .cart__count {
    -ms-flex-preferred-size: 106px;
    flex-basis: 106px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}

.cart .cart__count .product__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #DEDEDE;
    border-radius: var(--border-radius-25);
    height: 50px;
}

.cart .cart__count .product__count span {
    display: block;
    padding: 0 10px;
    font-size: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.cart .cart__count .product__count-input {
    width: 100%;
    border: none;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    min-width: 20px;
}

.cart .cart__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 100%;
    font-weight: 700;
    font-size: 1.5rem;
}

.cart .cart__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart .cart__icon .cart__icon-fav {
    display: block;
}

.cart .cart__icon .cart__icon-fav:hover path {
    fill: var(--general-accent);
    stroke: var(--general-accent);
}

.cart .cart__icon .cart__icon-trash {
    display: block;
}

.cart .cart__icon .cart__icon-trash:hover path {
    stroke: var(--general-accent);
}

.cart .cart__cost {
    margin-top: 32px;
    text-align: right;
    font-size: 1.5rem;
    color: var(--general-gray);
    margin-bottom: 60px;
}

.cart .cart__cost-price {
    color: var(--general-black);
    font-weight: 700;
}

.cart .cart__order {
    background: var(--bg-light-prod);
    padding: 40px;
    border-radius: var(--border-radius-8);
}

.cart .cart__order .row {
    margin: 0 -20px;
}

.cart .cart__order .row .col-12 {
    padding-left: 20px;
    padding-right: 20px;
}

.cart .cart__order .cart__order-label {
    display: block;
    margin-bottom: 20px;
}

.cart .cart__order .cart__order-label:last-child {
    margin-bottom: 0;
}

.cart .cart__order .cart__order-label input[type=text] {
    width: 100%;
    border: 1px solid var(--other-line);
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    height: 60px;
    padding: 0 24px;
    border-radius: var(--border-radius-30);
}

.cart .cart__order .cart__order-label textarea {
    width: 100%;
    border: 1px solid var(--other-line);
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    height: 60px;
    padding: 22px 24px;
    border-radius: var(--border-radius-30);
    resize: none;
    height: 120px;
}

.cart .cart__order .cart__order-smalltitle {
    line-height: 120%;
    color: var(--general-gray);
    font-size: 0.875rem;
    margin-bottom: 20px;
}

.cart .cart__order .cart__order-pay {
    margin-bottom: 33px;
}

.cart .cart__order .cart__order-radio {
    display: block;
    margin-bottom: 16px;
}

.cart .cart__order .cart__order-radio input[type=text] {
    width: 100%;
    border: 1px solid var(--other-line);
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    height: 60px;
    padding: 0 24px;
    border-radius: var(--border-radius-30);
    margin-top: 17px;
    display: none;
}

.cart .cart__order .cart__order-radio input[type=radio] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.cart .cart__order .cart__order-radio input[type=radio]:checked + .cart__order-radio-title + input[type=text] {
    display: block;
}

.cart .cart__order .cart__order-radio input[type=radio]:checked + .cart__order-radio-title::after {
    display: block;
}

.cart .user_data_tabs .button{
    background: #fff;
    color: var(--bg-dark);
    border: 1px solid var(--bg-dark);
}
.cart .user_data_tabs .button.active, .cart .user_data_tabs .button.active:hover{
    background: var(--bg-dark);
    color: #fff;
    border: 1px solid var(--bg-dark);
    cursor: default;
}
.cart .user_data_tabs .button:first-child {
    margin-right: 5px;
}
.cart .user_data_tabs .button:last-child {
    margin-left: 5px;
}
.user_data_tabs {
    display: flex;
}
.ur_company_data{
    display: none;
}
.ur_company_data.active{
    display: inherit;
}
.check_order_tel_alert{
    margin-top:10px;
}
.cart .cart__order .cart__order-radio .cart__order-radio-title {
    line-height: 130%;
    font-size: 0.875rem;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 26px;
    display: block;
}

.cart .cart__order .cart__order-radio .cart__order-radio-title::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid var(--other-line);
    border-radius: 9px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -1px;
    left: 0px;
    cursor: pointer;
    background: #fff;
}

.cart .cart__order .cart__order-radio .cart__order-radio-title::after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--general-accent);
    display: none;
    cursor: pointer;
    position: absolute;
    border-radius: 5px;
    top: 3px;
    left: 4px;
    cursor: pointer;
}

.cart .cart__order .cart__order-radio:last-child {
    margin-bottom: 0;
}

.cart .cart__order .cart__order-cost {
    margin-top: 40px;
    color: var(--general-gray);
    font-size: 1.5rem;
    margin-bottom: 34px;
    line-height: 110%;
}

.cart .cart__order .cart__order-cost-price {
    color: var(--general-accent);
    font-size: 2rem;
    font-weight: 700;
}

.cart .cart__order .cart__order-check {
    margin-bottom: 20px;
}

.cart .cart__order .cart__order-checkbox input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.cart .cart__order .cart__order-checkbox input[type=checkbox]:checked + .cart__order-checkbox-title::after {
    display: block;
}

.cart .cart__order .cart__order-checkbox-title {
    line-height: 130%;
    font-size: 0.875rem;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 22px;
    display: block;
}

.cart .cart__order .cart__order-checkbox-title::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid var(--general-accent);
    display: block;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 0px;
    cursor: pointer;
}

.cart .cart__order .cart__order-checkbox-title::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(/i/icon__checkbox-d.svg) no-repeat 50% 50%;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0px;
    cursor: pointer;
}

.cart .cart__order-title {
    font-size: 2.25rem;
    line-height: 120%;
    margin-bottom: 40px;
}

.cart .cart__order-subtitle {
    font-size: 1.375rem;
    line-height: 120%;
    margin-bottom: 24px;
    font-weight: 700;
}

.cart .cart__order-button {
    width: 100%;
    font-size: 1rem;
}

.filter__page {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.filter__page .filter {
    -ms-flex-preferred-size: 328px;
    flex-basis: 328px;
    margin-right: 30px;
    background: var(--bg-light-prod);
    padding: 30px;
    max-width: 328px;
    min-width: 328px;
    border-radius: var(--border-radius-8);
}

.filter__page .filter__title {
    font-size: 1.75rem;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 16px;
}

.filter__page .filter_clear {
    font-size: 0.875rem;
    line-height: 100%;
    margin-bottom: 3px;
    cursor: pointer;
}

.filter__page .filter__block {
    padding-bottom: 15px;
    margin-bottom: 15px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.filter__page .filter__block:last-child {
    padding: 0;
    margin: 0;
}

.filter__page .filter__block.close {
    margin-bottom: 0;
}

.filter__page .filter__block.close .filter__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter__page .filter__subtitle {
    font-size: 1.125rem;
    line-height: 100%;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    cursor: pointer;
    text-transform: capitalize;
}

.filter__page .filter__subtitle.result {
    margin-bottom: 10px;
}

.filter__page .filter__subtitle .filter__arrow {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.filter__page .filter__subtitle .svg path {
    fill: var(--general-gray);
}

.filter__page .filter__subtitle_inner {
    font-weight: bold;
    padding: 10px 0;
}

.filter__page .filter__result a {
    text-decoration: underline;
    color: var(--general-accent);
    padding-right: 20px;
    margin-bottom: 7px;
    display: inline-block;
}

.filter__page .filter__result a:hover {
    text-decoration: none;
}


.filter__page .filter__scroll {
    overflow-y: auto;
    max-height: 150px;
}

.filter__page .filter__scroll::-webkit-scrollbar {
    width: 3px;
}

.filter__page .filter__scroll::-webkit-scrollbar-track {
    background-color: var(--other-accent-light);
    border-radius: var(--border-radius-8);;
}

.filter__page .filter__scroll::-webkit-scrollbar-thumb {
    border-radius: var(--border-radius-8);;
    background-clip: content-box;
    background-color: var(--other-gray-dark);
}

.filter__page .filter__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-bottom: 16px;
}

.filter__page .filter__check:last-child {
    margin-bottom: 0;
}

.filter__page .filter__check .filter__check-input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.filter__page .filter__check .filter__check-input:checked + .filter__check-title::before {
    content: '';
    width: 18px;
    height: 18px;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: -2px;
    z-index: 10;
}

.filter__page .filter__check .filter__check-input:checked + .filter__check-title::after {
    background: var(--general-accent);
    border-color: var(--general-accent);
}

.filter__page .filter__check .filter__check-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 26px;
    position: relative;
}

.filter__page .filter__check .filter__check-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid var(--other-line);
    border-radius: 3px;
    left: 0;
    top: -2px;
}

.filter__page .filter__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-bottom: 16px;
}

.filter__page .filter__radio:last-child {
    margin-bottom: 0;
}

.filter__page .filter__radio .filter__radio-input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.filter__page .filter__radio .filter__radio-input:checked + .filter__radio-title::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: var(--general-accent);
    border-radius: 50%;
    left: 4px;
    top: 2px;
    z-index: 10;
}

.filter__page .filter__radio .filter__radio-input:checked + .filter__radio-title::after {
    border-color: var(--general-accent);
}

.filter__page .filter__radio .filter__radio-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 26px;
    position: relative;
}

.filter__page .filter__radio .filter__radio-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid var(--other-line);
    border-radius: 50%;
    left: 0;
    top: -2px;
}

.filter__page .filter__select {
    width: 100%;
}

.filter__page .filter__select + .select2 .select2-selection--single {
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--border-radius-25);
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid var(--other-line);
}

.filter__page .filter__select + .select2 .select2-selection__arrow {
    background: url(/i/icon__arrow.svg) no-repeat 50% 50%;
    height: 46px;
    width: 46px;
    opacity: .5;
}

.filter__page .filter__select + .select2 .select2-selection__arrow b {
    display: none;
}

.filter__page .filter__more {
    font-size: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter__page .filter__more svg {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    width: 8px;
    margin-top: 2px;
    margin-left: 9px;
}

.filter__page .filter__more svg path {
    fill: var(--general-accent);
}

.filter__page .filter__more.filter__hide svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter__page .filter__button {
    height: 50px;
    font-size: 1rem;
    width: 100%;
}

.filter__page .filter__price-wrap {
    margin-bottom: 25px;
}

.filter__page .filter__price-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px;
}

.filter__page .filter__price-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    height: 40px;
    border-radius: var(--border-radius-20);
    border: 1px solid var(--other-line);
    font-family: "Nunito", sans-serif;
    padding: 0 15px;
    font-size: 1rem;
    width: calc(50%);
}

.filter__page .filter__price-input:first-child {
    margin-right: 6px;
}

.filter__page .filter__price-input:last-child {
    margin-left: 6px;
}

.filter__page .filter__price.ui-widget-content {
    border: none;
    height: 4px;
    background: var(--other-accent-light);
}

.filter__page .filter__price.ui-widget-content .ui-slider-range {
    border: none;
    height: 4px;
    background: var(--general-accent);
}

.filter__page .filter__price.ui-widget-content .ui-slider-handle {
    width: 20px;
    height: 20px;
    background: var(--general-accent);
    border-radius: var(--border-radius-8);;
    border: none;
    top: -8px;
    cursor: pointer;
}

.filter__page .filter__input-inputs {
    position: relative;
}

.filter__page .filter__input-input {
    height: 46px;
    border: 1px solid var(--other-line);
    font-family: "Nunito", sans-serif;
    padding: 0 15px;
    font-size: 1rem;
    width: 100%;
    border-radius: var(--border-radius-25);
}

.filter__page .filter__input-icon {
    position: absolute;
    top: 0px;
    right: 20px;
}

.filter__page .cards__product {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    padding: 0;
}


.filter__page .search__items-tab {
    margin-bottom: 10px;
}

.filter__page .search__items-tab .search__items-link {
    display: block;
    padding: 8px 15px;
    border-radius: var(--border-radius-20);
    cursor: pointer;
}

.filter__page .search__items-tab .search__items-link.active {
    color: #ffffff;
    background: var(--general-accent);
}

.search__page .filter__title {
    display: none;
}

.search__result .result_table__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.search__result .result_table__title {
    line-height: 120%;
    font-size: 2rem;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search__result .result_table__header {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    background: #EFEFEF;
    border-radius: var(--border-radius-8);
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
    padding: 0 16px;
    font-weight: 500;
    color: #817F7B;
    min-width: 930px;
}

.search__result .table-header__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 103px;
    flex: 0 0 103px;
}

.search__result .table-header__title {
    width: 130px;
}

.search__result .table-header__desc {
    width: 300px;
}

.search__result .table-header__ava {
    width: 100px;
}

.search__result .table-header__amount {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 106px;
    flex: 0 0 106px;
    text-align: center;
}

.search__result .table-header__add-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 136px;
    flex: 0 0 136px;
    text-align: center;
    margin-left: 15px;
}

.search__result .result_table__items {
    border: 1px solid #E3E3E3;
    border-radius: var(--border-radius-8);;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-bottom: 40px;
    position: relative;
}

.search__result .result_table__items.more-items {
    padding-bottom: 25px;
    margin-bottom: 75px;
}

.search__result .table-item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.search__result .table-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0 16px 16px;
}

.search__result .item-info__img img {
    display: block;
    padding: 2px;
    width: 50%;
}

.search__result .item-info__title {
    width: 130px;
}

.search__result .item-info__title-name {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 120%;
    color: #222222;
}

.search__result .item-info__title-art {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 100%;
    color: var(--general-gray);
    margin-bottom: 8px;
}

.search__result .item-info__desc {
    font-weight: 600;
    line-height: 140%;
    color: #999999;
    padding-top: 5px;
}

.search__result .table-item__var {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 565px;
    flex: 0 0 565px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.search__result .table-item__var .item-var__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px 20px 20px 0;
    border-top: 1px solid #E3E3E3;
}

.search__result .table-item__var .item-var__item:first-child {
    border-radius: 0 10px 0 0;
    border: none;
}

.search__result .table-item__var .item-var__item:last-child {
    border-radius: 0 0 10px 0;
}

.search__result .table-item__var .item-var__item.hide-item {
    display: none;
}

.search__result .table-item__var .item-var__item.bg__green {
    background: #D2F8E2;
}

.search__result .table-item__var .item-var__item.bg__blue {
    background: #D1EAF9;
}

.search__result .table-item__var .item-var__date .item-var__date-time {
    font-weight: bold;
    line-height: 21px;
    color: #222222;
}

.search__result .table-item__var .item-var__ava {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    text-align: center;
    font-weight: bold;
    color: #222222;
}

.search__result .table-item__var .item-var__amount {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 106px;
    flex: 0 0 106px;
}

.search__result .table-item__var .item-var__add-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 136px;
    flex: 0 0 136px;
    margin-left: 15px;
}

.search__result .table-item__var .item-var__add-cart .add-cart__button {
    width: 100%;
    height: 50px;
    font-size: 1rem;
}

.search__result .table-item__var .item-var__add-cart .add-cart__button.in__cart {
    background: #33D219 !important;
}

.search__result .table-item__var .item-var__add-cart .add-cart__button:hover {
    border-color: #1976D2;
}

.search__result .table-item__var .item-var__amount-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--general-white);
    border: 1px solid var(--other-line);
    border-radius: 5px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: var(--border-radius-25);
}

.item-var__amount-wrap .item-var__amount-minus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    text-align: center;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 35px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(/i/icon__minus.svg) no-repeat 50% 50%;
}

.item-var__amount-wrap .item-var__amount-minus:disabled {
    opacity: 0.35;
}

.item-var__amount-wrap .item-var__amount-plus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    text-align: center;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 35px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(/i/icon__plus.svg) no-repeat 50% 50%;
}

.item-var__amount-wrap .item-var__amount-plus:disabled {
    opacity: 0.35;
}

.item-var__amount-wrap .item-var__amount-input {
    text-align: center;
    font-weight: bold;
    padding: 0;
    font-size: 1rem;
    border: none;
    background: transparent;
    width: 100%;
    font-family: "Nunito", sans-serif;
}

.search__result .table-items__more {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 50px;
    border-radius: var(--border-radius-25);
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    z-index: 10;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 220px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    cursor: pointer;
}

.search__result .table-items__more .svg {
    margin-left: 10px;
}

.search__result .table-items__more:hover {
    color: #fff;
    background: #1976D2;
    border-color: #1976D2;
}

body .select2-dropdown {
    border: 1px solid var(--other-line);
}

body .select2-results__option {
    padding: 10px 15px;
}

body .select2-search--dropdown .select2-search__field {
    padding: 10px 15px;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
}

footer.ver_01 a {
    color: var(--general-white);
}

footer.ver_01 .footer__top {
    background: var(--bg-dark);
    color: var(--general-white);
}

footer.ver_01 .footer__top .container-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer.ver_01 .footer__top .footer__logo {
    margin-bottom: 50px;
    display: block;
}

footer.ver_01 .footer__top .footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.125rem;
    line-height: 1.125rem;
}

footer.ver_01 .footer__top .footer__contacts .svg {
    margin-right: 13.5px;
}

footer.ver_01 .footer__top .footer__contacts .svg path {
    stroke: #fff;
}

footer.ver_01 .footer__top .footer__contacts-phone {
    margin-bottom: 20px;
}

footer.ver_01 .footer__top .footer__contacts-mail {
    margin-bottom: 20px;
}

footer.ver_01 .footer__top .footer__contacts-mail svg {
    margin-left: 1.5px;
}

footer.ver_01 .footer__top .footer__contacts-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}

footer.ver_01 .footer__top .contacts-soc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--other-accent-light);
    border-radius: 50%;
}

footer.ver_01 .footer__top .contacts-soc__link + .contacts-soc__link {
    margin-left: 16px;
}

footer.ver_01 .footer__top .footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

footer.ver_01 .footer__top .footer__nav {
    width: 33.33%;
    margin-left: 55px;
}

footer.ver_01 .footer__top .footer__nav-title {
    font-size: 1.125rem;
    margin-bottom: 24px;
}

footer.ver_01 .footer__top .footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.ver_01 .footer__top .footer__nav-item + .footer__nav-item {
    margin-top: 20px;
}

footer.ver_01 .footer__top .footer__nav-link {
    font-size: 0.875rem;
    color: var(--other-gray-dark);
    line-height: 1.25rem;
}

footer.ver_01 .footer__bottom {
    background: var(--bg-dark-light);
}

footer.ver_01 .footer__bottom .container-fluid {
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer.ver_01 .footer__bottom .footer__copy {
    width: 25%;
    font-size: 0.875rem;
    color: var(--general-white);
}

footer.ver_01 .footer__bottom .footer__create {
    width: 100%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--other-gray-dark);
    font-size: 0.875rem;
}

footer.ver_01 .footer__bottom .footer__create:first-child {
    margin-left: auto;
}

footer.ver_01 .footer__bottom .footer__create:last-child {
    margin-right: auto;
}

footer.ver_01 .footer__bottom .footer__create img {
    margin-left: 8px;
}

footer.ver_01 .footer__bottom .footer__privacy {
    width: 25%;
    font-size: 0.875rem;
}

footer.ver_01 .footer__bottom .footer__privacy-link {
    color: var(--general-white);
}

footer.ver_02 a {
    color: var(--general-white);
}

footer.ver_02 .footer__top {
    background: var(--bg-dark-light);
    color: var(--general-white);
}

footer.ver_02 .footer__top .container-fluid {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer.ver_02 .footer__top .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.ver_02 .footer__top .footer__nav-link {
    display: block;
    margin: 0 27px;
    font-size: 1.125rem;
}

footer.ver_02 .footer__bottom {
    background: var(--other-accent-light);
}

footer.ver_02 .footer__bottom .container-fluid {
    min-height: 100px;
    padding-top: 80px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer.ver_02 .footer__bottom .footer__logo {
    margin-bottom: 50px;
    display: block;
}

footer.ver_02 .footer__bottom .footer__contacts-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

footer.ver_02 .footer__bottom .contacts-soc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--general-accent);
    border-radius: 50%;
    margin: 0 12px;
}

footer.ver_02 .footer__bottom .contacts-soc__link .svg {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

footer.ver_02 .footer__bottom .contacts-soc__link .svg path {
    fill: #fff;
}

footer.ver_02 .footer__bottom .footer__copy {
    font-size: 0.875rem;
    color: var(--general-gray);
    margin-bottom: 40px;
}

footer.ver_02 .footer__bottom .footer__create {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--other-gray-dark);
    font-size: 0.875rem;
    min-height: 55px;
}

footer.ver_02 .footer__bottom .footer__create img {
    margin-left: 8px;
}

footer.ver_02 .footer__bottom .footer__privacy-link {
    color: var(--general-accent);
}

footer.ver_03 a:not(.footer__contacts-btn):hover {
    color: #0BA360;
}
footer.ver_03 a:not(.footer__contacts-btn):not(.footer__www) .svg * {
    stroke: #0BA360;
}

footer.ver_03 .footer__top {
    background: var(--bg-light);
}

footer.ver_03 .footer__top .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer.ver_03 .footer__top .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.ver_03 .footer__top .footer__nav-item + .footer__nav-item {
    margin-left: 52px;
}

footer.ver_03 .footer__top .footer__nav-link {
    display: block;
    font-size: 1.125rem;
}

footer.ver_03 .footer__bottom {
    padding-top: 75px;
    background: var(--general-white);
}

footer.ver_03 .footer__bottom .container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer.ver_03 .footer__bottom .footer__logo {
    margin-bottom: 40px;
    display: block;
}

footer.ver_03 .footer__bottom .footer__contacts-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer.ver_03 .footer__bottom .contacts-soc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--other-accent-light);
    border-radius: 50%;
}

footer.ver_03 .footer__bottom .contacts-soc__link + .contacts-soc__link {
    margin-left: 16px;
}

footer.ver_03 .footer__bottom .contacts-soc__link .svg {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

footer.ver_03 .footer__bottom .footer__copy {
    font-size: 0.875rem;
    color: var(--general-gray);
    margin-bottom: 12px;
}

footer.ver_03 .footer__bottom .footer__create {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--general-accent);
    font-size: 0.875rem;
}

footer.ver_03 .footer__bottom .footer__create img {
    margin-left: 8px;
}

footer.ver_03 .footer__bottom .footer__privacy-link {
    color: var(--general-gray);
    margin-bottom: 38px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 38px;
    display: block;
}

footer.ver_03 .footer__bottom .footer__nav-item-title {
    font-size: 1.125rem;
    margin-bottom: 2em;
    font-weight: normal;
    color: #fff;
    text-transform: capitalize;
}

footer.ver_03 .footer__bottom .footer__adress {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

footer.ver_03 .footer__bottom .footer__contacts-phone {
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin-bottom: 12px;
    display: block;
}

footer.ver_03 .footer__bottom .footer__contacts-mail {
    font-size: 100%;
    margin-bottom: 24px;
}

footer.ver_03 .footer__bottom .footer__contacts-btn {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    min-width: 260px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}
footer.ver_03 .footer__contacts-btn:hover svg, footer.ver_03 .footer__contacts-btn:hover img {
    margin-left: 16px;
}
footer.ver_03 .footer__contacts-btn svg, footer.ver_03 .footer__contacts-btn img {
    margin-left: 8px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

footer.ver_03 .scroll__up {
    width: 60px;
    height: 60px;
    background: var(--general-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

footer.ver_04 .footer__top {
    background: var(--bg-dark-light);
}

footer.ver_04 .footer__top .container-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer.ver_04 .footer__top .footer__form-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: var(--general-white);
}

footer.ver_04 .footer__top .footer__form-wrap {
    width: 715px;
}

footer.ver_04 .footer__top .footer__form-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer.ver_04 .footer__top .footer__form-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 60px;
    border: 1px solid #fff;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: var(--border-radius-30);
    background: transparent;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    color: #fff;
}

footer.ver_04 .footer__top .footer__form-input::-webkit-input-placeholder {
    color: #fff;
}

footer.ver_04 .footer__top .footer__form-input::-moz-placeholder {
    color: #fff;
}

footer.ver_04 .footer__top .footer__form-input:-ms-input-placeholder {
    color: #fff;
}

footer.ver_04 .footer__top .footer__form-button {
    height: 60px;
    width: 220px;
    border-radius: var(--border-radius-30);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 30px;
    border: 1px solid #fff;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
}

footer.ver_04 .footer__top .footer__form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer.ver_04 .footer__top .footer__form-row + .footer__form-row {
    margin-top: 14px;
}

footer.ver_04 .footer__top .footer__form-chekbox__label {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.125rem;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}

footer.ver_04 .footer__top .footer__form-chekbox__label a {
    color: #ffffff;
    text-decoration: underline;
}

footer.ver_04 .footer__top .footer__form-chekbox__label a:hover {
    text-decoration: none;
}

footer.ver_04 .footer__top .footer__form-chekbox__label::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #fff;
}

footer.ver_04 .footer__top .footer__form-chekbox__label::before {
    content: '';
    width: 9px;
    height: 7px;
    position: absolute;
    left: 3px;
    top: 3px;
    background: url(/i/icon__checkbox.svg) no-repeat;
    display: none;
}

footer.ver_04 .footer__top .footer__form-checkbox {
    opacity: 0;
    position: absolute;
}

footer.ver_04 .footer__top .footer__form-checkbox:checked + .footer__form-chekbox__label::before {
    display: block;
}

footer.ver_04 .footer__bottom {
    background: var(--general-white);
}

footer.ver_04 .footer__bottom .container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer.ver_04 .footer__bottom .footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer.ver_04 .footer__bottom .footer__logo {
    margin-bottom: 40px;
    display: block;
}

footer.ver_04 .footer__bottom .footer__contacts-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
}

footer.ver_04 .footer__bottom .contacts-soc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--other-accent-light);
    border-radius: 50%;
}

footer.ver_04 .footer__bottom .contacts-soc__link + .contacts-soc__link {
    margin-left: 16px;
}

footer.ver_04 .footer__bottom .footer__copy {
    font-size: 0.875rem;
    color: var(--general-gray);
    margin-bottom: 12px;
}

footer.ver_04 .footer__bottom .footer__create {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--general-gray);
    font-size: 0.875rem;
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: auto;
}

footer.ver_04 .footer__bottom .footer__create img {
    margin-top: 8px;
}

footer.ver_04 .footer__bottom .footer__privacy-link {
    color: var(--general-black);
    margin-top: auto;
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: block;
}

footer.ver_04 .footer__bottom .footer__privacy-link:hover {
    text-decoration: underline;
}

footer.ver_04 .footer__bottom .footer__subtitle {
    font-size: 1.125rem;
    margin-bottom: 24px;
    font-weight: 700;
}

footer.ver_04 .footer__bottom .footer__subtitle + * {
    margin-top: 0;
}

footer.ver_04 .footer__bottom .footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}

footer.ver_04 .footer__bottom .footer__nav-item {
    margin-bottom: 20px;
}

footer.ver_04 .footer__bottom .footer__nav-link {
    display: block;
    line-height: 1.375rem;
    color: var(--general-gray);
}

footer.ver_04 .footer__bottom .footer__nav-link:hover {
    text-decoration: underline;
}

footer.ver_04 .footer__bottom .footer__contacts-city {
    line-height: 1.375rem;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer.ver_04 .footer__bottom .footer__contacts-city .svg {
    margin-right: 13.5px;
}

footer.ver_04 .footer__bottom .footer__contacts-phone {
    line-height: 1.375rem;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--general-black);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer.ver_04 .footer__bottom .footer__contacts-phone .svg {
    margin-right: 13.5px;
}

footer.ver_04 .footer__bottom .footer__contacts-mail {
    line-height: 1.375rem;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--general-black);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer.ver_04 .footer__bottom .footer__contacts-mail .svg {
    margin-right: 13.5px;
    margin-left: 1.5px;
}

footer.ver_04 .footer__bottom .footer__contacts-btn {
    display: block;
    min-width: 260px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--general-accent);
    border-radius: var(--border-radius-30);
    color: #fff;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

footer.ver_04 .footer__bottom .footer__contacts-btn:hover {
    background: var(--bg-dark-light);
}

footer.ver_04 .scroll__up {
    width: 60px;
    height: 60px;
    background: var(--general-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

footer.ver_05 a {
    color: var(--general-white);
}

footer.ver_05 .footer__top {
    background: var(--bg-dark);
    color: var(--general-white);
}

footer.ver_05 .footer__top .container-fluid {
    padding-top: 100px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer.ver_05 .footer__top .footer__logo {
    margin-bottom: 50px;
    display: block;
}

footer.ver_05 .footer__top .footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer.ver_05 .footer__top .footer__contacts .svg {
    margin-right: 13.5px;
}

footer.ver_05 .footer__top .footer__contacts .svg path {
    stroke: #fff;
}

footer.ver_05 .footer__top .footer__contacts-phone {
    margin-bottom: 20px;
    font-size: 1.5rem;
    white-space: nowrap;
}

footer.ver_05 .footer__top .footer__contacts-time {
    font-size: .875rem;
    color: var(--other-gray-dark);
    display: inline;
}

footer.ver_05 .footer__top .footer__contacts-mail {
    margin-bottom: 20px;
}

footer.ver_05 .footer__top .footer__contacts-mail svg {
    margin-left: 1.5px;
}

footer.ver_05 .footer__top .footer__contacts-city {
    margin-bottom: 40px;
}

footer.ver_05 .footer__top .footer__form-title {
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: var(--general-white);
    margin-bottom: 16px;
}

footer.ver_05 .footer__top .footer__form-wrap {
    max-width: 380px;
    width: 100%;
}

footer.ver_05 .footer__top .footer__form-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer.ver_05 .footer__top .footer__form-input {
    height: 58px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: var(--border-radius-30);
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    color: #808285;
    border: none;
    width: 100%;
}

footer.ver_05 .footer__top .footer__form-input::-webkit-input-placeholder {
    color: #808285;
}

footer.ver_05 .footer__top .footer__form-input::-moz-placeholder {
    color: #808285;
}

footer.ver_05 .footer__top .footer__form-input:-ms-input-placeholder {
    color: #808285;
}

footer.ver_05 .footer__top .footer__form-button {
    height: 56px;
    width: 56px;
    border-radius: var(--border-radius-30);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background: transparent;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

footer.ver_05 .footer__top .footer__form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

footer.ver_05 .footer__top .footer__form-row + .footer__form-row {
    margin-top: 14px;
}

footer.ver_05 .footer__top .footer__form-chekbox__label {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.125rem;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}

footer.ver_05 .footer__top .footer__form-chekbox__label a {
    color: #ffffff;
    text-decoration: underline;
}

footer.ver_05 .footer__top .footer__form-chekbox__label a:hover {
    text-decoration: none;
}

footer.ver_05 .footer__top .footer__form-chekbox__label::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #fff;
}

footer.ver_05 .footer__top .footer__form-chekbox__label::before {
    content: '';
    width: 9px;
    height: 7px;
    position: absolute;
    left: 3px;
    top: 3px;
    background: url(/i/icon__checkbox.svg) no-repeat;
    display: none;
}

footer.ver_05 .footer__top .footer__form-checkbox {
    opacity: 0;
    position: absolute;
}

footer.ver_05 .footer__top .footer__form-checkbox:checked + .footer__form-chekbox__label::before {
    display: block;
}

footer.ver_05 .footer__top .footer__contacts-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}

footer.ver_05 .footer__top .contacts-soc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--bg-dark-light);
    border-radius: 50%;
}

footer.ver_05 .footer__top .contacts-soc__link + .contacts-soc__link {
    margin-left: 16px;
}

footer.ver_05 .footer__top .contacts-soc__link svg path {
    fill: #fff;
}

footer.ver_05 .footer__top .footer__title {
    font-size: 1.375rem;
    line-height: 1.375rem;
    border-bottom: 1px solid #29314F;
    padding-bottom: 24px;
    margin-bottom: 32px;
}

footer.ver_05 .footer__top .footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.ver_05 .footer__top .footer__nav-list.two__cols {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    column-gap: 60px;
}

footer.ver_05 .footer__top .footer__nav-item + .footer__nav-item {
    margin-top: 20px;
}

footer.ver_05 .footer__top .footer__nav-link {
    color: var(--general-white);
}

footer.ver_05 .footer__top .footer__nav-link:hover {
    text-decoration: underline;
}

footer.ver_05 .footer__bottom {
    background: var(--bg-dark);
    color: var(--general-gray);
}

footer.ver_05 .footer__bottom .line__top {
    border-color: var(--bg-dark-light);
}

footer.ver_05 .footer__bottom .container-fluid {
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer.ver_05 .footer__bottom .footer__copy {
    width: 25%;
    font-size: 0.875rem;
    color: var(--other-gray-dark);
}

footer.ver_05 .footer__bottom .footer__create {
    width: 100%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--other-gray-dark);
    font-size: 0.875rem;
}

footer.ver_05 .footer__bottom .footer__create:first-child {
    margin-left: auto;
}

footer.ver_05 .footer__bottom .footer__create:last-child {
    margin-right: auto;
}

footer.ver_05 .footer__bottom .footer__create img {
    margin-left: 8px;
}

footer.ver_05 .footer__bottom .footer__privacy {
    width: 25%;
}

footer.ver_05 .footer__bottom .footer__privacy-link {
    color: var(--other-gray-dark);
    font-size: 0.875rem;
}

.loader-gif{
    background: url("/i/loader.gif") no-repeat center center;
    height: 200px;
}

.animate__menu #nav__mobile {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.animate__treemenu #nav__treemenu {
    opacity: 1;
    margin-left: 0;
    z-index: 10;
}

.nav__mobile-close {
    display: block;
    position: relative;
    z-index: 10;
}

#nav__mobile-bg {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

#nav__treemenu {
    position: absolute;
    width: 100%;
    top: 110px;
    border-top: 1px solid #DEDEDE;
    opacity: 0;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-left: -25px;
}

#nav__treemenu .container-fluid {
    padding: 0;
}

#nav__treemenu .nav__treemenu__list {
    background: #fff;
    margin: 0;
    padding: 15px;
    list-style: none;
    position: relative;
}

#nav__treemenu .nav__treemenu__list.level__two {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    margin-left: 25px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

#nav__treemenu .nav__treemenu__list.level__two::before {
    content: '';
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #DEDEDE;
    left: 0;
}

#nav__treemenu .nav__treemenu__list .nav__treemenu__item {
    width: 280px;
}

#nav__treemenu .nav__treemenu__list .nav__treemenu__item:hover > .nav__treemenu__link {
    background: var(--other-accent-light);
    border-radius: var(--border-radius-8);
}

#nav__treemenu .nav__treemenu__list .nav__treemenu__item:hover > .nav__treemenu__link.has__children::after {
    opacity: 1;
}

#nav__treemenu .nav__treemenu__list .nav__treemenu__item:hover .nav__treemenu__list {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

#nav__treemenu .nav__treemenu__list .nav__treemenu__item .nav__treemenu__link {
    position: relative;
    z-index: 10;
    display: block;
    padding: 16px 12px;
    color: #000;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#nav__treemenu .nav__treemenu__list .nav__treemenu__item .nav__treemenu__link.has__children::after {
    display: block;
    content: '';
    width: 7px;
    height: 12px;
    background: url(/i/icon__arrow-tree.svg) no-repeat;
    margin-top: 1px;
    opacity: 0.5;
}

#nav__treemenu .nav__treemenu__list::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    right: calc(100%);
    width: 9999px;
    z-index: 0;
}

#nav__mobile {
    background: #fff;
    width: 320px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 0;
    top: 0px;
    height: 100%;
    z-index: 5;
    overflow-x: auto;
    padding: 40px;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#nav__mobile .mobile__nav {
    width: 100%;
}

#nav__mobile .mobile__list {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}

#nav__mobile .mobile__list .mobile__item {
    margin-bottom: 32px;
}

#nav__mobile .mobile__list .mobile__item.open .mobile__link.has__children:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#nav__mobile .mobile__list .mobile__link {
    font-size: 1.5rem;
    display: block;
    position: relative;
    color: var(--general-black);
    -webkit-transition-duration: 0.25em;
    transition-duration: 0.25em;
}

#nav__mobile .mobile__list .mobile__link:hover {
    color: var(--general-accent);
}

#nav__mobile .mobile__list .mobile__link.has__children:after {
    content: '';
    background: url(/i/arrow.svg) no-repeat 50% 50%;
    height: 47px;
    width: 47px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

#nav__mobile .mobile__list .mobile__list-child {
    list-style: none;
    padding: 0 0 0 0px;
    margin: 0;
    background: rgba(0, 0, 0, 0.05);
    display: none;
}

#nav__mobile .mobile__list .mobile__list-child .mobile__item-child {
    position: relative;
}

#nav__mobile .mobile__list .mobile__list-child .mobile__item-child.open .mobile__link-child.has__children:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#nav__mobile .mobile__list .mobile__list-child .mobile__item-child .mobile__link-child.has__children:after {
    content: '';
    background: url(/i/arrow.svg) no-repeat 50% 50%;
    height: 47px;
    width: 47px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

#nav__mobile .mobile__list .mobile__list-child .mobile__item-child .mobile__link-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px 10px 30px;
}

#nav__mobile .mobile__list .mobile__list-child .mobile__item-child .mobile__link-child img {
    margin-right: 15px;
}

#nav__mobile .mobile__list .mobile__list-child .mobile__list-child {
    list-style: none;
    padding: 0 0 0 0px;
    margin: 0;
    background: rgba(0, 0, 0, 0.05);
}

#nav__mobile .mobile__list .mobile__list-child .mobile__list-child .mobile__item-child .mobile__link-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px 10px 50px;
}

#nav__mobile .mobile__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
    width: 100%;
}

#nav__mobile .mobile__info .bar-info__phone {
    color: var(--general-black);
    font-size: 1.375rem;
    margin-bottom: 24px;
}

#nav__mobile .mobile__info .bar-info__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: var(--general-white);
    background: var(--general-accent);
    border: 1px solid var(--general-accent);
    border-radius: var(--border-radius-25);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    width: 100%;
}

#nav__mobile .mobile__info .bar-info__call:hover {
    background: var(--general-white);
    color: var(--general-accent);
}

.overlay {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.popup__wrap {
    display: none;
    width: 100%;
    max-width: 570px;
    background: var(--general-white);
    border-radius: var(--border-radius-30);
    padding: 60px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

.popup__wrap.popup__dark {
    background: var(--bg-dark-light);
    color: #fff;
}

.popup__wrap.popup__dark .popup__close svg path {
    stroke: #fff;
}

.popup__wrap.popup__dark .popup__title {
    color: #fff;
}

.popup__wrap.popup__dark .form__input {
    background: transparent;
    color: #fff;
}

.popup__wrap.popup__dark .form__input::-webkit-input-placeholder {
    color: var(--general-white);
}

.popup__wrap.popup__dark .form__input::-moz-placeholder {
    color: var(--general-white);
}

.popup__wrap.popup__dark .form__input:-ms-input-placeholder {
    color: var(--general-white);
}

.popup__wrap.popup__dark .form__button {
    background: var(--general-white);
    color: var(--bg-dark-light);
}

.popup__wrap.popup__dark .form__checkbox-title {
    color: var(--other-gray-dark);
}

.popup__wrap.popup__dark .form__checkbox-title::before {
    border-color: #fff;
}

.popup__wrap.popup__dark .form__checkbox-title::after {
    background: url(/i/icon__checkbox.svg) no-repeat 50% 50%;
}

.popup__wrap.popup__dark .form__checkbox-title a {
    color: var(--general-white);
}

.popup__wrap .popup__close {
    position: absolute;
    right: 25px;
    top: 25px;
}

.popup__wrap .popup__title {
    text-align: center;
    font-size: 2rem;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 40px;
}

.popup__wrap .form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup__wrap .form__label {
    display: block;
    margin-bottom: 24px;
}

.popup__wrap .form__input {
    height: 60px;
    width: 100%;
    border: 1px solid var(--other-line);
    border-radius: var(--border-radius-30);
    padding: 22px 24px;
    font-family: "Nunito", sans-serif;
    color: var(--general-gray);
    font-size: 1rem;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.popup__wrap .form__input.error {
    border-color: var(--other-red);
    color: var(--other-red);
}

.popup__wrap .form__input.error::-webkit-input-placeholder {
    color: var(--other-red);
}

.popup__wrap .form__input.error::-moz-placeholder {
    color: var(--other-red);
}

.popup__wrap .form__input.error:-ms-input-placeholder {
    color: var(--other-red);
}

.popup__wrap .form__input:focus {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.popup__wrap .error__label {
    background: var(--other-red);
    line-height: 120%;
    border-radius: var(--border-radius-8);
    padding: 16px 0;
    margin-bottom: 24px;
    color: #fff;
    text-align: center;
    display: none;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.popup__wrap .error__label.visible {
    display: block;
}

.popup__wrap .form__button {
    border: none;
    font-family: "Nunito", sans-serif;
    width: 100%;
    font-size: 1rem;
    cursor: pointer;
    margin-bottom: 20px;
}

.popup__wrap .form__button:disabled {
    cursor: default;
    opacity: 0.75;
}

.popup__wrap .form__checkbox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.popup__wrap .form__checkbox:checked + .form__checkbox-title::after {
    display: block;
}

.popup__wrap .form__check {
    margin-left: 60px;
}

.popup__wrap .form__checkbox-title {
    line-height: 130%;
    font-size: 0.875rem;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup__wrap .form__checkbox-title::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid var(--general-accent);
    display: block;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: -22px;
    cursor: pointer;
}

.popup__wrap .form__checkbox-title::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(/i/icon__checkbox-d.svg) no-repeat 50% 50%;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: -22px;
    cursor: pointer;
}

/*В верстке не было*/
.techno {
    text-align: center;
    padding: 20px 0 10px 0;
}

/*В верстке не было*/
.techno_button {
    padding: 10px 0;
}

/*В верстке не было*/
.hidden {
    display: none;
}

.item__mycount {

    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    color: #AFAFAF;
    color: var(--general-gray);
    margin-bottom: 25px;
}

.catalog__mycount-item {
    color: #EB5757;
    margin-left: 5px;
}

input.bad{
    border: 1px solid #EB5757 !important;
}

/*В верстке не было*/
.result_not {
    background: var(--other-red);
    line-height: 120%;
    border-radius: var(--border-radius-8);
    padding: 16px 0;
    margin-bottom: 24px;
    color: #fff;
    text-align: center;
    display: none;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.product__image-slick-item-element-no-slick img{
    max-width: 100%;
    max-height: 700px;
}
.image-align-center{
    text-align: center;
}

.fields_left_right_margin{
    background: var(--general-white);
}


header.ver_01 .header__menu-open {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--general-accent);
    border-radius: 8px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    display: none;
}

header.ver_01 .header__menu-open:hover {
    background: var(--bg-dark-light);
}

header.ver_01 .header__menu-open span {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
}

header.ver_01 .header__menu-open span + span {
    margin-top: 7.5px;
}

header.ver_02 .header__menu-open {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--general-accent);
    border-radius: 8px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    display: none;
}

header.ver_02 .header__menu-open:hover {
    background: var(--bg-dark-light);
}

header.ver_02 .header__menu-open span {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
}

header.ver_02 .header__menu-open span + span {
    margin-top: 7.5px;
}

header.ver_03 .header__menu-open {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--general-accent);
    border-radius: 8px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    display: none;
}

header.ver_03 .header__menu-open:hover {
    background: var(--bg-dark-light);
}

header.ver_03 .header__menu-open span {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
}

header.ver_03 .header__menu-open span + span {
    margin-top: 7.5px;
}

header.ver_04 .header__menu-open {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--general-accent);
    border-radius: 8px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    display: none;
    margin-right: 20px;
}

header.ver_04 .header__menu-open:hover {
    background: var(--bg-dark-light);
}

header.ver_04 .header__menu-open span {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
}

header.ver_04 .header__menu-open span + span {
    margin-top: 7.5px;
}

header.ver_05 .header__menu-open {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--general-accent);
    border-radius: 8px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    display: none;
}

header.ver_05 .header__menu-open:hover {
    background: var(--bg-dark-light);
}

header.ver_05 .header__menu-open span {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
}

header.ver_05 .header__menu-open span + span {
    margin-top: 7.5px;
}


form.search__form.tab_auto .select2-container {
    margin-bottom: 5px;
}


/*------------header.ver_011----------------------------*/

header.ver_011 {
    background: var(--white-bg-color);
}

header.ver_011 .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.ver_011 .header__top {
    background: var(--link);
}

header.ver_011 .header__top .container-fluid {
    padding-top: 12px;
    padding-bottom: 12px;
}

header.ver_011 .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header.ver_011 .header__logo-link {
    display: block;
}

header.ver_011 .header__logo-img {
    display: block;
    width: 175px;
}

header.ver_011 .header__city {
    position: relative;
}

header.ver_011 .header__city-current {
    color: #fff;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.ver_011 .header__city-current .svg {
    display: block;
    margin-left: 5px;
}

header.ver_011 .header__city-current .svg path {
    fill: #fff;
}

header.ver_011 .header__city-popup {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: 18px;
    left: 0%;
    z-index: 10;
    margin-top: 5px;
    display: none;
}

header.ver_011 .city-popup__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0;
    color: var(--general-black);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    white-space: nowrap;
    padding: 16px 20px;
}

header.ver_011 .city-popup__link + .city-popup__link {
    border-top: 1px solid var(--other-accent-light);
}

header.ver_011 .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

header.ver_011 .header__contacts + .header__contacts-col {
    margin-left: 120px;
}

header.ver_011 .contacts-phone__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    color: #fff;
    margin-right: 81px;
}

header.ver_011 .contacts-phone__link:hover {
    color: var(--general-white);
}

header.ver_011 .contacts-phone__link > .svg {
    display: block;
    margin-right: 9px;
}

header.ver_011 .contacts-phone__link > .svg path {
    stroke: #fff;
}

header.ver_011 .contacts-mail__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    color: #fff;
}

header.ver_011 .contacts-mail__link:hover {
    color: var(--general-white);
}

header.ver_011 .contacts-mail__link > .svg {
    display: block;
    margin-right: 9px;
}

header.ver_011 .contacts-mail__link > .svg path {
    stroke: #fff;
}

header.ver_011 .header__contacts-city {
    font-size: 1.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 100%;
}

header.ver_011 .header__contacts-city > img {
    display: block;
    margin-right: 13.5px;
}

header.ver_011 .header__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

header.ver_011 .header-search {
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.ver_011 .header-search__label {
    display: block;
    position: relative;
}

header.ver_011 .header-search__input {
    width: 100%;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 0 25px;
    font-family: "Nunito", sans-serif;
}

header.ver_011 .header-search__submit {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 1px;
    top: 1px;
    border: none;
    background: transparent;
}

header.ver_011 .header__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

header.ver_011 .header-basket__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--other-accent-light);
    border-radius: 50%;
    margin-right: 16px;
    position: relative;
}

header.ver_011 .header-basket__count {
    position: absolute;
    font-size: 0.75rem;
    color: #fff;
    background: #EB5757;
    padding: 1px 6px;
    border-radius: 9px;
    right: 0;
    top: 0;
}

header.ver_011 .header-basket__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.ver_011 .header-basket__title {
    color: var(--general-gray);
    font-size: 0.875rem;
    margin-bottom: 8px;
}

header.ver_011 .header-basket__price {
    font-size: 1.25rem;
    font-weight: 700;
}

header.ver_011 .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

header.ver_011 .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

header.ver_011 .header__nav-item {
    position: relative;
    margin: 0 20px;
}

header.ver_011 .header__nav-item.parent:hover .header__nav-childs-list {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

header.ver_011 .header__nav-item.parent > a::after {
    content: '';
    background: url(/i/icon__arrow.svg) no-repeat;
    display: block;
    width: 8.5px;
    height: 5.5px;
    margin-left: 5px;
}

header.ver_011 .header__nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    color: var(--general-black);
    font-weight: 600;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.ver_011 .header__nav-link:hover {
    color: var(--link-hover);
}

header.ver_011 .header__nav-childs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 25px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    z-index: 10;
}

header.ver_011 .header__nav-childs-item + .header__nav-childs-item {
    border-top: 1px solid #DEDEDE;
}

header.ver_011 .header__nav-childs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0;
    color: var(--general-black);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    white-space: nowrap;
    padding: 16px 20px;
}

header.ver_011 .header__nav-childs-link:hover {
    color: var(--link-hover);
}

header.ver_011 .header__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

header.ver_011 .header-auth__icon {
    margin-right: 12px;
}

header.ver_011 .header-auth__icon .svg path {
    stroke: #fff;
}

header.ver_011 .header__menu-open {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--general-accent);
    border-radius: 8px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    display: none;
}

header.ver_011 .header__menu-open:hover {
    background: var(--bg-dark-light);
}

header.ver_011 .header__menu-open span {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
}

header.ver_011 .header__menu-open span + span {
    margin-top: 7.5px;
}

.advantage_ver_01_02 {
    padding: 40px 0;
}
.advantage_ver_01_02 .advantage__title{
    font-weight: bold;
    font-size: 1.2rem;
    margin: 5px 0;
}

.hidden{
    display:none !important;
}


section.search .search__result-info a{
    text-decoration: underline;
    color: var(--general-accent);
    padding-right: 20px;
    margin-bottom: 7px;
    display: inline-block;
}

section.search .search__result-info a:hover{
    text-decoration: none;
}


.js_add_in_basket_div{
    display: contents;
}

#brand_list {
    margin-bottom: 30px;
}

#brand_list .brand-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #F5F5F5;
    border-radius: 10px;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
    color: #555555;
    margin-bottom: 20px;
    padding: 0 20px;
}

#brand_list .table-header__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
}

#brand_list .table-header__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

#brand_list .table-header__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
}

#brand_list .brand-list__items {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-bottom: 40px;
    position: relative;
}

#brand_list .brand-list__items.more-items {
    padding-bottom: 25px;
}

#brand_list .brand-list__items:hover {
    border-color: #1976D2;
}

#brand_list .brand-item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
}

#brand_list .brand-item__row + .brand-item__row {
    border-top: 1px solid #E3E3E3;
}

#brand_list .brand-item__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    margin-top: 10px;
}

#brand_list .brand-item__name {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #222222;
    margin-bottom: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-top: 10px;
}

#brand_list .brand-item__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-left: 15px;
}

#brand_list .brand-item__btn {
    background: #FFFFFF;
    border: 2px solid #E3E3E3;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    color: #222222;
}

#brand_list .brand-item__btn:hover {
    border-color: #1976D2;
}

/*------ end #brand_list ----*/

.search__result{
    width: 100%;
}


@media screen and (max-width: 992px) {
    #brand_list {
        margin-bottom: 30px;
    }
    #brand_list .table-header__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
    }
    #brand_list .brand-item__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
    }
    #brand_list .brand-list__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: auto;
        padding: 20px;
    }
    #brand_list .table-header__title {
        border-bottom: 1px solid #ccc;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    #brand_list .table-header__name {
        border-bottom: 1px solid #ccc;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    #brand_list .table-header__price {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    #brand_list .brand-item__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #brand_list .brand-item__row > div {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    #brand_list .brand-item__price {
        margin-top: 10px;
        margin-left: 0;
    }
    #brand_list .brand-item__btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 640px) {
    #result_table .table-header__add-cart, #result_table .table-header__amount {
        display: none;
    }
    #result_table .table-item__var .item-var__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #result_table .table-item__var .item-var__amount, #result_table .table-item__var .item-var__add-cart {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
        flex: 1 0 45%;
        margin: 0;
        margin-top: 15px;
    }
}

@media screen and (max-width: 440px) {
    #result_table .result_table__header {
        height: auto;
        padding: 20px;
    }
    #result_table .table-header__title {
        border: none;
        padding: 0;
        margin-bottom: 5px;
    }
    #result_table .table-header__desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        text-align: left;
        margin-bottom: 5px;
    }
    #result_table .table-header__date, #result_table .table-header__price, #result_table .table-header__ava {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        text-align: left;
        margin-bottom: 5px;
    }
    #result_table .table-header__ava {
        margin-bottom: 0;
    }
    #result_table .table-item__var .item-var__amount, #result_table .table-item__var .item-var__add-cart {
        margin-top: 0;
    }
    #result_table .table-item__var .item-var__amount, #result_table .table-item__var .item-var__add-cart, #result_table .table-item__var .item-var__date, #result_table .table-item__var .item-var__price, #result_table .table-item__var .item-var__ava {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        text-align: left;
        margin-bottom: 5px;
    }
}


footer.ver_03 .footer__logo-img {
    display: block;
    width: 175px;
}


@media screen and (max-width: 991.98px) {
    header.ver_01 .header__menu-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 15px;
        top: 15px;
    }
    header.ver_02 .header__menu-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 15px;
        top: 15px;
    }
    header.ver_03 .header__menu-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 15px;
        top: 30px;
    }
    header.ver_04 .header__menu-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 15px;
        top: 92px;
    }
    header.ver_04 .header__bottom .header-basket__icon {
        margin-right: 0;
    }
    header.ver_04 .header__bottom .header-basket__info {
        display: none;
    }
    header.ver_04 .header__bottom .header__basket {
        position: absolute;
        right: 15px;
        top: 92px;
    }
    header.ver_05 .header__menu-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    header.ver_011 .header__menu-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 575.98px) {
    header.ver_01 .header__logo-img {
        width: 100px;
    }
    header.ver_02 .header__logo-img {
        width: 100px;
    }
    header.ver_03 .header__logo-img {
        width: 100px;
    }
    header.ver_04 .header__logo-img {
        width: 100px;
    }
    header.ver_05 .container-fluid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    header.ver_05 .header__logo {
        margin-bottom: 0;
    }
    header.ver_05 .header__logo-img {
        width: 100px;
    }
    header.ver_05 .header__basket {
        margin-left: 0;
    }
    header.ver_05 .header-basket__icon {
        margin-right: 0;
    }
    header.ver_05 .header-basket__info {
        display: none;
    }
    header.ver_011 .container-fluid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    header.ver_011 .header__logo {
        margin-bottom: 0;
    }
    header.ver_011 .header__logo-img {
        width: 100px;
    }
    header.ver_011 .header__basket {
        margin-left: 0;
    }
    header.ver_011 .header-basket__icon {
        margin-right: 0;
    }
    header.ver_011 .header-basket__info {
        display: none;
    }
}

/* ANOTHER FILE */

body {
    font: 400 16px/140% "Inter", sans-serif;
}

a {
    text-decoration: none;
    color: #0BA360;
}

.breadcrumbs .breadcrumbs__link-home {
    color: #817F7B;
}

.bootstrap-wrapper .container-fluid {
    max-width: 1520px;
}

@media screen and (max-width: 991.98px) {
    header.ver_05 .header__menu-open {
        width: 56px;
        height: 56px;
        background: #0BA360;
        margin-right: 25px;
        min-width: 56px;
    }
}
header.ver_05 .header__menu-open:hover {
    background: #027442;
}
header.ver_05 .header__top {
    background: transparent;
}
@media screen and (max-width: 991.98px) {
    header.ver_05 .header__top .container-fluid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
header.ver_05 .header__top .header__contacts {

}
@media screen and (max-width: 991.98px) {
    header.ver_05 .header__top .header__contacts {
        margin-bottom: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 575.98px) {
    header.ver_05 .header__top .header__contacts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media screen and (max-width: 575.98px) {
    header.ver_05 .header__bottom .container-fluid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        padding-bottom: 76px;
    }
}
header.ver_05 .header__city {
    display: none;
}
header.ver_05 .header__logo {
    margin-right: 40px;
}
@media screen and (max-width: 575.98px) {
    header.ver_05 .header__logo {
        margin-right: 0;
        margin-bottom: 0;
    }
}
header.ver_05 .header__nav {
    margin: 0;
}
header.ver_05 .header__nav-item {
    margin: 0;
}
header.ver_05 .header__nav-item + .header__nav-item {
    margin-left: 40px;
}
header.ver_05 .header__nav-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #201F1F;
}
header.ver_05 .header__nav-item.parent:hover > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
header.ver_05 .header__nav-childs-list {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    -webkit-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 12px 0;
}
header.ver_05 .header__nav-childs-item + .header__nav-childs-item {
    border: none;
}
header.ver_05 .header__nav-childs-link {
    padding: 12px 24px;
    border: none;
    font-size: 14px;
    line-height: 140%;
    color: #201F1F;
}
header.ver_05 .header__nav-childs-link:hover {
    color: #0BA360;
}
header.ver_05 .contacts-phone__link {
    color: #201F1F;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    margin-right: 40px;
}
header.ver_05 .contacts-phone__link:hover {
    color: #0BA360;
}
header.ver_05 .contacts-phone__link svg path {
    stroke: #0BA360 !important;
}
@media screen and (max-width: 575.98px) {
    header.ver_05 .contacts-phone__link {
        width: 20px;
        height: 20px;
        overflow: hidden;
        white-space: nowrap;
        margin-right: 20px;
        margin-bottom: 0;
    }
    header.ver_05 .contacts-phone__link img, header.ver_05 .contacts-phone__link svg {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }
}
header.ver_05 .contacts-mail__link {
    color: #201F1F;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}
header.ver_05 .contacts-mail__link:hover {
    color: #0BA360;
}
header.ver_05 .contacts-mail__link svg path {
    stroke: #0BA360 !important;
}
@media screen and (max-width: 575.98px) {
    header.ver_05 .contacts-mail__link {
        width: 20px;
        height: 20px;
        overflow: hidden;
        white-space: nowrap;
        margin-right: 20px;
        margin-bottom: 0;
    }
    header.ver_05 .contacts-mail__link img, header.ver_05 .contacts-mail__link svg {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }
}
header.ver_05 .header__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
@media screen and (max-width: 575.98px) {
    header.ver_05 .header__form {
        position: absolute;
        bottom: 10px;
        left: 15px;
        right: 15px;
    }
}
header.ver_05 .header-search {
    width: 100%;
}
header.ver_05 .header-search__input {
    font-family: "Inter";
    background: #EEF2F4;
    border-radius: 4px;
    height: 56px;
}
header.ver_05 .header-search__submit {
    height: 56px;
    cursor: pointer;
}
header.ver_05 .js_basket {
    margin-left: 40px;
    width: 165px;
}
@media screen and (max-width: 575.98px) {
    header.ver_05 .js_basket {
        width: 56px;
    }
}
header.ver_05 .header__auth {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #0BA360;
    border-radius: 4px;
    color: #201F1F;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}
header.ver_05 .header__auth:hover {
    background: #0BA360;
    color: #fff;
}
header.ver_05 .header__auth:hover svg path {
    stroke: #fff !important;
}
header.ver_05 .header__auth svg, header.ver_05 .header__auth img {
    margin-top: 4px;
}
header.ver_05 .header-basket__icon {
    width: 56px;
    height: 56px;
    background: #EEF2F4;
}
header.ver_05 .header-basket__icon img {
    width: 24px;
    height: 24px;
}
header.ver_05 .header-basket__count {
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    background: #0BA360;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
}
header.ver_05 .header-basket__title {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #817F7B;
    margin-bottom: 10px;
    text-transform: capitalize;
}
header.ver_05 .header-basket__price {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #201F1F;
}

footer.ver_03 {
    position: relative;
}
footer.ver_03:after {
    content: "";
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 0 0 50px 50px;
    background: #fff;
    display: block;
    top: 0;
}
footer.ver_03 .footer__top {
    background: #262626;
}
footer.ver_03 .footer__top .container-fluid {
    padding-top: 150px;
    padding-bottom: 66px;
}
@media screen and (max-width: 991.98px) {
    footer.ver_03 .footer__top .container-fluid {
        padding-top: 75px;
        padding-bottom: 25px;
    }
}
footer.ver_03 .footer__top .footer__nav-item-title {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
}
footer.ver_03 .footer__top .footer__nav-link {
    font-size: 14px;
    line-height: 140%;
    color: #BBBEC0;
}
footer.ver_03 .footer__top .footer__nav-link:hover {
    color: #0BA360;
}
footer.ver_03 .footer__top .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 220px;
}
footer.ver_03 .footer__top .footer__nav-list + .footer__nav-list {
    margin-left: 40px;
}
@media screen and (max-width: 1150px) {
    footer.ver_03 .footer__top .footer__nav-list {
        width: 180px;
    }
}
footer.ver_03 .footer__bottom .footer__nav-item {
    margin-top: 1em;
}
footer.ver_03 .footer__bottom .footer__nav-item a {
    color: #BBBEC0;
}
footer.ver_03 .footer__bottom .footer__nav-item:hover a {
    color: #0BA360;
}
footer.ver_03 .footer__top .footer__nav-item + .footer__nav-item {
    margin-left: 0;
    margin-top: 16px;
}
footer.ver_03 .footer__bottom {
    background: #262626;
}
footer.ver_03 .footer__bottom .container-fluid {
    padding-top: 2em;
    padding-bottom: 2em;
}
footer.ver_03 .footer__bottom-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 40px;
}
footer.ver_03 .footer__bottom-info * {
    display: flex;
    align-items: center;
    color: #606060 !important;
    font-size: 0.875rem !important;
    height: fit-content;
}
@media screen and (max-width: 767.98px) {
    footer.ver_03 .footer__bottom-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
footer.ver_03 .footer__col--logo {
    width: 220px;
}
@media screen and (max-width: 991.98px) {
    footer.ver_03 .footer__col--logo {
        margin-bottom: 25px;
    }
}
footer.ver_03 .footer__logo-img {
    width: 100%;
}
footer.ver_03 .footer__col--contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 991.98px) {
    footer.ver_03 .footer__col--contacts {
        margin-top: 25px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
footer.ver_03 .footer__contacts-phone {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 14px;
}
footer.ver_03 .footer__adress {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #BBBEC0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}
footer.ver_03 .footer__adress .work-time {
    white-space: nowrap;
    padding-left: 1.5em;
}
footer.ver_03 .footer__adress img, footer.ver_03 .footer__adress svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 8px;
    margin-top: 3px;
}
footer.ver_03 .footer__contacts-mail {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #BBBEC0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
}
footer.ver_03 .footer__contacts-mail img, footer.ver_03 .footer__contacts-mail svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 8px;
    margin-top: 3px;
}

footer.ver_03 .footer__col--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 575.98px) {
    footer.ver_03 .footer__col--nav {
        display: none;
    }
}
footer.ver_03 .footer__copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #BBBEC0;
}
footer.ver_03 .footer__politic {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #BBBEC0;
}
footer.ver_03 .footer__politic a {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #BBBEC0;
}
footer.ver_03 .footer__politic a + a {
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#nav__mobile .mobile__info .bar-info__call {
    background: #0BA360;
    border-radius: 4px;
}
#nav__mobile .mobile__info .bar-info__call:hover {
    border-color: #0BA360;
    color: #0BA360;
}

.content-main__banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 80px;
}
@media screen and (max-width: 991.98px) {
    .content-main__banners {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.content-main__banner {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media screen and (max-width: 991.98px) {
    .content-main__banner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 575.98px) {
    .content-main__banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.content-main__banner--green {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
}

.content-main__banner--blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#528EC6), to(#3F5DA3));
    background: linear-gradient(180deg, #528EC6 0%, #3F5DA3 100%);
}

.content-main__banner-info {
    padding-left: 40px;
    padding-right: 40px;
}
@media screen and (max-width: 575.98px) {
    .content-main__banner-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1300px) {
    .content-main__banner-img {
        width: 200px;
    }
}
@media screen and (max-width: 1200px) {
    .content-main__banner-img {
        width: 150px;
    }
}
@media screen and (max-width: 575.98px) {
    .content-main__banner-img {
        margin-left: 0px;
    }
}

.content-main__banner-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 12px;
}
@media screen and (max-width: 1400px) {
    .content-main__banner-title {
        font-size: 30px;
    }
}
@media screen and (max-width: 1300px) {
    .content-main__banner-title {
        font-size: 26px;
    }
}
@media screen and (max-width: 1200px) {
    .content-main__banner-title {
        font-size: 24px;
    }
}

.content-main__banner-intro {
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 40px;
}

.content-main__banner-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-main__banner-link:hover svg, .content-main__banner-link:hover img {
    margin-left: 20px;
}
.content-main__banner-link svg, .content-main__banner-link img {
    width: 18px;
    height: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-left: 10px;
}

.content-main__news-title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #201F1F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-news-title__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #0BA360;
    margin-left: 24px;
    margin-top: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-news-title__link:hover svg, .main-news-title__link:hover img {
    margin-left: 20px;
}
.main-news-title__link svg {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-left: 10px;
}
.main-news-title__link svg path {
    stroke: #0BA360 !important;
}

.main-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
    .main-news__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.main-news__list-item {
    width: calc(33.33% - 17px);
}
@media screen and (max-width: 991.98px) {
    .main-news__list-item {
        width: calc(50% - 17px);
    }
}
@media screen and (max-width: 767.98px) {
    .main-news__list-item {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991.98px) {
    .main-news__lists {
        width: 100%;
        margin-top: 40px;
    }
}

.main-news__item-img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.main-news__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 575.98px) {
    .main-news__item-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.main-news__item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #201F1F;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-news__item-date {
    font-size: 12px;
    line-height: 140%;
    color: #817F7B;
}

.main-news__lists {
    border-left: 1px solid #E3E3E3;
}

.main-news__lists-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #E3E3E3;
}
.main-news__lists-item:last-child {
    border: none;
}

.main-news__lists-info {
    padding-top: 6px;
}

.main-news__lists-date {
    font-size: 12px;
    line-height: 140%;
    color: #817F7B;
    margin-bottom: 8px;
}

.main-news__lists-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #201F1F;
    margin-bottom: 4px;
}

.main-news__lists-intro {
    font-size: 12px;
    line-height: 140%;
    color: #817F7B;
}

.main-news__lists-img {
    width: 80px;
    min-width: 80px;
    margin-right: 24px;
}

.main-news__lists-item {
    padding: 10px 10px 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (max-width: 575.98px) {
    .main-news__lists-item {
        padding-left: 10px;
    }
}

.content-main__partners-wrap {
    min-width: 0;
    width: 76.5%;
    padding-left: 40px;
}
@media screen and (max-width: 991.98px) {
    .content-main__partners-wrap {
        padding-left: 0;
        width: 100%;
    }
}

.content-main__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (max-width: 991.98px) {
    .content-main__partners {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.content-main__partners .slick-slider, .content-main__partners .slick-list, .content-main__partners .slick-track {
    height: 100%;
}
.content-main__partners .slick-list {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 5px;
    margin-top: -5px;
    height: calc(100% + 20px);
}
.content-main__partners .slider-nav__prev {
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.content-main__partners .slider-nav__prev svg path {
    stroke: #817F7B;
}
.content-main__partners .slider-nav__next {
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.content-main__partners .slider-nav__next svg path {
    stroke: #817F7B;
}

.content-main__partners-item {
    height: 100%;
    margin-right: 15px;
    border-radius: 8px;
    border: 1px solid #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content-main__partners-item:hover {
    border: 1px solid #E3E3E3;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.12);
}
.content-main__partners-item:hover .content-main__partners-link {
    opacity: 1;
    visibility: visible;
}
.content-main__partners-item .content-main__partners-img {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.content-main__partners-img {
    display: block;
    width: 23.5%;
    margin-bottom: 10px;
}
@media screen and (max-width: 991.98px) {
    .content-main__partners-img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 25px;
    }
}

.content-main__partners-title {
    padding: 0 16px 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #201F1F;
}

.content-main__partners-list {
    list-style: none;
    padding: 0 16px 36px 16px;
    margin: 0;
}
.content-main__partners-list li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    line-height: 140%;
    color: #817F7B;
    opacity: 0.8;
}
.content-main__partners-list li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    background: #0BA360;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.content-main__partners-link {
    display: block;
    height: 56px;
    width: calc(100% - 32px);
    margin: auto 16px 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
@media screen and (max-width: 991.98px) {
    .content-main__partners-link {
        opacity: 1;
        visibility: visible;
    }
}

.content-main__brands-wrap {
    min-width: 0;
    width: 76.5%;
    padding-left: 40px;
}
@media screen and (max-width: 991.98px) {
    .content-main__brands-wrap {
        padding-left: 0;
        width: 100%;
    }
}

.content-main__brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (max-width: 991.98px) {
    .content-main__brands {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.content-main__brands .slick-slider, .content-main__brands .slick-list, .content-main__brands .slick-track {
    height: 100%;
}
.content-main__brands .slick-list {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 5px;
    margin-top: -5px;
    height: calc(100% + 10px);
}
.content-main__brands .slider-nav__prev {
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.content-main__brands .slider-nav__prev svg path {
    stroke: #817F7B;
}
.content-main__brands .slider-nav__next {
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.content-main__brands .slider-nav__next svg path {
    stroke: #817F7B;
}

.content-main__brands-item {
    height: 100%;
    margin-right: 15px;
    border-radius: 8px;
    border: 1px solid #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content-main__brands-item:hover {
    border: 1px solid #E3E3E3;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.12);
}
.content-main__brands-item:hover .content-main__brands-link {
    opacity: 1;
    visibility: visible;
}
.content-main__brands-item .content-main__brands-img {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.content-main__brands-img {
    display: block;
    width: 23.5%;
    margin-bottom: 10px;
}
@media screen and (max-width: 991.98px) {
    .content-main__brands-img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 25px;
    }
}

.content-main__brands-title {
    padding: 0 16px 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #201F1F;
}

.content-main__brands-list {
    list-style: none;
    padding: 0 16px 36px 16px;
    margin: 0;
}
.content-main__brands-list li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    line-height: 140%;
    color: #817F7B;
    opacity: 0.8;
}
.content-main__brands-list li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    background: #0BA360;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.content-main__brands-link {
    display: block;
    height: 56px;
    width: calc(100% - 32px);
    margin: auto 16px 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
@media screen and (max-width: 991.98px) {
    .content-main__brands-link {
        opacity: 1;
        visibility: visible;
    }
}

/*POPUP*/
.popup__wrap {
    max-width: 540px;
    border-radius: 16px;
    background: #fff;
}
.popup__wrap .popup__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #201F1F;
    margin-bottom: 16px;
    text-align: left;
}
.popup__wrap .form__input {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    height: 56px;
    font-size: 16px;
    line-height: 100%;
    color: #817F7B;
    font-family: "Inter";
}
.popup__wrap .form__button {
    height: 56px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    color: white;
}
.popup__wrap .form__check {
    margin-left: 25px;
}

/*POPUP END*/
#brand_list .brand-list__header {
    height: 70px;
    font-style: normal;
    background: #EEF2F4;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #817F7B;
    margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
    #brand_list .brand-list__header {
        height: auto;
    }
}
#brand_list .brand-item__row {
    border-top: 1px solid #E1E1E1;
    padding: 12px 20px;
}
#brand_list .brand-list__items {
    border: none;
}
#brand_list .brand-list__items:hover {
    border: none;
}
#brand_list .brand-item__title {
    margin-top: 13px;
}
#brand_list .brand-item__title a {
    color: #201F1F;
    font-weight: 500;
    font-size: 16px;
}
#brand_list .brand-item__name {
    margin-top: 11px;
    margin-bottom: 0;
}
#brand_list .brand-item__name a {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #817F7B;
}
#brand_list .table-header__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
}
#brand_list .table-header__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 196px;
    flex: 0 0 196px;
}
#brand_list .brand-item__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 196px;
    flex: 0 0 196px;
}
#brand_list .brand-item__btn {
    border: 2px solid #3CBA92;
    border-radius: 4px;
}
#brand_list .brand-item__btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    color: #fff;
    border: 2px solid #3CBA92;
}

.js_catalog_tovarov_delete_cath {
    float: right;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #888888;
    text-decoration: none !important;
    display: none;
}

.search__result .table-item__row {
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    border-radius: 0;
}
@media screen and (max-width: 991.98px) {
    .search__result .table-item__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.search__result .result_table__items {
    border: none;
    margin-bottom: 30px;
}
.search__result .table-header__date {
    width: 130px;
}
.search__result .table-header__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
}
@media screen and (max-width: 1440px) {
    .search__result .table-header__title {
        width: 310px;
    }
}
@media screen and (max-width: 1230px) {
    .search__result .table-header__title {
        width: 160px;
    }
    .search__result .item-info__desc {
        display: none;
    }
    .search__result .table-item__info {
        width: 176px;
        min-width: inherit !important;
    }
}
@media screen and (max-width: 1150px) {
    .search__result .table-header__title {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
.search__result .table-header__amount {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
}
.search__result .table-header__brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 30px;
}
.search__result .table-header__art {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 30px;
}
.search__result .js_add_in_basket_div .js_add_in_basket_div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search__result .table-item__var .item-var__ava {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 100px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #171717;
}
@media screen and (max-width: 991.98px) {
    .search__result .table-item__var .item-var__ava {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-right: 0;
    }
}
@media screen and (max-width: 767.98px) {
    .search__result .table-item__var .item-var__ava {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
}
.search__result .table-item__var .item-var__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    font-size: 14px;
    line-height: 140%;
    color: #171717;
}
@media screen and (max-width: 991.98px) {
    .search__result .table-item__var .item-var__price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-right: 0;
    }
}
@media screen and (max-width: 767.98px) {
    .search__result .table-item__var .item-var__price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
}
.search__result .table-item__var .item-var__date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
}
.search__result .item-info__img--bu {
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #FFFFFF;
    display: block;
    text-align: center;
    padding: 4px;
    background: #3CBA92;
    border-radius: 4px;
}
.search__result .item-var__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #EEF2F4;
    border-radius: 4px;
    height: 46px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.search__result .item_show_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
}
.search__result .item_show_contact p {
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #817F7B;
    margin-bottom: 8px;
}
@media screen and (max-width: 1150px) {
    .search__result .result_table__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 991.98px) {
    .search__result .result_table__header {
        display: none;
    }
}
.search__result .js_show_contact {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
    .search__result .table-item__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 326px;
    }
}
@media screen and (max-width: 991.98px) {
    .search__result .table-item__info {
        padding-left: 0;
        padding-right: 0;
    }
}
.search__result .item-info__title-name {
    line-height: 140%;
    color: #201F1F;
    margin-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-weight: 500;
    font-size: 16px;
}
.search__result .item-info__title-art {
    margin-right: 30px;
    font-size: 14px;
    line-height: 140%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    color: #817F7B;
    font-weight: 400;
    margin-bottom: 4px;
}
.search__result .item-info__desc {
    width: 300px;
    padding-top: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #171717;
}
.search__result .table-item__var {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 725px;
    flex: 0 0 725px;
}
@media screen and (max-width: 1350px) {
    .search__result .table-item__var {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 630px;
        flex: 0 0 630px;
    }
}
@media screen and (max-width: 1440px) {
    .search__result .item-info__title {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
@media screen and (max-width: 1150px) {
    .search__result .item-info__title {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
.search__result .table-header__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 30px;
}
@media screen and (max-width: 1440px) {
    .search__result .table-header__desc {
        display: none;
    }
}
@media screen and (max-width: 1150px) {
    .search__result .table-header__desc {
        display: none;
    }
}
.search__result .table-header__add-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
}
@media screen and (max-width: 1150px) {
    .search__result .table-item__var {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media screen and (max-width: 991.98px) {
    .search__result .table-item__var {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
.search__result .table-item__var .item-var__date .item-var__date-time {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #171717;
}
.search__result .table-item__var .item-var__price {
    font-weight: 600;
    white-space: nowrap;
}
.search__result .table-item__var .item-var__item {
    padding-top: 12px;
    padding-bottom: 12px;
}
@media screen and (max-width: 991.98px) {
    .search__result .table-item__var .item-var__item {
        padding-left: 0;
    }
}
.search__result .table-item__var .item-var__amount-wrap {
    height: 44px;
    width: 92px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
}
.search__result .table-item__var .item-var__amount-wrap .item-var__amount-input {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #171717;
}
.search__result .table-item__var .item-var__add-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 134px;
    flex: 0 0 134px;
    margin-left: 12px;
}
.search__result .table-item__var .item-var__add-cart .add-cart__button {
    width: 134px;
    height: 44px;
    color: #201F1F;
    border: 2px solid #3CBA92;
    border-radius: 4px;
    font-weight: 600;
    background: transparent;
    font-family: "Inter";
}
.search__result .table-item__var .item-var__add-cart .add-cart__button img {
    margin-right: 2px;
}
.search__result .table-item__var .item-var__add-cart .add-cart__button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border: 2px solid #3CBA92;
    color: #fff;
}
.search__result .table-item__var .item-var__add-cart .add-cart__button:hover img {
    -webkit-filter: invert(100);
    filter: invert(100);
}

.filter__page .filter {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    min-width: 350px;
    max-width: 350px;
    background: #EEF2F4;
    border-radius: 8px;
    font-size: 16px;
}
@media screen and (max-width: 1400px) {
    .filter__page .filter {
        -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
        min-width: 250px;
        max-width: 250px;
    }
}
@media screen and (max-width: 991.98px) {
    .filter__page .filter {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
.filter__page .filter__price.ui-widget-content .ui-slider-handle {
    background: #0BA360;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
.filter__page .filter__price.ui-widget-content .ui-slider-range {
    background: #0BA360;
}
.filter__page .filter__price.ui-widget-content {
    background: #fff;
}
.filter__page .filter__price-input {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}
.filter__page .filter__check .filter__check-title::after {
    top: 2px;
    border-color: #E3E3E3;
}
.filter__page .filter__check .filter__check-input:checked + .filter__check-title::before {
    top: 2px;
}
.filter__page .filter__check .filter__check-input:checked + .filter__check-title::after {
    background: #0BA360;
    border-color: #0BA360;
}
.filter__page .filter__button {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}

.cart .cart__inner-select {
    padding: 20px 24px;
    background: #EEF2F4;
    border-radius: 4px;
}
.cart .cart__label-checkbox .cart__checkbox:checked + .cart__label-title:after {
    background: #0BA360;
    border-color: #0BA360;
}
.cart .cart__label-checkbox .cart__checkbox:checked + .cart__label-title:before {
    top: 2px;
}
.cart .cart__label-checkbox .cart__label-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #171717;
}
.cart .cart__label-checkbox .cart__label-title:after {
    top: 2px;
}
.cart .cart__inner-row {
    border-top: 1px solid #E1E1E1;
}
.cart .cart__row {
    border: none;
    border: 1px solid #E3E3E3;
    padding: 24px 24px;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -1px;
}
.cart .cart__row-info {
    margin-left: 88px;
}
.cart .cart__row-articule {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #888888;
}
.cart .cart__row-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #171717;
}
.cart .cart__count .product__count {
    width: 114px;
    height: 44px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    font-family: "Inter";
}
.cart .cart__count .product__count-input {
    font-family: "Inter";
}
.cart .cart__icon {
    -ms-flex-preferred-size: 25px;
    flex-basis: 25px;
}
.cart .cart__icon .cart__icon-trash:hover path {
    stroke: #0BA360;
}
.cart .item-var__amount-minus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    text-align: center;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 35px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-indent: -9999em;
    background: url(/i/icon__minus.svg) no-repeat 50% 50%;
}
.cart .item-var__amount-minus:disabled {
    opacity: 0.35;
}
.cart .item-var__amount-plus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    text-align: center;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 35px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-indent: -9999em;
    background: url(/i/icon__plus.svg) no-repeat 50% 50%;
}
.cart .item-var__amount-plus:disabled {
    opacity: 0.35;
}
.cart .cart__price {
    -ms-flex-preferred-size: 205px;
    flex-basis: 205px;
    margin-left: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: right;
    color: #171717;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
    .cart .cart__price {
        margin-left: 0;
        margin-top: 15px;
    }
}
.cart .cart__icon {
    margin-left: 30px;
}
@media screen and (max-width: 991.98px) {
    .cart .cart__icon {
        margin-left: 0;
        margin-top: 15px;
    }
}
.cart .cart__icon-trash {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    color: #888888;
    cursor: pointer;
}
.cart .cart__icon-trash:hover {
    color: #171717;
}
.cart .cart__cost {
    border-radius: 6px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #888888;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cart .cart__cost-price {
    margin-left: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #201F1F;
    margin-bottom: -1px;
}
.cart .cart__order {
    background: #EEF2F4;
    border-radius: 16px;
    padding: 60px;
}
@media screen and (max-width: 575.98px) {
    .cart .cart__order {
        padding: 20px;
    }
}
.cart .cart__order .cart__order-label {
    width: calc(50% - 15px);
    position: relative;
}
@media screen and (max-width: 575.98px) {
    .cart .cart__order .cart__order-label {
        width: 100%;
    }
}
.cart .cart__order .cart__order-label.w1 {
    width: 100%;
}
.cart .cart__order .cart__order-label input[type=text] {
    height: 56px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    font-family: "Inter";
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #989898;
}
.cart .cart__order .cart__order-row {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0px;
    margin-top: 0;
}
.cart .cart__order .cart__order-title {
    text-transform: none;
    font-size: 32px;
    line-height: 130%;
    color: #201F1F;
    margin-bottom: 60px;
}
.cart .cart__order .cart__order-smalltitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #817F7B;
    margin-bottom: 16px;
}
.cart .cart__order .cart__order-radio {
    width: calc(50% - 10px);
    margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
    .cart .cart__order .cart__order-radio {
        width: 100%;
    }
}
.cart .cart__order .cart__order-radio .cart__order-radio-title {
    padding: 22px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    padding-left: 58px;
}
.cart .cart__order .cart__order-radio .cart__order-radio-title:before {
    top: 22px;
    left: 22px;
}
.cart .cart__order .cart__order-radio input[type=radio]:checked + .cart__order-radio-title {
    border: 1px solid #0BA360;
}
.cart .cart__order .cart__order-radio input[type=radio]:checked + .cart__order-radio-title::after {
    border: 5px solid #0BA360;
    left: 22px;
    top: 22px;
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 50%;
}
.cart .cart__order .cart__order-cost {
    width: 100%;
    max-width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #888888;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    margin-bottom: 24px;
}
.cart .cart__order .cart__order-cost-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #171717;
}
.cart .cart__order .cart__order-check {
    width: 100%;
    max-width: 510px;
    margin-bottom: 24px;
}
.cart .cart__order .cart__order-cost-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.cart .cart__order .cart__order-checkbox-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #888888;
    padding-left: 28px;
}
.cart .cart__order .cart__order-checkbox-title a {
    color: #000;
}
.cart .cart__order .cart__order-checkbox-title:before {
    width: 18px;
    height: 18px;
    border: 1px solid #4D58D4;
}
.cart .cart__order .cart__order-checkbox-title:after {
    content: "";
    width: 18px;
    height: 18px;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 3px;
    z-index: 10;
}
.cart .cart__order-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    color: #171717;
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cart .cart__order-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    border-top: 1px solid #E1E1E1;
    padding-top: 32px;
    margin-bottom: 32px;
}
@media screen and (max-width: 991.98px) {
    .cart .cart__order-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.cart .cart__order-subtitle {
    width: 360px;
    min-width: 360px;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #201F1F;
}
@media screen and (max-width: 1150px) {
    .cart .cart__order-subtitle {
        width: 270px;
        min-width: 270px;
    }
}
.cart .cart__order-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.cart .cart__order-col.col--mes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 575.98px) {
    .cart .cart__order-col.col--mes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.cart .cart__order-col.col--mes > div {
    width: calc(50% - 15px);
}
@media screen and (max-width: 575.98px) {
    .cart .cart__order-col.col--mes > div {
        width: 100%;
    }
}
.cart .cart__order-col-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart .check_order_tel_alert {
    margin-top: 0;
    height: 56px;
    color: #171717;
    border: 2px solid #0BA360;
    border-radius: 3px;
    font-size: 16px;
    padding: 12px 14px;
    text-transform: none;
}
.cart .check_order_tel_alert .cart__order-button {
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.cart .user_data_tabs {
    margin-bottom: 32px;
}
@media screen and (max-width: 575.98px) {
    .cart .user_data_tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.cart .user_data_tabs .user_data_tab_js {
    width: 230px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #888888;
    cursor: pointer;
    padding-bottom: 20px;
    border-bottom: 1px solid #BDBBB7;
    position: relative;
}
.cart .user_data_tabs .user_data_tab_js.active {
    color: #201F1F;
}
.cart .user_data_tabs .user_data_tab_js.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #0BA360;
}
.cart .cart__order .cart__order-label textarea {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #989898;
    padding: 22px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    height: 201px;
}
.cart .cart__order .cart__order-checkbox input[type=checkbox]:checked + .cart__order-checkbox-title::before {
    background: #0BA360;
    border-radius: 3px;
    top: 3px;
}
.cart .cart_order_submit {
    width: 100%;
}
.cart .cart_order_submit-button {
    width: 100%;
    padding: 22px 26px;
    height: 56px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Inter";
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    cursor: pointer;
}
.cart .cart_order_submit-button:hover {
    background: transparent;
    border: 2px solid #0BA360;
    color: #817F7B;
}
.cart .cart__order .row {
    margin: 0 -15px;
}
.cart .cart__order .row .col-12 {
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 991.98px) {
    .cart .cart__order .row .col-12 {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .cart .cart__row-info {
        margin-left: 0;
        width: calc(100% - 200px);
        margin-bottom: 0;
    }
}

.page_h1 {
    font-size: 2em;
}

.contact__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 991.98px) {
    .contact__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contacts__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 650px;
    flex: 0 0 650px;
}
@media screen and (max-width: 1150px) {
    .contacts__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
        flex: 0 0 450px;
    }
}
@media screen and (max-width: 991.98px) {
    .contacts__info {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        margin-bottom: 25px;
    }
}

.contacts__map {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-left: 22px;
}
@media screen and (max-width: 991.98px) {
    .contacts__map {
        width: 100%;
    }
}

.contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #201F1F;
}
.contacts__item + .contacts__item {
    margin-top: 24px;
}
.contacts__item img, .contacts__item svg {
    width: 22px;
    margin-right: 14px;
}
.contacts__item img path, .contacts__item svg path {
    stroke: #0BA360;
}

.contacts__cons-btn {
    height: 56px;
    width: 100%;
    max-width: 260px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    margin-top: 60px;
}

.auth_form {
    width: 100%;
    max-width: 510px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.auth_form h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: #201F1F;
}
.auth_form .account__button {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    width: 100%;
    margin: 0;
}
.auth_form .account__button:hover {
    color: #201F1F;
    border: 2px solid #0BA360;
    background: transparent;
}
.auth_form label span.label_title {
    display: none;
}
.auth_form label {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}
.auth_form .slyle_input {
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    width: 100%;
    font-family: "Inter";
    margin: 0;
}

.lk_menu .slyle_input {
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    width: 100%;
    font-family: "Inter";
    margin: 0;
    max-width: 510px;
}
.lk_menu .account__button {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    height: 56px;
    max-width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    width: 100%;
    margin: 0 0 30px 0;
}
.lk_menu .account__button:hover {
    color: #201F1F;
    border: 2px solid #0BA360;
    background: transparent;
}
.lk_menu label {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

.lk_menu label.label_center {
    text-align: center;
}

.registration_form {
    width: 100%;
    /*max-width: 510px;*/
    max-width: 800px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.registration_form h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: #201F1F;
}
.registration_form .account__button {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    width: 100%;
    margin: 0;
}
.registration_form .account__button:hover {
    color: #201F1F;
    border: 2px solid #0BA360;
    background: transparent;
}
.registration_form label span.label_title {
    display: none;
}
.registration_form label {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}
.registration_form .slyle_input {
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    width: 100%;
    font-family: "Inter";
    margin: 0;
}

.main_lk_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main_lk_menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #817F7B;
    border-bottom: 1px solid #BDBBB7;
    position: relative;
}
.main_lk_menu a.selected:after {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    background: #3CBA92;
}
.main_lk_menu .techno_button_on, .main_lk_menu .techno_button_off {
    margin: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    color: #fff;
    border: none;
}

.cards__product .row {
    margin-left: -9px;
    margin-right: -9px;
}
.cards__product .row > div {
    padding-left: 9px;
    padding-right: 9px;
}
.cards__product .product__item {
    padding: 20px;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
}
.cards__product .product__image {
    height: 240px;
}
.cards__product .product__articule {
    font-size: 14px;
    line-height: 140%;
    color: #817F7B;
    margin-bottom: 4px;
}
.cards__product .product__title {
    height: 5rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #201F1F;
    margin-bottom: 15px;
}
.cards__product .product__price {
    position: relative;
    color: #201F1F;
    font-size: 24px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 140%;
}
.cards__product .product__price .product-price__time {
    position: absolute;
    right: 0;
    font-size: 16px;
}
.cards__product .product__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cards__product .product__count {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    font-family: "Inter";
}
.cards__product .product__addcart {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    height: 46px;
}

.pagination a {
    color: #201F1F;
    font-size: 16px;
    line-height: 100%;
}
.pagination a:hover {
    color: #0BA360;
}
.pagination a.active {
    background: #EEF2F4;
    border-radius: 4px;
    color: #201F1F;
}

.card__product-item {
    padding: 30px 0;
}

.card__product-item .product__item-inner .product__title, .card__product-item .product__item-inner h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #201F1F;
    margin-bottom: 16px;
}
.card__product-item .product__item-inner .product__articule {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #817F7B;
    border: none;
    margin-bottom: 32px;
    padding-bottom: 0;
}
.card__product-item .product__item-inner .product__tech {
    padding-top: 24px;
    padding-bottom: 8px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.card__product-item .product__item-inner .product__tech-item {
    margin-bottom: 16px;
}
.card__product-item .product__item-inner .product__tech-title {
    font-size: 16px;
    line-height: 140%;
    color: #817F7B;
}
.card__product-item .product__item-inner .product__tech-value {
    font-size: 16px;
    line-height: 140%;
    color: #201F1F;
}
.card__product-item .product__item-inner .product__add {
    width: 100%;
    max-width: 420px;
}

.orders__list {
    max-width: 1520px;
}
.orders__list .js_pages {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
}

.order_lk-header {
    padding: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #817F7B;
    background: #EEF2F4;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order_lk-header-num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 30px;
}

.order_lk-header-amount {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 30px;
}

.order_lk-header-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-right: 30px;
}

.order_lk-header-status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 30px;
}

.order_lk-header-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-right: 30px;
}

.order_lk-header-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 30px;
}

.order_lk-header-count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 30px;
}

.order_lk-header-cost {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 0px;
}

.order_lk_v1 .order_head {
    background: transparent;
}
.order_lk_v1 .order_lk-item {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #817F7B;
}
.order_lk_v1 .order_lk-item + .order_lk-item {
    margin-top: 16px;
}
.order_lk_v1 .order_lk-item-num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 30px;
}
.order_lk_v1 .order_lk-item-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-right: 30px;
}
.order_lk_v1 .order_lk-item-amount {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #201F1F;
}
.order_lk_v1 .order_lk-item-status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 30px;
}
.order_lk_v1 .order_lk-item-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.order_lk_v1 .order_lk-item-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-right: 30px;
}
.order_lk_v1 .order_lk-item-title a {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #201F1F;
}
.order_lk_v1 .order_lk-item-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #201F1F;
}
.order_lk_v1 .order_lk-item-count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 30px;
}
.order_lk_v1 .order_lk-item-cost {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #201F1F;
}
.order_lk_v1 .order_lk-item-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.order_lk_v1 .order_lk-item-article {
    font-size: 14px;
    line-height: 140%;
    color: #817F7B;
    margin-bottom: 4px;
}
.order_lk_v1 .order_lk-item-info-item {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 20px;
}
.order_lk_v1 .order_lk-item-info-item + .order_lk-item-info-item {
    padding-top: 20px;
}
.order_lk_v1 .order_lk-item-info-man {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
}
.order_lk_v1 .order_lk-item-info-man span {
    color: #201F1F;
}
.order_lk_v1 .order_lk-item-info-man-title {
    padding-right: 40px;
}

.all_news_item_title{
    font-weight: bold;
}
.all_news_item{
    margin-bottom: 20px;
}
.news_item_text{
    margin-top: 20px;
}

header.ver_05 .header__bottom .header-search__input {
    border: none;
    background-color: #EEF2F4;
}
header.ver_05 .header__lang {
    width: 6em;
}
header.ver_05 .header__lang .header__lang-current {
    padding: 0 1em;
    cursor: pointer;
}
header.ver_05 .header__lang .header__lang-current .arrow {
    transition: 500ms;
    margin-bottom: 2px;
}
header.ver_05 .header__lang .header__lang-current.active .arrow {
    transform: rotate(180deg);
}
header.ver_05 .header__lang .header__lang-popup {
    display: none;
    position: absolute;
    z-index: 50;
    padding: 0.5em 0;
    background-color: var(--white-bg-color);
    border: solid #0BA360 1px;
    border-radius: 8px;
}
header.ver_05 .header__lang .header__lang-popup .lang-popup__link {
    display: flex;
    align-items: center;
    padding: 0 1em;
    cursor: pointer;
}
header.ver_05 .header__lang .header__lang-popup .lang-popup__link .svg {
    margin-right: 5px;
}
header.ver_05 .header__lang .header__lang-popup .lang-popup__link:hover,
header.ver_05 .header__lang .header__lang-popup .lang-popup__link.selected {
    background-color: var(--general-accent);
    color: var(--white-bg-color);
}
header.ver_05 .header__lang .flag {
    width: 18px;
    height: 14px;
}

footer.ver_03 .footer__bottom .footer__col {
    display: block;
}
footer.ver_03 .footer__bottom .footer__col.footer__col--nav {
    display: flex;
}
footer.ver_03 .footer__bottom .footer__col .footer__nav-list {
    padding: 0;
    list-style: none;
}
footer.ver_03 .footer__bottom .footer__nav-list + .footer__nav-list {
    margin-left: 7em;
}
footer.ver_03 .footer__bottom .footer__col .footer__nav-childs-list {
    display: none;
}
footer.ver_03 .footer__bottom .footer__col .footer__adress {
    display: block;
    font-size: 100%;
    line-height: 1.3;
}

.lk_menu .js_search.input_s_id {
    width: 150px;
}

.admin_filter .admin_filter-form{
    padding: 10px 0;
}

.admin_filter .admin_filter-title{
    margin-bottom: 5px;
    font-weight: bold;
}

.admin_filter .admin_filter-input {
    height: 46px;
    padding-left: 15px;
    border-radius: 4px;
    border: 1px solid var(--other-line);
    font-size: 1rem;
    width: calc(58%);
}

.admin_filter .admin_filter-btn {
    height: 46px;
    width: calc(40%);
    color: #fff;
    background-color: #0BA360;
    border-radius: 4px;
    border: 1px solid var(--other-line);
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

.admin_filter .admin_filter-btn:not(.disabled):hover {
    background: var(--bg-dark);
}
.product__item .artikul{
    z-index: 2;
    position: absolute;
}