/* ОБНУЛЕНИЕ */

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
    padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

div {
    margin: 0;
    padding: 0;
}

a {
    color: #3B4042;
    text-decoration: none;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    color: #3B4042;
    font-family: 'Commissioner', sans-serif;
    background-color: #fff;
    font-size: 15px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #20739E;
    border-radius: 15px;
}

::-webkit-scrollbar-track {
    background: #C8D7DC;
}

.container {
    width: 100%;
    max-width: calc(1540px + 30px);
    margin: 0 auto;
    padding: 0 15px;
}

header {
    position: relative;
}

.first_header {
    background: #F8F9FA;
    padding: 18px 0;
}

.header_city {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.header_top_left a {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.header_top_left {
    display: flex;
    align-items: center;
    gap: 82px;
    position: relative;
    z-index: 2;
}

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

.header_user {
    display: flex;
    align-items: center;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.header_user .user-icon {
    margin-right: 12px;
}

.second_header {
    padding: 15px 0 20px 0;
    border-bottom: 1px solid #EFF3F8;
}

.second_header_wrapper nav {
    position: relative;
    z-index: 2;
}

.second_header_wrapper {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.second_header_wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 35px;
}

.second_header_wrapper ul li a {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #3B4042;
    transition: .3s;
}

.second_header_wrapper ul li:hover a {
    color: rgba(32, 115, 158, 1);
}

.second_header_wrapper .logo {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
}

.header_search {
    position: relative;
    display: flex;
    align-items: center;
}

.header_search .icon {
    position: absolute;
    left: 23px;
    height: 100%;
    display: flex;
    align-items: center;
}

.header_search input {
    background: #FEFEFE;
    border: 1px solid #DEE1E2;
    border-radius: 2px;
    width: 581px;
    height: 48px;
    padding: 0 55px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    outline: none;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.breads ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.breads ul li,
.breads ul li a,
.breads ul li span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #9CA8AC;
    white-space: nowrap;
}

.breadcrumbs {
    margin: 37px 0 50px 0;
}

.lc_sidebar_item {
    padding: 35px 0 40px 0;
    border-bottom: 1px solid #DEE1E2;
}

.lc_sidebar_item:first-of-type {
    border-top: 1px solid #DEE1E2;
}

.lc_sidebar_item_maintitle {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #3B4042;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
    cursor: pointer;
}

.lc_sidebar_item_maintitle:hover {
    color: rgba(32, 115, 158, 1);
}

.lc_sidebar_item_maintitle svg {
    transition: .5s;
    transform: rotate(0deg);
}

.lc_sidebar_item_maintitle.active svg {
    transform: rotate(180deg);
}

.lc_sidebar_item ul {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}

.lc_sidebar_item ul li a {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lc_sidebar_item ul li:hover a {
    color: rgba(32, 115, 158, 1);
}

.lc_sidebar_item ul .current a {
    color: rgba(32, 115, 158, 1);
}

.lc_sidebar_item ul li {
    display: flex;
    align-items: center;
    margin: 0 0 13px 0;
}

.lc_sidebar_item ul li:last-of-type {
    margin: 0;
}

.name_organization {
    display: flex;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #3B4042;
    align-items: center;
    gap: 12px;
    margin: 0 0 33px 0;
}

.lc_sidebar_item ul li a span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #9CA8AC;
}

.exit_account {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 25px 0 0 0;
    transition: .3s;
}

.exit_account:hover {
    color: rgba(32, 115, 158, 1);
}

.section_lc {
    margin: 0 0 120px 0;
}

.lc_body_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    color: #3B4042;
    padding: 0 0 31px 0;
}

.lc_body_list_item:first-of-type {
    border-top: 1px solid #DEE1E2;
    padding: 35px 0 35px 0;
}

.lc_body_list_item {
    padding: 0px 0 35px 0;
}

.lc_body_list.act .lc_body_list_item {
    padding: 0 0 30px 0;
}


.lc_body_list_item_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
}

.lc_sidebar_wrapper {
    padding: 0 15px 0 0;
}

.input_item {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    position: relative;
}

.input_item label {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0;
}

.input_item label span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #9CA8AC;
}

.input_item input {
    border: 1px solid #DEE1E2;
    border-radius: 2px;
    outline: none;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    padding: 0px 20px;
    padding-right: 40px;
    min-height: 50px;
}

.input_item input::placeholder {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #9CA8AC;
}

.input_block {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px 0 -10px;
    width: calc(100% + 20px);
    row-gap: 30px;
}

.input_item30 {
    flex: 0 0 33.33%;
    padding: 0 10px;
}

.input_item70 {
    flex: 0 0 66.67%;
    padding: 0 10px;
}

.input_item100 {
    flex: 0 0 100%;
    padding: 0 10px;
}

.btn_blue {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    padding: 0 35px;
    height: 50px;
    background: #20739E;
    border-radius: 2px;
    transition: .3s;
    margin: 30px 0 0 0;
    outline: none;
    border: none;
    cursor: pointer;
}
.td-cookie-consent .btn_blue {
    margin: 0;
}
.td-cookie-consent .btn_blue:hover {
    color: #FFFFFF;
}
.btn_blue:hover {
    opacity: .5;
}

.btn_blue.disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}

.lc_body_list_item_subtitle {
    margin: 8px 0 0 0;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.btn_none_bg_blue {
    display: flex;
    align-items: center;
    gap: 11px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #20739E;
    transition: .3s;
    margin: 30px 0 0 0;
}

.btn_none_bg_blue:hover {
    opacity: .5;
}

.lc_btn_block {
    display: flex;
    align-items: center;
    gap: 40px;
}

.tab_item {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #9CA8AC;
    width: 50%;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #DEE1E2;
    transition: .3s;
    cursor: pointer;
}

.tab_item span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #9CA8AC;
}

.tab_item.active,
.tab_item.active span {
    color: #3B4042;
}

.tab_item.active {
    border-bottom: 3px solid #20739E;
    padding: 0 0 14px 0;
}

.tab_items_wrapper {
    display: flex;
}

.tab_items_block {
    margin: 40px 0 0 0;
}

.position {
    position: relative;
}

.tab_list_item_date {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 15px 0;
}

.tab_list_item_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 8px 0;
}

.lc_body_wrapper ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style-type: none;
}

.lc_body_wrapper ul li {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #838D90;
    position: relative;
    margin: 0 0 5px 0;
}

.lc_body_wrapper ul li:last-of-type {
    margin: 0;
}

.lc_body_wrapper ul li::after {
    content: '';
    display: block;
    width: 9px;
    height: 1px;
    background: #838D90;
    position: absolute;
    left: -20px;
    top: 13px;
}

.tab_list_item {
    margin: 30px 0 0 0;
}

.second_tab,
.first_tab {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .3s;
}

.second_tab.active,
.first_tab.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.warninig_item {
    background: #F8F9FA;
    border-radius: 2px;
    padding: 31px 50px;
    display: inline-flex;
    gap: 10px;
    margin: 20px 0 0 0;
    width: 100%;
}

.warninig_item .icon {
    margin: 2px 0 0 0;
}

.warninig_item span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 2px 0 0 0;
}

.warninig_item .text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #838D90;
}

.section_lc.manager .lc_body_list {
    border-top: 1px solid #DEE1E2;
}

.manager_item a {
    display: block;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 4px 0;
}

.manager_item a:last-of-type {
    margin: 0;
}

.manager_head {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 0 19px 0;
}

.manager_head .avatar {
    border-radius: 50%;
    max-height: 86px;
    max-width: 86px;
    min-height: 86px;
    min-width: 86px;
}

.manager_head .name {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #3B4042;
    max-width: 170px;
}

.manager_item {
    margin: 25px 0 15px 0;
}

.input_item20 {
    flex: 0 0 20%;
    padding: 0 10px;
    min-height: 50px;
}

.input_item25 {
    flex: 0 0 25%;
    padding: 0 10px;
    min-height: 50px;
}

.input_item40 {
    flex: 0 0 40%;
    padding: 0 10px;
    min-height: 50px;
}

.lc_body_list.act button {
    height: 50px;
    margin-left: 10px;
}

.icon_password {
    position: absolute;
    right: 25px;
    bottom: 14px;
    cursor: pointer;
    transition: .3s;
}

.icon_password_watch {
    position: absolute;
    right: 25px;
    bottom: 17px;
    cursor: pointer;
    transition: .3s;
}

.icon_password.active {
    opacity: 0;
    z-index: 2;
}

.icon_password_watch {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.icon_password_watch.active {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.input_item45 {
    flex: 0 0 45%;
    padding: 0 10px;
}

.input_item90 {
    flex: 0 0 90%;
    padding: 0 10px;
}

.input_item80 {
    flex: 0 0 80%;
    padding: 0 10px;
}

.input_item50 {
    flex: 0 0 50%;
    padding: 0 10px;
}

.search_btn {
    display: flex;
    gap: 8px;
    align-items: center;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #20739E;
    transition: .3s;
}

.search_btn:hover {
    opacity: .5;
}

.lc_body_list table {
    width: 100%;
    border-collapse: collapse;
}


.lc_body_list table tr td {
    padding: 20px 0;
    border-top: 1px solid #DEE1E2;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.lc_body_list table tr td:nth-of-type(5) {
    width: 20%;
}

.lc_body_list table tr td a {
    margin: 0;
}

.lc_body_list table tr th {
    width: 15%;
    text-align: left;
    padding: 0 0 10px 0;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #BCBDBE;
}

.lc_body_list table tr td:last-of-type {
    width: 20%;
    text-align: right;
}

.btn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    border: 1px solid #7A7A7A;
    border-radius: 2px;
    transition: .3s;
    cursor: pointer;
    margin: 20px 0 0 0;
}

.btn_more:hover {
    background: #20739E;
    border: 1px solid #20739E;
    color: #fff;
}

.lc_list_history_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 21px 0 0 0;
}

.lc_list_history_text span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: rgba(188, 189, 190, 1);
}

.search_input .btn_blue {
    margin-left: 10px;
}

.lc_body_list.returns .btn_none_bg_blue {
    max-width: 260px;
    align-items: flex-start;
    text-decoration: none;
}

.lc_body_list.returns .btn_none_bg_blue svg {
    width: 20px;
    margin: 5px 0 0 0;
}

.step_item {
    padding: 0 0 23px 0;
    border-bottom: 1px solid #DEE1E2;
    margin: 0 0 27px 0;
    max-width: 630px;
}

.step_item:last-of-type {
    margin: 0;
    border: none;
}

.step_count {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #838D91;
    margin: 0 0 22px 0;
}

.step_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 3px 0;
}

.step_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #838D91;
}

.step_text a {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: rgba(32, 115, 158, 1);
    text-decoration: underline;
}

.step_block {
    margin: 35px 0 0 0;
}

.return_text {
    margin: 20px 0 0 0;
}

.return_text p {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 20px 0;
    max-width: 1000px;
}

.return_text p:last-of-type {
    margin: 0;
}

.any_questions {
    background: #FFFFFF;
    box-shadow: 0px 13px 24px 4px rgba(105, 129, 138, 0.1);
    border-radius: 2px;
    max-width: 889px;
    padding: 35px 72px 42px 81px;
    margin: 40px 0 0 0;
}

.any_questions_title {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 6px 0;
}

.any_questions_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 36px 0;
}

.any_questions span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #444545;
}

.lc_body_list.returns table {
    margin: 40px 0 0 0;
}

.lc_body_list.returns table tr td:last-of-type {
    text-align: left;
}

.lc_body_list_item_title a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: rgba(32, 115, 158, 1);
}

.lc_body_list.analog table {
    margin: 30px 0 0 0;
}

.search_buy_item_title {
    max-width: 420px;
    width: 100%;
}

.search_buy_item_article,
.search_buy_item_value,
.search_buy_item_cost {
    min-width: 90px;
    max-width: 90px;
}

.search_buy_item_title,
.search_buy_item_article,
.search_buy_item_value,
.search_buy_item_cost {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.search_buy_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 50px 0;
    border-top: 1px solid #DEE1E2;
}

.search_buy_item:last-of-type {
    border-bottom: 1px solid #DEE1E2;
}

.search_buy_item a {
    margin: 0;
}

.search_buy {
    margin: 30px 0 0 0;
}

.vin_search_result_item_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #3B4042;
}

.vin_search_result_item_title span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #BCBDBE;
}

.vin_search_result_item_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F8F9FA;
    border-top: 1px solid #DEE1E2;
    border-bottom: 1px solid #DEE1E2;
    padding: 30px;
    cursor: pointer;
}

.vin_search_result .search_buy {
    margin: 0;
}

.vin_search_result .search_buy .search_buy_item:first-of-type {
    border-top: none;
}

.vin_search_result .search_buy .search_buy_item:last-of-type {
    border-bottom: none;
}

.vin_search_result {
    margin: 31px 0 0 0;
}

.vin_search_result_item_head svg {
    transition: .5s;
}

.vin_search_result_item_head.active svg {
    transform: rotate(180deg);
}

.lc_body_list_item_text {
    max-width: 1000px;
    margin: 20px 0 0 0;
}

.lc_body_list_item_text p {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 15px 0;
}

.lc_body_list_item_text p:last-of-type {
    margin: 0;
}

.lc_body_list_item_text ul {
    margin-bottom: 32px;
}

.api_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #3B4042;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.api_item {
    padding: 30px 0;

    border-top: 1px solid #DEE1E2;
}

.api_item:last-of-type {
    border-bottom: 1px solid #DEE1E2;
}

.api_content {
    margin: 22px 0 30px 0;
}

.api_content_text {
    max-width: 1000px;
}

.api_content_text p {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 20px 0;
}

.api_content_text p:last-of-type {
    margin: 0;
}

.api_content_text p a {
    color: rgba(32, 115, 158, 1);
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    transition: .3s;
}

.api_content_text p a:hover {
    opacity: .6;
}

.api_table_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.api_title_head,
.api_title_body {
    flex: 0 0 30%;
}

.api_title_head {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #BCBDBE;
    margin: 0 0 7px 0;
}

.api_title_body {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    word-break: break-word;
}

.api_table_item {
    padding: 20px 0 25px 0;
    border-bottom: 1px solid #DEE1E2;
}

.api_table_item:first-of-type {
    padding: 0;
}

.api_table {
    margin: 30px 0 0 0;
}

.api_content {
    display: none;
}

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

.lc_subscribe_head_title {
    margin: 0 0 7px 0;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #BCBDBE;
}

.lc_subscribe_body_title {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.lc_subscribe_item {
    padding: 20px 0;
    border-bottom: 1px solid #DEE1E2;
}

.lc_subscribe_item:first-of-type {
    padding: 0;
}

.lc_subscribe_block {
    margin: 30px 0 0 0;
}

.lc_subscribe_item a {
    margin: 0;
    width: 100%;
    padding: 0;
}

.lc_subscribe_head_title:first-of-type,
.lc_subscribe_body_title:first-of-type {
    flex: 0 0 50%;
}

.lc_subscribe_head_title:nth-of-type(2),
.lc_subscribe_body_title:nth-of-type(2) {
    flex: 0 0 30%;
}

.lc_subscribe_head_title,
.lc_subscribe_body_title {
    flex: 0 0 20%;
}

.footer_contact_top a {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    display: block;
    margin: 0 0 2px 0;
}

.footer_contact_top span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #444545;
}

.footer_contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_contact_bottom {
    transform: translateY(-14px);
}

.footer_contact_bottom .policy {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 10px 0;
}

.footer_contact_bottom a {
    display: block;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.06em;
    text-decoration-line: underline;
    color: #444545;
    margin: 0 0 2px 0;
    transition: .3s;
}

.footer_contact_bottom a:hover {
    opacity: .7;
}

.footer_contact_bottom a:last-of-type {
    margin: 0;
}

.footer_nav_item_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 24px 0;
}

.footer_nav_item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_nav_item:last-child ul {
    column-count: 2;
}

.footer_nav_item ul li {
    margin: 0 0 14px 0;
}

.footer_nav_item ul li a {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #444545;
    transition: .3s;
}

.footer_nav_item ul li a:hover {
    opacity: .5;
}

footer {
    padding: 87px 0 100px 0;
    background: #F8F9FA;
    position: relative;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
}

.footer_nav {
    display: flex;
    gap: 180px;
}

.footer_warning {
    text-align: center;
    padding: 20px 0;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background: #3B4042;
}

.footer_warning span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background: #3B4042;
}

.footer_warning a {
    text-decoration: underline;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background: #3B4042;
}

.btn_top {
    border: 1px solid #7A7A7A;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 89px;
    right: 79px;
    transition: .3s;
}

.btn_top svg path {
    fill: #3B4042;
    transition: .3s;
}

.btn_top:hover {
    background: #7A7A7A;
;
}

.btn_top:hover svg path {
    fill: white;
}

.fly_btn_item {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background: #20739E;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    transition: .3s;

}

.fly_btn_badge {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    min-width: 22px;
    height: 22px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(255, 0, 0, 0.4);
    font-family: Arial, sans-serif;
    z-index: 10;
}


.fly_btn_badge.large {
    min-width: 26px;
    border-radius: 11px;
}

.fly_btn_badge.show {
    display: flex !important;
    animation: badgePop 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes badgePop {
    0% {
        transform: scale(0) rotate(0deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.3) rotate(10deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}


.fly_btn_badge.pulse {
    animation: badgePulse 0.3s ease;
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}

@media (max-width: 768px) {
    .fly_btn_badge {
        top: 3px;
        right: 3px;
        min-width: 20px;
        height: 20px;
        font-size: 11px;
    }

    .fly_btn_badge.large {
        min-width: 24px;
        border-radius: 10px;
    }
}


@media (max-width: 480px) {
    .fly_btn_badge {
        top: 2px;
        right: 2px;
        min-width: 18px;
        height: 18px;
        font-size: 10px;
        padding: 1px 4px;
    }
}

.fly_btn_item:hover {
    background: #4080a0;
}

.fly_btn_block {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    position: fixed;
    bottom: 15px;
    right: 57px;
    z-index: 95;
}

.header.index .first_header {
    background: #EEF5F6;
    display: flex;
    align-items: center;
    height: 122px;
    padding: 0;
}

.header.index .container {
    height: 100%;
}

.header.index .first_header_wrapper {
    height: 100%;
}


body.index {
    background: #EEF5F6;
}

.first_header_wrapper .logo {
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
}

.index_left {
    max-width: 650px;
}

.index_left h1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 20px 0;
}

.index_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 34px 0;
}

.index_search {
    display: flex;
    align-items: center;
    position: relative;
}

.index_search input {
    width: 550px;
    background: #FFFFFF;
    border-radius: 2px;
    outline: none;
    padding: 0 30px 0 69px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    border: none;
    height: 56px;
}

.index_search input::placeholder {
    color: #9CA8AC;
}

.index_search .icon {
    position: absolute;
    left: 30px;
}

.index_btn_block {
    display: flex;
    align-items: center;
    gap: 34px;
    margin: 30px 0 0 0;
}

.index_btn_block .btn_blue {
    height: 56px;
    margin: 0;
}

.btn_black {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    text-decoration-line: underline;
    color: #3B4042;
    transition: .3s;
}

.btn_black:hover {
    opacity: .5;
}

.index_right nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.index_right nav ul li {
    margin: 0 0 35px 0;
    text-align: right;
}

.index_right nav ul li:last-of-type {
    margin: 0;
}

.index_right nav ul li a {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    transition: .3s;
}

.index_right nav ul li:hover a {
    opacity: .6;
}

.index_wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    width: 100%;
}

.index_image {
    position: absolute;
    right: 15%;
}

.index_bg {
    display: block;
    background: linear-gradient(207.81deg, #286991 3.87%, #4C8DB5 77.5%);
    border-radius: 80px 0px 0px 0px;
    width: 820px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: 100%;
}

.index_right .nav_icon {
    margin: 0 0 40px 0;
    text-align: right;
}

.index_slide_item_title {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #3B4042;
    flex: 0 0 85%;
}

.index_swiper .swiper-slide {
    width: 33.333%;
    height: auto;
}

.index_slide_item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 31px 47px 31px 60px;
    height: 100%;
}


.index_slide_num,
.index_slide_item_image {
    flex: 0 0 50%;
}

.index_slide_item .btn_blue {
    position: absolute;
    bottom: 32px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.index_slide_item:hover .btn_blue {
    opacity: 1;
    visibility: visible;
}

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

.index_slide_item_image .img {
    max-width: 130px;
    max-height: 55px;
}

.index_slide_item .btn_blue:hover {
    opacity: 1;
    background: #69acce;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    background: #20739E;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    position: relative;
    margin: 0;
    padding: 0;
    left: auto;
    right: auto;
    top: auto;
}

.btn_swiper {
    display: flex;
    gap: 5px;
    position: absolute;
    transform: translate(20px, -50px);
}

.catalog_popup_head_search {
    display: flex;
    align-items: center;
    position: relative;
}

.catalog_popup_head_search input {
    background: #FEFEFE;
    border-radius: 2px;
    padding: 0 32px 0 64px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #9CA8AC;
    outline: none;
    border: none;
    height: 56px;
    width: 630px;
}

.catalog_popup_head_search .icon {
    position: absolute;
    left: 30px;
}

.catalog_popup_wrapper {
    background: #EEF5F6;
    height: 100%;
    width: 1600px;
    padding: 0 170px 0 130px;
}

.catalog_popup {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    position: absolute;
    width: 100%;
    background: rgba(59, 64, 66, .7);
    top: 0;
    right: 0;
}

.catalog_popup_head_left h1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 8px 0;
}

.catalog_popup_head_left_subtitle {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.catalog_popup_head {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px 0;
}

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

.catalog_popup_item {
    display: block;
    flex: 0 0 20%;
    padding: 30px 30px 37px 40px;
    border: 1px solid #FFFFFF;
    position: relative;
    transition: .3s;
    height: 147px;
}

.catalog_popup_item_title {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    position: relative;
    z-index: 1000;
}

.catalog_popup_item_num {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #3B4042;
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    transition: .4s;
    transition-delay: .4s;
}

.catalog_popup_item_image {
    position: absolute;
    bottom: 0;
    right: 0px;
    opacity: 0;
    transition: .3s;
    /* max-height: 131px;
    max-width: 122px;
    width: 122px;
    height: 131px; */
    transition: .4s;
    transition-delay: 0s;
}

.catalog_popup_item_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.catalog_popup_item::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    transition: .4s;
    opacity: 0;
    transition-delay: .2s;
}

.btn_catalog {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #20739E;
    display: flex;
    gap: 8px;
    transition: .4s;
    position: absolute;
    bottom: 28px;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}

.catalog_popup_item:hover::after {
    visibility: visible;
    opacity: .7;
    transition: .4s;
    transition-delay: .3s;
}

.catalog_popup_item:hover .catalog_popup_item_image {
    opacity: 1;
    transition: .4s;
    transition-delay: .4s;
}

.catalog_popup_item:hover .btn_catalog {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    transition: .4s;
    transition-delay: .4s;
}

.catalog_popup_item:hover .catalog_popup_item_num {
    color: transparent;
    transition: .4s;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label {
    display: inline-flex;
    user-select: none;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    cursor: pointer;
    transition: .3s;
    position: relative;
}

.checkbox_item span {
    margin: 0 0 0 5px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #BCBDBE;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-flex;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #B5B7B9;
    border-radius: 2px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0% 0;
    transition: .3s;
    background-image: url("/local/templates/filter_new_design/image/icon/Rectangle22.svg");
}

.custom-checkbox:checked+label::before {
    background-image: url("/local/templates/filter_new_design/image/icon/Rectangle22.svg");
    transition: .3s;
    background-size: 6px 6px;
    background-position: center center;
}

.b-subcategory-vertical__sub {
    display: none;
}
.catalog_sidebar_item_title {
    display: flex;
    justify-content: space-between;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #3B4042;
    cursor: pointer;
}

.catalog_sidebar_item {
    padding: 30px 0 0 0;
    border-top: 1px solid #DEE1E2;
    margin: 0 0 30px 0;
}

.category_sidebar_item_list {
    margin: 20px 0 0 0;
}

.checkbox_item {
    margin: 0 0 15px 0;
}

.checkbox_item:last-of-type {
    margin: 0;
}

.catalog_search {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 14px 0;
}

.catalog_search input {
    border: 1px solid #DEE1E2;
    border-radius: 2px;
    outline: none;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    padding: 0 20px 0 53px;
    height: 48px;
    width: 100%;
}

.catalog_search input::placeholder {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #9CA8AC;
}

.catalog_search .icon {
    position: absolute;
    left: 23px;
}

.catalog_sidebar {
    padding: 0 10px 0 0;
}

.show_more {
    display: block;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    text-decoration-line: underline;
    color: #286991;
    transition: .3s;
    margin: 17px 0 0 0;
}

.show_more:hover {
    opacity: .6;
}

.range_input_block {
    display: flex;
    height: 48px;
    width: 100%;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.range_input_block input {
    border: 1px solid #DEE1E2;
    border-radius: 2px;
    outline: none;
    height: 100%;
    width: 110px;
    padding: 0 20px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #9CA8AC;
}

.irs--round .irs-handle {
    border: none;
    background: #20739E;
    width: 17px;
    height: 17px;
}

.irs--round .irs-min,
.irs--round .irs-max,
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    display: none;
}

.irs--round .irs-bar {
    top: 35px;
    height: 1px;
    background: #20739E;
}

.irs--round .irs-line {
    top: 35px;
    height: 1px;
    background: #20739E;
}

.show_all {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #3B4042;
    border-radius: 2px;
    height: 56px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    transition: .3s;
}

.show_all:hover {
    background: #3B4042;
    color: #fff;
}

.reset_btn {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    text-decoration-line: underline;
    color: #3B4042;
    transition: .3s;
}

.reset_btn:hover {
    opacity: .6;
}

.sidebar_btn_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
}

.section_catalog {
    margin: 0 0 120px 0;
}

.catalog_sidebar_item:first-child {
    margin: 0 0 30px 0;
    padding: 0;
    border: none;
}

.category_sidebar_item_list {
    display: none;
}

.catalog_sidebar_item_title .icon svg {
    transform: rotate(180deg);
    transition: .4s;
}

.catalog_sidebar_item_title.active .icon svg {
    transform: rotate(0deg);
}

.catalog_body_head_seacrh {
    display: flex;
    align-items: center;
    position: relative;
}

.catalog_body_head_seacrh input {
    width: 581px;
    height: 48px;
    padding: 0 30px 0 57px;
    background: #FEFEFE;
    border: 1px solid #DEE1E2;
    border-radius: 2px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #9CA8AC;
    outline: none;
}

.catalog_body_head_seacrh .icon {
    position: absolute;
    left: 23px;
}

.catalog_body_head_filter_item_title {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.catalog_body_head_filter_item_title span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    transition: .3s;
}

.catalog_body_head_filter_item_title:hover span {
    color: #20739E;
}

.catalog_body_head_filter {
    display: flex;
    gap: 60px;
}

.catalog_body_head {
    display: flex;
    justify-content: space-between;
    margin: 0 0 73px 0;
    align-items: center;
}

.catalog_body_head_filter_item {
    position: relative;
}

.catalog_body_head_filter_item_list_item {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    /* margin: 0 0 13px 0; */
    transition: .3s;
    padding: 3px 0;
    transition: .3s;
}

.catalog_body_head_filter_item_list_item .title {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.catalog_body_head_filter_item_list_item .title:hover {
    color: #20739E;
}

.catalog_body_head_filter_item_list_item:last-of-type {
    margin: 0;
}

.catalog_body_head_filter_item_list {
    display: flex;
    flex-direction: column;
    position: absolute;
    padding: 20px 30px;
    background: #FFFFFF;
    box-shadow: 0px 7px 22px rgba(105, 129, 138, 0.45);
    border-radius: 2px;
    width: 300px;
    right: 0;
    top: 35px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.catalog_body_head_filter_item_list.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.catalog_body_item {
    display: flex;
}

.catalog_body_item_title {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    max-width: 410px;
    width: 100%;
}

.catalog_body_item_articul {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    max-width: 110px;
    width: 100%;
}

.catalog_body_item_value {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    max-width: 90px;
    width: 100%;
}

.catalog_body_item_value_item .count {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.catalog_body_item_value_item .city {
    color: rgba(156, 168, 172, 1);
}

.catalog_body_item_cost,
.catalog_body_item_cost span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    max-width: 80px;
    width: 100%;
}

.catalog_body_item {
    justify-content: space-between;
    border-top: 1px solid #DEE1E2;
    padding: 50px 0;
    align-items: center;
}

.catalog_body_item_wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 70px;
}

.catalog_body_item .btn_blue {
    margin: 0;
    width: 154px;
    padding: 0;
}

.catalog_body_item .btn_blue span {
    display: block;
}

.catalog_product_show {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.catalog_product_show span {
    color: rgba(188, 189, 190, 1);
}

.catalog_body_bottom nav {
    text-align: center;
}

.catalog_body_bottom ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.catalog_body_bottom ul li {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog_body_bottom ul li a,
.catalog_body_bottom ul li span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.catalog_body_bottom ul .current {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #7A7A7A;
    border-radius: 2px;
    width: 100%;
    height: 100%;
}

.catalog_body_bottom ul .prev,
.catalog_body_bottom ul .next {
    display: flex;
    height: 100%;
    align-items: center;
}

.catalog_body_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 27px;
}

.basket_counter {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    width: 138px;
    height: 38px;
}

.basket_counter input {
    height: 100%;
    width: calc(100% - 72px);
    background: #FFFFFF;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-align: right;
    letter-spacing: 0.06em;
    color: #3B4042;
    text-align: center;
    outline: none;
    border: 1px solid #EDEEEF;
    user-select: none;
}

.basket_counter .plus,
.basket_counter .minus {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    height: 100%;
    width: 36px;
    background: #EDEEEF;
    border-radius: 2px 0px 0px 2px;
    cursor: pointer;
    user-select: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.card_big_image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #F8F9FA;
    height: 515px;
    max-height: 515px;
    margin: 0 0 20px 0;
}

.card_thumb_image {
    display: flex;
    justify-content: center;
    width: 100%;
}

.swiper_thumb_image_item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F8F9FA;
    width: 81px;
    height: 81px;
}

.card_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 36px 0;
}

.card_info {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px 0;
}

.card_info a {
    margin: 0;
}

.card_article {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #444545;
}

.card_article span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.card_tab {
    margin: 0 0 66px 0;
}

.card_tab_head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.card_tab_head_item {
    flex: 0 0 50%;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #9CA8AC;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #DEE1E2;
    transition: .3s;
    cursor: pointer;
}

.card_tab_head_item.active {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #3B4042;
    border-bottom: 3px solid #20739E;
    padding: 0 0 13px 0;
}

.feature_item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px 0;
}

.feature_item:last-of-type {
    margin: 0;
}

.card_tab_body {
    position: relative;
}

.accord_item {
    opacity: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    top: 0;
    transition: .3s;
    width: 100%;
}

.accord_item.active {
    position: relative;
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.card_buy {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 48px 0;
}

.card_cost {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #444545;
}

.card_cost_value,
.card_cost_value span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 16 0 0px 0;
}

.card_buy a {
    margin: 0;
}
/*
.card_buy .basket_counter {
    display: flex;
}
*/
.card_warning {
    display: flex;
    gap: 10px;
    margin: 0 0 60px 0;
}

.card_warning .text p {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #444545;
}

.card_warning .text a {
    text-decoration: underline;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #444545;
}

.card_benefits {
    padding: 40px 0 0 0;
    border-top: 1px solid #DEE1E2;
}

.card_benefit_list {
    display: flex;
    justify-content: space-between;
}

.card_benefit_item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.card_benefit_item .icon {
    border: 1px solid #3B4042;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
}

.card_value .catalog_body_item_value {
    margin: 6px 0 0 0;
}

.card_block {
    margin: 0 0 146px 0;
}

.swiper_analog_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background: #F8F9FA;
    border-radius: 2px;
    position: relative;
    padding: 35px 47px 45px 60px;
    transition: .3s;
    height: 100%;
    margin: 0 15px;
}

.analog_wrapper {
    margin: 0 0 0 -15px;
}



.swiper_analog_item_head_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #838D91;
    margin: 0 0 41px 0;
    flex: 0 0 100%;
}

.swiper_analog_item_main_title {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #3B4042;
    max-width: 190px;
    flex: 0 0 50%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper_analog_item_cost {
    flex: 0 0 50%;
    text-align: right;
    transition: .3s;
}

.swiper_analog_item_cost,
.swiper_analog_item_cost span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.btn_text {
    display: flex;
    gap: 8px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #20739E;
    transition: .3s;
    position: absolute;
    bottom: 47px;
    right: 50px;
    opacity: 0;
    visibility: hidden;
}

.btn_text:hover {
    opacity: .7;
}

.swiper_analog_item:hover {
    background: #FFFFFF;
    box-shadow: 0px 13px 24px 4px rgba(105, 129, 138, 0.08);
    border-radius: 2px;
}

.swiper_analog_item:hover .swiper_analog_item_cost {
    opacity: 0;
    visibility: hidden;
}

.swiper_analog_item:hover .btn_text {
    opacity: 1;
    visibility: visible;
}

.analog {
    margin: 0 0 118px 0;
}

.analog .swiper-slide {
    height: auto;
}

.swiper_btn_block {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    margin: 20px 0 0 0;
}

.more_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 30px 0;
}

.analog_item {
    border-bottom: 1px solid #DEE1E2;
    margin: 0 0 60px 0;
    padding: 0 0 50px 0;
}

.analog_item:last-of-type {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.archive_sales_item .btn_blue {
    margin: 0;
    height: 56px;
    position: absolute;
    bottom: 45px;
    transition: .3s;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.archive_sales_item {
    display: block;
    position: relative;
    padding: 32px 41px 136px 60px;
    background: #F8F9FA;
    border-radius: 2px;
    transition: .3s;
    height: 100%;
    cursor: pointer;
}

.archive_sales_item:hover .btn_blue {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.archive_sales_item:hover {
    background: #FFFFFF;
    box-shadow: 0px 13px 24px 4px rgba(105, 129, 138, 0.1);
    border-radius: 2px;
}

.archive_sales_wrapper {
    row-gap: 25px;
}

.archive_sales_item_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.archive_sales_item_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #838D91;
    margin: 10px 0 0 0;
}

.archive_sales {
    margin: 0 0 120px 0;
}

.archive_sales_item_logo {
    display: block;
    max-height: 60px;
    max-width: 150px;
    width: 150px;
    height: 60px;
    margin: 0 0 20px 0;
}

.archive_sales_item_logo img {
    width: auto;
    height: 100%;
}

.archive_signle_sales .archive_sales_item {
    background: #FFFFFF;
    box-shadow: 0px 13px 24px 4px rgba(105, 129, 138, 0.1);
    border-radius: 2px;
    padding: 50px 74px 69px 70px;
    height: auto;
}

.archive_signle_sales .archive_sales_item_title {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.archive_signle_sales {
    margin: 0 0 120px 0;
}

.archive_signle_sales_body {
    background: #F8F9FA;
    border-radius: 2px;
    padding: 60px 121px 80px 70px;
}

.archive_signle_sales_body h3 {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 40px 0 22px 0;
}

.archive_signle_sales_body h3:first-of-type {
    margin: 0 0 22px 0;
}

.archive_signle_sales_body ul {
    margin: 0 0 0px 25px;
    padding: 0;
    list-style: none;
}

.archive_signle_sales_body ul:last-of-type {
    margin-bottom: 0;
}

.archive_signle_sales_body ul li {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #838D91;
    margin: 0 0 10px 0;
    position: relative;
}

.archive_signle_sales_body ul li::after {
    content: '—';
    display: block;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #838D91;
    position: absolute;
    left: -25px;
    top: 3px;
}

.archive_signle_sales_body ul li:last-of-type {
    margin: 0;
}

.news_date {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #838D91;
    margin: 0 0 30px 0;
}

.archive_news {
    margin: 0 0 120px 0;
}

.archive_news .archive_sales_item {
    padding: 40px 40px 120px 60px;
}

.btn_back {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #20739E;
    display: flex;
    gap: 10px;
    transition: .3s;
    margin: 35px 0 0 0;
}

.btn_back:hover {
    opacity: .7;
}

.archive_signle_news {
    margin: 0 0 120px 0;
}

.archive_signle_news .archive_sales_item {
    height: auto;
    padding: 40px 74px 55px 70px;
    background: #FFFFFF;
    box-shadow: 0px 13px 24px 4px rgba(105, 129, 138, 0.1);
    border-radius: 2px;
}

.archive_signle_news .archive_sales_item_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.archive_signle_sales_body p {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #838D91;
}

.archive_signle_sales_body a {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: rgba(32, 115, 158, 1);
}

.archive_signle_news .archive_signle_sales_body {
    padding-right: 35px;
}

.archive_signle_sales_body td {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #838D91;
}

.archive_signle_sales_body th {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #838D91;
    width: 130px;
    display: flex;
}

.archive_signle_sales_body table {
    border-spacing: 0px 10px;
}

.how_buy_wrppaer_head_item p {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 10px 0;
}

.how_buy_wrppaer_head_item p:last-of-type {
    margin: 0;
}

.how_buy_wrppaer_head_item_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
    margin: 0px 0 15px 0;
}

.quest_quote {
    margin: -39px 0 0 0;
    background: #FFFFFF;
    box-shadow: 0px 13px 24px 4px rgba(105, 129, 138, 0.08);
    border-radius: 2px;
    padding: 35px 53px 42px 60px;
}

.quest_quote_title {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 6px 0;
}

.quest_quote_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 36px 0;
}

.quest_quote_time {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #444545;
}

.how_buy_wrppaer_head {
    margin-bottom: 89px;
}

.how_buy_wrppaer_body_tab_item {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    padding: 0 0 16px 0;
}

.how_buy_wrppaer_body_tab_item .tab_num {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #9CA8AC;
}

.how_buy_wrppaer_body_tab_item .tab_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #9CA8AC;
}

.how_buy_wrppaer_body_tab_item.active .tab_num,
.how_buy_wrppaer_body_tab_item.active .tab_title {
    color: #3B4042;
}


.how_buy_wrppaer_body_tab {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #DEE1E2;
    width: 100%;
    justify-content: space-between;
}

.how_buy_wrppaer_body_tab_item.active {
    border-bottom: 3px solid rgba(32, 115, 158, 1);
    padding: 0 0 13px 0;
}

.how_buy_wrppaer_body_tab_item {
    flex: 0 0 25%;
    cursor: pointer;
}

.how_buy_wrppaer_body_tab_list {
    margin: 40px 0 0 0;
}

.how_buy_wrppaer_body_tab_list_item {
    width: 100%;
    height: 100%;
    background: #F8F9FA;
    border-radius: 2px;
    padding: 35px 49px 58px 60px;
}

.how_buy_wrppaer_body_tab_list_item_num {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #838D91;
    margin: 0 0 27px 0;
}

.how_buy_wrppaer_body_tab_list_item_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 7px 0;
}

.how_buy_wrppaer_body_tab_list_item_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #838D91;
}

.how_buy_wrppaer_body_tab_list_item_text a {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: rgba(32, 115, 158, 1);
    text-decoration: underline;
}

.how_buy_wrppaer_body_tab_list {
    position: relative;
}

.how_buy_wrppaer_body_tab_list_block {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;

    z-index: -1;
    transition: .3s;
}

.how_buy_wrppaer_body_tab_list_block.active {
    opacity: 1;
    position: relative;
    visibility: visible;
    z-index: 1;

}

.how_buy_block {
    margin: 0 0 120px 0;
}

.how_buy_wrppaer_body_tab_list_block {
    row-gap: 25px;
}

.how_buy_wrppaer_warning {
    border: 1px solid #DEE1E2;
    border-radius: 2px;
    padding: 31px 35px 30px 35px;
    display: flex;
    gap: 16px;
}

.how_buy_wrppaer_warning .icon {
    margin: 5px 0 0 0;
}

.how_buy_wrppaer_warning_text p {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.how_buy_wrppaer_body_tab_list_item_slide_title {
    display: flex;
    gap: 18px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    cursor: pointer;
    align-items: center;
}

.how_buy_wrppaer_body_tab_list_item_slide_title .icon {
    display: flex;
    align-items: center;
    height: 100%;
}

.how_buy_wrppaer_body_tab_list_item_slide_title svg {
    transform: rotate(180deg);
    transition: .5s;
}

.how_buy_wrppaer_body_tab_list_item_slide_title.active svg {
    transform: rotate(0deg);
}

.how_buy_wrppaer_body_tab_list_item_slide_content {
    margin: 25px 0 0 0;
    display: none;
}

.how_buy_wrppaer_body_tab_list_item_slide_content ul {
    margin: 0 0 40px 25px;
    padding: 0;
    list-style: none;
}

.how_buy_wrppaer_body_tab_list_item_slide_content ul li {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #7F8587;
    margin: 0 0 15px 0;
    position: relative;
}

.how_buy_wrppaer_body_tab_list_item_slide_content ul li::after {
    content: '—';
    display: block;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #838D91;
    position: absolute;
    left: -25px;
    top: 3px;
}

.how_buy_wrppaer_body_tab_list_item_slide_content ul li:last-of-type {
    margin: 0;
}

.how_buy_wrppaer_body_tab_list_item_slide {
    padding: 30px 0 0 0;
    margin: 40px 0 0 0;
    border-top: 1px solid #DEE1E2;
}

.login_page_image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.btn_log {
    display: flex;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    text-decoration-line: underline;
    color: #20739E;
    margin: 20px;
    justify-content: center;
}

.form_login {
    background: #FFFFFF;
    box-shadow: 0px 12px 40px rgba(138, 176, 191, 0.2);
    border-radius: 2px;
    padding: 51px 46px 77px 70px;
}

.form_login .btn_blue {
    width: 100%;
    margin: 0;
}

.form_login_input_block {
    margin: 0 0 36px 0;
}

.form_login_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 12px 0;
}

.form_login_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #838D90;
    margin: 0 0 25px 0;
}

.form_login_input_item {
    margin: 0 0 31px 0;
    padding: 0;
}

.form_login_input_item:last-of-type {
    margin: 0;
}

.form_login_input_item label {
    font-size: 15px;
}

.login_page {
    margin: 0 0 130px 0;
    position: relative;
}

.help_text {
    display: flex;
    justify-content: center;
    gap: 5px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 25px 0 0 0;
}

.help_text a {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: rgba(32, 115, 158, 1);
    text-decoration: underline;
}

.form_login {
    max-width: 475px;
}

.bg_circle {
    height: 1100px;
    width: 1100px;
    border-radius: 50%;
    background: #F8F9FA;
    position: absolute;
    right: -500px;
    top: -110px;
    z-index: -1;
}

main {
    position: relative;
    overflow: hidden;
}

.login_warning {
    display: flex;
    gap: 8px;
    margin: 35px 0 0 0;
}

.login_warning p {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #444545;
}

.add_conterparty_body_head_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 8px 0;
}

.add_conterparty_body_head_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.add_conterparty_body_head {
    padding: 0 0 35px 0;
}

.add_conterparty_block {
    margin: 0 0 120px 0;
}

.add_conterparty_body_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 30px 0;
}

.add_conterparty_body_item {
    padding: 60px 0 35px 0;
    border-top: 1px solid #DEE1E2;
}

.add_conterparty_body_input_block {
    flex-wrap: wrap;
    display: flex;
    row-gap: 30px;
    margin: 0 -10px;
}

.add_conterparty_wrapper .checkbox_item {
    margin: 40px 0 0 0;
}

.catalog_body_item .btn_back {
    margin: 0;
    text-decoration: underline;
}

.catalog_body_item .catalog_body_item_articul span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #9FA0A0;
}

.search_main_head_left_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 8px 0;
}

.search_main_head_left_title a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: rgba(32, 115, 158, 1);
    margin: 0 0 8px 0;
}

.search_main_head_right_warning {
    display: inline-flex;
    gap: 10px;
    padding: 25px 28px 25px 32px;
    background: #F8F9FA;
    border-radius: 2px;
}

.search_main_head {
    margin: 0 0 50px 0;
    display: flex;
    justify-content: space-between;
}

.catalog_body_item_title.head,
.catalog_body_item_articul.head,
.catalog_body_item_value.head,
.catalog_body_item_cost.head {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #BCBDBE;
}

.catalog_body_item.head {
    padding: 0 0 5px 0;
    justify-content: flex-start;
    gap: 70px;
    border-top: none;
}

.analog_list_title {
    display: flex;
    justify-content: space-between;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #3B4042;
    padding: 30px;
    background: #F8F9FA;
    border-bottom: 1px solid #DEE1E2;
    border-top: 1px solid #DEE1E2;
    cursor: pointer;
    transition: .3s;
}

.analog_list_title:hover {
    color: rgba(32, 115, 158, 1);
}

.analog_list_title svg {
    transform: rotate(180deg);
    transition: .5s;
}

.analog_list_title.active svg {
    transform: rotate(0deg);
}

.analog_list_content {
    display: none;
}

.search_not_found {
    margin: 0px 0 120px 0;
    padding: 50px 0 0 0;
}

.search_not_found_left_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 8px 0;
}

.search_not_found_left_title a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: rgba(32, 115, 158, 1);
}

.search_not_found_left_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #838D90;
    margin: 0 0 34px 0;
}

.btn_block {
    display: flex;
    align-items: center;
    gap: 34px;
    margin: 30px 0 0 0;
}

.btn_block a {
    margin: 0;
}

.search_not_found .quest_quote {
    max-width: 580px;
    padding: 35px 93px 42px 81px;
}

.contacts_body_wrapper_title .num {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #3B4042;
}

.contacts_body_wrapper_title .title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #3B4042;
}

.contacts_body_wrapper_title {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    margin: 0 0 26px 0;
}

.contacts_block {
    margin: 0 0 120px 0;
}

.sidebar_map_item_city {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #838D91;
    margin: 0 0 27px 0;
}

.sidebar_map_item_office {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 12px 0;
    transition: .3s;
}

.sidebar_map_item_descr span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.sidebar_map_item_descr {
    display: flex;
    gap: 1px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: rgba(131, 141, 144, 1);
    margin: 0 0 6px 0;
}

.sidebar_map_item_descr:last-of-type {
    margin: 0;
}

.sidebar_map_item {
    background: #F8F9FA;
    border-radius: 2px;
    padding: 35px 35px 56px 60px;
    cursor: pointer;
    margin: 0 0 20px 0;
    transition: .3s;
}

.sidebar_map_item:last-of-type {
    margin: 0;
}

.sidebar_map_item.active {
    background: #FFFFFF;
    box-shadow: 0px 13px 24px 4px rgba(105, 129, 138, 0.1);
    border-radius: 2px;
    transition: .3s;
}

.sidebar_map_item.active .sidebar_map_item_office {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #20739E;
}

.contacts_body_wrapper {
    padding-bottom: 50px;
    border-bottom: 1px solid #DEE1E2;
}

.contacts_bottom_block {
    margin: 60px 0 0 0;
}

.contacts_bottom_block_item_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #838D91;
    margin: 0 0 34px 0;
}

.contacts_bottom_block_item {
    background: #F8F9FA;
    border-radius: 2px;
    padding: 35px 25px 45px 60px;
}

.contacts_bottom_block_item p {
    margin: 0 0 6px 0;
}

.contacts_bottom_block_item p:last-of-type {
    margin: 0;
}

.contacts_bottom_block_item span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.contacts_bottom_block_item p {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: rgba(131, 141, 144, 1);
}

.contacts_haed_wrapper {
    padding: 0 0 60px 0;
    border-bottom: 1px solid #DEE1E2;
    margin: 0 0 60px 0;
}

.order_wrapper_head_title {
    margin: 0 0 40px 0;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
}

.order_total_title {
    display: flex;
    gap: 6px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 20px 0;
    align-items: flex-end;
}

.order_total_title span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #9CA8AC;
}

.order_total {
    background: #FFFFFF;
    box-shadow: 0px 13px 24px 4px rgba(105, 129, 138, 0.1);
    border-radius: 2px;
    padding: 50px 60px 60px 60px;
}

.order_total .btn_blue {
    margin: 25px 0 0 0;
    width: 100%;
    padding: 0;
    height: 48px;
}

.order_total_cost {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    display: flex;
    gap: 12px;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 34px 0 0 0;
}

.order_total_cost_title {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.order_total_cost .cost,
.order_total_cost .cost span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: right;
    color: #3B4042;
}

.order_total_item {
    display: flex;
    justify-content: space-between;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 14px 0;
}

.order_total_item:last-of-type {
    margin: 0;
}

.order_block {
    margin: 0 0 120px 0;
}

.order_tab_item .num {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #9CA8AC;
}

.order_tab_item .text {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #9CA8AC;
}

.order_tab_item.active .num {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #3B4042;
}

.order_tab_item.active .text {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #3B4042;
}

.order_tab_item {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    padding: 0 0 16px 0;
    flex: 0 0 50%;
    border-bottom: 1px solid #DEE1E2;
    cursor: pointer;
}

.order_tab_item.active {
    border-bottom: 3px solid #20739E;
    padding: 0 0 14px 0;
}

.order_tab_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order_tab_list_item_wrapper_main_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
    margin: 0px 0 35px 0;
}

.order_tab_list_item {
    margin: 50px 0 0 0;
}

.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio+label {
    display: inline-flex;
    flex-direction: column;
    user-select: none;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3B4042;
    position: relative;
    padding: 0 0 0 45px;
    cursor: pointer;
}

.custom-radio+label span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #838D91;
    cursor: pointer;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #BFC2C4;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px 6px;
    position: absolute;
    left: -0px;
    top: 3px;
    transition: .3s;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked+label::before {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='3' fill='%2320739E'/%3e%3c/svg%3e");
    transition: .3s;
}

.radio_item {
    padding: 0px 0 35px 0;
    border-bottom: 1px solid #DEE1E2;
    margin: 0 0 28px 0;
}

.radio_item:last-of-type {
    margin: 0;
}

.order_tab_list_item:last-of-type {
    margin-bottom: 30px;
}

.comment_order_block {
    margin: 40px 0 0 0;
    max-width: 500px;
}

.comment_order_block span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3B4042;
}

.comment_order_block p {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(131, 141, 144, 1);
    margin: 0 0 15px 0;
}

.comment_order_block p:last-of-type {
    margin: 0;
}

.order_tab_list_item_wrapper_main_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #838D91;
    margin-top: -15px;
}

.btn_text_blue {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    text-decoration-line: underline;
    color: #20739E;
    transition: .3s;
}

.btn_text_blue:hover {
    opacity: .6;
}

.order_map_head {
    margin: 30px 0 30px 0;
    display: flex;
    flex-direction: column;
}

.order_map_head span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3B4042;
}

.order_map_map {
    width: 100%;
    max-height: 495px;
    overflow: hidden;
}

.popup {
    height: 100%;
    width: 100%;
    background-color: rgba(59, 64, 66, .7);
    position: fixed;
    justify-content: flex-end;
    display: flex;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    overflow: visible;
    user-select: none;
    transition: .4s;
    /*    transition-delay: .4s;*/
}

.popup.active {
    opacity: 1;
    z-index: 310;
    visibility: visible;
    transition-delay: 0s;
}

.modal_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    background: #EEF5F6;
    height: 100%;
    width: 85%;
    transform: translateX(100%);
    padding: 102px 50px 80px 130px;
    transition: .4s;
}

.popup.active .modal_wrapper {
    transform: translateX(0%);
    transition: .4s;
    transition-delay: .3s;
}

.close_icon {
    cursor: pointer;
    position: absolute;
    top: 52px;
    left: 136px;
    transition: .3s;
}

.close_icon:hover {
    opacity: .7;
}

.vector_bg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.thx_block_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 10px 0;
}

.thx_block_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.thx_block {
    margin: 0 0 153px 0;
    position: relative;
    z-index: 1;
    max-width: 740px;
}

.thx_cart_wrapper_item_title {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 12px 0;
    z-index: 3;
    position: relative;
}

.thx_cart_wrapper_item p {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #838D90;
}

.thx_cart_wrapper_item {
    border: 1px solid #FFFFFF;
    padding: 35px 72px 37px 40px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.thx_cart_wrapper {
    margin: 30px 0 0 0;
}

.thx_cart_wrapper_item .btn_text_blue {
    text-decoration: none;
    display: flex;
    gap: 8px;
    position: absolute;
    bottom: 35px;
    left: 40px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    z-index: 3;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #20739E;
}

.thx_cart_wrapper_item::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition-delay: .4s;
}

.thx_cart_wrapper_item:hover::after {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.thx_cart_wrapper_item:hover .btn_text_blue {
    opacity: 1;
    visibility: visible;
    z-index: 3;
    transition: .4s;
    transition-delay: .3s;
}

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

.thx_cart_head_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 6px 0;
}

.thx_cart_head_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.modal_body {
    overflow-y: auto;
    /*height: auto;*/
    height: 100%;
}

.lock {
    overflow: hidden;
}

.order_thx .quest_quote {
    max-width: 500px;
    padding: 35px 53px 42px 60px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 13px 24px 4px rgba(105, 129, 138, 0.08);
    border-radius: 2px;
}

.catalog_modal {
    padding-right: 170px;
    padding-bottom: 54px;
}

.catalog_popup_list {
    margin: 0 0 176px 0;
}

.cart_head_filter_item_list_item {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 13px 0;
    transition: .3s;
    cursor: pointer;
}

.cart_head_filter_item_list_item:hover {
    color: #20739E;
}

.cart_head_filter_item_list_item:last-of-type {
    margin: 0;
}

.cart_head_filter_item_list {
    display: flex;
    flex-direction: column;
    position: absolute;
    padding: 20px 30px;
    background: #FFFFFF;
    box-shadow: 0px 7px 22px rgba(105, 129, 138, 0.15);
    border-radius: 2px;
    width: 300px;
    right: 0;
    top: 35px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.cart_head_filter_item_list.active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.cart_head_main_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 8px 0;
}

.cart_head_filter_busket,
.cart_head_filter_busket span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.cart_head_filter_item_title span {
    display: flex;
    gap: 10px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #20739E;
    transition: .3s;
    cursor: pointer;
}

.cart_head_filter_item_title {
    display: flex;
    gap: 10px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #20739E;
    cursor: pointer;
    transition: .3s;
}

.cart_head_filter_item_title:hover {
    opacity: .7;
}

.cart_head_filter {
    display: flex;
    gap: 50px;
}

.cart_block_head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FFFFFF;
    align-items: center;
    border-radius: 2px;
    padding: 16px 40px;
    margin: 0 0 5px 0;
}

.cart_block_head .title,
.cart_block_head .articul,
.cart_block_head .cost,
.cart_block_head .count,
.cart_block_head .action {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #BCBDBE;
}

.cart_block_head .title,
.cart_block_list_item .title {
    flex: 0 0 calc(100% - 587px);
}

.cart_block_head .articul,
.cart_block_list_item .articul {
    flex: 0 0 153px;
}

.cart_block_head .cost,
.cart_block_list_item .cost {
    flex: 0 0 122px;
}

.cart_block_head .count,
.cart_block_list_item .count {
    flex: 0 0 178px;
}

.cart_block_head .action,
.cart_block_list_item .action {
    flex: 0 0 134px;
}

.cart_block_list_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 15px 40px;
    margin: 0 0 5px 0;
}

.cart_block_list_item:last-of-type {
    margin: 0;
}

.cart_block_list_item .articul,
.cart_block_list_item .title,
.cart_block_list_item .cost {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.cart_head {
    margin: 0 0 20px 0;
}

.cart_block_list_item .count .basket_counter {
    opacity: 1;
    display: flex;
    position: relative;
}

.cart_modal {
    padding-right: 191px;
    padding-left: 80px;
    padding-bottom: 48px;
    padding-top: 113px;
}

.cart_block_list_item .action {
    display: inline-flex;
    gap: 10px;

}

.cart_block_list_item .action a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: #EDEEEF;
    border-radius: 2px;
    transition: .3s;

}

.cart_block_list_item .action a:hover {
    opacity: .7;
}

.tooltip {
    position: absolute;
    top: -20px;
    right: 0px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    padding: 5px 14px;
    display: inline-flex;
}

.card_block_action_btn .tooltip {
    left: 0;
    right: auto;
}

.cart_block_list_item .action a:hover .tooltip,
.card_block_action_btn:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transition-delay: .4s;
}

.lc_sidebar_wrapper .close_icon {
    display: none;
}

.warninig_item .text span {
    display: none;
}

.input_item .btn_none_bg_blue {
    display: none;
}

.details {
    display: none;
}

.lc_body_list_item_title_mob {
    display: none;
}

.lc_body_list.story table tr th {
    width: 25%;

}

.lc_body_list.story table tr {
    border-bottom: 1px solid #DEE1E2;
}

.section_lc.marg .input_block {
    margin: 0;
}

.btn_point {
    display: none;
}

.sub_modal {
    justify-content: center;
    align-items: center;
}

.sub_modal_wrapper {
    background: #FFFFFF;
    box-shadow: 0px 7px 25px rgba(105, 129, 138, 0.15);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.popup.active .sub_modal_wrapper {
    opacity: 1;
    visibility: visible;
    transition: .4s;
    padding: 22px 20px;
}

.sub_modal_wrapper_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #3B4042;
    margin: 0 0 2px 0;
}

.btn_text_blue {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
}

.sub_modal_wrapper .btn_blue {
    margin: 20px 0 10px 0;
}

.sub_modal_wrapper .btn_text_blue {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    text-decoration-line: underline;
    text-underline-offset: 2px;
    color: #20739E;
    margin: 0 auto;
}

.footer_contact_top.mob {
    display: none;
}

.header_top_left .btn_burger,
.header_top_left .btn_cart,
.header_top_right .btn_search,
.header_top_right .btn_user {
    display: none;
}

.modal_bottom_menu {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 100000;
}

.modal_bottom_menu_wrapper {
    padding: 16px 27px 13px 27px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 40px rgba(30, 116, 160, 0.2);
    border-radius: 4px 4px 0px 0px;
    position: relative;
}

.modal_bottom_menu_body {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 50px);
}

.modal_bottom_menu_body.no_left_space {
	width: 100%;
}

.modal_bottom_menu_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 160%;
    color: #88989E;
    justify-content: flex-end;
}

.modal_bottom_menu_item.current {
    color: rgba(32, 115, 158, 1);
}

.modal_bottom_menu_item.current svg path {
    fill: rgba(32, 115, 158, 1);
}

.info {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #20739E;
    top: -25px;
    right: 20px;
    z-index: 3;
    border: 5px solid #D9D9D9;
}

.logo_mob {
    display: none;
}

.menu_copy {
    display: none;
}

.menu_bottom .footer_nav_item_title {
    display: none;
}

.thx_cart_wrapper_item_it .text,
.thx_cart_wrapper_item_it .value,
.thx_cart_wrapper_item_it span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #838D90;
}

.thx_cart_wrapper_item_it {
    display: flex;
    gap: 5px;
}

.thx_cart_wrapper_item {
    display: block;
    flex: 0 0 260px
}

.btn_blue.mobile {
    display: none;
}

.select {
    position: relative;
    cursor: pointer;
}

.select_check {
    position: relative;
    cursor: pointer;
}

.select_title {
    border: 1px solid #DEE1E2;
    border-radius: 2px;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
    height: 50px;
}

.select_title_check {
    border: 1px solid #DEE1E2;
    border-radius: 2px;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
    height: 50px;
}

.select_title .icon {
    display: flex;
    height: 100%;
    align-items: center;
}

.select_title_check .icon {
    display: flex;
    height: 100%;
    align-items: center;
}

.select_list {
    display: flex;
    flex-direction: column;
    width: calc(100%);
    background: #FFFFFF;
    box-shadow: 0px 7px 22px rgba(105, 129, 138, 0.15);
    padding: 20px 25px 25px 25px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /*transition: .3s;*/
    z-index: 20;
}

.select_list_item {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    /*transition: .3s;*/
    padding: 5px 0;
}

.select_list_item:hover {
    color: #78B5D5;
}

.select_list_item_check {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    /*transition: .3s;*/
}

.select_list_item_check:hover {
    color: #78B5D5;
}

.select.active .select_list {
    opacity: 1;
    visibility: visible;
}

.select.active .select_title {
    border: 1px solid #78B5D5;
}

.select_check.active .select_list {
    opacity: 1;
    visibility: visible;
}

.select_check.active .select_title {
    border: 1px solid #78B5D5;
}

.lc_body_list.bord form {
    margin: 0 0 60px 0;
}

.lc_body_title.bord {
    border-bottom: 1px solid #DEE1E2;
}

.select_list .custom-checkbox+label {
    align-items: center;
}

.map_mobile {
    display: none;
}

.map_mobile.active {
    display: block;
}

.position_block {
    position: relative;
}

.btn_show_all,
.main_title_sidebar,
.reset_btn.mobile,
.btn_mobile_archive {
    display: none;
}

.single_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 12px 0;
}

.btn_back.mobile {
    display: none;
}

.single_main_head {
    display: block;
    margin: 0 0 30px 0;
}

.swiper_thumb_image .swiper-slide {
    width: 81px;
    height: 81px;
    max-width: 81px;
    max-height: 81px;
}

.swiper_big_image_item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.swiper_big_image {
    height: 100%;
}

.swiper_big_image_item img {
    max-height: 383px;
    max-width: 548px;
}

.swiper_thumb_image_item {
    cursor: pointer;
}

.swiper_thumb_image .swiper-slide {
    opacity: .7;
}

.swiper_thumb_image .swiper-slide-active {
    opacity: 1;
}

.card_benefit_item_title {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.06em;
    color: #3B4042;
    max-width: 120px;
}

.catalog_sidebar_block .close_icon,
.btn_filter_item {
    display: none;
}

.catalog_body_head_filter_item_list_item.active {
    color: #BCBDBE;
}

.swiper-pagination {
    display: none;
}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #BFC3C5;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    background: #20739E;
    height: 5px;
    width: 5px;
}

.accord_item .mobile_accord_title {
    display: none;
}

.mobile_accord_title {
    display: none;
}

.basket_block_title {
    margin: 0 0 5px 0;
}

.head_main_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 0 40px 0;
}

.how_buy_wrppaer_body_tab_item .icon {
    display: none;
}

.quest_quote.mobile {
    display: none;
}

.catalog_body_item .icon {
    display: none;
}

.find_result {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #838D90;
}

.search_main_head_right_warning .text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.index_block {
    height: 887px;
}

.index_block .container {
    height: 100%;
    position: relative;
}

.index_wrapper {
    padding: 0 0 150px 0;
}

.fly_btn_index {
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    right: -1365px;
    bottom: 288px;
    z-index: 10;
    background: #fff;
    transition: .3s;
}

.fly_btn_index:hover {
    opacity: .7;
}

.fly_btn_badge{
    position: absolute;
    top: 5px;
    right: -2px;
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    min-width: 22px;
    height: 22px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(255, 0, 0, 0.4);
    font-family: Arial, sans-serif;
}

.fly_btn_badge.large{
    min-width: 26px;
    border-radius: 11px;
}

.fly_btn_badge.show{
    display: flex !important;
    animation: badgePop 0.4s cubic-beizer(0.68, -0.55, 0.265, 1.55);
}

@keyframes badgePop {
    0% {
        transform: scale(0) rotate(0deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.3) rotate(10deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}
@media (max-width: 768px) {
    .fly_btn_badge {
        top: 3px;
        right: 3px;
        min-width: 20px;
        height: 20px;
        font-size: 11px;
    }
}

.fly_btn_badge.pulse {
    animation: badgePulse 0.3s ease;
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}


.header.index .header_user {
    height: 100%;
    background: #fff;
}

.header.index .header_user {
    display: flex;
    justify-content: center;
    height: 122px;
    width: 500px;
    position: absolute;
    top: 0;
    right: -15px;
}

.btn_watch_sales {
    display: none;
}

.header.index .first_header {
    border: none;
}

.submit {
    display: none;
}

.header.index .first_header {
    box-shadow: none;
}


.index_slide_item_image img {
    max-width: 130px;
    max-width: 100px;
}

.btn_sales,
.swiper-pagination {
    display: none;
}

.cart_block_list_item {
    position: relative;
}

.cart_block .checkbox_item {
    position: absolute;
    left: -50px;
    background: rgba(255, 255, 255, 0.4);
    height: 100%;
    width: 45px;
    top: 0;
    cursor: pointer;
}

.cart_block .checkbox_item .custom-checkbox+label {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0;
}

.cart_block .checkbox_item .custom-checkbox+label::before {
    margin: 0;
}

.cart_block {
    padding: 0 0 0 50px;
}

.cart_head {
    padding: 0 0 0 50px;
}

.cart_block_head {
    position: relative;
}

.card_block_action_btn_block {
    display: flex;
    gap: 12px;
}

.card_block_action_btn {
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    background: #E6E7E9;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    cursor: pointer;
}

.card_block_action_btn:hover {
    opacity: .6;
}

.card_block_action_total_block {
    display: flex;
}

.card_block_action {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0 0;
    position: relative;
}

.card_block_action_total {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #3B4042;
    margin: 0 92px 0 0;
}

.card_block_action_value {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    padding: 0 21px 0 0;
    margin: 0 29px 0 0;
    position: relative;
}

.card_block_action_value::after {
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    border-right: 1px solid #B8BCC0;
    position: absolute;
    right: 0;
    top: 10px;
}

.card_block_action_value .value {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.card_block_action_cost .value {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.card_block_action_value .title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #9CA8AC;
}

.card_block_action_cost .title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #9CA8AC;
}

.btn_clear {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    text-decoration-line: underline;
    color: #69818A;
    transition: .3s;
}

.btn_clear:hover {
    opacity: .7;
}

.card_block_action_total_btn_block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 15px;
}

.card_block_action_total_btn_block a {
    margin: 0;
}

.card_block_action_cost {
    row-gap: 4px;
    display: flex;
    flex-direction: column;
    margin: 0 55px 0px 0;
}

.modal_body::-webkit-scrollbar {
    width: 4px;
    display: none;
}

.mobile_card_title {
    display: none;
}

.icon_close_card {
    display: none;
}

.cart_block_list_item .icon {
    display: none;
}

.cart_head_filter_item {
    position: relative;
}

.cart_modal {
    justify-content: flex-start;
}

.erro_page {
    height: 800px;
}

.erro_page_main_title {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 500;
    font-size: 100px;
    line-height: 100%;
    color: #20739E;
    margin: 0 0 40px 0;
}

.erro_page h1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    color: #3B4042;
}

.info_modal_wrapper {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(105, 129, 138, 0.44);
    border-radius: 2px;
    display: flex;
    flex-wrap: wrap;
}

.info_modal_wrapper_left {
    flex: 0 0 326px;
    max-width: 326px;
    background: #20739E;
    border-radius: 2px;
    padding: 40px 46px 58px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info_modal_wrapper_left_top_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0 0 8px 0;
}

.info_modal_wrapper_left_top_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #FFFFFF;
}

.info_modal_wrapper_left_top_info {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.6);
    margin: 20px 0 0 0;
}

.info_modal_wrapper_left_top_info a {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}

.info_modal_wrapper_right_tab_list_item {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    flex: 0 0 33%;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #DEE1E2;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #9CA8AC;
    transition: .3s;
}

.info_modal_wrapper_right_tab_list_item.active {
    border-bottom: 3px solid #20739E;
    padding: 0 0 14px 0;
    color: #3B4042;
}

.info_modal_wrapper_right_tab_list_item .num {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #9CA8AC;
    transition: .3s;
}

.info_modal_wrapper_right_tab_list_item.active .num {
    color: #3B4042;
}

.info_modal_wrapper_right_tab_list_item .text {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #3B4042;
}

.info_modal_wrapper_right_tab_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.info_modal_wrapper_right {
    flex: 0 0 calc(100% - 326px);
}

.info_modal_wrapper_right {
    padding: 40px 0px 55px 64px;
    max-height: 316px;
    overflow-y: scroll;
}

.info_modal {
    background: transparent;
    align-items: flex-end;

}

.info_tab_content_item_first_item_title,
.info_tab_content_item_first_item_value {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.info_tab_content_item_first_item {
    display: flex;
    max-width: 550px;
    width: 100%;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.info_tab_content_item_first_item:last-of-type {
    margin: 0;
}

.info_tab_content {
    margin: 35px 0 0 0;
}

.non_active_order_text {
    margin: 0 0 25px 0;
}

.non_active_order_text,
.non_active_order_text a,
.non_active_order_text p {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.non_active_order_text p {
    margin: 0 0 10px 0;
}

.non_active_order_text p:last-of-type {
    margin: 0;
}

.non_active_order_text a {
    color: rgba(32, 115, 158, 1);
}

.non_active_order .btn_blue {
    margin: 0;
}

.active_order_item {
    display: flex;
    flex-wrap: wrap;
    padding: 34px 0;
    border-bottom: 1px solid #DEE1E2;
    align-items: center;
    position: relative;
}

.active_order_item.head .active_order_item_text {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #BCBDBE;
}

.active_order_item.head {
    padding: 0 0 5px 0;
}

.active_order_item_text {
    flex: 0 0 15%;
}

.active_order_item_text:last-of-type {
    flex: 0 0 20%;
}

.active_order_item .btn_blue {
    margin: 0;
    position: absolute;
    right: 0;
}

.info_tab_content_item {
    padding: 0 50px 0 0;
}

.info_tab_content_item_none_manager .btn_blue {
    margin: 0;
}

.info_tab_content_item_active_manager_item_man_avatar {
    max-width: 86px;
    min-height: 86px;
    border-radius: 50%;
    overflow: hidden;
}

.info_tab_content_item_active_manager_item_man_name {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #3B4042;
    max-width: 180px;
}

.info_tab_content_item_active_manager_item_man {
    display: flex;
    gap: 24px;
    align-items: center;
}

.info_tab_content_item_active_manager_item_contact {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    margin: 18px 0 0 0;
}

.info_tab_content_item_active_manager_item_contact a {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.manager_warning {
    display: flex;
    gap: 12px;
    background: #F8F9FA;
    border-radius: 2px;
    padding: 26px 23px 26px 50px;
    max-width: 780px;
}

.manager_warning .text span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.manager_warning .text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #838D90;
}

.info_tab_content_item_active_manager {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.info_tab_content {
    position: relative;
}

.info_tab_content_item {
    display: none;
}

.info_tab_content_item.active {
    display: block;
}

.btn_edit {
    display: none;
}

.mobile_text {
    display: none;
    margin: -15px 0 0 0;
}

.city_select {
    position: fixed;
    background: transparent;
    top: 100px;
    height: auto;
    transition-delay: 0s;
    left: -100%;
    z-index: -1;
}

.city_select.active {
    transition-delay: 0s;
    left: 0%;
    z-index: 101010101010110;
}

.city_select_wrapper {
    width: 371px;
    background: #FFFFFF;
    box-shadow: 0px 7px 22px rgba(105, 129, 138, 0.15);
    border-radius: 2px;
    padding: 21px 32px 25px 32px;
    position: relative;
    max-height: 279px;
    overflow-y: auto;
}

.city_select_search {
    width: 100%;
}

.city_select_search form {
    width: 100%;
}

.city_select_search .input_search_item {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 56px;
}

.city_select_search .input_search_item input {
    width: 100%;
    border: 1px solid #DEE1E2;
    border-radius: 2px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    padding: 0 30px 0 65px;
    border: 1px solid #DEE1E2;
    border-radius: 2px;
    height: 100%;
    outline: none;
}

.city_select_search .input_search_item input::placeholder {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #9CA8AC;
}

.city_select_search .input_search_item button {
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    left: 25px;
    cursor: pointer;
}

.swiper_city_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.swiper_city_list li a {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.swiper_city_list li.active a {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #9CA8AC;
}

.swiper_city_list li {
    margin: 0 0 13px 0;
}

.swiper_city_list li:last-of-type {
    margin: 0;
}

.swiper_city .btn_swiper {
    right: 20px;
    width: auto;
    bottom: -20px;
    top: auto;
    transform: translate(0);
    z-index: 3;
}

.swiper_city {
    position: relative;
    overflow: visible;
}

.list_user {
    background: #FFFFFF;
    box-shadow: 0px 7px 22px rgba(105, 129, 138, 0.44);
    border-radius: 2px;
    padding: 20px 30px 25px 30px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 90px;
    right: 140px;
    z-index: -1;
    visibility: hidden;
    transition: .4s;
    opacity: 0;
}

.list_user.active {
    opacity: 1;
    visibility: visible;
    z-index: 4;
}

.list_user a {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    transition: .3s;
    padding: 7px 0;
}

.list_user a:hover {
    color: #9CA8AC;
}

.city_select .close_icon {
    display: none;
}

.city_select_wrapper_title {
    display: none;
}

.header_top_right {
    position: relative;
    cursor: pointer;
}

.header_top_right .list_user {
    top: 40px;
    right: 0;
    min-width: 260px;
}

.other_page {
    top: 58px;
}

.cart_head_filter_item_list_item_value,
.card_busket_title_list,
.cart_head_filter_item_list_item .icon {
    display: none;
}

.action_btn {
    display: none;
}

.cart_action_popup_wrapper_title .close_icon {
    display: none;
}

.cart_action_popup {
    display: none;
}

.erro_page .fly_btn_index {
    bottom: 150px;
}

.add_conterparty_body .custom-checkbox+label {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #3B4042;
    position: relative;
    padding: 0 0 0 30px;
    display: block;
}

.add_conterparty_body .custom-checkbox+label::before {
    position: absolute;
    top: 5px;
    left: 0;
}

.btn_blue.visible {
    display: none;
}

.catalog_body .basket_counter {
    height: 48px;
}

.catalog_filter_main_title {
    display: none;
}

.btn_sbros {
    display: none;
}

.btn_log.mobile {
    display: none;
}

.index_swiper .swiper-wrapper {
    max-height: 186px;
    height: 186px;
}

.modal_bottom_menu_item {
    position: relative;
}

.modal_bottom_menu_item .count {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 140%;
    color: #20739E;
    position: absolute;
    top: -7px;
    right: 0px;
}

.catalog_sidebar_item.open .category_sidebar_item_list {
    display: block;
}

.contacts_block .tabs_block {
    display: none;
}

.lc_sidebar_wrapper .close_icon {
    display: none;
}

.lc_btn {
    display: none;
}

input[type="date"] {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    padding: 0 20px;
    user-select: none;
}

.icon_date {
    position: absolute;
    bottom: 15px;
    right: 33px;
}

input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
}

.feature_item,
.info_tab_content_item_first_item,
.order_total_item,
.card_block_action_value,
.card_block_action_cost {
    align-items: baseline;
    display: flex;
}

.feature_item::before,
.info_tab_content_item_first_item::before,
.order_total_item::before,
.card_block_action_value::before,
.card_block_action_cost::before {
    content: '';
    border-bottom: 1px dashed #ccc;
    flex-grow: 1;
    order: 2;
    margin: 0 5px 0 5px;
}

.feature_item .feature_item_value,
.info_tab_content_item_first_item .info_tab_content_item_first_item_value,
.order_total_item .value,
.card_block_action_value .value,
.card_block_action_cost .value {
    order: 3;
}

.icon_info_block {
    display: none;
}

.info_back {
    display: none;
}

.btn_info_arrow {
    display: none;
}

.warninig_item.tabs {
    display: none;
}

.my {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.label_file {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 0 0 20px;
    cursor: pointer;
}

.label_file .text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #20739E;
    transition: .3s;
}

.label_file:hover .text {
    opacity: .7;
}

.label_file span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #9CA8AC;
}

.label_file .icon {
    position: absolute;
    top: 2px;
    left: -5px;
}

.search_buy_item .btn_blue .icon {
    display: none;
}

.map_block {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.map_block iframe {
    width: 100%;
    height: calc(100% - 20px);
}

.btn_blue span {
    display: none;
}

.lc_body_list_item_head {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #DEE1E2;
}

.lc_body_list_item_head_text {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #BCBDBE;
    flex: 0 0 13%;
}

.lc_body_list_item_body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #DEE1E2;
    position: relative;
}

.lc_body_list_item_body:last-of-type {
    padding-bottom: 0;
    border: none;
}

.lc_body_list_item_body_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    flex: 0 0 13%;
}

.btn_items .btn_blue {
    margin: 0;
}

.btn_items {
    flex: 0 0 25%;
    display: flex;
    justify-content: flex-end;
}

.lc_body_list_item_body_text.status {
    flex: 0 0 23%;
}

.lc_body_list_item_head_text.details {
    display: none;
}

.lc_body_list_item.none_line {
    border: none;
    padding: 0;
}

.content_js .lc_body_list_item_body_text,
.content_js .lc_body_list_item_head_text {
    flex: 0 0 25%;
}

.search_buy_item .basket_counter {
    height: 50px;
}

.basket_block .basket_counter {
    display: flex;
}

.header_tel_block {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.header_tel_block span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #444545;
}

.error_input_msg {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #F04949;
}

.error_input input {
    border: 1px solid #F04949;
}

/* .how_buy_wrppaer_body_tab.bord::-webkit-scrollbar {
    display: block;
    height: 2px;
}

.how_buy_wrppaer_body_tab.bord::-webkit-scrollbar-thumb {
    background: #20739E;
    transform: translateY(100px);
}

.how_buy_wrppaer_body_tab.bord::-webkit-scrollbar-track {
    background: #C8D7DC;
    transform: translateY(100px);
} */

.header_search.catalog_page {
    display: none;
}

.lc_body_list.supp .lc_body_list_item.line {
    border-top: 1px solid #DEE1E2;
    padding-top: 35px;
}

.menu_city .footer_nav_item_title {
    display: none;
}

.card_tab_body_item p {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 10px 0;
}

.card_tab_body_item ul {
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
}

.card_tab_body_item ul li {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 5px 0;
}

.card_tab_body_item ul li:last-of-type {
    margin: 0;
}

.card_swiper_block {
    position: sticky;
    top: 30px;
}

.visibile {
    overflow: visible;
}

.search_not_found_left {
    max-width: 50%;
}

.cart_block_list {
    display: none;
}

.cart_block_list.active {
    display: block;
}

.cart_mobile_small_title {
    display: none;
}

.card_block_action_value::before,
.card_block_action_cost::before {
    display: none;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

.info_modal {
    z-index: 101010101010;
}

.cart_action_popup_wrapper_login_title {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3B4042;
    margin: 0 0 2px 0;
}

.cart_action_popup_wrapper_login_text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #3B4042;
}

.cart_action_popup_wrapper_login_btn_block {
    margin: 20px 0 0 0;
    display: inline-flex;
    flex-direction: column;
}

.cart_action_popup_wrapper_login_btn_block .btn_blue {
    margin: 0;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #FFFFFF;
}

.cart_action_popup_wrapper_login_btn_block span {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #3B4042;
    margin: 10px 0 0 0;
}

.cart_action_popup_wrapper_login_btn_block a.login {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: rgba(32, 115, 158, 1);
}

.cart_action_popup_wrapper_login {
    padding: 10px 23px 10px 23px;
}

.map_mobile .ymaps-map {
    min-height: 100%;
}

.info_modal {
    z-index: -1;
}

.details_page .lc_body_title span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    color: rgba(32, 115, 158, 1);
}

.lc_body_list_main_head_title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
    margin: 36px 0 40px 0;
}

.details_page .lc_body_title {
    justify-content: flex-start;
    gap: 5px;
}

.lc_body_wrapper_head {
    border-bottom: 1px solid #DEE1E2;
}

.lc_body_list_item.details_item .lc_body_list_item_body:last-of-type {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #DEE1E2;
}

.lc_body_list_item.details_item .catalog_body_item {
    padding: 20px 0;
    position: relative;
}

.lc_body_list_item.details_item .catalog_body_item:last-of-type {
    border-bottom: 1px solid #DEE1E2;
}

.lc_body_list_item.details_item .basket_counter {
    height: 50px;
}

.details_order .catalog_body_item_title,
.details_order .catalog_body_item_title.head {
    flex: 0 0 22%;
}

.details_order .catalog_body_item_articul,
.details_order .catalog_body_item_value,
.details_order .catalog_body_item_cost,
.details_order .catalog_body_item_adres {
    flex: 0 0 auto;
}

.lc_body_list .details_order .catalog_body_item_adres {
    max-width: 410px;
}

.details_order .catalog_body_item_adres {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
}

.lc_body_list_item.details_order .catalog_body_item_wrapper,
.lc_body_list_item.details_order .catalog_body_item.head {
    gap: 70px;
}

.order_again {
    display: none;
    justify-content: center;
    align-items: center;
    background: #20739E;
    border-radius: 2px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    padding: 0 35px;
    height: 46px;
}

.catalog_body_item_wrapper.adres {
    border-bottom: 1px solid #DEE1E2;
    padding: 0 0 20px 0;
}

.catalog_body_content.del_page .catalog_body_item:last-of-type {
    border-bottom: 1px solid #DEE1E2;
}

.details_page .catalog_body_item {
    padding: 20px 0;
}

.btn_check {
    border: 1px solid #B5B7B9;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_check::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #286991;
    border-radius: 1px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.checkbox_item.all_check {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkbox_item.all_check.active .btn_check::after {
    opacity: 1;
    visibility: visible;
}

.select_title.bad {
    border: 1px solid #F04949;
}

.map_mobile .ymaps-map {
    min-height: 100%;
}

.cart-action-button,
.actionbutton {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-action-button .select_cart,
.actionbutton .select_cart {
    width: 100%;
    max-width: 300px;
    height: auto;
    position: relative;
    box-shadow: 0px 7px 22px rgb(105 129 138 / 15%);
    background: #fff;
    padding: 20px 30px;
    background: #FFFFFF;
}
.cart-action-button .select_cart,
.actionbutton .select_cart.sf-multiple-basket__add-place {
    max-width: 360px;
}

.cart-action-button .select_cart .select_cart_title,
.actionbutton .select_cart .select_cart_title {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    margin: 0 0 13px 0;
    transition: .3s;
    cursor: pointer;
}

.cart-action-button .select_cart .close_icon,
.actionbutton .select_cart .close_icon {
    right: 30px;
    left: auto;
    top: 20px;
}

.cart-action-button .cart_head_filter_item_list,
.actionbutton .cart_head_filter_item_list {
    opacity: 1;
    visibility: visible;
    z-index: auto;
    top: 0;
    position: relative;
    left: 0;
    padding-right: 0;
    padding-left: 0;
    width: auto;
    padding: 0;
    box-shadow: initial;
}

.cart-action-button .cart_head_filter_item_list div,
.actionbutton .cart_head_filter_item_list div {
    font-size: 15px;
    font-size: 14px;
}

.popup.cart-action-button.active,
.popup.actionbutton.active {
    z-index: 99999;
}

.second_header_wrapper ul li.active {
    position: relative;
}

.second_header_wrapper ul li.active::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #20739E;
    position: absolute;
    bottom: -35px;
}

.info_modal .container {
    transform: translateY(-95px);
}

.fly_btn_item .icon_two {
    display: none;
}

.fly_btn_item.active .icon_two {
    display: block;
}

.fly_btn_item.active .icon_one {
    display: none;
}

.info .icon_two {
    display: none;
}

.info.active .icon_two {
    display: block;
}

.info.active .icon_one {
    display: none;
}

.cart_block_head .checkbox_item label span {
    display: none;
}

.cart_block_list_item .title .icon {
    width: 20px;
    display: none;
    justify-content: flex-end;
}

.catalog_body_head_filter_item_list_head {
    display: none;
}

.mobile_down_block {
    display: none;
}

.swiper_how {
    width: 100%;
    overflow: visible;
}

.swiper_how .swiper-slide {
    border-bottom: 1px solid #DEE1E2;
}

.how_buy_wrppaer_body_tab {
    border: none;
    overflow: visible;
}

.title_slider {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #3B4042;
    margin-right: 6px;
}

.btn_swiper {
    align-items: center;
    transform: translate(0px, -50px);
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 30px;
}

.index_slider_block {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    transform: translateX(-30px);
}

.index_slider {
    display: block;
    flex: 0 0 530px;
    max-width: 530px;
}

.index_slider.item_day {
    width: auto;
    border-radius: 4px;
    flex: 0 0 calc(100% - 530px);
    max-width: calc(100% - 530px);
    transform: translateX(30px);
}

.index_swiper_day {
    height: 100%;
    background: #fff;
    overflow: visible;
    clip-path: inset(-20px -20px -20px -20px);
}

.index_slide_item {
    background: #fff;
    transition: .3s;
    box-shadow: 0px 0px 0px 0px rgba(84, 105, 114, 0.08);
}

.index_slider.item_day .index_slide_item::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .4;
    transition: .3s;
    z-index: 4;
}

.index_slider.item_day .index_slide_item:hover {
    background: #FFFFFF;
    box-shadow: 0px 6px 23px 4px rgba(84, 105, 114, 0.08);
    border-radius: 4px 0px 0px 0px;
    transition: .3s;
}

.index_slider.item_day .index_slide_item:hover::after {
    opacity: 0;
}

.index_slide_num {
    display: flex;
    gap: 5px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: rgba(156, 168, 172, 1);
}

.index_slide_num .current_slide {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: rgba(59, 64, 66, 1);
}

.index_slide_num .total_slide {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: rgba(156, 168, 172, 1);
}

.index_swiper_day .index_slide_item_image {
    position: absolute;
    right: 15px;
    bottom: 20px;
    max-width: 70px;
}

.index_swiper_day .index_slide_item_image img {
    max-width: 100%;
    height: auto;
}

.index_slide_item {
    padding-bottom: 35px;
}

.index_slide_num {
    align-items: flex-end;
}

.index_slide_item_image {
    position: absolute;
    right: 30px;
    bottom: 25px;
}

.index_slide_item {
    align-items: inherit;
}

.index_slide_item_title {
    position: relative;
    z-index: 2;
    flex: 0 0 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 55px;
}

.index_slide_item .btn_blue {
    bottom: 22px;
    z-index: 5;
}

.index_slide_item_title {
    color: rgba(59, 64, 66, 1);
}

.catalog_body_content {
    position: relative;
}

.b-subcategory-vertical__item {
    display: flex;
    user-select: none;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    cursor: pointer;
    transition: .3s;
    position: relative;
    flex-wrap: nowrap;
}
.b-subcategory-vertical__item-link {
    color: #3B4042;
}
.b-subcategory-vertical__item span {
    margin: 0 0 0 5px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #BCBDBE;
}

.b-subcategory-vertical__header {
    display: flex;
    justify-content: space-between;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #3B4042;
    cursor: pointer;
}
#kombox-filter .kombox-link .lvl2 a {
    display: inline-flex;
    user-select: none;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    cursor: pointer;
    transition: .3s;
    position: relative;
    flex-wrap: nowrap;
}

#kombox-filter .kombox-link .lvl2 span {
    margin: 0 0 0 5px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #BCBDBE;
}

.sf-multiple-basket__button-more-container {
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.catalog_body_item .basket-line {

}

.catalog_body_item .basket-line .basket_counter {
    display: none;
}

.catalog_body_item .basket-line .btn_blue {
    display: inline-flex;
}

.catalog_body_item .basket-line.in-basket .btn_blue {
    display: none;
}

.catalog_body_item .basket-line.in-basket .basket_counter {
    display: flex;
}
.catalog_body_item .basket-line {
    display: none;
}
.catalog_body_item .basket-line.active {
    display: contents;
}

.kombox-num.kombox-filter-property-body,
.kombox-combo.kombox-filter-property-body{
    margin: 20px 0 0 0;
}
a.btn_blue:hover, a.btn_blue:focus {
    color: white;
}
a:hover, a:focus {
    text-decoration: none!important;
}

.cancel_btn:hover {
    background: #3B4042;
    color: #fff;
}
.cancel_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
    border: 1px solid #3B4042;
    border-radius: 2px;
    height: 50px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    transition: .3s;
    margin: 0;
}
.sf-multiple-basket__button-container{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
}
.sf-multiple-basket__button-container .btn_blue{
    margin: 0;
}
.sf-multiple-basket__button-container .btn_blue.sf-multiple-basket__add-button-success{
    font-size: 16px;
    line-height: 140%;
    padding: 0 35px;
    height: 50px;
    margin: 30px 0 0 0;
    width: auto;
}

.search.catalog_body_content .catalog_body_item_title.head,
.search.catalog_body_content .myorder-1 {
    max-width: 800px;
}
.kombox-filter__cat-count {
    display: none;
}
.card_buy .sf-multiple-basket__add-place {
    display:none;
}

.catalog_body_item .basket-line .basket_counter.basket-counter-show {
    display: flex;
}

.catalog_body_item .basket-line .btn_blue.basket-add-hidden {
    display: none;
}

.card_block_action{
    padding: 0 0 0 50px;
}
.basket_container.active{
    display: block;
}
.basket_container {
    display: none;
}
label.sf-multiple-basket__add-input-label{
    display: block;
}
.popup .sf-multiple-basket__add-input{
    width: 100%;
    height: 48px;
    padding: 0 15px 0 15px;
    background: #FEFEFE;
    border: 1px solid #DEE1E2;
    border-radius: 2px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #9CA8AC;
    outline: none;
}

.sf-multiple-basket__add-error {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #F04949;
}

.sf-multiple-basket__add-button-place {
    margin-top: 15px
}

.input_item select {
    border: 1px solid #DEE1E2;
    border-radius: 2px;
    outline: none;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    padding: 0px 20px;
    padding-right: 40px;
    min-height: 50px;
}

.card_buy  .basket-line.in-basket .btn_blue {
    display: none;
}

.card_buy  .basket-line.in-basket .basket_counter {
    display: flex;
}
.catalog_body_head_filter_item_title img {
    position: absolute;
    left: -25px;
    top: 0;
    width: 20px;
    height: 20px;
}
.kombox-filter__close-container,
.kombox-filter__preview-container{
    display: none!important;
}

#kombox-filter {
    position: relative;
    overflow-y: visible;
}

.cart_head_filter_item_title img {
    width: 20px;
    position: absolute;
    left: -25px;
}

.order_tab_list.active {
    position: relative;
    opacity: 1;
    z-index: 1;
    visibility: visible;
}
.order_tab_list {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    top: 0;
    width: 100%;
}
.index .fly_btn_block a[data-modal="cart"] {
    display: none;
}

.b-search-2__form {
    width: 100%;
}
body.index .first_header .first_header_wrapper>.btn_user,
body.index .first_header .first_header_wrapper>.btn_search {
    display: none;
}

.card_block_action_cost .value span,
.cart_block_list_item .cost span {
    margin-left: 5px;
}
.cart_block span.errortext {
    color: red !important;
}

.info_tab_content_item_active_manager_item_contact a.btn_blue{
    color: #FFFFFF;
    max-width: 320px;
}

.lc_body_list.act .icon_date{
    pointer-events: none;
    top: 49px;
}

.toggle-contract-form.hide-form svg {
    transform: rotate(180deg);
}

.lc_sidebar ul li a.current{
    color: rgba(32, 115, 158, 1);
}
.api_item .api_title {
    cursor: pointer;
}
.api_item.active .api_content {
    display: block;
}
.api_item.active .api_title svg{
    transform: rotate(180deg);
}
.label_file {
    display: inline;
}
.contacts_block h1.b-manufacturer-list__header {
    margin-bottom: 25px;

}
.catalog_sidebar_block #kombox-filter{
    background: none;
}
.modal_main_menu .manufacturers-catalogs {
    margin-top: 10px;
}
.catalog_body_head_filter_item_list_basket {
    display: flex;
    flex-direction: column;
}
.active-orders {
    margin-bottom: 25px;
}
.cart_modal .change-popup-basket-mobile {
    display: none;
}
.catalog_body_item a.catalog-basket-add,
.search_buy_item a.catalog-basket-add,
.card_buy a.catalog-basket-add{
    position: relative;
}

.cart_block_list_item .basket_counter,
.catalog_body_item .basket_counter,
.search_buy_item .basket_counter,
.card_buy .basket_counter{
    position: relative;
}

.cart_block_list_item  .sf-multiple-basket__row-button-img-loader,
.catalog_body_item .sf-multiple-basket__row-button-img-loader,
.search_buy_item .sf-multiple-basket__row-button-img-loader,
.card_buy .sf-multiple-basket__row-button-img-loader{
    position: absolute;
    width: 20px;
    left: -25px;
}


.catalog_body_item a.catalog-basket-add .sf-multiple-basket__row-button-img-loader,
.search_buy_item a.catalog-basket-add .sf-multiple-basket__row-button-img-loader,
.card_buy a.catalog-basket-add .sf-multiple-basket__row-button-img-loader{
    position: absolute;
    width: 20px;
    left: -25px;
}

.catalog_body_bottom .show_all .sf-multiple-basket__row-button-img-loader{
    width: 20px;
}
.open-modal[data-modal=cart] .sf-multiple-basket__row-button-img-loader {
    width: 66px;
    position: relative;
    left: auto;
    top: auto;
}
.popup.active[data-modal=menu] {
    z-index: 350;
}
.popup.active[data-modal=cart] {
    z-index: 360;
}

.catalog_body_head_seacrh {
    margin-right: 10px;
}
.cart_block_list_item .title {
    padding-right: 10px;
}
.catalog-category-name {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #3B4042;
    margin-bottom: 20px;
    display: none;
}
.catalog_sidebar_block #kombox-filter{
    padding-right: 10px;
}

.how_buy_wrppaer_body_tab_list_item_text .sf-multiple-basket__row-button-img-loader{
    display: none;
}

.lc_body_list_item .btn_text_blue {
    font-size: 15px;
}

#scroll-top-button {
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#scroll-button:hover {
    cursor: pointer;
    background-color: #333;
}
#scroll-button:active {
    background-color: #555;
}
#scroll-top-button.show-button {
    opacity: 1;
    visibility: visible;
    display: flex!important;
}

body.compensate-for-scrollbar {
    margin-right: 0!important;
}
.basket-picker-login {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.06em;
    color: #3B4042;
    transition: .3s;
}
header.header > div{
    position: relative;
}
header.header:not(.index) {
    position:fixed;
    opacity: 1;
    display: block;
    margin: 0;
    width: 100%;
    top: 0;
    z-index: 300;
    background: #fff;
}
.index main {
    margin-top: 0;
}
main {
    margin-top: 142px;
}

.how_buy_wrppaer_head_item_title.marketplace {
    margin-top: -40px;
}

ul.marketplace-link-block {
    list-style: none;
    margin-top: 10px;
}
li a.marketplace-link {
    display: inline;
    margin-right: 5px;
}

.marketplace-link img {
    width: 40px;
    height: 40px;
    display: inline;
    border-radius: 8px;
}

.footer_nav_item_title.marketplaces {
    margin-top: 30px;
    margin-bottom: 15px;
}
.footer_nav {
    gap: 100px;
}

.how_buy_block .marketplace-block-mobile {
    display: none;
}

.marketplace-link {
    opacity: 0.7!important;;
}
.marketplace-link:hover {
    opacity: 1!important;
}