

/* Start:/local/templates/sun/css/auth-popup.css?177962288610479*/
#auth-popup-root {
    position: fixed;
    inset: 0;
    z-index: 12000;
    pointer-events: none;
}

.auth-popup {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
}

.auth-popup__mask {
    position: absolute;
    inset: 0;
    border: 0;
    z-index: 1;
    background: transparent;
    cursor: pointer;
}

.auth-popup__dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1040px;
    max-height: 90vh;
    overflow: auto;
    border-radius: 12px;
    background: #ffffff;
    padding: 14px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.auth-popup__close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 4;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 0;
    background: #ff8e8e !important;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}

.auth-popup__layout {
    display: flex;
    min-height: 560px;
    border: 1px solid #ededed;
    border-radius: 10px;
    overflow: hidden;
}

.auth-popup__media {
    width: 42%;
    min-width: 320px;
    position: relative;
    background: #f4f4f4;
}

.auth-popup__media-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auth-popup__media-vector {
    width: 130px;
    height: 130px;
    position: absolute;
    right: 24px;
    bottom: 24px;
}

.auth-popup__main {
    width: 58%;
    padding: 22px 26px 24px;
}

.auth-popup__tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.auth-popup__tab {
    flex: 1;
    height: 42px;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    cursor: pointer;
    font: 500 14px/1 'Roboto', sans-serif;
    color: #000;
}

.auth-popup__tab.is-active {
    border-color: #000;
    background: #000;
    color: #fff;
}

.auth-popup__panel {
    display: none;
}

.auth-popup__panel.is-active {
    display: block;
}

.auth-popup__title {
    margin: 0 0 14px;
    padding: 0;
    font: 500 24px/1.2 'Roboto', sans-serif;
}

.auth-popup__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.auth-popup__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    text-decoration: none;
}

.auth-popup__button_secondary {
    background: #efefef;
    color: #000;
}

.auth-popup-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.auth-popup-form__shell {
    height: 100%;
}

.auth-popup .login-form,
.auth-popup .login-form.login-form_reg {
    max-width: none;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.auth-popup .login-form__title {
    padding: 0 0 10px;
    font-size: 34px;
    line-height: 1.05;
    text-transform: none;
}

.auth-popup .login-form__text {
    padding: 0 0 14px;
    color: #444;
}

.auth-popup-form__field {
    display: block;
    position: relative;
}

.auth-popup .auth-popup-form__label,
.auth-popup .auth-popup-form__label.login-form__label {
    margin: 0;
    padding: 10px 0 5px;
    display: none;
    align-items: center;
    gap: 4px;
    font: 14px/24px 'Roboto', sans-serif;
    color: #000;
}

.auth-popup .auth-popup-form__required {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 2;
    color: #ff8e8e;
    font: 700 18px/1 'Roboto', sans-serif;
    pointer-events: none;
}

.auth-popup-form__input {
    width: 100%;
    margin: 0;
}

.auth-popup-form__input-box {
    position: relative;
}

.auth-popup-form__input.text-input {
    margin: 0;
    padding-right: 28px;
}

.auth-popup-form__captcha {
    margin: 0 0 8px;
    max-width: 180px;
    border-radius: 6px;
}

.auth-popup-form__check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font: 400 13px/1.4 'Roboto', sans-serif;
}

.auth-popup .auth-popup-form__submit {
    display: block;
    width: 100%;
    margin: 8px 0 0;
}

.auth-popup .auth-popup-form__submit.button {
    margin: 8px 0 0;
}

.auth-popup .auth-popup-form__submit .button__text {
    width: 100%;
    padding: 0 20px;
}

.auth-popup-form__link {
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    font: 14px/24px 'Roboto', sans-serif;
    text-decoration: underline;
    cursor: pointer;
}

.auth-popup-form__note {
    font: 400 13px/1.4 'Roboto', sans-serif;
    color: #333;
}

.auth-popup-form__message {
    margin: 0 0 6px;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    font: 400 13px/1.4 'Roboto', sans-serif;
}

.auth-popup-form__message_success {
    border-color: #b9e2c0;
    background: #edf8ef;
    color: #1f6b2a;
}

.auth-popup-form__message_error {
    border-color: #ffb8b8;
    background: #fff1f1;
    color: #a43333;
}

.auth-popup-form__bottom {
    margin: 0;
    padding: 6px 0 10px;
}

.auth-popup-form__forgot-col {
    text-align: right;
}

.auth-popup-form__small-text {
    padding: 0;
    color: #444;
}

.auth-popup-form__actions-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
}

.auth-popup .auth-popup-form__actions-row .auth-popup-form__submit,
.auth-popup .auth-popup-form__actions-row .auth-popup-form__submit.button {
    width: auto;
    margin: 0;
}

.auth-popup-form__switch {
    border: 0;
    padding: 0;
    background: none;
    color: #ff8e8e;
    text-decoration: underline;
    font: inherit;
    cursor: pointer;
}

.auth-popup-form__close-button {
    margin: 6px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    text-decoration: underline;
    font: 14px/24px 'Roboto', sans-serif;
    text-align: left;
    cursor: pointer;
}

.auth-popup-form .main-user-consent-request {
    margin-top: 8px;
}

.auth-popup-form .main-user-consent-request-announce-link {
    color: #ff8e8e;
}

.auth-popup-form__agreement {
    margin: 8px 0 18px;
}

.auth-popup-form__field_full {
    width: 100%;
}

.auth-popup-form__agreement .checkbox__label {
    line-height: 22px;
    color: #777;
}

.auth-popup-form__agreement .checkbox__text a {
    color: #ff8e8e;
    text-decoration: underline;
}

.auth-popup-form__agreement-error {
    margin-top: 8px;
    font: 400 13px/18px 'Roboto', sans-serif;
    color: #a43333;
}

.auth-popup .alert,
.auth-popup .errortext,
.auth-popup .notetext {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 12px 16px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font: 400 13px/1.4 'Roboto', sans-serif;
}

.auth-popup .errortext {
    margin: -15px 0;
    border-color: #ffb8b8;
    background: #fff1f1;
    color: #a43333;
}

.auth-popup .notetext {
    border-color: #b9e2c0;
    background: #edf8ef;
    color: #1f6b2a;
}

@media (max-width: 640px) {
    .auth-popup {
        align-items: flex-end;
        padding: 0;
    }

    .auth-popup__dialog {
        max-width: none;
        width: 100%;
        max-height: 92vh;
        border-radius: 16px 16px 0 0;
        padding: 10px;
    }
}

@media (max-width: 980px) {
    .auth-popup__dialog {
        max-width: 620px;
        padding: 12px;
    }

    .auth-popup__layout {
        min-height: 0;
    }

    .auth-popup__media {
        display: none;
    }

    .auth-popup__main {
        width: 100%;
        padding: 18px 16px 16px;
    }

    .auth-popup .login-form__title {
        font-size: 30px;
    }

    .auth-popup-form__bottom {
        display: block;
    }

    .auth-popup-form__forgot-col {
        padding-top: 6px;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .auth-popup-form__actions-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .auth-popup .auth-popup-form__actions-row .auth-popup-form__submit,
    .auth-popup .auth-popup-form__actions-row .auth-popup-form__submit.button {
        width: 100%;
    }

    .auth-popup .login-form__title {
        font-size: 26px;
        line-height: 1.1;
    }
}

.auth-page .auth-page__message {
    max-width: 1140px;
    margin: 20px auto 0;
    padding: 12px 16px;
    border: 1px solid #ff8e8e;
    background: rgba(255, 142, 142, 0.1);
    color: #000;
}

.auth-page__actions {
    max-width: 1140px;
    margin: 16px auto 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.auth-page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 0;
    background: #000;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.auth-page__button_secondary {
    background: #efefef;
    color: #000;
}

.auth-page-form__field {
    position: relative;
}

.auth-page-form__input-box {
    position: relative;
}

.auth-page-form__required {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #ff8e8e;
    font: 700 18px/1 'Roboto', sans-serif;
    pointer-events: none;
}

.auth-page .text-input {
    margin-bottom: 0;
    padding-right: 28px;
}

.auth-page-form__input_disabled {
    opacity: 0.75;
    background: #f6f6f6;
}

.auth-page-form__captcha {
    margin: 0 0 8px;
    max-width: 180px;
    border-radius: 6px;
}

.auth-page-form__check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font: 14px/20px 'Roboto', sans-serif;
}

.auth-page-form__forgot-col {
    text-align: right;
}

.auth-page-form__link {
    color: #000;
    text-decoration: underline;
    font: 14px/24px 'Roboto', sans-serif;
}

.auth-page-form__actions-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 12px;
}

.auth-page-form__actions-row .login-form__button {
    margin: 0;
}

.auth-page-form__policy {
    margin-top: 12px;
    font: 13px/1.5 'Roboto', sans-serif;
    color: #444;
}

.auth-page-form__bottom_single {
    margin: 0;
    padding: 6px 0 0;
}

@media (max-width: 767px) {
    .auth-page-form__actions-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .auth-page-form__actions-row .login-form__button {
        width: 100%;
    }

    .auth-page-form__forgot-col {
        text-align: left;
    }
}

/* End */


/* Start:/bitrix/components/awelite/favorite.icon/templates/custom/style.css?1779622830499*/
#awelite_favorites_equation {
    height: 64px;
    position: relative;
}
#awelite_favorites_equation i {
    font-size: 32px;
    color: red;
}
#awelite_favorites_equation .count {
    /*border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #0b011d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #feae4f;
    right: -5px;
    margin: 0;
    top: -5px;*/
    width: auto;
    height: auto;
}
/* End */


/* Start:/local/templates/sun/template_styles.css?1779710532335666*/
/*
1. Reset CSS
2. Fonts
3. Basic elements, components
4. Header
5. Footer
6. Main
    6.1 Main page
    6.2 Inner pages
        6.2.1 About
        6.2.2 Shop
        6.2.3 Product  
        6.2.4 Blog
        6.2.5 Post
        6.2.6 FAQ  
        6.2.7 Log In, Registration
        6.2.8 Page 404
        6.2.9 Contacts   
        6.2.10 Collection
        6.2.11 Wishlist 
        6.2.12 My profile
        6.2.13 Cart
        6.2.14 Checkout
7. Plugins
    7.1 Slick
    7.2 Formstyler
    7.3 NoUiSlider
    7.4 Rating
    7.5 Fancybox
    7.6 Selectize
8. Media
    8.1 Wide screens
    8.2 Tablets
    8.3 Mobiles
*/
/*-------------------------------------------------------------------------*/
/* ------------------------------1. RESET CSS------------------------------*/
/*-------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
cite,
code,
em,
font,
img,
q,
s,
small,
strong,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
section,
nav,
header,
footer,
main,
figure,
figcaption,
fgroup,
time,
hr {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
article,
aside,
section,
nav,
header,
footer,
main,
figure,
figcaption,
fgroup,
time,
hr {
  display: block;
}
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
[type=submit],
[type=button],
[type=reset],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-focus-ring-color: none;
}
button {
  overflow: visible;
}
textarea {
  overflow: auto;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
:focus {
  outline: 0;
}
:disabled {
  cursor: default;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
}
[type=submit],
[type=button],
[type=reset],
button {
  background-color: transparent;
}
/*---------------------------------------------------------------------*/
/* ------------------------------2. FONTS------------------------------*/
/*---------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* ------------------------------3. BASIC ELEMENTS, COMPONENTS-------------------------------*/
/*-------------------------------------------------------------------------------------------*/
html {
  height: 100% !important;
  margin: auto;
  position: relative;
}
html.hidden,
html.hidden body {
  height: auto !important;
  overflow: hidden;
}
.desktop.remove-scroll {
  padding-right: 17px;
}
.desktop.remove-scroll .popup__mask {
  right: 17px;
}
.desktop.remove-scroll .header.scrolled {
  padding-right: 17px;
}
.mac.remove-scroll {
  padding-right: 0;
}
.mac.remove-scroll .popup__mask {
  right: 0;
}
.mac.remove-scroll .header.scrolled {
  padding-right: 0;
}
body {
  min-width: 320px;
  height: 100% !important;
  position: relative;
  font: normal 16px/27px 'Roboto', sans-serif;
  background: #f4f4f4;
  color: #000;
}
.page-container {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.ie .page-container {
  display: block;
}
.wrapper {
  max-width: 1920px;
  margin: auto;
  padding: 0 60px;
}
.common-page .wrapper:not(.footer__main, .inner-top__main) {
  max-width: 1220px;
  padding: 0 40px;
}
.common-page__content {
  margin-bottom: 100px;
}
/* titles, text, images */
.title-1 {
  font: 400 80px/1 'Roboto', sans-serif;
}
.title-2 {
  font: 400 40px/1 'Roboto', sans-serif;
}
.title-3 {
  font: 400 38px/42px 'Roboto', sans-serif;
}
.title-4 {
  font: 400 28px/31px 'Roboto', sans-serif;
}
.title-5 {
  font: 400 24px/28px 'Roboto', sans-serif;
}
.title-6 {
  font: 400 20px/24px 'Roboto', sans-serif;
}
h1 {
  padding: 0 0 30px;
  font: 400 80px/1 'Roboto', sans-serif;
  color: #000;
}
h2 {
  padding: 0 0 30px;
  font: 400 40px/1 'Roboto', sans-serif;
  color: #000;
}
h3 {
  padding: 0 0 30px;
  font: 400 38px/42px 'Roboto', sans-serif;
  color: #000;
}
h4 {
  padding: 0 0 30px;
  font: 400 28px/31px 'Roboto', sans-serif;
  color: #000;
}
h5 {
  padding: 0 0 30px;
  font: 400 24px/28px 'Roboto', sans-serif;
  color: #000;
}
h6 {
  padding: 0 0 30px;
  font: 400 20px/24px 'Roboto', sans-serif;
  color: #000;
}
ul {
  padding: 0 0 21px;
}
ul li {
  list-style: none;
}
ul li:before {
  content: "• ";
}
ol {
  padding: 0 0 22px;
  list-style: none;
  counter-reset: item;
}
ol li:before {
  content: counter(item, decimal) ". ";
  counter-increment: item;
}
/* ordinary text page lists */
.common-page__content > ul,
.common-page__content > ol,
.common-page__content .post-content ul,
.common-page__content .post-content ol,
.common-page__content .wysiwyg-content ul,
.common-page__content .wysiwyg-content ol,
.common-page__content .text-content ul,
.common-page__content .text-content ol {
  margin: 0;
  padding: 0 0 24px;
}
.common-page__content > ul li,
.common-page__content > ol li,
.common-page__content .post-content li,
.common-page__content .wysiwyg-content li,
.common-page__content .text-content li {
  padding: 0 0 8px 30px;
  position: relative;
  font: 16px/28px 'Roboto', sans-serif;
  color: #000;
}
.common-page__content > ul li:last-child,
.common-page__content > ol li:last-child,
.common-page__content .post-content li:last-child,
.common-page__content .wysiwyg-content li:last-child,
.common-page__content .text-content li:last-child {
  padding-bottom: 0;
}
.common-page__content > ul li:before,
.common-page__content .post-content ul li:before,
.common-page__content .wysiwyg-content ul li:before,
.common-page__content .text-content ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
  background: #ff8e8e;
}
.common-page__content > ol,
.common-page__content .post-content ol,
.common-page__content .wysiwyg-content ol,
.common-page__content .text-content ol {
  list-style: none;
  counter-reset: item;
}
.common-page__content > ol li:before,
.common-page__content .post-content ol li:before,
.common-page__content .wysiwyg-content ol li:before,
.common-page__content .text-content ol li:before {
  content: counter(item, decimal) ".";
  counter-increment: item;
  min-width: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font: 500 16px/28px 'Roboto', sans-serif;
  color: #ff8e8e;
}
.common-page__content > ul ul,
.common-page__content > ul ol,
.common-page__content > ol ul,
.common-page__content > ol ol,
.common-page__content .post-content ul ul,
.common-page__content .post-content ul ol,
.common-page__content .post-content ol ul,
.common-page__content .post-content ol ol,
.common-page__content .wysiwyg-content ul ul,
.common-page__content .wysiwyg-content ul ol,
.common-page__content .wysiwyg-content ol ul,
.common-page__content .wysiwyg-content ol ol,
.common-page__content .text-content ul ul,
.common-page__content .text-content ul ol,
.common-page__content .text-content ol ul,
.common-page__content .text-content ol ol {
  margin: 2px 0 0;
  padding: 2px 0 0 18px;
  border-left: 1px solid rgba(248, 248, 248, 0.18);
}
.common-page__content > ul ul li,
.common-page__content > ul ol li,
.common-page__content > ol ul li,
.common-page__content > ol ol li,
.common-page__content .post-content ul ul li,
.common-page__content .post-content ul ol li,
.common-page__content .post-content ol ul li,
.common-page__content .post-content ol ol li,
.common-page__content .wysiwyg-content ul ul li,
.common-page__content .wysiwyg-content ul ol li,
.common-page__content .wysiwyg-content ol ul li,
.common-page__content .wysiwyg-content ol ol li,
.common-page__content .text-content ul ul li,
.common-page__content .text-content ul ol li,
.common-page__content .text-content ol ul li,
.common-page__content .text-content ol ol li {
  padding: 0 0 6px 22px;
  font: 15px/26px 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.74);
}
.common-page__content > ul ul li:before,
.common-page__content > ol ul li:before,
.common-page__content .post-content ul ul li:before,
.common-page__content .post-content ol ul li:before,
.common-page__content .wysiwyg-content ul ul li:before,
.common-page__content .wysiwyg-content ol ul li:before,
.common-page__content .text-content ul ul li:before,
.common-page__content .text-content ol ul li:before {
  width: 6px;
  height: 6px;
  top: 10px;
  background: #95ccb5;
}
.common-page__content > ul ol li:before,
.common-page__content > ol ol li:before,
.common-page__content .post-content ul ol li:before,
.common-page__content .post-content ol ol li:before,
.common-page__content .wysiwyg-content ul ol li:before,
.common-page__content .wysiwyg-content ol ol li:before,
.common-page__content .text-content ul ol li:before,
.common-page__content .text-content ol ol li:before {
  font-size: 15px;
  color: #f8f8f8;
}
p {
  padding: 0 0 33px;
}
img {
  margin: 0 0 33px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
table {
  margin: 0 0 30px;
}
.green {
  color: #95ccb5;
}
.red {
  color: #ff8e8e;
}
.orange {
  color: #EB9635;
}
/* links */
a {
  text-decoration: none;
  color: #ff8e8e;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.desktop a:hover {
  color: #000;
}
/* placeholder */
*::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
*::-webkit-input-placeholder {
  line-height: normal;
  color: rgba(255, 255, 255, 0.6) !important;
}
*:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
/* text fields */
.text-input {
  width: 100%;
  height: 40px;
  margin: 0 0 20px;
  padding: 0;
  display: block;
  font: 14px/1 'Roboto', sans-serif;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.text-input:focus {
  border-color: #000;
}
.text-input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.textarea {
  min-width: 100%;
  max-width: 100%;
  height: 118px;
  min-height: 118px;
  margin: 0 0 20px;
  padding: 12px 0;
  display: block;
  font: 14px/24px 'Roboto', sans-serif;
  color: #000;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  resize: none;
}
.textarea:focus {
  border-color: #000;
}
.round-input {
  width: 100%;
  height: 50px;
  margin: 0 0 20px;
  padding: 0 19px;
  display: block;
  font: 16px/1 'Roboto', sans-serif;
  background: #fff;
  color: #000;
  border-radius: 10px;
}
/* quotes */
blockquote {
  padding: 29px 0 60px 53px;
  position: relative;
}
blockquote:before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 19px;
  background: url("/local/templates/sun/img/svg/quote.svg") no-repeat;
  background-size: 100% 100%;
}
blockquote:after {
  display: none;
}
blockquote p {
  max-width: 615px;
  padding: 0 0 13px;
  position: relative;
  z-index: 1;
  font: 20px/34px 'Roboto', sans-serif;
  color: #f8f8f8;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "“";
}
blockquote footer {
  position: relative;
  z-index: 1;
  font: 400 20px/24px 'Roboto', sans-serif;
  color: #000;
}
/* buttons */
button {
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button {
  max-width: 100%;
  height: 50px;
  margin: 0 0 22px;
  /*padding:0 4px 0 0;*/
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: none;
  font: 600 16px/52px 'Roboto', sans-serif;
  color: #fff;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.desktop .button:hover {
  color: #fff;
  text-decoration: none;
}
.desktop .button:hover:after,
.desktop .button:hover .button__text {
  background: #ff8e8e;
}
.button__text {
  height: 100%;
  padding: 0 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #000;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button__arrow {
  width: 21px;
  height: 50px;
  display: block;
  position: relative;
}
.button__arrow:before {
  content: "";
  width: 21px;
  height: 12px;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  background: url("/local/templates/sun/img/svg/arrow-button.svg") no-repeat;
  background-size: 100% 100%;
}
.close-button {
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  background: #ff8e8e;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.close-button:before,
.close-button:after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.close-button:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.desktop .close-button:hover {
  background: #000;
}
.mob-button {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
}
.mob-button:before,
.mob-button:after,
.mob-button__icon:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  border-bottom: 2px solid #000;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.mob-button:after {
  top: 10px;
}
.desktop .mob-button:hover:before,
.desktop .mob-button:hover:after,
.desktop .mob-button:hover .mob-button__icon:before {
  border-color: #ff8e8e;
}
.mob-button__icon:before {
  top: 16px;
}
.heart-button {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  background: #f8f8f8;
  border-radius: 50%;
}
.heart-button:before,
.heart-button:after {
  content: "";
  width: 18px;
  height: 16px;
  margin: -8px 0 0 -9px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.heart-button:before {
  background: url(/local/templates/sun/img/svg/heart.svg) no-repeat;
  background-size: 100% 100%;
}
.heart-button:after {
  opacity: 0;
  z-index: 1;
  background: url(/local/templates/sun/img/svg/heart__red.svg) no-repeat;
  background-size: 100% 100%;
}
.heart-button.active:before {
  opacity: 0;
}
.heart-button.active:after {
  opacity: 1;
}
.prev-button,
.next-button {
  width: 51px;
  height: 20px;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.prev-button:before,
.next-button:before,
.prev-button:after,
.next-button:after {
  content: "";
  width: 51px;
  height: 12px;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.prev-button:before {
  background: url("/local/templates/sun/img/svg/arrow-prev.svg") no-repeat;
  background-size: 100% 100%;
}
.next-button:before {
  background: url("/local/templates/sun/img/svg/arrow-next.svg") no-repeat;
  background-size: 100% 100%;
}
.prev-button:after {
  background: url("/local/templates/sun/img/svg/arrow-prev__red.svg") no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  z-index: 1;
}
.next-button:after {
  background: url("/local/templates/sun/img/svg/arrow-next__red.svg") no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  z-index: 1;
}
.desktop .prev-button:hover:before,
.desktop .next-button:hover:before {
  opacity: 0;
}
.desktop .prev-button:hover:after,
.desktop .next-button:hover:after {
  opacity: 1;
}
.prev-button_small,
.next-button_small {
  width: 42px;
}
.prev-button_small:before,
.prev-button_small:after {
  left: 9px;
}
.next-button_small:before,
.next-button_small:after {
  left: -9px;
}
.read-more {
  padding: 0 0 0 39px;
  display: inline-block;
  position: relative;
  font: 600 16px/1 'Roboto', sans-serif;
  color: #000;
  text-transform: capitalize;
}
.read-more:before {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  background: #000;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.desktop .read-more:hover {
  color: #ff8e8e;
  text-decoration: none;
}
.desktop .read-more:hover:before {
  background: #ff8e8e;
}
.deploy-button {
  padding: 0 0 0 30px;
  display: inline-block;
  position: relative;
  font: 600 16px/24px 'Roboto', sans-serif;
  color: #ff8e8e;
}
.deploy-button:before,
.deploy-button:after {
  content: "";
  width: 15px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.deploy-button:before {
  background: url("/local/templates/sun/img/svg/arrow-select__red.svg") no-repeat;
  background-size: 100% 100%;
}
.deploy-button:after {
  opacity: 0;
  z-index: 1;
  background: url("/local/templates/sun/img/svg/arrow-select.svg") no-repeat;
  background-size: 100% 100%;
}
.desktop .deploy-button:hover {
  color: #000;
  text-decoration: none;
}
.desktop .deploy-button:hover:before {
  opacity: 0;
}
.desktop .deploy-button:hover:after {
  opacity: 1;
}
.deploy-button.active:before,
.deploy-button.active:after {
  top: 6px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.favorite-button {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 50%;
  background: #f8f8f8;
}
.favorite-button:before,
.favorite-button:after {
  content: "";
  width: 21px;
  height: 17px;
  margin: -8px 0 0 -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.favorite-button:before {
  background: url(/local/templates/sun/img/svg/favorite.svg) no-repeat;
  background-size: 100% 100%;
}
.favorite-button:after {
  opacity: 0;
  z-index: 1;
  background: url(/local/templates/sun/img/svg/favorite__white.svg) no-repeat;
  background-size: 100% 100%;
}
.favorite-button.active {
  background: #ff8e8e;
}
.favorite-button.active:before {
  opacity: 0;
}
.favorite-button.active:after {
  opacity: 1;
}
.reply-button {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.reply-button:before,
.reply-button:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.reply-button:before {
  background: url(/local/templates/sun/img/svg/review.svg) no-repeat;
  background-size: 100% 100%;
}
.reply-button:after {
  opacity: 0;
  z-index: 1;
  background: url(/local/templates/sun/img/svg/review__red.svg) no-repeat;
  background-size: 100% 100%;
}
.desktop .reply-button:hover:before,
.reply-button.active:before {
  opacity: 0;
}
.desktop .reply-button:hover:after,
.reply-button.active:after {
  opacity: 1;
}
.arrow-button {
  margin: 0 0 17px;
  padding: 0 0 0 67px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 600 16px/24px 'Roboto', sans-serif;
  color: #000;
  text-transform: capitalize;
  overflow: hidden;
}
.arrow-button:before,
.arrow-button:after {
  content: "";
  width: 51px;
  height: 12px;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.desktop .arrow-button:hover {
  color: #ff8e8e;
  text-decoration: none;
}
.desktop .arrow-button:hover:before {
  opacity: 0;
}
.desktop .arrow-button:hover:after {
  opacity: 1;
}
.arrow-button_prev:before {
  background: url(/local/templates/sun/img/svg/arrow-prev.svg) no-repeat;
  background-size: 100% 100%;
}
.arrow-button_prev:after {
  background: url(/local/templates/sun/img/svg/arrow-prev__red.svg) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  z-index: 1;
}
.arrow-button_next {
  padding: 0 67px 0 0;
}
.arrow-button_next:before {
  left: auto;
  right: 0;
  background: url(/local/templates/sun/img/svg/arrow-next.svg) no-repeat;
  background-size: 100% 100%;
}
.arrow-button_next:after {
  left: auto;
  right: 0;
  background: url(/local/templates/sun/img/svg/arrow-next__red.svg) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  z-index: 1;
}
.add-button {
  margin: 0 0 5px;
  padding: 0 0 0 33px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 600 16px/24px 'Roboto', sans-serif;
  white-space: nowrap;
  color: #000;
  text-transform: capitalize;
}
.add-button:before,
.add-button:after {
  content: "";
  width: 21px;
  height: 20px;
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.add-button:before {
  background: url(/local/templates/sun/img/svg/shopping-bag.svg) no-repeat;
  background-size: 100% 100%;
}
.add-button:after {
  background: url(/local/templates/sun/img/svg/shopping-bag__red.svg) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  z-index: 1;
}
.desktop .add-button:hover {
  color: #ff8e8e;
}
.desktop .add-button:hover:before {
  opacity: 0;
}
.desktop .add-button:hover:after {
  opacity: 1;
}
.remove-button {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #ff8e8e;
  color: rgba(0, 0, 0, 0.25);
}
.remove-button:before {
  position: absolute;
  top: -2px;
  content: "x";
  display: block;
  width: 100%;
  font: 600 16px/24px 'Roboto', sans-serif;
  color: #ff8e8e;
  text-align: center;
}
.desktop .remove-button:hover {
  border-color: #ff8e8e;
  background: #ff8e8e;
  color: #fff;
}
.remove-button:hover:before {
  color: #fff;
}
.back-button {
  margin: 0 0 17px;
  padding: 0 0 0 47px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 600 16px/24px 'Roboto', sans-serif;
  color: #000;
  text-transform: capitalize;
  overflow: hidden;
}
.back-button:before,
.back-button:after {
  content: "";
  width: 31px;
  height: 12px;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.back-button:before {
  background: url(/local/templates/sun/img/svg/arrow-back.svg) no-repeat;
  background-size: 100% 100%;
}
.back-button:after {
  background: url(/local/templates/sun/img/svg/arrow-back__red.svg) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  z-index: 1;
}
.desktop .back-button:hover {
  color: #ff8e8e;
  text-decoration: none;
}
.desktop .back-button:hover:before {
  opacity: 0;
}
.desktop .back-button:hover:after {
  opacity: 1;
}
/*----------------------------------------------------------------------*/
/* ------------------------------4. HEADER------------------------------*/
/*----------------------------------------------------------------------*/
.header {
  min-width: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background: #000;
}
.header.scrolled {
  position: fixed;
  z-index: 9999;
  height: 130px;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.header.scrolled .header__main {
  padding-top: 27px;
}
.header__main {
  max-width: 1920px;
  margin: auto;
  padding: 47px 60px 2px;
}
.header__cols {
  margin: 0 -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.header__left {
  padding: 0 20px;
}
.header__right {
  padding: 0 20px;
}
.header__col {
  padding: 0 20px;
}
.desktop .header__col_mob-button {
  display: none;
}
/* Home header layout */
.header_home {
  height: 120px;
}
.header_home .header__main_home {
  height: 120px;
  padding: 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.header_home .header__top-row {
  height: 52px;
  padding-top: 22px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header_home .header__top-left {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-self: start;
}
.header_home .header__top-center {
  justify-self: center;
}
.header_home .header__top-right {
  justify-self: end;
}
.header_home .header-contact_left .header-phone {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header_home .header__nav-row {
  height: 60px;
  padding-top: 22px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.header_home .header-nav {
  padding: 0;
}
.header_home .header-nav__list {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.logo {
  height: 22px;
  padding: 0;
  display: block;
}
.logo__image {
  width: 225px;
  margin: 0;
}
.footer-logo .logo__image {
  width: 162px;
}
.header-nav {
  padding: 0 56px;
}
.header-nav__list {
  margin: 0 -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-nav__item {
  padding: 0 20px;
  position: relative;
}
.header-nav__item:before {
  display: none;
}
.header-nav__item.active .header-nav__link {
  color: #ff8e8e;
}
.header-nav__item.active .header-nav__link_arrow:before {
  opacity: 0;
}
.header-nav__item.active .header-nav__link_arrow:after {
  opacity: 1;
}
.header-nav__link {
  display: block;
  position: relative;
  top: 2px;
  font: 500 14px/22px 'Roboto', sans-serif;
  color: #f8f8f8;
}
.desktop .header-nav__link:hover {
  color: #ff8e8e;
  text-decoration: none;
}
.header-nav__link_arrow {
  padding: 0 18px 0 0;
}
.header-nav__link_arrow:before,
.header-nav__link_arrow:after {
  content: "";
  width: 14px;
  height: 14px;
  margin: -7px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header-nav__link_arrow:before {
  background: url(/local/templates/sun/img/svg/chevron-down.svg) no-repeat;
  background-size: 100% 100%;
}
.header-nav__link_arrow:after {
  opacity: 0;
  z-index: 1;
  background: url(/local/templates/sun/img/svg/chevron-down__red.svg) no-repeat;
  background-size: 100% 100%;
}
.desktop .header-nav__link_arrow:hover:before {
  opacity: 0;
}
.desktop .header-nav__link_arrow:hover:after {
  opacity: 1;
}
.header .header-nav__link {
  color: #fff;
}
.header .header-nav__link_arrow:before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.hide-nav {
  margin: -1px 0 0;
  padding: 20px 0 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.hide-nav__list {
  padding: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.hide-nav__item:before {
  display: none;
}
.hide-nav__item:last-child .hide-nav__link {
  border: none;
}
.hide-nav__link {
  padding: 10px 20px 10px;
  display: block;
  color: #000;
  font: 500 14px/22px 'Roboto', sans-serif;
  border-bottom: 1px solid rgba(248, 248, 248, 0.1);
  white-space: nowrap;
  text-transform: capitalize;
}
.desktop .hide-nav__link:hover,
.hide-nav__item.active .hide-nav__link {
  color: #ff8e8e;
}
.hide-nav__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.hide-nav_with-media .hide-nav__list {
  background: transparent;
  box-shadow: none;
}
.hide-nav__media-col {
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-left: 1px solid rgba(248, 248, 248, 0.1);
}
.hide-nav__media {
  display: block;
}
.hide-nav__image {
  width: 240px;
  height: 160px;
  display: block;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.hide-nav__link_media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 16px;
  padding-right: 16px;
}
.hide-nav__link_media .hide-nav__media {
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}
.hide-nav__link_media .hide-nav__image {
  width: 120px;
  height: 80px;
  display: block;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.user-nav {
  margin: 0 -20px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.user-nav__item {
  padding: 0 20px;
}
.user-nav__item:before {
  display: none;
}
.user-nav__link {
  height: 22px;
  position: relative;
  top: 2px;
  white-space: nowrap;
}
.desktop .user-nav__link:hover {
  text-decoration: none;
  color: #fff;
}
.desktop .user-nav__link:hover .user-nav__icon:before {
  opacity: 0;
}
.desktop .user-nav__link:hover .user-nav__icon:after {
  opacity: 1;
}
.desktop .user-nav__link:hover .user-nav__text {
  background: #ff8e8e;
}
.user-nav__icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.user-nav__icon:before,
.user-nav__icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.user-nav__icon:after {
  opacity: 0;
  z-index: 1;
}
.user-nav__icon_1 {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}
.user-nav__icon_1:before {
  background: url(/local/templates/sun/img/svg/search.svg) no-repeat;
  background-size: 100% 100%;
}
.user-nav__icon_1:after {
  background: url(/local/templates/sun/img/svg/search__red.svg) no-repeat;
  background-size: 100% 100%;
}
.user-nav__icon_2 {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
}
.user-nav__icon_2:before {
  background: url(/local/templates/sun/img/svg/user.svg) no-repeat;
  background-size: 100% 100%;
}
.user-nav__icon_2:after {
  background: url(/local/templates/sun/img/svg/user__red.svg) no-repeat;
  background-size: 100% 100%;
}
.user-nav__icon_3 {
  width: 19px;
  height: 18px;
  margin: 2px 0 0;
}
.user-nav__icon_3:before {
  background: url(/local/templates/sun/img/svg/heart.svg) no-repeat;
  background-size: 100% 100%;
}
.user-nav__icon_3:after {
  background: url(/local/templates/sun/img/svg/heart__red.svg) no-repeat;
  background-size: 100% 100%;
}
.user-nav__icon_4 {
  width: 21px;
  height: 20px;
  margin: 1px 0 0;
}
.user-nav__icon_4:before {
  background: url(/local/templates/sun/img/svg/shopping-bag.svg) no-repeat;
  background-size: 100% 100%;
}
.user-nav__icon_4:after {
  background: url(/local/templates/sun/img/svg/shopping-bag__red.svg) no-repeat;
  background-size: 100% 100%;
}
.user-nav__text {
  min-width: 18px;
  height: 18px;
  margin: 2px 0 0;
  padding: 0 3px;
  display: inline-block;
  vertical-align: top;
  background: #000;
  font: 12px/16px 'Roboto', sans-serif;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border-radius: 9px;
}
.header .user-nav__icon:before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .user-nav__text {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.desktop .header .user-nav__link:hover .user-nav__text {
  background: #ff8e8e;
  border-color: #ff8e8e;
}
.header .mob-button:before,
.header .mob-button:after,
.header .mob-button__icon:before {
  border-color: #fff;
}
.header-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
}
.header-search__button {
  padding: 0;
  display: block;
}
.header-search__input {
  width: 160px;
  padding: 2px 0 4px;
  display: block;
  font: 500 14px/22px 'Roboto', sans-serif;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: transparent;
}
.header-search__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.header-search__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.header-search__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.header-search__input::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.header-search__input::-webkit-search-decoration,
.header-search__input::-webkit-search-results-button,
.header-search__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.header-search__input::-webkit-search-cancel-button {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #ff8e8e;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 4l8 8M12 4L4 12' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%;
  -webkit-mask-size: 14px 14px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 4l8 8M12 4L4 12' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%;
  mask-size: 14px 14px;
}
.header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
}
.header-phone {
  display: flex;
  gap: 10px;
  font: 500 14px/22px 'Roboto', sans-serif;
  color: #fff;
  white-space: nowrap;
}
.desktop .header-phone:hover {
  color: #ff8e8e;
}
.header-telegram {
  width: 22px;
  height: 22px;
  display: block;
}
.header-telegram__icon {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0;
}
.hide-mob {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
}
.hide-mob.active .hide-mob__bg {
  left: 0;
}
.hide-mob__bg {
  width: 320px;
  min-height: 100%;
  padding: 70px 20px 60px;
  position: relative;
  left: -271px;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.hide-mob__mask {
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  cursor: default;
}
.hide-mob__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.hide-mob__socials {
  width: 100%;
  padding: 0 !important;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.hide-mob .socials__list {
  margin: 0 -8px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.hide-mob .socials__item {
  margin: 0;
  padding: 0 8px;
}
.hide-mob .socials__item:after {
  display: none;
}
.hide-mob .socials__link {
  width: 40px;
  height: 40px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
}
.hide-mob .socials__link img {
  width: 18px;
  height: 18px;
  display: block;
  margin: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.hide-mob .socials__item:first-child .socials__link img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.hide-mob__search {
  margin: 0 0 14px;
  display: none;
  position: relative;
}
.hide-mob__search-input {
  width: 100%;
  height: 36px;
  padding: 6px 38px 6px 0;
  display: block;
  font: 500 14px/22px 'Roboto', sans-serif;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.hide-mob__search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.55) !important;
}
.hide-mob__search-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.55) !important;
}
.hide-mob__search-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.55) !important;
}
.hide-mob__search-input::placeholder {
  color: rgba(0, 0, 0, 0.55) !important;
}
.hide-mob__search-button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6px;
  right: 0;
}
.hide-mob__search-button .user-nav__icon_1 {
  margin: 3px 0 0;
}
.mob-nav {
  margin: 0 -20px;
}
.mob-nav__item:before {
  display: none;
}
.mob-nav__item.js-slidedown {
  position: relative;
}
.mob-nav__link {
  padding: 10px 20px;
  display: block;
  font: 400 20px/24px 'Roboto', sans-serif;
  text-align: center;
  color: #000;
}
.desktop .mob-nav__link:hover,
.mob-nav__item.active .mob-nav__link {
  color: #ff8e8e;
}
.mob-nav__arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.mob-nav__arrow:before,
.mob-nav__arrow:after {
  content: "";
  width: 15px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -8px;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.mob-nav__arrow:before {
  background: url(/local/templates/sun/img/svg/arrow-select.svg) no-repeat;
  background-size: 100% 100%;
}
.mob-nav__arrow:after {
  opacity: 0;
  z-index: 1;
  background: url(/local/templates/sun/img/svg/arrow-select__red.svg) no-repeat;
  background-size: 100% 100%;
}
.mob-nav__arrow.active:before,
.mob-nav__arrow.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slide-nav {
  display: none;
  overflow: hidden;
}
.slide-nav__list {
  margin: 10px 0;
  padding: 0;
  background: #fafafa;
}
.slide-nav__item:before {
  display: none;
}
.slide-nav__item:first-child {
  border-top: 1px solid rgba(248, 248, 248, 0.1);
}
.slide-nav__item:first-child .slide-nav__link {
  padding-top: 15px;
}
.slide-nav__item:last-child {
  border-bottom: 1px solid rgba(248, 248, 248, 0.1);
}
.slide-nav__item:last-child .slide-nav__link {
  padding-bottom: 15px;
}
.slide-nav__link {
  padding: 5px 20px;
  display: block;
  text-align: center;
  font: 14px/24px 'Roboto', sans-serif;
  color: #000;
}
.desktop .slide-nav__link:hover,
.slide-nav__item.active .slide-nav__link {
  color: #ff8e8e;
}
/*----------------------------------------------------------------------*/
/* ------------------------------5. FOOTER------------------------------*/
/*----------------------------------------------------------------------*/
.footer {
  min-width: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #000;
  color: #fff;
}
.footer:before {
  display: none;
}
.footer__main {
  padding-top: 96px;
  position: relative;
}
.footer__top {
  padding: 0 0 78px;
}
.footer__bottom {
  padding: 32px 0 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__cols {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.footer__left {
  padding: 0;
}
.footer__right {
  padding: 0;
}
.footer__col {
  padding: 0;
}
.footer__col:nth-child(1) {
  width: 32%;
  max-width: 325px;
  margin-right: 30px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.footer__col:nth-child(2) {
  width: 36%;
  min-width: 0;
  max-width: none;
  position: static;
}
.footer__col:nth-child(3) {
  width: 32%;
  max-width: 360px;
  padding: 0 20px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.footer__col:nth-child(1) .footer-description {
  margin-bottom: 0;
  font-size: 15px;
}
.footer__bg-left {
  position: absolute;
  top: 254px;
  left: 70px;
  height: 105px;
  overflow: hidden;
}
.footer__bg-left::before {
  position: absolute;
  right: 0;
  top: -22px;
  width: 40px;
  height: 68px;
  background: #000;
  content: '';
  transform: rotate(-77deg);
}
.footer__bg-right {
  position: absolute;
  right: -34%;
  top: 270px;
}
.footer-logo {
  margin: 0 0 19px;
}
.footer-title {
  padding: 0 0 20px;
  display: block;
  font: 500 20px/1.2 'Roboto', sans-serif;
  color: #fff;
}
.footer-description {
  padding: 0 0 10px;
  display: block;
  font: 400 15px/1.5 'Roboto', sans-serif;
  color: #fff;
}
.footer__contact-block .footer-description:last-child {
  padding: 0;
}
.footer-line {
  margin: 14px 0 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__col:nth-child(1) .footer-line {
  margin-top: 4px;
}
.socials_flex {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.socials__col {
  padding: 3px 10px;
}
.socials__title {
  display: block;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}
.socials__text {
  padding: 0 0 18px;
  display: block;
  font: 700 16px/1.5 'Roboto', sans-serif;
  color: #fff;
}
.socials__list {
  margin: 0 -12px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.socials__list_center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.socials__item {
  margin: 0 16px 0 0;
  padding: 0;
  position: relative;
}
.socials__item:before {
  display: none;
}
.socials__item:after {
  display: none;
}
.socials__link {
  display: block;
  color: #fff;
  font: 600 12px/20px 'Roboto', sans-serif;
  text-transform: uppercase;
}
.desktop .socials__link:hover {
  color: #ff8e8e;
  text-decoration: none;
}
.footer .socials__link {
  width: 44px;
  height: 44px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.footer .socials__link img {
  width: 28px;
  height: 28px;
  display: block;
  margin: 0;
  object-fit: contain;
}
.desktop .footer .socials__link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
}
.footer-nav__col {
  width: 48%;
  padding: 0 20px;
}
.footer-nav__col:first-child {
  padding-right: 0;
}
.footer-nav__list {
  padding: 0;
}
.footer-nav__item {
  padding: 0 0 14px;
  position: relative;
}
.footer-nav__item:before {
  display: none;
}
.footer-nav__link {
  padding: 0 12px 0 20px;
  display: block;
  position: relative;
  font: 400 15px/1.5 'Roboto', sans-serif;
  color: #fff;
}
.footer-nav__link:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.desktop .footer-nav__link:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.footer-contact__title {
  padding-bottom: 12px;
  font: 700 15px/1.45 'Roboto', sans-serif;
  color: #fff;
}
.footer-contact__link {
  color: #ff8e8e;
  font-weight: 700;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.desktop .footer-contact__link:hover {
  color: #fff;
  text-decoration: none;
}
.footer__bottom .footer__cols {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.footer__bottom .footer__left {
  width: 100%;
  min-width: 0;
}
.footer__bottom .footer__right {
  width: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.footer__bottom .footer-description {
  margin-bottom: 23px;
  padding: 0;
  font-size: 15px;
  line-height: 1.45;
}
.copyrights {
  padding: 0 0 12px;
  display: block;
  font: 500 15px/1.45 'Roboto', sans-serif;
  color: #fff;
}
.footer-policy a {
  color: #ff8e8e;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.desktop .footer-policy a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-dev {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.footer-dev a {
  color: #fff;
}
.footer-dev a:hover {
  color: #ff8e8e;
}
.subscription {
  padding: 0 0 20px;
  position: relative;
}
.subscription__input {
  width: 100%;
  height: 56px;
  padding: 10px 30px 10px 0;
  display: block;
  font: 14px/1 'Roboto', sans-serif;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.subscription__input:focus {
  border-color: #fff;
}
.subscription__button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 0;
}
.subscription__button:before,
.subscription__button:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.subscription__button:before {
  background: url(/local/templates/sun/img/svg/send.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.subscription__button:after {
  opacity: 0;
  z-index: 1;
  background: url(/local/templates/sun/img/svg/send__red.svg) no-repeat;
  background-size: 100% 100%;
}
.desktop .subscription__button:hover:before {
  opacity: 0;
}
.desktop .subscription__button:hover:after {
  opacity: 1;
}
.payments {
  margin: 0 -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.payments__col {
  padding: 0 6px;
}
.payments__text {
  display: block;
  margin-right: 13px;
  font: 500 15px/1.4 'Roboto', sans-serif;
  color: #fff;
  white-space: nowrap;
}
.payments__list {
  margin: 0 -4px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.payments__item {
  margin: 0 2.5px;
  padding: 0;
}
.payments__item:before {
  display: none;
}
.payments__image {
  width: 62px;
  height: 28px;
  margin: 0;
  padding: 5px 10px;
  object-fit: contain;
  background: #fff;
}
@media screen and (min-width: 1280px) {
  .footer__main {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .home-page .about-company.wrapper {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .home-page .about-company__locations {
    max-width: 1160px;
  }
}
/*--------------------------------------------------------------------*/
/* ------------------------------6. MAIN------------------------------*/
/*--------------------------------------------------------------------*/
.main {
  min-width: 0;
  width: 100%;
  padding-top: 120px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/*--------------------6.1 MAIN PAGE----------------------*/
/* first screen */
.first-screen {
  max-width: 100%;
  margin: 0 auto 99px;
  height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.first-screen__left {
  width: 120px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.first-screen__center {
  width: 100%;
  min-width: 0;
}
.first-screen__right {
  width: 240px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.first-screen__socials {
  width: 100%;
  position: absolute;
  top: 31.8%;
  left: 0;
}
.side-socials__item {
  margin: 0 0 12px;
  padding: 0 0 12px;
  position: relative;
}
.side-socials__item:before {
  display: none;
}
.side-socials__item:after {
  content: "";
  width: 10px;
  height: 1px;
  margin: 0 0 0 -5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #000;
}
.side-socials__item:last-child {
  margin: 0;
  padding: 0;
}
.side-socials__item:last-child:after {
  display: none;
}
.side-socials__link {
  display: block;
  text-align: center;
  font: 600 12px/20px 'Roboto', sans-serif;
  color: #f8f8f8;
}
.desktop .side-socials__link:hover {
  color: #ff8e8e;
  text-decoration: none;
}
.slider-count {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  text-align: center;
  font: 600 16px/1 'Roboto', sans-serif;
  color: #000;
}
.slider-count__text {
  display: block;
}
.slider-count__text span {
  font-size: 40px;
}
.slider-dots {
  width: 142px;
  position: absolute;
  right: 0;
  bottom: 45.1%;
}
.slider-arrows {
  position: absolute;
  right: 59px;
  bottom: 50px;
}
.scroll-down {
  width: 100%;
  max-width: 1040px;
  position: absolute;
  bottom: 0;
  left: -98px;
}
.scroll-down__icon {
  height: 20px;
  margin: 0 0 0 18px;
  position: absolute;
  left: 100%;
  bottom: 18px;
  z-index: 2;
}
.scroll-down__icon:before {
  content: "Скролл вниз";
  width: 100px;
  position: absolute;
  top: -78px;
  left: -50px;
  font: 500 14px/16px 'Roboto', sans-serif;
  color: #f8f8f8;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
}
.scroll-down__icon:after {
  content: "";
  width: 2px;
  height: 20px;
  display: block;
  position: relative;
  top: -4px;
  background: #000;
  -webkit-animation: arrow 1s infinite;
  animation: arrow 1s infinite;
}
@-webkit-keyframes arrow {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 7px;
  }
  90% {
    margin-top: 0;
  }
  to {
    margin-top: 0;
  }
}
@keyframes arrow {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 7px;
  }
  90% {
    margin-top: 0;
  }
  to {
    margin-top: 0;
  }
}
.category-subtitle {
  padding: 0 0 20px;
  display: block;
  font: 14px/20px 'Roboto', sans-serif;
  color: #f8f8f8;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.category-subtitle b {
  font-weight: 800;
}
.main-slider {
  position: relative;
}
.main-slider__item.active .main-slider__content {
  right: 0;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.main-slider__item.active .main-slider__image-wrap {
  left: 0;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.main-slider__list-wrap {
  margin: 0 -150px 0 0;
}
.main-slider__list {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.main-slider__list.loaded {
  height: 800px;
  overflow: hidden;
}
.main-slider__list.loaded .main-slider__content {
  -webkit-transition: 0s ease-out;
  -ms-transition: 0s ease-out;
  transition: 0s ease-out;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.main-slider__list .slick-list,
.main-slider__list .slick-track {
  overflow: visible !important;
}
.main-slider__max {
  max-width: 1552px;
  position: relative;
}
.main-slider__row {
  width: 100%;
  display: table;
}
.main-slider__cell {
  height: 800px;
  display: table-cell;
  vertical-align: middle;
}
.main-slider__image-wrap {
  width: 100%;
  max-width: 1040px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.8s ease-out;
  -ms-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  -webkit-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.main-slider__image {
  width: 1040px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-slider__bg-wrap {
  width: 100%;
  max-width: 1454px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 98px;
}
.main-slider__bg {
  width: 482px;
  height: 482px;
  margin: 30px 0 0;
  float: right;
}
.main-slider__content {
  padding: 0 0 0 670px;
  position: relative;
  right: -50px;
  z-index: 2;
  text-align: left;
  opacity: 0;
  -webkit-transition: 0.8s ease-out;
  -ms-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  -webkit-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
/* home slider overrides */
.home-page {
  --home-header-height: 120px;
  --home-brands-height: 148px;
  --home-hero-height: clamp(260px, calc(100svh - var(--home-header-height) - var(--home-brands-height)), 720px);
}
.home-page .main {
  padding-top: var(--home-header-height);
}
.home-page .header_home .header__main_home {
  height: var(--home-header-height);
}
.home-page .first-screen {
  width: 100%;
  margin: 0;
  height: var(--home-hero-height);
  background: #000;
}
.home-page .first-screen__center {
  width: 100%;
}
.home-page .main-slider,
.home-page .main-slider__list,
.home-page .main-slider__list .slick-list,
.home-page .main-slider__list .slick-track {
  width: 100%;
}
.home-page .main-slider__list-wrap {
  margin: 0;
}
.home-page .main-slider__list.loaded {
  height: var(--home-hero-height);
}
.home-page .main-slider__max {
  max-width: none;
  width: 100%;
}
.home-page .main-slider__cell {
  height: var(--home-hero-height);
  width: 100%;
  vertical-align: middle;
  position: relative;
}
.home-page .main-slider__image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  width: 100%;
}
.home-page .main-slider__image {
  width: 100%;
  height: var(--home-hero-height);
  background-size: cover;
  background-position: center;
  position: relative;
}
.home-page .main-slider__image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
}
.home-page .main-slider__content-wrap {
  position: relative;
  z-index: 2;
}
.home-page .main-slider__content {
  padding: 0;
  right: auto;
  opacity: 1;
}
.home-page .main-slider__title {
  padding: 0 0 46px;
  font: 700 78px/1.1 'Roboto', sans-serif;
  color: #fff;
}
.home-page .main-slider__desc {
  max-width: 800px;
  margin: 0 0 63px;
  padding: 14px 0 14px 34px;
  position: relative;
  font: 18px/26px 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.9);
}
.home-page .main-slider__desc:before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.7;
}
.home-page .main-slider__controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 3;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
}
.home-page .main-slider__controls .slider-dots {
  position: static;
  right: auto;
  bottom: auto;
  float: right;
  pointer-events: auto;
}
.home-page .main-slider__controls .dots-1 .slick-dots {
  margin: 0;
  text-align: right;
}
.home-page .main-slider__controls .dots-1 .slick-dots li {
  display: block;
}
.home-page .main-slider__controls .dots-1 .slick-dots li button:after,
.home-page .main-slider__controls .dots-1 .slick-dots li button:before {
  background: rgba(255, 255, 255, 0.45);
}
.home-page .main-slider__controls .dots-1 .slick-dots li.slick-active button:after,
.home-page .main-slider__controls .dots-1 .slick-dots li.slick-active button:before {
  background: #fff;
}
.desktop .home-page .main-slider__controls .dots-1 .slick-dots li button:hover:after,
.desktop .home-page .main-slider__controls .dots-1 .slick-dots li button:hover:before {
  background: #fff;
}
.slider-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font: 600 16px/1 'Roboto', sans-serif;
  letter-spacing: 0.08em;
  color: #fff;
}
.slider-cta__box {
  width: 60px;
  height: 33px;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.slider-cta__box:before {
  content: "";
  width: 36px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 11px;
  margin-top: -1px;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.slider-cta__box:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -4.5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.desktop .slider-cta:hover {
  text-decoration: none;
  color: #fff;
}
.desktop .slider-cta:hover .slider-cta__box {
  background: #fff;
}
.desktop .slider-cta:hover .slider-cta__box:before {
  background: #000;
}
.desktop .slider-cta:hover .slider-cta__box:after {
  border-color: #000;
}
.main-slider__subtitle {
  padding: 0 0 32px;
  text-transform: uppercase;
}
.main-slider__title {
  padding: 0 0 33px;
  display: block;
  position: relative;
  right: 0;
  font: 120px/1 'Roboto', sans-serif;
}
.main-slider__button {
  margin: 0;
}
/* collections */
.collection-block {
  padding-top: 101px;
  padding-bottom: 176px;
  position: relative;
}
.collection-block__content {
  position: relative;
  z-index: 1;
}
.collection-block__bg-left {
  width: 482px;
  height: 482px;
  position: absolute;
  top: -7px;
  left: -179px;
}
.collection-block__bg-right {
  width: 482px;
  height: 482px;
  position: absolute;
  bottom: 270px;
  right: -81px;
}
.collection-title {
  padding: 0 0 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font: 80px/1 'Roboto', sans-serif;
}
.collection-title__count {
  margin: 0 -11px 0 0;
}
.collection-title__plus {
  font-size: 56px;
  position: relative;
  bottom: 6px;
}
.collection-title__text {
  display: block;
  font: 28px/48px 'Roboto', sans-serif;
}
.collections {
  max-width: 1160px;
  margin: 0 -40px -102px 0;
  position: relative;
  right: 10px;
  column-count: 2;
  -webkit-column-count: 2;
  column-gap: 0;
  -webkit-column-gap: 0;
}
.collections__top {
  padding: 0 40px 121px 8px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.collections__bottom {
  padding: 0 12px 0 0;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  text-align: right;
}
.collection {
  padding: 0 40px 152px 0;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.collection_1 {
  text-align: right;
}
.collection_1 .collection__all {
  max-width: 500px;
  margin-left: 40px;
}
.collection_1 .collection__content {
  left: 39px;
}
.collection_1 .collection__category {
  width: 600px;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -300px;
  top: auto;
  bottom: 230px;
  text-shadow: 2px 4px 7px rgba(0, 0, 0, 0.15);
}
.collection_2 {
  padding-bottom: 171px;
}
.collection_2 .collection__image {
  left: auto;
  right: 0;
}
.collection_2 .collection__content {
  max-width: none;
  padding-left: 14px;
}
.collection_2 .collection__category {
  left: auto;
  right: -30px;
  text-align: right;
}
.collection_3 {
  padding-bottom: 114px;
  text-align: right;
}
.collection_3 .collection__all {
  margin-left: 45px;
}
.collection_3 .collection__content {
  left: -1px;
}
.collection_3 .collection__category {
  left: -35px;
}
.collection_4 {
  padding-top: 9px;
  text-align: right;
}
.collection_4 .collection__all {
  max-width: 500px;
  margin-left: 45px;
}
.collection_4 .collection__content {
  left: 39px;
}
.collection_4 .collection__category {
  left: -34px;
}
.collection__all {
  width: 100%;
  min-height: 560px;
  display: inline-block;
  position: relative;
}
.desktop .collection__all:hover .collection__image:before {
  opacity: 1;
}
.collection__image {
  width: 100%;
  max-width: 427px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.collection__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.collection__row {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.collection__cell {
  height: 560px;
  display: table-cell;
  vertical-align: bottom;
}
.collection__content {
  width: 100%;
  max-width: 260px;
  padding: 0 0 75px;
  display: inline-block;
  position: relative;
  text-align: left;
}
.collection__subtitle {
  padding: 0 0 19px;
  position: relative;
  z-index: 1;
}
.collection__title {
  padding: 0 0 35px;
  font: 400 40px/1 'Roboto', sans-serif;
  position: relative;
  right: 2px;
  z-index: 1;
}
.collection__more {
  position: relative;
  z-index: 3;
}
.collection__category {
  width: 100%;
  margin: -40px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  font: 900 80px/1 'Roboto', sans-serif;
  text-shadow: 0 -4px 7px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none !important;
}
.collection__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.season-sale {
  padding: 0 40px 152px 9px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.season-sale__all {
  max-width: 488px;
  min-height: 560px;
  padding: 12px;
  position: relative;
  background: #000;
  color: #fff;
}
.desktop .season-sale__all:hover .season-sale__image:before {
  opacity: 1;
}
.season-sale__image {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.season-sale__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.season-sale__image:after {
  content: "";
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.season-sale__row {
  width: 100%;
  padding: 39px;
  display: table;
  table-layout: fixed;
}
.season-sale__cell {
  height: 458px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 3px;
}
.season-sale__content {
  position: relative;
}
.season-sale__title {
  padding: 0 0 10px;
  position: relative;
  z-index: 1;
  font: 600 40px/1 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.41em;
  color: #fff;
}
.season-sale__title span {
  padding: 9px 0;
  display: block;
  font: 800 100px/1 'Roboto', sans-serif;
  letter-spacing: normal;
}
.season-sale__text {
  max-width: 340px;
  padding: 0 0 25px;
  position: relative;
  z-index: 1;
  font: 500 20px/30px 'Roboto', sans-serif;
}
.season-sale__more {
  position: relative;
  z-index: 3;
  color: #fff;
}
.season-sale__more:before {
  background: #fff;
}
.season-sale__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.season-sale_small {
  padding-bottom: 126px;
  padding-left: 41px;
}
.season-sale_small .season-sale__all {
  max-width: 500px;
  min-height: 280px;
}
.season-sale_small .season-sale__row {
  padding: 29px;
}
.season-sale_small .season-sale__cell {
  height: 198px;
}
.season-sale_small .season-sale__title {
  padding: 0 0 8px;
  font: 600 28px/1 'Roboto', sans-serif;
}
.season-sale_small .season-sale__title span {
  padding: 5px 0;
  font: 800 70px/1 'Roboto', sans-serif;
}
.season-sale_small .season-sale__text {
  max-width: 250px;
  padding: 0 0 3px;
  font: 500 16px/24px 'Roboto', sans-serif;
}
.season-sale_small .season-sale__content {
  max-width: 250px;
  margin: auto;
}
.collections_inner {
  margin-bottom: -65px;
}
.collections_inner .collection_2 {
  padding-top: 137px;
  position: relative;
  right: 7px;
}
.collections_inner .collection_3 {
  position: relative;
  right: 7px;
}
/* main block */
.main-block {
  padding-bottom: 125px;
  position: relative;
}
.main-block .tabs-nav__list {
  padding: 0 0 8px;
}
.main-block:last-child {
  margin-bottom: 105px;
  padding-bottom: 0;
}
.main-block__top {
  padding: 0 0 27px;
  text-align: center;
}
.main-block__top.w-bg {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 80px;
  padding: 26px 40px;
  background: #000;
  color: #fff;
}
.main-block__top.w-bg .main-block__title,
.main-block__top.w-bg .main-block__text {
  color: #fff;
}
.main-block__subtitle {
  padding: 0 0 19px;
}
.main-block__title {
  padding: 0 0 12px;
}
.main-block__text {
  max-width: 560px;
  margin: auto;
  padding: 0;
}
.load-more {
  margin-top: 48px;
  text-align: center;
}
.load-more .button {
  margin-bottom: 0;
}
.home-products {
  padding-top: 125px;
}
/* tabs */
.tabs-nav {
  position: relative;
}
.tabs-nav__list {
  margin: 0 -15px;
  padding: 0 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.tabs-nav__list_left {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.tabs-nav__item {
  margin: 0 0 10px;
  padding: 0 15px;
}
.tabs-nav__item.active .tabs-nav__link {
  color: #000;
}
.tabs-nav__item:before {
  display: none;
}
.tabs-nav__link {
  display: block;
  font: 500 16px/24px 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
}
.desktop .tabs-nav__link:hover {
  color: #000;
  text-decoration: none;
}
.tabs-nav__line {
  height: 2px;
  margin: 24px 0 0;
  position: absolute;
  background: #000;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
/* products */
.product-tab {
  display: none;
  position: relative;
}
.product-tab.active {
  display: block;
}
.main-catalog {
  position: relative;
}
.main-catalog__list {
  max-width: 1138px;
  margin: 0 auto 8px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 262px);
  grid-column-gap: 30px;
  grid-row-gap: 47px;
  justify-content: center;
  position: relative;
  z-index: 1;
  /*
    &::after {
        display: none;
        position:absolute;
        top:216px;
        right:-65px;
        z-index: -1;
        width:116px;
	    height:322px;
        background-image: url('/local/templates/sun/img/svg/vector-catalog.svg');
        background-position: 0 0;
        background-repeat: no-repeat;
        content: "";
    }*/
}
.main-catalog__list .short-item {
  width: auto;
}
.main-catalog__bg {
  width: 116px;
  height: 322px;
  position: absolute;
  top: 216px;
  right: 58px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.45;
  z-index: 0;
}
.main-catalog__bg img {
  width: 322px;
  height: 322px;
  max-width: none;
  margin: 0;
  display: block;
}
.short-item__all {
  margin: 0 15px 0;
  max-width: 262px;
  position: relative;
}
.home-products .short-item__all {
  margin: 0;
}
.short-item__top {
  width: 100%;
  position: absolute;
  top: 17px;
  z-index: 1;
}
.short-item__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.short-item__col {
  padding: 0 20px;
}
.short-item__image-bg {
  width: 262px;
  height: 360px;
  margin: 0 0 20px;
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.main-catalog__list .short-item__image-bg {
  width: 262px;
  height: 360px;
}
.short-item__image-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(68, 68, 68, 0.2);
  opacity: 0;
  -webkit-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.desktop .short-item__image-bg:hover:before {
  opacity: 1;
}
.short-item__image {
  width: 262px;
  height: 360px;
  object-fit: contain;
}
.main-catalog__list .short-item__image {
  width: 262px;
  height: 360px;
  background: #fff;
}
.short-item__title {
  min-height: 48px;
  overflow-y: hidden;
  margin-bottom: 14px;
  padding: 0;
  font: 18px/27px 'Roboto', sans-serif;
}
.short-item__link {
  display: block;
  color: #000;
}
.short-item__brand {
  display: block;
}
.short-item__model {
  display: block;
}
.desktop .short-item__link:hover {
  color: #ff8e8e;
  text-decoration: none;
}
.short-item__price {
  padding: 0 12px 0 0;
  display: inline-block;
  vertical-align: top;
  font: 20px/22px 'Roboto', sans-serif;
  color: #000;
}
.short-item__old-price {
  display: inline-block;
  vertical-align: top;
  font: 300 16px/22px 'Roboto', sans-serif;
  color: #f8f8f8;
  text-decoration: line-through;
}
.home-page .main-catalog__list.slick-slider .slick-dots {
  margin: 30px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.home-page .main-catalog__list.slick-slider .slick-dots li {
  padding: 0 6px;
}
.home-page .main-catalog__list.slick-slider .slick-dots li:before {
  display: none;
}
.home-page .main-catalog__list.slick-slider .slick-dots li button {
  width: 24px;
  height: 3px;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.home-page .main-catalog__list.slick-slider .slick-dots li.slick-active button {
  width: 34px;
  background: #000;
}
.item-tag {
  height: 20px;
  margin: 0;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  background: #000;
  font: 800 11px 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.item-tag + .item-tag {
  margin-left: 11px;
}
.item-tag_green {
  background: #95ccb5;
}
.item-tag_red {
  background: #ff8e8e;
}
.item-tag_light {
  border: 1px solid rgba(0, 0, 0, 0.75);
  background: transparent;
  color: #000;
}
/* deal of the week */
.deal-block {
  max-width: 1920px;
  margin: 51px auto 200px;
  padding: 0 40px;
}
.deal-block__cols {
  max-width: 1680px;
  margin: auto;
  position: relative;
  text-align: right;
}
.deal-block__image {
  width: 100%;
  max-width: 1040px;
  height: 800px;
  position: absolute;
  top: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.deal-block__col {
  width: 100%;
  max-width: 1409px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  text-align: left;
}
.deal-block__content {
  position: relative;
  z-index: 1;
}
.deal-block__row {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.deal-block__cell {
  height: 800px;
  display: table-cell;
  vertical-align: middle;
}
.deal-block__subtitle {
  padding: 0 0 32px;
}
.deal-block__title {
  padding: 0 0 24px;
  position: relative;
  right: 11px;
  font: 120px/1 'Roboto', sans-serif;
  text-transform: capitalize;
}
.deal-block__button {
  margin: 0;
}
.deal-block__bg {
  width: 482px;
  height: 482px;
  position: absolute;
  top: 0;
  left: -361px;
}
.syotimer {
  padding: 0 0 60px;
}
.syotimer__body {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.syotimer-cell {
  padding: 0 15px;
  text-align: center;
  position: relative;
}
.syotimer-cell_type_minute:after {
  content: ":";
  position: absolute;
  top: 0;
  right: -5px;
  font: 36px/26px 'Roboto', sans-serif;
  color: #000;
}
.syotimer-cell_type_second {
  min-width: 76px;
}
.syotimer-cell__value {
  display: block;
  font: 36px/1 'Roboto', sans-serif;
}
.syotimer-cell__unit {
  display: block;
  font: 16px/27px 'Roboto', sans-serif;
}
/* advantages */
.advantages {
  padding-bottom: 148px;
}
.advantages + .newsletter {
  margin-top: 20px;
}
.advantages__list {
  margin: 0 -14px 0 -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  left: 29px;
}
.advantage {
  width: 33.333%;
  padding: 0 20px 30px;
  position: relative;
}
.advantage__bg {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 36px;
  right: 40px;
}
.advantage__content {
  position: relative;
  z-index: 1;
}
.advantage__icon-wrap {
  height: 70px;
  margin: 0 0 36px;
}
.advantage__icon {
  width: 70px;
  height: 70px;
  margin: 0;
}
.advantage__title {
  padding: 0 0 14px;
  font: 400 24px/28px 'Roboto', sans-serif;
}
.advantage__line {
  max-width: 300px;
  height: 2px;
  margin: 0 0 27px;
  background: #000;
}
.advantage__text {
  max-width: 300px;
  padding: 0;
}
/* best sellers */
.catalog-slider {
  position: relative;
}
.catalog-slider.loaded {
  height: 300px;
  overflow: hidden;
}
.catalog-slider .load-icon {
  z-index: 3;
}
.catalog-slider.loaded .load-icon {
  display: block;
}
.catalog-slider__cols {
  margin: 20px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.catalog-slider__col {
  padding: 0 30px;
}
.catalog-slider__list-wrap {
  margin: 0;
  position: relative;
  z-index: 1;
}
.catalog-slider__bg {
  width: 322px;
  height: 322px;
  position: absolute;
  top: 184px;
  right: -240px;
}
/* blog */
.blog {
  margin: 0 -15px -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog .short-post {
  width: 50%;
  padding: 0 15px 107px;
}
.short-post {
  min-height: 300px;
  padding: 0 0 107px;
}
.short-post__all {
  position: relative;
  text-align: right;
}
.desktop .short-post__all:hover .short-post__image-link:before {
  opacity: 1;
}
.short-post__image-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.short-post__image-link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.short-post__image {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.short-post__row {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.short-post__cell {
  height: 300px;
  display: table-cell;
  vertical-align: bottom;
}
.short-post__bg {
  width: 100%;
  max-width: 319px;
  padding: 33px 0 0 51px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  left: 1px;
  top: 1px;
  z-index: 2;
  background: #fff;
  text-align: left;
}
.short-post__bg:before {
  content: "";
  width: 226px;
  height: 130px;
  position: absolute;
  bottom: -47px;
  right: 0;
  background: url(/local/templates/sun/img/svg/vector-short-post.svg) no-repeat;
  background-size: 100% 100%;
}
.short-post__content {
  position: relative;
  z-index: 1;
}
.short-post__title-wrap {
  width: 100%;
  margin: 0 0 20px;
  display: table;
}
.short-post__title {
  height: 72px;
  padding: 0;
  display: table-cell;
  vertical-align: bottom;
  font: 400 20px/24px 'Roboto', sans-serif;
}
.short-post__link {
  display: inline-block;
  color: #000;
}
.desktop .short-post__link:hover {
  color: #ff8e8e;
  text-decoration: none;
}
.short-post__date {
  padding: 0 0 22px;
  display: block;
  font: 14px/24px 'Roboto', sans-serif;
  text-transform: capitalize;
}
.short-post__more {
  position: relative;
  top: 13px;
}
.short-post_small {
  width: 100%;
  padding: 11px 0 71px;
}
@media screen and (min-width: 768px) {
  .short-post_small .short-post__cell {
    height: 240px;
  }
  .short-post_small .short-post__bg {
    max-width: 236px;
    padding: 15px 20px 0 30px;
  }
  .short-post_small .short-post__bg:before {
    width: 130px;
    height: 66px;
    bottom: -49px;
    background: url(/local/templates/sun/img/svg/vector-post-small.svg) no-repeat;
    background-size: 100% 100%;
  }
  .short-post_small .short-post__title-wrap {
    margin: 0 0 5px;
  }
  .short-post_small .short-post__title {
    height: auto;
    font: 400 16px/19px 'Roboto', sans-serif;
  }
  .short-post_small .short-post__date {
    padding: 0;
  }
  .short-post_small .short-post__more {
    top: 10px;
  }
  .short-post_small .short-post__content {
    top: 15px;
  }
}
/* blog block on home page */
.blog_lenses-wrap {
  padding-bottom: 118px;
}
.blog_lenses {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog_lenses .blog-card {
  width: 100%;
  max-width: 555px;
  margin: 0 0 109px;
  position: relative;
  min-height: 300px;
  text-align: right;
}
.blog-card__image-link {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-card__image-link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.18);
  opacity: 0;
  -webkit-transition: 0.35s ease-out;
  -ms-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.blog-card__image {
  width: 100%;
  height: 300px;
  display: block;
  margin: 0;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.6s ease;
}
.blog-card__content {
  width: 100%;
  max-width: 319px;
  padding: 24px 27px 22px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -32px;
  z-index: 2;
  background: #fff;
  text-align: left;
}
.blog-card__title {
  padding: 0 0 14px;
  font: 700 16px/1.35 'Roboto', sans-serif;
  color: #000;
}
.blog-card__description {
  padding: 0 0 30px;
  font: 400 14px/1.45 'Roboto', sans-serif;
  color: #444;
}
.blog-card__more {
  padding: 0 0 0 43px;
  font: 700 16px/1 'Roboto', sans-serif;
  color: #000;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.blog-card__more:before {
  width: 27px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.desktop .blog-card:hover .blog-card__image {
  transform: scale(1.04);
}
.desktop .blog-card:hover .blog-card__image-link:before {
  opacity: 1;
}
.desktop .blog-card__image-link:hover {
  opacity: 1;
}
.desktop .blog-card__more:hover {
  color: #ff8e8e;
  text-decoration: none;
  -webkit-transform: translate(4px, 0);
  -ms-transform: translate(4px, 0);
  transform: translate(4px, 0);
}
.desktop .blog-card__more:hover:before {
  background: #ff8e8e;
}
/*--------------------6.2 INNER PAGES--------------------*/
/* inner top */
.inner-top {
  margin-bottom: 80px;
  position: relative;
}
.inner-top:after {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #f4f4f4;
}
.inner-top__main {
  position: relative;
}
.inner-top__bg {
  width: 354px;
  height: 322px;
  position: absolute;
  top: 32px;
  left: -290px;
}
.inner-top__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.inner-top__left {
  width: 610px;
  padding: 34px 40px 0 0;
  position: relative;
  z-index: 2;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.inner-top__left:before {
  content: "";
  width: 10000px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 150px;
  background: #000;
}
.inner-top__right {
  width: 100%;
  min-width: 0;
}
.inner-top__image {
  width: 800px;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-top__title {
  padding: 0 0 21px;
  font: 400 80px/1 'Roboto', sans-serif;
}
/* breadcrumbs */
.breadcrumbs {
  padding: 0 0 0 13px;
  position: relative;
  font: 14px/24px 'Roboto', sans-serif;
}
.breadcrumbs:before {
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  background: #000;
}
.breadcrumbs__list {
  margin: 0 -9px 0 0;
  padding: 0 0 22px;
}
.breadcrumbs__item {
  padding: 0 9px 0 0;
  display: inline;
  color: #ff8e8e;
}
.breadcrumbs__item:before {
  display: none;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  color: #ff8e8e;
}
.breadcrumbs__current {
  color: inherit;
}
.breadcrumbs__link {
  color: #000;
}
.desktop .breadcrumbs__link:hover {
  color: #ff8e8e;
  text-decoration: none;
}
/* inner top header band (product/catalog pages) */
.inner-top_header-band {
  margin-bottom: 100px;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.inner-top_header-band.has-pic {
  min-height: 361px;
}
.inner-top_header-band:after {
  display: none;
}
.inner-top_header-band .inner-top__main {
  padding-top: 52px;
  padding-bottom: 55px;
}
.inner-top_header-band .inner-top__bg {
  display: none;
}
.inner-top_header-band .inner-top__cols {
  display: block;
}
.inner-top_header-band .inner-top__left {
  width: auto;
  padding: 0;
}
.inner-top_header-band .inner-top__left:before {
  display: none;
}
.inner-top_header-band .inner-top__right {
  display: none;
}
.inner-top_header-band .inner-top__title {
  padding: 0 0 24px;
  font: 500 48px/1.05 'Roboto', sans-serif;
  color: #fff;
  text-transform: none;
}
.inner-top_header-band .breadcrumbs {
  padding: 0 0 0 16px;
  font: 16px/24px 'Roboto', sans-serif;
}
.inner-top_header-band .breadcrumbs:before {
  height: 18px;
  top: 3px;
  background: rgba(255, 255, 255, 0.7);
}
.inner-top_header-band .breadcrumbs__list {
  margin: 0 -14px 0 0;
  padding: 0;
}
.inner-top_header-band .breadcrumbs__item {
  padding: 0 14px 0 0;
  display: inline-block;
  color: rgba(255, 255, 255, 0.72);
}
.inner-top_header-band .breadcrumbs__item:last-child {
  color: #ff8e8e;
}
.inner-top_header-band .breadcrumbs__item:last-child .breadcrumbs__link {
  color: #ff8e8e;
}
.inner-top_header-band .breadcrumbs__item:last-child .breadcrumbs__current {
  color: #ff8e8e;
}
.inner-top_header-band .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.72);
}
.desktop .inner-top_header-band .breadcrumbs__link:hover {
  color: #ff8e8e;
}
.inner-top__back {
  position: absolute;
  bottom: -37px;
  display: inline-block;
  font: 16px/20px 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}
.inner-top__back:hover,
.inner-top__back:focus,
.inner-top__back:active,
.inner-top__back:visited {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}
.desktop .inner-top__back:hover {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
@media (max-width: 1023px) {
  .inner-top__back {
    position: relative;
    bottom: auto;
    margin-top: 22px;
  }
}
.inner-top_header-personal .inner-top__cols {
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.inner-top_header-personal .inner-top__left {
  width: auto;
  min-width: 0;
  max-width: calc(100% - 260px);
}
.inner-top_header-personal .inner-top__right {
  display: block;
  width: auto;
  min-width: 0;
  padding-top: 8px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.inner-top-logout,
.inner-top-logout:hover,
.inner-top-logout:focus,
.inner-top-logout:active,
.inner-top-logout:visited {
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  text-decoration: none;
  font: 500 13px/1 'Roboto', sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: 0.2s linear;
}
.desktop .inner-top-logout:hover {
  border-color: #fff;
  background: #fff;
  color: #000;
}
.inner-top-logout__icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.inner-top-logout__icon:before {
  content: "";
  width: 9px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 1px;
  border: 2px solid currentColor;
  border-right: 0;
}
.inner-top-logout__icon:after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 4px;
  right: 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inner-top-logout__text {
  display: inline-block;
}
/* brand header (catalog page) */
.inner-top_header-brand .inner-top__cols {
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.inner-top_header-brand .inner-top__left {
  position: relative;
  width: 100%;
  max-width: 1085px;
  padding-right: 94px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.inner-top_header-brand .inner-top__right {
  position: absolute;
  right: 60px;
  top: 0;
  width: 596px;
  height: 100%;
  display: block;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.inner-top-brand__center {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 220px;
  min-width: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.inner-top-brand__logo {
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  opacity: 0.95;
}
.inner-top-brand__description {
  margin: 50px 0 0;
  padding: 0;
  font: 400 14px/24px 'Roboto', sans-serif;
  color: #fff;
}
.inner-top-brand__media {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  align-items: stretch;
  justify-content: flex-end;
}
.inner-top-brand__media-col {
  width: 262px;
  min-width: 0;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}
.inner-top-brand__media-col:first-child {
  position: relative;
  left: -34px;
}
.inner-top-brand__media-col:only-child {
  width: 100%;
}
.inner-top-brand__image {
  width: 262px;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  margin: 0;
  display: block;
}
@media (max-width: 1800px) {
  .inner-top_header-brand .inner-top__left {
    max-width: 50%;
  }
}
@media (max-width: 1400px) {
  .inner-top_header-brand .inner-top__cols {
    justify-content: space-between;
  }
  .inner-top_header-brand .inner-top__right {
    position: relative;
    right: 0;
    width: 420px;
  }
}
/* newsletter */
.newsletter {
  padding: 3px 40px 120px;
}
.newsletter__banner {
  max-width: 1680px;
  min-height: 450px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.newsletter__main {
  max-width: 1140px;
  margin: auto;
}
.newsletter__bg {
  max-width: 624px;
  padding: 60px 40px 30px;
  position: relative;
  background: #fff;
}
.newsletter__vector {
  width: 130px;
  height: 130px;
  position: absolute;
  top: -33px;
  right: 30px;
}
.newsletter__max {
  max-width: 504px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.newsletter__title {
  padding: 0 0 16px;
  font: 400 38px/42px 'Roboto', sans-serif;
}
.newsletter__text {
  padding: 0 0 40px;
  font: 14px/24px 'Roboto', sans-serif;
}
.newsletter-form {
  padding: 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsletter-form__left {
  width: 100%;
  min-width: 0;
  padding: 0 30px 10px 0;
}
.newsletter-form__right {
  padding: 0 0 10px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.newsletter-form__input {
  margin: 0;
}
.newsletter-form__button {
  margin: 0;
}
/* brands */
.brands-block {
  padding-bottom: 70px;
}
.brands-block_dark {
  background: #000;
  padding: 18px 0;
}
.brands-block_dark .brands__link {
  height: 58px;
}
.brands-block_dark .brands__logo {
  max-height: 58px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.brands-block_dark .brands {
  max-width: none;
  margin: 0;
  padding: 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.brands-block_dark .brands__item {
  padding: 0 20px;
}
.brands-block.brands-block_slider {
  padding: 0;
}
.brands-block.brands-block_slider .wrapper {
  height: 148px;
  max-width: none;
  padding: 0;
}
.brands-strip {
  height: 148px;
  display: flex;
  align-items: center;
  position: relative;
}
.brands-strip__slider {
  width: 100%;
  min-width: 0;
  padding: 0 78px 0 0;
}
.brands-strip__slider .slick-list {
  margin: 0 -16px;
}
.brands-strip__slider .slick-track {
  display: flex;
  align-items: center;
}
.brands-strip__item {
  height: 148px;
  padding: 0 16px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.brands-strip__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.92;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.desktop .brands-strip__link:hover {
  opacity: 1;
}
.brands-strip__logo {
  max-width: 100%;
  max-height: 72px;
  margin: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.desktop .brands-strip__link:hover .brands-strip__logo {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.brands-strip__next {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  margin-top: -29px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.brands-strip__next:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.desktop .brands-strip__next:hover {
  background: #fff;
}
.desktop .brands-strip__next:hover:before {
  border-color: #000;
}
/* yandex reviews */
.yandex-reviews {
  padding-bottom: 125px;
}
.yandex-reviews .main-block__top {
  padding-bottom: 36px;
}
.yandex-reviews__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.yandex-review-widget {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.yandex-review-widget__frame {
  width: 100%;
  height: clamp(520px, 60vw, 800px);
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-sizing: border-box;
  background: #fff;
}
.yandex-review-widget__link {
  width: 100%;
  max-height: 14px;
  padding: 0 16px;
  position: absolute;
  left: 0;
  bottom: 8px;
  overflow: hidden;
  display: block;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  color: #b3b3b3;
  font: 10px/14px 'Roboto', sans-serif;
  text-decoration: none;
}
.desktop .yandex-review-widget__link:hover {
  color: #999;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .yandex-reviews__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .yandex-review-widget__frame {
    height: clamp(440px, 95vw, 720px);
  }
}
@media screen and (max-width: 639px) {
  .yandex-reviews {
    padding-bottom: 70px;
  }
  .yandex-reviews .main-block__top {
    padding-bottom: 24px;
  }
  .yandex-reviews__grid {
    gap: 18px;
  }
  .yandex-review-widget__frame {
    height: clamp(360px, 115vw, 620px);
  }
}
.brands {
  max-width: 1139px;
  margin: 0 -8px;
  padding: 0 0 30px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.brands__item {
  min-width: 0;
  padding: 0 8px 20px;
  position: relative;
}
.brands__item:before {
  display: none;
}
.brands__link {
  height: 116px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.desktop .brands__link:hover {
  opacity: 1;
}
.brands__logo {
  max-width: 100%;
  max-height: 116px;
  margin: 0;
}
.brands__logo_1 {
  width: 184px;
  height: 76px;
}
.brands__logo_2 {
  width: 159px;
  height: 85px;
}
.brands__logo_3 {
  width: 138px;
  height: 116px;
}
.brands__logo_4 {
  width: 188px;
  height: 104px;
}
.brands__logo_5 {
  width: 161px;
  height: 82px;
}
/*---------------6.2.1 ABOUT---------------*/
/* about company */
.about-company {
  padding-top: 121px;
  padding-bottom: 245px;
}
.home-page .about-company {
  padding-top: 0;
}
.about-company__top {
  padding: 0 0 41px;
}
.about-company__title {
  padding: 0 0 20px;
  font: 400 40px/1 'Roboto', sans-serif;
}
.about-company__text {
  max-width: 475px;
  padding: 0 0 20px;
  font: 20px/34px 'Roboto', sans-serif;
}
.about-company__cols {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.about-company__col {
  width: 50%;
  max-width: 576px;
  padding: 0 15px 38px;
  position: relative;
}
.about-company__col:nth-child(4) {
  left: 10px;
}
.about-stats {
  padding: 0 0 38px 12px;
  position: relative;
  text-align: center;
}
.about-stats_bottom {
  padding: 108px 12px 0 0;
}
.about-stats_bottom .about-stats__vector {
  left: 0;
  top: 9px;
}
.about-stats_bottom .collection-title {
  text-align: right;
}
.about-stats__vector {
  width: 322px;
  height: 322px;
  position: absolute;
  top: -98px;
  left: 9px;
}
.about-section {
  padding: 0;
  position: relative;
  z-index: 1;
}
.about-section__title {
  margin: 0;
  padding: 0 0 21px;
  font: 400 24px/28px 'Roboto', sans-serif;
}
.about-section__text {
  max-width: 470px;
  padding: 0 0 20px;
}
.about-section__year {
  width: 200px;
  padding: 0 0 0 40px;
  position: absolute;
  bottom: 116px;
  left: -93px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  font: 500 14px/1 'Roboto', sans-serif;
}
.about-section__year:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  background: #000;
}
.about-company__locations {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 84px;
}
.about-location {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 50px;
  align-items: center;
}
.about-location_reverse .about-location__text {
  order: 2;
}
.about-location_reverse .about-location__media {
  order: 1;
}
.about-location__title {
  padding: 0 0 30px;
  font: 700 24px/1.25 'Roboto', sans-serif;
  color: #000;
}
.about-location__desc {
  max-width: 740px;
  padding: 0;
  font: 400 16px/1.5 'Roboto', sans-serif;
  color: #222;
}
.about-location__contacts {
  padding: 50px 0 0;
  font: 400 16px/1.5 'Roboto', sans-serif;
  color: #222;
}
.about-location__contacts span {
  display: block;
  padding: 0 0 3px;
}
.about-location__contacts b {
  font-weight: 700;
  color: #000;
}
.about-location__contact-link {
  color: #222;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.desktop .about-location__contact-link:hover {
  color: #000;
  text-decoration: none;
  border-color: #000;
}
.about-location__contact-link:focus-visible {
  outline: none;
  color: #000;
  border-color: #000;
}
.about-location__media {
  height: 391px;
  overflow: hidden;
}
.about-location__image {
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: 16/10;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.desktop .about-location:hover .about-location__image {
  transform: scale(1.03);
}
.is-about-shops-page .about-company[data-home-shops] {
  padding-bottom: 0;
}
.is-about-shops-page .about-company[data-home-shops] .about-company__top {
  display: none;
}
.is-about-shops-page .about-company[data-home-shops] .about-company__locations {
  padding-bottom: clamp(56px, 8vw, 120px);
}
.home-shops-map {
  display: none;
  margin-top: 0;
}
.is-about-shops-page .about-company[data-home-shops] .home-shops-map {
  display: block;
  margin-bottom: -100px;
}
.home-shops-map__inner {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.home-shops-map__canvas {
  height: clamp(320px, 42vw, 560px);
  background: #e3e3e3;
  overflow: hidden;
}
.home-shops-map__canvas [class*="ymaps-2"][class*="-ground-pane"],
.home-shops-map__canvas [class*="ymaps-2"][class*="-map-pane"],
.home-shops-map__canvas [class*="ymaps-2"][class*="-satellite-pane"] {
  filter: grayscale(1) contrast(1.05);
}
.home-shops-map__canvas [class*="ymaps-2"][class*="-places-pane"],
.home-shops-map__canvas [class*="ymaps-2"][class*="-placemark-overlay"] {
  filter: none;
}
/* inner deal */
.inner-deal {
  max-width: 1920px;
  margin: 0 auto 200px;
  position: relative;
}
.inner-deal:before {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #f4f4f4;
}
.inner-deal__cols {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.inner-deal__left {
  width: 100%;
  min-width: 0;
}
.inner-deal__right {
  width: 532px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.inner-deal__image {
  height: 800px;
  margin: 0 -162px 0 -270px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-deal__subtitle {
  padding: 0 0 32px;
}
.inner-deal__title {
  padding: 0 0 20px;
  font: 70px/1 'Roboto', sans-serif;
  text-transform: capitalize;
}
.inner-deal__text {
  max-width: 500px;
  padding: 0 0 54px;
}
.inner-deal__button {
  margin: 0;
}
.inner-deal__bg {
  width: 482px;
  height: 482px;
  position: absolute;
  top: 0;
  left: -361px;
}
/*---------------6.2.2 SHOP---------------*/
.shop {
  padding-top: 103px;
  padding-bottom: 135px;
}
.shop__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop__left {
  width: 294px;
  padding: 0 52px 0 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.shop__right {
  width: 100%;
  padding: 8px 0 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.filters {
  padding: 0 0 53px;
}
.apply-button {
  width: 100%;
  margin: 3px 0 20px;
  display: block;
}
/* search */
.search-form {
  margin: 0 0 31px;
  padding: 0 0 20px;
  position: relative;
}
.search-form__input {
  width: 100%;
  height: 56px;
  padding: 10px 30px 10px 0;
  display: block;
  font: 14px/1 'Roboto', sans-serif;
  color: #000;
  border-bottom: 1px solid rgba(248, 248, 248, 0.2);
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.search-form__input:focus {
  border-color: #000;
}
.search-form__button {
  width: 18px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 0;
}
.search-form__button:before,
.search-form__button:after {
  content: "";
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.search-form__button:before {
  background: url(/local/templates/sun/img/svg/search.svg) no-repeat;
  background-size: 100% 100%;
}
.search-form__button:after {
  opacity: 0;
  z-index: 1;
  background: url(/local/templates/sun/img/svg/search__red.svg) no-repeat;
  background-size: 100% 100%;
}
.desktop .search-form__button:hover:before {
  opacity: 0;
}
.desktop .search-form__button:hover:after {
  opacity: 1;
}
/* widget */
.widget {
  padding: 0 0 30px;
}
.widget__title {
  margin: 0 0 19px;
  padding: 0 0 14px;
  font: 400 24px/28px 'Roboto', sans-serif;
  border-bottom: 2px solid #000;
  color: #000;
}
.widget__button {
  margin: 0 0 19px;
  padding: 0 30px 14px 0;
  display: none;
  position: relative;
  font: 400 24px/28px 'Roboto', sans-serif;
  border-bottom: 2px solid #000;
  color: #000;
}
.widget__button:before,
.widget__button:after {
  content: "";
  width: 15px;
  height: 9px;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.widget__button:before {
  background: url(/local/templates/sun/img/svg/arrow-select.svg) no-repeat;
  background-size: 100% 100%;
}
.widget__button:after {
  opacity: 0;
  z-index: 1;
  background: url(/local/templates/sun/img/svg/arrow-select__red.svg) no-repeat;
  background-size: 100% 100%;
}
.desktop .widget__button:hover {
  color: #000;
  text-decoration: none;
}
.desktop .widget__button:hover:before {
  opacity: 0;
}
.desktop .widget__button:hover:after {
  opacity: 1;
}
.widget__button.active:before,
.widget__button.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* side navigation */
.side-nav {
  padding: 0 20px 25px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.side-nav__item:before {
  display: none;
}
.side-nav__item.active .side-nav__link {
  padding-left: 38px;
  color: #ff8e8e;
}
.side-nav__item.active .side-nav__link:before {
  opacity: 0;
}
.side-nav__item.active .side-nav__link:after {
  opacity: 1;
}
.side-nav__link {
  padding: 6px 0 5px 17px;
  display: block;
  position: relative;
  font: 16px/28px 'Roboto', sans-serif;
  color: #f8f8f8;
}
.side-nav__link:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 17px;
  left: 0;
  background: #f8f8f8;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.side-nav__link:after {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  top: 19px;
  left: 0;
  background: #ff8e8e;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
}
.desktop .side-nav__link:hover {
  color: #ff8e8e;
  text-decoration: none;
}
.desktop .side-nav__link:hover:before {
  background: #ff8e8e;
}
/* range */
.range {
  padding: 38px 0 24px;
}
/* checkboxes */
.checkboxes {
  padding: 10px 20px 28px;
}
.checkboxes .checkbox {
  display: none;
}
.checkboxes .checkbox:nth-child(1),
.checkboxes .checkbox:nth-child(2),
.checkboxes .checkbox:nth-child(3),
.checkboxes .checkbox:nth-child(4),
.checkboxes .checkbox:nth-child(5) {
  display: block;
}
.widget.opened .checkbox {
  display: block;
}
.checkbox {
  margin: 0 0 24px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox__label {
  padding: 0 0 0 30px;
  display: block;
  position: relative;
  font: 14px/16px 'Roboto', sans-serif;
  color: #f8f8f8;
  cursor: pointer;
}
.desktop .checkbox__label:hover .checkbox__icon {
  border-color: #ff8e8e;
}
.checkbox__input {
  display: none;
}
.checkbox__input:checked + .checkbox__icon:after {
  opacity: 1;
}
.checkbox__icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #000;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.checkbox__icon:after {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 2px;
  background: url(/local/templates/sun/img/svg/check.svg) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}
/* reviewed */
.short-reviews {
  padding: 11px 0 0;
}
.reviewed {
  padding: 0 0 20px;
}
.reviewed__cols {
  margin: 0 -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.reviewed__left {
  padding: 0 8px;
}
.reviewed__right {
  padding: 0 8px;
}
.reviewed__image-bg {
  width: 75px;
  height: 85px;
  display: block;
  position: relative;
  background: #f8f8fb;
}
.reviewed__image-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(248, 248, 248, 0.2);
  -webkit-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.desktop .reviewed__image-bg:hover:before {
  opacity: 1;
}
.reviewed__image {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}
.reviewed__title {
  padding: 0 0 2px;
  font: 14px/20px 'Roboto', sans-serif;
}
.reviewed__link {
  color: #f8f8f8;
}
.desktop .reviewed__link:hover {
  color: #ff8e8e;
  text-decoration: none;
}
.reviewed__price {
  padding: 0 6px 0 0;
  display: inline-block;
  vertical-align: top;
  font: 14px/20px 'Roboto', sans-serif;
  color: #000;
}
.reviewed__old-price {
  display: inline-block;
  vertical-align: top;
  font: 12px/20px 'Roboto', sans-serif;
  color: #f8f8f8;
  text-decoration: line-through;
}
@media screen and (min-width: 1101px) {
  .short-reviews_full .reviewed__cols {
    margin: 0 -12px;
  }
  .short-reviews_full .reviewed__left {
    padding: 0 12px;
  }
  .short-reviews_full .reviewed__right {
    padding: 0 12px;
  }
  .short-reviews_full .reviewed__title {
    padding: 0 0 4px;
    font: 16px/27px 'Roboto', sans-serif;
  }
  .short-reviews_full .reviewed__price {
    padding: 0 12px 0 0;
    font: 20px/24px 'Roboto', sans-serif;
  }
  .short-reviews_full .reviewed__old-price {
    font: 300 16px/24px 'Roboto', sans-serif;
  }
}
/* sale banner */
.sale-banner {
  margin: 0 0 40px;
  position: relative;
  overflow: hidden;
}
.desktop .sale-banner:hover .sale-banner__image:before {
  opacity: 1;
}
.sale-banner__all {
  min-height: 400px;
  padding: 12px;
  position: relative;
  background: #000;
  color: #fff;
  overflow: hidden;
}
.sale-banner__image {
  width: 548px;
  height: 100%;
  margin: 0 0 0 -274px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sale-banner__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.sale-banner__row {
  width: 100%;
  padding: 39px 12px 39px 39px;
  display: table;
  table-layout: fixed;
}
.sale-banner__cell {
  height: 298px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 3px;
}
.sale-banner__content {
  max-width: 270px;
  margin: auto;
}
.sale-banner__title {
  padding: 0 0 24px;
  position: relative;
  z-index: 1;
  font: 600 24px/1 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.41em;
  color: #fff;
}
.sale-banner__title span {
  padding: 6px 0;
  display: block;
  font: 800 60px/1 'Roboto', sans-serif;
  letter-spacing: normal;
}
.sale-banner__text {
  padding: 0 0 25px;
  position: relative;
  z-index: 1;
  font: 500 14px/21px 'Roboto', sans-serif;
}
.sale-banner__more {
  position: relative;
  z-index: 3;
  color: #fff;
}
.sale-banner__more:before {
  background: #fff;
}
.sale-banner__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.sale-banner__border {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sale-banner__border:before {
  content: "";
  height: 100%;
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.sale-banner_changed .sale-banner__image {
  width: 100%;
  margin: 0;
  left: 0;
}
@media screen and (min-width: 1101px) {
  .sale-banner_changed .sale-banner__title {
    font-size: 28px;
  }
  .sale-banner_changed .sale-banner__title span {
    font-size: 70px;
  }
  .sale-banner_changed .sale-banner__content {
    max-width: 248px;
  }
}
/* panel */
.shop-panel {
  margin: 0 -15px;
  padding: 0 0 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.shop-panel__left {
  padding: 8px 15px 0;
}
.shop-panel__right {
  width: 292px;
  padding: 0 15px;
}
.shop-panel__text {
  padding: 0 0 20px;
  display: block;
}
.shop-panel__text b {
  font-weight: 600;
}
/* custom code: catalog top filter begin */
.shop-panel__left:only-child {
  width: 100%;
}
.catalog-top-filter {
  margin: 0 0 76px;
}
.catalog-top-filter__tabs {
  display: flex;
  gap: 24px;
  margin-bottom: 23px;
  padding: 0 0 8px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.1);
}
.catalog-top-filter__tabs::-webkit-scrollbar {
  height: 6px;
}
.catalog-top-filter__tabs::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.catalog-top-filter__tabs::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
}
.catalog-top-filter__tab {
  padding: 0 24px 0 0;
  position: relative;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  border-bottom: 1px solid transparent;
  font: 400 16px/24px 'Roboto', sans-serif;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.catalog-top-filter__tab:before,
.catalog-top-filter__tab:after {
  content: "";
  width: 15px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.catalog-top-filter__tab:before {
  background: url(/local/templates/sun/img/svg/arrow-select.svg) no-repeat;
  background-size: 100% 100%;
  transition: 0.2s linear;
}
.catalog-top-filter__tab.active:before,
.catalog-top-filter__tab.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.catalog-top-filter__tab:after {
  opacity: 0;
  z-index: 1;
  background: url(/local/templates/sun/img/svg/arrow-select__red.svg) no-repeat;
  background-size: 100% 100%;
}
.catalog-top-filter__tab:last-child {
  border-right: 0;
}
.catalog-top-filter__tab.active {
  background: none;
  border-bottom-color: #000;
}
.desktop .catalog-top-filter__tab:hover {
  color: #ff8e8e;
}
.desktop .catalog-top-filter__tab:hover:before {
  opacity: 0;
}
.desktop .catalog-top-filter__tab:hover:after {
  opacity: 1;
}
.catalog-top-filter__panels {
  background: #fff;
}
.catalog-top-filter__panel {
  min-height: 74px;
  padding: 24px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 18px 28px;
  display: none;
}
.catalog-top-filter__panels > .catalog-top-filter__panel {
  display: none;
}
.catalog-top-filter__panel:not(:first-child) {
  padding: 20px 42px;
  gap: 18px 72px;
}
.catalog-top-filter__panels > .catalog-top-filter__panel.active {
  display: flex;
}
.catalog-top-filter__panels > .catalog-top-filter__panel.active:not([data-filter-panel="brand"]):not([data-filter-panel="price"]) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  align-items: center;
  column-gap: 36px;
  row-gap: 22px;
}
.catalog-top-filter__panels > .catalog-top-filter__panel.catalog-top-filter__panel_icons.active:not([data-filter-panel="brand"]):not([data-filter-panel="price"]) {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.catalog-top-filter__panels > .catalog-top-filter__panel.catalog-top-filter__panel_optic-type.active:not([data-filter-panel="brand"]):not([data-filter-panel="price"]) {
  display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 36px;
}
.catalog-top-filter__panels > .catalog-top-filter__panel.active[data-filter-panel="brand"] {
  display: block;
}
.brend__column__container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(var(--brand-column-count, 6), minmax(120px, 1fr));
  justify-content: stretch;
  column-gap: 24px;
  row-gap: 18px;
}
.brend__column__container_compact {
  width: auto;
  grid-template-columns: repeat(var(--brand-column-count, 1), minmax(120px, max-content));
  justify-content: flex-start;
}
.brend__column {
  min-width: 0;
  max-width: 100%;
}
.brend__column__letter {
  box-sizing: border-box;
  padding: 0 0 0 28px;
  margin: 0 0 14px;
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.brend__column__letter:last-child {
  margin-bottom: 0;
}
.brend__column__letter .letter {
  position: absolute;
  top: 0;
  left: 0;
  font: 700 24px/1 'Roboto', sans-serif;
  color: #000;
  text-transform: uppercase;
}
.catalog-top-filter__brand-item {
  margin: 0 0 5px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: normal;
}
.catalog-top-filter__brand-item:last-child {
  margin-bottom: 0;
}
.catalog-top-filter__brand-item .catalog__item-choose__text {
  display: block;
  max-width: 100%;
  font: 400 14px/18px 'Roboto', sans-serif;
  color: #222;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.desktop .catalog-top-filter__brand-item:hover .catalog__item-choose__text {
  color: #ff8e8e;
}
.catalog-top-filter__brand-item input:checked + .catalog__item-choose__text {
  color: #ff8e8e;
  font-weight: 600;
}
.catalog-top-filter__brand-item.is-disabled {
  cursor: default;
  pointer-events: none;
}
.catalog-top-filter__brand-item.is-disabled .catalog__item-choose__text {
  color: rgba(0, 0, 0, 0.35);
}
.catalog-top-filter__checkbox {
  padding: 0 0 0 38px;
  display: inline-block;
  position: relative;
  font: 400 16px/24px 'Roboto', sans-serif;
  color: #313131;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.catalog-top-filter__panel_optic-type .catalog-top-filter__checkbox {
  width: max-content;
  box-sizing: border-box;
}
.catalog-top-filter__input {
  display: none;
}
.catalog-top-filter__icon {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.catalog-top-filter__icon:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  opacity: 0;
}
.catalog-top-filter__input:checked + .catalog-top-filter__icon {
  background: #fff;
}
.catalog-top-filter__input:checked + .catalog-top-filter__icon:after {
  opacity: 1;
}
.catalog-top-filter__checkbox.is-disabled {
  cursor: default;
  pointer-events: none;
}
.catalog-top-filter__checkbox.is-disabled .catalog-top-filter__icon {
  border-color: rgba(0, 0, 0, 0.12);
}
.catalog-top-filter__checkbox.is-disabled .catalog-top-filter__label {
  color: rgba(0, 0, 0, 0.35);
}
.catalog-top-filter__panel_colors .catalog-top-filter__color-option {
  width: calc(16.666% - 24px);
  min-width: 210px;
}
.catalog-top-filter__color-option {
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.catalog-top-filter__color-icon {
  width: 34px;
  height: 34px;
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: #fff;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.catalog-top-filter__color-fill {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #f1f1f1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.catalog-top-filter__color-option .catalog-top-filter__label {
  font: 400 16px/24px 'Roboto', sans-serif;
  color: #313131;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.catalog-top-filter__color-option .catalog-top-filter__input:checked + .catalog-top-filter__color-icon {
  border-color: #000;
}
.desktop .catalog-top-filter__color-option:hover .catalog-top-filter__label {
  color: #ff8e8e;
}
.catalog-top-filter__color-option.is-disabled {
  cursor: default;
  pointer-events: none;
}
.catalog-top-filter__color-option.is-disabled .catalog-top-filter__color-icon {
  border-color: rgba(0, 0, 0, 0.12);
}
.catalog-top-filter__color-option.is-disabled .catalog-top-filter__label {
  color: rgba(0, 0, 0, 0.35);
}
.catalog-top-filter__panel_icons {
  align-items: flex-start;
}
.catalog-top-filter__image-option {
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 12px;
  min-width: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.catalog-top-filter__image-icon {
  width: 52px;
  height: 52px;
  display: block;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  background: #fff center center no-repeat;
  background-size: 52px auto;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.catalog-top-filter__image-option .catalog-top-filter__label {
  min-width: 0;
  font: 400 16px/22px 'Roboto', sans-serif;
  color: #313131;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.catalog-top-filter__image-option .catalog-top-filter__input:checked + .catalog-top-filter__image-icon {
  border-color: #000;
  box-shadow: inset 0 0 0 2px #000;
}
.desktop .catalog-top-filter__image-option:hover .catalog-top-filter__label {
  color: #ff8e8e;
}
.catalog-top-filter__image-option.is-disabled {
  cursor: default;
  pointer-events: none;
}
.catalog-top-filter__image-option.is-disabled .catalog-top-filter__image-icon {
  opacity: 0.35;
}
.catalog-top-filter__image-option.is-disabled .catalog-top-filter__label {
  color: rgba(0, 0, 0, 0.35);
}
.catalog-top-filter__price {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px 24px;
}
.catalog-top-filter__price-fields {
  width: 336px;
  margin: 0 -8px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.catalog-top-filter__price-field {
  width: 160px;
  padding: 0 8px;
}
.catalog-top-filter__price-title {
  padding: 0 0 8px;
  display: block;
  font: 400 16px/1 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.7);
}
.catalog-top-filter__price-input {
  width: 100%;
  height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font: 400 16px/1 'Roboto', sans-serif;
  color: #000;
}
.catalog-top-filter__price-slider {
  width: auto;
  min-width: 220px;
  margin: 0 6px 12px;
  position: relative;
  overflow: visible;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -ms-flex-shrink: 1;
}
.catalog-top-filter__price-slider.noUi-target {
  height: 2px;
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.18);
  box-shadow: none;
}
.catalog-top-filter__price-slider.noUi-horizontal {
  min-width: 50%;
  height: 2px !important;
}
.catalog-top-filter__price-slider .noUi-base,
.catalog-top-filter__price-slider .noUi-connects {
  height: 100%;
  overflow: visible;
}
.catalog-top-filter__price-slider .noUi-connect {
  background: #000;
}
.catalog-top-filter__price-slider.noUi-horizontal .noUi-handle {
  width: 14px !important;
  height: 14px !important;
  top: 50% !important;
  right: -7px !important;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  background: #000;
  cursor: pointer;
}
.catalog-top-filter__price-slider .noUi-handle:before,
.catalog-top-filter__price-slider .noUi-handle:after {
  display: none;
}
.catalog-top-filter__footer {
  padding: 30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.catalog-top-filter__footer-left {
  width: 100%;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.catalog-top-filter__apply {
  width: 170px;
  min-width: 170px;
  margin: 0 20px 0 0;
}
.catalog-top-filter__selected {
  margin-top: -3px;
  padding: 0 20px 0 0;
  min-width: 0;
}
.catalog-top-filter__chips {
  margin: 0 -6px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px 29px;
}
.catalog-top-filter__chip {
  padding: 0 7px 0 0;
  height: auto;
  font: 400 14px/24px 'Roboto', sans-serif;
  color: #000;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.catalog-top-filter__chip span {
  position: relative;
  top: 2px;
  right: -7px;
  font-size: 23px;
  line-height: 1;
}
.desktop .catalog-top-filter__chip:hover {
  border-color: #000;
}
.catalog-top-filter__reset {
  display: none;
  font: 400 14px/24px 'Roboto', sans-serif;
  color: #313131;
  text-decoration: underline;
}
.catalog-top-filter__reset.is-visible {
  display: inline-block;
}
.desktop .catalog-top-filter__reset:hover {
  color: #ff8e8e;
  text-decoration: none;
}
.catalog-top-filter__footer-right {
  width: 300px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  margin-left: auto;
  padding: 0;
}
.catalog-top-filter__sort {
  width: 100%;
  margin: 0;
}
.catalog-top-filter__sort > select.js-catalog-filter-sort {
  width: 100%;
  height: 50px;
  padding: 0 30px 10px 0;
  display: block;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 0;
  background: transparent url(/local/templates/sun/img/svg/arrow-select.svg) no-repeat right 8px top 50%;
  background-size: 15px 9px;
  font: 400 14px/40px 'Roboto', sans-serif;
  color: #000;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.catalog-top-filter__sort > select.js-catalog-filter-sort:focus {
  outline: none;
  border-bottom-color: #000;
}
.catalog-top-filter__sort.select_1 {
  display: flex;
  align-items: center;
  margin: 0;
}
.catalog-top-filter__sort.select_1 .jq-selectbox__select-text:before,
.catalog-top-filter__sort.select_1 .jq-selectbox__select-text:after {
  top: 20px;
}
.catalog-top-filter__sort.select_1 .jq-selectbox {
  background: none;
}
.catalog-top-filter__sort .jq-selectbox__select-text {
  margin-bottom: 0;
  border-bottom-color: rgba(0, 0, 0, 0.22);
}
.catalog-top-filter__footer-right .select_1 .jq-selectbox__select-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 24px;
}
.catalog-top-filter.is-collapsed .catalog-top-filter__footer {
  display: flex !important;
  padding-top: 0;
}
.catalog-top-filter.is-collapsed .catalog-top-filter__footer-left {
  display: none !important;
}
.catalog-top-filter.is-collapsed .catalog-top-filter__footer-right {
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .brend__column__container {
    grid-template-columns: repeat(var(--brand-column-count, 5), minmax(120px, 1fr));
    column-gap: 20px;
  }
  .brend__column__container_compact {
    grid-template-columns: repeat(var(--brand-column-count, 1), minmax(100px, max-content));
  }
  .brend__column__letter .letter {
    font-size: 28px;
  }
  .catalog-top-filter__brand-item .catalog__item-choose__text {
    font-size: 15px;
  }
  .catalog-top-filter__tab {
    min-height: 62px;
  }
  .catalog-top-filter__panel {
    min-height: 110px;
    padding: 22px 18px;
    gap: 16px 24px;
  }
  .catalog-top-filter__panels > .catalog-top-filter__panel.active:not([data-filter-panel="brand"]):not([data-filter-panel="price"]) {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    column-gap: 24px;
    row-gap: 18px;
  }
  .catalog-top-filter__panels > .catalog-top-filter__panel.catalog-top-filter__panel_optic-type.active:not([data-filter-panel="brand"]):not([data-filter-panel="price"]) {
    column-gap: 24px;
  }
  .catalog-top-filter__checkbox {
    font-size: 17px;
  }
  .catalog-top-filter__panel_colors .catalog-top-filter__color-option {
    width: calc(25% - 24px);
    min-width: 180px;
  }
  .catalog-top-filter__color-option .catalog-top-filter__label {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .brend__column__container {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    column-gap: 18px;
  }
  .brend__column__container_compact {
    grid-template-columns: repeat(auto-fit, minmax(170px, max-content));
  }
  .catalog-top-filter {
    margin-bottom: 40px;
  }
  .catalog-top-filter__footer {
    display: block;
  }
  .catalog-top-filter__footer-left {
    display: block;
  }
  .catalog-top-filter__apply {
    width: 100%;
    min-width: 0;
    margin: 0 0 16px;
  }
  .catalog-top-filter__footer-right {
    width: auto;
    padding: 14px 0 0;
  }
  .catalog-top-filter__sort {
    width: 100%;
  }
  .catalog-top-filter__sort select.js-catalog-filter-sort {
    width: 100%;
    height: 32px;
    padding: 0 32px 8px 0;
    display: block;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 0;
    background: transparent url(/local/templates/sun/img/svg/arrow-select.svg) no-repeat right 8px top 50%;
    background-size: 15px 9px;
    font: 400 14px/24px 'Roboto', sans-serif;
    color: #000;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
  }
  .catalog-top-filter__sort select.js-catalog-filter-sort:focus {
    outline: none;
    border-bottom-color: #000;
  }
  .catalog-top-filter.is-collapsed .catalog-top-filter__footer {
    display: block !important;
    padding-top: 0;
  }
  .catalog-top-filter.is-collapsed .catalog-top-filter__footer-right {
    padding-top: 0;
  }
  .catalog-top-filter__panels > .catalog-top-filter__panel.active:not([data-filter-panel="brand"]):not([data-filter-panel="price"]) {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
  .catalog-top-filter__panel_colors .catalog-top-filter__color-option {
    width: calc(33.333% - 24px);
    min-width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .common-page__content {
    margin-bottom: 50px;
  }
  .brend__column__container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    column-gap: 14px;
  }
  .brend__column__container_compact {
    grid-template-columns: repeat(auto-fit, minmax(150px, max-content));
  }
  .brend__column__letter {
    padding-left: 24px;
  }
  .brend__column__letter .letter {
    font-size: 22px;
  }
  .catalog-top-filter__brand-item .catalog__item-choose__text {
    font-size: 14px;
    line-height: 1.25;
  }
  .catalog-top-filter__tabs {
    gap: 20px;
    padding-bottom: 20px;
  }
  .catalog-top-filter__tab {
    min-height: 30px;
    padding: 0 28px 0 0;
    font-size: 15px;
  }
  .catalog-top-filter__tab:before,
  .catalog-top-filter__tab:after {
    width: 12px;
    height: 7px;
    right: 10px;
    margin-top: -3px;
  }
  .catalog-top-filter__panel {
    padding: 16px 14px;
    gap: 14px 18px;
  }
  .catalog-top-filter__panels > .catalog-top-filter__panel.active:not([data-filter-panel="brand"]):not([data-filter-panel="price"]) {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    column-gap: 18px;
    row-gap: 14px;
  }
  .catalog-top-filter__panels > .catalog-top-filter__panel.catalog-top-filter__panel_optic-type.active:not([data-filter-panel="brand"]):not([data-filter-panel="price"]) {
    grid-template-columns: 1fr;
    column-gap: 18px;
  }
  .catalog-top-filter__checkbox {
    font-size: 15px;
  }
  .catalog-top-filter__panel_colors .catalog-top-filter__color-option {
    width: 100%;
    min-width: 0;
  }
  .catalog-top-filter__color-option .catalog-top-filter__label {
    font-size: 14px;
    line-height: 20px;
  }
  .catalog-top-filter__color-icon {
    width: 30px;
    height: 30px;
  }
  .catalog-top-filter__color-fill {
    width: 20px;
    height: 20px;
  }
  .catalog-top-filter__price {
    display: block;
  }
  .catalog-top-filter__price-fields {
    width: auto;
    margin: 0 -8px;
  }
  .catalog-top-filter__price-slider {
    margin: 16px 6px 4px;
  }
  .catalog-top-filter__price-field {
    width: 50%;
  }
}
/* custom code: catalog top filter end */
/* catalog */
.inner-catalog {
  margin: 0 -15px;
  padding: 0 0 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-catalog .short-item {
  width: 25%;
}
.inner-catalog .short-item__all {
  margin-bottom: 47px;
}
.category-seo {
  margin-bottom: 100px;
}
.category-seo p:not(:last-child) {
  margin-bottom: 20px;
}
.category-seo p {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}
/* page navigation */
.page-nav {
  margin: 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.page-nav__col {
  padding: 0 15px;
}
.page-nav__list {
  margin: 0 -10px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.page-nav__item {
  padding: 0 10px 10px;
  font: 16px/28px 'Roboto', sans-serif;
}
.page-nav__item.active {
  font-weight: 600;
}
.page-nav__item.active .page-nav__link {
  min-width: 22px;
  color: #000;
}
.page-nav__item.active .page-nav__link:after {
  background: #000;
}
.page-nav__item:before {
  display: none;
}
.page-nav__link {
  padding: 0 1px;
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.page-nav__link:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #b3b3b3;
  border-radius: 2px;
}
.desktop .page-nav__link:hover {
  color: #000;
  text-decoration: none;
}
.page-nav__button {
  margin: 6px 0 0;
}
.shop .page-nav {
  margin-bottom: 142px;
}
/*---------------6.2.3 PRODUCT---------------*/
.product {
  padding-top: 120px;
  padding-bottom: 26px;
  position: relative;
}
.product__vector {
  width: 354px;
  height: 322px;
  position: absolute;
  bottom: -77px;
  right: -69px;
}
.product__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product__left {
  width: 56.14%;
  position: relative;
  z-index: 2;
}
.product__right {
  width: 43.86%;
  padding: 0 0 0 43px;
  position: relative;
  z-index: 2;
}
.product__content {
  min-height: 449px;
}
.product__title {
  padding: 0 0 20px;
  font: 400 40px/1 'Roboto', sans-serif;
}
.product__top {
  padding: 0 0 23px;
}
.product__text {
  padding: 0 0 15px;
}
.product__prices {
  padding: 0 0 37px;
}
.product__price {
  padding: 3px 16px 3px 0;
  display: inline-block;
  vertical-align: middle;
  font: 30px/1 'Roboto', sans-serif;
  color: #000;
}
.product__old-price {
  padding: 3px 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font: 300 20px/1 'Roboto', sans-serif;
  color: #f8f8f8;
}
.product__old-price:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
}
.product-rating {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-rating__col {
  padding: 0 10px;
}
.product-rating__text {
  display: block;
  font: 12px/20px 'Roboto', sans-serif;
  color: #999;
}
.product-rating__stars {
  margin-bottom: 0 !important;
}
.chars {
  width: 100%;
  padding: 0 0 29px;
  display: table;
  font: 500 14px/24px 'Roboto', sans-serif;
}
.chars__item {
  display: table-row;
}
.chars__item:before {
  display: none;
}
.chars__name {
  width: 61px;
  padding: 0 14px 4px 0;
  display: table-cell;
  vertical-align: top;
}
.chars__text {
  padding: 0 0 4px;
  display: table-cell;
  vertical-align: top;
}
.chars__status {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #95ccb5;
}
.size {
  margin: 0 -5px;
  padding: 0 0 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.size__item {
  padding: 0 5px 10px;
}
.size__item:before {
  display: none;
}
.size__label {
  min-width: 40px;
  height: 40px;
  display: block;
  position: relative;
  cursor: pointer;
}
.desktop .size__label:hover .size__bg {
  background: rgba(0, 0, 0, 0.1);
}
.size__input {
  display: none;
}
.size__input:checked + .size__bg {
  background: #000 !important;
}
.size__input:checked + .size__bg + .size__text {
  color: #fff !important;
}
.size__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #f8f8fb;
}
.size__text {
  padding: 0 5px;
  display: block;
  position: relative;
  z-index: 1;
  font: 12px/40px 'Roboto', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #f8f8f8;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.count {
  width: 109px;
  height: 50px;
  position: relative;
}
.count__input {
  width: 100%;
  height: 50px;
  padding: 0 36px;
  display: block;
  background: #f8f8fb;
  font: 16px/1 'Roboto', sans-serif;
  color: #000;
  text-align: center;
}
.count__button {
  width: 36px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.count__button:before,
.count__button:after {
  content: "";
  width: 10px;
  height: 2px;
  margin: -1px 0 0;
  position: absolute;
  top: 50%;
  left: 20px;
  background: #000;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.count__button:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.desktop .count__button:hover:before,
.desktop .count__button:hover:after {
  background: #ff8e8e;
}
.count__button_minus:after {
  display: none;
}
.count__button_plus {
  left: auto;
  right: 0;
}
.count__button_plus:before,
.count__button_plus:after {
  margin-left: -15px;
}
.product-add {
  margin: 0 -15px;
  padding: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-add__col {
  padding: 0 15px 20px;
}
.product-add__count {
  margin: 0;
}
.product-add__button {
  margin: 0;
}
/* slider */
.product-gallery {
  position: relative;
}
.product-gallery__top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-gallery__cols {
  max-width: 661px;
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.product-gallery__col {
  padding: 0 15px;
}
.product-gallery__tag {
  height: 25px;
}
.product-gallery__list {
  position: relative;
  z-index: 1;
}
.product-gallery__discount {
  position: absolute;
  right: 24px;
  bottom: 44px;
  z-index: 2;
  min-width: 62px;
  height: 32px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ff8e8e;
  color: #fff;
  font: 600 14px/1 'Roboto', sans-serif;
  pointer-events: none;
}
.product-slider.loaded {
  height: 500px;
  overflow: hidden;
}
.product-slider__link {
  height: 500px;
  display: block;
  cursor: zoom-in;
}
.product-slider__image {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  -webkit-transition: transform 0.35s ease ease-out;
  -ms-transition: transform 0.35s ease ease-out;
  transition: transform 0.35s ease ease-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  will-change: transform;
}
.desktop .product-slider__link.is-zoom-active .product-slider__image {
  -webkit-transform: scale(2);
  transform: scale(2);
}
/* tabs */
.product-tabs {
  padding-bottom: 178px;
}
.product-tabs + .main-block:last-child {
  margin-bottom: 0;
}
.product-tab {
  padding-top: 17px;
  display: none;
}
.product-tab.active {
  display: block;
}
.product-tab__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-tab__left {
  width: 56.14%;
}
.product-tab__right {
  width: 43.86%;
  padding: 0 0 0 43px;
}
/* Product info redesign for the PDP hero area */
.product_info-block {
  max-width: 1160px;
  padding: 0;
}
.product_info-block .product__cols {
  padding: 0;
  gap: 47px;
}
.product_info-block .product__vector {
  display: none;
}
.product_info-block .product__left {
  width: 54%;
  max-width: 452px;
}
.product_info-block .product__right {
  width: 100%;
  max-width: 620px;
  padding: 0;
}
.product_info-block .product__content {
  min-height: 0;
}
.product_info-block .product-gallery {
  max-width: 100%;
}
.product_info-block .product-gallery__top {
  position: relative;
  top: auto;
  left: auto;
  padding: 17px 36px 0;
  background: #fff;
}
.product_info-block .product-slider {
  padding: 0;
}
.product_info-block .product-slider .slick-list {
  max-height: 500px;
  margin-bottom: 10px;
  background: #fff;
}
.product_info-block .product-gallery__cols {
  max-width: none;
  margin: 0;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product_info-block .product-gallery__col {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}
.product_info-block .product-gallery__col_brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 8px;
}
.product-gallery__brand {
  padding: 0 14px 0 0;
  display: block;
  font-weight: 500;
  font-size: 28px;
  color: #000;
}
.product-gallery__brand:hover {
  color: #ff8e8e !important;
}
.product_info-block .product-gallery__tag {
  display: inline-flex;
  height: auto;
  margin: 0;
}
.product_info-block .product__title {
  margin-bottom: 35px;
  padding: 0;
  font: 400 40px/48px 'Roboto', sans-serif;
  text-transform: none;
}
.product_info-block .product__top {
  padding: 0;
}
.product_info-block .chars {
  margin-bottom: 87px;
  padding: 0;
  display: block;
  font: 400 14px/24px 'Roboto', sans-serif;
  color: #000;
}
.product_info-block .chars__item {
  display: block;
  padding: 0;
}
.product_info-block .chars__name,
.product_info-block .chars__text {
  width: auto;
  padding: 0;
  display: inline;
}
.product_info-block .chars__name {
  padding-right: 5px;
  font-weight: 700;
}
.product_info-block .chars__status {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
.product_info-block .product__prices {
  display: flex;
  align-items: baseline;
  gap: 30px;
  padding-bottom: 0;
}
.product_info-block .product__price {
  padding: 0;
  font: 30px/26px 'Roboto', sans-serif;
}
.product_info-block .product__old-price {
  padding: 0;
  font: 300 19px/26px 'Roboto', sans-serif;
  color: #000;
}
.product_info-block .product-add {
  margin: 30px 0 35px;
  padding: 0;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product_info-block .product-add__col {
  padding: 0;
}
.product_info-block .product-add__col_question {
  display: inline-flex;
  margin-left: 32px;
}
.product_info-block .product-add__count.count {
  width: 109px;
  height: 50px;
  margin-right: 30px;
}
.product_info-block .product-add__count .count__input {
  height: 50px;
  padding: 0 30px;
}
.product_info-block .product-add__count .count__button {
  width: 30px;
}
.product_info-block .product-add__count .count__button:before,
.product_info-block .product-add__count .count__button:after {
  left: 15px;
}
.product_info-block .product-add__count .count__button_plus:before,
.product_info-block .product-add__count .count__button_plus:after {
  margin-left: -10px;
}
.product_info-block .product-add__button .button__text {
  min-width: 141px;
  height: 50px;
  font: 600 17px/50px 'Roboto', sans-serif;
}
.product-add__question {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font: 500 14px/1 'Roboto', sans-serif;
  color: #000;
}
.desktop .product-add__question:hover {
  border-color: #ff8e8e;
  color: #ff8e8e;
  text-decoration: none;
}
.product-variants {
  padding: 0 0 5px;
}
.product-variants__title {
  margin-bottom: 14px;
  padding: 0;
  display: block;
  font: 500 14px/1.2 'Roboto', sans-serif;
  color: #000;
}
.product-variants__list {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}
.product-variants__item {
  width: 91px;
  height: 125px;
  margin: 0;
  padding: 0 8px;
  display: block;
  background: #fff;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.product-variants__item.active,
.desktop .product-variants__item:hover {
  border-color: #ff8e8e;
}
.product-variants__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}
.product-specs {
  max-width: 560px;
  margin-top: 81px;
  padding: 0;
}
.product-specs__title {
  margin-bottom: 28px;
  padding: 0;
  font: 500 24px/1.02 'Roboto', sans-serif;
  color: #000;
}
.product-specs__body {
  position: relative;
  max-height: none;
  overflow: visible;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.product-specs.has-overflow .product-specs__body {
  overflow: hidden;
}
.product-specs.has-overflow:not(.is-expanded) .product-specs__body:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 22px;
  pointer-events: none;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(248, 248, 248, 0.5) 50%, #f8f8f8 100%);
}
.product-specs__list {
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
}
.product-specs__item {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font: 500 14px/26px 'Roboto', sans-serif;
  color: #000;
}
.product-specs__item:before {
  display: none;
}
.product-specs__name {
  flex: 0 0 auto;
  font-weight: 700;
}
.product-specs__line {
  flex: 1 1 auto;
  min-width: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.32);
}
.product-specs__value {
  flex: 0 0 250px;
  font-weight: 400;
}
.product-specs__toggle {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  font: 500 14px/20px 'Roboto', sans-serif;
  color: #000;
}
.product-specs.has-overflow .product-specs__toggle {
  display: inline-block;
}
.desktop .product-specs__toggle:hover {
  border-color: #ff8e8e;
  color: #ff8e8e;
  text-decoration: none;
}
/* Product question popup */
.question-popup {
  display: none;
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.question-popup.active {
  display: block;
}
.question-popup__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.58);
}
.question-popup__dialog {
  width: calc(100% - 40px);
  max-width: 700px;
  max-height: calc(100% - 40px);
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 42px 40px 36px;
  background: #fff;
  border-radius: 12px;
}
.question-popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 4;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0;
  background: #ff8e8e !important;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s linear;
}
.desktop .question-popup__close:hover {
  transform: rotate(180deg);
}
.question-popup__title {
  padding: 0 42px 15px 0;
  font: 400 40px/1 'Roboto', sans-serif;
  color: #000;
}
.question-popup__text {
  padding: 0 0 27px;
  color: #000;
}
.question-popup-form__cols {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.question-popup-form__col {
  width: 50%;
  padding: 0 15px;
}
.question-popup-form__input.text-input,
.question-popup-form__textarea.textarea {
  margin: 0 0 20px;
  color: #000;
}
.question-popup-form__textarea.textarea {
  height: 118px;
  min-height: 118px;
  margin-bottom: 20px;
}
.question-popup-form__input.text-input::placeholder,
.question-popup-form__textarea.textarea::placeholder {
  color: grey !important;
}
.question-popup-form__checkbox {
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
.question-popup-form__checkbox .checkbox__label {
  font: 14px/20px 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.8);
}
.question-popup-form__submit {
  margin-top: 12px;
}
.question-popup-form__message {
  margin: 14px 0 0;
  display: none;
  font: 500 14px/20px 'Roboto', sans-serif;
}
.question-popup-form__message.is-visible {
  display: block;
}
.question-popup-form__message.is-success {
  color: #95ccb5;
}
.question-popup-form__message.is-error {
  color: #ff8e8e;
}
/* description */
.product-description p:last-child {
  padding: 0 0 10px;
}
/* Popular products block on PDP */
.product-popular {
  max-width: 1160px;
  margin-top: 104px;
}
.product-popular .main-block__top {
  margin-bottom: 44px;
  padding: 0;
}
.product-popular .main-block__title {
  padding: 0;
  font: 40px/48px 'Roboto', sans-serif;
  text-transform: none;
}
.product-popular__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 22px;
}
.product-popular__item .short-item__top {
  top: 5px;
}
.product-popular__item .short-item__col {
  display: inline-flex;
}
.product-popular__item .short-item__col.favorite-wrap {
  padding: 0 5px;
}
.product-popular__item .short-item__image-bg {
  width: 100%;
  height: 360px;
  margin: 0 0 22px;
  padding: 0 18px;
  background: #fff;
}
.product-popular__item .short-item__image {
  width: 100%;
  height: 100%;
}
.product-popular__item .short-item__price-wrap {
  display: flex;
  align-items: center;
}
.product-popular__item .short-item__price {
  padding-right: 17px;
  font: 20px/26px 'Roboto', sans-serif;
}
.product-popular__item .short-item__old-price {
  font: 300 16px/1 'Roboto', sans-serif;
  color: #000;
}
.product-popular__favorite {
  width: 50px;
  height: 50px;
  background: #f8f8f8;
}
.product-popular__favorite:before,
.product-popular__favorite:after {
  width: 18px;
  height: 16px;
  margin: -8px 0 0 -9px;
}
.product-popular__description {
  position: relative;
  top: -6px;
  max-width: 100%;
  padding: 102px 0 0;
}
.product-popular__description.no-margin {
  padding: 0;
}
.product-popular__description p {
  margin: 0 0 6px;
  padding: 0;
  font: 14px/26px 'Roboto', sans-serif;
  color: #000;
}
.product-popular .catalog-slider__col:not(.dots-2) {
  display: none;
}
/* reviews */
.review {
  margin: 0 0 20px;
  padding: 40px 40px 37px;
  background: #f8f8f8;
}
.review_reply {
  margin-left: 40px;
  background: #f5faf8;
}
.review__top {
  margin: 0 -15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.review__left {
  padding: 0 15px;
}
.review__right {
  padding: 0 15px;
}
.review__cols {
  margin: 0 -20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.review__col {
  margin: 0 20px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.review__col:after {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 12px;
  right: 0;
  background: #999;
}
.review__col:last-child {
  padding-right: 0;
}
.review__col:last-child:after {
  display: none;
}
.review__author {
  padding: 0;
  font: 400 20px/24px 'Roboto', sans-serif;
  color: #000;
}
.review__date {
  display: block;
  font: 14px/24px 'Roboto', sans-serif;
  white-space: nowrap;
}
.review__rating {
  margin-top: 6px !important;
  margin-bottom: 0 !important;
}
.review__button {
  bottom: 2px;
}
.review__text {
  padding: 0;
}
/* add review */
.add-review__top {
  padding: 0 0 31px;
}
.add-review__title {
  padding: 0 0 16px;
  font: 400 38px/42px 'Roboto', sans-serif;
}
.add-review__text {
  padding: 0 0 19px;
}
.add-review__button {
  margin-top: 10px;
}
/*---------------6.2.4 BLOG---------------*/
.blog-page {
  padding-top: 116px;
  padding-bottom: 140px;
}
.blog-nav__list {
  padding-bottom: 22px;
}
.blog-tab {
  display: none;
}
.blog-tab.active {
  display: block;
}
.blog-tab + .page-nav,
.blog + .page-nav {
  padding-top: 5px;
}
/*---------------6.2.5 POST---------------*/
.post-page {
  padding-top: 117px;
  padding-bottom: 112px;
}
.post-page__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.post-page__left {
  width: 100%;
  min-width: 0;
  max-width: 760px;
  padding: 18px 40px 0 0;
}
.post-page__right {
  width: 360px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
/* post header */
.post-header__subtitle {
  padding: 0 0 31px;
}
.post-header__title {
  padding: 0 0 60px;
  font: 400 40px/1 'Roboto', sans-serif;
}
.post-header__banner {
  width: 100%;
  margin: 0 0 44px;
}
/* post info */
.post-info {
  margin: 0 0 40px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(248, 248, 248, 0.2);
}
.post-info__cols {
  margin: 0 -20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-info__col {
  margin: 0 20px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.post-info__col:after {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 12px;
  right: 0;
  background: #999;
}
.post-info__col:last-child {
  padding-right: 0;
}
.post-info__col:last-child:after {
  display: none;
}
.post-info__author {
  padding: 0;
  position: relative;
  bottom: 2px;
  font: 500 16px/24px 'Roboto', sans-serif;
  color: #000;
}
.post-info__date {
  display: block;
  font: 14px/24px 'Roboto', sans-serif;
  white-space: nowrap;
}
.post-stats {
  margin: 0 -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post-stats__col {
  padding: 0 8px;
}
.stats-icon {
  padding: 0 0 0 22px;
  display: block;
  position: relative;
  font: 14px/24px 'Roboto', sans-serif;
  color: #f8f8f8;
}
.stats-icon:before {
  content: "";
  position: absolute;
  left: 0;
}
.stats-icon_1:before {
  width: 12px;
  height: 13px;
  top: 5px;
  background: url(/local/templates/sun/img/svg/comment.svg) no-repeat;
  background-size: 100% 100%;
}
.stats-icon_2:before {
  width: 13px;
  height: 10px;
  top: 6px;
  background: url(/local/templates/sun/img/svg/eye.svg) no-repeat;
  background-size: 100% 100%;
}
/* post content */
.post-content {
  padding: 0 0 23px;
}
.post-content img {
  max-width: 100%;
  margin: 26px auto 59px;
}
/* post bottom */
.post-bottom {
  margin: 0 0 60px;
  padding: 0;
  border-bottom: 1px solid rgba(248, 248, 248, 0.2);
}
.post-bottom__cols {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.post-bottom__col {
  padding: 0 15px;
}
.post-bottom .socials__list {
  padding: 0;
}
.post-nav {
  margin: 0 -25px 0 0;
  padding: 0 0 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-nav__item {
  padding: 3px 25px 3px 8px;
  position: relative;
  font: 500 14px/20px 'Roboto', sans-serif;
  color: #ff8e8e;
}
.post-nav__item:before {
  content: "";
  height: 16px;
  position: absolute;
  top: 5px;
  left: 0;
  border-left: 1px solid #ff8e8e;
}
.post-nav__link {
  display: block;
  color: #ff8e8e;
}
.desktop .post-nav__link:hover {
  color: #000;
  text-decoration: none;
}
/* about author */
.about-author {
  margin: 0 0 56px;
  padding: 38px 40px 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f8f8fb;
}
.about-author__left {
  width: 140px;
  padding: 0 40px 0 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.about-author__right {
  width: 100%;
  min-width: 0;
}
.about-author__title {
  padding: 0 0 20px;
  font: 400 20px/24px 'Roboto', sans-serif;
}
.about-author__text {
  padding: 0 0 31px;
}
.about-author__photo {
  width: 100%;
  max-width: 100px;
  margin: 0;
}
/* prev next post */
.prev-next {
  margin: 0 0 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.prev-next__left {
  width: 50%;
  min-height: 80px;
  position: relative;
}
.prev-next__right {
  width: 50%;
  text-align: right;
}
.prev-next__right .post-mini {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  border-left: 1px solid rgba(248, 248, 248, 0.1);
}
.prev-next__right .post-mini__left {
  padding: 0 0 0 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.prev-next__right .post-mini__right {
  padding: 0 0 0 20px;
}
.prev-next__right .post-mini__right {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.post-mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
}
.post-mini__left {
  width: 100px;
  padding: 0 20px 0 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.post-mini__right {
  width: 100%;
  max-width: 170px;
  min-width: 0;
  padding: 0 20px 0 0;
}
.post-mini__title {
  padding: 0;
  font: 300 14px/17px 'Roboto', sans-serif;
  text-transform: capitalize;
  text-shadow: 0 0;
}
.post-mini__link {
  display: block;
  color: #000;
}
.desktop .post-mini__link:hover {
  color: #ff8e8e;
  text-decoration: none;
}
.post-mini__image {
  height: 80px;
  display: block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-mini__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.desktop .post-mini__image:hover:before {
  opacity: 1;
}
/* add comment */
.add-comment {
  padding: 65px 0;
}
.add-comment__title {
  padding: 0 0 15px;
  font: 400 40px/1 'Roboto', sans-serif;
}
.add-comment__text {
  padding: 0 0 27px;
}
.add-comment__cols {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.add-comment__col {
  width: 50%;
  padding: 0 15px;
}
.add-comment__button {
  margin-top: 12px;
}
/* popular articles */
.popular-posts {
  padding: 11px 0 0;
}
.popular {
  padding: 0 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.popular:last-child {
  padding: 0 0 21px;
}
.popular__left {
  width: 160px;
  padding: 0 20px 0 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.popular__right {
  width: 100%;
  min-width: 0;
}
.popular__title {
  padding: 0 0 4px;
  font: 16px/19px 'Roboto', sans-serif;
  text-transform: capitalize;
}
.popular__link {
  display: block;
  color: #000;
}
.desktop .popular__link:hover {
  color: #ff8e8e;
  text-decoration: none;
}
.popular__date {
  padding: 0 0 15px;
  display: block;
  font: 14px/24px 'Roboto', sans-serif;
  color: #f8f8f8;
}
.popular__image {
  height: 140px;
  display: block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.popular__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.desktop .popular__image:hover:before {
  opacity: 1;
}
/* newsletter */
.newsletter-block {
  margin: 0 0 50px;
  padding: 59px 54px 37px;
  background: #fff;
  border: 1px solid rgba(248, 248, 248, 0.1);
}
.newsletter-block__title {
  padding: 0 0 16px;
  font: 400 38px/42px 'Roboto', sans-serif;
}
.newsletter-block__text {
  margin: 0 -5px 0 0;
  padding: 0 0 20px;
  font: 14px/24px 'Roboto', sans-serif;
}
.newsletter-block__input {
  margin: 0 0 30px;
}
/*---------------6.2.6 FAQ---------------*/
.faq-page {
  padding-top: 80px;
  padding-bottom: 150px;
}
.faq-page__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.faq-page__left {
  width: 100%;
  min-width: 0;
  max-width: 760px;
  padding: 0 40px 0 0;
}
.faq-page__right {
  width: 360px;
  padding: 40px 0 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.faq-page__right .sale-banner {
  margin-bottom: 51px;
}
.faq__item.active .faq__title:before {
  height: 2px;
  background: #000000;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.faq__item.active .faq__button:before,
.faq__item.active .faq__button:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq__title {
  padding: 0;
  font: 400 20px/24px 'Roboto', sans-serif;
  position: relative;
}
.faq__title:before {
  content: "";
  width: 100%;
  height: 1px;
  margin: -1px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.faq__button {
  padding: 40px 50px 40px 0;
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
}
.faq__button:before,
.faq__button:after {
  content: "";
  width: 15px;
  height: 9px;
  margin: -1px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.faq__button:before {
  background: url(/local/templates/sun/img/svg/arrow-select.svg) no-repeat;
  background-size: 100% 100%;
}
.faq__button:after {
  opacity: 0;
  z-index: 1;
  background: url(/local/templates/sun/img/svg/arrow-select__red.svg) no-repeat;
  background-size: 100% 100%;
}
.desktop .faq__button:hover {
  color: #ff8e8e;
  text-decoration: none;
}
.desktop .faq__button:hover:before {
  opacity: 0;
}
.desktop .faq__button:hover:after {
  opacity: 1;
}
.faq__hide {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq__content {
  max-width: 600px;
  margin: auto;
  padding: 40px 0 1px;
}
/*---------------6.2.7 LOG IN, REGISTRATION---------------*/
.login-page {
  max-width: 1760px;
  margin: auto;
  padding: 120px 40px 120px;
}
.login-page__all {
  min-height: 500px;
  padding: 0 0 120px;
  position: relative;
}
.login-page__banner {
  width: 100%;
  height: 500px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-page__main {
  max-width: 1140px;
  margin: auto;
  position: relative;
}
.login-page__vector {
  width: 130px;
  height: 130px;
  position: absolute;
  top: -23px;
  right: 40px;
}
.login-form {
  max-width: 600px;
  min-height: 420px;
  padding: 59px;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #ededed;
}
.login-form_reg {
  max-width: 740px;
  padding-right: 48px;
}
.login-form__top {
  padding: 0 0 24px;
}
.login-form__title {
  padding: 0 0 16px;
  font: 400 40px/1 'Roboto', sans-serif;
}
.login-form__text {
  padding: 0 0 16px;
}
.login-form__bottom {
  margin: 0 -15px;
  padding: 4px 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font: 14px/16px 'Roboto', sans-serif;
}
.login-form__bottom .login-form__col {
  width: auto;
}
.login-form__cols {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.login-form__col {
  width: 50%;
  padding: 0 15px;
}
.login-form__checkbox {
  margin: 0 0 15px;
  padding: 0;
}
.login-form__small-text {
  padding: 0 0 12px;
  display: block;
  font: 14px/16px 'Roboto', sans-serif;
}
.login-form__button {
  margin: 0;
}
.login-form__label {
  padding: 10px 0 5px;
  display: block;
  font: 14px/24px 'Roboto', sans-serif;
  color: #000;
}
.login-form .text-input::-webkit-input-placeholder,
.login-form .textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.55) !important;
}
.login-form .text-input::-moz-placeholder,
.login-form .textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.55) !important;
}
.login-form .text-input:-ms-input-placeholder,
.login-form .textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.55) !important;
}
.login-form .text-input::placeholder,
.login-form .textarea::placeholder {
  color: rgba(0, 0, 0, 0.55) !important;
}
.socials-nav {
  margin: 0 -5px;
  padding: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.socials-nav__item {
  padding: 0 5px 10px;
}
.socials-nav__item:before {
  display: none;
}
.socials-nav__link {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  background: #f8f8f8;
}
.socials-nav__link:before,
.socials-nav__link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.socials-nav__link:after {
  opacity: 0;
  z-index: 1;
}
.desktop .socials-nav__link:hover {
  background: #ff8e8e;
}
.desktop .socials-nav__link:hover:before {
  opacity: 0;
}
.desktop .socials-nav__link:hover:after {
  opacity: 1;
}
.socials-nav__link_icon-1:before {
  width: 8px;
  height: 12px;
  margin: -6px 0 0 -4px;
  background: url(/local/templates/sun/img/svg/fb.svg) no-repeat;
  background-size: 100% 100%;
}
.socials-nav__link_icon-1:after {
  width: 8px;
  height: 12px;
  margin: -6px 0 0 -4px;
  background: url(/local/templates/sun/img/svg/fb__white.svg) no-repeat;
  background-size: 100% 100%;
}
.socials-nav__link_icon-2:before {
  width: 12px;
  height: 11px;
  margin: -6px 0 0 -5.5px;
  background: url(/local/templates/sun/img/svg/twitter.svg) no-repeat;
  background-size: 100% 100%;
}
.socials-nav__link_icon-2:after {
  width: 12px;
  height: 11px;
  margin: -6px 0 0 -5.5px;
  background: url(/local/templates/sun/img/svg/twitter__white.svg) no-repeat;
  background-size: 100% 100%;
}
.socials-nav__link_icon-3:before {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: url(/local/templates/sun/img/svg/instagram.svg) no-repeat;
  background-size: 100% 100%;
}
.socials-nav__link_icon-3:after {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: url(/local/templates/sun/img/svg/instagram__white.svg) no-repeat;
  background-size: 100% 100%;
}
.socials-nav__link_icon-4:before {
  width: 14px;
  height: 10px;
  margin: -5px 0 0 -7px;
  background: url(/local/templates/sun/img/svg/google.svg) no-repeat;
  background-size: 100% 100%;
}
.socials-nav__link_icon-4:after {
  width: 14px;
  height: 10px;
  margin: -5px 0 0 -7px;
  background: url(/local/templates/sun/img/svg/google__white.svg) no-repeat;
  background-size: 100% 100%;
}
/*---------------6.2.8 PAGE 404---------------*/
.page-404 {
  padding-top: 31px;
  padding-bottom: 100px;
}
.page-404__main {
  position: relative;
}
.page-404__vector {
  position: absolute;
  top: 67px;
  right: 40px;
  z-index: 1;
}
.page-404__cols {
  padding: 0 105px 69px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.page-404__left {
  width: 100%;
  min-width: 0;
  max-width: 458px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.page-404__left .search-form {
  padding: 0;
}
.page-404__right {
  width: 450px;
  padding: 13px 0 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.page-404__image {
  width: 100%;
  max-width: 450px;
  margin: auto;
}
.page-404__title {
  padding: 0 0 10px;
  font: 120px/1 'Roboto', sans-serif;
}
.page-404__subtitle {
  padding: 0 0 20px;
  font: 400 40px/1 'Roboto', sans-serif;
}
.page-404__text {
  padding: 0 0 37px;
  font: 20px/34px 'Roboto', sans-serif;
}
/*---------------6.2.9 CONTACTS---------------*/
.contacts-page {
  max-width: 1680px;
  margin: auto;
  padding: 120px 0;
  position: relative;
}
.contacts-page__main {
  margin: 0 auto -93px;
  position: relative;
  z-index: 2;
}
.contacts-page__vector {
  width: 194px;
  height: 194px;
  position: absolute;
  top: -9px;
  right: 40px;
}
.contacts-page__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.contacts-page__left {
  width: 100%;
  min-width: 0;
  max-width: 670px;
  padding: 0 40px 0 0;
}
.contacts-page__right {
  width: 359px;
  padding: 0 0 133px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.contacts-page__map {
  height: 600px;
  position: relative;
  z-index: 1;
  background: #ccc;
}
.contacts-form {
  padding: 60px 59px 59px;
  background: #fff;
  border: 1px solid #ededed;
}
.contacts-form__top {
  padding: 0 0 12px;
}
.contacts-form__title {
  padding: 0 0 16px;
  font: 400 40px/1 'Roboto', sans-serif;
}
.contacts-form__text {
  padding: 0 0 16px;
}
.contacts-form__cols {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacts-form__col {
  width: 50%;
  padding: 0 15px;
}
.contacts-form__button {
  margin: 10px 0 0;
}
.contacts {
  width: 100%;
  display: table;
  color: #000;
}
.contacts__item {
  display: table-row;
}
.contacts__left {
  width: 113px;
  padding: 0 28px 30px 0;
  display: table-cell;
  vertical-align: top;
  text-align: right;
}
.contacts__right {
  padding: 0 0 30px;
  display: table-cell;
  vertical-align: top;
}
.contacts__title {
  padding: 0;
  display: block;
  font: 400 20px/24px 'Roboto', sans-serif;
}
.contacts__number {
  margin: 0 0 10px;
  display: inline-block;
  font-weight: 600;
  color: #000;
}
.desktop .contacts__number:hover {
  color: #ff8e8e;
}
.contacts__link {
  color: #000;
}
.desktop .contacts__link:hover {
  color: #ff8e8e;
}
.contacts__text {
  display: block;
}
.contacts__socials {
  padding: 2px 0 0;
}
.map {
  height: 100%;
}
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.gm-style-cc {
  display: none;
}
.gm-fullscreen-control {
  display: none !important;
}
.gm-bundled-control {
  display: none !important;
}
/*---------------6.2.10 COLLECTION---------------*/
.collections-page {
  padding-top: 120px;
  padding-bottom: 140px;
}
/*---------------6.2.11 WISHLIST---------------*/
.wishlist-page {
  padding-top: 120px;
  padding-bottom: 177px;
}
.wishlist-page__bottom {
  margin: 0 -30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wishlist-page__col {
  padding: 0 30px 20px 0;
}
.wishlist-page__button {
  margin: 0;
}
.wishlist-page__checkbox {
  margin: 0;
}
.wishlist {
  padding: 0 0 59px;
}
.wishlist__item {
  margin: 0 0 35px;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wishlist__item:last-child {
  margin: 0;
  border: none;
}
.wishlist__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wishlist__left {
  width: 162px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.wishlist__right {
  width: 100%;
  min-width: 0;
}
.wishlist__image-link {
  width: 130px;
  height: 140px;
  display: block;
  position: relative;
  background: #fff;
}
.wishlist__image-link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(248, 248, 248, 0.2);
  -webkit-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.desktop .wishlist__image-link:hover:before {
  opacity: 1;
}
.wishlist__image {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}
.wishlist__top {
  min-height: 84px;
  margin: 0 -10px;
  padding: 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wishlist__top_cart {
  min-height: 73px;
}
.wishlist__bottom {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wishlist__bottom .wishlist__col:nth-child(1) {
  width: 53%;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.wishlist__bottom .wishlist__col:nth-child(2) {
  width: 100%;
  min-width: 0;
}
.wishlist__bottom .wishlist__col:nth-child(3) {
  width: 150px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  text-align: right;
}
.wishlist__bottom_cart {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wishlist__col {
  padding: 0 10px;
}
.wishlist__title {
  padding: 0;
  font: 400 20px/24px 'Roboto', sans-serif;
}
.wishlist__link {
  color: #000;
}
.desktop .wishlist__link:hover {
  color: #ff8e8e;
}
.wishlist__old-price {
  padding: 0 7px 5px 0;
  display: inline-block;
  vertical-align: top;
  font: 300 16px/20px 'Roboto', sans-serif;
  text-decoration: line-through;
}
.wishlist__price {
  padding: 0 0 5px;
  display: inline-block;
  vertical-align: top;
  font: 20px/20px 'Roboto', sans-serif;
}
.wishlist__price_small {
  font-size: 16px;
}
.wishlist__remove {
  position: relative;
  bottom: 19px;
}
.wishlist__add {
  margin: 0 6px 5px 0;
}
.wishlist__cart-col {
  padding: 0 10px;
}
.wishlist__cart-col:nth-child(1) {
  width: 149px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.wishlist__cart-col:nth-child(2) {
  width: 100%;
  min-width: 0;
}
.wishlist__cart-col:nth-child(3) {
  min-width: 90px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  text-align: right;
}
.wishlist__count {
  padding: 0;
  position: relative;
  bottom: 3px;
}
.wishlist-info {
  margin: 0 -21px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font: 500 12px/20px 'Roboto', sans-serif;
  color: #999;
}
.wishlist-info__col {
  margin: 0 21px 5px 0;
  padding: 0 19px 0 0;
  position: relative;
}
.wishlist-info__col:after {
  content: "";
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px solid rgba(248, 248, 248, 0.2);
}
.wishlist-info__col:last-child {
  padding: 0;
}
.wishlist-info__col:last-child:after {
  display: none;
}
.wishlist-info__label {
  padding: 0 8px 0 0;
  font-size: 14px;
}
.wishlist-info__text {
  text-transform: uppercase;
}
.wishlist-info__text span {
  font-weight: 600;
}
/*---------------6.2.12 MY PROFILE---------------*/
.profile-page {
  padding-top: 116px;
  padding-bottom: 150px;
}
.profile-page__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.profile-page__left {
  width: 100%;
  min-width: 0;
  max-width: 760px;
  padding: 0 40px 0 0;
}
.profile-page__right {
  width: 360px;
  padding: 56px 0 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.profile-nav__list {
  padding: 0;
}
.profile-tab {
  display: none;
}
.profile-tab.active {
  display: block;
}
.profile-tab__bottom {
  margin: 0 -30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile-tab__col {
  padding: 0 30px 20px 0;
}
.profile-tab__button {
  margin: 0;
}
.profile-tab__checkbox {
  margin: 0;
}
.orders {
  padding: 0 0 61px;
}
.order.active .order__top:before {
  height: 2px;
  background: #000000;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.order.active .order__button:before,
.order.active .order__button:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.order__top {
  position: relative;
}
.order__top:before {
  content: "";
  width: 100%;
  height: 1px;
  margin: -1px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.order__button {
  padding: 19px 30px 16px 0;
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
}
.order__button:before,
.order__button:after {
  content: "";
  width: 15px;
  height: 9px;
  margin: -3px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.order__button:before {
  background: url(/local/templates/sun/img/svg/arrow-select.svg) no-repeat;
  background-size: 100% 100%;
}
.order__button:after {
  opacity: 0;
  z-index: 1;
  background: url(/local/templates/sun/img/svg/arrow-select__red.svg) no-repeat;
  background-size: 100% 100%;
}
.desktop .order__button:hover {
  text-decoration: none;
}
.desktop .order__button:hover:before {
  opacity: 0;
}
.desktop .order__button:hover:after {
  opacity: 1;
}
.order__hide {
  display: none;
  border-bottom: 2px solid #000;
}
.order__content {
  padding: 21px 0 0;
}
.order-header {
  margin: 0 -20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order-header__col {
  margin: 0 20px 0 0;
  padding: 2px 22px 2px 0;
  position: relative;
}
.order-header__col:after {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 12px;
  right: 0;
  background: #999;
}
.order-header__col:last-child {
  padding-right: 0;
}
.order-header__col:last-child:after {
  display: none;
}
.order-header__number {
  padding: 0;
  display: block;
  font: 500 16px/24px 'Roboto', sans-serif;
  color: #000;
}
.order-header__date {
  display: block;
  font: 14px/24px 'Roboto', sans-serif;
  white-space: nowrap;
}
.order-status {
  height: 24px;
  display: block;
  position: relative;
  font: 600 16px/24px 'Roboto', sans-serif;
  white-space: nowrap;
}
.order-status__cols {
  margin: 0 -10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.order-status__col {
  padding: 0 10px 0 0;
}
.order-status__icon {
  margin: 0;
  position: relative;
  bottom: 2px;
}
.order-table {
  padding: 0 0 9px;
}
.order-table__item {
  margin: 0 0 17px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(248, 248, 248, 0.1);
  font: 16px/24px 'Roboto', sans-serif;
}
.order-table__cols {
  margin: 0 -20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.order-table__col {
  padding: 0 20px 0 0;
}
.order-table__col:nth-child(1) {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.order-table__col:nth-child(2) {
  width: 100%;
  min-width: 0;
}
.order-table__col:nth-child(3) {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.order-table__image-link {
  width: 50px;
  height: 56px;
  display: block;
  position: relative;
  background: #f8f8fb;
}
.order-table__image-link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(248, 248, 248, 0.2);
  -webkit-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.desktop .order-table__image-link:hover:before {
  opacity: 1;
}
.order-table__image {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}
.order-table__title {
  padding: 0 6px 0 0;
  display: inline;
  vertical-align: top;
  font: 16px/24px 'Roboto', sans-serif;
}
.order-table__link {
  color: #000;
}
.desktop .order-table__link:hover {
  color: #ff8e8e;
}
.order-table__text {
  display: inline;
  vertical-align: top;
  color: #f8f8f8;
}
.order-table__price {
  display: inline-block;
  vertical-align: top;
  font: 300 16px/24px 'Roboto', sans-serif;
  text-shadow: 0 0;
}
.order-total {
  padding: 0 0 20px;
}
.order-total__item {
  margin: 0 -7.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  line-height: 26px;
}
.order-total__col {
  padding: 0 7.5px 1px;
}
.order-total__col:last-child {
  text-align: right;
}
.order-total__title {
  display: block;
  color: #999;
  white-space: nowrap;
}
.order-total__price {
  display: block;
  font: 20px/26px 'Roboto', sans-serif;
  color: #999;
  color: #000;
}
/*---------------6.2.13 CART---------------*/
.cart-page {
  padding-top: 119px;
  padding-bottom: 227px;
}
.cart-page__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.cart-page__left {
  width: 100%;
  min-width: 0;
  max-width: 760px;
  padding: 0 40px 0 0;
}
.cart-page__right {
  width: 360px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.cart-table {
  margin: 0 0 60px;
  padding: 0 0 8px;
  border-bottom: 2px solid #000;
}
.promo {
  padding: 0 0 10px;
}
.promo__top {
  padding: 0 0 20px;
}
.promo__title {
  padding: 0 0 20px;
  font: 400 38px/42px 'Roboto', sans-serif;
}
.promo__text {
  max-width: 310px;
  padding: 0 0 20px;
}
.promo-form {
  max-width: 334px;
  padding: 0 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.promo-form__left {
  width: 100%;
  min-width: 0;
  padding: 0 30px 0 0;
}
.promo-form__right {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.promo-form__input {
  margin: 0;
  height: 100%;
}
.promo-form__button {
  margin: 0;
}
.promo-form__button .button__text {
  padding: 0 15px;
}
.your-order {
  padding: 39px 40px 20px;
  background: #fff;
  border: 1px solid rgba(248, 248, 248, 0.1);
}
.your-order__title {
  padding: 0;
  font: 400 38px/42px 'Roboto', sans-serif;
}
.your-order__list {
  padding: 0;
  overflow: hidden;
}
.your-order__item {
  margin: 0 -7.5px;
  padding: 20px 0 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid rgba(248, 248, 248, 0.1);
}
.your-order__item:before {
  display: none;
}
.your-order__item:last-child {
  border-bottom: 2px solid #000;
}
.your-order__bottom {
  margin: 0 -7.5px;
  padding: 21px 0 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.your-order__col {
  padding: 0 7.5px;
}
.your-order__col:last-child {
  text-align: right;
}
.your-order__text {
  display: block;
}
.your-order__text span {
  display: inline-block;
  font-size: 14px;
}
.your-order__price {
  display: block;
  position: relative;
  top: 3px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
.your-order__button {
  width: 100%;
  margin: 0 0 20px;
  display: block;
}
.your-order__bottom-text {
  display: block;
  font: 20px/28px 'Roboto', sans-serif;
}
.your-order__bottom-price {
  display: block;
  position: relative;
  top: 2px;
  font: 25px/28px 'Roboto', sans-serif;
  color: #000;
}
/*---------------6.2.14 CHECKOUT---------------*/
.checkout-page {
  padding: 0;
}
.checkout-page__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.checkout-page__left {
  width: 100%;
  min-width: 0;
  max-width: 760px;
  padding: 0 40px 0 0;
}
.checkout-page__right {
  width: 360px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.checkout-page__right_more {
  width: 500px;
}
.checkout-page__right_more .your-order__title {
  margin-bottom: 20px;
}
.checkout-page__right_more .your-order__bottom {
  margin-bottom: 7px;
}
.checkout-nav {
  padding: 0 0 61px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-nav__item {
  width: 100%;
  padding: 4px 60px;
  position: relative;
  text-align: center;
  font: 400 20px/24px 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(248, 248, 248, 0.1);
}
.checkout-nav__item:after {
  content: "";
  width: 50px;
  height: 39px;
  display: none;
  position: absolute;
  bottom: -2px;
  right: 0;
  background: url(/local/templates/sun/img/svg/car.svg) no-repeat;
  background-size: 100% 100%;
}
.checkout-nav__item.active {
  color: #95ccb5;
  border-color: #95ccb5;
}
.checkout-nav__item.current:after {
  display: block;
}
.side-cart {
  padding: 20px 0 0;
}
.side-cart__item {
  margin: 0 0 20px;
  padding: 0 0 19px;
  border-bottom: 1px solid rgba(248, 248, 248, 0.1);
  font: 14px/20px 'Roboto', sans-serif;
}
.side-cart__item:last-child {
  margin: 0;
}
.side-cart__cols {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.side-cart__left {
  padding: 0 10px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
}
.side-cart__right {
  width: 100%;
  min-width: 0;
  padding: 0 10px;
}
.side-cart__image-link {
  width: 53px;
  height: 60px;
  display: block;
  position: relative;
  background: #f8f8fb;
}
.side-cart__image-link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(248, 248, 248, 0.2);
  -webkit-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.desktop .side-cart__image-link:hover:before {
  opacity: 1;
}
.side-cart__image {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}
.side-cart__title {
  padding: 0 2px 0 0;
  display: inline;
  vertical-align: top;
  font: 14px/20px 'Roboto', sans-serif;
}
.side-cart__link {
  color: #000;
}
.desktop .side-cart__link:hover {
  color: #ff8e8e;
}
.side-cart__text {
  display: inline;
  vertical-align: top;
  color: #f8f8f8;
}
.side-cart__prices {
  padding: 3px 0 0;
}
.side-cart__price {
  padding: 0 8px 0 0;
  display: inline-block;
  vertical-align: top;
  font: 14px/20px 'Roboto', sans-serif;
  color: #000;
}
.side-cart__old-price {
  display: inline-block;
  vertical-align: top;
  font: 300 12px/20px 'Roboto', sans-serif;
  text-shadow: 0 0;
  text-decoration: line-through;
  color: #f8f8f8;
}
.checkout-form {
  padding: 0 0 15px;
}
.checkout-form__title {
  padding: 0 0 30px;
  font: 400 40px/1 'Roboto', sans-serif;
}
.checkout-form__cols {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-form__col {
  width: 50%;
  padding: 0 15px;
}
.checkout-form__checkboxes {
  margin: 0 -25px;
  padding: 24px 0 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-form__checkbox {
  margin: 0;
  padding: 0 25px 20px;
}
.checkout-form__buttons {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.checkout-form__button-col {
  padding: 0 15px 15px;
}
.checkout-form__back {
  margin: 0 0 5px;
  position: relative;
  top: 2px;
}
.checkout-form__button {
  margin: 0 0 5px;
}
.checkout-form__textarea {
  height: 109px;
  min-height: 109px;
}
.checkout-form__textarea + .checkout-form__checkboxes {
  padding-top: 18px;
}
.checkout-form .main-user-consent-request-container,
.checkout-form .main-user-consent-request {
  margin: 0 0 24px;
}
.checkout-form label.main-user-consent-request {
  display: block;
  position: relative;
  cursor: pointer;
}
.checkout-form .main-user-consent-request input[type=checkbox] {
  position: absolute;
  top: 2px;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.checkout-form .main-user-consent-request-announce,
.checkout-form .main-user-consent-request-announce-link {
  min-height: 16px;
  padding: 0 0 0 30px;
  display: block;
  position: relative;
  font: 14px/26px 'Roboto', sans-serif;
  color: #000;
}
.checkout-form .main-user-consent-request-announce:before,
.checkout-form .main-user-consent-request-announce-link:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid #000;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.checkout-form .main-user-consent-request-announce:after,
.checkout-form .main-user-consent-request-announce-link:after {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.checkout-form .main-user-consent-request input[type=checkbox]:checked + .main-user-consent-request-announce:after,
.checkout-form .main-user-consent-request input[type=checkbox]:checked + .main-user-consent-request-announce-link:after {
  opacity: 1;
}
.checkout-form .main-user-consent-request a,
.checkout-form .main-user-consent-request-announce-link {
  text-decoration: none;
}
.desktop .checkout-form .main-user-consent-request a:hover,
.desktop .checkout-form .main-user-consent-request-announce-link:hover {
  color: #ff8e8e;
}
.main-user-consent-request-popup-body {
  padding: 0;
  background: #fff;
}
.main-user-consent-request-popup-content {
  padding: 40px 0;
}
.main-user-consent-request-popup-textarea-block {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid rgba(248, 248, 248, 0.1);
}
.main-user-consent-request-popup-text {
  max-height: 55vh;
  overflow: auto;
  padding: 0 10px 0 0;
  font: 16px/28px 'Roboto', sans-serif;
  color: #000;
}
.main-user-consent-request-popup-link {
  padding: 20px 0 0;
  font: 16px/28px 'Roboto', sans-serif;
}
.main-user-consent-request-popup-buttons {
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.main-user-consent-request-popup-button {
  min-width: 180px;
  height: 50px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font: 600 16px/1 'Roboto', sans-serif;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.main-user-consent-request-popup-button-acc {
  background: #000;
  color: #fff;
}
.desktop .main-user-consent-request-popup-button-acc:hover {
  background: #ff8e8e;
  color: #fff;
}
.main-user-consent-request-popup-button-rej {
  color: #000;
  border-bottom: 1px solid #000;
}
.desktop .main-user-consent-request-popup-button-rej:hover {
  border-color: #ff8e8e;
}
.captcha {
  padding: 0 0 36px;
}
.captcha img {
  margin: 0;
}
.radio {
  padding: 0 0 20px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio__label {
  min-height: 24px;
  padding: 0 0 0 31px;
  display: block;
  position: relative;
  font: 20px/24px 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.desktop .radio__label:hover {
  color: #000;
}
.radio__input {
  display: none;
}
.radio__input:checked + .radio__icon:after {
  opacity: 1;
}
.radio__input:checked + .radio__icon + .radio__text {
  color: #000;
}
.radio__icon {
  width: 16px;
  height: 16px;
  padding: 2px;
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid rgba(248, 248, 248, 0.2);
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 50%;
}
.radio__icon:after {
  content: "";
  height: 100%;
  display: block;
  opacity: 0;
  background: #000;
  border-radius: 50%;
}
.payment {
  margin: 0 0 60px;
  padding: 30px 0 0;
  border-bottom: 1px solid rgba(248, 248, 248, 0.1);
}
.payment__list {
  margin: 0 -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.payment__radio {
  padding: 0 25px 20px;
}
.card {
  max-width: 645px;
  height: 316px;
  margin: 0 0 60px;
  padding: 0 195px 0 0;
  position: relative;
  overflow: hidden;
}
.card__left {
  width: 100%;
  max-width: 450px;
  min-height: 256px;
  padding: 39px 39px 9px;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid rgba(248, 248, 248, 0.1);
  border-radius: 10px;
}
.card__right {
  width: 100%;
  max-width: 450px;
  height: 256px;
  padding: 73px 65px 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  border-radius: 10px;
  text-align: right;
}
.card-form__cols {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-form__col {
  width: 50%;
  padding: 0 15px;
}
.card-form__label {
  padding: 0 0 10px;
  display: block;
  text-align: left;
}
.card-form__label_grey {
  color: #999;
}
.card-form__code {
  width: 100%;
  max-width: 109px;
  display: inline-block;
}
.card-form__input {
  height: 36px;
  margin: 0 0 30px;
  font-size: 16px;
}
.card-form__cvv {
  margin-top: 5px;
}
.thanks__title {
  padding: 0 0 20px;
  font: 400 40px/1 'Roboto', sans-serif;
}
.thanks__top {
  padding: 0 0 43px;
}
.thanks__top-text {
  max-width: 400px;
  padding: 0 0 20px;
  font: 20px/34px 'Roboto', sans-serif;
}
.thanks__text {
  padding: 0 0 24px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  border: none !important;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  position: relative;
}
.dots-1 .slick-dots {
  padding: 0;
  text-align: center;
}
.dots-1 .slick-dots li {
  height: 23px;
}
.dots-1 .slick-dots li.slick-active button:after,
.dots-1 .slick-dots li.slick-active button:before {
  width: 12px;
  background: #000;
}
.dots-1 .slick-dots li:before {
  display: none;
}
.dots-1 .slick-dots li button {
  width: 22px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.dots-1 .slick-dots li button:after,
.dots-1 .slick-dots li button:before {
  content: "";
  width: 6px;
  height: 3px;
  margin: -1.5px -1px 0 0;
  position: absolute;
  top: 50%;
  right: 50%;
  background: #b3b3b3;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 1px;
}
.dots-1 .slick-dots li button:after {
  margin: -1.5px 0 0 -1px;
  right: auto;
  left: 50%;
  border-radius: 1px;
}
.desktop .dots-1 .slick-dots li button:hover:after,
.desktop .dots-1 .slick-dots li button:hover:before {
  background: #000;
}
.dots-2 {
  padding: 8px 0 0;
}
.dots-2 .slick-dots {
  margin: 0 -10px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.dots-2 .slick-dots li {
  padding: 0 10px 10px;
}
.dots-2 .slick-dots li:before {
  display: none;
}
.dots-2 .slick-dots li.slick-active button {
  width: 21px;
  background: #000;
}
.dots-2 .slick-dots li button {
  width: 10px;
  height: 3px;
  display: block;
  background: #b3b3b3;
  -webkit-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  border-radius: 1px;
}
.desktop .dots-2 .slick-dots li button:hover {
  background: #000;
}
.dots-left .slick-dots {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.arrows-1 {
  width: 132px;
  overflow: hidden;
}
.arrows-1 .slick-next,
.arrows-1 .slick-prev {
  width: 51px;
  height: 20px;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
}
.arrows-1 .slick-next:after,
.arrows-1 .slick-next:before,
.arrows-1 .slick-prev:after,
.arrows-1 .slick-prev:before {
  content: "";
  width: 51px;
  height: 12px;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.arrows-1 .slick-prev:before {
  background: url(/local/templates/sun/img/svg/arrow-prev.svg) 0 0/100% 100% no-repeat;
}
.arrows-1 .slick-next:before {
  background: url(/local/templates/sun/img/svg/arrow-next.svg) 0 0/100% 100% no-repeat;
}
.arrows-1 .slick-prev:after {
  background: url(/local/templates/sun/img/svg/arrow-prev__red.svg) 0 0/100% 100% no-repeat;
  opacity: 0;
  z-index: 1;
}
.arrows-1 .slick-next:after {
  background: url(/local/templates/sun/img/svg/arrow-next__red.svg) 0 0/100% 100% no-repeat;
  opacity: 0;
  z-index: 1;
}
.desktop .arrows-1 .slick-next:hover:before,
.desktop .arrows-1 .slick-prev:hover:before {
  opacity: 0;
}
.desktop .arrows-1 .slick-next:hover:after,
.desktop .arrows-1 .slick-prev:hover:after {
  opacity: 1;
}
.arrows-1 .slick-next {
  float: right;
}
.jq-select-multiple,
.jq-selectbox {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jq-select-multiple select,
.jq-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.jq-selectbox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.jq-selectbox__select {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.jq-selectbox__select-text {
  width: 100%;
  display: block;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.jq-selectbox__dropdown {
  position: relative;
  top: auto!important;
  bottom: auto!important;
  left: auto!important;
  right: auto!important;
  min-width: 100%;
  height: auto !important;
}
.jq-selectbox__search input {
  -webkit-appearance: textfield;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  font: 14px/1 Arial;
  color: #000;
  border: 1px solid #000;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
.jq-select-multiple li,
.jq-selectbox__dropdown li {
  cursor: pointer;
}
.jq-select-multiple li:before,
.jq-selectbox__dropdown li:before {
  display: none;
}
.jq-select-multiple li.disabled,
.jq-selectbox__dropdown li.disabled {
  opacity: 0.5;
  cursor: default;
}
.jq-select-multiple li.optgroup,
.jq-selectbox__dropdown li.optgroup {
  cursor: default;
}
.jq-select-multiple {
  border: 1px solid #000;
  background: #fff;
  font: 14px/1.5 Arial;
}
.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.jq-selectbox.opened .jq-selectbox__dropdown {
  display: block !important;
}
.jq-selectbox .placeholder {
  opacity: 0.5;
}
.jq-selectbox.disabled .jq-selectbox__select-text {
  color: #bdbdbd;
}
.jq-selectbox.disabled * {
  cursor: default;
}
.jq-selectbox__search {
  margin: 10px 10px 0;
}
.jq-selectbox__not-found {
  padding: 0 10px;
}
.select {
  text-align: left;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select li.optgroup {
  font-weight: 700;
}
.select li.option {
  padding-left: 15px;
}
.select .jq-selectbox.opened .jq-selectbox__select:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select_1 {
  width: 100%;
  height: 50px;
  margin: 0 0 20px;
}
.select_1 li {
  max-width: 100%;
  margin: 0;
  padding: 3px 20px;
  display: block;
  font: 14px/24px Raleway, sans-serif;
  overflow: hidden;
  color: #000;
  word-break: break-all;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.desktop .select_1 li:hover {
  color: #ff8e8e;
}
.select_1 li.sel,
.select_1 li.selected {
  display: none;
}
.select_1 .jq-selectbox {
  position: relative!important;
  top: auto!important;
  right: auto!important;
}
.select_1 .jq-selectbox.opened .jq-selectbox__select-text {
  border-color: #000;
}
.select_1 .jq-selectbox.opened .jq-selectbox__select-text:after,
.select_1 .jq-selectbox.opened .jq-selectbox__select-text:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select_1 .jq-selectbox__select {
  display: block!important;
  position: relative;
  z-index: 1;
}
.select_1 .jq-selectbox__select-text {
  padding: 0 30px 0 0;
  display: block;
  position: relative;
  font: 14px/24px 'Roboto', sans-serif;
  color: #000;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.select_1 .jq-selectbox__select-text:after,
.select_1 .jq-selectbox__select-text:before {
  content: "";
  width: 15px;
  height: 9px;
  position: absolute;
  top: 20px;
  right: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.select_1 .jq-selectbox__select-text:before {
  background: url("/local/templates/sun/img/svg/arrow-select.svg") 0 0/100% 100% no-repeat;
}
.select_1 .jq-selectbox__select-text:after {
  opacity: 0;
  z-index: 1;
  background: url("/local/templates/sun/img/svg/arrow-select__red.svg") 0 0/100% 100% no-repeat;
}
.desktop .select_1 .jq-selectbox__select-text:hover {
  color: #ff8e8e;
}
.desktop .select_1 .jq-selectbox__select-text:hover:before {
  opacity: 0;
}
.desktop .select_1 .jq-selectbox__select-text:hover:after {
  opacity: 1;
}
.select_1 .jq-selectbox__dropdown {
  width: 100%!important;
  min-width: 0;
  margin: 0!important;
  position: absolute!important;
  top: 100%!important;
  left: 0!important;
  right: auto!important;
  bottom: auto!important;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.select_1 .jq-selectbox__dropdown ul {
  max-height: 156px!important;
  margin: 0;
  padding: 10px 0;
}
.desktop .jq-selectbox__dropdown ul {
  overflow: hidden;
}
/* search results page */
.search-page__form {
  display: flex;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto 40px;
}
.search-page__input {
  flex: 1 1 auto;
  min-width: 0;
  height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  background: #fff;
  font: 16px/1.4 'Roboto', sans-serif;
  color: #000;
  outline: none;
}
.search-page__input:focus {
  border-color: #000;
}
.search-page__submit {
  flex: 0 0 auto;
  min-width: 160px;
  height: 54px;
}
.search-page__submit.button {
  margin: 0;
}
.search-page__hint {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font: 16px/1.5 'Roboto', sans-serif;
  padding: 32px 0;
}
.search-page__pager {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 579px) {
  .search-page__grid.main-catalog__list {
    grid-template-columns: max-content;
    gap: 20px;
  }
}
/*----------------------------------------------------------------------*/
/*------------------------------7 PLUGINS-------------------------------*/
/*----------------------------------------------------------------------*/
/*--------------------7.1 SLICK--------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  border: none !important;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  position: relative;
}
.dots-1 .slick-dots {
  padding: 0;
  text-align: center;
}
.dots-1 .slick-dots li {
  height: 23px;
}
.dots-1 .slick-dots li.slick-active button:before,
.dots-1 .slick-dots li.slick-active button:after {
  width: 12px;
  background: #000;
}
.dots-1 .slick-dots li:before {
  display: none;
}
.dots-1 .slick-dots li button {
  width: 22px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.dots-1 .slick-dots li button:before,
.dots-1 .slick-dots li button:after {
  content: "";
  width: 6px;
  height: 3px;
  margin: -1.5px -1px 0 0;
  position: absolute;
  top: 50%;
  right: 50%;
  background: #b3b3b3;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 1px;
}
.dots-1 .slick-dots li button:after {
  margin: -1.5px 0 0 -1px;
  right: auto;
  left: 50%;
  border-radius: 1px;
}
.desktop .dots-1 .slick-dots li button:hover:before,
.desktop .dots-1 .slick-dots li button:hover:after {
  background: #000;
}
.dots-2 {
  padding: 8px 0 0;
}
.dots-2 .slick-dots {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.dots-2 .slick-dots li {
  padding: 0 10px 10px;
}
.dots-2 .slick-dots li:before {
  display: none;
}
.dots-2 .slick-dots li.slick-active button {
  width: 21px;
  background: #000;
}
.dots-2 .slick-dots li button {
  width: 10px;
  height: 3px;
  display: block;
  background: #b3b3b3;
  -webkit-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  border-radius: 1px;
}
.desktop .dots-2 .slick-dots li button:hover {
  background: #000;
}
.dots-left .slick-dots {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.arrows-1 {
  width: 132px;
  overflow: hidden;
}
.arrows-1 .slick-prev,
.arrows-1 .slick-next {
  width: 51px;
  height: 20px;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
}
.arrows-1 .slick-prev:before,
.arrows-1 .slick-next:before,
.arrows-1 .slick-prev:after,
.arrows-1 .slick-next:after {
  content: "";
  width: 51px;
  height: 12px;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.arrows-1 .slick-prev:before {
  background: url(/local/templates/sun/img/svg/arrow-prev.svg) no-repeat;
  background-size: 100% 100%;
}
.arrows-1 .slick-next:before {
  background: url(/local/templates/sun/img/svg/arrow-next.svg) no-repeat;
  background-size: 100% 100%;
}
.arrows-1 .slick-prev:after {
  background: url(/local/templates/sun/img/svg/arrow-prev__red.svg) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  z-index: 1;
}
.arrows-1 .slick-next:after {
  background: url(/local/templates/sun/img/svg/arrow-next__red.svg) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  z-index: 1;
}
.desktop .arrows-1 .slick-prev:hover:before,
.desktop .arrows-1 .slick-next:hover:before {
  opacity: 0;
}
.desktop .arrows-1 .slick-prev:hover:after,
.desktop .arrows-1 .slick-next:hover:after {
  opacity: 1;
}
.arrows-1 .slick-next {
  float: right;
}
/*--------------------7.2 FORMSTYLER--------------------*/
/* select */
.jq-selectbox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.jq-selectbox,
.jq-select-multiple {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.jq-selectbox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.jq-selectbox__select {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.jq-selectbox__select-text {
  width: 100%;
  display: block;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.jq-selectbox__dropdown {
  position: relative;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}
.jq-selectbox__search input {
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__dropdown {
  min-width: 100%;
  height: auto !important;
}
.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
.jq-selectbox__dropdown li,
.jq-select-multiple li {
  cursor: pointer;
}
.jq-selectbox__dropdown li:before,
.jq-select-multiple li:before {
  display: none;
}
.jq-selectbox__dropdown li.disabled,
.jq-select-multiple li.disabled {
  opacity: 0.5;
  cursor: default;
}
.jq-selectbox__dropdown li.optgroup,
.jq-select-multiple li.optgroup {
  cursor: default;
}
.jq-select-multiple {
  border: 1px solid #000;
  background: #fff;
  font: 14px/1.5 Arial;
}
.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.jq-selectbox.opened .jq-selectbox__dropdown {
  display: block !important;
}
.jq-selectbox .placeholder {
  opacity: 0.5;
}
.jq-selectbox.disabled .jq-selectbox__select-text {
  color: #bdbdbd;
}
.jq-selectbox.disabled * {
  cursor: default;
}
.jq-selectbox__search {
  margin: 10px 10px 0;
}
.jq-selectbox__search input {
  width: 100%;
  height: 30px;
  padding: 0 10px;
  font: 14px/1 Arial;
  color: #000;
  border: 1px solid #000;
}
.jq-selectbox__not-found {
  padding: 0 10px;
}
.select {
  text-align: left;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.desktop .select select {
  visibility: hidden;
}
.select li.optgroup {
  font-weight: bold;
}
.select li.option {
  padding-left: 15px;
}
.select .jq-selectbox.opened .jq-selectbox__select:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select_1 {
  width: 100%;
  height: 50px;
  margin: 0 0 20px;
}
.select_1 li {
  max-width: 100%;
  margin: 0;
  padding: 3px 20px;
  display: block;
  font: 14px/24px 'Roboto', sans-serif;
  overflow: hidden;
  color: #000;
  word-break: break-all;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.desktop .select_1 li:hover {
  color: #ff8e8e;
}
.select_1 li.sel,
.select_1 li.selected {
  display: none;
}
.select_1 .jq-selectbox {
  min-height: 50px;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  background: #fff;
}
.select_1 .jq-selectbox.opened .jq-selectbox__select-text {
  border-color: #000;
}
.select_1 .jq-selectbox.opened .jq-selectbox__select-text:before,
.select_1 .jq-selectbox.opened .jq-selectbox__select-text:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select_1 .jq-selectbox__select {
  display: block !important;
  position: relative;
  z-index: 1;
}
.select_1 .jq-selectbox__select-text {
  height: 50px;
  padding: 0 30px 0 0;
  display: block;
  position: relative;
  font: 14px/40px 'Roboto', sans-serif;
  color: #000;
  border-bottom: 1px solid rgba(248, 248, 248, 0.2);
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.select_1 .jq-selectbox__select-text:before,
.select_1 .jq-selectbox__select-text:after {
  content: "";
  width: 15px;
  height: 9px;
  position: absolute;
  top: 16px;
  right: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.select_1 .jq-selectbox__select-text:before {
  background: url(/local/templates/sun/img/svg/arrow-select.svg) no-repeat;
  background-size: 100% 100%;
}
.select_1 .jq-selectbox__select-text:after {
  opacity: 0;
  z-index: 1;
  background: url(/local/templates/sun/img/svg/arrow-select__red.svg) no-repeat;
  background-size: 100% 100%;
}
.desktop .select_1 .jq-selectbox__select-text:hover {
  color: #ff8e8e;
}
.desktop .select_1 .jq-selectbox__select-text:hover:before {
  opacity: 0;
}
.desktop .select_1 .jq-selectbox__select-text:hover:after {
  opacity: 1;
}
.select_1 .jq-selectbox__dropdown {
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.select_1 .jq-selectbox__dropdown ul {
  max-height: 156px !important;
  margin: 0;
  padding: 10px 0;
}
.desktop .jq-selectbox__dropdown ul {
  overflow: hidden;
}
/*--------------------7.3 NOUISLIDER--------------------*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements. */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the * connect elements. */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement; */
.noUi-horizontal {
  height: 2px;
}
.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  right: -6px;
  top: -5px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  right: -12px;
  top: -12px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -8px;
  right: auto;
}
/* Styling; * Giving the connect element a border radius causes issues with using transform:scale */
.noUi-target {
  background: #eee;
}
.noUi-connect {
  background: #ff8e8e;
}
/* Handles and cursors; */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-color: #ff8e8e;
  cursor: pointer;
}
.noUi-target.grabbed .noUi-handle {
  border-color: #ff8e8e;
}
/* Disabled state; */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base; * */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values; * */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings; * */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout; * */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout; * */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  padding: 8px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  font: 12px/1 'Roboto', sans-serif;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/*--------------------7.4 RATING--------------------*/
.rating {
  height: 14px;
  margin: 0 -4px 7px;
  white-space: nowrap;
}
.rating_small {
  height: 12px;
  margin: 0 -2px 20px;
}
.rating_small .star-rating {
  width: 14px !important;
}
.rating_small .star-rating a {
  width: 14px !important;
  height: 12px;
}
.rating_small .star-rating a:before {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
}
.rating_medium {
  height: 12px;
  margin: 0 -3px 20px;
}
.rating_medium .star-rating {
  width: 17px !important;
}
.rating_medium .star-rating a {
  width: 17px !important;
  height: 12px;
}
.rating_medium .star-rating a:before {
  width: 11px;
  height: 11px;
  margin: -5.5px 0 0 -5.5px;
}
.star-rating {
  width: 24px !important;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: transparent !important;
  overflow: hidden !important;
}
.star-rating a {
  width: 24px !important;
  height: 14px;
  display: block;
  text-indent: -9999px;
  border: none;
  color: #ededed;
}
.star-rating a:before {
  content: "";
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/local/templates/sun/img/svg/star.svg) no-repeat;
  background-size: 100% 100%;
}
.star-rating-on a:before,
.desktop .star-rating-hover a:before {
  background: url(/local/templates/sun/img/svg/star-active.svg) no-repeat;
  background-size: 100% 100%;
}
.star-rating-readonly a {
  cursor: default;
}
.rating-cancel {
  display: none !important;
}
/*--------------------7.5 FANCYBOX--------------------*/
body.compensate-for-scrollbar {
  overflow: hidden;
}
body.compensate-for-scrollbar .header {
  padding-right: 17px;
}
.fancybox-active {
  height: auto;
}
.mob .fancybox-active {
  overflow: hidden !important;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  /*transition-timing-function:cubic-bezier(.47, 0, .74, .71);*/
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
  /*transition-timing-function:cubic-bezier(.22, .61, .36, 1);*/
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 85px 42px 40px;
}
.fancybox-content {
  display: inline-block;
  margin: 0;
  width: 100%;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
  max-width: 800px;
  max-height: 500px;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button--zoom {
  display: none !important;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small,
.fancybox-is-scaling .fancybox-prev,
.fancybox-is-scaling .fancybox-next,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-prev,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-next {
  display: none !important;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 70px;
  margin: -50px 0 0;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect:slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect:fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect:zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect:rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect:circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect:tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*--------------------7.6 SELECTIZE--------------------*/
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  cursor: text;
  display: inline-block;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize {
  height: 50px;
  margin: 0 0 20px;
  display: block;
  text-align: left;
}
.selectize .selectize-control {
  display: block;
}
.selectize .selectize-control.opened .selectize-input {
  border-color: #000;
}
.selectize .selectize-input {
  width: 100%;
  max-width: 100%;
  height: 49px !important;
  padding: 0 30px 10px 0 !important;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(248, 248, 248, 0.2);
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font: 14px/40px 'Roboto', sans-serif;
  color: #000;
}
.selectize .selectize-input.input-active:before,
.selectize .selectize-input.input-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.selectize .selectize-input.has-items {
  padding: 0;
}
.selectize .selectize-input:before,
.selectize .selectize-input:after {
  content: "";
  width: 15px;
  height: 9px;
  position: absolute;
  top: 16px;
  right: 0;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.selectize .selectize-input:before {
  background: url(/local/templates/sun/img/svg/arrow-select.svg) no-repeat;
  background-size: 100% 100%;
}
.selectize .selectize-input:after {
  opacity: 0;
  z-index: 1;
  background: url(/local/templates/sun/img/svg/arrow-select__red.svg) no-repeat;
  background-size: 100% 100%;
}
.selectize .selectize-input input {
  max-width: 100%;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 14px/1 'Roboto', sans-serif;
  color: #000;
}
.selectize .selectize-input .item {
  max-width: 100%;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 14px/40px 'Roboto', sans-serif;
  color: #000;
}
.selectize .selectize-dropdown {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
  right: auto !important;
  z-index: 20 !important;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.selectize .selectize-dropdown-content {
  max-height: 168px;
  padding: 10px 0;
}
.selectize .selectize-dropdown-content .option {
  max-width: 100%;
  margin: 0;
  padding: 3px 20px;
  display: block;
  font: 14px/24px 'Roboto', sans-serif;
  overflow: hidden;
  color: #000;
  word-break: break-all;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.desktop .selectize .selectize-dropdown-content .option:hover {
  color: #ff8e8e;
}
/*----------------------------------------------------------------------*/
/*------------------------------8. MEDIA------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------8.1 WIDE SCREENS--------------------*/
@media screen and (max-width: 1700px) {
  /* first screen */
  .main-slider__title {
    font-size: 110px;
  }
  /* inner top */
  .inner-top__left {
    width: 500px;
  }
  .inner-top__left:before {
    right: 40px;
  }
}
@media screen and (max-width: 1599px) {
  /* first screen */
  .main-slider__title {
    font-size: 85px;
    right: 10px;
  }
  /* about */
  .inner-deal__image {
    margin: 0 -162px 0 -200px;
  }
  .footer__bg-left::before {
    display: none;
  }
}
@media screen and (max-width: 1450px) {
  /* first screen */
  /* .first-screen{height:650px;}*/
  .main-slider__list.loaded {
    height: 650px;
  }
  .main-slider__cell {
    height: 650px;
  }
  .main-slider__image-wrap {
    max-width: 900px;
  }
  .main-slider__image {
    width: 900px;
  }
  .main-slider__content {
    padding: 0 0 0 610px;
  }
  .main-slider__title {
    font-size: 70px;
    right: 8px;
  }
  /* collections */
  .collections {
    margin-right: 0;
    right: auto;
  }
  .collection_3 .collection__content {
    left: auto;
  }
  /* deal of the week */
  .deal-block__image {
    max-width: 905px;
  }
  /* about */
  .inner-deal__image {
    margin: 0 -162px 0 -100px;
  }
  .inner-top-brand__media {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1279px) {
  /* header */
  .header_home .header__main_home {
    padding: 0 30px;
  }
  .header__main {
    padding: 47px 40px 2px;
  }
  .header-nav {
    padding: 0 40px;
  }
  .header-nav__list {
    margin: 0 -15px;
  }
  .header-nav__item {
    padding: 0 15px;
  }
  .user-nav {
    margin: 0 -15px;
  }
  .user-nav__item {
    padding: 0 8px;
  }
  .user-nav__link {
    top: auto;
  }
  .header-search__input {
    width: 140px;
  }
  /* footer */
  .footer__main {
    padding-top: 90px;
  }
  .footer__top {
    padding: 0 0 45px;
  }
  /* first screen */
  .first-screen {
    margin: 0 auto 55px;
    padding: 0 40px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .first-screen__left {
    width: 100%;
    padding: 20px 0 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .first-screen__center {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .first-screen__right {
    display: none;
  }
  .first-screen__socials {
    width: auto;
    position: static;
    top: auto;
    left: auto;
  }
  .first-screen__mob-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    overflow: hidden;
  }
  .first-screen__mob-col:nth-child(1),
  .first-screen__mob-col:nth-child(3) {
    width: 150px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
  }
  .first-screen__mob-col:nth-child(2) {
    width: 100%;
    min-width: 0;
  }
  .side-socials {
    margin: 0 -15px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .side-socials__item {
    margin: 0 15px 0 0;
    padding: 0 26px 0 0;
  }
  .side-socials__item:before {
    content: "";
    width: 10px;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    background: #000;
  }
  .side-socials__item:after {
    display: none;
  }
  .side-socials__item:last-child {
    margin-right: 15px;
  }
  .side-socials__item:last-child:before {
    display: none;
  }
  .slider-count {
    position: static;
  }
  .slider-count__text {
    text-align: left;
  }
  .slider-count__text span {
    font-size: 40px;
  }
  /*.slider-dots{display:none;}*/
  .slider-arrows {
    right: auto;
    position: static;
    float: right;
  }
  .scroll-down {
    max-width: none;
    top: 100%;
    bottom: auto;
    left: 0;
  }
  .main-slider__list-wrap {
    margin: 0;
  }
  .main-slider__max {
    padding: 0 40px;
  }
  .main-slider__image-wrap {
    max-width: none;
  }
  .main-slider__image {
    width: 100%;
    min-width: 850px;
    left: auto;
    right: 0;
  }
  .main-slider__bg-wrap {
    display: none;
  }
  .main-slider__content {
    width: 100%;
    max-width: 290px;
    padding: 0;
    display: inline-block;
  }
  .main-slider__title {
    font-size: 45px;
    right: 6px;
  }
  /* collections */
  .collection-block {
    padding-top: 70px;
    padding-bottom: 95px;
  }
  .collection-block__bg-right {
    bottom: 115px;
  }
  .collections {
    margin-bottom: -40px;
  }
  .collections__top {
    padding-bottom: 70px;
  }
  .collection {
    padding-bottom: 110px;
  }
  .collection_1 .collection__content {
    left: 20px;
  }
  .collection_2 {
    padding-bottom: 110px;
  }
  .collection_3 {
    padding-bottom: 110px;
  }
  .collection_3 .collection__all {
    margin-left: 20px;
  }
  .collection__image {
    max-width: 370px;
  }
  .season-sale {
    padding-bottom: 110px;
    padding-left: 0;
  }
  .season-sale__all {
    max-width: 440px;
    min-height: 520px;
  }
  .season-sale__cell {
    height: 418px;
  }
  .collections_inner {
    margin-bottom: -30px;
  }
  .collections_inner .collection_2 {
    padding-top: 160px;
    right: auto;
  }
  .collections_inner .collection_3 {
    right: auto;
  }
  /* main block */
  .main-block {
    padding-bottom: 45px;
  }
  .main-block .tabs-nav__list {
    padding: 0 0 18px;
  }
  .main-block:last-child {
    margin-bottom: 60px;
  }
  .home-products {
    padding-top: 45px;
  }
  .load-more .button {
    margin-bottom: 5px;
  }
  /* deal of the week */
  .deal-block {
    margin: 50px auto 100px;
  }
  .deal-block__image {
    max-width: 800px;
    height: 600px;
  }
  .deal-block__cell {
    height: 600px;
  }
  .deal-block__subtitle {
    padding: 0 0 32px;
  }
  .deal-block__title {
    right: 8px;
    font-size: 70px;
  }
  .deal-block__bg {
    display: none;
  }
  .syotimer {
    padding: 0 0 40px;
  }
  /* advantages */
  .advantages {
    padding-bottom: 65px;
  }
  .advantages__list {
    margin: 0 -20px;
    left: auto;
  }
  /* best sellers */
  .catalog-slider__cols {
    padding: 0 0 25px;
  }
  /* blog */
  .blog {
    margin: 0 -15px -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog_lenses {
    max-width: none;
    margin: 0 -10px;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .blog_lenses .blog-card {
    width: 50%;
    max-width: none;
    margin: 0 0 76px;
    padding: 0 10px;
  }
  .short-post__cell {
    height: 270px;
  }
  .short-post__bg {
    max-width: 280px;
    padding: 33px 0 0 32px;
  }
  .short-post__title {
    height: 48px;
  }
  .short-post__date {
    padding: 0 0 12px;
  }
  /* inner top */
  /* newsletter */
  .newsletter {
    padding-bottom: 80px;
  }
  /* brands */
  .brands-block {
    padding-bottom: 30px;
  }
  .brands {
    padding-left: 0;
  }
  .brands__item {
    left: auto !important;
    right: auto !important;
  }
  /* about */
  .about-company {
    padding-top: 20px;
    padding-bottom: 90px;
  }
  .about-company__locations {
    gap: 72px;
  }
  .about-location {
    column-gap: 40px;
  }
  .about-location__title {
    padding-bottom: 22px;
    font-size: 24px;
  }
  .about-location__desc {
    font-size: 16px;
  }
  .about-location__contacts {
    padding-top: 40px;
    font-size: 16px;
  }
  .inner-deal {
    margin: 0 0 100px;
  }
  .inner-deal__right {
    width: 460px;
  }
  .inner-deal__image {
    height: 600px;
    margin: 0 -150px 0 -50px;
  }
  .inner-deal__title {
    font-size: 60px;
  }
  /* shop */
  .shop {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .shop__left {
    width: 282px;
    padding: 0 40px 0 0;
  }
  .filters {
    padding: 0 0 45px;
  }
  /* product */
  .product {
    padding-top: 20px;
  }
  .product-tabs {
    padding-bottom: 60px;
  }
  .product-tab {
    padding-top: 5px;
  }
  .product-specs {
    max-width: 500px;
    padding-top: 30px;
  }
  /* blog */
  .blog-page {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  /* post */
  .post-page {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .post-header__subtitle {
    padding: 0 0 20px;
  }
  .post-header__title {
    padding: 0 0 35px;
  }
  .post-header__banner {
    margin: 0 0 35px;
  }
  .add-comment {
    padding: 20px 0 50px;
  }
  /* faq */
  .faq-page {
    padding-top: 0;
    padding-bottom: 60px;
  }
  /* login, registration */
  .login-page {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .login-page__all {
    min-height: 420px;
    padding: 0 0 80px;
  }
  .login-page__banner {
    height: 420px;
  }
  .login-form {
    max-width: 560px;
    padding: 55px 40px 60px;
  }
  .login-form_reg {
    max-width: 700px;
  }
  /* 404 */
  .page-404 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .page-404__cols {
    padding-bottom: 40px;
  }
  /* contacts */
  .contacts-page {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .contacts-page__main {
    margin-bottom: -80px;
  }
  .contacts-page__left {
    max-width: 640px;
  }
  .contacts-page__right {
    width: 310px;
  }
  .contacts-page__map {
    height: 480px;
  }
  .contacts-form {
    padding: 55px 40px 60px;
  }
  /* collections page */
  .collections-page {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  /* wishlist */
  .wishlist-page {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .wishlist {
    padding: 0 0 50px;
  }
  .wishlist__item {
    margin: 0 0 30px;
  }
  .wishlist__left {
    width: 160px;
  }
  /* my profile */
  .profile-page {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  /* cart */
  .cart-page {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  /* checkout */
  .checkout-page {
    padding-top: 0;
    padding-bottom: 0;
  }
  .checkout-nav {
    padding: 0 0 50px;
  }
  .thanks__top {
    padding: 0 0 15px;
  }
  .thanks__title {
    padding: 0 0 20px;
  }
  .checkout-form {
    padding: 0 0 10px;
  }
  .checkout-form__title {
    padding: 0 0 20px;
  }
  .checkout-form__checkboxes {
    padding: 14px 0 21px;
  }
  .payment {
    margin: 0 0 50px;
    padding: 10px 0 8px;
  }
  .payment__list {
    margin: 0 -15px;
  }
  .payment__radio {
    padding: 0 15px 12px;
  }
  .card {
    margin: 0 0 50px;
  }
  .inner-top-brand__center {
    left: 0;
    top: 50%;
    transform: translateY(-30%);
  }
}
@media screen and (max-width: 1200px) {
  /* products */
  .short-item__image-bg {
    height: 330px;
  }
  /* inner top */
  .inner-top__left {
    width: 340px;
  }
  .inner-top__image {
    height: 320px;
  }
  .inner-top__title {
    font-size: 60px;
  }
  /* about */
  .inner-deal__image {
    height: 700px;
    margin: 0 -150px 0 0;
  }
}
@media screen and (max-width: 1150px) {
  /* products */
  .main-catalog__list {
    grid-template-columns: repeat(3, 262px);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    margin: 0 auto 15px;
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  /* products */
  .short-item__image-bg {
    height: 300px;
  }
  /* collections */
  .collection-block {
    padding-top: 50px;
  }
  .collection-block__bg-left {
    top: -7px;
    left: -179px;
  }
  .collection-block__bg-right {
    bottom: 150px;
    right: -250px;
  }
  .collection-title {
    padding: 0 0 20px;
    font: 70px/1 'Roboto', sans-serif;
  }
  .collection-title__plus {
    font-size: 50px;
  }
  .collection-title__text {
    font: 22px/42px 'Roboto', sans-serif;
  }
  .collections {
    margin: 0 -30px 0 0;
  }
  .collections_inner {
    margin-bottom: 30px;
  }
  .collections__top {
    padding: 30px 30px 30px 8px;
  }
  .collections__bottom {
    padding: 40px 30px 30px 0;
  }
  .collection__mob-image {
    max-width: 343px;
    margin: 0 auto 40px;
    position: relative;
  }
  .collection {
    padding: 40px 30px 30px 0;
  }
  .collection_1 .collection__category {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .collection__all {
    max-width: none !important;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
  }
  .collection__image {
    width: auto;
    max-width: none;
    height: 450px;
    margin: auto;
    display: block;
    position: relative;
    top: auto;
    left: auto !important;
    right: auto !important;
  }
  .collection__row {
    width: auto;
    display: block;
  }
  .collection__cell {
    height: auto;
    display: block;
    text-align: center;
  }
  .collection__content {
    width: auto;
    max-width: 250px;
    padding: 0 !important;
    left: auto !important;
  }
  .collection__title {
    padding: 0 0 25px;
    font-size: 32px;
    line-height: 34px;
  }
  .collection__category {
    width: 100% !important;
    margin: 0 0 -20px;
    top: auto !important;
    bottom: 100% !important;
    left: 0 !important;
    right: auto !important;
    font: 900 40px/1 'Roboto', sans-serif;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) !important;
    text-align: center !important;
  }
  .season-sale {
    padding: 30px 30px 30px 0;
  }
  .season-sale__all {
    max-width: 400px;
    min-height: 450px;
    margin: auto;
  }
  .season-sale__row {
    padding: 20px;
  }
  .season-sale__cell {
    height: 410px;
    top: auto;
  }
  .season-sale__content {
    max-width: 280px;
    margin: auto;
  }
  .season-sale__title {
    padding: 0 0 17px;
    font: 600 32px/1 'Roboto', sans-serif;
  }
  .season-sale__title span {
    padding: 6px 0;
    font: 800 80px/1 'Roboto', sans-serif;
  }
  .season-sale__text {
    max-width: 280px;
    padding: 0 0 25px;
    font: 500 16px/27px 'Roboto', sans-serif;
  }
  /* main block */
  .main-block__title {
    font-size: 32px;
    line-height: 34px;
  }
  /* deal of the week */
  .deal-block__image {
    max-width: 600px;
    height: 520px;
  }
  .deal-block__cell {
    height: 520px;
  }
  /* newsletter */
  .newsletter__title {
    font-size: 28px;
    line-height: 34px;
  }
  /* about */
  .about-company__title {
    font-size: 32px;
    line-height: 34px;
  }
  .about-company__text {
    max-width: 450px;
    font-size: 18px;
    line-height: 30px;
  }
  .inner-deal__right {
    width: 420px;
  }
  .inner-deal__image {
    height: 550px;
    margin: 0 -190px 0 0;
  }
  .inner-deal__title {
    font-size: 45px;
  }
  .inner-deal__text {
    padding: 0 0 35px;
  }
  /* product */
  .product__title,
  .product_info-block .product__title {
    font-size: 32px;
    line-height: 34px;
  }
  .product__right {
    padding-left: 30px;
  }
  .product__vector {
    right: -200px;
  }
  .product-add {
    margin: 0 -10px;
  }
  .product_info-block .product-add {
    gap: 20px;
  }
  .product_info-block .product-add__count.count {
    margin-right: 0;
  }
  .product-add__col {
    padding: 0 10px 20px;
  }
  .product-tab__right {
    padding-left: 30px;
  }
  .add-review__title {
    font-size: 28px;
    line-height: 34px;
  }
  .review {
    padding: 30px 30px 27px;
  }
  .review_reply {
    margin-left: 30px;
  }
  .review__author {
    font: 400 20px/24px 'Roboto', sans-serif;
  }
  /* product custom */
  .product_info-block .chars {
    margin-bottom: 35px;
  }
  .product_info-block .product-add__col_question {
    margin: 0;
  }
  /* post */
  .post-page__right {
    width: 260px;
  }
  .post-header__title {
    font-size: 32px;
    line-height: 34px;
  }
  .newsletter-block {
    padding: 39px 30px 20px;
  }
  .newsletter-block__title {
    font-size: 28px;
    line-height: 34px;
  }
  .sale-banner_changed .sale-banner__row {
    padding-left: 30px;
    padding-right: 20px;
  }
  .popular {
    padding: 0 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .popular:last-child {
    padding: 0 0 21px;
  }
  .popular__left {
    width: 100px;
    padding: 0 20px 0 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
  }
  .popular__right {
    width: 100%;
    min-width: 0;
  }
  .popular__title {
    padding: 0;
    font: 300 14px/17px 'Roboto', sans-serif;
    text-shadow: 0 0;
  }
  .popular__link {
    display: block;
    color: #000;
  }
  .desktop .popular__link:hover {
    color: #ff8e8e;
    text-decoration: none;
  }
  .popular__date {
    padding: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .popular__image {
    height: 80px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .add-comment__title {
    font-size: 32px;
    line-height: 34px;
  }
  .post-bottom__cols {
    display: block;
  }
  .post-bottom .socials__list {
    padding: 0 0 20px;
  }
  .about-author {
    padding: 28px 30px 10px;
  }
  .about-author__left {
    width: 100px;
    padding: 0 20px 0 0;
  }
  .about-author__title {
    padding: 0 0 12px;
  }
  .about-author__text {
    padding: 0 0 20px;
  }
  /* faq */
  .faq-page__right {
    width: 260px;
    padding: 28px 0 0;
  }
  .faq__button {
    padding: 30px 40px 30px 0;
  }
  .faq__content {
    padding-top: 35px;
  }
  /* login, registration */
  .login-form__title {
    font-size: 32px;
    line-height: 34px;
  }
  /* 404 */
  .page-404__right {
    padding: 0;
  }
  .page-404__title {
    font-size: 70px;
  }
  .page-404__subtitle {
    font-size: 32px;
    line-height: 34px;
  }
  .page-404__text {
    font-size: 18px;
    line-height: 30px;
  }
  /* contacts */
  .login-form__title {
    font-size: 32px;
    line-height: 34px;
  }
  /* collections page */
  .collections-page {
    padding-top: 0;
  }
  /* my profile */
  .profile-page__right {
    width: 260px;
  }
  /* cart */
  .cart-page__right {
    width: 290px;
  }
  .cart-table {
    margin: 0 0 50px;
  }
  .promo__title {
    font-size: 28px;
    line-height: 34px;
  }
  .your-order {
    padding: 39px 30px 20px;
  }
  .your-order__title {
    font-size: 28px;
    line-height: 34px;
  }
  /* checkout */
  .checkout-page__right {
    width: 290px;
  }
  .thanks__title {
    font-size: 32px;
    line-height: 34px;
  }
  .thanks__top-text {
    max-width: 370px;
    font-size: 18px;
    line-height: 30px;
  }
  .checkout-form__title {
    font-size: 32px;
    line-height: 34px;
  }
  .card__left {
    padding: 39px 30px 9px;
  }
}
/*--------------------8.2 TABLETS--------------------*/
@media screen and (max-width: 1024px) {
  blockquote {
    padding: 20px 0 40px 20px;
    position: relative;
  }
  blockquote:before {
    width: 100px;
    height: 100px;
    left: 0;
  }
  blockquote:after {
    display: none;
  }
  blockquote p {
    max-width: 590px;
    font: 18px/32px 'Roboto', sans-serif;
  }
  /* products */
  .short-item__all {
    margin: 0 10px 40px;
  }
  /* best sellers */
  .catalog-slider__list-wrap {
    margin: 0 -10px;
  }
  /* newsletter */
  .newsletter__bg {
    max-width: 500px;
    padding: 60px 40px 30px 0;
    position: relative;
    background: #fff;
  }
  /* shop */
  .shop-panel {
    margin: 0 -10px;
    padding: 0 0 11px;
  }
  .shop-panel__left {
    width: 50%;
    padding: 8px 10px 0;
  }
  .shop-panel__right {
    width: 50%;
    padding: 0 10px;
  }
  .shop-panel__text {
    font: 14px/24px 'Roboto', sans-serif;
  }
  .inner-catalog {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 991px) {
  .add-button {
    padding-left: 28px;
    font-size: 15px;
  }
  /* header */
  .header__col_hide-mob {
    display: none;
  }
  /* footer */
  .footer__col:nth-child(1) {
    width: 37%;
  }
  .footer__col:nth-child(2) {
    width: auto;
    right: auto;
  }
  .footer__col:nth-child(3) {
    width: 37%;
  }
/*
  .footer-description br {
    display: none;
  }*/
  .footer-nav__list {
    padding: 0 0 12px;
  }
  .footer-nav__item {
    padding: 0 0 8px;
  }
  /* first screen */
  .main-slider__max {
    padding: 0 20px;
  }
  /* products */
  .main-catalog__list .short-item {
    width: auto;
  }
  .short-item__image-bg {
    height: 360px;
  }
  .inner-top_header-brand .inner-top__right {
    margin-top: 40px;
    width: 100%;
  }
  .inner-top-brand__media {
    justify-content: flex-start;
  }
  /* deal of the week */
  .deal-block__image {
    max-width: 440px;
    height: 500px;
  }
  .deal-block__cell {
    height: 500px;
  }
  .syotimer__body {
    margin: 0 -7px;
  }
  .syotimer-cell {
    padding: 0 7px;
  }
  .syotimer-cell_type_minute:after {
    right: -8px;
  }
  /* advantages */
  .advantages__list {
    margin: 0 -15px;
  }
  .advantage {
    padding: 0 15px 30px;
  }
  .advantage__bg {
    width: 110px;
    height: 110px;
    top: 26px;
    right: 0;
  }
  .advantage__content {
    position: relative;
    z-index: 1;
  }
  .advantage__icon-wrap {
    height: 55px;
    margin: 0 0 26px;
  }
  .advantage__icon {
    width: 55px;
    height: 60px;
    margin: 0;
  }
  .advantage__title {
    padding: 0 0 16px;
    font-size: 18px;
    line-height: 22px;
  }
  /* inner top */
  .inner-top__bg {
    display: none;
  }
  .inner-top__cols {
    display: block;
  }
  .inner-top__left {
    width: auto;
    padding: 0;
  }
  .inner-top__left:before {
    bottom: 0;
    right: -40px;
  }
  .inner-top__right {
    display: none;
  }
  .inner-top__title {
    padding: 0 0 12px;
    font-size: 50px;
  }
  .inner-top_header-band .inner-top__main {
    padding-top: 34px;
    padding-bottom: 30px;
  }
  .inner-top_header-band .inner-top__title {
    padding-bottom: 14px;
    font-size: 46px;
  }
  .inner-top_header-personal .inner-top__cols {
    display: block;
  }
  .inner-top_header-personal .inner-top__left {
    max-width: none;
  }
  .inner-top_header-personal .inner-top__right {
    display: block;
    padding-top: 20px;
  }
  .inner-top_header-brand .inner-top__cols {
    display: block;
  }
  .inner-top_header-brand .inner-top__left {
    max-width: none;
    padding-right: 0;
  }
  .inner-top-brand__center {
    max-width: 120px;
    left: auto;
    top: 0;
    transform: none;
  }
  .inner-top-brand__description {
    max-width: none;
    margin: 24px 0 40px;
  }
  .inner-top-brand__media-col {
    justify-content: flex-start;
  }
  .inner-top-brand__media-col:first-child {
    left: 0;
  }
  .shop .page-nav {
    margin-bottom: 40px;
  }
  .category-seo {
    margin-bottom: 60px;
  }
  /* newsletter */
  .newsletter__banner {
    min-height: 360px;
  }
  .newsletter__bg {
    max-width: 400px;
    padding: 0 40px 10px 0;
  }
  .newsletter__text {
    padding: 0 0 30px;
    font: 14px/24px 'Roboto', sans-serif;
  }
  .newsletter-form__left {
    padding: 0 20px 10px 0;
  }
  /* brands */
  .brands {
    margin: 0 -5px;
  }
  .brands__item {
    padding: 0 5px 20px;
  }
  .brands__link {
    height: 82px;
  }
  .brands__logo {
    max-height: 82px;
  }
  .brands__logo_1 {
    width: 145px;
    height: 60px;
  }
  .brands__logo_2 {
    width: 123px;
    height: 66px;
  }
  .brands__logo_3 {
    width: 98px;
    height: 82px;
  }
  .brands__logo_4 {
    width: 134px;
    height: 74px;
  }
  .brands__logo_5 {
    width: 130px;
    height: 66px;
  }
  /* about */
  .about-company {
    padding-top: 10px;
    padding-bottom: 70px;
  }
  .about-company__top {
    padding: 0 0 30px;
  }
  .about-company__cols {
    margin: 0 -10px;
  }
  .about-company__col {
    padding: 0 10px 32px;
  }
  .about-stats__vector {
    top: -40px;
  }
  .about-company__locations {
    gap: 56px;
  }
  .about-location {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .about-location_reverse .about-location__text {
    order: 0;
  }
  .about-location_reverse .about-location__media {
    order: 0;
  }
  .about-location__title {
    padding-bottom: 16px;
    font-size: 24px;
  }
  .about-location__desc {
    font-size: 16px;
  }
  .about-location__contacts {
    padding-top: 24px;
    font-size: 16px;
  }
  .about-section {
    padding: 0 0 0 35px;
  }
  .about-section__title {
    margin: 0 0 0 -35px;
  }
  .inner-deal__right {
    width: 290px;
  }
  .inner-deal__image {
    margin: 0 -185px 0 -80px;
  }
  .inner-deal__title {
    font-size: 38px;
  }
  .inner-deal__text {
    font-size: 15px;
  }
  /* shop */
  .inner-catalog .short-item {
    width: 33%;
  }
  /* product */
  .product {
    padding-top: 10px;
  }
  .product__left {
    width: 50%;
  }
  .product__right {
    width: 50%;
  }
  .product__vector {
    right: -232px;
    bottom: -45px;
  }
  .product-slider.loaded {
    height: 475px;
  }
  .product-slider__link {
    height: 475px;
  }
  .product-tab__cols {
    display: block;
  }
  .product-tab__left {
    width: auto;
    padding: 0 0 20px;
  }
  .product-tab__right {
    width: auto;
    padding: 0;
  }
  .add-review__rating {
    margin-bottom: 0;
  }
  /* blog */
  .blog-page {
    padding-top: 10px;
  }
  /* post */
  .arrow-button {
    font-size: 14px;
  }
  .post-mini__left {
    display: none;
  }
  /* login, registration */
  .login-page__all {
    min-height: 0;
    padding: 0;
  }
  .login-page__vector {
    display: none;
  }
  .login-page__banner {
    display: none;
  }
  .login-form {
    max-width: none;
  }
  /* 404 */
  .page-404 {
    padding-bottom: 30px;
  }
  .page-404__cols {
    margin-right: -60px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .page-404__right {
    position: relative;
    right: 15px;
  }
  .page-404__vector {
    display: none;
  }
  /* contacts form */
  .contacts-page {
    padding-bottom: 0;
  }
  .contacts-page__map {
    height: 420px;
  }
  .contacts-page__right {
    width: 300px;
  }
  .contacts__left {
    width: 100px;
    padding: 0 20px 30px 0;
  }
  /* collections page */
  .collections-page {
    margin-top: -10px;
    padding-top: 0;
  }
  /* wishlist */
  .wishlist-page {
    padding-top: 10px;
    padding-bottom: 80px;
  }
  .wishlist {
    padding: 0 0 50px;
  }
  .wishlist__item {
    margin: 0 0 30px;
  }
  .wishlist__left {
    width: 130px;
  }
  .wishlist__bottom .wishlist__col:nth-child(1) {
    width: 51.5%;
  }
  .wishlist__bottom .wishlist__col:nth-child(3) {
    width: 132px;
  }
  .wishlist__old-price,
  .wishlist__price {
    position: relative;
    top: 2px;
  }
  .wishlist__image-link {
    width: 110px;
    height: 125px;
  }
  .wishlist-info {
    margin: 0 -15px 0 0;
  }
  .wishlist-info__col {
    margin: 0 15px 5px 0;
    padding: 0 15px 0 0;
  }
  .wishlist__top_cart {
    min-height: 0;
    padding: 0 0 10px;
  }
  .wishlist__top_cart .wishlist__remove {
    bottom: auto;
  }
  .wishlist__bottom_cart {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wishlist__cart-col:nth-child(1) {
    width: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .wishlist__cart-col:nth-child(2) {
    padding-top: 11px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .wishlist__cart-col:nth-child(3) {
    min-width: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .wishlist__count {
    bottom: auto;
  }
  /* my profile */
  .order-header {
    margin: 0 -15px 0 0;
  }
  .order-header__col {
    margin: 0 11px 0 0;
    padding: 2px 13px 2px 0;
  }
  .order-header__col:after {
    top: 13px;
  }
  .order-total {
    font-size: 15px;
  }
  .order-total__price {
    font-size: 18px;
  }
  /* cart */
  .cart-page__right {
    width: 260px;
  }
  .your-order__text span {
    margin: 0;
  }
  /* checkout */
  .checkout-page {
    padding-top: 0;
  }
  .checkout-page__right {
    width: 260px;
  }
  .checkout-nav__item {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-nav__item.current {
    padding-right: 50px;
  }
  .checkout-form__cols {
    margin: 0 -10px;
  }
  .checkout-form__col {
    padding: 0 10px;
  }
  .checkout-form__checkboxes {
    margin: 0 -10px;
  }
  .checkout-form__checkbox {
    padding: 0 10px 20px;
  }
  .card {
    max-width: 450px;
    height: auto;
    padding: 0;
  }
  .card__left {
    min-height: 256px;
    margin: 0 0 20px;
  }
  .card__right {
    height: auto;
    padding: 35px 65px 25px;
    position: static;
    bottom: auto;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  /* products */
  .short-item__image-bg,
  .product-popular__item .short-item__image-bg {
    height: 330px;
  }
  .main-catalog__list {
    grid-template-columns: repeat(2, 262px);
    grid-column-gap: 16px;
  }
  /* contacts */
  .contacts-form__col {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  /* products */
  .short-item__image-bg,
  .product-popular__item .short-item__image-bg {
    height: 300px;
  }
  .main-catalog__list .short-item__image-bg {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  /* shop */
  .widget__hide {
    display: block !important;
  }
}
/*--------------------8.3 MOBILES--------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .common-page .wrapper:not(.footer__main, .inner-top__main) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-block__top.w-bg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main {
    padding-top: 95px;
  }
  .textarea {
    height: 90px;
    min-height: 90px;
  }
  blockquote {
    padding: 20px 0 35px 20px;
    position: relative;
  }
  blockquote:before {
    width: 80px;
    height: 80px;
    left: 0;
  }
  blockquote p {
    max-width: none;
    font: 16px/27px 'Roboto', sans-serif;
  }
  blockquote footer {
    font-size: 18px;
  }
  .read-more {
    font-size: 15px;
  }
  .read-more:before {
    top: 6px;
  }
  /* header */
  .header.scrolled .header__main {
    height: 62px;
    padding-top: 20px;
  }
  .header__main {
    padding: 37px 20px 2px;
  }
  .header__cols {
    margin: 0 -10px;
  }
  .header__left {
    padding: 0 10px;
  }
  .header__right {
    padding: 0 10px;
  }
  .header__col {
    padding: 0 10px;
  }
  .header-nav {
    padding: 0 20px;
  }
  .header-nav__list {
    margin: 0 -10px;
  }
  .header-nav__item {
    padding: 0 10px;
  }
  .user-nav {
    margin: 0 -10px;
  }
  .user-nav__item {
    padding: 0 10px;
  }
  .hide-mob__bg {
    padding-top: 60px;
  }
  /* footer */
  .footer__main {
    padding-top: 65px;
  }
  .footer__top {
    padding: 0 0 25px;
  }
  .footer__cols {
    margin: 0 -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .footer__col {
    padding: 0 10px;
  }
  .footer__left {
    padding: 0 10px;
  }
  .footer__right {
    padding: 0 10px;
  }
  .footer__col:nth-child(1) {
    width: 50%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__col:nth-child(2) {
    width: 100%;
    max-width: none;
    padding-top: 11px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__col:nth-child(3) {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-line {
    margin-bottom: 30px;
  }
  .footer-nav {
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-nav .footer-title {
    padding: 0 0 12px;
  }
  .footer-nav__col {
    width: 50%;
    padding: 0 10px;
  }
  .subscription {
    margin-top: -10px;
  }
  /* first screen */
  .first-screen {
    margin: 0 auto 40px;
    padding: 0 20px;
  }
  .main-slider__list.loaded {
    height: 400px;
  }
  .main-slider__cell {
    height: 320px;
  }
  .main-slider__image {
    min-width: 520px;
    height: 165%;
    top: auto;
    bottom: -65%;
    background-position: left top;
  }
  .main-slider__image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-slider__image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(204, 204, 204, 0.35);
  }
  .main-slider__subtitle {
    padding: 0 0 25px;
    color: #000;
    font-weight: 500;
  }
  .main-slider__max {
    padding: 40px 30px;
    text-align: left;
  }
  .main-slider__title {
    padding: 0 0 30px;
    font-size: 35px;
    right: 2px;
  }
  /* collections */
  .collection-block {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .collection-block__bg-left {
    top: -7px;
    left: -266px;
  }
  .collection-block__bg-right {
    bottom: 96px;
    right: -394px;
  }
  .collection-title {
    padding: 0 0 20px;
    display: inline-block;
    font: 60px/1 'Roboto', sans-serif;
    text-align: left;
  }
  .collection-title__plus {
    font-size: 45px;
  }
  .collection-title__text {
    font: 18px/32px 'Roboto', sans-serif;
  }
  .collections {
    margin-bottom: 0;
    column-count: auto;
    -webkit-column-count: auto;
    column-gap: normal;
    -webkit-column-gap: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .collections__top {
    width: 100%;
    padding: 30px 30px 45px 0;
    text-align: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .collections__bottom {
    width: 100%;
    padding: 10px 30px 30px 0;
    text-align: center;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .collection {
    width: 50%;
    padding: 10px 30px 40px 0 !important;
  }
  .collection:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .collection:nth-child(4),
  .collection_4 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .collection:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .collection__mob-image {
    max-width: 320px;
    margin: 0 auto 30px;
  }
  .collection__category {
    margin: 0 0 -18px;
    font: 900 36px/1 'Roboto', sans-serif;
  }
  .collection__title {
    padding: 0 0 15px;
    font-size: 28px;
    line-height: 32px;
  }
  .collection__image {
    height: 360px;
  }
  .season-sale {
    width: 100%;
    padding: 0 30px 50px 0;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .season-sale__all {
    max-width: 440px;
    min-height: 380px;
  }
  .season-sale__cell {
    height: 338px;
  }
  .season-sale__title {
    font: 600 28px/1 'Roboto', sans-serif;
  }
  .season-sale__title span {
    font: 800 70px/1 'Roboto', sans-serif;
  }
  .season-sale_small .season-sale__text {
    padding: 0 0 8px;
  }
  /* main block */
  .main-block {
    padding-bottom: 35px;
  }
  .main-block .tabs-nav__list {
    padding: 0 0 10px;
  }
  .main-block:last-child {
    margin-bottom: 30px;
  }
  .main-block__title {
    font-size: 32px;
    line-height: 34px;
  }
  .main-block__text {
    padding: 0 0 16px;
  }
  /* products */
  .tabs-nav {
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .short-item__all {
    margin-bottom: 30px;
  }
  /* products custom */
  .short-item__all {
    max-width: none;
  }
  /* deal of the week */
  .deal-block {
    margin: 30px auto 60px;
    padding: 0 20px;
  }
  .deal-block__cols {
    text-align: center;
  }
  .deal-block__image {
    max-width: none;
    height: 450px;
    margin: 0 0 40px;
    position: static;
  }
  .deal-block__row {
    width: auto;
    display: block;
  }
  .deal-block__cell {
    height: auto;
    display: block;
    text-align: center;
  }
  .deal-block__subtitle {
    padding: 0 0 22px;
  }
  .deal-block__title {
    padding: 0 0 30px;
    font-size: 40px;
    right: 5px;
  }
  .syotimer {
    padding: 0 0 32px;
  }
  .syotimer__body {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  /* advantages */
  .advantages {
    padding-bottom: 25px;
  }
  .advantages + .newsletter {
    margin-top: 10px;
  }
  .advantage {
    width: 50%;
  }
  /* best sellers */
  .catalog-slider__cols {
    padding: 0;
  }
  .catalog-slider__bg {
    display: none;
  }
  /* blog */
  .blog {
    margin: 0 -10px -10px;
  }
  .blog .short-post {
    padding: 0 10px 82px;
  }
  .short-post {
    padding: 0 0 82px;
  }
  .short-post_small {
    padding-top: 12px;
    padding-bottom: 77px;
  }
  .short-post__title {
    font: 16px/20px 'Roboto', sans-serif;
  }
  .popular-posts {
    padding-bottom: 5px;
  }
  /* inner top */
  .inner-top {
    margin-bottom: 45px;
    padding-top: 5px;
  }
  .inner-top__right {
    display: none;
  }
  .inner-top__title {
    padding: 0 0 12px;
    font-size: 35px;
  }
  .inner-top__bg {
    display: none;
  }
  .inner-top_header-band {
    margin-bottom: 35px;
    padding-top: 0;
  }
  .inner-top_header-band .inner-top__main {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  .inner-top_header-band .inner-top__title {
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 1.15;
  }
  .inner-top_header-band .breadcrumbs {
    padding-left: 14px;
    font-size: 13px;
    line-height: 20px;
  }
  .inner-top_header-band .breadcrumbs:before {
    height: 14px;
    top: 3px;
  }
  .inner-top_header-band .breadcrumbs__list {
    margin: 0 -10px 0 0;
  }
  .inner-top_header-band .breadcrumbs__item {
    padding-right: 10px;
  }
  .inner-top_header-personal .inner-top__right {
    padding-top: 16px;
  }
  .inner-top-logout,
  .inner-top-logout:hover,
  .inner-top-logout:focus,
  .inner-top-logout:active,
  .inner-top-logout:visited {
    min-height: 48px;
    padding: 0 18px;
    font-size: 12px;
    letter-spacing: 0.12em;
  }
  /* newsletter */
  .newsletter {
    padding: 0 20px 30px;
  }
  .newsletter__banner {
    min-height: 0;
    background: none !important;
  }
  .newsletter__max {
    max-width: none;
  }
  .newsletter__bg {
    max-width: 100%;
    padding: 0;
  }
  .newsletter__vector {
    width: 110px;
    height: 110px;
    position: absolute;
    top: -33px;
    right: 10px;
  }
  .newsletter__title {
    padding: 0 0 16px;
    font-size: 26px;
    line-height: 32px;
  }
  /* brands */
  .brands-block {
    padding-bottom: 15px;
  }
  .brands__link {
    height: 56px;
  }
  .brands__logo {
    max-height: 56px;
  }
  .brands__logo_1 {
    width: 97px;
    height: 40px;
  }
  .brands__logo_2 {
    width: 86px;
    height: 46px;
  }
  .brands__logo_3 {
    width: 67px;
    height: 56px;
  }
  .brands__logo_4 {
    width: 90px;
    height: 50px;
  }
  .brands__logo_5 {
    width: 90px;
    height: 46px;
  }
  /* about */
  .about-company {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .about-company__top {
    padding: 0 0 16px;
  }
  .about-company__title {
    padding: 0 0 16px;
    font-size: 28px;
    line-height: 32px;
  }
  .about-company__text {
    font-size: 17px;
    line-height: 28px;
  }
  .about-company__locations {
    gap: 36px;
  }
  .about-location {
    row-gap: 18px;
  }
  .about-location__title {
    padding-bottom: 14px;
    font-size: 24px;
    line-height: 1.25;
  }
  .about-location__desc {
    font-size: 16px;
    line-height: 1.45;
  }
  .about-location__contacts {
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.45;
  }
  .about-location__image {
    aspect-ratio: 4/3;
  }
  .about-company__cols {
    margin: 0;
  }
  .about-company__col {
    width: 100%;
    max-width: none;
    padding: 0 0 20px;
  }
  .about-company__col:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .about-company__col:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .about-company__col:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .about-company__col:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .about-section__title {
    font-size: 20px;
    line-height: 24px;
  }
  .about-section__text {
    max-width: none;
  }
  .about-section__year {
    bottom: 120px;
  }
  .about-stats {
    padding: 38px 0 0;
  }
  .about-stats_bottom {
    padding: 0 0 20px;
  }
  .about-stats_bottom .about-stats__vector {
    display: none;
  }
  .about-stats .collection-title {
    text-align: center;
  }
  .about-stats__vector {
    margin: 0 0 0 -156px;
    top: -10px;
    left: 50%;
  }
  .inner-deal {
    margin: 0 auto 60px;
  }
  .inner-deal:before {
    display: none;
  }
  .inner-deal__cols {
    display: block;
    text-align: center;
  }
  .inner-deal__left {
    width: auto;
  }
  .inner-deal__right {
    width: auto;
  }
  .inner-deal__image {
    height: 450px;
    margin: 0 0 40px;
  }
  .inner-deal__subtitle {
    padding: 0 0 22px;
  }
  .inner-deal__title {
    padding: 0 0 20px;
    font-size: 32px;
    line-height: 34px;
  }
  .inner-deal__text {
    margin: auto;
    padding: 0 0 30px;
  }
  /* shop */
  .shop {
    padding-top: 0;
    padding-bottom: 35px;
  }
  .shop__cols {
    display: block;
  }
  .shop__left {
    width: auto;
    padding: 0;
  }
  .shop__right {
    width: auto;
  }
  .search-form {
    margin-top: -15px;
    padding: 0 0 5px;
  }
  .filters {
    padding: 0 0 5px;
  }
  .widget__title_hide-mob {
    display: none;
  }
  .widget__button {
    display: block;
  }
  .widget__hide {
    display: none;
  }
  .widget {
    padding: 0 0 10px;
  }
  .widget__title {
    margin: 0 0 15px;
    padding: 0 0 14px;
    font-size: 20px;
    line-height: 24px;
  }
  .widget__button {
    margin: 0 0 15px;
    padding: 0 30px 14px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .widget__deploy {
    margin: 0 0 20px;
  }
  .range {
    padding: 38px 0 28px;
  }
  .checkboxes {
    padding: 15px 20px 10px;
  }
  .side-nav {
    padding: 0 20px 15px;
  }
  .apply-button {
    margin-top: 5px;
  }
  .short-reviews {
    padding: 15px 0;
  }
  .sale-banner__row {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sale-banner__image {
    width: 100%;
    margin: 0;
    left: 0;
  }
  .desktop-items .side-items {
    display: none;
  }
  .inner-catalog {
    padding: 0;
  }
  .inner-catalog .short-item {
    width: 33.333%;
  }
  .shop-panel__right {
    width: 282px;
  }
  .page-nav {
    padding: 0 0 45px;
  }
  /* product */
  .product {
    padding-top: 0;
  }
  .product__cols {
    display: block;
  }
  .product__left {
    width: auto;
  }
  .product__right {
    width: auto;
    padding: 0;
  }
  .product__mob {
    padding: 0 0 10px;
  }
  .product__title,
  .product_info-block .product__title {
    margin-bottom: 20px;
    padding: 0;
    font-size: 28px;
    line-height: 32px;
  }
  .product__content {
    min-height: 0;
  }
  .product__prices {
    padding: 0 0 22px;
  }
  .product__price {
    font: 26px/1 'Roboto', sans-serif;
  }
  .product__old-price {
    font: 300 18px/1 'Roboto', sans-serif;
  }
  .chars {
    padding: 0 0 20px;
  }
  .size {
    padding: 0 0 22px;
  }
  .product-add {
    margin: 0 -7.5px;
  }
  .product-add__col {
    padding: 0 7.5px 15px;
  }
  .product-gallery__cols {
    max-width: none;
  }
  .product-slider.loaded {
    height: 360px;
  }
  .product-slider__link {
    height: 360px;
  }
  .product-tabs {
    padding-bottom: 40px;
  }
  .product-nav__list {
    padding: 0 0 15px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .product-tab {
    padding-top: 0;
  }
  .add-review {
    text-align: center;
  }
  .add-review__title {
    padding: 0 0 13px;
    font-size: 26px;
    line-height: 32px;
  }
  .add-review__top {
    padding: 0 0 22px;
  }
  .review {
    padding: 30px 20px 27px;
  }
  .review_reply {
    margin-left: 20px;
    background: #f5faf8;
  }
  .review__top {
    margin-bottom: 15px;
  }
  /* product custom */
  .product_info-block .product__left {
    width: auto;
    max-width: none;
  }
  .product_info-block .product-gallery__top {
    padding: 17px 36px;
  }
  .product_info-block .product__content {
    margin-top: 21px;
  }
  .product_info-block .product-add__col_question {
    margin: 0 0 0 32px;
  }
  .product-specs {
    margin-top: 0;
  }
  .product-popular {
    margin-top: 60px;
  }
  .product-popular .main-block__top {
    margin-bottom: 27px;
  }
  .product-popular .main-block__title {
    font-size: 32px;
    line-height: 34px;
  }
  .product-popular__description {
    padding: 60px 0;
  }
  /* blog */
  .blog-page {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .blog-nav__list {
    padding: 0 0 12px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .blog-nav__list {
    margin: 0 -10px;
  }
  .blog-nav__list .tabs-nav__item {
    padding: 0 10px;
  }
  /* post */
  .post-page {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .post-page__cols {
    display: block;
  }
  .post-page__left {
    width: auto;
    padding: 0;
  }
  .post-page__right {
    width: auto;
  }
  .post-info {
    margin: 0 0 30px;
  }
  .post-info__cols {
    margin: 0 -15px 0 0;
    padding: 0 0 4px;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .post-info__col {
    margin: 0;
    padding: 0 15px 6px 0;
  }
  .post-info__col:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .post-info__col:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .post-info__col:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .post-info__col:last-child {
    padding-right: 15px;
  }
  .post-info__col:after {
    display: none;
  }
  .post-info__author {
    font-size: 14px;
  }
  .post-header__subtitle {
    padding: 0 0 10px;
  }
  .post-header__title {
    padding: 0 0 27px;
    font-size: 24px;
    line-height: 30px;
  }
  .post-header__banner {
    margin: 0 0 26px;
  }
  .post-info__author {
    bottom: auto;
  }
  .post-content {
    padding: 0;
  }
  .post-content img {
    margin: 0 0 38px;
  }
  .post-bottom {
    margin: 0 0 45px;
  }
  .post-nav {
    margin: 0 -12px 0 0;
  }
  .post-nav__item {
    padding: 3px 12px 3px 8px;
  }
  .socials_flex {
    margin: 0 -8px;
  }
  .socials__col {
    padding: 3px 8px;
  }
  .about-author {
    margin: 0 0 42px;
    padding: 28px 20px 12px;
  }
  .about-author__left {
    width: 120px;
  }
  .prev-next {
    margin: 0 0 30px;
  }
  .post-mini__left {
    display: block;
  }
  .add-comment {
    padding: 0 0 25px;
  }
  .add-comment__title {
    font-size: 24px;
    line-height: 30px;
  }
  .add-comment__text {
    padding: 0 0 15px;
  }
  .add-comment__cols {
    margin: 0 -10px;
  }
  .add-comment__col {
    padding: 0 10px;
  }
  .newsletter-block {
    margin: 0 0 40px;
    padding: 39px 20px 20px;
  }
  .newsletter-block__title {
    font-size: 26px;
    line-height: 32px;
  }
  /* faq */
  .faq-page {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .faq-page__cols {
    display: block;
  }
  .faq-page__left {
    width: auto;
    margin-top: -30px;
    padding: 0 0 15px;
  }
  .faq-page__right {
    width: auto;
  }
  .faq-page__right .sale-banner {
    margin-bottom: 40px;
  }
  .faq__title {
    font: 16px/20px 'Roboto', sans-serif;
  }
  /* login, registration */
  .login-page {
    padding: 0 20px 50px;
  }
  .login-form {
    padding: 40px 20px 50px;
  }
  .login-form__top {
    padding: 0 0 13px;
  }
  .login-form__cols {
    margin: 0 -10px;
  }
  .login-form__bottom {
    margin: 0 -10px;
  }
  .login-form__col {
    padding: 0 10px;
  }
  .login-form__title {
    font-size: 28px;
    line-height: 32px;
  }
  .login-form__bottom {
    padding: 4px 0 22px;
  }
  /* 404 */
  .page-404 {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .page-404__cols {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
  }
  .page-404__left {
    width: auto;
    max-width: 400px;
    margin: auto;
  }
  .page-404__right {
    width: auto;
    right: auto;
    bottom: 10px;
  }
  .page-404__title {
    font-size: 40px;
  }
  .page-404__subtitle {
    font-size: 28px;
    line-height: 32px;
  }
  .page-404__text {
    font-size: 17px;
    line-height: 28px;
  }
  .page-404__text {
    padding: 0 0 30px;
  }
  /* contacts */
  .contacts-page {
    padding: 0;
  }
  .contacts-page__main {
    margin: 0;
  }
  .contacts-page__vector {
    display: none;
  }
  .contacts-page__cols {
    display: block;
  }
  .contacts-page__left {
    width: auto;
    max-width: none;
    padding: 0 0 50px;
  }
  .contacts-page__right {
    width: auto;
    max-width: 280px;
    margin: auto;
    padding: 0 0 12px;
  }
  .contacts-page__map {
    height: 360px;
  }
  .contacts-form {
    padding: 40px 20px 50px;
  }
  .contacts-form__top {
    padding: 0 0 13px;
  }
  .contacts-form__cols {
    margin: 0 -10px;
  }
  .contacts-form__col {
    width: 50%;
    padding: 0 10px;
  }
  .contacts-form__title {
    font-size: 28px;
    line-height: 32px;
  }
  .contacts__left {
    width: 80px;
    padding: 0 15px 20px 0;
  }
  .contacts__right {
    padding: 0 0 20px;
    display: table-cell;
    vertical-align: top;
  }
  .contacts__title {
    padding: 2px 0 0;
    font: 16px/20px 'Roboto', sans-serif;
  }
  .contacts__number {
    margin: 0 0 5px;
  }
  /* collections page */
  .collections-page {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }
  /* wishlist */
  .wishlist-page {
    padding-top: 0;
    padding-bottom: 35px;
  }
  .wishlist-page__bottom {
    margin: 0 -20px 0 0;
  }
  .wishlist-page__col {
    padding: 0 20px 20px 0;
  }
  .wishlist {
    padding: 0 0 40px;
  }
  .wishlist__left {
    width: 110px;
  }
  .wishlist__bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wishlist__bottom .wishlist__col:nth-child(1) {
    width: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .wishlist__bottom .wishlist__col:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .wishlist__bottom .wishlist__col:nth-child(3) {
    width: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .wishlist__image-link {
    width: 90px;
    height: 100px;
  }
  .wishlist__top {
    min-height: 0;
    padding: 11px 0 8px;
  }
  .wishlist__title {
    font: 18px/22px 'Roboto', sans-serif;
  }
  .wishlist__price {
    font-size: 18px;
  }
  .wishlist__price_total {
    font-size: 20px;
  }
  .wishlist__remove {
    bottom: 3px !important;
  }
  .wishlist__top_cart {
    padding: 0 0 12px;
  }
  .wishlist__cart-col:nth-child(2) {
    padding-top: 13px;
  }
  /* my profile */
  .profile-page {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .profile-page__cols {
    display: block;
  }
  .profile-page__left {
    width: auto;
    padding: 0 0 30px;
  }
  .profile-page__right {
    width: auto;
    padding: 0;
  }
  .profile-page__right .sale-banner {
    margin-bottom: 40px;
  }
  .profile-nav__list {
    margin-bottom: -10px;
    padding: 0;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .profile-tab__bottom {
    margin: 0 -20px 0 0;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .profile-tab__col {
    padding: 0 20px 20px 0;
  }
  .order-header__number {
    font-size: 15px;
  }
  .order-header__col {
    margin: 0 15px 0 0;
    padding: 2px 17px 2px 0;
  }
  .orders {
    padding: 0 0 40px;
  }
  .order__content {
    padding: 15px 0 0;
  }
  .order-table {
    padding: 0 0 5px;
  }
  .order-table__title {
    font-size: 15px;
  }
  .order-table__text {
    font-size: 15px;
  }
  .order-status {
    font-size: 15px;
  }
  /* cart */
  .cart-page {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .common-page .wrapper.cart-page {
    padding: 0;
  }
  .cart-page__cols {
    display: block;
  }
  .cart-page__left {
    width: auto;
    padding: 0 0 15px;
  }
  .cart-page__right {
    width: auto;
  }
  .cart-table {
    margin: 0 0 45px;
    padding: 0 0 8px;
  }
  .promo {
    text-align: center;
  }
  .promo__title {
    padding: 0 0 15px;
    font-size: 26px;
    line-height: 32px;
  }
  .promo__text {
    margin: auto;
    padding: 0 0 5px;
  }
  .promo-form {
    margin: auto;
  }
  .cart-socials {
    padding: 0 0 5px;
    text-align: center;
  }
  .cart-socials__list {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .your-order {
    padding: 39px 20px 20px;
  }
  .your-order__title {
    font-size: 26px;
    line-height: 32px;
  }
  .your-order__price {
    top: auto;
    font-size: 18px;
  }
  .your-order__bottom-text {
    font: 18px/26px 'Roboto', sans-serif;
  }
  .your-order__bottom-price {
    top: auto;
    font: 22px/26px 'Roboto', sans-serif;
  }
  /* checkout */
  .checkout-page {
    padding-top: 0;
    padding-bottom: 0;
  }
  .checkout-page__cols {
    display: block;
  }
  .checkout-page__left {
    width: auto;
    padding: 0 0 30px;
  }
  .checkout-page__right {
    width: auto;
  }
  .checkout-nav {
    margin: 0 -20px;
    padding: 0 0 40px;
  }
  .checkout-nav__item {
    padding: 4px 20px;
  }
  .checkout-nav__item:nth-child(1) {
    width: 32.5%;
  }
  .checkout-nav__item:nth-child(2) {
    width: 38.5%;
  }
  .checkout-nav__item:nth-child(3) {
    width: 29%;
  }
  .checkout-nav__item:nth-child(3):after {
    right: 20px;
  }
  .checkout-nav__item.active {
    padding-right: 50px;
  }
  .checkout-form {
    padding: 0 0 5px;
    text-align: center;
  }
  .checkout-form__title {
    padding: 0 0 15px;
    font-size: 28px;
    line-height: 32px;
  }
  .checkout-form__buttons {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .radio__label {
    min-height: 24px;
    padding: 0 0 0 28px;
    font-size: 18px;
  }
  .radio__icon {
    top: 3px;
  }
  .payment {
    margin: 0 0 40px;
  }
  .payment__list {
    margin: 0 -12px;
    padding: 0 0 12px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .payment__radio {
    padding: 0 12px 12px;
  }
  .card {
    margin: 0 auto 40px;
  }
  .card__left {
    padding: 39px 20px 9px;
  }
  .card__right {
    padding: 40px 20px 30px;
  }
  .card-form__cols {
    margin: 0 -10px;
  }
  .card-form__col {
    padding: 0 10px;
  }
  .thanks {
    margin: 0 0 -10px;
    text-align: center;
  }
  .thanks__top {
    padding: 0 0 5px;
  }
  .thanks__title {
    font-size: 28px;
    line-height: 32px;
  }
  .thanks__top-text {
    margin: auto;
    font-size: 17px;
    line-height: 28px;
  }
}
@media screen and (max-width: 700px) {
  .main-block__top.w-bg {
    margin-bottom: 45px;
  }
  .home-products {
    padding-top: 45px;
  }
  /* footer */
  .footer__bottom .footer__cols {
    text-align: center;
  }
  .footer__left {
    padding-bottom: 12px;
  }
  .payments {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  /* first screen */
  .first-screen__mob-cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .first-screen__mob-col:nth-child(1) {
    width: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .first-screen__mob-col:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .first-screen__mob-col:nth-child(3) {
    width: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .side-socials {
    padding: 16px 0 0;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  /* products */
  .main-catalog__list .short-item {
    width: auto;
  }
  .short-item__image-bg,
  .product-popular__item .short-item__image-bg {
    height: 360px;
  }
  /* deal of the week */
  .deal-block__image {
    height: 420px;
  }
  /* blog */
  .blog .short-post {
    width: 100%;
  }
  .blog_lenses .blog-card {
    width: 100%;
    max-width: none;
    margin: 0 0 24px;
    padding: 0;
  }
  .blog_lenses .blog-card:last-child {
    margin-bottom: 0;
  }
  .blog-card__image {
    height: 90%;
  }
  .blog-card__content {
    bottom: 0;
  }
  /* about */
  .inner-deal__image {
    height: 420px;
  }
  /* shop */
  .inner-catalog .short-item {
    width: 50%;
  }
  /* post */
  .post-mini__left {
    display: none;
  }
}
@media (max-width: 639px) {
  .slider-cta__box:before {
    width: 19px;
  }
  .header__col_mob-button {
    top: -3px !important;
  }
  .inner-top-brand__media {
    gap: 8px;
  }
  .inner-top-brand__media-col {
    width: calc(50% - 4px);
  }
  .inner-top-brand__image {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 280/380;
    object-fit: cover;
  }
}
@media screen and (max-width: 600px) {
  /* collections */
  .collection {
    width: 100%;
  }
  /* products */
  .short-item__image-bg,
  .product-popular__item .short-item__image-bg {
    height: 300px;
  }
  /* deal of the week */
  .deal-block__image {
    height: 390px;
  }
  /* brands */
  .brands {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brands__item {
    width: 33.333%;
  }
  .brands__logo {
    margin: auto;
  }
  /* about */
  .inner-deal__image {
    height: 390px;
  }
  /* shop */
  .shop-panel {
    margin: 0;
    padding: 0 0 11px;
    display: block;
  }
  .shop-panel__left {
    width: auto;
    padding: 5px 0 0;
  }
  .shop-panel__right {
    width: auto;
    padding: 0;
  }
  .shop-panel__text {
    padding: 0 0 10px;
    font: 16px/24px 'Roboto', sans-serif;
    text-align: center;
  }
  .sale-banner__image {
    width: 548px;
    margin: 0 0 0 -274px;
    left: 50%;
  }
  /* product */
  .product__vector {
    display: none;
  }
  .review__top {
    margin-bottom: 18px;
  }
  .review__col {
    width: 100%;
    padding-right: 0;
  }
  .review__col:after {
    display: none;
  }
  .review__author {
    padding: 0 0 3px;
  }
  .product_info-block .product-add__col_question {
    margin: 20px 30px 0 0;
  }
  .product-specs__item {
    gap: 6px;
  }
  .product-specs__value {
    flex-basis: 150px;
  }
  /* login, registration */
  .login-form__cols {
    display: block;
  }
  .login-form__bottom {
    display: block;
  }
  .login-form__col {
    width: auto;
  }
  .login-form__small-text {
    line-height: 24px;
  }
  /* contacts */
  .contacts-form__cols {
    display: block;
  }
  .contacts-form__bottom {
    display: block;
  }
  .contacts-form__col {
    width: auto;
  }
  /* wishlist */
  .wishlist__top {
    padding-top: 0;
  }
  .wishlist__bottom .wishlist__col:nth-child(1) {
    width: 100%;
  }
  .wishlist__bottom .wishlist__col:nth-child(2) {
    width: 100%;
    margin-bottom: -5px;
  }
  .wishlist__bottom .wishlist__col:nth-child(3) {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
  }
  /* checkout */
  .checkout-nav {
    margin: 0 -15px;
    padding: 0 0 24px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkout-nav__item {
    width: auto !important;
    margin: 0 15px 10px;
    padding: 0 0 4px !important;
    border: none;
    font: 18px/24px 'Roboto', sans-serif;
  }
  .checkout-nav__item:after {
    right: 0 !important;
  }
  .checkout-nav__item.current {
    padding-right: 60px !important;
    font-weight: 500;
    border-bottom: 2px solid #95ccb5;
  }
}
@media screen and (max-width: 479px) {
  /* header */
  .user-nav__text {
    min-width: 16px;
    margin: 0;
    padding: 0 2px;
    /*position:absolute; top:-8px; right:-10px; font:bold 12px/16px @font-1; */
    border-radius: 8px;
  }
  .user-nav {
    margin: 0 -6px;
  }
  .user-nav__item {
    padding: 0 4px;
    position: relative;
  }
  /* footer */
  .footer {
    text-align: center;
  }
  .footer__col {
    width: 100% !important;
  }
  .footer__col:nth-child(1) {
    padding-bottom: 10px;
  }
  .footer__top {
    padding: 0 0 20px;
  }
  .footer-logo {
    margin: 0 0 15px;
    display: inline-block;
  }
  .socials__list {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .footer-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-nav__col {
    width: 50%;
    padding-top: 5px;
  }
  .footer-nav__link {
    padding: 0;
    display: inline-block;
  }
  .footer-nav__link:before {
    display: none;
  }
  /* products */
  .products-nav {
    max-width: 280px;
    margin: auto;
  }
  .main-catalog__list .short-item {
    width: auto;
  }
  .short-item__image-bg,
  .product-popular__item .short-item__image-bg {
    height: 360px;
  }
  .product_info-block .product-gallery__top {
    padding: 17px;
  }
  .product_info-block .product-gallery__col:not(.product-gallery__col_brand) {
    position: absolute;
    top: 17px;
    right: 17px;
    flex-direction: column;
  }
  /* deal of the week */
  .deal-block__image {
    height: 360px;
  }
  /* advantages */
  .advantages + .newsletter {
    margin-top: 5px;
  }
  .advantage {
    width: 100%;
    text-align: center;
  }
  .advantage__icon-wrap {
    margin: 0 0 18px;
  }
  .advantage__icon {
    margin: auto;
  }
  .advantage__line {
    max-width: none;
  }
  .advantage__text {
    margin: auto;
  }
  .advantage__bg {
    width: 110px;
    height: 110px;
    top: 18px;
    right: 5px;
  }
  /* blog */
  .blog-card__image {
    height: 220px;
  }
  .short-post {
    min-height: 0;
  }
  .short-post__image-link {
    height: 250px;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }
  .short-post__row {
    width: auto;
    display: block;
  }
  .short-post__cell {
    height: auto;
    display: block;
  }
  .short-post__bg {
    max-width: none;
    padding: 33px 0 0;
    display: block;
  }
  .short-post__title-wrap {
    margin: 0 0 15px;
  }
  .short-post__title {
    height: auto;
    display: block;
  }
  .short-post__date {
    padding: 0 0 7px;
  }
  /* newsletter */
  .newsletter__text {
    padding: 0 0 15px;
  }
  .newsletter__vector {
    top: -8px;
  }
  .newsletter-form {
    display: block;
  }
  .newsletter-form__left {
    width: auto;
    padding: 0 0 10px;
  }
  .newsletter-form__button {
    width: 100%;
  }
  /* brands */
  .brands {
    max-width: 360px;
    margin: auto;
  }
  .brands__item {
    width: auto;
    padding: 0 14px 20px;
  }
  /* about */
  .inner-deal__image {
    height: 360px;
  }
  /* shop */
  .inner-catalog .short-item {
    width: 100%;
  }
  /* product */
  .product-slider.loaded {
    height: 330px;
  }
  .product-slider__link {
    height: 330px;
  }
  .review_reply {
    margin-left: 0;
  }
  .catalog-slider .short-item__title {
    height: auto;
    overflow-y: auto;
  }
  /* post */
  .about-author {
    display: block;
    text-align: center;
  }
  .about-author__left {
    width: auto;
    padding: 0;
  }
  .about-author__photo {
    margin: 0 auto 20px;
  }
  .arrow-button__hide-mob {
    display: none;
  }
  .add-comment__cols {
    margin: 0;
    display: block;
  }
  .add-comment__col {
    width: auto;
    padding: 0;
  }
  /* contacts */
  .contacts-page__map {
    height: 330px;
  }
  /* wishlist */
  .wishlist-page__bottom {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .wishlist__cols {
    display: block;
    position: relative;
  }
  .wishlist__col {
    text-align: center !important;
  }
  .wishlist__left {
    width: auto;
  }
  .wishlist__right {
    width: auto;
  }
  .wishlist__image-link {
    width: 130px;
    height: 140px;
    margin: 0 auto 22px;
  }
  .wishlist__top {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .wishlist__top .wishlist__col:nth-child(2) {
    position: absolute;
    top: 3px;
    right: -5px;
  }
  .wishlist__count {
    margin: auto;
  }
  .wishlist-info {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .wishlist__cart-col {
    text-align: center;
  }
  .wishlist__cart-col:nth-child(1) {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .wishlist__cart-col:nth-child(2) {
    padding-top: 11px;
    padding-bottom: 14px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .wishlist__cart-col:nth-child(3) {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
  }
  .basket-cart-item .wishlist__cart-col:nth-child(3) {
    align-items: center;
  }
  /* my profile */
  .order-header__col:nth-child(2):after {
    display: none;
  }
  .order-header__col:nth-child(3) {
    width: 100%;
  }
  .order-table__cols {
    margin: 0 -15px 0 0;
  }
  .order-table__col {
    padding: 0 15px 0 0;
  }
  /* checkout */
  .checkout-form__cols {
    display: block;
  }
  .checkout-form__col {
    width: auto;
  }
  .checkout-nav__item {
    width: 100% !important;
  }
  .checkout-nav__item.current {
    width: auto !important;
  }
  /* footer */
  .payments {
    display: block;
  }
  .payments__text {
    padding: 0 0 12px;
    font: 14px/20px 'Roboto', sans-serif;
  }
  .payments__list {
    padding: 0 0 5px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .footer-nav__col {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  /* products */
  .short-item__image-bg,
  .product-popular__item .short-item__image-bg {
    height: 330px;
  }
  /* brands */
  .brands {
    margin: 0 -12px;
  }
  .brands__item {
    padding: 0 12px 20px;
  }
}
@media screen and (max-width: 359px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .common-page .wrapper:not(.footer__main, .inner-top__main) {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* collections */
  .collection__image {
    height: 330px;
  }
  /* deal of the week */
  .deal-block__image {
    height: 330px;
  }
  /* blog */
  .short-post__image-link {
    height: 220px;
  }
  /* brands */
  .brands {
    margin: 0 -8px;
  }
  .brands__item {
    padding: 0 8px 20px;
  }
  /* about */
  .about-stats__vector {
    margin: 0 0 0 -146px;
  }
  .inner-deal__image {
    height: 280px;
  }
}
/*--------------------8.4 HOME PAGE FIXES--------------------*/
@media screen and (min-width: 1024px) {
  .header__col_mob-button {
    display: none !important;
  }
  .header__col_hide-mob {
    display: block !important;
  }
}
@media screen and (max-width: 1279px) {
  .home-page .first-screen {
    margin: 0;
    padding: 0;
    height: auto;
  }
  .home-page {
    --home-header-height: 104px;
    --home-brands-height: 120px;
    --home-hero-height: clamp(240px, calc(100svh - var(--home-header-height) - var(--home-brands-height)), 680px);
  }
  .home-page .main-slider__max {
    padding: 0;
  }
  .home-page .main-slider__content-wrap.wrapper {
    max-width: 1160px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .home-page .main-slider__content {
    max-width: 560px;
  }
  .home-page .main-slider__title {
    padding-bottom: 34px;
    font-size: 38px;
  }
  .home-page .main-slider__desc {
    margin-bottom: 42px;
  }
  .home-page .main-slider__image {
    min-width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
  }
  .home-page .main-slider__image:before {
    display: none;
  }
  .home-page .main-slider__image:after {
    background: rgba(0, 0, 0, 0.45);
  }
  /*.home-page .main-slider__controls{display:none;}*/
  .brands-block.brands-block_slider {
    padding: 0;
  }
  .brands-block.brands-block_slider .wrapper {
    height: var(--home-brands-height);
    padding-left: 20px;
    padding-right: 20px;
  }
  .brands-strip {
    height: var(--home-brands-height);
  }
  .brands-strip__slider {
    padding-right: 56px;
  }
  .brands-strip__slider .slick-list {
    margin: 0 -10px;
  }
  .brands-strip__item {
    height: var(--home-brands-height);
    padding: 0 10px;
  }
  .brands-strip__logo {
    max-height: 52px;
    margin: 0;
    width: auto;
  }
  .brands-block_dark.brands-block_slider .brands-strip__logo {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 0.92;
  }
  .brands-strip__next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 860px) {
  .home-page {
    --home-header-height: 104px;
    --home-brands-height: 120px;
    --home-hero-height: clamp(180px, calc(100vh - var(--home-header-height) - var(--home-brands-height)), 720px);
  }
  .header_home .header__main_home {
    height: 104px;
    padding: 0 36px;
  }
  .header_home .header__top-row {
    height: 46px;
    padding-top: 16px;
  }
  .header_home .header__nav-row {
    height: 58px;
    padding-top: 16px;
  }
  .home-page .main-slider__title {
    padding-bottom: 24px;
    font-size: 56px;
  }
  .home-page .main-slider__desc {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.45;
  }
  .brands-block.brands-block_slider .wrapper {
    height: 120px;
  }
  .brands-strip {
    height: 120px;
  }
  .brands-strip__item {
    height: 120px;
  }
  .brands-strip__logo {
    max-height: 56px;
  }
  .brands-strip__next {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 740px) {
  .home-page {
    --home-header-height: 92px;
    --home-brands-height: 96px;
    --home-hero-height: clamp(140px, calc(100vh - var(--home-header-height) - var(--home-brands-height)), 620px);
  }
  .header_home .header__main_home {
    height: 92px;
    padding: 0 24px;
  }
  .header_home .header__top-row {
    height: 40px;
    padding-top: 12px;
  }
  .header_home .header__nav-row {
    height: 52px;
    padding-top: 12px;
  }
  .header_home .logo__image {
    width: 220px;
    height: auto;
  }
  .header_home .user-nav__item {
    padding: 0 8px;
  }
  .home-page .main-slider__content-wrap.wrapper {
    padding-left: 28px;
    padding-right: 28px;
  }
  .home-page .main-slider__title {
    padding-bottom: 18px;
    font-size: 44px;
  }
  .home-page .main-slider__desc {
    max-width: 620px;
    margin-bottom: 22px;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .slider-cta {
    font-size: 14px;
    gap: 12px;
  }
  .slider-cta__box {
    width: 48px;
    height: 26px;
  }
  .slider-cta__box:before {
    width: 28px;
    left: 9px;
  }
  .slider-cta__box:after {
    right: 9px;
  }
  .brands-block.brands-block_slider .wrapper {
    height: 96px;
  }
  .brands-strip {
    height: 96px;
  }
  .brands-strip__slider {
    padding-right: 54px;
  }
  .brands-strip__slider .slick-list {
    margin: 0 -10px;
  }
  .brands-strip__item {
    height: 96px;
    padding: 0 10px;
  }
  .brands-strip__logo {
    max-height: 42px;
  }
  .brands-strip__next {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
}
@media screen and (max-width: 1023px) {
  .main {
    padding-top: 96px;
  }
  .header__col_hide-mob {
    display: none !important;
  }
  .header__col_mob-button,
  .desktop .header__col_mob-button {
    display: block !important;
  }
  .header__col_mob-button {
    position: relative;
    top: -2px;
  }
  .home-page .main {
    padding-top: 96px;
  }
  .header-home-layout .main {
    padding-top: 96px;
  }
  .home-page .main-catalog__bg {
    display: none;
  }
  .header_home,
  .header_home.scrolled {
    height: auto;
  }
  .header_home.scrolled {
    padding-bottom: 20px;
  }
  .header_home .header__main_home {
    height: 96px;
    padding: 0 20px;
  }
  .header_home .header__top-row {
    height: 96px;
    padding-top: 0;
    grid-template-columns: auto 1fr auto;
    column-gap: 12px;
  }
  .header_home .header__top-left {
    gap: 12px;
  }
  .header_home .header-contact_left {
    display: none;
  }
  .header_home .header__top-center {
    width: 100%;
    text-align: center;
  }
  .header_home .logo {
    margin: 0 auto;
  }
  .header_home .logo__image {
    width: 180px;
    height: auto;
  }
  .header_home .header__nav-row {
    display: none !important;
  }
  .header_home .user-nav {
    margin: 0;
  }
  .header_home .user-nav__item {
    padding: 0 8px;
  }
  .home-page .brands-block_dark.brands-block_slider .brands-strip__logo {
    max-width: 132px;
    max-height: 44px;
  }
  .home-page .main-catalog__list.slick-slider {
    display: block;
    max-width: none;
    margin: 0 -10px 8px;
    padding: 0;
  }
  .home-page .main-catalog__list.slick-slider .short-item {
    padding: 0 10px;
  }
  .home-page .main-catalog__list.slick-slider .short-item__all {
    margin: 0 auto;
  }
  .home-page .main-slider__list.loaded,
  .home-page .main-slider__cell,
  .home-page .main-slider__image {
    height: 620px;
  }
}
@media screen and (max-width: 800px) {
  .home-page .main-slider__list.loaded,
  .home-page .main-slider__cell,
  .home-page .main-slider__image {
    height: 520px;
  }
  .home-page .main-slider__content-wrap.wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-page .main-slider__title {
    font-size: 32px;
    line-height: 1.2;
  }
  .home-page .main-slider__desc {
    font-size: 15px;
    line-height: 1.5;
  }
  .header_home.scrolled {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 640px) {
  .main {
    padding-top: 88px;
  }
  .home-page .main {
    padding-top: 88px;
  }
  .header-home-layout .main {
    padding-top: 88px;
  }
  .hide-mob__bg {
    padding-bottom: 150px;
  }
  .hide-mob__search {
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 160px;
    margin: 0;
    z-index: 2;
  }
  .hide-mob__socials {
    bottom: 105px;
  }
  .header_home .header__main_home {
    height: 88px;
  }
  .header_home .header__top-row {
    height: 88px;
  }
  .header_home .logo__image {
    width: 150px;
  }
  .header_home .user-nav__item {
    padding: 0 6px;
  }
  .header_home .user-nav__item_search {
    display: none;
  }
  .home-page .main-block,
  .home-page .about-company {
    padding-bottom: 70px;
  }
  .home-page .main-block:last-child {
    margin-bottom: 16px;
  }
  .home-page .main-catalog__list.slick-slider {
    display: block;
    max-width: none;
    margin: 0 -8px 8px;
    padding: 0;
  }
  .home-page .main-catalog__list.slick-slider .short-item {
    padding: 0 8px;
  }
  .home-page .main-catalog__list.slick-slider .short-item__all {
    margin: 0 auto;
  }
  .home-page .main-slider__list.loaded,
  .home-page .main-slider__cell,
  .home-page .main-slider__image {
    height: 440px;
  }
  .home-page .main-slider__content-wrap.wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-page .main-slider__title {
    padding-bottom: 20px;
    font-size: 28px;
  }
  .home-page .main-slider__desc {
    margin-bottom: 28px;
    padding: 10px 0 10px 16px;
    font-size: 14px;
    line-height: 1.45;
  }
  .home-page .slider-cta {
    font-size: 11px;
    gap: 10px;
  }
  .home-page .slider-cta__box {
    width: 42px;
    height: 16px;
  }
  .brands-block.brands-block_slider .wrapper {
    height: 108px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .brands-strip {
    height: 108px;
  }
  .brands-strip__slider {
    padding-right: 48px;
  }
  .brands-strip__item {
    height: 108px;
    padding: 0 8px;
  }
  .brands-strip__logo {
    max-height: 42px;
  }
  .home-page .main-slider__controls {
    top: 80%;
  }
}
@media screen and (max-width: 480px) {
  .header_home .header__main_home {
    padding: 0 12px;
  }
  .header_home .header__top-row {
    column-gap: 8px;
    align-items: center;
  }
  .header_home .header__top-left {
    padding-left: 4px;
  }
  .header_home .header__top-right {
    padding-right: 4px;
  }
  .header_home .logo__image {
    width: 136px;
    height: auto;
  }
  .inner-top_header-band .inner-top__main {
    padding-top: 20px;
    padding-bottom: 16px;
  }
  .inner-top_header-band .inner-top__title {
    font-size: 26px;
  }
  .inner-top_header-band .breadcrumbs {
    font-size: 12px;
    line-height: 18px;
  }
  .inner-top_header-personal .inner-top__right {
    padding-top: 14px;
  }
  .inner-top-logout,
  .inner-top-logout:hover,
  .inner-top-logout:focus,
  .inner-top-logout:active,
  .inner-top-logout:visited {
    width: 100%;
    padding: 0 16px;
  }
  .inner-top-brand__center {
    max-width: 120px;
  }
  .inner-top_header-brand .inner-top__right {
    max-width: 100%;
  }
  .home-page .main-catalog__list.slick-slider {
    margin: 0 0 8px;
  }
  .home-page .main-catalog__list.slick-slider .short-item {
    padding: 0;
  }
  .home-page .main-slider__list.loaded,
  .home-page .main-slider__cell,
  .home-page .main-slider__image {
    height: 390px;
  }
  .home-page .main-slider__title {
    font-size: 24px;
  }
  .home-page .main-slider__desc {
    font-size: 13px;
  }
  .brands-block.brands-block_slider .wrapper {
    height: 96px;
  }
  .brands-strip {
    height: 96px;
  }
  .brands-strip__slider {
    padding-right: 42px;
  }
  .brands-strip__item {
    height: 96px;
  }
  .brands-strip__logo {
    max-height: 36px;
  }
  .brands-strip__next {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }
}
@media screen and (max-width: 359px) {
  .home-page .main-slider__list.loaded,
  .home-page .main-slider__cell,
  .home-page .main-slider__image {
    height: 340px;
  }
  .home-page .main-slider__title {
    font-size: 21px;
  }
  .home-page .main-slider__desc {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.4;
  }
}
/*--------------------8.5 FOOTER RESPONSIVE FIXES--------------------*/
@media screen and (max-width: 1023px) {
  .footer__main {
    padding-top: 72px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer__top {
    padding: 0 0 34px;
  }
  .footer__bottom {
    position: relative;
    padding: 28px 0 42px;
  }
  .footer__cols {
    margin: 0 -12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .footer__col {
    padding: 0 12px;
  }
  .footer__col:nth-child(1),
  .footer__col:nth-child(3) {
    width: 50%;
    max-width: none;
    margin-right: 0;
  }
  .footer__col:nth-child(3) {
    padding: 0 12px;
  }
  .footer__col:nth-child(2) {
    width: 100%;
    max-width: none;
    padding-top: 26px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer-nav {
    margin: 0 -12px;
  }
  .footer-nav__col {
    width: 50%;
    padding: 0 12px;
  }
  .footer__bottom .footer__cols {
    margin: 0;
  }
  .footer__bottom .footer__left {
    padding: 0 0 18px;
  }
  .footer__bottom .footer__right {
    position: absolute;
    top: 26px;
    right: 0px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .payments {
    margin: 0 -6px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .payments__col {
    padding: 0 6px 8px;
  }
  .footer__bg-left,
  .footer__bg-right {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .footer__bottom .footer__cols {
    flex-direction: column-reverse;
  }
  .footer__bottom .footer__left {
    padding: 0;
  }
  .footer__bottom .footer__right {
    position: relative;
    top: auto;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__cols {
    margin: 0;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .footer__col {
    width: 100% !important;
    max-width: 560px;
    padding: 0;
  }
  .footer__col:nth-child(1) {
    margin-right: 0;
    padding-bottom: 26px;
  }
  .footer__col:nth-child(2) {
    margin-top: 14px;
    padding-top: 38px;
    padding-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__col:nth-child(3) {
    padding: 0;
  }
  .footer-nav {
    margin: 0;
  }
  .footer-nav__col {
    padding: 0 10px;
  }
  .footer__bottom .footer__cols {
    text-align: left;
  }
  .payments {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 479px) {
  .footer {
    text-align: center;
  }
  .footer__cols {
    text-align: center;
  }
  .footer__col {
    max-width: none;
  }
  .footer-nav__col {
    width: 100%;
    padding: 0;
  }
  .footer-nav__link {
    padding: 0;
    display: inline-block;
  }
  .footer-nav__link:before {
    display: none;
  }
  .footer__bottom .footer__cols {
    text-align: center;
  }
  .footer__bottom .footer__right {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .payments {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .payments__text {
    margin-right: 0;
  }
}
/* popup form responsive */
@media screen and (max-width: 1024px) {
  .question-popup__dialog {
    max-width: 640px;
    padding: 34px 30px 30px;
  }
  .question-popup__title {
    font-size: 32px;
    line-height: 34px;
  }
  .question-popup-form__cols {
    margin: 0 -10px;
  }
  .question-popup-form__col {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .question-popup__dialog {
    width: calc(100% - 24px);
    max-height: calc(100% - 24px);
    padding: 26px 18px 22px;
  }
  .question-popup__title {
    padding-right: 26px;
    font-size: 24px;
    line-height: 30px;
  }
  .question-popup__text {
    padding-bottom: 15px;
  }
  .question-popup-form__cols {
    margin: 0 -10px;
  }
  .question-popup-form__col {
    padding: 0 10px;
  }
  .question-popup-form__textarea.textarea {
    height: 96px;
    min-height: 96px;
  }
  .question-popup-form__checkbox {
    margin-bottom: 16px;
  }
  .question-popup-form__checkbox .checkbox__label {
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (max-width: 479px) {
  .question-popup__dialog {
    width: calc(100% - 20px);
    padding: 24px 16px 20px;
  }
  .question-popup__title {
    font-size: 20px;
    line-height: 24px;
  }
  .question-popup-form__cols {
    margin: 0;
    display: block;
  }
  .question-popup-form__col {
    width: auto;
    padding: 0;
  }
}

/* End */
/* /local/templates/sun/css/auth-popup.css?177962288610479 */
/* /bitrix/components/awelite/favorite.icon/templates/custom/style.css?1779622830499 */
/* /local/templates/sun/template_styles.css?1779710532335666 */
