

/* Start:/local/templates/templ_shop202409/include_old/s/main_m.css?172906612564673*/
:root {
    --mainColor-25: #f4f9f8;
    --mainColor-50: rgba(154, 234, 255, 0.1);
    --mainColor-200: #538999;
    --mainColor-300: #405c64;
    --mainColor: #df7817;
    --mainColor-700: #083a48;
    --primaryColor: #fff;
    --primaryColor-50: #f8f9fb;
    --primaryColor-100: #f2f3f5;
    --primaryColor-150: #eaedef;
    --primaryColor-200: #efefef;
    --primaryColor-250: #e5e5e5;
    --primaryColor-300: #b0b6b7;
    --primaryColor-350: #aeaeaf;
    --primaryColor-400: #7b7b7b;
    --primaryColor-500: #747575;
    --primaryColor-700: #303030;
    --primaryColor-900: #121213;
    --cancelColor-300: #a96868;
    --cancelColor: #a14532;
    --focusColor: #595f53;
    --successColor: rgba(0, 69, 88, 0.95);
    --infoColor: rgba(41, 94, 144, 0.95);
    --errorColor: rgba(191, 15, 66, 0.95);
    --unloadBg: rgba(255, 255, 255, 0.95);
    --nPrimaryColor-900: #0135a2;
    --nPrimaryColor-800: #0f3fb1;
    --nPrimaryColor-700: #0074ff;
    --nPrimaryColor-600: #5F83D1;
    --nPrimaryColor: #ffffff;
    --nFocus-400: #818181;
    --nFocus-100: #f2f3f5
}

body {
    color: #000
}

@media screen and (min-width: 768px) {
    @font-face {
        font-family: Rubik;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: local("Rubik"), local("Rubik-Regular"), local("Rubik Regular"), url(/ui/v2/f/Rubik-Regular.woff2) format("woff2"), url(/ui/v2/f/Rubik-Regular.woff) format("woff"), url(/ui/v2/f/Rubik-Regular.ttf) format("truetype")
    }@font-face {
    font-family: Rubik;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: local("Rubik-Medium"), local("Rubik Medium"), url(/ui/v2/f/Rubik-Medium.woff2) format("woff2"), url(/ui/v2/f/Rubik-Medium.woff) format("woff"), url(/ui/v2/f/Rubik-Medium.ttf) format("truetype")
}
}

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button, html, input, select, textarea {
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

select::-ms-expand {
    display: none
}

html {
    min-height: 100%;
    font-family: Rubik, Roboto, Arial, sans-serif;
    line-height: 1.15;
    position: relative;
    -ms-text-size-adjust: 100%
}

body {
    width: 100%;
    min-width: 320px;
    max-width: 100%;
    height: 100%;
    background-color: #f4f6f7;
    -webkit-overflow-scrolling: touch
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

label:hover {
    cursor: default
}

audio, canvas, video {
    display: inline-block
}

hr {
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    color: inherit
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline
}

b, strong {
    font-weight: 500
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

li {
    list-style: none
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
    cursor: pointer
}

button {
    background-color: transparent
}

button::-moz-focus-inner {
    border: 0
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

button:focus {
    outline: 0
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    outline: 0;
    cursor: default;
    display: block
}

[hidden] {
    display: none
}

audio:not([controls]) {
    display: none;
    height: 0
}

svg:not(:root) {
    overflow: hidden
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #454e53
}

p {
    color: #454e53
}

h1 {
    font-size: 30px;
    margin: .67em 0
}

a[href*='tel:'] {
    white-space: nowrap
}

::selection {
    background: var(--nPrimaryColor-900);
    color: #fff
}

::-moz-selection {
    background: var(--nPrimaryColor-900);
    color: #fff
}

details [data-details-content] {
    animation-fill-mode: both;
    animation-duration: .25s;
    animation-name: slideUp;
    display: none !important
}

details[data-open] [data-details-content], details[open] [data-details-content] {
    display: block !important
}

summary::-webkit-details-marker {
    display: none
}

@media screen and (min-width: 768px) {
    div::-webkit-scrollbar {
        border-radius: 3px
    }

    div::-webkit-scrollbar-button {
        width: 0;
        height: 0
    }

    div::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 3px
    }

    div::-webkit-scrollbar-corner {
        background: 0 0
    }

    div::-webkit-scrollbar-thumb {
        height: 80px;
        max-height: 80px;
        background-color: #dbe0e0;
        border-radius: 3px
    }

    div::-webkit-scrollbar-thumb:hover {
        background-color: #c7cccc
    }
}

@media screen and (max-width: 1024px) {
    .g-only-desktop {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .g-no-scroll {
        height: 100vh;
        width: 100vw;
        overflow: hidden
    }
}

.container {
    width: 100%;
    max-width: 1264px;
    position: relative;
    margin: 0 auto
}

.g-show {
    display: block !important
}

.hidden, .ultra-hidden {
    display: none !important
}

.invalid {
    border-color: #d1735c !important
}

.cropText {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.g-font--marker {
    padding: 2px 10px;
    background-color: rgba(251, 232, 177, .5);
    color: #151312
}

.g-article {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    border-bottom: solid 1px #d9dbdf;
    line-height: 1.4;
    vertical-align: top;
    display: inline-block
}

.g-article h2, .g-article h3 {
    margin-bottom: 15px
}

.g-article ul {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    color: #454e53
}

.g-article li {
    margin: 10px 0;
    list-style: circle;
    line-height: 1.4
}

.g-article--middle {
    margin: 20px 0
}

.g-article--maxHeight {
    max-height: 350px;
    margin: 20px 0 0 0;
    overflow: hidden;
    position: relative
}

.g-article--maxHeight p {
    padding: 0 0 20px 0;
    line-height: 1.4
}

.g-article__showMore {
    bottom: 0;
    width: 100%;
    padding: 10px 42px 20px 0;
    background: #fff;
    color: #71757a;
    text-align: center;
    position: absolute;
    display: block;
    cursor: pointer;
    user-select: none;
    transition: color .25s ease-out
}

.g-article__showMore::before {
    content: '';
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: #fff;
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    display: block
}

.g-article__showMore:hover {
    color: #4a5057
}

.g-article__showMore:active {
    transform: translateY(1px)
}

.g-article__showMoreIcon {
    margin: -1px 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    transition: transform .25s ease
}

#bottomArticleBox:checked + .g-article--maxHeight {
    max-height: 5000px;
    padding-bottom: 65px;
    transition: max-height .7s ease
}

#bottomArticleBox:checked + .g-article--maxHeight .g-article__showMoreIcon {
    transform: rotate(180deg)
}

.g-subtitle {
    width: 100%;
    font-weight: 500
}

.g-article__paragraph {
    font-size: 16px;
    line-height: 24px
}

.g-article__list {
    padding: 10px 0 10px 20px
}

.g-article__list-item {
    padding: 4px 0
}

.g-msg-wrapper {
    width: 100%;
    text-align: center
}

.g-msg {
    width: 100%;
    max-width: 500px;
    display: inline-block
}

.g-msg .errortext {
    padding: 30px 20px;
    border: solid 2px red;
    color: red;
    display: inline-block
}

.g-box {
    width: 100%;
    display: inline-block
}

.g-nowrap, .g-text--nowrap {
    white-space: nowrap
}

.g-solid-link {
    display: inline-block;
    text-decoration: none;
    border-bottom: solid 1px #06f
}

.g-dashed-link {
    text-decoration: none;
    border-bottom: dashed 1px #06f;
    cursor: pointer
}

.g-link {
    font-weight: 400;
    color: var(--nPrimaryColor-900);
    display: inline-block;
    text-decoration: none;
    border-bottom: solid 1px #6a7073;
    cursor: pointer
}

.g-link.g-color--green {
    border-bottom-color: #72a5ad
}

.g-link:hover {
    color: var(--nPrimaryColor-700);
    border-bottom-color: var(--nPrimaryColor-700)
}

.g-link--unstyled {
    border: 0;
    text-decoration: none
}

.g-color--dark {
    color: #32414a
}

.g-color--gray {
    color: #686b71
}

.g-color--green {
    color: var(--nPrimaryColor-900)
}

.g-color--orange {
    color: #bf5300
}

a.g-color--green {
    border-color: var(--nPrimaryColor-900)
}

.g-background--grey {
    background-color: #f4f6f7
}

.g-title {
    width: 100%;
    margin: 0;
    padding: 15px 0 15px 0;
    font-weight: 400;
    font-size: 26px;
    text-align: left;
    color: #32414a;
    display: inline-block;
    position: relative;
    text-decoration: none
}

.g-default-text {
    font-size: 16px;
    color: #32414a;
    text-align: left
}

.g-small-text {
    font-size: 13px;
    text-align: left
}

.g-paragraph {
    width: 100%;
    margin: 0 0 20px;
    position: relative;
    display: inline-block
}

.g-text--center, .g-text-center {
    text-align: center
}

.g-font--small {
    font-size: 14px
}

.g-bold-font, .g-font--bold {
    font-weight: 500
}

.g-font_grey, .g-gray, .g-grey {
    color: grey
}

.g-color--red, .g-font--red, .g-font_red, .g-red {
    color: var(--nPrimaryColor-900)
}

.g-color--green, .g-font_green, .g-green {
    color: var(--nPrimaryColor-900)
}

a.g-green {
    border-color: var(--nPrimaryColor-900)
}

.g-color--white, .g-white {
    color: #fff
}

.g-text--right, .g-text-right {
    text-align: right
}

.g-fleft {
    float: left
}

.g-nofloat {
    float: none
}

.g-magic {
    width: 100%;
    height: 0
}

.g-table {
    display: table
}

.g-cell {
    display: table-cell
}

.g-icon {
    width: 0;
    height: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center
}

.g-icon::before {
    content: '';
    width: 16px;
    height: 16px;
    margin: 0 8px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    display: inline-block
}

.g-icon--next::before {
    content: ' ';
    top: 50%;
    right: 14px;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #74a0a4;
    border-right: 2px solid #74a0a4;
    position: absolute;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.g-show-more-wrapper {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
    display: inline-block
}

.g-show-more {
    padding: 5px 30px;
    border: solid 2px var(--nPrimaryColor-900);
    font-size: 16px;
    font-weight: 500;
    color: var(--nPrimaryColor-900);
    border-radius: 30px;
    text-decoration: none;
    outline: 0;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    transition: background-color .2s ease-out
}

.g-show-more:active {
    -webkit-transform: scale(.98);
    transform: scale(.98)
}

.g-show-more:hover {
    background-color: #f6feff
}

#tesser {
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column
}

.mainold {
    width: 100%;
    margin-top: 108px;
    position: relative;
    transition: opacity .2s ease;
    flex: 1 0 auto;
    animation-fill-mode: both;
    animation-duration: .35s;
    animation-delay: .15s;
    animation-name: fadeIn
}

.cover {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #111;
    position: fixed;
    opacity: 0;
    transition: opacity .2s 0s ease-out, height 0s .2s linear;
    z-index: 14
}

.cover.show {
    height: 100%;
    opacity: .15;
    transition: opacity .2s 0s ease-out, height 0s 0s linear
}

.fullscreen-loader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 77777
}

.unload {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f4f6f7;
    position: fixed;
    z-index: 770
}

.loadingCover::before {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f4f6f7;
    position: fixed;
    z-index: 10;
    display: block
}

.waiting {
    pointer-events: none
}

.waiting::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f4f6f7;
    position: absolute;
    z-index: 10;
    display: block;
    animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: .25s;
    animation-name: fadeIn
}

.fullscreen-loader, .loading, .loadingCover::before, .unload, .waiting::before {
    background-size: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%23bcbfc1' d='M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z' transform='rotate(337.711 25 25)'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.6s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E")
}

div[id*=wait_] {
    display: none !important
}

.success_messages {
    padding: 5px;
    background-color: #f9feff;
    color: #0d8892;
    text-align: center;
    border-radius: 4px;
    border: dashed 2px #499198
}

@media screen and (min-width: 1024px) {
    .g-no-scroll .cover {
        z-index: 777
    }
}

.g-no-scroll .footer, .g-no-scroll .mainold {
    pointer-events: none
}

@media screen and (max-width: 768px) {
    .desktop-only {
        display: none
    }
}

@media screen and (max-width: 1280px) {
    .container {
        padding: 0 9px 0 9px
    }

    #tesser .g-only-hd {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    #tesser .g-only-desktop {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .mainold {
        margin-top: 71px
    }
}

.btn {
    min-height: 34px;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    color: var(--mainColor);
    border: solid 1px var(--mainColor);
    border-radius: 3px;
    outline: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.15;
    position: relative;
    vertical-align: top;
    display: inline-block;
    transition: color .2s ease, border-color .2s ease-out, background-color .2s ease-out;
    z-index: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:active {
    transform: translate3d(0, 2px, 0)
}

.btn--full {
    width: 100%
}

.btn--filled {
    color: var(--primaryColor);
    background-color: var(--mainColor)
}

.btn--light {
    color: var(--primaryColor);
    border-color: var(--primaryColor)
}

.btn--trigger {
    color: var(--nPrimaryColor);
    border-color: var(--nPrimaryColor-900);
    background-color: var(--nPrimaryColor-900)
}

.btn svg {
    transition: opacity .2s ease
}

.btn.loading {
    background-size: 28px;
    color: transparent;
    cursor: wait;
    pointer-events: none
}

.btn.loading svg {
    opacity: 0
}

@media (min-width: 768px) {
    .btn:hover {
        color: var(--primaryColor);
        background-color: var(--mainColor)
    }

    .btn--filled:hover {
        background-color: var(--nPrimaryColor-700)
    }

    .btn--light:hover {
        color: var(--primaryColor-900)
    }

    .btn--trigger:hover {
        border-color: var(--nPrimaryColor-800);
        background-color: var(--nPrimaryColor-800)
    }
}

.link {
    color: var(--mainColor);
    text-decoration: none;
    border: 0;
    border-bottom: solid 1px transparent;
    transition: border-bottom-color .2s ease-out, background-color .3s ease, box-shadow .3s ease;
    z-index: 1;
    cursor: pointer
}

.link--styled {
    border-bottom-color: var(--mainColor-200)
}

.link:hover {
    border-bottom-color: var(--mainColor-200);
    background-color: var(--mainColor-50);
    box-shadow: 0 0 20px 5px var(--mainColor-50)
}

.link:active {
    transform: translate3d(0, 2px, 0)
}

.checkbox {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.checkbox__icon {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(68, 68, 68, .5);
    background: rgba(255, 255, 255, .1);
    position: absolute;
    transition: background-color .2s ease-out, border-color .3s ease-out;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox__icon::before {
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--mainColor);
    border: solid 3px var(--primaryColor);
    opacity: 0;
    transition: opacity ease .2s;
    position: absolute;
    z-index: 1
}

.checkbox:active .checkbox__icon {
    transform: translate3d(0, 0, 0) scale(.9)
}

.checkbox__input {
    top: 20px;
    left: 10px;
    width: 1px;
    height: 1px;
    opacity: .01;
    position: absolute;
    z-index: -777
}

.checkbox__input:checked + .checkbox__icon {
    background: var(--mainColor);
    border-color: var(--mainColor)
}

.checkbox__input:checked + .checkbox__icon::before {
    opacity: 1
}

.checkbox__text {
    padding: 2px 0 0 34px;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    vertical-align: top;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.input {
    width: 100%;
    margin: 0 0 15px 0;
    vertical-align: top;
    display: inline-block;
    position: relative
}

.input__label {
    width: 100%;
    padding-bottom: 5px;
    font-weight: 500;
    vertical-align: top;
    display: inline-block
}

.input__label.required::after {
    content: '*';
    margin: 0 0 0 2px;
    font-size: 80%;
    font-weight: 600;
    color: #d41f5f;
    vertical-align: top;
    display: inline-block
}

.input__text {
    width: 100%;
    padding: 10px;
    outline: 0;
    color: var(--primaryColor-900);
    background-color: transparent;
    border: solid 2px var(--primaryColor-300);
    border-radius: 5px;
    transition: border-color .3s ease-out, background-color .3s ease-out;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    vertical-align: top;
    display: inline-block
}

.input__text:hover {
    border-color: var(--nPrimaryColor-700)
}

.input__text:focus {
    border-color: var(--mainColor);
    background-color: var(--mainColor-25)
}

.input__text.invalid {
    border-color: var(--nPrimaryColor-900)
}

.input__text.invalid:focus {
    border-color: var(--primaryColor-300)
}

.input__notice {
    width: 100%;
    margin: 5px 0;
    font-size: 14px;
    color: var(--mainColor);
    vertical-align: top;
    display: inline-block
}

.textarea {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px 0;
    vertical-align: top;
    display: inline-block;
    position: relative
}

.textarea__label {
    width: 100%;
    padding-bottom: 5px;
    font-weight: 500;
    vertical-align: top;
    display: inline-block
}

.textarea__text {
    max-width: 100%;
    width: 100%;
    min-height: 100px;
    padding: 10px;
    outline: 0;
    color: var(--primaryColor-900);
    background-color: transparent;
    border: solid 2px var(--primaryColor-300);
    border-radius: 5px;
    transition: border-color .3s ease-out, background-color .3s ease-out;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    vertical-align: top;
    display: inline-block
}

.textarea__text:hover {
    border-color: var(--nPrimaryColor-700)
}

.textarea__text:focus {
    border-color: var(--mainColor);
    background-color: var(--mainColor-25)
}

.textarea__textinvalid {
    border-color: var(--nPrimaryColor-900)
}

.textarea__textinvalid:focus {
    border-color: var(--primaryColor-700)
}

.section {
    width: 100%;
    vertical-align: top;
    display: inline-block
}

.section__title {
    margin: 20px 0 10px 0;
    padding-right: 40px;
    font-size: 20px;
    text-overflow: ellipsis;
    position: relative
}

.section__title--light {
    color: var(--primaryColor)
}

.section__title--box {
    width: 50%;
    vertical-align: top;
    display: inline-block
}

.section__title--big {
    font-size: 52px;
    margin: 40px 0
}

.section__title--zeroTop {
    margin-top: 0 !important
}

.section__desc {
    margin: 30px 0;
    line-height: 24px;
    position: relative
}

.section__desc--light {
    color: var(--primaryColor)
}

.section__desc--box {
    width: 50%;
    margin-bottom: 60px;
    vertical-align: top;
    display: inline-block
}

.section__mediumTitle {
    width: 100%;
    margin: 30px 0;
    line-height: 32px;
    font-size: 28px;
    font-weight: 600;
    position: relative
}

.section__mediumTitle--light {
    color: var(--primaryColor)
}

.section__mediumTitle--zeroTop {
    margin-top: 0
}

.section__subtitle {
    width: 100%;
    margin: 15px 0;
    line-height: 28px;
    font-size: 20px;
    font-weight: 600;
    position: relative
}

.section__subtitle--light {
    color: var(--primaryColor)
}

.section__content {
    position: relative
}

.section--bigIndent {
    padding-bottom: 70px
}

@media (min-width: 768px) {
    .section__btn {
        top: -74px;
        right: 0;
        position: absolute
    }

    .section__title--zeroTopAfterMobile {
        margin-top: 0 !important
    }
}

@media (max-width: 1024px) {
    .section__title--big {
        margin: 30px 0;
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .section__title {
        font-size: 20px
    }

    .section__title--box {
        width: 100%
    }

    .section__title--big {
        font-size: 36px
    }

    .section__desc {
        margin-top: 0
    }

    .section__desc--box {
        width: 100%;
        margin-bottom: 30px
    }

    .section__content--withoutBtn {
        padding-bottom: 30px
    }

    .section__mediumTitle {
        font-size: 20px;
        line-height: 26px
    }

    .section__btn {
        top: 0;
        width: 100%;
        margin: 25px 0;
        position: relative
    }

    .section--bigIndent {
        padding-bottom: 30px
    }
}

@media (max-width: 425px) {
    .section__title--big {
        font-size: 32px
    }
}

@media (min-width: 1024px) {
    .section__title {
        animation-fill-mode: both;
        animation-duration: .7s;
        animation-name: fadeIn
    }

    .section__desc {
        animation-fill-mode: both;
        animation-duration: .7s;
        animation-delay: .2s;
        animation-name: fadeIn
    }

    .section__text {
        animation-fill-mode: both;
        animation-duration: .7s;
        animation-delay: .3s;
        animation-name: fadeIn
    }
}

.g-btn {
    min-height: 42px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #444;
    background-color: #ddd;
    border: 0;
    border-radius: 3px;
    outline: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    transform-origin: bottom;
    transition: background-color .2s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.g-btn:hover {
    background-color: #d6d6d6
}

.g-btn:active {
    -webkit-transform: scale(.98) translateY(2px);
    -ms-transform: scale(.98) translateY(2px);
    transform: scale(.98) translateY(2px)
}

.g-btn--light {
    background-color: #f9f9f9;
    border: solid 2px var(--nPrimaryColor-800);
    border-radius: 30px;
    color: var(--nPrimaryColor-800)
}

.g-btn--light:hover {
    background-color: #e6f0f1
}

.g-btn--big {
    padding: 10px 30px;
    line-height: 24px
}

.g-btn--yellow {
    background-color: #fad639
}

.g-btn--yellow:hover {
    background-color: #ffde4d
}

.g-btn--red {
    color: #fff;
    background-color: var(--nPrimaryColor-900)
}

.g-btn--red:hover {
    background-color: var(--nPrimaryColor-800)
}

.g-btn--orange {
    color: #fff;
    background-color: #ff6f02
}

.g-btn--orange:hover {
    background-color: #fa8334
}

.g-btn--white {
    background-color: #fff
}

.g-btn--white:hover {
    background-color: #f3f3f3
}

.g-btn--green {
    color: #fff;
    background-color: var(--nPrimaryColor-900)
}

.g-btn--green:hover {
    background-color: var(--nPrimaryColor-800)
}

.g-btn--full {
    width: 100%
}

.g-btn[disabled] {
    cursor: not-allowed;
    background-color: #aeb5b5
}

.auth-text {
    padding: 0 0 30px 0;
    display: inline-block
}

.g-checkbox {
    transition: opacity .3s ease;
    vertical-align: top;
    display: inline-block;
    position: relative
}

.g-checkbox.disabled {
    opacity: .3;
    pointer-events: none
}

.g-checkbox-icon {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(34, 42, 52, .3);
    background: rgba(255, 255, 255, .1);
    position: absolute;
    transition: background-color .2s ease-out, border-color .3s ease-out;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.g-checkbox-icon::before {
    content: ' ';
    top: 0;
    right: 0;
    width: 10px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    opacity: 0;
    transition: opacity ease-out .2s, transform ease-out .3s;
    position: absolute;
    -webkit-transform: translate3d(-1px, -4px, 0) rotate(135deg);
    -ms-transform: translate3d(-1px, -4px, 0) rotate(135deg);
    transform: translate3d(-1px, -4px, 0) rotate(135deg)
}

.g-checkbox-input:checked + .g-checkbox-icon {
    background: var(--nPrimaryColor-900);
    border-color: var(--nPrimaryColor-900) !important
}

.g-checkbox-input:checked + .g-checkbox-icon::before {
    opacity: 1;
    -webkit-transform: translate3d(-1px, 2px, 0) rotate(135deg);
    -ms-transform: translate3d(-1px, 2px, 0) rotate(135deg);
    transform: translate3d(-1px, 2px, 0) rotate(135deg)
}

.g-checkbox-text {
    padding: 2px 0 0 34px;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    color: #32414a;
    vertical-align: top;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.g-radiobox-text {
    padding: 3px 0 0 34px;
    text-align: left;
    color: #32414a;
    display: block
}

.g-radiobox-icon {
    width: 18px;
    height: 18px;
    border: solid 2px #bcc4c3;
    margin: 2px 0 0 0;
    border-radius: 10px;
    background: #fff;
    position: relative;
    display: block;
    float: left
}

.g-radiobox-icon::before {
    content: '';
    visibility: hidden;
    width: 10px;
    height: 10px;
    margin: 2px;
    background: var(--nPrimaryColor-900);
    border-radius: 10px;
    display: block
}

.g-checkbox-input:checked + .g-icon-ok::before, .g-radiobox-input:checked + .g-radiobox-box .g-radiobox-icon::before {
    visibility: visible
}

input[disabled] + .g-radiobox-box .g-radiobox-icon {
    border-color: #d6d6d6
}

input[disabled] + .g-radiobox-box .g-radiobox-text {
    color: #d6d6d6
}

.g-radiobox-box {
    vertical-align: top;
    display: inline-block
}

.g-checkbox-input, .g-radiobox-input {
    top: 20px;
    left: 10px;
    width: 1px;
    height: 1px;
    opacity: .01;
    position: absolute
}

.g-inputbox, .g-selectbox, .g-textareabox {
    width: 100%;
    display: inline-block
}

.g-inputbox-label, .g-selectbox-label, .g-textareabox-label {
    width: 100%;
    padding: 0 0 6px 0;
    text-align: left;
    font-size: 14px;
    color: #272b2b;
    display: inline-block
}

.g-inputbox-input, .g-selectbox-select, .g-textareabox-textarea {
    width: 100%;
    padding: 0 15px;
    border: solid 2px #e1e3e4;
    font-size: 16px;
    border-radius: 5px;
    color: #252d31;
    outline: 0;
    transition: border-color .3s ease-out, background-color .3s ease-out;
    vertical-align: top;
    display: inline-block
}

.g-inputbox-input, .g-selectbox-select {
    height: 42px;
    background-color: #fff
}

.g-textareabox-textarea {
    height: 100px;
    padding: 20px;
    resize: vertical
}

.g-selectbox-select {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 46px 46px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    text-indent: .01px;
    text-overflow: '';
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.g-inputbox-input:focus, .g-selectbox-select:focus, .g-textareabox-textarea:focus {
    border-color: var(--nPrimaryColor-900);
    background-color: var(--nFocus-100)
}

.g-inputbox-icon {
    top: 1px;
    left: 1px;
    height: 100%;
    position: absolute;
    display: block
}

.g-selectbox, .g-two-inputbox {
    width: 100%;
    max-width: 238px;
    display: inline-block;
    padding: 0 20px 20px 0;
    position: relative;
    vertical-align: top
}

.g-inputbox-wrap {
    width: 100%;
    position: relative
}

.g-selectbox-wrap {
    width: 100%;
    position: relative
}

.g-selectbox-wrap::after {
    content: '';
    top: 48%;
    right: 16px;
    width: 0;
    height: 0;
    margin: 0 0 0 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #a2a2a2;
    pointer-events: none;
    vertical-align: top;
    display: inline-block;
    position: absolute
}

.g-inputbox-wrap--left, .g-inputbox-wrap--right {
    max-width: 44%;
    vertical-align: top;
    display: inline-block
}

.g-inputbox-wrap--left {
    float: left
}

.g-inputbox-wrap--right {
    float: right
}

.g-inputbox-wrap--icon-line {
    position: relative;
    width: 16px;
    display: block;
    margin: 0 auto;
    height: 42px
}

.g-inputbox-wrap--icon-line::after {
    content: '';
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e1e3e4;
    position: absolute;
    display: block
}

.g-input_error {
    border-color: #ff3e00 !important
}

.g-button_thin {
    background-color: #fff;
    border: solid 1px #32414a;
    color: #32414a
}

.g-button_thin:hover {
    background-color: #32414a;
    color: #fff
}

.g-bigbutton {
    padding: 12px 40px 12px 40px;
    border: solid 2px #32414a;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    background-color: #32414a;
    color: #fff;
    cursor: pointer;
    outline: 0;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    transition: background-color .2s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.g-bigbutton.loading {
    background-size: 28px;
    color: transparent;
    cursor: wait;
    pointer-events: none
}

.g-bigbutton:active {
    -webkit-transform: scale(.98) translateY(2px);
    -ms-transform: scale(.98) translateY(2px);
    transform: scale(.98) translateY(2px)
}

.g-bigbutton_thin {
    background-color: #fff;
    color: #32414a
}

.g-bigbutton_thin:hover {
    background-color: #32414a;
    color: #fff
}

.g-bigbutton_red {
    border: solid 2px var(--nPrimaryColor-900);
    color: #fff;
    background-color: var(--nPrimaryColor-900)
}

.g-bigbutton_green {
    border: solid 2px var(--nPrimaryColor-900);
    color: #fff;
    background-color: var(--nPrimaryColor-900)
}

.g-button {
    height: 36px;
    padding: 12px;
    line-height: 15px;
    background-color: var(--nPrimaryColor-900);
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    transition: all .3s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.g-button.loading {
    background-size: 28px;
    color: transparent;
    cursor: wait;
    pointer-events: none
}

.g-button:active {
    transition: none;
    -webkit-transform: scale(.98) translateY(2px);
    -ms-transform: scale(.98) translateY(2px);
    transform: scale(.98) translateY(2px)
}

.g-button.g-button_icon {
    padding-right: 24px
}

.g-button__show-more-wrapper {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
    display: inline-block;
    animation-fill-mode: both;
    animation-name: flipInX;
    animation-duration: 1s;
    animation-delay: .3s
}

.g-button__show-more {
    min-height: 32px;
    padding: 5px 30px;
    border: solid 2px #84afb3;
    font-size: 16px;
    color: var(--nPrimaryColor-900);
    border-radius: 30px;
    outline: 0;
    background-color: #f9f9f9;
    background-size: 28px;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    transition: width .3s ease, background-color .2s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.g-button__show-more.loading {
    width: 50px;
    font-size: 0;
    background-color: #fff;
    color: transparent;
    pointer-events: none
}

.g-button__show-more:active {
    -webkit-transform: translateY(2px) scale(.99);
    -ms-transform: translateY(2px) scale(.99);
    transform: translateY(2px) scale(.99)
}

.g-button__show-more:hover {
    background-color: #e6f0f1
}

.g-button-icon {
    width: 36px;
    margin: 0 0 0 -11px;
    display: inline-block;
    transition: all .3s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.g-button-icon::before {
    content: ' ';
    top: 0;
    width: 36px;
    height: 36px;
    display: block;
    position: absolute
}

.g-button_red {
    background: var(--nPrimaryColor-900)
}

.g-bigbutton_red:hover, .g-button_red:hover {
    background: var(--nPrimaryColor-800)
}

.g-button_green {
    background: var(--nPrimaryColor-900)
}

.g-bigbutton_green:hover, .g-button_green:hover {
    background: var(--nPrimaryColor-800);
    border-color: var(--nPrimaryColor-900)
}

.g-button-xpadding {
    padding-left: 22px;
    padding-right: 22px
}

.g-button--round-thin {
    width: 100%;
    padding: 11px;
    height: auto;
    background-color: rgba(255, 255, 255, .4);
    border: solid 2px #84afb3;
    color: var(--nPrimaryColor-900);
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    border-radius: 50px
}

.g-button--round-thin:hover {
    background-color: #f4f8f9
}

.g-button--icon-right {
    padding-right: 26px
}

.errortext {
    animation-fill-mode: both;
    animation-name: bounceInOut;
    animation-duration: 1s;
    animation-delay: .45s
}

@media screen and (max-width: 768px) {
    .g-selectbox, .g-two-inputbox {
        max-width: 100%;
        padding: 0 0 16px 0;
        text-align: left
    }
}

.navigation {
    width: 100%;
    display: inline-block
}

.breadcrumbs {
    padding-top: 20px;
    list-style: none;
    font-size: 14px;
    color: #32414a
}

.breadcrumbs__itemold {
    margin-right: 15px;
    position: relative;
    display: inline-block
}

.breadcrumbs__itemold::after {
    content: '/';
    left: 8px;
    position: relative
}

.breadcrumbs__itemold:last-child {
    margin-right: 0
}

.breadcrumbs__itemold:last-child::after {
    display: none
}

.breadcrumbs__itemold_active {
    font-weight: 500
}

.breadcrumbs__link {
    color: #374344;
    text-decoration: none
}

.breadcrumbs__link:hover {
    text-decoration: underline
}

@media screen and (min-width: 1024px) {
    .breadcrumbs {
        animation-fill-mode: both;
        animation-name: fadeIn;
        animation-duration: 1s
    }
}

.tile {
    max-width: 24%;
    width: 306px;
    margin: .5%;
    background: #fff;
    border-bottom: solid 2px #e0e0e0;
    border-radius: 6px;
    transition: box-shadow .15s linear;
    transform: translate3d(0, 0, 0);
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

.tile__image-link {
    width: 100%;
    height: 206px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: block;
    cursor: pointer;
    transition: opacity .2s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tile__image-link:hover {
    opacity: .8
}

.tile__image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    min-height: 70px;
    display: inline-block;
    pointer-events: none;
    position: absolute;
    margin: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tile__info {
    width: 100%;
    vertical-align: top;
    display: inline-block
}

.tile__tooltip {
    width: 18px;
    height: 18px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle
}

.tile__tooltip:hover::before {
    content: attr(data-tile-tooltip);
    top: -19px;
    right: 0;
    left: 0;
    min-width: 50px;
    padding: 0 10px;
    line-height: 1.5;
    color: #555;
    font-size: 12px;
    position: absolute;
    will-change: contents;
    z-index: 1;
    display: block;
    animation-fill-mode: both;
    animation-duration: .5s;
    animation-name: fadeIn
}

.index__tiles_collections .tile__image, .index__tiles_floor .tile__image {
    min-width: 100%;
    height: auto;
    min-height: 100%
}

.tile__title-wrap {
    width: 100%;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.tile__title-slider {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    transition: height .2s ease-out;
    z-index: 2
}

.tile__title {
    width: 100%;
    height: inherit;
    padding: 10px 20px;
    font-size: 19px;
    line-height: 24px;
    color: #293334;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    display: inline-block
}

.tile__desc-wrap {
    width: 100%;
    padding: 0 20px 10px 20px;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.tile_product .tile__about:not(.tile__about--disable-hover):hover .tile__title-slider {
    height: 246px
}

.tile_badge_left {
    left: 10px
}

.tile__type {
    top: 23px;
    left: 20px;
    padding: 0 8px 1px 8px;
    font-size: 13px;
    background-color: #f4f6f7;
    border-radius: 10px;
    color: #33424b;
    position: absolute;
    z-index: 1
}

.tile__brand, .tile__country {
    font-size: 16px;
    color: #5a5c5d;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top
}

.tile__brand {
    max-width: 70%;
    text-align: left;
    float: left
}

.tile__brand:hover {
    color: #1c5e67;
    text-decoration: underline
}

.tile__about--disable-hover .tile__brand:hover {
    color: inherit;
    text-decoration: none
}

.tile__country {
    max-width: 30%;
    text-align: right;
    float: right
}

.tile__price {
    width: 100%;
    margin: 11px 0;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    position: relative
}

.tile__price::before {
    content: '';
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #edf0f1;
    position: relative;
    display: block
}

.tile__price-currency, .tile__price-from, .tile__price-quantity, .tile__price-value {
    padding: 5px 0 0 0;
    vertical-align: top;
    display: inline-block
}

.tile__price-currency, .tile__price-value {
    color: var(--nPrimaryColor-900)
}

.tile__price-from, .tile__price-quantity {
    font-size: 18px;
    padding-left: 5px;
    color: #5a5c5d
}

.tile__price-value {
    padding: 0 5px;
    font-size: 24px
}

.tile__price-currency {
    padding: 0 4px 0 0;
    font-size: 24px
}

.tile__price-from {
    padding: 5px 3px 0 0
}

.tile__currency-box {
    float: left
}

.tile__price-less {
    color: var(--nPrimaryColor-900);
    text-decoration: none;
    font-size: 22px;
    padding: 8px 5px 0;
    display: inline-block
}

a.tile__title--nowrap {
    white-space: normal
}

.tile__priceClick-button {
    width: 60%;
    height: 40px;
    padding: 12px 4px;
    border-radius: 0
}

.tile__priceClick-button:hover {
    color: #fff;
    background-color: var(--nPrimaryColor-900)
}

.tile__priceClick-button:active {
    transform: none;
    opacity: .8
}

.tile__priceClick-button.loading {
    color: transparent;
    background-size: 32px
}

.tile__price-button {
    width: 40%;
    height: 40px;
    padding: 12px 4px;
    border-radius: 0
}

.tile__price-button:hover {
    background-color: #var --nPrimaryColor-800
}

.tile__price-button:active {
    transform: none;
    opacity: .8
}

.tile__price-button::before {
    content: '';
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS4yOCIgaGVpZ2h0PSIyNS41Ij48ZyBmaWxsPSIjRkZGIj48cGF0aCBkPSJNMTcuMDUgMjAuNzVjLTEuMjggMC0yLjMzIDEuMDYtMi4zMyAyLjM3IDAgMS4zIDEuMDcgMi4zOCAyLjMzIDIuMzhzMi4zMy0xLjEgMi4zMy0yLjM4YzAtMS4zLTEuMDctMi4zOC0yLjMzLTIuMzh6bTAgMy4xOGMtLjQzIDAtLjc2LS4zNS0uNzYtLjggMC0uNDUuMzMtLjgzLjczLS44M3MuNzYuMzguNzYuODItLjM1LjgtLjc2Ljh6TTUuNzIgMjAuNzVjLTEuMjggMC0yLjMzIDEuMDYtMi4zMyAyLjM3IDAgMS4zIDEuMDQgMi4zOCAyLjMgMi4zOCAxLjMgMCAyLjMzLTEuMDcgMi4zMy0yLjM4IDAtMS4zLTEuMDctMi4zOC0yLjMzLTIuMzh6bS43NiAyLjM3YzAgLjQ0LS4zNS44LS43Ni44LS40MyAwLS43Ni0uMzQtLjc2LS44IDAtLjQ0LjM2LS44Mi43Ni0uODIuNDMgMCAuNzYuMzUuNzYuODJ6TTIxLjg2IDBsLS44MyAzLjI1SDBsMy44NyAxMS40N2MtMS4yNy4zMi0yLjE3IDEuNS0yLjE3IDIuODcgMCAxLjY2IDEuMjcgMyAyLjkgM2gxNC43MnYtMS41SDQuNmMtLjc2IDAtMS4zNC0uNjUtMS4zNC0xLjQ4IDAtLjguNi0xLjQ1IDEuMzQtMS40NWgxNC43MkwyMy4xIDEuNTVoMi4xOFYwaC0zLjQyek0yMC42IDQuOGwtMi40NyA5LjgzSDUuNDhMMi4xOCA0LjhIMjAuNnoiLz48cGF0aCBkPSJNNi44NSA2LjhoMS41N3Y2LjUySDYuODV6bTMuNzggMGgxLjU3djYuNTJoLTEuNTd6bTMuNzcgMEgxNnY2LjUyaC0xLjZ6Ii8+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    vertical-align: middle;
    display: inline-block
}

.tile__button-show {
    max-width: 150px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    float: none
}

.tile__badge {
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70px 70px;
    position: absolute;
    pointer-events: none;
    z-index: 1
}

.tile__badge_hit {
    background-image: url(/ui/v2/i/badges/hit.svg);
    display: none
}

.tile__badge_sale {
    background-image: url(/ui/v2/i/badges/sale.svg)
}

.tile__badge_darkSale {
    background-image: url(/ui/v2/i/badges/dark-sale.svg)
}

.tile__badge_stock {
    background-image: url(/ui/v2/i/badges/stock.svg)
}

.tile__badge_stock_15 {
    background-image: url(/ui/v2/i/badges/stock-15.svg)
}

.tile__badge_new {
    background-image: url(/ui/v2/i/badges/new.svg)
}

.tile__badge_stock_35 {
    background-image: url(/ui/v2/i/badges/stock-35.svg)
}

.tile__stock-block {
    margin: 4px 5px 0 -5px;
    padding: 0 4px;
    vertical-align: top;
    display: inline-block;
    position: relative
}

.tile__stock-block::before {
    position: absolute;
    content: '';
    left: 0;
    top: 45%;
    right: 0;
    color: #898a8a;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.tile__stock-price-length {
    height: 30px;
    font-size: 18px;
    line-height: 18px;
    color: #787878
}

.tile__stock-price-quantity {
    font-size: 14px;
    line-height: 14px;
    color: #787878
}

.tile_product .tile__price-value {
    padding: 0 5px 0 0;
    font-size: 22px
}

.tile_product .tile__price-currency {
    font-size: 22px
}

.tiles-list {
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
    vertical-align: top;
    display: inline-block
}

@media screen and (min-width: 1024px) {
    .tile {
        animation-fill-mode: both;
        animation-name: zoomIn;
        animation-duration: .3s
    }

    .tile__badge {
        animation-fill-mode: both;
        animation-name: bounceIn;
        animation-delay: .7s;
        animation-duration: .3s
    }
}

@media screen and (min-width: 1024px) {
    .tile:hover {
        box-shadow: 0 15px 20px -25px rgba(0, 0, 0, .25), 0 11px 40px -10px rgba(0, 0, 0, .2)
    }
}

@media screen and (max-width: 1024px) {
    .tile {
        max-width: 300px;
        margin: 0 .5% 1% .5%;
        display: inline-block;
        float: none
    }
}

.tiles {
    width: 101%;
    margin-left: -.5%;
    min-height: 304px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    z-index: 1
}

.tiles__inner {
    width: 100%;
    vertical-align: top;
    display: inline-block
}

@media screen and (max-width: 1024px) {
    .tiles {
        text-align: center
    }
}

.interception {
    width: 100%;
    margin: 20px 0;
    padding: 30px;
    background-color: #fff;
    background-image: radial-gradient(#fff 3px, transparent 4px), radial-gradient(#fff 3px, transparent 4px), linear-gradient(#fff 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, #a4a4a4 75px, #a4a4a4 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, #a4a4a4 76px, #a4a4a4 77px, transparent 78px, transparent 109px), #fff;
    background-size: 109px 109px, 109px 109px, 100% 6px, 109px 109px, 109px 109px;
    background-position: 54px 55px, 0 0, 0 0, 0 0, 0 0;
    border: solid 2px #e2e7e9;
    border-radius: 5px;
    vertical-align: top;
    display: inline-block
}

.interception__text {
    padding: 4px;
    font-size: 23px;
    line-height: 28px;
    color: #36494a;
    vertical-align: top;
    display: inline-block;
    float: left
}

.interception__phone {
    margin: 0 0 0 10%;
    padding: 10px 20px 20px 20px;
    border: dashed 2px #cecece;
    background-color: #fff;
    font-size: 22px;
    text-align: center;
    border-radius: 9px;
    vertical-align: top;
    display: inline-block;
    cursor: default
}

.interception__phoneText {
    margin: 10px 0 0 10px;
    color: #586d6f;
    display: inline-block
}

.interception__phoneIcon {
    width: 24px;
    height: 24px;
    margin: 10px 0 0 0;
    vertical-align: top;
    display: inline-block
}

.interception__phoneIcon path {
    fill: #587c80
}

.interception__btn {
    margin: 10px 0;
    padding: 12px 60px;
    float: right
}

@media screen and (max-width: 1280px) {
    .interception {
        width: 100%;
        text-align: center;
        padding: 30px 70px 40px 70px
    }

    .interception__text {
        width: 100%;
        padding: 0 0 20px 0;
        text-align: center
    }

    .interception__phone {
        margin: 4px 0 0 0;
        padding: 2px 20px 10px 20px
    }

    .interception__btn {
        margin: 4px 20px;
        float: none
    }
}

@media screen and (max-width: 425px) {
    .interception {
        padding: 30px 0 40px 0
    }

    .interception__phone {
        margin: 0 0 20px 0
    }

    .interception__btn {
        padding: 15px 40px
    }
}

.googletagmanager {
    width: 0;
    height: 0;
    display: none;
    visibility: hidden
}

.menu {
    display: none
}

.header__bar-menu {
    left: 0;
    top: 84px;
    width: 100%;
    height: 0;
    background-color: #fff;
    position: absolute;
    transition: transform .2s 0s ease-out, height 0s .2s linear, opacity .2s 0s linear;
    transform-origin: top;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: rotateX(-25deg);
    -ms-transform: rotateX(-25deg);
    transform: rotateX(-25deg)
}

.header__bar-menu--open {
    height: 390px;
    max-height: 100vh;
    opacity: 1;
    overflow: auto;
    transition: transform .2s 0s ease-out, height 0s 0s linear, opacity .2s 0s linear;
    box-shadow: 0 3px 5px rgba(12, 12, 12, .2);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0)
}

.catalog-list {
    width: 100%;
    padding: 20px 0 0 0;
    vertical-align: top;
    display: inline-block
}

.catalog-list--full {
    width: 100%;
    margin: 5px 0 50px 0;
    padding: 0 20px 0;
    background-color: #fff;
    border-radius: 8px;
    border-bottom: solid 2px #eaeaea;
    display: inline-block
}

.catalog-sublist {
    padding: 0 0 10px 0
}

.catalog-list__item {
    width: 100%;
    max-width: 315px;
    margin: 0 0 8px 0;
    vertical-align: top;
    line-height: 20px;
    display: inline-block
}

.catalog-list--full .catalog-list__item {
    max-width: 304px
}

.catalog-sublist .catalog-list__item::before {
    content: '';
    width: 6px;
    height: 6px;
    margin: 5px 15px 0 0;
    background-color: #fff;
    border: solid 2px var(--nPrimaryColor-900);
    border-radius: 50%;
    vertical-align: top;
    line-height: 22px;
    display: inline-block
}

.catalog-list__item-link {
    font-size: 16px;
    letter-spacing: -.4px;
    line-height: 18px;
    color: #2c333d;
    text-decoration: none;
    transition: background-color .15s ease-out, box-shadow .15s ease-out;
    display: inline-block
}

.catalog-list__item-link:hover {
    color: var(--nPrimaryColor-800);
    text-decoration: underline
}

.catalog-list__item-link:active {
    -webkit-transform: scale(.98);
    transform: scale(.98)
}

.catalog-list__item-link--subtitle {
    width: 100%;
    padding-bottom: 15px;
    font-size: 18px;
    display: inline-block
}

.catalog-list__sublist {
    padding-left: 20px
}

.catalog-list__item-link-counter {
    font-size: 12px;
    color: #707475
}

.catalog-list__item-link--subtitle .catalog-list__item-link-counter {
    font-size: 14px
}

.menu__list .catalog-list {
    padding: 0
}

.menu__list .catalog-list .catalog-sublist {
    padding: 0
}

.menu__list .catalog-list__item--parent {
    width: 100%;
    max-width: 100%
}

.menu__list .catalog-list__item {
    max-width: 100%;
    margin: 0
}

.menu__list .catalog-list__item-link {
    width: 100%;
    padding: 10px 20px;
    border-bottom: solid 1px #e4e4e4;
    font-size: 16px;
    line-height: 18px;
    color: #4e4e4e;
    text-decoration: none
}

.menu__list .catalog-list__item-link--subtitle {
    background-color: #fff
}

.catalog-list__brand-tag-list {
    max-height: 95px;
    overflow-y: auto;
    padding: 0;
    border: 1px solid #e5e5e5;
    margin: 10px 0
}

.catalog-list__brand-tag-list ul {
    display: flex;
    flex-wrap: wrap
}

.catalog-list__brand-tag-list ul li {
    width: 25%;
    display: inline-block
}

.catalog-list__brand-tag-list ul li a {
    text-decoration: none;
    display: block;
    padding: 6px 8px;
    font-size: 16px;
    line-height: 18px;
    color: #32414a
}

.catalog-list__brand-tag-list ul li a span.counter-bange {
    color: var(--nPrimaryColor-900);
    padding: 0 0 0 5px;
    font-size: 13px
}

.catalog-list__brand-tag-list ul li.active, .catalog-list__brand-tag-list ul li:hover {
    background-color: #e5e5e5
}

.catalog-list__brand-tag-list ul li.active a, .catalog-list__brand-tag-list ul li:hover a {
    text-decoration: underline
}

@media screen and (max-width: 1280px) {
    .catalog-list__item-link-counter {
        font-size: 11px
    }

    .catalog-list__item-link--subtitle .catalog-list__item-link-counter {
        font-size: 12px
    }

    .catalog-list__item-link--subtitle {
        padding-bottom: 10px
    }

    .catalog-list__item {
        max-width: 240px;
        margin: 0 0 3px 0
    }

    .catalog-list__item-link {
        line-height: 22px
    }

    .catalog-list__item--parent {
        max-width: 25%
    }

    .catalog-sublist .catalog-list__item::before {
        display: none
    }

    .header__bar-menu {
        overflow: auto
    }
}

@media screen and (max-width: 1024px) {
    .catalog-list__item-link {
        font-size: 15px
    }

    .catalog-list__item-link--subtitle {
        font-weight: 500
    }
}

@media screen and (max-width: 768px) {
    .catalog-list__item-link-counter {
        display: none
    }

    .header__bar-menu {
        display: none
    }

    .catalog-list__brand-tag-list ul li {
        width: 33%
    }

    .catalog-list__brand-tag-list ul li a {
        font-size: 14px
    }

    .catalog-list__brand-tag-list ul li a span.counter-bange {
        display: none
    }
}

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

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

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    animation-duration: .75s
}

.animated.delay1s {
    animation-delay: .25s
}

.animated.delay2s {
    animation-delay: .5s
}

.animated.delay3s {
    animation-delay: .75s
}

.animated.delay4s {
    animation-delay: 1s
}

.animated.delay5s {
    animation-delay: 1.25s
}

.animated.delay6s {
    animation-delay: 1.5s
}

.animated.delay7s {
    animation-delay: 1.75s
}

.animated.delay8s {
    animation-delay: 2s
}

.animated.delay9s {
    animation-delay: 2.25s
}

.animated.delay10s {
    animation-delay: 2.5s
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
    70% {
        transform: scale(.9)
    }
    100% {
        transform: scale(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes fadeOutQuick {
    to {
        opacity: 0
    }
}

.fadeOutQuick {
    animation-name: fadeOutQuick;
    animation-duration: 0s;
    animation-delay: 0s
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(.8)
    }
    100% {
        transform: scale(1)
    }
}

.zoomIn {
    animation-name: zoomIn;
    animation-duration: 1s
}

@keyframes zoomOutIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 20px) scale(1.1)
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1)
    }
}

.zoomOutIn {
    animation-name: zoomOutIn
}

@keyframes zoomInMini {
    0% {
        opacity: 0;
        transform: scale(.98)
    }
    100% {
        transform: scale(1)
    }
}

.zoomInMini {
    animation-name: zoomInMini
}

@keyframes bounceInOut {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    40% {
        opacity: 1;
        transform: scale(1.5)
    }
    100% {
        transform: scale(1)
    }
}

.bounceInOut {
    animation-name: bounceInOut
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    animation-name: flipInX
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes zoomOut {
    to {
        opacity: 0;
        transform: scale(0)
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes slideUpMini {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.slideUpMini {
    animation-name: slideUpMini;
    animation-duration: .7s
}

@keyframes slideDownMini {
    from {
        opacity: 1;
        transform: none
    }
    to {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }
}

.slideDownMini {
    animation-name: slideDownMini
}

@keyframes listOpen {
    0% {
        opacity: 0;
        transform-origin: top;
        transform: rotateX(-25deg)
    }
    100% {
        opacity: 1;
        transform-origin: top;
        transform: rotateX(0)
    }
}

.listOpen {
    animation-name: listOpen
}

@keyframes listClose {
    from {
        opacity: 1;
        transform-origin: top;
        transform: rotateX(0)
    }
    to {
        opacity: 0;
        transform-origin: top;
        transform: rotateX(-25deg)
    }
}

.listClose {
    animation-name: listClose
}

@keyframes sliderShow {
    from {
        opacity: 0;
        transform: scale(.95) translate3d(0, 0, -20px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.sliderShow {
    animation-name: sliderShow
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightMini {
    from {
        opacity: 0;
        transform: translate3d(50px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightMini {
    animation-name: fadeInRightMini
}

@keyframes fadeInLeftMini {
    from {
        opacity: 0;
        transform: translate3d(-50px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftMini {
    animation-name: fadeInLeftMini
}

@keyframes fadeInDownMini {
    from {
        opacity: 0;
        transform: translate3d(0, -50px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownMini {
    animation-name: fadeInDownMini
}

@keyframes jump {
    5% {
        transform: scale(1.1, .9)
    }
    10% {
        transform: scale(.9, 1) translateY(-.7em)
    }
    15% {
        transform: scale(1)
    }
}

.jump {
    animation-name: jump;
    animation-duration: 5s
}

.gtm {
    width: 0;
    height: 0;
    display: none;
    visibility: hidden
}

.ym {
    left: -9999px;
    position: absolute;
    display: inline-block
}

.brand-color--blue .tile__price-currency, .brand-color--blue .tile__price-value {
    color: #0135a2
}

.brand-color--blue .header__bottom-trigger {
    background-color: #0135a2
}

.brand-color--blue .header__bottom-trigger--left::after {
    border-left-color: #0135a2
}

.brand-color--blue .header__bottom-trigger:hover {
    background-color: #0f3fb1
}

.brand-color--blue .header__bottom-trigger:hover::after {
    border-left-color: #0f3fb1;
    border-right-color: #0f3fb1
}

.brand-color--blue .menu__burger-wrapper {
    background-color: #0135a2
}

.brand-color--blue .g-button__show-more {
    border-color: #0074ff;
    color: #0074ff
}

.brand-color--blue .g-button--round-thin {
    border-color: #0074ff;
    color: #0074ff
}

.brand-color--blue .g-icon--next::before {
    border-top-color: #0074ff;
    border-right-color: #0074ff
}

.brand-color--blue .g-btn--blue {
    background-color: #0074ff;
    color: #fff
}

.brand-color--blue .g-color--blue {
    color: #0074ff
}

.brand-color--blue .g-color--blue-menu {
    color: #0135a2;
    font-weight: 500
}

.brand-color--blue .g-link.g-color--blue {
    border-color: #0074ff
}

.brand-color--blue .g-font--marker {
    background-color: #f4f6f7
}

.brand-color--blue .footer__bottom {
    background-color: #0135a2
}

.brand-color--blue .footer__contacts-subscription-input, .brand-color--blue .footer__contacts-subscription-submit, .brand-color--blue .footer__contacts-subscription-submit::before {
    border-color: #0074ff
}

.brand-color--blue .collection__tabs-item:hover, .brand-color--blue .collection__tabs-item_active, .brand-color--blue .collection__tabs-item_show-all.collection__tabs-item_active {
    border-color: #0074ff;
    color: #0074ff
}

.brand-color--blue .collection__design-button:hover {
    background-color: #0065df
}

.brand-color--blue .product__actions-button {
    background-color: #0074ff
}

.brand-color--blue .product__actions-button:hover {
    background-color: #0065df
}

.brand-color--blue .product__actions-fastBtn {
    background-color: #01b2ff
}

.brand-color--blue .product__actions-fastBtn:hover {
    background-color: #009bde
}

.brand-color--blue .product__actions-typeswitcher_active {
    background-color: #0135a2;
    border-color: #0135a2
}

.brand-color--blue .product__info-value {
    color: #0135a2
}

.brand-color--blue .filter__btn-radio:checked + .filter__btn-label {
    background-color: #0135a2;
    color: #fff;
    border-color: #0135a2
}

.brand-color--blue .filter__content-apply-active, .brand-color--blue .filter__content-apply-active:hover {
    background-color: #0135a2
}

.brand-color--blue .pag__list-item--active, .brand-color--blue .pag__list-item:hover {
    background: #0135a2;
    border-color: #0135a2;
    color: #fff
}

.brand-color--blue .cf__onoffswitch-a span.active {
    background: #0135a2
}

.brand-color--blue .f__pb_wrap {
    border-color: #0135a2
}

.brand-color--blue .cf__switch-text_left, .brand-color--blue .cf__switch-text_right {
    color: #0135a2
}

.brand-color--blue .bx-filter-counter-badge {
    color: #0135a2
}

.brand-color--blue .catalog-list__brand-tag-list ul li a span.counter-bange {
    color: #0135a2
}

.brand-color--blue .bx-filter.bx-blue .bx-ui-slider-handle {
    border-color: #0135a2
}

.brand-color--blue .bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: #0135a2
}

.brand-color--blue .bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
    background: #0135a2
}

@media screen and (max-width: 920px) {
    .brand-color--blue .header__logo-box {
        width: 135px;
        padding-top: 16px
    }

    .brand-color--blue .header__logo-img {
        min-height: 20px
    }
}

@media screen and (max-width: 768px) {
    .brand-color--blue .footer__top {
        background: #0135a2
    }

    .brand-color--blue .footer__list-item {
        background: #0074ff
    }
}

@media screen and (max-width: 600px) {
    .brand-color--blue span.js-callback.header__icon--left {
        display: none
    }
}
/* End */


/* Start:/local/templates/templ_shop202409/include_old/s/additional.css?172906568329664*/
.widget__cover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    display: none;
    z-index: 8887;
    -webkit-overflow-scrolling: touch;
    overflow: hidden
}

.widget {
    width: 400px;
    height: 100vh;
    left: -450px;
    top: 0;
    background: #f7f7f5;
    transition: left .5s cubic-bezier(.25, .7, .5, 1);
    box-shadow: 3px 3px 30px rgba(0, 0, 0, .3);
    position: fixed;
    z-index: 8888
}

.widget--open {
    left: 0;
    transition: left .5s cubic-bezier(.02, .69, .5, 1)
}

.widget__close {
    top: 0;
    left: 400px;
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    z-index: 1
}

.widget__close::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 13px 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NjkuOCA0NjkuOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI4NS40IDIzNC43bDE3NC0xNzRBMzUuNSAzNS41IDAgMSAwIDQwOSAxMC40bC0xNzQgMTc0LTE3NC0xNzRhMzUuNSAzNS41IDAgMSAwLTUwLjMgNTAuM2wxNzQgMTc0TDEwLjQgNDA5YTM1LjUgMzUuNSAwIDEgMCA1MC4zIDUwLjNMMjM1LjEgMjg1bDE3NCAxNzRhMzUuNSAzNS41IDAgMSAwIDUwLjMtNTAuM2wtMTc0LTE3NHoiLz48L3N2Zz4=);
    cursor: pointer;
    display: block;
    position: absolute
}

.widget__close::after {
    content: '';
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    border-radius: 100px;
    background: var(--nPrimaryColor-800);
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: -1
}

.widget__close:hover::after {
    background: var(--nPrimaryColor-700)
}

.widget__box {
    width: 100%;
    height: inherit;
    border: 0
}

.widget-button {
    left: 5px;
    bottom: 5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f6feff;
    background: linear-gradient(to bottom, #e7f4f6 30%, #fff 100%);
    text-align: center;
    color: var(--nPrimaryColor-700);
    border: solid 2px var(--nPrimaryColor-900);
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 500;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    z-index: 10;
    position: fixed;
    cursor: pointer
}

@media screen and (min-width: 1440px) {
    .widget-button {
        z-index: 99
    }
}

@media screen and (min-width: 768px) {
    .widget-button::after {
        content: attr(data-help);
        top: -80px;
        right: -180px;
        width: 160px;
        height: 0;
        font-size: 16px;
        font-weight: 400;
        text-transform: none;
        line-height: 22px;
        text-align: center;
        color: var(--nPrimaryColor-900);
        background: #f6feff;
        border: solid 2px var(--nPrimaryColor-800);
        border-radius: 18px;
        position: absolute;
        box-shadow: 0 0 9px rgba(0, 0, 0, .1);
        transform: translateY(-10px);
        transition: transform .5s 0s ease-out, opacity .3s 0s ease-out, height 0s .5s linear, padding 0s .5s linear;
        opacity: 0;
        overflow: hidden;
        display: block;
        pointer-events: none
    }

    .widget-button:hover::after {
        height: 66px;
        padding: 12px;
        opacity: 1;
        transform: translateY(0);
        transition: transform .5s 0s ease-out, opacity .3s 0s ease-out, height 0s 0s linear, padding 0s 0s linear
    }
}

.modal {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: rgba(23, 26, 28, 0);
    transition: height 0s .3s ease-out, z-index 0s .3s ease-out, background-color .3s 0s ease-out;
    will-change: height, background-color, contents;
    position: fixed;
    z-index: -77777;
    transform: translate3d(0, 0, 0)
}

.modal__scroll {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
    position: absolute
}

.modal__scroll::-webkit-scrollbar {
    width: 0
}

.modal__scroll::before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.modal__box {
    margin: 50px auto;
    will-change: contents, transform, opacity;
    transform: translate3d(0, 5px, 0);
    transition: transform .2s cubic-bezier(.4, .7, .6, 1.2), opacity .2s ease-out;
    opacity: 0;
    z-index: 1;
    position: relative;
    background-color: var(--primaryColor);
    text-align: left;
    overflow: hidden;
    box-shadow: 2px 4px 20px rgba(0, 0, 0, .2);
    vertical-align: middle;
    display: inline-block
}

.modal__box--show {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.modal__iframe {
    width: 1024px;
    max-width: 100%;
    max-height: 100vh;
    border: 0;
    display: inline-block
}

.modal__caption {
    margin: 10px 0 10px 10px;
    font-size: 20px
}

.modal__title {
    padding: 0 0 15px 0;
    font-size: 24px;
    font-weight: 500
}

.modal__subtitle {
    padding: 0 0 15px 0;
    line-height: 18px
}

.modal__notice {
    padding: 15px 0 0 0;
    font-size: 14px;
    line-height: 18px;
    color: var(--nPrimaryColor-700)
}

.modal__prompt {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.4;
    position: relative
}

.modal__promptLink {
    right: 0;
    position: absolute
}

.modal__closeBtn {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 3px;
    opacity: .7;
    background-color: var(--primaryColor);
    transition: opacity .2s ease;
    position: absolute;
    z-index: 3
}

.modal__closeBtn:hover {
    opacity: 1
}

.modal__closeBtn:active {
    transform: translateY(2px)
}

.modal__closeBtn::after, .modal__closeBtn::before {
    content: '';
    top: 19px;
    left: 5px;
    width: 30px;
    height: 2px;
    background-color: var(--primaryColor-900);
    position: absolute
}

.modal__closeBtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal__closeBtn::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal--open {
    height: 100%;
    max-height: 100vh;
    min-height: 100vh;
    background-color: rgba(23, 26, 28, .6);
    transition: height 0s 0s ease-out, z-index 0s 0s ease-out, background-color .3s 0s ease-out;
    z-index: 77777
}

@media (min-width: 1024px) {
    .modal__box {
        border-radius: 5px
    }
}

@media (max-width: 1024px) {
    .modal__box {
        margin: 0 auto
    }

    .modal__title {
        padding-right: 50px
    }
}

.notify {
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity .7s ease, transform .3s ease;
    will-change: transform, contents;
    transform: translate3d(0, 100%, 0);
    z-index: 90000;
    position: fixed
}

.notify__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 50px 14px 15px;
    position: relative
}

.notify__title {
    margin: 0 0 10px 0;
    font-size: 22px
}

.notify__text {
    width: 100%;
    line-height: 1.4;
    text-shadow: 1px 1px rgba(0, 0, 0, .25);
    vertical-align: top;
    display: inline-block
}

.notify__closeBtn {
    top: 12px;
    right: 10px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 3px;
    position: absolute;
    z-index: 1
}

.notify__closeBtn::after, .notify__closeBtn::before {
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primaryColor);
    position: absolute
}

.notify__closeBtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.notify__closeBtn::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.notify__closeBtn:active {
    transform: translateY(2px)
}

.notify--active {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.notify--success {
    background-color: var(--successColor);
    color: var(--primaryColor)
}

.notify--info {
    background-color: var(--infoColor);
    color: var(--primaryColor)
}

.notify--error {
    background-color: var(--errorColor);
    color: var(--primaryColor)
}

@media (min-width: 1024px) {
    .notify {
        right: 15px;
        max-width: 400px;
        border-radius: 5px;
        box-shadow: 1px 3px 6px rgba(0, 0, 0, .3)
    }

    .notify--active {
        bottom: 15px
    }
}

.tooltip {
    width: 16px;
    height: 16px;
    margin: 3px 0 0 3px;
    vertical-align: top;
    display: inline-block;
    cursor: help
}

.tooltip:hover::before {
    content: attr(data-tooltip);
    min-width: 50px;
    max-width: 200px;
    margin-top: 30px;
    padding: 10px 20px;
    line-height: 1.5;
    background-color: var(--primaryColor);
    color: var(--primaryColor-900);
    border-radius: 3px;
    position: absolute;
    will-change: contents;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, .15);
    z-index: 10
}

.basket-notify {
    top: 60px;
    left: -155px;
    width: 320px;
    min-height: 250px;
    background-color: #fff;
    border: solid 2px var(--nPrimaryColor-900);
    text-align: left;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    animation-fill-mode: both;
    animation-name: slideUpMini;
    animation-duration: .2s;
    display: none
}

.basket-notify.open {
    display: block
}

.basket-notify::before {
    content: '';
    top: -8px;
    right: 34px;
    width: 11px;
    height: 11px;
    border: solid 2px var(--nPrimaryColor-900);
    border-bottom: 0;
    border-right: 0;
    border-top-left-radius: 6px;
    background-color: #fff;
    position: absolute;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.basket-notify__title {
    width: 100%;
    padding: 16px;
    font-size: 14px;
    color: #9ea2a5
}

.basket-notify__product {
    width: 100%;
    padding: 0 15px 15px 15px;
    border-bottom: dashed 4px #f2f2f2;
    text-decoration: none;
    display: table
}

.basket-notify__product-img {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    display: block;
    position: absolute
}

.basket-notify__product-img-wrapper {
    width: 80px;
    height: 80px;
    border: solid 1px #efefef;
    position: relative;
    vertical-align: middle;
    display: table;
    overflow: hidden
}

.basket-notify__product-info {
    display: table-cell;
    vertical-align: top
}

.basket-notify__product-info-title {
    max-height: 35px;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: 500;
    color: #323f4a;
    overflow: hidden
}

.basket-notify__product-info-brand {
    padding: 5px 0 5px 15px;
    font-size: 14px;
    color: #9ea2a5
}

.basket-notify__product-info-price {
    padding: 0 0 0 15px;
    font-size: 18px;
    font-weight: 500;
    color: var(--nPrimaryColor-900)
}

.basket-notify__product-buttons {
    width: 100%;
    padding: 0 15px 15px 15px
}

.basket-notify__qa {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    color: #32404a
}

.basket-notify__btn {
    width: 140px;
    min-height: 36px;
    padding: 10px 20px
}

.basket-notify__btn--checkout {
    margin-right: 5px
}

.basket-notify__btn--fastOrder {
    width: 100%
}

@media screen and (max-width: 768px) {
    .basket-notify {
        top: 71px;
        left: 0;
        width: 100%;
        border: 0;
        border-radius: 0;
        position: fixed
    }

    .basket-notify::before {
        display: none
    }
}

.body-hidden {
    overflow: hidden;
    padding-right: 17px
}

.g-checkbox-text {
    padding: 2px 0 0 35px
}

.g-modal-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    position: fixed;
    overflow: auto;
    border-radius: 0;
    z-index: 777
}

.g-modal-box_hide {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    overflow: hidden
}

.g-modal {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .g-modal-box_close .g-modal {
        opacity: 0;
        transition: opacity .3s ease-out, transform .5s cubic-bezier(0, .75, .2, 1);
        -webkit-transform: scale(.85) rotateX(90deg) translateX(-50%) translateY(-100%);
        -ms-transform: scale(.85) rotateX(90deg) translateX(-50%) translateY(-100%);
        transform: scale(.85) rotateX(90deg) translateX(-50%) translateY(-100%)
    }

    .g-modal {
        top: 25%;
        left: 50%;
        max-width: 410px;
        padding: 25px;
        border-radius: 7px;
        transform-origin: center center;
        box-shadow: 0 0 50px rgba(0, 0, 0, .3);
        transition: opacity .3s ease-out, transform .5s cubic-bezier(.25, .46, .45, .94);
        -webkit-transform: scale(1) rotateX(0) translateX(-50%) translateY(-25%);
        -ms-transform: scale(1) rotateX(0) translateX(-50%) translateY(-25%);
        transform: scale(1) rotateX(0) translateX(-50%) translateY(-25%)
    }
}

@media screen and (max-width: 768px) {
    .g-modal {
        top: 0;
        left: 0;
        height: 100%;
        padding: 40px 30px;
        transform-origin: center center;
        perspective: 800px;
        box-shadow: 0 0 50px rgba(0, 0, 0, .3);
        transition: opacity .3s ease-out, transform .5s cubic-bezier(.25, .46, .45, .94);
        -webkit-transform: scale(1) rotateY(0);
        -ms-transform: scale(1) rotateY(0);
        transform: scale(1) rotateY(0)
    }

    .g-modal-box_close .g-modal {
        opacity: 0;
        transition: opacity .3s ease-out, transform .5s cubic-bezier(0, .75, .2, 1);
        -webkit-transform: scale(.85) rotateY(-30deg);
        -ms-transform: scale(.85) rotateY(-30deg);
        transform: scale(.85) rotateY(-30deg)
    }
}

.g-modal .form_success {
    padding: 10px 20px;
    background: var(--nPrimaryColor-900);
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.g-modal .land-input-box::before {
    border: solid 2px #1b2125
}

.g-modal .land-input {
    color: #1b2125;
    text-shadow: none;
    border-radius: 6px
}

.g-modal .land-input-box::after {
    background: #eaf0f6
}

.g-modal .g-modal-title {
    width: 100%;
    text-transform: uppercase;
    font-size: 28px;
    color: #32414a;
    text-align: center;
    vertical-align: top;
    display: inline-block
}

.g-modal .g-modal-subtitle {
    width: 100%;
    padding: 0 0 25px 0;
    font-size: 18px;
    color: #585858;
    text-align: center;
    vertical-align: top;
    display: inline-block
}

.g-modal .g-checkbox-text {
    font-size: 14px
}

.g-modal .g-modal-subtitle a {
    width: 100%;
    padding: 2px 0 0 0;
    color: #6d6d6d;
    text-decoration: none;
    outline: 0;
    display: inline-block
}

.g-modal__phone {
    font-size: 24px
}

body .invalid-val::before {
    border-color: #ff4931
}

body .g-modal .invalid-val::before {
    border-color: #ff4931
}

.g-modal .land-input::-webkit-input-placeholder {
    color: #1e2831
}

.g-modal .land-input::-moz-placeholder {
    color: #1e2831
}

.g-modal .land-input:-moz-placeholder {
    color: #1e2831
}

.g-modal .land-input:-ms-input-placeholder {
    color: #1e2831
}

.g-modal .land-input:focus {
    background-color: var(--nFocus-100)
}

.g-modal-close {
    top: 0;
    right: 16px;
    width: 32px;
    height: 32px;
    margin: 16px 0 0 0;
    position: absolute;
    cursor: pointer;
    transition: all .3s ease-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.g-modal-close::after, .g-modal-close::before {
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #b71e54;
    position: absolute
}

.g-modal-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.g-modal-close:active {
    opacity: .5
}

.g-modal-close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.g-modal-close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.land-button {
    width: 100%;
    height: 42px;
    margin: 0 auto;
    font-size: 18px;
    border: 0;
    background: #0135a2;/* var(--nPrimaryColor-900);*/
    text-transform: uppercase;
    color: #fff;
    display: block;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color .3s ease;
    position: relative;
    overflow: hidden;
    outline: 0
}

.land-button:hover {
    background-color: var(--nPrimaryColor-800)
}

.land-button:active {
    -webkit-transform: scale(.98) translateY(2px);
    -ms-transform: scale(.98) translateY(2px);
    transform: scale(.98) translateY(2px)
}

.land-form {
    width: 100%;
    margin: 0 auto
}

.land-input-box {
    margin: 0 0 15px 0;
    position: relative;
    z-index: 1
}

.land-input {
    width: 100%;
    height: 46px;
    padding: 0 15px;
    border: solid 2px #d5d7d8;
    font-size: 16px;
    border-radius: 5px;
    outline: 0;
    color: #252d31;
    transition: border-color .2s ease;
    vertical-align: top;
    display: inline-block
}

.land-input:focus {
    border-color: #0135a2;/*var(--nPrimaryColor-900)*/
}

.nospm {
    width: 350px;
    height: 28px;
    padding: 5px 0 0 40px;
    margin: 20px auto 0 auto;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 0 #232e34
}

.order-collection-form {
    max-width: 480px;
    display: inline-block
}

.slider-modal__checkbox-label {
    margin-top: 20px
}

@media screen and (max-width: 768px) {
    .g-modal {
        margin: 0
    }

    .g-modal .g-modal-title {
        font-size: 26px
    }

    .g-modal .g-modal-subtitle {
        padding: 10px 0 25px;
        font-size: 16px
    }

    .land-form .land-input-box::before {
        height: 36px;
        border-color: #c5c5c5
    }

    .g-modal {
        padding: 30px 20px 35px 20px;
        box-shadow: none
    }

    .g-modal .g-modal-close {
        top: -11px;
        right: 6px
    }

    .land-button {
        height: 46px;
        font-size: 18px
    }

    .g-modal .g-checkbox-text {
        font-size: 15px
    }

    .g-modal .g-modal-close::after, .g-modal .g-modal-close::before {
        height: 3px;
        background: #e1795e
    }
}

.header__bar-search {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: inherit;
    background-color: #fff;
    position: absolute;
    transition: opacity .2s ease-out, transform .3s ease-out;
    transform-origin: 50% 50%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: scale3d(1, 0, 1);
    -ms-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1)
}

.header__bar-search.open {
    opacity: 1;
    transform-origin: center;
    perspective-origin: center;
    -webkit-perspective: 1400px;
    -moz-perspective: 1400px;
    perspective: 1400px;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.header__bar-search-form {
    width: 100%;
    height: 40px;
    margin: 5px 0 0 0;
    padding-left: 40px;
    display: inline-block;
    position: relative
}

.header__bar-search-form-input {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: solid 2px #d8d8d8;
    transition: border-color .2s ease-out;
    border-radius: 4px;
    outline: 0;
    height: 40px
}

.header__bar-search-form-input:focus {
    border-color: var(--nPrimaryColor-900)
}

.g-btn.header__bar-search-form-submit {
    top: 3px;
    right: 3px;
    width: 120px;
    min-height: 32px;
    padding: 8px 10px;
    position: absolute
}

.header__bar-search-close {
    top: 8px;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    border: 0;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    transition: transform .2s ease-out, box-shadow .2s ease-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.header__bar-search-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.header__bar-search-close:active {
    -webkit-transform: scale(.8) rotate(90deg);
    -ms-transform: scale(.8) rotate(90deg);
    transform: scale(.8) rotate(90deg)
}

.header__bar-search-close::after, .header__bar-search-close::before {
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #b71e54;
    position: absolute
}

.header__bar-search-close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header__bar-search-close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.quick-search__result {
    width: 100%;
    max-height: 310px;
    margin-top: 4px;
    background-color: #fff;
    overflow-y: auto;
    border-radius: 10px
}

.quick-search__result::-webkit-scrollbar {
    width: 8px
}

.quick-search__result::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

.quick-search__result::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px
}

.quick-search__result::-webkit-scrollbar-corner {
    background: 0 0
}

.quick-search__result::-webkit-scrollbar-thumb {
    background: #bbb
}

.quick-search__result::-webkit-scrollbar-thumb:hover {
    background: var(--nPrimaryColor-900)
}

.quick-search__result-item b {
    color: #1f1c17;
    background-color: #fbf1d6
}

.title.quick-search__result-box {
    top: 40px;
    left: 0;
    width: 100%;
    padding-left: 50px;
    position: absolute;
    z-index: 25
}

.title.quick-search__result {
    width: 100%;
    padding-bottom: 20px
}

.quick-search__result-item, .quick-search__result-item a, .title-search-all, .title-search-all a, .title-search-more, .title-search-more a {
    width: 100%;
    min-height: 38px;
    font-weight: 400;
    font-size: 14px;
    color: #32414a;
    text-decoration: none;
    display: block;
    transition: background ease-out .15s
}

.quick-search__result-item {
    padding: 12px 10px 10px 10px
}

.title-search-all a, .title-search-more a {
    padding: 0 10px 0 10px;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    line-height: 40px;
    font-weight: 500;
    border-bottom: 0
}

.title-search-all {
    padding: 0
}

.quick-search__result-item:hover {
    background-color: #f3f6f6
}

.title-search-all:hover, .title-search-more:hover {
    background: #f3f6f6
}

.title-search-all:hover a, .title-search-more:hover a {
    color: #fff
}

@media screen and (min-width: 1024px) {
    .quick-search__result-box {
        animation-fill-mode: both;
        animation-name: slideUpMini;
        animation-duration: .3s
    }
}

@media screen and (min-width: 768px) {
    .quick-search__result {
        border: solid 1px #efefef;
        border-top: 0;
        box-shadow: 2px 4px 10px rgba(0, 0, 0, .15)
    }
}

@media screen and (max-width: 1280px) {
    .header__bar-search {
        left: 9px;
        right: 9px;
        width: auto;
        height: 48px
    }
}

@media screen and (max-width: 768px) {
    .quick-search {
        left: 0;
        width: 100%;
        position: absolute
    }

    .quick-search__result {
        max-height: calc(100vh - 45px)
    }

    .g-btn.header__bar-search-form-submit {
        width: 70px
    }
}

.CookieNotify {
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: transform .35s cubic-bezier(.5, .9, 1, 1);
    will-change: transform, contents;
    transform: translate3d(0, 100%, 0);
    z-index: 90000;
    position: fixed
}

.CookieNotify__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 12px 50px 10px 14px;
    font-size: 14px;
    position: relative;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.CookieNotify__title {
    margin: 0 0 10px 0;
    font-size: 22px
}

.CookieNotify__text {
    width: 100%;
    line-height: 1.4;
    text-shadow: 1px 1px rgba(0, 0, 0, .25);
    vertical-align: top;
    display: inline-block
}

.CookieNotify__closeBtn {
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 3px;
    position: absolute;
    z-index: 1
}

.CookieNotify__closeBtn::after, .CookieNotify__closeBtn::before {
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute
}

.CookieNotify__closeBtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.CookieNotify__closeBtn::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.CookieNotify__closeBtn:active {
    transform: translateY(2px)
}

.CookieNotify--active {
    transform: translate3d(0, 0, 0)
}

.CookieNotify--success .CookieNotify__inner {
    background-color: #006400;
    color: #fff
}

.CookieNotify--info .CookieNotify__inner {
    background-color: rgba(0, 26, 52, .85);
    color: #fff
}

.CookieNotify--error .CookieNotify__inner {
    background-color: #8b0000;
    color: #fff
}

@media (min-width: 1440px) {
    .CookieNotify {
        z-index: 88
    }
}

.menu__burger-wrapper {
    width: 30px;
    height: 30px;
    top: 6px;
    left: 50%;
    margin-left: -15px;
    border-radius: 30px;
    background-color: var(--nPrimaryColor-900);
    position: absolute
}

.menu__list {
    min-height: 300px;
    border-bottom: solid 1px #e4e4e4;
    background-color: #f7f7f7
}

.menu__burger {
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: 0 0 0 -7px;
    background: #fff;
    display: inline-block;
    position: absolute;
    transition: transform .2s ease-out;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.menu__burger::after, .menu__burger::before {
    content: '';
    left: 0;
    right: 0;
    width: 14px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    transition: transform .2s ease-out;
    position: absolute
}

.menu__burger::before {
    bottom: 5px
}

.menu__burger::after {
    top: 5px
}

.menu__wrapper {
    width: 100%;
    height: 100vh;
    top: 50px;
    left: 0;
    padding-top: 50px;
    overflow: scroll;
    background: rgba(0, 0, 0, 0);
    transition: background .3s 0s ease-out, z-index 0s .9s linear, transform 0s .9s linear;
    transform: translate3d(-100vw, 0, 0);
    position: fixed;
    -webkit-overflow-scrolling: touch;
    z-index: -999;
    display: none
}

.menu__wrapper[data-state=open] {
    background: rgba(0, 0, 0, .2);
    transition: background .3s 0s ease-out, z-index 0s 0s linear, transform 0s 0s linear;
    transform: translate3d(0, 0, 0);
    z-index: 9
}

.menu {
    top: -50px;
    left: -300px;
    width: 300px;
    background-color: #fff;
    transition: transform .3s cubic-bezier(0, 0, .35, .85);
    text-align: left;
    position: relative;
    z-index: 2
}

div.menu {
    display: block
}

.menu__wrapper[data-state=open] .menu {
    transform: translate3d(300px, 0, 0)
}

.menu__item {
    width: 100%;
    padding: 10px 20px;
    border-bottom: solid 1px #e4e4e4;
    background: #f7f7f7;
    font-size: 16px;
    line-height: 18px;
    color: #4e4e4e;
    text-decoration: none;
    transition: background ease-out .15s;
    display: inline-block
}

.menu__item:hover {
    background-color: #ececec
}

.menu__opts {
    width: 100%;
    padding: 10px 0 0 0;
    background-color: #fff;
    position: relative
}

.menu__item--opts {
    color: #2e2e2e;
    background-color: #fff;
    border: 0
}

.menu__account-link {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 15px 20px;
    color: #e8e9ea;
    text-decoration: none;
    background-color: #747679;
    display: inline-block
}

@media screen and (max-width: 768px) {
    .menu__burger-wrapper {
        top: 9px
    }

    .menu__wrapper {
        display: block
    }

    .header__icon--catalog--close .menu__burger-wrapper {
        background-color: #a96868
    }

    .header__icon--catalog--close .menu__burger {
        background: 0 0
    }

    .header__icon--catalog--close .menu__burger::after, .header__icon--catalog--close .menu__burger::before {
        transform-origin: 0 50%;
        width: 20px
    }

    .header__icon--catalog--close .menu__burger::before {
        top: -7px;
        bottom: 9px;
        -webkit-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        transform: rotateZ(45deg)
    }

    .header__icon--catalog--close .menu__burger::after {
        top: 7px;
        -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg)
    }
}

.planshet-card .planshet-block .offer-line .offer-name img {
    margin-right: 0;
}

.offer-line .offer-name .offer-img {
    flex-basis: 50px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
}

.offer-line .offer-name .offer-img img {
    width: auto;
    max-width: 50px;
    height: auto;
    max-height: 25px;
}

/* End */


/* Start:/local/templates/templ_shop202409/sections_inc/calc.css?17290656833302*/
.calc{margin:0 0 30px 0;position:relative}.calc__inner{width:100%;padding:15px;border-top:solid 2px var(--nPrimaryColor-700);border-bottom:solid 2px #e2e2e2;background-color:#fff;border-radius:5px;transition:padding-left .2s ease-out;position:relative;display:none}.calc__inner.show{display:block;animation-fill-mode:both;animation-name:fadeIn;animation-delay:0s;animation-duration:.3s}.calc__about{width:100%;vertical-align:top;display:inline-block}.calc__aboutTitle{font-size:20px;font-weight:500;margin:0 0 15px 0}.calc__aboutDesc{margin:0 0 30px 0}.calc__group{width:49%;vertical-align:top;display:inline-block}.calc__group:nth-child(odd){margin-right:2%}.calc__group--full,.calc__group--full:nth-child(even){width:100%;margin-left:0;margin-bottom:15px}.calc__group--reserve:nth-child(odd){margin-right:0}.calc__groupTitle{font-weight:500;margin:0 0 15px 0}.calc__control{margin:5px 0 0 0;padding:20px 0;border-top:solid 2px #e5e9ea}.calc__inputBox{width:100%;max-width:49%;margin:0 2% 15px 0;vertical-align:top}.calc__inputBox--three{max-width:32.3333333%;margin:0 1.5% 15px 0}.calc__inputBox:last-child{margin-right:0}.calc__checkBox{margin:0 15px 15px 0;display:block}.calc__checkBox:last-child{margin-right:0}.calc__selectBox{max-width:49%;margin:0 2% 15px 0;padding:0}.calc__selectBox:last-child{margin-right:0}.calc__radioBox{width:100%;max-width:24%;margin:0 1.333333% 15px 0;vertical-align:top;display:inline-block;position:relative}.calc__radioBox:last-child{margin-right:0}.calc__radioBoxImage{width:100%;max-width:152px;height:152px;margin-bottom:15px;vertical-align:top;display:inline-block;cursor:pointer}.calc__radioBox--withImg{margin:10px 1.333333% 15px 0;text-align:center}.calc__table{width:100%;text-align:center;border-collapse:collapse;border-color:transparent}.calc__tableHead{line-height:36px;border-bottom:dashed 1px #9b9ea0;font-weight:400}.calc__tableHead th{font-weight:400}.calc__tableBody{width:100%;line-height:36px}.calc__tableRow:nth-child(2n){background-color:#f2f3f5}.calc__tableCell--left{text-align:left}.calc__submitBtn{width:190px;margin:0 15px 0 0}.calc__result{width:100%;padding:20px;margin:0 0 15px 0;border:solid 2px var(--nPrimaryColor-700);border-radius:5px;background-color:#fbfbfb;vertical-align:top;display:none}.calc__resultTitle{margin:0 0 15px 0;font-weight:500;color:#378089;text-transform:uppercase}.calc__result.show{display:inline-block}.calc_form_result{text-align:center;padding:40px 20px 20px}.calc_form_result .g-modal-subtitle{margin:20px 0;line-height:22px}@media (min-width:768px){.calc{animation-fill-mode:both;animation-name:slideUpMini;animation-duration:.7s;animation-delay:0s}.calc__result{transform:translate3d(0,0,0);will-change:transform;animation-fill-mode:both;animation-name:slideUpMini;animation-delay:0s;animation-duration:.3s}}@media (max-width:768px){.calc__group{width:100%}.calc__group:nth-child(2n){margin-left:0}.calc__checkBox{vertical-align:top;display:inline-block}.calc__radioBox--withImg{max-width:49%;margin:0 1% 30px 0}.calc__selectBox{margin-bottom:15px}.calc__result{padding:15px}}@media (max-width:425px){.calc__radioBox--withImg{max-width:45%;margin:0 0 30px 0;font-size:14px}.calc__radioBox--withImg:nth-child(odd){margin-left:10%}.calc__submitBtn{width:100%;margin:0 0 15px 0}.calc__clearBtn{width:100%}}
/* End */
/* /local/templates/templ_shop202409/include_old/s/main_m.css?172906612564673 */
/* /local/templates/templ_shop202409/include_old/s/additional.css?172906568329664 */
/* /local/templates/templ_shop202409/sections_inc/calc.css?17290656833302 */
