/*! dk-src:2a8505a17783254ae72ae70350b4045d v1 */
* {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*:before, *:after {
box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
font-size: var(--fs-base);
min-width: 320px;
position: relative;
line-height: normal;
font-family: "Inter", sans-serif;
font-weight: var(--fw-regular);
background: var(--dk-white);
color: var(--dk-text);
}
html, body {
height: 100%;
}
.no-scroll {
overflow: hidden;
}
.wrapper {
display: flex;
flex-direction: column;
height: 100%;
}
.content {
flex: 1 0 auto;
}
footer {
flex: 0 0 auto;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.text-center {
text-align: center;
}
a {
display: block;
text-decoration: none;
transition: color var(--t-hover), background-color var(--t-hover), border-color var(--t-hover), opacity var(--t-hover);
outline: none;
width: -moz-fit-content;
width: fit-content;
}
a:hover, a:focus {
text-decoration: none;
}
a:focus-visible {
outline: 2px solid var(--focus-color);
outline-offset: 2px;
border-radius: var(--radius-xs);
}
input, textarea, select {
outline: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0 22px;
box-sizing: border-box;
font-family: "Inter", sans-serif;
box-shadow: var(--shadow-xs);
border: 1.5px solid var(--dk-border-i);
border-radius: var(--radius-md);
width: 100%;
height: 52px;
background: var(--dk-grey-bg);
color: var(--dk-dark);
font-size: var(--fs-base);
position: relative;
z-index: 0;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
color: var(--dk-grey-500);
}
input::placeholder, textarea::placeholder, select::placeholder {
color: var(--dk-grey-500);
}
input:hover, textarea:hover, select:hover {
outline: none;
box-shadow: none;
border-color: var(--dk-grey-300);
}
input:focus, textarea:focus, select:focus {
outline: none;
box-shadow: none;
border-color: var(--focus-color);
background: var(--dk-white);
}
[name=bx_popup_form] input,
[name=bx_popup_form] textarea,
[name=bx_popup_form] select {
outline: initial;
box-shadow: initial;
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
padding: initial;
box-sizing: initial;
font-family: "Inter", sans-serif;
box-shadow: initial;
border: initial;
border-radius: initial;
width: initial;
height: initial;
background: initial;
color: initial;
font-size: initial;
position: initial;
z-index: initial;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
-webkit-box-shadow: inset 0 0 0 50px var(--dk-white) !important;
-webkit-text-fill-color: var(--dk-dark);
border-radius: var(--radius-md);
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
-webkit-box-shadow: inset 0 0 0 50px var(--dk-white) !important;
-webkit-text-fill-color: var(--dk-dark);
border-radius: 0;
border-radius: var(--radius-md);
}
label {
display: block;
width: 100%;
margin: 0 0 8px;
position: relative;
}
label.focus input, label.focus textarea {
border-color: var(--focus-color);
border-radius: var(--radius-md);
}
label.focus .input-text {
color: var(--dk-grey-400);
font-size: var(--fs-2xs);
top: 5px;
}
.label-description {
color: var(--dk-grey-500);
font-size: var(--fs-sm);
}
textarea {
resize: none;
padding: 12px 16px;
height: 200px;
}
button, .btn {
outline: none;
transition: 0.15s;
cursor: pointer;
box-shadow: none;
font-family: "Inter", sans-serif;
padding: 0;
margin: 0;
border: none;
border-radius: 0;
}
button:hover, button:focus, .btn:hover, .btn:focus {
outline: none;
box-shadow: none;
}
.btn {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 10px 20px;
height: 44px;
line-height: 100%;
font-size: var(--fs-sm);
font-weight: var(--fw-medium);
border-radius: var(--radius-md);
transition: background-color var(--t-hover), border-color var(--t-hover), color var(--t-hover);
position: relative;
z-index: 1;
}
.btn-group {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
.btn-group .btn {
margin: 0 8px 0 0;
}
.btn-group .btn:last-child {
margin: 0;
}
.btn-lg {
height: 56px;
}
.btn-sm {
height: 40px;
}
.btn-soft {
background: var(--dk-soft);
color: var(--dk-dark);
border: none;
}
.btn-soft .svg-icon {
fill: var(--dk-dark);
}
.btn-soft:hover, .btn-soft:focus {
background: var(--dk-soft-h);
color: var(--dk-dark);
}
.btn-accent {
background: var(--dk-dark);
color: var(--dk-white);
}
.btn-accent .svg-icon {
fill: var(--dk-white);
}
.btn-accent:hover {
color: var(--dk-white);
background: var(--dk-dark-h);
}
.btn-accent:hover .svg-icon {
fill: var(--dk-white);
}
.btn-accent:focus {
color: var(--dk-white);
background: var(--dk-dark);
}
.btn-accent:focus .svg-icon {
fill: var(--dk-white);
}
.btn-border-light-accent {
border: 1.3px solid var(--dk-border);
color: var(--dk-text);
}
.btn-border-light-accent:hover, .btn-border-light-accent:focus {
color: var(--dk-text);
background: var(--dk-white);
}
.btn-border-dark {
border: 1px solid var(--dk-dark);
color: var(--dk-dark);
background: var(--dk-white);
}
.btn-border-dark:hover, .btn-border-dark:focus, .btn-border-dark.active, .btn-border-dark:active {
color: var(--dk-white);
border: 1px solid var(--dk-dark);
background: var(--dk-dark);
}
.btn-border-gradient {
border: 1.5px solid var(--dk-dark);
background: var(--dk-white);
}
.btn-border-gradient span {
color: var(--dk-dark);
display: block;
}
.btn-border-gradient:hover, .btn-border-gradient:focus {
background: var(--dk-dark);
}
.btn-border-gradient:hover span, .btn-border-gradient:focus span {
color: var(--dk-white);
}
.btn-white {
background: var(--dk-white);
color: var(--dk-dark);
}
.btn-white:hover, .btn-white:focus {
background: var(--dk-dark);
color: var(--dk-white);
}
.btn-green {
background: var(--dk-green);
color: var(--dk-white);
}
.btn-green:hover, .btn-green:focus {
background: var(--dk-green-d);
color: var(--dk-white);
}
.btn-buy .svg-icon {
fill: none;
stroke: var(--dk-white);
width: 24px;
height: 24px;
margin: 0 3px 0 0;
display: flex;
align-items: center;
justify-content: center;
}
.svg-icon {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
strong, b {
font-weight: var(--fw-semibold);
display: inline;
}
ul, ol {
padding: 0 0 0 20px;
}
ul li, ol li {
margin: 0 0 15px;
}
ul li:last-child, ol li:last-child {
margin: 0;
}
.my-ul {
list-style: none;
padding: 0;
}
.list-dots {
list-style-type: disc;
}
blockquote {
padding: 0 0 0 32px;
font-style: italic;
border-left: 1px solid var(--dk-grey-300);
margin: 32px 0 40px;
}
.slick-slider {
width: 100%;
}
.slick-slide {
outline: none;
}
.slick-arrow {
position: absolute;
z-index: 1;
opacity: 1;
top: 50%;
transform: translate(0, -50%);
width: 20px;
height: 50px;
background: transparent;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
.slick-arrow svg {
width: 100%;
height: 100%;
transform: rotate(90deg);
}
.slick-prev {
left: 0;
}
.slick-next {
right: 0;
}
.slick-next svg {
transform: rotate(-90deg);
}
.slick-dots {
position: relative;
z-index: 2;
width: 100%;
bottom: 0;
margin: 16px auto 0;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
list-style: none;
}
.slick-dots li {
cursor: pointer;
transition: 0.3s ease;
margin: 0 4px 0 0;
border-radius: var(--radius-xs);
background: rgba(54, 54, 54, 0.25);
width: 8px;
height: 8px;
min-width: 8px;
}
.slick-dots li:last-child {
margin: 0;
}
.slick-dots li.slick-active {
width: 24px;
border-radius: var(--radius-xs);
background: var(--dk-text);
}
.slick-dots li button {
display: none;
}
.container {
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 1328px;
margin: 0 auto;
padding: 0 8px;
}
h1 {
font-size: var(--fs-3xl);
font-weight: var(--fw-semibold);
line-height: 130%;
color: var(--dk-dark);
}
.h1 {
font-size: 46px;
font-weight: var(--fw-bold);
width: 100%;
line-height: normal;
color: var(--dk-dark);
}
h2 {
width: 100%;
margin: 0 0 32px;
font-size: var(--fs-3xl);
font-weight: var(--fw-semibold);
color: var(--dk-dark);
}
h3 {
font-size: var(--fs-lg);
font-weight: var(--fw-medium);
color: var(--dk-dark);
width: 100%;
}
.title-wrapper {
margin: 0 0 40px;
display: flex;
align-items: center;
width: 100%;
}
.title-wrapper h2 {
margin: 0 auto 0 0;
width: -moz-fit-content;
width: fit-content;
}
.font-500 {
font-weight: var(--fw-medium);
}
.m-120 {
margin: 120px 0;
}
.m-100 {
margin: 100px 0;
}
.m-80 {
margin: 80px 0;
}
.m-60 {
margin: 60px 0;
}
.m-40 {
margin: 40px 0;
}
.mb-120 {
margin-bottom: 120px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-35 {
margin-bottom: 35px;
}
.mb-32 {
margin-bottom: 32px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-24 {
margin-bottom: 24px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-16 {
margin-bottom: 16px;
}
.p-120 {
padding: 120px 0;
}
.row {
margin: 0 -8px;
display: flex;
flex-wrap: wrap;
}
.align-items-end {
align-items: flex-end;
}
.justify-content-center {
justify-content: center;
}
.col-100 {
width: 100%;
padding: 0 8px;
}
.col-75 {
width: 75%;
padding: 0 8px;
}
.col-70 {
width: 66.66%;
padding: 0 8px;
}
.col-65 {
width: 65%;
padding: 0 8px;
}
.col-60 {
width: 60%;
padding: 0 8px;
}
.col-55 {
width: 55%;
padding: 0 8px;
}
.col-50 {
width: 50%;
padding: 0 8px;
}
.col-45 {
width: 45%;
padding: 0 8px;
}
.col-40 {
width: 40%;
padding: 0 8px;
}
.col-35 {
width: 35%;
padding: 0 8px;
}
.col-30 {
width: 33.33%;
padding: 0 8px;
}
.col-25 {
width: 25%;
padding: 0 8px;
}
.w-100 {
width: 100%;
}
.text-decoration {
text-decoration: underline;
}
a.color-accent {
color: var(--dk-dark);
}
a.color-accent:hover {
color: var(--dk-dark-h);
}
a.color-blue {
color: var(--dk-blue);
}
a.color-blue:hover {
color: var(--dk-dark-h);
}
.link-inline {
display: inline;
border-bottom: 1px solid var(--dk-dark);
color: inherit;
}
.color-grey {
color: var(--dk-grey-500);
}
.color-accent {
color: var(--dk-dark);
}
.bg-light-green {
background: var(--dk-success-bg);
}
.bg-light-red {
background: var(--dk-error-bg);
}
.box-text {
line-height: var(--lh-body);
}
.box-text p {
margin: 0 0 10px;
}
.box-text p:last-child {
margin: 0;
}
.tabs {
width: 100%;
}
.tabs__content {
display: none;
flex-direction: column;
align-items: flex-start;
position: relative;
width: 100%;
}
.tabs__content.active {
display: block;
}
.tabs__content .box-text p {
margin: 0 0 16px;
font-family: Inter;
font-size: var(--fs-base);
font-weight: var(--fw-regular);
line-height: 28px;
letter-spacing: -0.005em;
text-align: left;
}
.tabs__content .attention-box__text p {
margin-bottom: 5px;
}
.nav-breadcrumb {
width: 100%;
margin: 0 0 24px;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.breadcrumb {
width: -moz-fit-content;
width: fit-content;
display: flex;
align-items: center;
flex-wrap: wrap;
font-size: var(--fs-sm);
font-weight: var(--fw-regular);
line-height: 17px;
color: var(--dk-dark);
}
.breadcrumb li {
margin: 0;
}
.breadcrumb li a {
color: var(--dk-grey-500);
display: flex;
align-items: center;
}
.breadcrumb li a:hover {
color: var(--dk-dark);
}
.breadcrumb li a:after {
content: "›";
display: inline-block;
margin: 0 8px;
}
.breadcrumb li span {
font-weight: var(--fw-regular);
}
.breadcrumb-link-toggle {
display: flex;
align-items: center;
justify-content: center;
}
.breadcrumb-link-toggle svg {
width: 24px;
height: 24px;
min-width: 24px;
fill: var(--dk-dark);
}
.sorting-wrapper {
display: flex;
align-items: center;
margin: 0 0 0 auto;
color: var(--dk-text);
font-size: var(--fs-sm);
font-weight: var(--fw-regular);
}
.sorting-wrapper p {
margin: 0 5px 0 0;
}
.select-my {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: auto;
padding: 0 28px 0 0;
background: url("../img/arrow-select.svg") no-repeat right center;
background-size: 24px;
border-radius: 0;
box-shadow: none;
cursor: pointer;
border: none;
}
.animate__animated {
--animate-duration: 2s;
}
.fancybox-loading {
display: none !important;
}
.fancybox-slide .modal__wrapper {
height: 100%;
margin: 0 auto;
}
.hidden-popup {
display: none;
width: 100%;
}
