@import url(fontello.css);

@font-face {
    font-family: 'FuturaPT';
    src: url('../fonts/Futura Book.eot');
    src: url('../fonts/Futura Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT';
    src: url('../fonts/FuturaPT-Heavy.eot');
    src: url('../fonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaPT-Heavy.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT';
    src: url('../fonts/FuturaPT-Bold.eot');
    src: url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaPT-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* -------------------------------
	Global
------------------------------- */
html, body {
    height: 100%;
}

html {
    background: #fff;
    font-size: 10px;
}

body {
    min-width: 320px;
    font: 500 2.4rem/1.6 'FuturaPT', sans-serif;
    color: #0d0802;
}

::-webkit-scrollbar-track {
    background-color: #e4e4e4;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #bfbfbf;
}

::-webkit-scrollbar {
    width: 1px;
}

textarea:focus, input:focus {
    outline: none;
}

body,
dl, dd,
blockquote, fieldset, legend {
    margin: 0;
    padding: 0;
}

fieldset {
    border: none;
}

table {
    border: none;
    border-collapse: collapse;
}

th, td {
    vertical-align: top;
}

th {
    text-align: left;
    font-weight: normal;
}

address {
    font-style: normal;
}

p, ul, ol {
    margin: 0 0 1.5em 0;
}

img {
    max-width: 100%;
    vertical-align: top;
}

svg {
    vertical-align: top
}

iframe[src="//t.insigit.com/nsapi/static/partners.html"] {
    display: none;
}

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

.wrapper {
    background: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    position: relative;
}

.in {
    width: 100%;
    max-width: 108rem;
    margin: 0 auto;
    padding: 0 4rem;
    position: relative;
}

/* -------------------------------
	Txt
------------------------------- */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em 0;
    line-height: 1.3;
}

.title1 {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.title2 {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.2;
}

.title3 {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.2;
}

.title4 {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.title5 {
    margin-bottom: 0.8em;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.title6 {
    margin-bottom: 0.8em;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2;
}

.title7 {
    margin-bottom: 0.8em;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

/*.title7 {
	margin-bottom: 1.8em;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #0D0802;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}*/

.tbl_hide,
.tbl_hide th,
.tbl_hide td {
    border: none;
}

.tbl_border,
.tbl_border th,
.tbl_border td {
    border: 1px solid #333;
}

/* -------------------------------
	Links
------------------------------- */
:focus {
    outline: none;
}

a img {
    border: none;
}

a {
    color: #d00a10;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: #bf0006;
}

a[href^="tel"] {
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
}

a.lnk_arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.4rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.2;
    text-transform: uppercase;
}

a.lnk_arrow:hover {
    color: #bf0006;
}

a.lnk_arrow [class^="icon-"] {
    font-size: 1.2em;
    line-height: 1;
}

a.lnk_arrow.la_r [class^="icon-"] {
    margin-left: 0.85em;
}

a.lnk_arrow.la_l [class^="icon-"] {
    margin-right: 0.85em;
}

.lnk_popup_a {
    border-bottom: 1px dashed #a4a4a5;
    color: inherit;
}

.lnk_popup_a:hover {
    color: inherit;
}

.lnk_arrow1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.2;
    color: #a4a4a5;
    cursor: pointer;
}

.lnk_arrow1:hover,
.lnk_arrow1.active {
    color: #696663;
}

.lnk_arrow1 [class^="icon-"] {
    margin-top: 0.6em;
    font-size: 0.6em;
    margin-left: 1em;
    line-height: 1;
}

.lnk_ico {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.2;
    color: #a4a4a5;
}

.lnk_ico [class^="icon-"],
.lnk_ico .ico {
    margin-right: 0.6em;
}

.lnk_ico .ico {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

/* -------------------------------
	Forms
------------------------------- */
.f_row {
    margin-bottom: 1rem;
}

.f_input {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 2.1rem 2.4rem;
    border: 1px solid #dee0e3;
    border-radius: 0.8rem;
    font-family: inherit;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #0d0802 !important;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.f_input:hover,
.f_input:active {
    border-color: #a4a4a5;
}

.f_input:disabled {
    background: #f4f4f4;
    border-color: #dee0e3;
}

.f_input.v1 {
    border-color: #d00a10;
}

textarea.f_input {
    height: 12rem;
    overflow: auto;
    resize: none;
    vertical-align: top;
}

.f_input::-webkit-input-placeholder {
    color: #a4a4a5;
    opacity: 1;
}

.f_input::-moz-placeholder {
    color: #a4a4a5;
    opacity: 1;
}

.f_input:-moz-placeholder {
    color: #a4a4a5;
    opacity: 1;
}

.f_input:-ms-input-placeholder {
    color: #a4a4a5;
    opacity: 1;
}

input[type="submit"],
input[type="button"],
button {
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn {
    background: #d00a10;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 10rem;
    min-height: 7.2rem;
    padding: 1.5rem 2.4rem;
    border: none;
    border-radius: 0.8rem;
    font-family: inherit;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.btn:hover,
.btn:active {
    background: #bf0006;
    color: #fff;
}

.btn:focus {
    background: #d00a10;
}

.btn:disabled {
    background: #a4a4a5;
    cursor: default;
}

.btn [class^="icon-"] {
    margin-right: 1rem;
}

.btn.v1 {
    min-width: 15.6rem;
    font-weight: 500;
}

.btn.v2 {
    background: #fff !important;
    min-width: 15.6rem;
    border: 1px solid #dee0e3;
    font-weight: 500;
    color: #a4a4a5 !important;
}

.btn.v2:hover,
.btn.v2:active {
    background: #f4f4f4;
}

.btn.v3 {
    background: none;
    min-width: auto;
    min-height: auto;
    padding: 0;
    border-radius: 0.2rem;
    font-weight: 500;
    line-height: 1;
    color: #a4a4a5;
}

.btn.v3:hover {
    color: #696663;
}

.btn.v3:active {
    color: #d00a10;
}

.btn.v3:disabled {
    color: #dee0e3;
}

.btn.v4 {
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
}

.btn_big {
    width: 100%;
}

.lnk_del {
    background: none;
    padding: 0;
    font-family: inherit;
    font-weight: 500;
    font-size: inherit;
    line-height: 1;
    color: #a4a4a5;
}

.lnk_del:hover {
    color: #696663;
}

.lnk_del:active {
    color: #d00a10;
}

.lnk_del:focus {
    border-radius: 0.2rem;
}

.lnk_del:disabled {
    color: #dee0e3;
    cursor: default;
}

.lnk_del [class^="icon-"] {
    margin-right: 1rem;
    line-height: 1;
}

/* -------------------------------
	Header
------------------------------- */
.header {
    background: #f00;
    position: sticky;
    top: 0;
    z-index: 200;
    font-size: 3.2rem;
}

.header .in {
    display: grid;
    grid-template-columns: auto 1fr repeat(2, auto);
    grid-column-gap: 3.5rem;
    align-items: center;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}

.logo {
    margin-right: 0.5rem;
    margin-left: -1.2rem;
}

.logo_img1 {
    width: 8.6rem;
}

.logo_img2 {
    width: 2.4rem;
}

.search_form {
    position: relative;
}

.sf_input {
    padding: 1.7rem 8.6rem 1.7rem 3.2rem;
    border: none;
    border-radius: 3.6rem;
    font-size: inherit;
}

.sf_btn {
    background: none;
    width: 8.2rem;
    height: 100%;
    padding: 0;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.0626em;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
}

.sf_btn:hover {
    color: #d00a10;
}

.sf_btn .ico {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sf_result_wr {
    background: #fff;
    display: none;
    position: sticky;
    top: 134px;
    width: 100%;
    z-index: 3;
}

.sf_result_head {
    border-bottom: 1px solid #dbdbdb;
    font-size: 3.2rem;
    line-height: 1.2;
}

.sf_result_head .in {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 3.2rem;
    align-content: center;
    align-items: baseline;
    min-height: 10.5rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.sfrh_title {
    margin: 0;
}

.sfrh_ctg {
    color: inherit;
}

.sfrh_ctg:hover {
    color: #d00a10;
}

.sf_result {
    padding-bottom: 2rem;
}

.sfr_item {
    display: flex;
    align-items: center;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.sfr_item:last-child {
    margin: 0;
}

.sfr_thumb {
    display: flex;
    flex-shrink: 0;
    width: 8rem;
    height: 8rem;
    margin-right: 4rem;
}

.sfr_thumb img {
    max-height: 100%;
    margin: auto;
}

.sfr_thumb .ico {
    width: 3.4rem;
    height: 3.4rem;
    margin: auto;
    fill: #a4a4a5;
}

.sfr_descr {
    flex-grow: 1;
    font-weight: 500;
    line-height: 1.2;
    color: #696663;
}

.sfr_title {
}

.sfr_title strong {
    font-weight: 500;
    color: #0d0802;
}

.sfr_descr > :last-child {
    margin: 0;
}

.sfr_ctg {
    font-weight: 500;
    color: #d00a10;
}

.cart {
    background: #fff;
    display: flex;
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 50%;
    position: relative;
    color: #d00a10;
}

.cart .ico {
    width: 1em;
    height: 1em;
    margin: auto;
    fill: currentColor;
}

.cart_num {
    background: #0d0802;
    min-width: 2.2em;
    padding: 0.25em;
    border-radius: 0.75em;
    position: absolute;
    top: 0;
    right: -1em;
    font-weight: 700;
    font-size: 0.59em;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.h_cart {
    margin-right: 3rem;
    font-size: 3.4rem;
}

.h_lang {
    display: flex;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.h_lang a {
    margin-right: 2rem;
    color: #fff;
}

.h_lang a:last-child {
    margin-right: 0;
}

.h_lang a:link,
.h_lang a:visited {
    color: #960005;
}

.h_lang a:hover {
    color: #fff;
}

/* -------------------------------
	Main
------------------------------- */
.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.m_nav_wr {
    font-size: 3.2rem;
    line-height: 1.2;

    position: sticky;
    top: 134px;
    z-index: 3;
    background-color: #fff;
}

.m_nav {
    border-bottom: 1px solid #dbdbdb;
    color: #a4a4a5;
}

.m_nav .in {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 3.2rem;
    padding-right: 0;
    padding-left: 0;
}

.m_nav_back {
    display: flex;
    align-items: center;
    padding-left: 3.5rem;
    color: inherit;
}

.m_nav_back .ico {
    width: 0.7em;
    height: 0.7em;
    margin-right: 0.4em;
    fill: currentColor;
}

.m_nav_ctrl {
    display: flex;
    width: 10.5rem;
    height: 10.5rem;
    color: inherit;
    cursor: pointer;
}

.m_nav_ctrl .ico {
    width: 0.7em;
    height: 0.7em;
    margin: auto;
    fill: currentColor;
}

.mnc_arrow_up {
    display: none;
}

.mnc_arrow_down {
}

.m_nav_ctrl.active .mnc_arrow_up {
    display: block;
}

.m_nav_ctrl.active .mnc_arrow_down {
    display: none;
}

.m_nav_ddown {
    background: #fff;
    display: none;
    width: 100%;
    padding-bottom: 0.5rem;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 150;
}

.m_nav_ddown .in {
    padding-right: 0;
    padding-left: 0;
}

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

.breadcrumbs li {
}

.breadcrumbs li:nth-child(1) {
    padding-left: 35px;
}

.breadcrumbs li:nth-child(2) {
    padding-left: 70px;
}

.breadcrumbs li:nth-child(3) {
    padding-left: 105px;
}

.breadcrumbs li:nth-child(4) {
    padding-left: 140px;
}

.breadcrumbs li:nth-child(5) {
    padding-left: 175px;
}

.breadcrumbs a {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    min-height: 10.5rem;
    padding: 1.4rem 2.6rem;
    color: inherit;
}

.breadcrumbs a:link,
.breadcrumbs a:visited {
    background: none;
}

.breadcrumbs a:link:hover,
.breadcrumbs a:visited:hover {
    color: #d00a10;
}

.breadcrumbs ul a {
    padding-left: 3.8rem;
}

.breadcrumbs ul ul a {
    padding-left: 5.4rem;
}

.breadcrumbs ul ul ul a {
    padding-left: 7.6rem;
}

.breadcrumbs ul ul ul ul a {
    padding-left: 8.4rem;
}

.slick-arrow {
    background: #fff;
    width: 5.8rem;
    min-width: auto;
    height: 5.8rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
    color: #000;
    cursor: pointer;
}

.slick-arrow:hover {
    color: #d00a10;
}

.slick-prev {
    left: -2rem;
}

.slick-next {
    right: -2rem;
}

.slick-prev::before,
.slick-next::before {
    font-family: "fontello";
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 1;
}

.slick-prev::before {
    content: "\e8dd";
}

.slick-next::before {
    content: "\e8de";
}

.slick-arrow.slick-disabled {
    color: #ccc;
}

.slick-dots {
    margin: 0;
    padding: 1rem 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0.5rem 1rem;
}

.slick-dots button {
    background: none;
    width: 1rem;
    min-width: auto;
    height: 1rem;
    padding: 0;
    border: none;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.slick-dots button::before {
    content: "";
    background: #fff;
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    opacity: 0.9;

}

.slick-dots li.slick-active button::before {
    background: #197317;
    width: 10px;
    height: 10px;
}

.tabs .ui-helper-clearfix::before,
.tabs .ui-helper-clearfix::after {
    display: none;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: inherit;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0;
    padding: 0;
    float: none;
    white-space: normal;
}

.ui-tabs .ui-tabs-nav li:last-child {
    margin-right: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0;
    float: none;
    color: inherit;
    text-decoration: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.tabs_wr {
    margin-bottom: 25px;
    padding: 0;
}

.tabs_wr .ui-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 28px;
    border-bottom: 1px solid #e1e1e1;
}

.tabs_wr .ui-tabs-nav li {
    margin-right: 40px;
}

.tabs_wr .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    padding: 0 0 1em 0;
    border-bottom: 0.3rem solid transparent;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
    color: #a4a4a5;
    text-transform: uppercase;
}

.tabs_wr .ui-tabs-nav .ui-tabs-anchor:hover {
    color: #696663;
}

.tabs_wr .ui-tabs-nav .ui-tabs-anchor:focus {
    border-radius: 2px;
}

.tabs_wr .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    border-color: inherit;
    color: #d00a10;
}

.b_lnk {
    line-height: 1.2;
}

.c_wr2 {
    padding-bottom: 5.6rem;
}

.order_wr {
    background: #fff;
    margin-bottom: 2.4rem;
    padding: 0.7rem 4rem;
    border-radius: 1.6rem;
    position: relative;
}

.order_wr.payment_wr .jq-radio input[type="radio"] {
    display: none;
}

.order_wr .title3 {
    margin: 2.5rem 0;
    padding-right: 10rem;
    padding-left: 1.08em;
    text-indent: -1.08em;
}

.order_wr .title__rht,
.order_wr svg {
    display: none;
}

.order_wr > :last-child:not([class="title3"]) {
    margin-bottom: 33px;
}

.check_ico {
    background: url(../img/check_circle.svg) 0 0 / contain no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 1em;
    height: 1em;
    margin: 0.05em 0 0 0.5em;
}

.b_info1 {
    margin-bottom: 55px;
}

.bi1_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10.4rem 2fr 1fr 15.5rem;
    grid-template-columns: 10.4rem 2fr 1fr 15.5rem;
    grid-gap: 2.2rem 4rem;
    min-height: 13.6rem;
    padding: 2.4rem 0;
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    line-height: 1.5;
}

.bi1_item:last-child {
    padding-bottom: 0;
    border: none;
}

.bi1_thumb_wr {
    background: #f00;
    padding-top: 1rem;
    position: relative;
}

.bi1_thumb_wr .bi_label {
    top: -0.3rem;
    left: -0.8rem;
}

.bi1_thumb {
}

.bi1_descr {
    padding-top: 2.2rem;
    position: relative;
}

.bi1_stat {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.8rem;
    color: #d00a10;
}

.bi1_title {
    max-width: 18em;
    font-size: 1.8rem;
}

.bi1_title a {
    color: #696663;
}

.bi1_title a:link,
.bi1_title a:visited {
    color: inherit;
}

.bi1_title a:link:hover,
.bi1_title a:visited:hover {
    color: #d00a10;
}

.bi1_num {
    padding-top: 22px;
    text-align: center;
}

.bi1_num_info {
    margin-top: 0.4em;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #a4a4a5;
}

.bi1_price_wr {
    padding-top: 25px;
    text-align: right;
}

.bi1_price_wr .price {
    margin-bottom: 0.2em;
    font-size: 18px;
}

.bi1_price_wr .price_old {
    font-size: 14px;
}

.f_check_wr {
    line-height: 1;
}

.f_check_wr .f_check {
    margin-bottom: 16px;
}

.f_check_wr .f_check:last-child {
    margin: 0;
}

.c_wr4 {
    padding: 5.6rem 0;
}

.c_wr4.v1 {
    padding-top: 0;
}

.slider {
}

.slider .slick-list {
    border-radius: 1.6rem;
    overflow: hidden;
}

.sl_item {
    height: 46rem;
    position: relative;
}

.sl_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.goods_num {
    margin-bottom: 2.4rem;
    line-height: 1.2;
}

.b_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2rem;
}

.bi_item {
    background: #fff;
    width: calc(100% / 4);
    /*margin: 0 2rem 2.5rem 2rem;*/
    margin-bottom: 2rem;
    padding: 1.2rem 2rem 2rem 2rem;
    border-radius: 16px;
    line-height: 1.5;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.b_brand {
    height: 2.4rem;
    margin: 0.3rem 0 1.2rem 0;
}

.bi_thumb_wr {
    margin-bottom: 1.4rem;
    position: relative;
}

.bi_thumb {
    display: block;
    padding-top: 74%;
    position: relative;
}

.bi_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.bi_label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: -0.4rem;
    z-index: 2;
}

.bi_discount {
    display: inline-block;
    vertical-align: top;
    padding: 0.25em 0.45em;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    position: relative;
}

.bi_discount::after {
    content: "";
    background: #fad720;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: matrix(0.96, 0, -0.32, 1, 0, 0);
    -ms-transform: matrix(0.96, 0, -0.32, 1, 0, 0);
    transform: matrix(0.96, 0, -0.32, 1, 0, 0);
}

.bi_discount span {
    vertical-align: top;
    font-size: 0.75em;
}

.bi_discount.v1 {
    font-size: 1.6rem;
}

.b_label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.26em;
    padding: 0.25em 0.68em;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    position: relative;
}

.b_label::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: matrix(0.96, 0, -0.32, 1, 0, 0);
    -ms-transform: matrix(0.96, 0, -0.32, 1, 0, 0);
    transform: matrix(0.96, 0, -0.32, 1, 0, 0);
}

.b_label.v1::after {
    background: #060007;
}

.b_label.v2::after {
    background: #d00a10;
}

.b_label.v3::after {
    background: #159a22;
}

.b_label.v4::after {
    background: #f2994a;
}

.bi_descr {
    padding: 0 0.4rem;
    position: relative;
}

.b_bonus {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1;
}

.b_bonus .ico {
    background: url(../img/bonus_ico.png) 0 0 / contain no-repeat;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 0.4em;
}

.bi_descr .b_bonus {
    position: absolute;
    top: 0.5rem;
    right: 0.4rem;
}

.bi_price_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.price {
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 1;
}

.bi_price_wr .price {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1rem;
}

.price_old {
    display: inline-block;
    margin-right: 1rem;
    position: relative;
    font-size: 1.8rem;
    line-height: 1;
    color: #a4a4a5;
    text-decoration: none;
}

.price_old::before {
    content: "";
    background: #d00a10;
    width: 100%;
    height: 0.18em;
    border-radius: 0.09em;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    -webkit-transform: rotate(-17.5deg);
    -ms-transform: rotate(-17.5deg);
    transform: rotate(-17.5deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.price_old_info {
    background: #fad720;
    padding: 0.36em 0.5em;
    border-radius: 0.35em;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
}

.bi_installment {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 1.4rem;
    color: #6e6b67;
}

.bi_rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1rem;
    line-height: 1;
}

.bi_rate_stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0.4em;
    font-size: 1.9rem;
}

.bi_rate_stars .icon-star {
    margin-right: 0.1em;
    color: #c4c4c4;
}

.bi_rate_stars .icon-star.v1 {
    color: #d00a10;
}

.bi_rate_descr {
    font-size: 1.8rem;
    color: #a4a4a5;
}

.bi_title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #000;
}

.bi_title a {
    color: inherit;
}

.bi_title a:hover {
    color: #d00a10;
}

.bi_descr .tag {
    margin: 1.2rem 0 0 0;
}

.bi_descr .b_btn {
    display: none;
    margin-top: 1.6rem;
}

.bi_descr .b_btn .btn {
    min-width: 11.8rem;
}

/*.bi_item:hover {*/
/*	-webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);*/
/*	box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);*/
/*}*/
/*.bi_item:hover .bi_descr .b_btn {display: block;}*/

.f_cols_a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ] minmax(120 px, 144 px);
    grid-template-columns: repeat(2, 1fr) minmax(120px, 144px);
    grid-gap: 20px 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    max-width: 532px;
    margin-bottom: 32px;
}

.f_cols_a .f_row.v1 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

.f_cols_a .f_row.v2 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
}

.f_cols_a .f_check_wr.v1 {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 24px;
}

.f_cols_a .f_check_wr.v1 .f_check {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
}

.f_hint1 {
    margin-left: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #a4a4a5;
}

.f_cols_a .tag {
    margin-top: 24px;
    position: absolute;
    right: 0;
}

.f_cols_b {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 40px;
}

.f_cols_b .f_row:nth-child(4),
.f_cols_b .f_row:nth-child(6),
.f_cols_b .f_row:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
}

.f_label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.2;
    color: #a4a4a5;
}

.f_label span {
    color: #d00a10;
}

.f_input_wr {
}

.f_hint2 {
    margin-top: 0.4em;
    font-size: 14px;
    line-height: 1.2;
    color: #d00a10;
}

.f_input_loader {
    position: relative;
}

.f_input_loader .loader {
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 20px;
}

.f_input_loader .f_input {
    padding-right: 46px;
}

.c_wr5 {
    padding-bottom: 11.8rem;
}

.b_info6 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3.2rem 4rem;
}

.bi6_item {
    color: inherit;
    text-align: center;
}

.bi6_item:hover {
    color: #d00a10;
}

.bi6_thumb {
    background: #fff;
    display: block;
    margin-bottom: 3.5rem;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.bi6_thumb img {
    width: calc(100% - 4.9rem);
    height: calc(100% - 4.9rem);
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bi6_title {
    display: block;
    min-height: 2.8em;
    margin: 0;
}

.switch_a {
    display: block;
    cursor: pointer;
}

.switch_a input {
    display: none;
}

.sw_a_in {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 1em;
    padding: 0.74em;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sw_a_in .ico {
    width: 1em;
    height: 1em;
    fill: #d00a10;
    opacity: 0;
}

.switch_a input:checked + .sw_a_in {
    background: #f4f4f4;
    color: #d00a10;
}

.switch_a input:checked + .sw_a_in .ico {
    opacity: 1;
}

.sf_ctg_check {
    margin: 0 -4rem;
    padding: 0;
    list-style: none;
}

.sf_ctg_check li {
}

.sf_ctg_check .sw_a_in {
    padding-right: 4rem;
    padding-left: 4rem;
}

.switch_b_wr {
    margin-bottom: 40px;
}

.switch_b {
    display: block;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.switch_b:last-child {
    margin-bottom: 0;
}

.switch_b .jq-radio {
    position: absolute !important;
    top: 50%;
    left: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.switch_b .jq-radio.focused {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.switch_b_content {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 60px;
    padding: 18px 20px 18px 64px;
    border: 1px solid #dee0e3;
    border-radius: 4px;
    font-size: 24px;
    transition: all 0.3s ease;
}

.switch_b.v1 .switch_b_content {
    border-color: #f4f4f4;
    color: #696663;
}

.switch_b_info {
    display: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 0.3em;
    font-size: 14px;
    color: #a4a4a5;
}

.switch_b:hover .switch_b_content,
.switch_b:hover .jq-radio {
    border-color: #a4a4a5;
}

.switch_b .jq-radio.checked + .switch_b_content,
.switch_b .jq-radio.checked {
    border-color: #d00a10;
    color: #0d0802;
}

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

.switch_b_payment img {
    margin-right: 10px;
}

.switch_b_payment img:last-child {
    margin-right: 0;
}

.switch_b_content .lnk_popup_a {
    opacity: 0;
    color: #a4a4a5;
}

.switch_b_content .lnk_popup_a:hover {
    color: #696663;
}

.switch_b .jq-radio.checked + .switch_b_content .lnk_popup_a {
    opacity: 1;
}

.map_wr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 224px;
    grid-template-columns: 1fr 224px;
    grid-column-gap: 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin: 32px 0;
}

.map {
    max-width: 504px;
    height: 448px;
    position: relative;
}

.map_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.map_address_wr {
    height: 448px;
    margin: 0 -8px;
    padding: 0 8px;
    position: relative;
    overflow: auto;
}

.map_address_wr::after {
    /*content: "";*/
    background: -o-linear-gradient(bottom, #ffffff 18%, rgba(255, 255, 255, 0) 88%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(18%, #ffffff), color-stop(88%, rgba(255, 255, 255, 0)));
    background: linear-gradient(360deg, #ffffff 18%, rgba(255, 255, 255, 0) 88%);
    width: 100%;
    height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.map_address_wr .title6 {
    margin-bottom: 0.7em;
    padding: 0 16px;
}

.map_address {
    background: #fff;
    margin-bottom: 8px;
    padding: 10px 16px 16px 16px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ma_head {
    font-size: 14px;
    line-height: 1.4;
    color: #696663;
}

.ma_title {
    margin-bottom: 0.15em;
    font-size: 16px;
    color: #000;
}

.ma_head p {
    margin-bottom: 1em;
}

.tags {
}

.tag {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    margin-bottom: 1.2rem;
    padding: 0.25em 0.5em;
    border: 1px solid #dee0e3;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #a4a4a5;
}

.tag .ico {
    width: 1em;
    height: 1em;
    margin-right: 0.38em;
    fill: currentColor;
}

.tag:last-child {
    margin-bottom: 0;
}

.map_address .tag {
    font-size: 14px;
}

.map_address .b_btn {
    display: none;
    padding-top: 16px;
}

.map_address .btn {
    width: 100%;
}

.map_address:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.map_address:hover .b_btn {
    display: block;
}

.map_address_detail {
    background: #fff;
    width: 100%;
    padding: 15px 30px 0 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 0;
    left: 0;
}

.map_address_detail .close {
    position: absolute;
    top: 18px;
    right: 18px;
}

.mad_head {
    font-size: 14px;
    line-height: 1.4;
    color: #696663;
}

.mad_title {
    margin-bottom: 0.15em;
    font-size: 16px;
    color: #000;
}

.mad_head p {
    margin-bottom: 1em;
}

.mad_info {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 180px;
    -moz-column-width: 180px;
    column-width: 180px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-size: 14px;
    line-height: 1.4;
    color: #696663;
}

.mad_info p {
    margin-bottom: 1em;
}

.mad_info p span {
    color: #a4a4a5;
}

.map_address_detail_a {
    background: #fff;
    display: none;
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 0;
    left: 0;
}

.map_address_detail_a .close {
    position: absolute;
    top: 18px;
    right: 18px;
}

.map_address_detail_a .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 8px -5px;
}

.map_address_detail_a .tag {
    margin: 0 5px 8px 5px;
}

.ma_worktime {
    margin-bottom: 16px;
}

.ma_worktime .lnk_ico {
    font-size: 16px;
}

.m_head {
}

.m_head .in {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
}

.m_head .title1 {
    margin: 0;
}

.mh_lnk {
    margin-top: 0.55em;
    font-size: 1.8rem;
}

.mh_label {
    margin-bottom: 1.8rem;
    flex-direction: row;
    position: relative;
    top: auto;
    left: auto;
}

.mh_label .b_label {
    margin-right: 0.4em;
    font-size: 1.6rem;
}

.m_head.v1 .in {
    padding-bottom: 2rem;
}

.m_head.v2 .in {
    padding-top: 2.4rem;
    padding-bottom: 2rem;
}

.c_wr6 {
    background: #fff;
    flex-grow: 1;
    padding-bottom: 2rem;
}

.c_wr6.v1 {
    padding-top: 4rem;
}

.sort_wr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.4rem;
    padding: 2.2rem 0;
    border-bottom: 1px solid #eeeff1;
}

.filter_ctrl {
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
    color: inherit;
    cursor: pointer;
}

.filter_ctrl .ico {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    fill: #a4a4a5;
}

.fc_num {
    background: #d00a10;
    min-width: 1.334em;
    height: 1.334em;
    margin-left: 0.64em;
    padding: 0 0.3em;
    border-radius: 0.667em;
    font-weight: 700;
    font-size: 0.75em;
    line-height: 1.334em;
    color: #fff;
    text-align: center;
}

.fc_num:empty {
    display: none;
}

.b_bnr {
    display: block;
    margin-bottom: 2.4rem;
    padding-top: 46%;
    border-radius: 1.6rem;
    position: relative;
    overflow: hidden;
}

.b_bnr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.filter_wr {
    margin: 0 -4rem;
}

.filter_wr .b_btn {
    margin-bottom: 4rem;
    padding: 4rem;
    box-shadow: 0 1.2rem 1.2rem rgba(0, 0, 0, 0.1);
}

.filter_wr .b_btn .btn {
    margin-bottom: 3.2rem;
}

.filter_wr .b_btn > :last-child {
    margin: 0;
}

.filter_choose {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 4rem;
}

.fch_item {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    margin: 0 0.62em 0.62em 0;
    padding: 0.424em 0.693em;
    border-radius: 0.93em;
    font-size: 2.6rem;
    line-height: 1;
}

.fch_item .ico {
    width: 0.7em;
    height: 0.7em;
    margin-left: 0.84em;
    fill: #a4a4a5;
    cursor: pointer;
}

.filter {
}

.filter_item {
    border-bottom: 1px solid #f4f4f4;
    line-height: 1.2;
}

.filter_title {
    display: flex;
    align-items: center;
    min-height: 10rem;
    padding: 1.4rem 4rem;
    position: relative;
    font-weight: 700;
    font-size: 3rem;
    cursor: pointer;
}

.ft_num {
    background: #d00a10;
    min-width: 1.334em;
    height: 1.334em;
    margin-left: 0.44em;
    padding: 0 0.3em;
    border-radius: 0.667em;
    font-weight: 700;
    font-size: 0.8em;
    line-height: 1.334em;
    color: #fff;
    text-align: center;
}

.ft_num:empty {
    display: none;
}

.filter_title .ico {
    width: 0.7em;
    height: 0.7em;
    margin-left: auto;
    font-size: 3.2rem;
    line-height: 1;
    fill: currentColor;
}

.ft_arrow_up {
    display: none;
}

.ft_arrow_down {
}

.filter_item.open .ft_arrow_up {
    display: block;
}

.filter_item.open .ft_arrow_down {
    display: none;
}

.filter_descr {
    display: none;
    padding: 0 4rem 4rem 4rem;
    color: #a4a4a5;
}

.filter_item.open .filter_descr {
    display: block;
}

.filter_descr ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.3;
}

.filter_descr li {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.7em;
}

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

.filter_descr .jq-checkbox ~ label {
    white-space: initial;
}

.filter_descr .jq-checkbox.checked ~ label {
    color: #d00a10;
}

.filter_price {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3.2rem;
}

.filter_price .f_row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-column-gap: 0.5em;
    align-items: center;
    margin: 0;
}

.c_wr7 {
    padding-bottom: 1.6rem;
}

.b_info7 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2rem;
}

.bi7_item {
    margin: 0 2rem;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
}

.bi7_thumb {
    background: #fff;
    display: flex;
    width: 10.4rem;
    height: 10.4rem;
    margin: 0 auto 1rem auto;
    padding: 1rem;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.bi7_thumb img {
    max-height: 100%;
    margin: auto;
}

.bi7_descr {
    width: 10.4rem;
    margin: 0 auto;
}

.bi7_title {
    height: 2.334em;
    margin-bottom: 0.65em;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bi7_num {
    color: #696663;
}

.bi7_item:hover .bi7_thumb {
    -webkit-box-shadow: 0 1.2rem 1.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 1.2rem 1.2rem rgba(0, 0, 0, 0.1);
}

.carousel1 {
    display: block;
    margin: 0;
}

.carousel1 .slick-list {
    margin: 0 -2rem;
}

.carousel1 .slick-arrow {
    top: 32%;
}

.carousel1 .slick-arrow.slick-disabled {
    opacity: 0;
}

.c_wr8 {
    background: #fff;
    flex-grow: 1;
    padding: 4rem 0;
}

.b_info8 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2rem;
}

.bi8_item {
    width: calc(100% / 3 - 4rem);
    margin: 0 2rem 4rem 2rem;
    font-size: 1.8rem;
    color: inherit;
}

.bi8_thumb {
    margin-bottom: 1.3rem;
    padding-top: 73%;
    border-radius: 1.6rem;
    position: relative;
    overflow: hidden;
}

.bi8_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.bi8_descr {
}

.bi8_title {
    margin-bottom: 0.45em;
}

.bi8_date {
    color: #696663;
}

.keyboard {
    padding: 4rem 0;
}

.kb_row {
    display: flex;
    margin-bottom: 0.2rem;
}

.kb_key {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 6.2rem;
    flex-grow: 1;
    min-height: 5.4rem;
    margin-right: 0.2rem;
    padding: 1rem;
    border-radius: 0.3rem;
    box-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.25);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.kb_lang {
    font-size: 1.4rem;
}

.kb_space {
    flex-basis: 100%;
}

.kb_key .ico {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.kb_row > :last-child {
    margin-right: 0;
}

.m_cart {
    width: 13.5rem;
    height: 13.5rem;
    position: fixed;
    top: 42rem;
    right: 4.6rem;
    z-index: 250;
    font-size: 7rem;
    -webkit-box-shadow: 0 1.2rem 1.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 1.2rem 1.2rem rgba(0, 0, 0, 0.1);
}

.m_cart .cart_num {
    font-size: 0.486em;
}

.c_wr8 {
}

.c_box {
    background: #fff;
    margin-bottom: 3.2rem;
    padding: 4rem;
    border-radius: 1.6rem;
}

.switch_c {
    display: inline-block;
    cursor: pointer;
}

.switch_c input {
    display: none;
}

.sw_c_in {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 7.2rem;
    height: 7.2rem;
    padding: 1rem;
    border: 1px solid #dee0e3;
    border-radius: 0.8rem;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

.switch_c input:checked + .sw_c_in {
    border-color: #d00a10;
    -webkit-box-shadow: inset 0 0 0 0.2rem #d00a10;
    box-shadow: inset 0 0 0 0.2rem #d00a10;
}

.prod_head_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2rem;
    line-height: 1.2;
    color: #a4a4a5;
}

.phi_title {
    margin-right: 4rem;
}

.phi_rate {
    flex-basis: auto;
    margin: 0 4rem 0 0;
}

.phi_rate .bi_rate_stars {
    font-size: 2rem;
}

.phi_rate .bi_rate_descr {
    font-weight: 500;
    font-size: inherit;
}

.phi_code {
}

.prod_wr {
    padding-bottom: 4.8rem;
}

.prod_brand {
    height: 3.2rem;
    margin-top: 0;
    margin-bottom: 1.6rem;
}

.carousel_b {
    max-width: 67.2rem;
    margin: 0 auto;
}

.carousel_b .slick-slide {
    height: auto;
    position: relative;
}

.carousel_b img {
    width: auto;
    height: 100%;
    max-height: 600px;
    margin: 0 auto;
}

.carousel_s {
    max-width: 49.4rem;
    margin: 1.6rem auto 0.8rem auto;
    padding: 0 2.4rem;
}

.carousel_s .slick-slide {
    display: flex;
    height: 7.6rem;
    margin: 0 1.8rem;
    border: 2px solid transparent;
    border-radius: 0.4rem;
    overflow: hidden;
    cursor: pointer;
}

.carousel_s .slick-current {
    border-color: #d00a10;
}

.carousel_s img {
    margin: auto;
}

.thumb_video {
    margin: auto;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
}

.thumb_video img {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 auto 0.5rem auto;
}

.carousel_s .slick-arrow {
    background: none;
    width: 1.6rem;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    top: 0;
    transform: none;
    color: #a4a4a5;
}

.carousel_s .slick-prev {
    left: 0;
}

.carousel_s .slick-next {
    right: 0;
}

.carousel_s .slick-prev::before,
.carousel_s .slick-next::before {
    font-size: 1rem;
}

.carousel_s .slick-prev::before {
    content: "\e8e1";
}

.carousel_s .slick-next::before {
    content: "\e8e2";
}

.prod_title1 {
    margin: 4.5rem 0 3rem 0;
}

.prod_title2 {
    margin-bottom: 1em;
}

.prod_title3 {
    margin-bottom: 0.5em;
    line-height: 1.2;
}

.prod_price_wr {
    display: grid;
    grid-template-columns: 1fr repeat(2, max-content);
    grid-column-gap: 2.4rem;
    align-items: baseline;
    margin-bottom: 3.4rem;
    padding-top: 0.5rem;
}

.prod_price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.prod_price .price {
    margin-right: 1.2rem;
    font-size: 4rem;
}

.prod_price .price_old {
    margin-right: 1.6rem;
}

.prod_price .price_old_info {
}

.prod_price_wr .tag {
    margin: 0;
    font-size: 1.4rem;
}

.prod_price_wr .b_bonus {
    font-size: 2.4rem;
}

.prod_price_wr .b_bonus .ico {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.15em;
}

.prod_price_wr .b_bonus b {
    margin-right: 0.2em;
}

.prod_color_wr,
.prod_size_wr {
    margin-bottom: 3.8rem;
    color: #a4a4a5;
}

.prod_color,
.prod_size {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 0.8rem;
    color: #0d0802;
}

.pr_s_item {
    margin: 0 0.8rem 0.8rem 0;
}

.prod_btn {
    margin-bottom: 5.6rem;
    display: flex
}

.prod_btn button:nth-child(2) {
    width: 150px;
}

.prod_dlv_wr {
    padding-top: 4.4rem;
    border-top: 1px solid #dee0e3;
}

.prod_dlv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    grid-gap: 1.2em 5rem;
    padding: 2.4rem 0;
    line-height: 1.2;
    color: #a4a4a5;
}

.pr_dlv_item {
    display: flex;
    align-items: flex-start;
}

.pr_dlv_item .ico {
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 2rem;
    fill: currentColor;
}

.pr_dlv_item p {
    margin: 0;
}

.prod_info {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    grid-column-gap: 2rem;
    align-items: start;
    margin-bottom: 0.6em;
    font-weight: 500;
    line-height: 1.1;
}

.pr_i_head,
.pr_i_descr {
    margin-bottom: 1.03em;
}

.pr_i_head {
    display: flex;
    align-items: baseline;
    color: #a4a4a5;
}

.pr_i_head::after {
    content: "";
    flex-grow: 1;
    border-top: 1px dashed;
}

.pr_i_descr {
}

.prod_descr {
    height: 19rem;
    margin-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
}

.prod_descr > :last-child {
    margin-bottom: 0;
}

.carousel2 {
    display: block;
    margin-right: 0;
    margin-left: 0;
    padding: 0.8rem 2.4rem;
}

.carousel2 .slick-list {
    margin: -1.5rem -0.8rem -3rem -0.8rem;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

.carousel2 .slick-track {
    display: flex;
}

.carousel2 .slick-slide {
    height: auto;
    margin: 0 0.8rem;
}

.reviews_head {
    display: flex;
    align-items: baseline;
    margin-bottom: 1.7rem;
}

.rev_head_title {
    margin-right: 4.2rem;
}

.rev_head_rate {
    flex-basis: auto;
    font-size: 1.8rem;
}

.rev_head_rate .bi_rate_stars {
    margin-left: 0.6em;
    font-size: 1.6rem;
}

.rev_head_rate .bi_rate_descr {
    font-size: 1.6rem;
}

.rev_photos_wr {
    margin-bottom: 4.8rem;
}

.rev_ph_title {
    margin-bottom: 1em;
    font-size: 1.8rem;
    line-height: 1.2;
}

.rev_photos {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1.6rem;
}

.rev_ph_item {
    display: flex;
    width: 6rem;
    height: 6rem;
    margin: 0 1.6rem 1.6rem 0;
}

.rev_ph_item img {
    max-height: 100%;
    margin: auto;
}

.reviews {
}

.rev_item {
    margin-bottom: 5.6rem;
    line-height: 1.4;
}

.rev_item:last-child {
    margin-bottom: 0;
}

.rev_item_head {
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #a4a4a5;
}

.rev_item_head a {
    color: inherit;
}

.rev_item_head a:hover {
    color: #bf0006;
}

.rev_rate_stars {
    margin-right: 2.4rem;
    font-size: 1.6rem;
}

.rev_user {
    flex-grow: 1;
    margin-right: 2.4rem;
}

.rev_date {
}

.rev_descr {
    font-weight: 500;
}

.rev_descr p {
    margin: 0;
}

.rev_descr .rev_photos {
    margin-top: 2.4rem;
}

.fancybox-slide--html {
    padding: 4rem;
}

.body_blur .blur_content {
    filter: blur(1rem);
}

.fancybox-bg {
    background: #000;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.4;
}

.fancybox-close-small {
    width: 3rem;
    height: 3rem;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 0;
    top: 3rem;
    right: 3rem;
    color: #a4a4a5;
}

.fancybox-content {
    width: 100%;
    border-radius: 1.6rem;
}

.popup_gallery .fancybox-content {
    border-radius: 0;
}

.popup_d {
    max-width: 100rem;
    padding: 4.8rem;
}

.popup_d_title {
    margin-bottom: 0.7em;
}

.popup_d_descr {
}

.popup_d_descr p {
    margin-bottom: 0.7em;
}

.popup_d_descr > :last-child {
    margin: 0;
}

.popup_e_wr .fancybox-slide--html {
    padding: 0;
    text-align: left;
}

.popup_e_wr .fancybox-slide {
    overflow: visible;
}

.popup_e_wr .fancybox-slide:before {
    display: none;
}

.popup_e {
    max-width: 56rem;
    height: 100%;
    padding: 3.8rem 4rem 4rem 4rem;
    border-radius: 0;
}

.popup_e_title {
    margin-bottom: 0.8em;
}

.popup_e .fancybox-close-small {
    top: 4.4rem;
}

.popup_f {
    max-width: 55rem;
    padding: 4.8rem;
}

.popup_f_head {
    margin-bottom: 3.6rem;
    padding-top: 0.62em;
    font-weight: 500;
    text-align: center;
}

.popup_f_head .title4 {
    margin-bottom: 0.4em;
}

.popup_f_head > :last-child {
    margin: 0;
}

.popup_f .b_btn {
}

.popup_f .b_btn .btn {
    margin-bottom: 3.2rem;
}

.popup_f .b_btn > :last-child {
    margin: 0;
}

.swal2-popup {
    max-width: 55rem !important;
    padding: 4.8rem !important;
}

.swal2-actions .btn {
    margin-bottom: 3.2rem;
}

.swal2-actions :last-child {
    margin: 0;
}

.pg_sleep {
    overflow: hidden;
}

.sleep {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    text-align: center;
}

.sleep img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* -------------------------------
	Footer
------------------------------- */
.footer {
    background: #232323;
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
    position: sticky;
    bottom: 0;
    z-index: 180;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.35;
    color: #fff;
}

.footer .in {
    display: grid;
    grid-template-columns: auto max-content 1fr max-content;
    grid-column-gap: 4.2rem;
    align-items: center;
}

.f_phone {
}

.f_phone_lnk {
    display: flex;
    align-items: center;
    margin-top: -0.15em;
    margin-bottom: 0.1em;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1;
}

.f_phone_lnk .ico {
    width: 1em;
    height: 1em;
    margin-right: 0.3em;
    fill: currentColor;
}

.f_phone p {
    margin: 0;
}

.f_worktime {
}

.f_info {
    margin: -1.4rem -3.7rem 0 0;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1;
}

.f_info a {
    display: inline-block;
    padding: 1.4rem 3.7rem;
    color: inherit;
}

.f_info a:hover {
    color: #d00a10;
}

.btn.v2:hover {
    background: #D00A10;
    color: #fff;
}

.btn.v1,
.btn.v2 {
    background: #D00A10;
    font-size: 18px;
    color: #fff;
    min-height: 48px;
}

.w-600 {
    width: 600px;
}

.w-280 {
    width: 280px;
}

.w-920 {
    width: 920px;
}

.f_cols_a .f_row.v1 {
    grid-column-end: auto;
}

.d-fx {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}

.p-grey {
    /*font-size: 18px;*/
    color: #A4A4A5;
    margin-bottom: 0;
    margin-top: 32px;
}

.product-top .in p {
    margin-bottom: 0;
    font-weight: 500;
}

.product-top .in h2 {
    text-transform: uppercase;
    margin: 0;
}

.product-top .in {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-top {
    background: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    position: sticky;
    top: 133px;
    z-index: 200;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.lnk_ico {
    display: flex;
    font-weight: 500;
    align-items: center;
}

.lnk_ico svg {
    margin-right: 8px;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #C4C4C4;
    border: none;
    height: 1px;
    width: 100%;
}

.block-text {
    display: flex;
    margin-bottom: 60px;
}

.b_btn .btn {
    width: 100%;
}

.block-text_i {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}

.f_block-sel .jq-selectbox__select-text {
}

.f_block-sel {
    width: 600px;
}

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

.m_nav_back {
    padding-left: 0;
}

.block-text_i img {
    margin-top: auto;
    width: 164px;
}

.block-text_i span {
    /*font-size: 1.6em;*/
    /*height: 30px;*/
    margin-top: auto;
}

.block-text_i p {
    margin: 0;
    color: #A4A4A5;
}

.map_address_detail {
    display: none;
}

.map {
    max-width: 613px;
    height: 544px;
}

.map_address_wr {
    height: 544px;
}

.map_address .b_btn {
    padding: 0;
}

.check-line .circle-box {
    background: #ccc;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 20px;
    transition: all .3s ease;
    position: absolute;
    transform: translateY(-50%);
}

.check-line {
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease;
    border-radius: 90px;
    width: 42px;
    display: block;
    cursor: pointer;
    height: 24px;
}

.jq-checkbox + label {
    white-space: nowrap;
}

.block_f_cols_b {
    grid-template-columns: repeat(3, 280px);
}

.disabled-block {
    color: #A4A4A5;
}

.order_wr-done .title3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
}

.order_wr-done .title__rht,
.order_wr-done svg {
    display: flex;
}

.title3 svg {
    margin-left: 12px;
}

.title__rht {
    font-size: 18px;
    font-weight: 500;
}

.change-wr svg {
    margin-right: 40px;
}

.change-wr {
    display: flex;
    margin-bottom: 0 !important;
    cursor: pointer;
    color: #A4A4A5;
}

.title__lft {
    display: flex;
    align-items: center;
}

.point-delivery span {
    display: flex;
    align-items: center;
    color: #A4A4A5;
    font-size: 18px;
    cursor: pointer;
}

.error-input {
    color: #D00A10;
    font-size: 18px;
    margin-top: 16px;
    display: none;
}

.btn-a {
    display: block;
}

.block__bottom-content .bottom__item {
    margin: 12px 0;
}

.block__bottom-content {
    flex-direction: column;
}

.error-sogl {
    white-space: nowrap;
    font-size: 18px;
    color: #D00A10;
    margin: 0;
    margin-top: 9px;
}

.point-delivery span:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    margin-left: 9px;
    border-bottom: 2px solid #A4A4A5;
    border-right: 2px solid #A4A4A5;
    transform: rotate(45deg);
}

.point-delivery {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 500;
}

.block__bottom {
    display: flex;
}

.block__bottom .bottom__item p {
    color: #0D0802;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.block__bottom .bottom__item h4 {
    color: #A4A4A5;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.block__bottom .bottom__item {
    margin-right: 40px;
}

.f_check_wr .f_check {
    display: flex;
    align-items: center;
}

.check-block .jq-checkbox__div {
    display: none;
}

.check-block .check-line.circle-active .circle-box {
    background: #D00A10;
}

.check-block .check-line.circle-active {
    border: #D00A10 solid 1px;
}

.check-block .check-box {
    margin: 0;
    margin-left: 8px;
}

.check-block {
    display: flex;
    align-items: center;
}

.check-block .jq-checkbox {
    display: none !important;
}

.map_wr .map svg {
    cursor: pointer;
}

.map_wr {
    overflow: hidden;
}

.block__bottom-content .bottom__item p,
.block__bottom-content .bottom__item h4 {
    font-weight: 500;
}

.btn-donner {
    width: 100%;
}

.btn2:hover {
    background: transparent;
    color: #A4A4A5;
}

.btn2 {
    border: 2px solid #DEE0E3;
    margin-top: 24px;
    border-radius: 8px;
    background: transparent;
    color: #A4A4A5;
}

.order_wr-fl {
    display: flex;
    align-items: center;
    padding-top: 38px;
    padding-bottom: 38px;
    justify-content: space-between;
}

.order_wr-pay {
    text-align: center;
    padding-top: 100px;
    min-height: 640px;
}

.c_wr2-top {
    padding-bottom: 0;
}

.arrows-down svg {
    margin-top: -30px;

}

.order_wr-checkout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

.loading-img {
    animation: loading linear 1.5s infinite
}

@keyframes loading {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }

}

.arrows-down {
    display: flex;
    margin: 100px 0;
    height: 50px;
    flex-direction: column;
    align-items: center;
}

.number-order {
    color: #696663;
    font-size: 18px;
    margin-bottom: 0 !important;
}

.header-order .back svg {
    margin-right: 12px;
    margin-top: 3px;
}

.header-order .back {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;

}

.header-order a {
    color: #fff;
    font-size: 24px;
}

.header-order img {
    margin-left: 120px;
}

.header-order .in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m_head-order .in {
    display: flex;
    align-items: center;
}

.order_wr-pay h3 {
    margin-top: 40px;
}

.order_wr-pay p {
    width: 572px;
    margin: 0 auto;
    margin-top: 8px;
}

.order_wr-fl h2,
.order_wr-fl p {
    margin: 0 !important;
}

@keyframes arrows {
    0% {
        transform: translate(0, -40px) rotate(0);
        opacity: 1;
    }
    50% {
        transform: translate(0, 0px) rotate(0);
        opacity: 0.5;
    }
    100% {
        transform: translate(0, 40px) rotate(0);
        opacity: 0.0;
    }
}

.order_wr-last .number-order_main {
    font-size: 64px;
    color: #D00A10;
    margin: 0;
    font-weight: bold;
    margin-bottom: 16px;
}

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

.order_wr-last .btn {
    width: 100%;

}

.order_wr-last .little-p {
    margin: 0 auto;
    margin-top: 43px;
    font-size: 18px;
    margin-bottom: 96px;
    width: 408px;
}

.order_wr-last p {
    margin: 0 auto;
    width: 468px;
}

.order_wr-last .sms-code {
    /*margin-top: 40px;*/
    margin-bottom: 124px;
}

.order_wr-last h3 {
    font-size: 36px;
    margin: 0;
    margin-top: 95px;
    margin-bottom: 36px;
}

.bi1_item .bi1_thumb_wr {
    background: #fff;
}

.basket__bottom .sum {
    font-size: 40px;
}

.basket__bottom p {
    margin: 0;
}

.price-nice .price_old {
    margin: 0;
}

.price-nice p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 4px;
    background: #FAD720;
    border-radius: 4px;
    margin-right: 8px;
}

.price_bonus img {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.price_bonus {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 8px;
}

.dop-vigoda__block p {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.code-uds form button {
    margin-left: 16px;
    width: 157px;
    border-radius: 4px;
}

.code-uds form {
    display: flex;
}

.code-uds input {
    width: 243px;
}

.basket__bottom_2 .sum {
    color: #0D0802;
    font-size: 24px;
    font-weight: 500;
}

.basket__bottom_2 p {
    color: #A4A4A5;
    font-size: 24px;
    font-weight: 500;
}

.basket__bottom_2 {
    padding: 0 !important;
}

.dop-vigoda__block p a {
    font-size: 24px;
    color: #D00A10;
    margin-left: 5px;
}

.how-know svg {
    margin-right: 8px;
}

.how-know {
    position: absolute;
    display: flex;
    right: 0;
    bottom: 0;
    cursor: pointer;
    align-items: center;
    font-size: 18px;
    color: #A4A4A5;
}

.vigoda__top {
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #C4C4C4;
}

.top__item:last-child {
    margin-left: auto;
    margin-right: 0;
}

.top__item {
    margin-right: 62px;
}

.top__item p img {
    margin-right: 8px;
    margin-left: 0;
}

.warning svg {
    margin-right: 12px;
}

.dop-vigoda__block .title-h4 {
    margin-top: 40px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 16px;
}

.code-dus_used input {
    width: 243px;
}

.code-dus_used label {
    color: #A4A4A5;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.code-dus_used {
    margin-top: 30px;
}

.code-dus_used form {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.code-dus_used button {
    width: 186px;
    height: 75px;
}

.warning {
    color: #A4A4A5;
    font-size: 18px;
    background: #F4F4F4;
    margin-top: 19px;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
}

.top__item a,
.top__item h4 {
    margin: 0;
    margin-bottom: 12px;
    font-size: 18px;
    color: #A4A4A5;
    font-weight: 500;
}

.top__item p {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
}

.know__block::after {
    content: '';
    position: absolute; /* Абсолютное позиционирование */
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px; /* Положение треугольника */
    border: 10px solid transparent; /* Прозрачные границы */
    border-top: 10px solid white; /* Добавляем треугольник */
}

.close-know {
    position: absolute;
    right: 10px;
    top: 15px;
}

.know__block {
    width: 327px;
    position: absolute;
    left: 50%;
    color: #0D0802;
    display: none;
    font-weight: 500;
    line-height: 142.8%;
    transform: translateX(-50%);
    bottom: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 20px;
}

.code-uds label {
    width: 100%;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    color: #A4A4A5;
    font-weight: 500;
}

.code-uds {
    margin-top: 40px;
    position: relative;
}

.dop-vigoda__block img {
    margin-left: 8px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.dop-vigoda__block {
    border: 1px solid #DEE0E3;
    padding: 40px;
    border-radius: 16px;
}

.dop-vigoda p {
    margin: 0;
}

.dop-vigoda {
    margin-top: 60px;
}

.price-nice {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 8px;
}

.order_wr-clear .btn {
    width: 306px;
    margin: 0 auto;
}

.title-h2 {
    font-size: 28px;
    text-transform: uppercase;
}

.order_wr-clear {
    text-align: center;
    height: 438px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.basket__bottom {
    padding-top: 40px;
    /*padding-bottom: 24px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;

}

.btn-basket {
    width: 100%;
    margin-top: 40px;
}

.order_wr-vnesti__block .block-item:first-child {
    border-right: 1px solid #C4C4C4;
}

.order_wr-vnesti__block .block-item .count {
    color: #0D0802;
    font-size: 40px;
    font-weight: 600;
}

.order_wr-vnesti__block .block-item h4 {
    font-size: 24px;
    color: #0D0802;
    font-weight: 500;
    margin: 0;
}

.order_wr-vnesti__block .block-item {
    width: 50%;
    text-align: center;
}

.price-order {
    font-size: 40px;
    font-weight: bold;
}

.order_wr-vnesti__block {
    margin-bottom: 70px;
    padding: 29px;
    border: 1px solid #DEE0E3;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_wr-vnesti p {
    text-align: center;
    margin-top: 64px;
    font-weight: 500;
    line-height: 120%;
}

.order_wr-vnesti .btn {
    width: 100%;
    height: 72px;
    margin-top: 24px;
    font-size: 26px;
}

.order_wr-vnesti {

}

.feedback-raiting {
    display: flex;
    align-items: center;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%;
}

.product__specifications {
    height: 250px;
    overflow: hidden;
}

.product__sold {
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 130%;
    color: #a4a4a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 6px;
    gap: 4px;
    width: fit-content;
    height: 24px;
    background: #ebebeb;
    border-radius: 4px;
    margin: 8px 0;
}

.text-open {
    height: auto
}

.animated {
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

.swal2-popup {
    font-size: 2rem !important;
}

.swal2-actions button,
.swal2-content {
    font: 500 2.4rem/1.6 'FuturaPT', sans-serif;
}

.disabled {
    cursor: default !important;
    color: #ddd !important;
    background: #f7f7f7 !important;
    pointer-events: none;
}

.jq-number__field {
    pointer-events: none;
}

.alert {
    padding: 20px;
    margin-bottom: 20px;
    color: white;
    background-color: #f44336;
    width: 100%;
    opacity: 0.83;
    transition: opacity 0.6s;
    font-size: 15px;
}

.alert-info {
    background-color: #2196F3;
}

.alert-success {
    background-color: #04AA6D;
}

.alert-warning {
    background-color: #ff9800;
}

.label-error {
    color: #d00a10 !important;
}

.label-error:before {
    content: none !important;
}

.delivery__city-list {
    position: relative;
}

.delivery__city-list ul {
    position: absolute;
    top: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 17px 25px;
    z-index: 2;
    width: 100%;
}

.delivery__city-list ul:empty {
    display: none;
}

.delivery__city-list ul li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
    cursor: pointer;
    font-weight: 400
}

.tabs_wr .ui-tabs-nav .ui-tabs-anchor:focus {
    box-shadow: none;
}

.gift_row {
    display: none;
}

.product_added {
    width: 100%;
    height: 7.2rem;
    padding: 1rem;
    border: 1px solid #dee0e3;
    border-radius: 0.8rem;
    line-height: 1;
    margin-right: 30px;
    background: initial;
    color: #d00a10;
    font-family: inherit;
    font-weight: 500;
    font-size: 2.6rem;
}

.product_added svg {
    color: currentColor;
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    fill: currentColor;
}

.swal2-shown .wrapper {
    filter: blur(8px);
}

body:has(.loader_Y):before{
    content: '';
    background: #0000008c;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 201;
}

/* HTML: <div class="loader"></div> */
/*.loader_Y {*/
/*    width: 65px;*/
/*    display: grid;*/
/*    --mask:*/
/*            radial-gradient(12px at left 15px top 50%, #0000 95%, #000),*/
/*            radial-gradient(12px at right 15px top 50%, #0000 95%, #000);*/
/*    -webkit-mask: var(--mask);*/
/*    mask: var(--mask);*/
/*    -webkit-mask-composite: source-in;*/
/*    mask-composite: intersect;*/
/*    animation: l1 1s infinite alternate;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    z-index: 201;*/
/*    transform: translate(-50%, -50%);*/
/*}*/
/*.loader_Y:before,*/
/*.loader_Y:after {*/
/*    content: "";*/
/*    grid-area: 1/1;*/
/*    height: 30px;*/
/*    aspect-ratio: 1;*/
/*    background: #fff;*/
/*    border-radius: 50%;*/
/*}*/
/*.loader_Y:after {*/
/*    margin-left: auto;*/
/*}*/
/*@keyframes l1 {*/
/*    to {*/
/*        width: 40px;*/
/*    }*/
/*}*/

/* HTML: <div class="loader"></div> */
.loader_Y {
    width: 76px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-color: #ccc #0000;
    animation: l16 1s infinite linear;
    position: absolute;
    top: calc(50% - 38px);
    left: calc(50% - 38px);
    z-index: 201;
}
.loader_Y::before,
.loader_Y::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
}
.loader_Y::before {
    border-color: #ed0000 #0000;
    animation: inherit;
    animation-duration: .5s;
    animation-direction: reverse;
}
.loader_Y::after {
    margin: 8px;
}
@keyframes l16 {
    100%{transform: rotate(1turn)}
}