

/* Start:/local/templates/templ_main/include_old/s/main_m.css?177746812564685*/
: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: #f0ddb7 /*#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_main/components/bitrix/catalog.section/lp-gr-list/gr.css?177746812540918*/
.index__tiles_gr {
  padding: 30px 0;
  background-color: #fff;
  border-bottom: 2px dashed #d8e0e6;
  border-top: 2px dashed #d8e0e6;
}

.index__tiles_gr-container {
  width: 101%;
  margin-left: -0.5%;
  min-height: 304px;
  text-align: justify;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.tile-gr {
  height: inherit;
  width: 100%;
  max-width: 396px;
  margin: 0.5%;
  display: inline-block;
  border-radius: 6px;
  border-bottom: solid 2px #e0e0e0;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 2px 0 rgba(30, 52, 49, 0.25);
  transition: box-shadow 0.15s linear;
  transform: translate3d(0, 0, 0);
  vertical-align: top;
}
.tile-gr:hover {
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.25);
}

.index__tiles_gr-title-wrap {
  margin-bottom: 12px;
}

.index__tiles_gr-title {
  font-size: 20px;
  line-height: 24px;
  color: #465155;
  display: inline-block;
  margin-right: 30px;
}

.index__tiles_gr-title--bg {
  position: relative;
  z-index: 1;
}
.index__tiles_gr-title--bg::before {
  content: "";
  top: 16px;
  left: -1%;
  width: 102%;
  height: 10px;
  background-color: rgba(63, 152, 160, 0.15);
  pointer-events: none;
  position: absolute;
}

.index__tiles-subtitle {
  color: #888;
}

.tile-gr__title-wrap {
  width: 100%;
  padding: 8px 14px 10px 18px;
  position: relative;
}
.tile-gr__title-wrap::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 0;
  background: radial-gradient(circle at center, #e76445, #f1ce6d);
}

.index__tiles_gr-sticker-left {
  height: 32px;
  margin: 0 10px;
  background-color: var(--nPrimaryColor-900);
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 0 20px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  display: inline-block;
}
.index__tiles_gr-sticker-left::before {
  content: "";
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid var(--nPrimaryColor-900);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  display: block;
}

.tile-gr__title {
  width: 100%;
  padding-right: 80px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0;
  color: #32414a;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
  display: inline-block;
}

.tile-gr__size {
  max-width: 50%;
  margin-bottom: 10px;
  float: right;
  width: 100%;
  text-align: right;
}

.tile-gr__quantity {
  top: 13px;
  right: 13px;
  position: absolute;
  text-transform: none;
  background-color: #f4f6f7;
  padding: 6px 10px 6px 15px;
  border-radius: 30px;
  color: #000;
  font-size: 16px;
  margin-left: 8px;
  display: inline-block;
  line-height: 22px;
  cursor: help;
}

.tile-gr__image-link {
  width: 100%;
  height: 200px;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s ease-out;
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tile-gr__image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  pointer-events: none;
  position: absolute;
  user-select: none;
  display: inline-block;
}

.tile-gr__row {
  padding: 14px;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

.tile-gr__action-wrapper {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -50px;
  z-index: -1;
  left: 0;
  right: 0;
  padding-top: 10px;
  overflow: hidden;
  height: 64px;
}
.tile-gr__action-wrapper::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -20%;
  right: -20%;
  background: #fff;
  width: 140%;
  border-radius: 50%;
  height: 140px;
  z-index: -1;
}

.tile-gr__action {
  padding: 8px 34px;
  text-transform: uppercase;
  border: solid 2px #84afb3;
  font-size: 16px;
  color: var(--nPrimaryColor-900);
  border-radius: 30px;
  box-shadow: 0 0 0 10px #fff;
  text-decoration: none;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  transition: background-color 0.2s ease-out;
}
.tile-gr__action:hover {
  background-color: #f2fcfd;
}
.tile-gr__action:active {
  -webkit-transform: translateY(2px) scale(0.99);
  -ms-transform: translateY(2px) scale(0.99);
  transform: translateY(2px) scale(0.99);
}

.tile-gr__feature {
  padding: 10px 4px;
  text-align: left;
  border-bottom: solid 2px #f4f6f7;
}

.tile-gr__feature:last-child {
  border-bottom: 0;
}

.tile-gr__feature-item {
  display: inline-block;
  color: #121212;
  text-align: left;
  vertical-align: top;
}

.tile-gr__feature-item--left {
  width: 30%;
  color: #656664;
}

.tile-gr__feature-item--right {
  width: 68%;
  color: #121212;
}

.tile-gr__price {
  margin: 5px 0 0 0;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
}

.tile-gr__price-item {
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  float: left;
  vertical-align: top;
  position: relative;
  line-height: 40px;
  height: 100%;
}

.tile-gr__price-item--left {
  background-color: #f1f4f5;
  border-radius: 30px 0 0 30px;
  color: #aa3f2b;
  font-size: 20px;
}
.tile-gr__price-item--left:first-child {
  width: 50%;
}
.tile-gr__price-item--left:last-child {
  width: 100%;
}

.tile-gr__price-item--right {
  background-color: #f5f7f8;
  border-radius: 0 30px 30px 0;
  z-index: 1;
  width: 100%;
}
.tile-gr__price-item--right:last-child {
  width: 50%;
}

.tile-gr__price-item--bg::after {
  content: "";
  top: 0;
  right: -6px;
  width: 20px;
  height: 100%;
  background-color: #f1f4f5;
  border-right: solid 2px #e6e9eb;
  display: inline-block;
  position: absolute;
  z-index: 2;
  -webkit-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  transform: skew(-18deg);
}

.tile-gr__panorama-badge {
  top: -110px;
  right: 10px;
  width: 100px;
  height: 50px;
  background-color: #f2e8dc;
  background-image: url(/ui/v2/i/vr-icon.svg);
  background-position: 0 -9px;
  transition: opacity 0.2s ease-out;
  background-size: 100px 66px;
  border-radius: 46px;
  text-decoration: none;
  position: absolute;
  box-shadow: 0 0 4px #535657;
}

@media screen and (min-width: 768px) {
  .tile-gr__panorama-badge {
    display: none;
  }
  .tile-gr:hover .tile-gr__panorama-badge {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .tile-gr {
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-duration: 0.3s;
  }
  .tile-gr__panorama-badge {
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-duration: 0.3s;
  }
}
@media screen and (max-width: 1024px) {
  .index__tiles_gr-container {
    text-align: center;
  }
  .index__tiles_gr-title--bg {
    margin-bottom: 10px;
  }
  .index__tiles_gr-title--bg::before {
    display: none;
  }
  .tile-gr__title,
.tile-gr__size {
    max-width: 100%;
  }
  .tile-gr__feature-item--left {
    width: 30%;
  }
  .tile-gr__feature-item--right {
    width: 68%;
  }
  .tile-gr__size {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    padding: 8px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .tile-gr {
    margin-bottom: 10px;
  }
  .index__tiles_gr-sticker-left {
    margin: -3px 50px 0 6px;
    position: absolute;
    right: 0;
  }
  .index__tiles_gr-title {
    padding-right: 142px;
  }
}
@media screen and (max-width: 425px) {
  .tile-gr__feature {
    padding-left: 0;
    padding-right: 0;
  }
}
[data-sly] {
  pointer-events: none;
}

.header__icon--favorites::after,
.header__icon--favorites::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLQodC70L7QuV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTI5IDEyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI5IDEyOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNENzVBNEE7fQoJLnN0MXtmaWxsOiNGRkZGRkY7c3Ryb2tlOiM1MTRFNEY7c3Ryb2tlLXdpZHRoOjY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjUsMTA4QzI1LDkyLDExLDYzLDE1LDQyYzMtMTMsMTItMjEsMjMtMjFjNywwLDE2LDMsMjQsMTBoNWM4LTYsMTctMTAsMjQtMTBjMTEsMCwyMCw4LDIzLDIxCglDMTE4LDYzLDEwNCw5MSw2NSwxMDh6Ii8+CjxnIGlkPSJYTUxJRF8xXyI+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTIyLDQwYzQsMjUtMTEsNTgtNTYsNzZjLTEsMC40LTIsMC40LTMsMEMxOCw5OCwzLDY1LDcsNDBjNC0xNywxNS0yNywzMS0yN2M4LDAsMTcsMywyNywxMGM5LTcsMTgtMTAsMjYtMTAKCQkJQzEwNiwxMywxMTgsMjQsMTIyLDQweiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPg==);
  background-size: 28px 28px;
}

.header__icon--gr-list::after,
.header__icon--gr-list::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzUxNEU0RiIgZD0iTTguMyAxMy42SDIuMUEyIDIgMCAwIDAgMCAxNS43djYuMkMwIDIzLjEgMSAyNCAyIDI0aDYuM2MxLjEgMCAyLTEgMi0ydi02LjNjMC0xLjEtLjktMi0yLTJ6TTkgMjJjMCAuNC0uMy43LS43LjdIMi4xYS43LjcgMCAwIDEtLjctLjd2LTYuMmMwLS40LjMtLjcuNy0uN2g2LjJjLjQgMCAuNy4zLjcuN3Y2LjJ6TTIyIDEzLjZoLTYuM2EyIDIgMCAwIDAtMiAyLjF2Ni4yYzAgMS4yLjkgMi4xIDIgMi4xaDYuMmMxLjIgMCAyLjEtMSAyLjEtMnYtNi4zYzAtMS4xLTEtMi0yLTJ6bS42IDguM2MwIC40LS4zLjctLjcuN2gtNi4yYS43LjcgMCAwIDEtLjctLjd2LTYuMmMwLS40LjMtLjcuNy0uN2g2LjJjLjQgMCAuNy4zLjcuN3Y2LjJ6TTguMyAwSDIuMUEyIDIgMCAwIDAgMCAydjYuM2MwIDEuMSAxIDIgMiAyaDYuM2MxLjEgMCAyLS45IDItMlYyLjFjMC0xLjItLjktMi4xLTItMi4xek05IDguM2MwIC40LS4zLjctLjcuN0gyLjFhLjcuNyAwIDAgMS0uNy0uN1YyLjFjMC0uNC4zLS43LjctLjdoNi4yYy40IDAgLjcuMy43Ljd2Ni4yek0yMiAwaC02LjNhMiAyIDAgMCAwLTIgMnY2LjNjMCAxLjEuOSAyIDIgMmg2LjJjMS4yIDAgMi4xLS45IDIuMS0yVjIuMUMyNCAuOSAyMyAwIDIyIDB6bS42IDguM2MwIC40LS4zLjctLjcuN2gtNi4yYS43LjcgMCAwIDEtLjctLjdWMi4xYzAtLjQuMy0uNy43LS43aDYuMmMuNCAwIC43LjMuNy43djYuMnoiLz48L3N2Zz4=);
  background-size: 24px 24px;
}

.section__accordion-title {
  padding: 0 40px 0 0;
  color: #1b1d1f;
  font-size: 24px;
  margin-bottom: 24px;
  cursor: pointer;
}

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

.section__accordion--icon {
  position: relative;
  display: inline-block;
}
.section__accordion--icon::before {
  content: " ";
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 1px solid #222425;
  border-right: 1px solid #222425;
  transition: transform ease-out 0.3s;
  position: absolute;
  display: block;
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

details.section__accordion[open] .section__accordion--icon::before {
  -webkit-transform: translateY(-2px) rotate(134deg);
  -ms-transform: translateY(-2px) rotate(134deg);
  transform: translateY(-2px) rotate(134deg);
}

.section__accordion-content {
  height: inherit;
  color: #686974;
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
  position: relative;
  transition: all ease-out 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section__calltoaction {
  padding: 20px 0;
  background-color: #fce4c4;
  margin-bottom: 20px;
  border-radius: 8px;
  position: relative;
}

.section__calltoaction-text {
  color: #454545;
  font-size: 25px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 300px 10px 34px;
}

.section__calltoaction-text--bold {
  font-weight: 500;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .section__calltoaction-text--bold::before {
    content: "";
    top: 70%;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    pointer-events: none;
  }
}
.section__calltoaction-content {
  top: 0;
  bottom: 0;
  right: 30px;
  height: 44px;
  max-height: 100%;
  margin: auto;
  position: absolute;
}

.section__calltoaction-content-button {
  margin-left: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .section__calltoaction-text {
    padding: 10px 34px;
  }
  .section__calltoaction-content {
    bottom: 34px;
    position: relative;
    left: 0;
  }
  .header__icon--favorites {
    margin-right: 50px;
    float: right;
  }
}
.section__favorites-button--clean {
  border: none;
  float: right;
  margin-top: 20px;
  font-size: 15px;
  color: #a2a2a2;
  height: 27px;
  line-height: 27px;
}

body {
  background-color: #fff;
}

.section__imagebox {
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 500px;
  background-size: 2520px 500px;
  background-image: url(/ui/v2/i/gr/main-bg.jpg);
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: absolute;
}

.section__mainbox {
  border-bottom: solid 2px #d8e0e6;
  position: relative;
  z-index: 2;
}

.section__main-icon-boxes {
  max-width: 520px;
  width: 40%;
  position: relative;
  text-align: center;
  height: 500px;
  padding: 40px 50px 40px 0;
  display: inline-block;
  left: -58%;
}
.section__main-icon-boxes::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 100%;
  max-width: 520px;
  height: 100%;
  top: 0;
  background-color: #3e979f;
  transform: skew(-4deg);
  z-index: 1;
}

.section__main-icon-wrap {
  width: 200px;
  margin: -44px 0;
  padding: 0 20px 50px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: bottom;
  z-index: 2;
}

.section__main-icon-wrap:first-child {
  margin: 0 auto;
  display: block;
}

.section__main-icon {
  margin: 18px 0 4px 0;
}

.section__main-icon-wrap:hover .section__main-icon {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.section__main-icon--height {
  margin-top: 12px;
}

.section__main-icon-text {
  color: #111;
  font-size: 16px;
}

.section__mainbox-title {
  position: relative;
  z-index: 2;
  margin: 50px 0 0 -130px;
  vertical-align: top;
  width: 68%;
  display: inline-block;
  right: -40%;
}

.section__mainbox-title-top {
  background-color: #fff;
  color: #121212;
  text-transform: uppercase;
  font-size: 42px;
  padding: 10px 20px;
  font-weight: 500;
  display: inline-block;
  box-shadow: -1px 1px 4px #666;
}

h1.section__mainbox-title-top {
  margin: 0;
}

.section__mainbox-title-buttom {
  margin-left: 54px;
  padding: 10px 20px;
  background-color: #f4f6f7;
  color: #121212;
  font-weight: 200;
  font-size: 34px;
  box-shadow: 0 1px 2px 0 #666;
  white-space: nowrap;
  display: inline-block;
}

.section__main-title {
  font-size: 24px;
  font-weight: 400;
  margin: 10px 0 30px 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.section__main-title::before {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  top: 60%;
  background-color: rgba(216, 234, 236, 0.8);
  height: 12px;
  width: 104%;
  z-index: -1;
}

.section__legend {
  padding: 0 0 50px 0;
  background-color: #f4f6f7;
}

.section__legend-item {
  width: 33.333%;
  padding: 0 3% 20px 0;
  vertical-align: top;
  position: relative;
  display: inline-block;
}

.section__legend-icon-wrapper {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  background-color: #f8f9fa;
  border: 4px solid #deecee;
  vertical-align: top;
  display: inline-block;
}

.section__legend-content {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 100px;
}

.section__legend-icon {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  display: inline-block;
  pointer-events: none;
  position: absolute;
  margin: auto;
}

.section__legend-content-title {
  font-size: 24px;
  margin-bottom: 14px;
}

.section__legend-content-text {
  line-height: 20px;
  color: #6c6c6c;
  font-size: 16px;
}

.section__form {
  padding: 15px 0;
  background-color: #f4f6f7;
}

.section__form-container {
  width: 100%;
  background-color: #fff;
  vertical-align: top;
  display: inline-block;
}

.section__form-content {
  border: 2px solid #e3e7e8;
  border-radius: 6px;
}

.section__form-choose {
  padding: 0 14px 10px 14px;
}

.section__form-checkbox {
  width: 100%;
  height: 60px;
  max-width: 238px;
  display: inline-block;
  padding: 5px 20px 20px 0;
  position: relative;
  vertical-align: bottom;
}

.section__form-choose .g-selectbox,
.section__form-choose .section__form-checkbox,
.section__form-choose .g-two-inputbox {
  max-width: 246px;
  padding-left: 10px;
  padding-right: 10px;
}

.section__form-title {
  margin: 20px 0 20px 24px;
  font-size: 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section__form-title-icon {
  margin: -2px 15px 0 0;
  vertical-align: middle;
  display: inline-block;
}

.filter__element--additional {
  display: none;
}

.section__form-container--full .filter__element--additional {
  vertical-align: middle;
  display: inline-block;
}

.section__form-buttons {
  width: 100%;
  padding: 20px;
  border-top: solid 2px #e3e7e8;
  background-color: #f8f9f9;
  display: inline-block;
}

.section__form-button {
  display: inline-block;
}

.section__form-link {
  margin: 0 0 0 20px;
  padding: 14px 0 2px 0;
  color: #4e453b;
  background-color: transparent;
  border: 0;
  text-align: right;
  border-bottom: solid 1px #4e453b;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
}

.section__form-link--right {
  float: right;
}

.section__form-link:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.section__catalog {
  padding: 0 0 50px 0;
  background-color: #f4f6f7;
}

.tile-gr__total {
  float: right;
  margin: 10px 0;
  vertical-align: middle;
  display: inline-block;
}

.tile-gr__total-text {
  color: #4d453a;
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
}

.tile-gr__total-number {
  color: #34858b;
  font-weight: 500;
  position: relative;
  vertical-align: top;
  display: inline-block;
}

.tile-gr__total-show-all {
  margin: 0 20px 0 0;
  border: 0;
  color: #32414a;
  position: relative;
  vertical-align: top;
  display: inline-block;
}

.tile-gr__total-show-all:hover {
  color: #107a84;
  border-bottom-color: #107a84;
}

.tile-gr__total-show-all:active {
  -webkit-transform: translateY(2px) scale(0.99);
  -ms-transform: translateY(2px) scale(0.99);
  transform: translateY(2px) scale(0.99);
}

@media screen and (max-width: 1180px) {
  .section__imagebox {
    max-height: 200px;
    position: relative;
  }
  .section__main-icon-boxes {
    max-width: 100%;
    width: 100%;
    padding: 0;
    height: inherit;
    left: 0;
  }
  .section__main-icon-boxes::before {
    display: none;
  }
  .section__main-icon-wrap,
.section__main-icon-wrap:first-child {
    margin: 0;
    display: inline-block;
  }
  .section__main-icon-wrap:last-child {
    margin-top: -40px;
  }
  .section__mainbox-title {
    max-width: 100%;
    display: block;
    margin: 20px auto 10px auto;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
  }
  .section__mainbox-title-top {
    font-size: 36px;
  }
  .section__mainbox-title-buttom {
    margin: 0;
    font-size: 22px;
    white-space: normal;
  }
  .section__mainbox-title-top,
.section__mainbox-title-buttom {
    background-color: transparent;
    box-shadow: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .section__legend-item {
    width: 100%;
    padding: 0 10px 20px 10px;
    position: relative;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section__form-show-more {
    float: none;
    margin-left: 20px;
  }
  .section__legend-text {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 10px 20px 10px 10px;
    position: absolute;
  }
  .section__legend-icon--wrapper {
    width: 100%;
    max-width: 130px;
    display: inline-block;
    text-align: center;
    float: left;
  }
  .tile-gr__total {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .section__main-icon-wrap {
    height: 220px;
    padding: 40px 22px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzUiIGhlaWdodD0iMTUwIiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNzMuNyAxMi43bDQ0LjggMjUuOGExMi42IDEyLjYgMCAwIDEgNi4zIDExdjUxLjdhMTIuNiAxMi42IDAgMCAxLTYuMyAxMC45bC00NC44IDI1LjhhMTIuNiAxMi42IDAgMCAxLTEyLjYgMGwtNDQuOC0yNS44YTEyLjYgMTIuNiAwIDAgMS02LjMtMTFWNDkuNWExMi42IDEyLjYgMCAwIDEgNi4zLTEwLjlMNjEgMTIuN2ExMi42IDEyLjYgMCAwIDEgMTIuNiAweiIgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZCkiLz48ZGVmcz48ZmlsdGVyIGlkPSJmaWx0ZXIwX2QiIHdpZHRoPSIxMzQuOCIgaGVpZ2h0PSIxNDguNiIgeD0iMCIgeT0iMSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+PGZlT2Zmc2V0Lz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1Ii8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAuMTY0NzA2IDAgMCAwIDAgMC41MTM3MjYgMCAwIDAgMCAwLjU0NTA5OCAwIDAgMCAxIDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (max-width: 550px) {
  .section__form-link {
    margin: 0;
    float: left;
  }
  .section__form-link--right {
    float: right;
  }
  .section__form-buttons {
    text-align: center;
  }
  .section__main-icon-boxes {
    max-width: 100%;
    width: 100%;
    height: inherit;
    padding: 10px 0 15px 0;
    border-radius: 10px;
    left: 0;
  }
  .section__main-title {
    margin: 20px 0;
    text-align: center;
  }
  .section__mainbox-title {
    margin: 20px auto 0 auto;
  }
  .section__form-container {
    padding: 10px;
    border: solid 2px #d8e0e6;
    border-radius: 6px;
  }
  .section__legend-container {
    padding: 10px;
  }
  .section__form-content {
    border: 0;
  }
  .section__main-icon-wrap,
.section__main-icon-wrap:first-child,
.section__main-icon-wrap:last-child {
    width: 100%;
    height: auto;
    margin: -1px;
    padding: 10px 15px;
    text-align: left;
    border: solid 2px #ededed;
    display: inline-block;
  }
  .section__main-icon {
    margin: 0;
    width: 32px;
    height: 32px;
    vertical-align: middle;
  }
  .section__main-icon-text {
    max-width: 220px;
    padding: 0 0 0 20px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
  }
  .section__main-icon-text br {
    display: none;
  }
  .section__mainbox-title-top {
    font-size: 26px;
    padding-top: 0;
  }
  .section__mainbox-title-buttom {
    font-size: 20px;
    padding-top: 0;
  }
  .section__main-title::before,
.section__form-button--hide-text {
    display: none;
  }
  .section__form-choose {
    padding: 10px 0 0 0;
  }
  .section__legend-icon-wrapper {
    width: 36px;
    height: 46px;
    border: 0;
    background-color: transparent;
  }
  .section__form-show-more {
    margin-left: 0;
  }
  .section__legend-content {
    margin: 5px 0 0 60px;
  }
  .section__form-button {
    width: 100%;
  }
  .section__form-title {
    width: 100%;
    padding: 5px 34px 5px 10px;
    margin: 0;
    text-align: left;
  }
  .section__legend-icon {
    margin: 8px auto 0 auto;
  }
  .section__form-choose .section__form-checkbox {
    max-width: 100%;
    padding: 16px 0;
    text-align: left;
  }
  .section__form-choose .g-selectbox {
    max-width: none;
    padding: 0 0 10px 0;
  }
  .section__form-choose .g-two-inputbox {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section__main-title {
    animation-fill-mode: both;
    animation-name: slideUpMini;
    animation-delay: 0.35s;
    animation-duration: 0.3s;
  }
  .section__form-container {
    animation-fill-mode: both;
    animation-name: zoomInMini;
    animation-delay: 0.2s;
    animation-duration: 0.3s;
  }
  .section__legend-container {
    animation-fill-mode: both;
    animation-name: slideUpMini;
    animation-delay: 0.5s;
    animation-duration: 0.3s;
  }
  .section__imagebox {
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 0s;
  }
  .section__mainbox-title-top {
    animation-fill-mode: both;
    animation-name: fadeInRightMini;
    animation-delay: 0.15s;
    animation-duration: 0.3s;
  }
  .section__mainbox-title-buttom {
    animation-fill-mode: both;
    animation-name: fadeInRightMini;
    animation-delay: 0.3s;
    animation-duration: 0.3s;
  }
  .section__main-icon-boxes {
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
  }
  .section__main-icon-wrap:nth-child(1) {
    animation-fill-mode: both;
    animation-name: zoomInMini;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
  }
  .section__main-icon-wrap:nth-child(2) {
    animation-fill-mode: both;
    animation-name: zoomInMini;
    animation-delay: 0.7s;
    animation-duration: 0.5s;
  }
  .section__main-icon-wrap:nth-child(3) {
    animation-fill-mode: both;
    animation-name: zoomInMini;
    animation-delay: 0.9s;
    animation-duration: 0.5s;
  }
}
.cls-3,
.cls-4,
.cls-5,
.cls-6 {
  stroke: #000;
  stroke-linecap: round;
}

.cls-3,
.cls-4,
.cls-5 {
  stroke-linejoin: round;
  stroke-width: 7px;
}

.cls-3 {
  fill: #ffeec0;
}

.cls-4 {
  fill: #c0fcff;
}

.cls-5 {
  fill: #ffc7c0;
}

.cls-6 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 2px solid #e1e3e4;
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.range-slider {
  margin: 20px 0 0 0;
}

.noUi-connects {
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #429aa2;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-handle {
  background: #fff;
  border: solid 2px #429aa2;
  position: absolute;
  cursor: grab;
}

.noUi-horizontal .noUi-handle {
  top: -12px;
  left: -17px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -18px;
  outline: 0;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle::before,
.noUi-handle::after {
  content: "";
  top: 8px;
  left: 12px;
  width: 2px;
  height: 14px;
  background: #c2c6c8;
  display: block;
  position: absolute;
}

.noUi-handle::after {
  left: 17px;
}

.noUi-vertical .noUi-handle::before,
.noUi-vertical .noUi-handle::after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle::after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -18px;
  left: auto;
  outline: 0;
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

#range-slider.noUi-horizontal .noUi-origin .noUi-handle-lower {
  right: -32px;
}

#range-slider.noUi-horizontal .noUi-origin .noUi-handle-upper {
  right: -4px;
}

.collection__slider {
  width: 100%;
  max-width: 890px;
}

.collection__info {
  width: 380px;
  padding: 0 0 0 40px;
  display: table-cell;
  vertical-align: top;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .collection__info {
    animation-fill-mode: both;
    animation-name: slideUpMini;
    animation-delay: 0.3s;
    animation-duration: 0.5s;
  }
}
.section__gr {
  width: 100%;
  background-color: #fffefe;
  border-bottom: solid 2px #dfe2e2;
  vertical-align: top;
  display: inline-block;
}

.collection__social-share {
  display: inline-block;
  vertical-align: top;
}

.collection__share-title {
  padding: 15px 4px;
  display: inline-block;
  vertical-align: top;
}

.collection__social-icon {
  width: 40px;
  height: 40px;
  margin: 0 2px 0 2px;
  padding: 7px;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.2s ease-out;
  display: block;
  opacity: 0.7;
  float: right;
}
.collection__social-icon:hover {
  opacity: 1;
}
.collection__social-icon:active {
  transform: scale(0.9);
}

.g-icon--favorites {
  width: 30px;
  height: 27px;
  margin: 0 2px 0 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 27px;
  transition: background 0.15s ease-out;
  vertical-align: middle;
  display: inline-block;
}

.g-icon--favorites-thin {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyNyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuNSIgc3Ryb2tlPSIjRjA1MjI4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE0LjYgMy40Yy4zLjMuOC4zIDEuMSAwQTEwIDEwIDAgMCAxIDIxLjggMWMzLjMgMCA2LjEgMi40IDcgNi4zIDEgNi0yLjUgMTQuMS0xMy44IDE4LjdDMy43IDIxLjQuMiAxMy4yIDEgNy4yYy41LTIgMS40LTMuNiAyLjYtNC42QzQuOCAxLjYgNi4zIDEgOC4yIDFjMS44IDAgMy45LjcgNi40IDIuNHoiLz48L3N2Zz4=);
}

.g-icon--favorites-filled {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMTYuMjQgMTAzLjI5Ij48cGF0aCBkPSJNMTE1LjYyIDI3Yy00LTE2LTE2LTI3LTMxLTI3LTggMC0xNyAzLTI2IDEwLTEwLTctMTktMTAtMjctMTAtMTYgMC0yNyAxMC0zMSAyNy00IDI1IDExIDU4IDU2IDc2YTQgNCAwIDAgMCAzIDBjNDUtMTggNjAtNTEgNTYtNzZ6IiBmaWxsPSIjZjA1MjI4Ii8+PC9zdmc+);
}

.section__favorites-button {
  background: 0 0;
  border: none;
  outline: 0;
}

.section__favorite {
  width: 100%;
  margin: -4px 0 10px 0;
  vertical-align: top;
  display: inline-block;
}

.favorite-gr__list {
  width: 100%;
  padding: 20px 0 0 0;
  display: inline-block;
}

.section__favorites-button-text {
  padding: 4px 12px;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
}

.section__pricebox {
  width: 100%;
  background-color: #fff;
  padding: 20px 15px 15px 15px;
  color: #000;
  font-size: 20px;
  border: 1px solid #cccdce;
  border-top: 0;
  display: inline-block;
}

.section__pricebox--text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.section__pricebox--subtitle {
  font-size: 14px;
  color: #414141;
  margin-bottom: 20px;
}

.section__pricebox-btn {
  color: #fff;
  margin: 6px auto;
  text-transform: uppercase;
  width: 100%;
}

.section__footnote {
  color: #474d4d;
  font-size: 14px;
  padding: 10px 0 0 0;
}

@media screen and (max-width: 1024px) {
  .section__share {
    margin-right: 0;
  }
  .collection__info {
    width: 100%;
    padding: 0;
    display: block;
  }
  .section__favorite {
    margin: -4px 0 0 0;
    padding: 0;
  }
}
.section__collection {
  width: 100%;
}

.section__collection--see-also {
  width: 100%;
  padding: 0 0 30px 0;
  vertical-align: top;
  display: inline-block;
}

.section__share {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 0 176px 0 10px;
  max-width: 100%;
  color: #fff;
  transition: bottom 0.2s 1.5s ease-out;
  cursor: default;
  z-index: 1;
}

.section__container:hover .section__share {
  bottom: 0;
  transition: bottom 0.2s 0s ease-out;
}

.section__favorites {
  height: 40px;
  float: left;
}

.section__accordion-content--contacts {
  padding: 0 0 30px 0;
}

.collection__social {
  margin: 4px 0 0 0;
  display: inline-block;
}

.section__description {
  width: 100%;
}

.section__content {
  display: table;
}

.section__infobox,
.section__options {
  display: table-cell;
  width: 50%;
  margin-bottom: 18px;
  vertical-align: top;
}

.section__title {
  font-size: 24px;
  color: #494949;
  position: relative;
  display: inline-block;
  margin: 24px 0 20px 0;
}
.section__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 70%;
  background-color: rgba(64, 152, 160, 0.15);
  pointer-events: none;
  height: 10px;
  width: 100%;
  z-index: 1;
}

.section__show-more {
  background-color: #fff;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 4px auto;
}

.section__show-more--icon::before {
  position: absolute;
  content: " ";
  top: 50%;
  right: 0;
  margin: -8px auto auto auto;
  left: 0;
  width: 10px;
  height: 10px;
  display: block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(136deg);
  text-align: center;
}

.section__infobox-text {
  width: 100%;
  color: #4d4d4d;
  line-height: 28px;
  height: 60px;
  overflow: hidden;
  margin: 10px 0;
}

.section__show-more-input:checked ~ .section__infobox-text {
  height: inherit;
}

.section__show-more-input:checked ~ .section__infobox-text + .section__show-more--icon::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section__options-list {
  width: 100%;
  margin: 0 auto 20px auto;
  display: inline-block;
}

.section__options-cell {
  width: 100%;
  list-style: none;
  overflow: hidden;
  position: relative;
  text-align: left;
  color: #4d4d4d;
  border-bottom: 1px solid #e4e4e4;
}
.section__options-cell::before {
  content: "";
  position: absolute;
  left: 50%;
  border-left: 1px solid #e4e4e4;
  top: 0;
  height: 100%;
}
.section__options-cell:last-child {
  border-bottom: none;
}

.section__options-item {
  width: 50%;
  padding: 5px 0 5px 20px;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  float: left;
}

.section__options-item--light {
  padding-left: 0;
  color: #697279;
}

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

@media screen and (min-width: 1280px) {
  .section__prices {
    bottom: 0;
    right: 0;
    position: absolute;
  }
  .section__options {
    height: 470px;
  }
}
.section__switch-buttons {
  width: 100%;
  border-bottom: solid 1px #cccdce;
}

.section__switch-buttons-btn {
  width: 50%;
  padding: 0 40px;
  line-height: 40px;
  background-color: #f4f6f7;
  border: solid 1px #f4f6f7;
  border-bottom: solid 1px #cccdce;
  position: relative;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease-out;
  display: inline-block;
  float: left;
}

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

.section__collection-see-also {
  width: 100%;
  padding: 0 0 60px 0;
  vertical-align: top;
  display: inline-block;
}

.section__switch-buttons-btn:hover {
  background-color: #fff;
}

.section__switch-buttons-btn::before {
  content: "";
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  display: block;
}

.switch-button-input:checked + .section__switch-buttons-btn {
  background: #fff;
  border-color: #cccdce;
}

.switch-button-input:checked + .section__switch-buttons-btn::before {
  background: #fff;
}

.section__prices-text {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.section__prices-text sup {
  font-size: 12px;
}

/*
.section__items {
  padding: 30px 0 0 0;
  display: inline-block;
  vertical-align: top;
}

.section__items-title {
  border-bottom: 1px solid #cccdce;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #0c0c0c;
}

.section__items--icon {
  width: 46px;
  height: 46px;
  text-align: center;
  margin: 0 3px 10px 3px;
  background-color: #f4f6f7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 6px;
}
*/
.section__contacts {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}

.gr__go-back {
  width: 100%;
  padding: 0 0 60px 0;
  text-align: left;
  vertical-align: top;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .collection__share-title {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .section__options-list,
.section__prices {
    max-width: 49%;
    margin: 10px 0;
  }
  .section__prices {
    float: right;
  }
}
@media screen and (max-width: 960px) {
  .section__options {
    width: 50%;
  }
  .section__infobox-text {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .section__options-list,
.section__prices {
    max-width: 100%;
  }
  .collection__social-icon {
    width: 38px;
  }
  .section__options {
    text-align: center;
  }
  .section__prices {
    float: none;
  }
  .section__share {
    padding-right: 0;
    bottom: 130px;
  }
  .section__container:hover .section__share {
    padding-right: 0;
    bottom: 130px;
  }
  .collection__share-title {
    display: none;
  }
  .section__favorites-button .g-icon--favorites {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .section__accordion-title {
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
  }
  .section--notice {
    animation-fill-mode: both;
    animation-name: slideUpMini;
    animation-delay: 0.35s;
    animation-duration: 0.3s;
  }
}

/*# sourceMappingURL=gr.css.map */



.section__main-icon-boxes::before {
  background-color: #ffbf3e;
}
.tile-gr__title-wrap::before {
  background: radial-gradient(circle at center, #e76445, #f1ce6d);
}
.tile-gr__action, .g-button__show-more {
  border: solid 2px #ffbf3e;
  color: #000;
}
.section__main-title::before {
  background-color: rgba(250, 216, 148, 0.21);
}
@media screen and (min-width: 550px) {
.section__legend-icon-wrapper {
  border: 4px solid rgba(250, 216, 148, 0.21);;
}
}


/* End */


/* Start:/local/templates/templ_main/include_old/s/gr.css?177746812540986*/
.index__tiles_gr {
  padding: 30px 0;
  background-color: #fff;
  border-bottom: 2px dashed #d8e0e6;
  border-top: 2px dashed #d8e0e6;
}

.index__tiles_gr-container {
  width: 101%;
  margin-left: -0.5%;
  min-height: 304px;
  text-align: justify;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.tile-gr {
  height: inherit;
  width: 100%;
  max-width: 396px;
  margin: 0.5%;
  display: inline-block;
  border-radius: 6px;
  border-bottom: solid 2px #e0e0e0;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 2px 0 rgba(30, 52, 49, 0.25);
  transition: box-shadow 0.15s linear;
  transform: translate3d(0, 0, 0);
  vertical-align: top;
}
.tile-gr:hover {
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.25);
}

.index__tiles_gr-title-wrap {
  margin-bottom: 12px;
}

.index__tiles_gr-title {
  font-size: 20px;
  line-height: 24px;
  color: #465155;
  display: inline-block;
  margin-right: 30px;
}

.index__tiles_gr-title--bg {
  position: relative;
  z-index: 1;
}
.index__tiles_gr-title--bg::before {
  content: "";
  top: 16px;
  left: -1%;
  width: 102%;
  height: 10px;
  background-color: rgba(63, 152, 160, 0.15);
  pointer-events: none;
  position: absolute;
}

.index__tiles-subtitle {
  color: #888;
}

.tile-gr__title-wrap {
  width: 100%;
  padding: 8px 14px 10px 18px;
  position: relative;
}
.tile-gr__title-wrap::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 0;
  background: radial-gradient(circle at center, #e76445, #f1ce6d);
}

.index__tiles_gr-sticker-left {
  height: 32px;
  margin: 0 10px;
  background-color: var(--nPrimaryColor-900);
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 0 20px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  display: inline-block;
}
.index__tiles_gr-sticker-left::before {
  content: "";
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid var(--nPrimaryColor-900);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  display: block;
}

.tile-gr__title {
  width: 100%;
  padding-right: 80px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0;
  color: #32414a;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
  display: inline-block;
}

.tile-gr__size {
  max-width: 50%;
  margin-bottom: 10px;
  float: right;
  width: 100%;
  text-align: right;
}

.tile-gr__quantity {
  top: 13px;
  right: 13px;
  position: absolute;
  text-transform: none;
  background-color: #f4f6f7;
  padding: 6px 10px 6px 15px;
  border-radius: 30px;
  color: #000;
  font-size: 16px;
  margin-left: 8px;
  display: inline-block;
  line-height: 22px;
  cursor: help;
}

.tile-gr__image-link {
  width: 100%;
  height: 200px;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s ease-out;
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tile-gr__image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  pointer-events: none;
  position: absolute;
  user-select: none;
  display: inline-block;
}

.tile-gr__row {
  padding: 14px;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

.tile-gr__action-wrapper {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -50px;
  z-index: -1;
  left: 0;
  right: 0;
  padding-top: 10px;
  overflow: hidden;
  height: 64px;
}
.tile-gr__action-wrapper::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -20%;
  right: -20%;
  background: #fff;
  width: 140%;
  border-radius: 50%;
  height: 140px;
  z-index: -1;
}

.tile-gr__action {
  padding: 8px 34px;
  text-transform: uppercase;
  border: solid 2px #84afb3;
  font-size: 16px;
  color: var(--nPrimaryColor-900);
  border-radius: 30px;
  box-shadow: 0 0 0 10px #fff;
  text-decoration: none;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  transition: background-color 0.2s ease-out;
}
.tile-gr__action:hover {
  background-color: #f0ddb7; /*#f2fcfd;*/
}
.tile-gr__action:active {
  -webkit-transform: translateY(2px) scale(0.99);
  -ms-transform: translateY(2px) scale(0.99);
  transform: translateY(2px) scale(0.99);
}

.tile-gr__feature {
  padding: 10px 4px;
  text-align: left;
  border-bottom: solid 2px #f4f6f7;
}

.tile-gr__feature:last-child {
  border-bottom: 0;
}

.tile-gr__feature-item {
  display: inline-block;
  color: #121212;
  text-align: left;
  vertical-align: top;
}

.tile-gr__feature-item--left {
  width: 30%;
  color: #656664;
}

.tile-gr__feature-item--right {
  width: 68%;
  color: #121212;
}

.tile-gr__price {
  margin: 5px 0 0 0;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
}

.tile-gr__price-item {
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  float: left;
  vertical-align: top;
  position: relative;
  line-height: 40px;
  height: 100%;
}

.tile-gr__price-item--left {
  background-color: #f1f4f5;
  border-radius: 30px 0 0 30px;
  color: #aa3f2b;
  font-size: 20px;
}
.tile-gr__price-item--left:first-child {
  width: 50%;
}
.tile-gr__price-item--left:last-child {
  width: 100%;
}

.tile-gr__price-item--right {
  background-color: #f5f7f8;
  border-radius: 0 30px 30px 0;
  z-index: 1;
  width: 100%;
}
.tile-gr__price-item--right:last-child {
  width: 50%;
}

.tile-gr__price-item--bg::after {
  content: "";
  top: 0;
  right: -6px;
  width: 20px;
  height: 100%;
  background-color: #f1f4f5;
  border-right: solid 2px #e6e9eb;
  display: inline-block;
  position: absolute;
  z-index: 2;
  -webkit-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  transform: skew(-18deg);
}

.tile-gr__panorama-badge {
  top: -110px;
  right: 10px;
  width: 100px;
  height: 50px;
  background-color: #f2e8dc;
  background-image: url(/ui/v2/i/vr-icon.svg);
  background-position: 0 -9px;
  transition: opacity 0.2s ease-out;
  background-size: 100px 66px;
  border-radius: 46px;
  text-decoration: none;
  position: absolute;
  box-shadow: 0 0 4px #535657;
}

@media screen and (min-width: 768px) {
  .tile-gr__panorama-badge {
    display: none;
  }
  .tile-gr:hover .tile-gr__panorama-badge {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .tile-gr {
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-duration: 0.3s;
  }
  .tile-gr__panorama-badge {
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-duration: 0.3s;
  }
}
@media screen and (max-width: 1024px) {
  .index__tiles_gr-container {
    text-align: center;
  }
  .index__tiles_gr-title--bg {
    margin-bottom: 10px;
  }
  .index__tiles_gr-title--bg::before {
    display: none;
  }
  .tile-gr__title,
.tile-gr__size {
    max-width: 100%;
  }
  .tile-gr__feature-item--left {
    width: 30%;
  }
  .tile-gr__feature-item--right {
    width: 68%;
  }
  .tile-gr__size {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    padding: 8px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .tile-gr {
    margin-bottom: 10px;
  }
  .index__tiles_gr-sticker-left {
    margin: -3px 50px 0 6px;
    position: absolute;
    right: 0;
  }
  .index__tiles_gr-title {
    padding-right: 142px;
  }
}
@media screen and (max-width: 425px) {
  .tile-gr__feature {
    padding-left: 0;
    padding-right: 0;
  }
}
[data-sly] {
  pointer-events: none;
}

.header__icon--favorites::after,
.header__icon--favorites::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLQodC70L7QuV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTI5IDEyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI5IDEyOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNENzVBNEE7fQoJLnN0MXtmaWxsOiNGRkZGRkY7c3Ryb2tlOiM1MTRFNEY7c3Ryb2tlLXdpZHRoOjY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjUsMTA4QzI1LDkyLDExLDYzLDE1LDQyYzMtMTMsMTItMjEsMjMtMjFjNywwLDE2LDMsMjQsMTBoNWM4LTYsMTctMTAsMjQtMTBjMTEsMCwyMCw4LDIzLDIxCglDMTE4LDYzLDEwNCw5MSw2NSwxMDh6Ii8+CjxnIGlkPSJYTUxJRF8xXyI+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTIyLDQwYzQsMjUtMTEsNTgtNTYsNzZjLTEsMC40LTIsMC40LTMsMEMxOCw5OCwzLDY1LDcsNDBjNC0xNywxNS0yNywzMS0yN2M4LDAsMTcsMywyNywxMGM5LTcsMTgtMTAsMjYtMTAKCQkJQzEwNiwxMywxMTgsMjQsMTIyLDQweiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPg==);
  background-size: 28px 28px;
}

.header__icon--gr-list::after,
.header__icon--gr-list::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzUxNEU0RiIgZD0iTTguMyAxMy42SDIuMUEyIDIgMCAwIDAgMCAxNS43djYuMkMwIDIzLjEgMSAyNCAyIDI0aDYuM2MxLjEgMCAyLTEgMi0ydi02LjNjMC0xLjEtLjktMi0yLTJ6TTkgMjJjMCAuNC0uMy43LS43LjdIMi4xYS43LjcgMCAwIDEtLjctLjd2LTYuMmMwLS40LjMtLjcuNy0uN2g2LjJjLjQgMCAuNy4zLjcuN3Y2LjJ6TTIyIDEzLjZoLTYuM2EyIDIgMCAwIDAtMiAyLjF2Ni4yYzAgMS4yLjkgMi4xIDIgMi4xaDYuMmMxLjIgMCAyLjEtMSAyLjEtMnYtNi4zYzAtMS4xLTEtMi0yLTJ6bS42IDguM2MwIC40LS4zLjctLjcuN2gtNi4yYS43LjcgMCAwIDEtLjctLjd2LTYuMmMwLS40LjMtLjcuNy0uN2g2LjJjLjQgMCAuNy4zLjcuN3Y2LjJ6TTguMyAwSDIuMUEyIDIgMCAwIDAgMCAydjYuM2MwIDEuMSAxIDIgMiAyaDYuM2MxLjEgMCAyLS45IDItMlYyLjFjMC0xLjItLjktMi4xLTItMi4xek05IDguM2MwIC40LS4zLjctLjcuN0gyLjFhLjcuNyAwIDAgMS0uNy0uN1YyLjFjMC0uNC4zLS43LjctLjdoNi4yYy40IDAgLjcuMy43Ljd2Ni4yek0yMiAwaC02LjNhMiAyIDAgMCAwLTIgMnY2LjNjMCAxLjEuOSAyIDIgMmg2LjJjMS4yIDAgMi4xLS45IDIuMS0yVjIuMUMyNCAuOSAyMyAwIDIyIDB6bS42IDguM2MwIC40LS4zLjctLjcuN2gtNi4yYS43LjcgMCAwIDEtLjctLjdWMi4xYzAtLjQuMy0uNy43LS43aDYuMmMuNCAwIC43LjMuNy43djYuMnoiLz48L3N2Zz4=);
  background-size: 24px 24px;
}

.section__accordion-title {
  padding: 0 40px 0 0;
  color: #1b1d1f;
  font-size: 24px;
  margin-bottom: 24px;
  cursor: pointer;
}

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

.section__accordion--icon {
  position: relative;
  display: inline-block;
}
.section__accordion--icon::before {
  content: " ";
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 1px solid #222425;
  border-right: 1px solid #222425;
  transition: transform ease-out 0.3s;
  position: absolute;
  display: block;
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

details.section__accordion[open] .section__accordion--icon::before {
  -webkit-transform: translateY(-2px) rotate(134deg);
  -ms-transform: translateY(-2px) rotate(134deg);
  transform: translateY(-2px) rotate(134deg);
}

.section__accordion-content {
  height: inherit;
  color: #686974;
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
  position: relative;
  transition: all ease-out 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section__calltoaction {
  padding: 20px 0;
  background-color: #fce4c4;
  margin-bottom: 20px;
  border-radius: 8px;
  position: relative;
}

.section__calltoaction-text {
  color: #454545;
  font-size: 25px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 300px 10px 34px;
}

.section__calltoaction-text--bold {
  font-weight: 500;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .section__calltoaction-text--bold::before {
    content: "";
    top: 70%;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    pointer-events: none;
  }
}
.section__calltoaction-content {
  top: 0;
  bottom: 0;
  right: 30px;
  height: 44px;
  max-height: 100%;
  margin: auto;
  position: absolute;
}

.section__calltoaction-content-button {
  margin-left: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .section__calltoaction-text {
    padding: 10px 34px;
  }
  .section__calltoaction-content {
    bottom: 34px;
    position: relative;
    left: 0;
  }
  .header__icon--favorites {
    margin-right: 50px;
    float: right;
  }
}
.section__favorites-button--clean {
  border: none;
  float: right;
  margin-top: 20px;
  font-size: 15px;
  color: #a2a2a2;
  height: 27px;
  line-height: 27px;
}

body {
  background-color: #fff;
}

.section__imagebox {
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 500px;
  background-size: 2520px 500px;
  background-image: url(/ui/v2/i/gr/main-bg.jpg);
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: absolute;
}

.section__mainbox {
  border-bottom: solid 2px #d8e0e6;
  position: relative;
  z-index: 2;
}

.section__main-icon-boxes {
  max-width: 520px;
  width: 40%;
  position: relative;
  text-align: center;
  height: 500px;
  padding: 40px 50px 40px 0;
  display: inline-block;
  left: -58%;
}
.section__main-icon-boxes::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 100%;
  max-width: 520px;
  height: 100%;
  top: 0;
  background-color: #3e979f;
  transform: skew(-4deg);
  z-index: 1;
}

.section__main-icon-wrap {
  width: 200px;
  margin: -44px 0;
  padding: 0 20px 50px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: bottom;
  z-index: 2;
}

.section__main-icon-wrap:first-child {
  margin: 0 auto;
  display: block;
}

.section__main-icon {
  margin: 18px 0 4px 0;
}

.section__main-icon-wrap:hover .section__main-icon {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.section__main-icon--height {
  margin-top: 12px;
}

.section__main-icon-text {
  color: #111;
  font-size: 16px;
}

.section__mainbox-title {
  position: relative;
  z-index: 2;
  margin: 50px 0 0 -130px;
  vertical-align: top;
  width: 68%;
  display: inline-block;
  right: -40%;
}

.section__mainbox-title-top {
  background-color: #fff;
  color: #121212;
  text-transform: uppercase;
  font-size: 42px;
  padding: 10px 20px;
  font-weight: 500;
  display: inline-block;
  box-shadow: -1px 1px 4px #666;
}

h1.section__mainbox-title-top {
  margin: 0;
}

.section__mainbox-title-buttom {
  margin-left: 54px;
  padding: 10px 20px;
  background-color: #f4f6f7;
  color: #121212;
  font-weight: 200;
  font-size: 34px;
  box-shadow: 0 1px 2px 0 #666;
  white-space: nowrap;
  display: inline-block;
}

.section__main-title {
  font-size: 24px;
  font-weight: 400;
  margin: 10px 0 30px 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.section__main-title::before {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  top: 60%;
  background-color: rgba(216, 234, 236, 0.8);
  height: 12px;
  width: 104%;
  z-index: -1;
}

.section__legend {
  padding: 0 0 50px 0;
  background-color: #f4f6f7;
}

.section__legend-item {
  width: 33.333%;
  padding: 0 3% 20px 0;
  vertical-align: top;
  position: relative;
  display: inline-block;
}

.section__legend-icon-wrapper {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  background-color: #f8f9fa;
  border: 4px solid #deecee;
  vertical-align: top;
  display: inline-block;
}

.section__legend-content {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 100px;
}

.section__legend-icon {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  display: inline-block;
  pointer-events: none;
  position: absolute;
  margin: auto;
}

.section__legend-content-title {
  font-size: 24px;
  margin-bottom: 14px;
}

.section__legend-content-text {
  line-height: 20px;
  color: #6c6c6c;
  font-size: 16px;
}

.section__form {
  padding: 15px 0;
  background-color: #f4f6f7;
}

.section__form-container {
  width: 100%;
  background-color: #fff;
  vertical-align: top;
  display: inline-block;
}

.section__form-content {
  border: 2px solid #e3e7e8;
  border-radius: 6px;
}

.section__form-choose {
  padding: 0 14px 10px 14px;
}

.section__form-checkbox {
  width: 100%;
  height: 60px;
  max-width: 238px;
  display: inline-block;
  padding: 5px 20px 20px 0;
  position: relative;
  vertical-align: bottom;
}

.section__form-choose .g-selectbox,
.section__form-choose .section__form-checkbox,
.section__form-choose .g-two-inputbox {
  max-width: 246px;
  padding-left: 10px;
  padding-right: 10px;
}

.section__form-title {
  margin: 20px 0 20px 24px;
  font-size: 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section__form-title-icon {
  margin: -2px 15px 0 0;
  vertical-align: middle;
  display: inline-block;
}

.filter__element--additional {
  display: none;
}

.section__form-container--full .filter__element--additional {
  vertical-align: middle;
  display: inline-block;
}

.section__form-buttons {
  width: 100%;
  padding: 20px;
  border-top: solid 2px #e3e7e8;
  background-color: #f8f9f9;
  display: inline-block;
}

.section__form-button {
  display: inline-block;
}

.section__form-link {
  margin: 0 0 0 20px;
  padding: 14px 0 2px 0;
  color: #4e453b;
  background-color: transparent;
  border: 0;
  text-align: right;
  border-bottom: solid 1px #4e453b;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
}

.section__form-link--right {
  float: right;
}

.section__form-link:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.section__catalog {
  padding: 0 0 50px 0;
  background-color: #f4f6f7;
}

.tile-gr__total {
  float: right;
  margin: 10px 0;
  vertical-align: middle;
  display: inline-block;
}

.tile-gr__total-text {
  color: #4d453a;
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
}

.tile-gr__total-number {
  color: #000;/*#34858b;*/
  /*color: #34858b;*/
  font-weight: 500;
  position: relative;
  vertical-align: top;
  display: inline-block;
}

.tile-gr__total-show-all {
  margin: 0 20px 0 0;
  border: 0;
  color: #32414a;
  position: relative;
  vertical-align: top;
  display: inline-block;
}

.tile-gr__total-show-all:hover {
  color: #ffbf3e /*#107a84*/;
  border-bottom-color: #ffbf3e /*#107a84*/;
}

.tile-gr__total-show-all:active {
  -webkit-transform: translateY(2px) scale(0.99);
  -ms-transform: translateY(2px) scale(0.99);
  transform: translateY(2px) scale(0.99);
}

@media screen and (max-width: 1180px) {
  .section__imagebox {
    max-height: 200px;
    position: relative;
  }
  .section__main-icon-boxes {
    max-width: 100%;
    width: 100%;
    padding: 0;
    height: inherit;
    left: 0;
  }
  .section__main-icon-boxes::before {
    display: none;
  }
  .section__main-icon-wrap,
.section__main-icon-wrap:first-child {
    margin: 0;
    display: inline-block;
  }
  .section__main-icon-wrap:last-child {
    margin-top: -40px;
  }
  .section__mainbox-title {
    max-width: 100%;
    display: block;
    margin: 20px auto 10px auto;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
  }
  .section__mainbox-title-top {
    font-size: 36px;
  }
  .section__mainbox-title-buttom {
    margin: 0;
    font-size: 22px;
    white-space: normal;
  }
  .section__mainbox-title-top,
.section__mainbox-title-buttom {
    background-color: transparent;
    box-shadow: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .section__legend-item {
    width: 100%;
    padding: 0 10px 20px 10px;
    position: relative;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section__form-show-more {
    float: none;
    margin-left: 20px;
  }
  .section__legend-text {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 10px 20px 10px 10px;
    position: absolute;
  }
  .section__legend-icon--wrapper {
    width: 100%;
    max-width: 130px;
    display: inline-block;
    text-align: center;
    float: left;
  }
  .tile-gr__total {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .section__main-icon-wrap {
    height: 220px;
    padding: 40px 22px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzUiIGhlaWdodD0iMTUwIiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNzMuNyAxMi43bDQ0LjggMjUuOGExMi42IDEyLjYgMCAwIDEgNi4zIDExdjUxLjdhMTIuNiAxMi42IDAgMCAxLTYuMyAxMC45bC00NC44IDI1LjhhMTIuNiAxMi42IDAgMCAxLTEyLjYgMGwtNDQuOC0yNS44YTEyLjYgMTIuNiAwIDAgMS02LjMtMTFWNDkuNWExMi42IDEyLjYgMCAwIDEgNi4zLTEwLjlMNjEgMTIuN2ExMi42IDEyLjYgMCAwIDEgMTIuNiAweiIgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZCkiLz48ZGVmcz48ZmlsdGVyIGlkPSJmaWx0ZXIwX2QiIHdpZHRoPSIxMzQuOCIgaGVpZ2h0PSIxNDguNiIgeD0iMCIgeT0iMSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+PGZlT2Zmc2V0Lz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1Ii8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAuMTY0NzA2IDAgMCAwIDAgMC41MTM3MjYgMCAwIDAgMCAwLjU0NTA5OCAwIDAgMCAxIDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (max-width: 550px) {
  .section__form-link {
    margin: 0;
    float: left;
  }
  .section__form-link--right {
    float: right;
  }
  .section__form-buttons {
    text-align: center;
  }
  .section__main-icon-boxes {
    max-width: 100%;
    width: 100%;
    height: inherit;
    padding: 10px 0 15px 0;
    border-radius: 10px;
    left: 0;
  }
  .section__main-title {
    margin: 20px 0;
    text-align: center;
  }
  .section__mainbox-title {
    margin: 20px auto 0 auto;
  }
  .section__form-container {
    padding: 10px;
    border: solid 2px #d8e0e6;
    border-radius: 6px;
  }
  .section__legend-container {
    padding: 10px;
  }
  .section__form-content {
    border: 0;
  }
  .section__main-icon-wrap,
.section__main-icon-wrap:first-child,
.section__main-icon-wrap:last-child {
    width: 100%;
    height: auto;
    margin: -1px;
    padding: 10px 15px;
    text-align: left;
    border: solid 2px #ededed;
    display: inline-block;
  }
  .section__main-icon {
    margin: 0;
    width: 32px;
    height: 32px;
    vertical-align: middle;
  }
  .section__main-icon-text {
    max-width: 220px;
    padding: 0 0 0 20px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
  }
  .section__main-icon-text br {
    display: none;
  }
  .section__mainbox-title-top {
    font-size: 26px;
    padding-top: 0;
  }
  .section__mainbox-title-buttom {
    font-size: 20px;
    padding-top: 0;
  }
  .section__main-title::before,
.section__form-button--hide-text {
    display: none;
  }
  .section__form-choose {
    padding: 10px 0 0 0;
  }
  .section__legend-icon-wrapper {
    width: 36px;
    height: 46px;
    border: 0;
    background-color: transparent;
  }
  .section__form-show-more {
    margin-left: 0;
  }
  .section__legend-content {
    margin: 5px 0 0 60px;
  }
  .section__form-button {
    width: 100%;
  }
  .section__form-title {
    width: 100%;
    padding: 5px 34px 5px 10px;
    margin: 0;
    text-align: left;
  }
  .section__legend-icon {
    margin: 8px auto 0 auto;
  }
  .section__form-choose .section__form-checkbox {
    max-width: 100%;
    padding: 16px 0;
    text-align: left;
  }
  .section__form-choose .g-selectbox {
    max-width: none;
    padding: 0 0 10px 0;
  }
  .section__form-choose .g-two-inputbox {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section__main-title {
    animation-fill-mode: both;
    animation-name: slideUpMini;
    animation-delay: 0.35s;
    animation-duration: 0.3s;
  }
  .section__form-container {
    animation-fill-mode: both;
    animation-name: zoomInMini;
    animation-delay: 0.2s;
    animation-duration: 0.3s;
  }
  .section__legend-container {
    animation-fill-mode: both;
    animation-name: slideUpMini;
    animation-delay: 0.5s;
    animation-duration: 0.3s;
  }
  .section__imagebox {
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 0s;
  }
  .section__mainbox-title-top {
    animation-fill-mode: both;
    animation-name: fadeInRightMini;
    animation-delay: 0.15s;
    animation-duration: 0.3s;
  }
  .section__mainbox-title-buttom {
    animation-fill-mode: both;
    animation-name: fadeInRightMini;
    animation-delay: 0.3s;
    animation-duration: 0.3s;
  }
  .section__main-icon-boxes {
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
  }
  .section__main-icon-wrap:nth-child(1) {
    animation-fill-mode: both;
    animation-name: zoomInMini;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
  }
  .section__main-icon-wrap:nth-child(2) {
    animation-fill-mode: both;
    animation-name: zoomInMini;
    animation-delay: 0.7s;
    animation-duration: 0.5s;
  }
  .section__main-icon-wrap:nth-child(3) {
    animation-fill-mode: both;
    animation-name: zoomInMini;
    animation-delay: 0.9s;
    animation-duration: 0.5s;
  }
}
.cls-3,
.cls-4,
.cls-5,
.cls-6 {
  stroke: #000;
  stroke-linecap: round;
}

.cls-3,
.cls-4,
.cls-5 {
  stroke-linejoin: round;
  stroke-width: 7px;
}

.cls-3 {
  fill: #ffeec0;
}

.cls-4 {
  fill: #c0fcff;
}

.cls-5 {
  fill: #ffc7c0;
}

.cls-6 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 2px solid #e1e3e4;
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.range-slider {
  margin: 20px 0 0 0;
}

.noUi-connects {
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #429aa2;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-handle {
  background: #fff;
  border: solid 2px #429aa2;
  position: absolute;
  cursor: grab;
}

.noUi-horizontal .noUi-handle {
  top: -12px;
  left: -17px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -18px;
  outline: 0;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle::before,
.noUi-handle::after {
  content: "";
  top: 8px;
  left: 12px;
  width: 2px;
  height: 14px;
  background: #c2c6c8;
  display: block;
  position: absolute;
}

.noUi-handle::after {
  left: 17px;
}

.noUi-vertical .noUi-handle::before,
.noUi-vertical .noUi-handle::after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle::after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -18px;
  left: auto;
  outline: 0;
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

#range-slider.noUi-horizontal .noUi-origin .noUi-handle-lower {
  right: -32px;
}

#range-slider.noUi-horizontal .noUi-origin .noUi-handle-upper {
  right: -4px;
}

.collection__slider {
  width: 100%;
  max-width: 890px;
}

.collection__info {
  width: 380px;
  padding: 0 0 0 40px;
  display: table-cell;
  vertical-align: top;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .collection__info {
    animation-fill-mode: both;
    animation-name: slideUpMini;
    animation-delay: 0.3s;
    animation-duration: 0.5s;
  }
}
.section__gr {
  width: 100%;
  background-color: #fffefe;
  border-bottom: solid 2px #dfe2e2;
  vertical-align: top;
  display: inline-block;
}

.collection__social-share {
  display: inline-block;
  vertical-align: top;
}

.collection__share-title {
  padding: 15px 4px;
  display: inline-block;
  vertical-align: top;
}

.collection__social-icon {
  width: 40px;
  height: 40px;
  margin: 0 2px 0 2px;
  padding: 7px;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.2s ease-out;
  display: block;
  opacity: 0.7;
  float: right;
}
.collection__social-icon:hover {
  opacity: 1;
}
.collection__social-icon:active {
  transform: scale(0.9);
}

.g-icon--favorites {
  width: 30px;
  height: 27px;
  margin: 0 2px 0 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 27px;
  transition: background 0.15s ease-out;
  vertical-align: middle;
  display: inline-block;
}

.g-icon--favorites-thin {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyNyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuNSIgc3Ryb2tlPSIjRjA1MjI4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE0LjYgMy40Yy4zLjMuOC4zIDEuMSAwQTEwIDEwIDAgMCAxIDIxLjggMWMzLjMgMCA2LjEgMi40IDcgNi4zIDEgNi0yLjUgMTQuMS0xMy44IDE4LjdDMy43IDIxLjQuMiAxMy4yIDEgNy4yYy41LTIgMS40LTMuNiAyLjYtNC42QzQuOCAxLjYgNi4zIDEgOC4yIDFjMS44IDAgMy45LjcgNi40IDIuNHoiLz48L3N2Zz4=);
}

.g-icon--favorites-filled {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMTYuMjQgMTAzLjI5Ij48cGF0aCBkPSJNMTE1LjYyIDI3Yy00LTE2LTE2LTI3LTMxLTI3LTggMC0xNyAzLTI2IDEwLTEwLTctMTktMTAtMjctMTAtMTYgMC0yNyAxMC0zMSAyNy00IDI1IDExIDU4IDU2IDc2YTQgNCAwIDAgMCAzIDBjNDUtMTggNjAtNTEgNTYtNzZ6IiBmaWxsPSIjZjA1MjI4Ii8+PC9zdmc+);
}

.section__favorites-button {
  background: 0 0;
  border: none;
  outline: 0;
}

.section__favorite {
  width: 100%;
  margin: -4px 0 10px 0;
  vertical-align: top;
  display: inline-block;
}

.favorite-gr__list {
  width: 100%;
  padding: 20px 0 0 0;
  display: inline-block;
}

.section__favorites-button-text {
  padding: 4px 12px;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
}

.section__pricebox {
  width: 100%;
  background-color: #fff;
  padding: 20px 15px 15px 15px;
  color: #000;
  font-size: 20px;
  border: 1px solid #cccdce;
  border-top: 0;
  display: inline-block;
}

.section__pricebox--text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.section__pricebox--subtitle {
  font-size: 14px;
  color: #414141;
  margin-bottom: 20px;
}

.section__pricebox-btn {
  color: #fff;
  margin: 6px auto;
  text-transform: uppercase;
  width: 100%;
}

.section__footnote {
  color: #474d4d;
  font-size: 14px;
  padding: 10px 0 0 0;
}

@media screen and (max-width: 1024px) {
  .section__share {
    margin-right: 0;
  }
  .collection__info {
    width: 100%;
    padding: 0;
    display: block;
  }
  .section__favorite {
    margin: -4px 0 0 0;
    padding: 0;
  }
}
.section__collection {
  width: 100%;
}

.section__collection--see-also {
  width: 100%;
  padding: 0 0 30px 0;
  vertical-align: top;
  display: inline-block;
}

.section__share {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 0 176px 0 10px;
  max-width: 100%;
  color: #fff;
  transition: bottom 0.2s 1.5s ease-out;
  cursor: default;
  z-index: 1;
}

.section__container:hover .section__share {
  bottom: 0;
  transition: bottom 0.2s 0s ease-out;
}

.section__favorites {
  height: 40px;
  float: left;
}

.section__accordion-content--contacts {
  padding: 0 0 30px 0;
}

.collection__social {
  margin: 4px 0 0 0;
  display: inline-block;
}

.section__description {
  width: 100%;
}

.section__content {
  display: table;
}

.section__infobox,
.section__options {
  display: table-cell;
  width: 50%;
  margin-bottom: 18px;
  vertical-align: top;
}

.section__title {
  font-size: 24px;
  color: #494949;
  position: relative;
  display: inline-block;
  margin: 24px 0 20px 0;
}
.section__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 70%;
  background-color: rgba(64, 152, 160, 0.15);
  pointer-events: none;
  height: 10px;
  width: 100%;
  z-index: 1;
}

.section__show-more {
  background-color: #fff;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 4px auto;
}

.section__show-more--icon::before {
  position: absolute;
  content: " ";
  top: 50%;
  right: 0;
  margin: -8px auto auto auto;
  left: 0;
  width: 10px;
  height: 10px;
  display: block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(136deg);
  text-align: center;
}

.section__infobox-text {
  width: 100%;
  color: #4d4d4d;
  line-height: 28px;
  height: 60px;
  overflow: hidden;
  margin: 10px 0;
}

.section__show-more-input:checked ~ .section__infobox-text {
  height: inherit;
}

.section__show-more-input:checked ~ .section__infobox-text + .section__show-more--icon::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section__options-list {
  width: 100%;
  margin: 0 auto 20px auto;
  display: inline-block;
}

.section__options-cell {
  width: 100%;
  list-style: none;
  overflow: hidden;
  position: relative;
  text-align: left;
  color: #4d4d4d;
  border-bottom: 1px solid #e4e4e4;
}
.section__options-cell::before {
  content: "";
  position: absolute;
  left: 50%;
  border-left: 1px solid #e4e4e4;
  top: 0;
  height: 100%;
}
.section__options-cell:last-child {
  border-bottom: none;
}

.section__options-item {
  width: 50%;
  padding: 5px 0 5px 20px;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  float: left;
}

.section__options-item--light {
  padding-left: 0;
  color: #697279;
}

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

@media screen and (min-width: 1280px) {
  .section__prices {
    bottom: 0;
    right: 0;
    position: absolute;
  }
  .section__options {
    height: 470px;
  }
}
.section__switch-buttons {
  width: 100%;
  border-bottom: solid 1px #cccdce;
}

.section__switch-buttons-btn {
  width: 50%;
  padding: 0 40px;
  line-height: 40px;
  background-color: #f4f6f7;
  border: solid 1px #f4f6f7;
  border-bottom: solid 1px #cccdce;
  position: relative;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease-out;
  display: inline-block;
  float: left;
}

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

.section__collection-see-also {
  width: 100%;
  padding: 0 0 60px 0;
  vertical-align: top;
  display: inline-block;
}

.section__switch-buttons-btn:hover {
  background-color: #fff;
}

.section__switch-buttons-btn::before {
  content: "";
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  display: block;
}

.switch-button-input:checked + .section__switch-buttons-btn {
  background: #fff;
  border-color: #cccdce;
}

.switch-button-input:checked + .section__switch-buttons-btn::before {
  background: #fff;
}

.section__prices-text {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.section__prices-text sup {
  font-size: 12px;
}

/*
.section__items {
  padding: 30px 0 0 0;
  display: inline-block;
  vertical-align: top;
}

.section__items-title {
  border-bottom: 1px solid #cccdce;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #0c0c0c;
}

.section__items--icon {
  width: 46px;
  height: 46px;
  text-align: center;
  margin: 0 3px 10px 3px;
  background-color: #f4f6f7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 6px;
}
*/
.section__contacts {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}

.gr__go-back {
  width: 100%;
  padding: 0 0 60px 0;
  text-align: left;
  vertical-align: top;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .collection__share-title {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .section__options-list,
.section__prices {
    max-width: 49%;
    margin: 10px 0;
  }
  .section__prices {
    float: right;
  }
}
@media screen and (max-width: 960px) {
  .section__options {
    width: 50%;
  }
  .section__infobox-text {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .section__options-list,
.section__prices {
    max-width: 100%;
  }
  .collection__social-icon {
    width: 38px;
  }
  .section__options {
    text-align: center;
  }
  .section__prices {
    float: none;
  }
  .section__share {
    padding-right: 0;
    bottom: 130px;
  }
  .section__container:hover .section__share {
    padding-right: 0;
    bottom: 130px;
  }
  .collection__share-title {
    display: none;
  }
  .section__favorites-button .g-icon--favorites {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .section__accordion-title {
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
  }
  .section--notice {
    animation-fill-mode: both;
    animation-name: slideUpMini;
    animation-delay: 0.35s;
    animation-duration: 0.3s;
  }
}

/*# sourceMappingURL=gr.css.map */



.section__main-icon-boxes::before {
  background-color: #ffbf3e;
}
.tile-gr__title-wrap::before {
  background: radial-gradient(circle at center, #e76445, #f1ce6d);
}
.tile-gr__action, .g-button__show-more {
  border: solid 2px #ffbf3e;
  color: #000;
}
.section__main-title::before {
  background-color: rgba(250, 216, 148, 0.21);
}
@media screen and (min-width: 550px) {
.section__legend-icon-wrapper {
  border: 4px solid rgba(250, 216, 148, 0.21);;
}
}


/* End */


/* Start:/local/templates/templ_main/include_old/s/collection.css?177746812511621*/
.collection__stock{margin:0 0 20px 0;border:solid 1px #cccdce;border-left:solid 3px var(--nPrimaryColor-900);background-color:#fff;border-radius:2px;display:inline-block}.collection__stock-text{padding:18px 0 18px 26px;display:inline-block}.collection__stock-button{margin:5px 5px 0 60px;float:right}.collection{padding:20px 0 0 0}.collection__preview{width:100%;margin:20px 0 20px 0;display:table}.collection__slider-wrapper{width:auto;position:relative}.collection__slider{width:100%;max-width:890px}.collection__info{width:380px;padding:0 0 0 40px;display:table-cell;vertical-align:top}.collection__info-title{width:100%;margin:0;font-size:20px;font-weight:500}.collection__info-subtitle{width:100%;margin:0;font-size:16px}.collection__info-desc{width:100%;margin:5px 0 10px 0}.collection__info-desc-row{height:35px}.collection__info-additional{width:100%;padding:20px;border:solid 1px #cccdce;background-color:#fff;display:inline-block}.collection__info-additional-title{width:100%;font-size:17px;padding-bottom:18px;text-align:center}.collection__design-button{width:100%;max-width:320px;text-transform:uppercase}.collection__design-button:hover{background:var(--nPrimaryColor-900);color:#fff}.collection__design-button:active{transition:none;-webkit-transform:scale(.98);transform:scale(.98)}.collection__composition{width:100%;min-height:480px;display:inline-block}.collection__subtitle{width:100%;font-size:20px;font-weight:500}.collection__slider-select-box{width:100%;margin:20px 0 0 0;display:inline-block}.collection__slider-select-current-item{border-bottom:dashed 1px #fff;font-size:14px;color:#fff}.collection__slider-select-wrapper{min-width:100%;max-height:154px;margin:20px 0 0;padding:10px;border:solid 2px #efefef;background-color:#fff;overflow-y:auto}.collection__slider-select{width:100%;list-style:none;display:inline-block;transition:all .3s ease-out;cursor:pointer}.collection__slider-select-item{width:100%;max-width:320px;margin:0 0 8px;padding:10px 10px 10px 80px;position:relative;display:block;cursor:pointer;transition:all .2s ease-out}.collection__slider-select-item:hover,.collection__slider-select-item_active{background-color:#f4f6f7}.collection__slider-select-item-image-wrapper{top:8px;left:8px;width:60px;height:40px;background:#f2f2f2;position:absolute}.collection__slider-select-item-image{width:100%;height:100%}.collection__slider-select-item-name{width:100%;font-size:17px;font-weight:500;display:inline-block;transition:all .2s ease-out}.collection__slider-select-item-desc{width:100%;font-size:12px;color:#7a7878;display:inline-block}.collection__slider-design{width:100%;display:none}.collection__slider-design-previews-item-extend .collection__slider-design-3d,.collection__watch-3d{width:100%;height:106px;font-size:0;text-indent:-8888888888px;padding:74px 0 0 0;background-color:#f2e8dc;background-image:url(/ui/v2/i/vr-icon.svg);background-position:center;background-repeat:no-repeat;background-size:100%;color:#fff;font-weight:500;text-align:center;display:inline-block}.collection__slider-design-previews-item-extend .collection__slider-design-video{width:100%;height:106px;padding:74px 0 0 0;background-color:#d6883e;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTggMEMzLjYgMCAwIDMuNiAwIDhzMy42IDggOCA4IDgtMy42IDgtOC0zLjYtOC04LTh6TTYgMTJWNGw2IDQtNiA0eiIvPjwvc3ZnPg==);background-repeat:no-repeat;background-position:center 10px;background-size:50% 50%;color:#fff;font-weight:500;text-align:center;display:inline-block}.collection__watch-3d,.collection__watch-video{margin-bottom:9px;display:none}.collection__slider-design_show{overflow:hidden;position:relative;display:inline-block}.collection__slider-design_show .product-badge__box{top:20px;left:110px;position:absolute;z-index:1}.collection__slider-design-addons{top:10px;right:10px;position:absolute;display:inline-block;cursor:pointer;transition:all .3s ease-out;z-index:2}.collection__slider-design-addons-item{border-bottom:dashed 1px #fff;font-size:14px;color:#fff}.collection__slider-design-bigimg-wrapper{width:100%;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAeFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8BAQEcHBzw8PAyMjKtra3m5uZ3d3dlZWW4uLhFRUWQkJBYWFjOzs6jo6PY2NiZmZmEhITDw8M+/tKwAAAAFnRSTlMA/g7y2z0bhXkmL0pq51SSXbKpwZ3NKaKmYwAAAwZJREFUeAGVVet+uyoQ7LIgKOLdimLUmrR9/zc8CNFoTP+/nPnKDHvf/diDBBHLRFpZpCJjUUA+/gUSspgXFMEBacFjFpJ/0KWwbNTdpW2a9tJptBoh/5IQFhcKjGV/3tFeBgOqiKOXioBxCmZqPg9oJgOUs+AFX6YKuvbzhHYAlcrgzK8Q+u3fdhzbzVYPWD0rCEsRv+5f9sPNaG1uQ3/XfCFWjBz5HMHzm6sBpHVZ1hTBXJtVwQ+KMKZ3fy4aVM7jLEmymOcU9OXuFY3DnQGZQ+ceJsBcSFtfiyCSIkeY3EMHhSQPA0KZ1vNVmjzqRMIkVV7RGCXCvYEf5w8om3Ky7yzJFTivfnYmgpiaJbhGY8rIczlT1M66pvGa2iiFq/czT84FSnL/+g08+vCQuStBq6kIybkjBXUmRshX87FyHv1A/kjEMYW9c7jO7s8cvhebAzqbJ0QcB/eu1iBSGJcfbi6qM2xObosHE66JraBZQjDO5BkkKV0Q/RZ1BYvFUZfJa4FNyvj/BOVJ4F2iWfBSkNWmdVnk4Rq0K/6sxB9Bq3n58Yrru/Bp6yCNXtVhbYR5y2LmS3mBMnk17EnpPGhwi5EVfnoM8rMJYuvmynCBbUxDjr9+rOo4JM+tFNf+u1/cBiLIat/BM+RZQI78LIfZrQZ81JWwyk9oq6HIIrL3x/L9MA6bR75b/I4ZEUqxzRwJmChBj24YUfkAt600N05hgFaxjEKLSMYVBTPel4BKGTmkbvBrqUOgecqF4GlOAbt1/w1ABSO7XFC43tdcZwDQAsB0ztGXikh4hd/yUzcM3eT2/p8KZhW/lnHGuO7o7llRg+nP/B8N00PB917FBcKtbw73pDeA+JcilLxEcBfOYblygGVVqIMi2hc2Ee6G6ts837S7oyJhy7r8XhWayn3rkHC50kVZU1qXxXKpQ2ILvlNMNHtqzyCMmEyyLJEsCn2XkIdi/KXJiyHz8NEdFF8ac/bxBqyCQrfwCzuVbyuu88InH28qRFnWb/NdzqXNw/t8izUP/wG+FVS9LX8oqQAAAABJRU5ErkJggg==),zoom-in}.collection__slider-design-bigimg{width:100%;display:block}.collection__slider-design-previews{top:0;right:-180px;width:176px;height:100%;background:#fff;overflow-y:auto;transition:all .3s ease-out;z-index:1;position:absolute}.collection__slider-design-previews::-webkit-scrollbar,.collection__slider-select-wrapper::-webkit-scrollbar{width:8px}.collection__slider-wrapper:hover .collection__slider-design-previews{right:0}.collection__slider-wrapper:hover .collection__slider-design-addons{right:186px}.collection__slider-design-previews-item,.collection__slider-design-previews-item-extend{width:100%;max-width:100%;max-height:114px;margin:0 0 6px 0;padding:0 6px 0 6px;overflow:hidden;display:block;cursor:pointer;transition:all .3s ease-out}.collection__slider-design-previews-item-extend:hover,.collection__slider-design-previews-item:hover{opacity:.8}.collection__slider-design-previews-item-extend:active,.collection__slider-design-previews-item:active{transform:scale(.95);transition:none}.collection__slider-design-previews-item-image{width:100%;transition:all .2s ease-out}.fancybox-next{cursor:url(/ui/v2/c/cur_left.cur),pointer}.fancybox-prev{cursor:url(/ui/v2/c/cur_right.cur),pointer}.collection__control{top:50%;width:40px;height:40px;border:0;outline:0;background:rgba(0,0,0,.2);border-radius:50%;display:inline-block;position:absolute;opacity:0;overflow:hidden;cursor:pointer;z-index:1;transition:all .2s ease-out;-webkit-transform:translateY(-50%) scale(.8);-ms-transform:translateY(-50%) scale(.8);transform:translateY(-50%) scale(.8)}.collection__control:hover{background:rgba(0,0,0,.8)}.collection__control:active{background:rgba(0,0,0,.2)}.collection__control_prev{left:10px}.collection__control_next{right:10px}.collection__control::before{content:' ';top:50%;margin-top:-5px;width:7px;height:7px;border-top:2px solid #fff;border-right:2px solid #fff;transition:all .2s ease-out .2s;position:absolute}.collection__control_prev::before{left:17px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.collection__control_next::before{right:17px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (min-width:1024px){.collection__info{animation-fill-mode:both;animation-name:slideUpMini;animation-delay:.3s;animation-duration:.5s}.collection__slider-wrapper{animation-fill-mode:both;animation-name:zoomOutIn;animation-delay:.3s;animation-duration:.5s}.collection__subtitle{animation-fill-mode:both;animation-name:zoomInMini;animation-delay:.3s}}@media screen and (min-width:1024px){.collection__preview{margin:0 0 30px 0}.collection__slider-design-bigimg-wrapper{padding:0 176px 0 0}.collection__slider-design-previews{right:0}}@media screen and (max-width:1230px){.collection__slider-select-wrapper{max-height:190px}}@media screen and (max-width:1140px){.collection__slider-select-wrapper{max-height:130px}}@media screen and (max-width:1024px){.collection__design-button{max-width:none}.collection__stock{margin:30px 0 35px 0}.collection__preview{margin:0}.collection__info{width:100%;padding:25px 0 0 0;display:block}.collection__slider-design-bigimg-wrapper{padding:0 176px 0 0}.collection__slider-design-bigimg-wrapper_full{padding:0}.collection__slider-design-previews{right:0}.collection__slider-design-addons{right:186px}.collection__slider-select-wrapper{max-height:none}.collection__slider-select-item{display:inline-block}}@media screen and (max-width:768px){.collection__preview{display:inline-block}.collection__control{opacity:1;margin-top:-67px;-webkit-transform:translateY(-50%) scale(1);-ms-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.collection__stock{width:100%;margin:20px 0 35px}.collection__stock-text{padding:18px 26px 18px 26px;width:100%}.collection__stock-button{margin:0 0 15px 25px;float:left}.collection__slider-design-bigimg-wrapper{padding:0}.collection__slider-design-previews{right:inherit;width:100%;height:130px;overflow-x:auto;overflow-y:inherit;position:relative}.collection__slider-design-previews::-webkit-scrollbar{width:20px}.collection__slider-wrapper:hover .collection__slider-design-previews{right:inherit}.collection__slider-design-previews-scroller{width:100%;height:inherit;padding:5px 0;white-space:nowrap;display:inline-block}.collection__slider-design-previews-item,.collection__slider-design-previews-item-extend{width:154px;padding:0 6px 0 0;white-space:nowrap;vertical-align:top;display:inline-block}.collection__slider-design-previews-item-image{height:106px}.collection__slider-design-previews-scroller span:nth-child(1){margin:0}.collection__slider-design-previews-item:last-child{padding:0}.collection__slider-design-addons{right:10px}.collection__design-button{padding:14px;font-size:14px}.collection__slider-wrapper:hover .collection__slider-design-addons{right:10px}.collection__slider-select-item{max-width:100%}}.collection__tabs{width:100%;margin:0 0 25px 0;list-style:none;display:inline-block}.collection__tabs-item{margin:0 5px 5px 0;padding:6px 12px;border:solid 1px #ced2d2;background-color:#f8f9fa;font-size:15px;color:#505859;cursor:pointer;border-radius:4px;transition:background-color .2s ease-out,color .2s ease-out;display:inline-block}.collection__tabs-item:hover,.collection__tabs-item_active,.collection__tabs-item_show-all.collection__tabs-item_active{border-color:var(--nPrimaryColor-900);color:#2e7980;background-color:#f8fbfb}.collection__tab-content{width:100%;display:none}.collection__tab-content-wrapper{width:100%;text-align:center}.collection__tab-content_show{display:inline}.collection__tab-content .tile{max-width:24%;margin:0 1% 1% 0}@media screen and (min-width:1024px){.collection__tabs{animation-fill-mode:both;animation-name:zoomInMini;animation-delay:.2s;animation-duration:.3s}}@media screen and (min-width:1280px){.collection__tab-content-wrapper{text-align:justify}}@media screen and (max-width:1024px){.collection__tab-content .tile{max-width:32.333333%}}@media screen and (max-width:768px){.collection__tab-content .tile{max-width:300px;float:none;display:inline-block}}
/* End */


/* Start:/local/templates/templ_main/include_old/s/catalogSorting.css?17774681252599*/
.sort-filter {
  margin: 0 0 12px 0;
  font-size: 14px;
  color: #32414a;
  display: inline-block;
}

.sort-filter__title,
.sort-filter__list {
  display: inline-block;
  vertical-align: top;
}

.sort-filter__title {
  padding: 0 0 6px 6px;
}

.sort-filter__list {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

.sort-filter__item {
  margin: 8px 10px 0 0;
  position: relative;
  display: inline-block;
}

.sort-filter__item-link {
  padding: 5px 0;
  border-radius: 50px;
  color: #32414a;
  font-size: 15px;
  text-decoration: none;
  transition: background-color ease-out 0.2s;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sort-filter__item-link::after {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  vertical-align: middle;
  display: inline-block;
}

.sort-filter__item--active {
  font-weight: 500;
}

.sort-filter__item--asc .sort-filter__item-link::after {
  margin: 3px 0 0 4px;
  border-top-color: #9ca3a9;
}

.sort-filter__item--desc .sort-filter__item-link::after {
  margin: -5px 0 0 4px;
  border-bottom-color: #9ca3a9;
}

.sort-filter__item--asc.sort-filter__item--active .sort-filter__item-link::after {
  border-top-color: #c46767;
}

.sort-filter__item--desc.sort-filter__item--active .sort-filter__item-link::after {
  border-bottom-color: #05a5b3;
}

/*
.sort-filter__item_active a {
  background-color: #e4e4e4;
  padding: 5px 15px;
}

.sort-filter__item_active a::after {
  @include rotate(180deg);
}
*/
.sort-filter__stock {
  background-color: #e90639;
  border-radius: 20px;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.sort-filter__stock::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .sort-filter {
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-duration: 1.5s;
  }
  .design-projects__title {
    animation-fill-mode: both;
    animation-name: zoomInMini;
    animation-delay: 0.3s;
    animation-duration: 1.5s;
  }
}
@media screen and (max-width: 425px) {
  .sort-filter__stock-text {
    display: none;
  }
  .sort-filter__stock {
    margin: -19px 0 0 10px;
    padding: 14px;
    font-size: 0;
    position: absolute;
  }
  .sort-filter__stock::before {
    font-weight: 700;
    font-size: 17px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    content: " % ";
    left: 0;
    right: 0;
    top: 50%;
    display: block;
    margin-top: -8px;
  }
}

/*# sourceMappingURL=catalogSorting.css.map */

/* End */
/* /local/templates/templ_main/include_old/s/main_m.css?177746812564685 */
/* /local/templates/templ_main/components/bitrix/catalog.section/lp-gr-list/gr.css?177746812540918 */
/* /local/templates/templ_main/include_old/s/gr.css?177746812540986 */
/* /local/templates/templ_main/include_old/s/collection.css?177746812511621 */
/* /local/templates/templ_main/include_old/s/catalogSorting.css?17774681252599 */
