:root {
    --yellow-gradient: radial-gradient(100% 100% at 50% 0%, #F6EFD8 0%, #D1B040 100%);
    --yellow-gradient-hover: radial-gradient(100% 100% at 30% 0%, #F6EFD8 0%, #D1B040 100%);
    --btn-shaddow: 0px 4px 0px #9D8330;
    --btn-shaddow-hover: 0px 6px 0px #9D8330;
    --brown: #513D32
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

.bannerhny {color: black;margin-top: 39px;margin-right: 525px;}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

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

b, strong {
    font-weight: 700
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

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

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[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-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

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

input {
    -webkit-border-radius: 0
}

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

.btn {
    cursor: pointer;
    height: 64px;
    color: var(--brown);
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: inline-block
}

.btn-primary {
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00cd6a), to(#ace884)) !important;
    background: -o-linear-gradient(top, #00cd6a, #ace884) !important;
    background: linear-gradient(180deg, #00cd6a, #ace884) !important;
    background-position: center center;
    border-color: transparent;
    border-style: none;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    -webkit-box-shadow: 0 5px 6px 0 #45a15b;
    box-shadow: 0 5px 6px 0 #45a15b;
    width: 270px;
    line-height: 64px
}

.btn-primary:active {
    opacity: .8
}

.btn-primary:hover {
    -webkit-box-shadow: 0 10px 20px 7px rgba(0, 255, 0, .2);
    box-shadow: 0 10px 20px 7px rgba(0, 255, 0, .2);
    background: -o-linear-gradient(103deg, #00cd6a, #00cd6a) !important;
    background: linear-gradient(347deg, #00cd6a, #00cd6a) !important
}

.btn-secondary {
    background-color: #57ce71;
    border-radius: 30px;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    height: 45px;
    -webkit-transition: background-color 0s ease-in-out, color 0s ease-in-out, border-color 0s ease-in-out, -webkit-box-shadow 0s ease-in-out;
    transition: background-color 0s ease-in-out, color 0s ease-in-out, border-color 0s ease-in-out, -webkit-box-shadow 0s ease-in-out;
    -o-transition: background-color 0s ease-in-out, color 0s ease-in-out, border-color 0s ease-in-out, box-shadow 0s ease-in-out;
    transition: background-color 0s ease-in-out, color 0s ease-in-out, border-color 0s ease-in-out, box-shadow 0s ease-in-out;
    transition: background-color 0s ease-in-out, color 0s ease-in-out, border-color 0s ease-in-out, box-shadow 0s ease-in-out, -webkit-box-shadow 0s ease-in-out
}

.btn-secondary:hover {
    -webkit-box-shadow: 0 10px 20px 7px rgba(0, 255, 0, .2);
    box-shadow: 0 10px 20px 7px rgba(0, 255, 0, .2);
    background: -o-linear-gradient(103deg, #00cd6a, #00cd6a);
    background: linear-gradient(347deg, #00cd6a, #00cd6a)
}

.btn-gray {
    background-color: #cbcbcb;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    height: 45px;
    color: #fff
}

.btn-gray:hover {
    -webkit-box-shadow: 0 10px 20px 7px rgba(0, 255, 0, .2);
    box-shadow: 0 10px 20px 7px rgba(0, 255, 0, .2);
    background: -o-linear-gradient(103deg, #00cd6a, #00cd6a);
    background: linear-gradient(347deg, #00cd6a, #00cd6a)
}

.btn-arrow {
    font-family: Arial, Helvetica, sans-serif
}

.btn-arrow--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 5px
}

.flash_wrap-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-85px);
    -ms-transform: translateX(-85px);
    transform: translateX(-85px);
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.flash_effects {
    background: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4)));
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

@-webkit-keyframes flash {
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes flash {
    20% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

html * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    min-width: 320px;
    font-weight: 400;
    font-family: Gilroy, sans-serif;
    color: #000;
    line-height: 1.55;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

a {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #212529
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #212529
}

img {
    max-width: 100%
}

p {
    margin: 0 0 10px
}

li, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

address {
    font-style: normal
}

input {
    border: 0;
    outline: 0;
    -webkit-appearance: none
}

button {
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 0;
    background-color: transparent
}

textarea {
    resize: vertical;
    -webkit-appearance: none
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%
}

.container.container-sm {
    max-width: 745px
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px
}

.col {
    padding: 0 15px
}

.img-fit {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.text-center {
    text-align: center
}

.text-unset {
    text-transform: unset
}

.text-content {
    font-weight: 400
}

.text-content b, .text-content strong {
    font-weight: 700
}

.text-content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 10px
}

.text-content ul li {
    line-height: 130%;
    list-style: disc
}

.text-content p {
    margin-bottom: 10px;
    line-height: 130%
}

.text-content ol {
    padding-left: 20px;
    margin-bottom: 10px;
    list-style-position: inside
}

.text-content ol li {
    line-height: 130%;
    list-style: decimal
}

.title {
    font-size: 36px;
    font-weight: 300
}

.title b {
    display: block
}

.col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.title-gradient {
    background: -webkit-linear-gradient(#ececec, #c2b2ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.color-white {
    color: #fff
}

.position-relative {
    position: relative
}

.z-10 {
    z-index: 10
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1em;
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: var(--brown);
    text-transform: uppercase
}

.h1, h1 {
    font-size: 64px
}

.h2, h2 {
    font-size: 38px
}

.h2 span, h2 span {
    font-weight: 400
}

.h3, h3 {
    font-size: 38px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 16px
}

.h6, h6 {
    font-size: 16px
}

.text-uppercase {
    text-transform: uppercase
}

.over-all {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10
}

@-webkit-keyframes rotate {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(360deg) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(360deg) scale(1, 1)
    }
}

@keyframes rotate {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(360deg) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(360deg) scale(1, 1)
    }
}

.is-lazy:not(.loaded):before {
    content: "";
    border-radius: 100px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-bottom-color: #e6332a;
    border-left-color: #e6332a;
    -webkit-animation: rotate 1s linear 0s infinite;
    animation: rotate 1s linear 0s infinite
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #D3B245
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-next, .swiper-button-prev {
    width: 52px;
    height: 52px;
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #222;
    border-radius: 50%;
    outline: 0;
    background-color: #fff
}

.swiper-button-next:active, .swiper-button-prev:active {
    opacity: .8
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: .8
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 11px;
    height: auto
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    color: #ccdadd
}

.swiper-button-next.swiper-button-disabled:after, .swiper-button-prev.swiper-button-disabled:after {
    color: #ccdadd
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 12px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    display: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin: 0 15px;
    min-width: 45px;
    line-height: 0
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #222;
    margin: 0 5px
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #222
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal {
    height: 2px;
    background-color: #000
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.3em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

#slider-price-handle, #slider-volume-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    outline: 0
}

#slider-price-handle span, #slider-volume-handle span {
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 8px 10px;
    min-width: 20px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2);
    background-color: #fff
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Regular.eot);
    src: local("Gilroy Regular"), local("Gilroy-Regular"), url(../fonts/Gilroy-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Regular.woff) format("woff"), url(../fonts/Gilroy-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

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

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Light.eot);
    src: local("Gilroy Light"), local("Gilroy-Light"), url(../fonts/Gilroy-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Light.woff) format("woff"), url(../fonts/Gilroy-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-SemiBold.eot);
    src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url(../fonts/Gilroy-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-SemiBold.woff) format("woff"), url(../fonts/Gilroy-SemiBold.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-LightItalic.eot);
    src: local("Gilroy Light Italic"), local("Gilroy-LightItalic"), url(../fonts/Gilroy-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-LightItalic.woff) format("woff"), url(../fonts/Gilroy-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

.header {
    padding: 14px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    min-width: 320px
}

.header__logo b {
    display: block;
    font-size: 18px;
    margin-bottom: 5px
}

.header__logo span {
    font-size: 14px
}

.header__us {
    margin-left: auto;
    margin-right: 0px
}
.d-none {
    display: none;
}

.header__us-title {
    font-size: 20px;
    line-height: 1.55;
    margin-right: 20px;
    margin-top: -14px;
}

.header__us ul li {
    width: 30px
}

.header__us ul li:not(:last-of-type) {
    margin-right: 10px
}

.header__tel {
    font-size: 20px
}

.header__tel li {
    display: block;
    text-align: left
}

.header__tel li:not(:last-of-type) {
    margin-bottom: 5px
}

.header__tel li a {
    display: block;
    margin-bottom: 11px;
}

.header__tel li a:hover {
    text-decoration: underline
}

.footer {
    position: relative
}

.footer .map iframe {
    height: 100%;
    width: 100%
}

.footer__logo {
    width: 200px;
    margin-bottom: 20px
}

.footer__info {
    background: #f5f1f0;
    padding: 30px 50px;
    color: var(--brown)
}

.footer__info-item:not(:last-of-type) {
    margin-bottom: 24px
}

.footer__info-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--brown)
}

.footer__info-contacts li:not(:last-of-type) {
    margin-bottom: 8px
}

.footer__info-contacts li a {
    position: relative;
    padding-left: 25px;
    display: block
}

.footer__info-contacts li a:hover {
    text-decoration: underline
}

.footer__info-contacts li a img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer__info-socials li:not(:last-of-type) {
    margin-right: 20px
}

.footer__info-socials li a {
    display: block
}

.footer__info-socials li a:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.footer__info-callback a {
    font-size: 24px;
    color: #d4b54a;
    font-weight: 700;
    padding-left: 38px;
    position: relative;
    cursor: pointer;
    display: block
}

.footer__info-callback a:hover {
    text-decoration: underline
}

.footer__info-callback a img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px
}

.toTop {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f44a4a;
    border-radius: 50%;
    position: fixed;
    right: 3%;
    bottom: 10%;
    cursor: pointer;
    opacity: 0;
    z-index: 20;
    -webkit-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s
}

.toTop.is-show {
    opacity: 1
}

.toTop:active {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 93px;
    z-index: 999;
    background-color: #212121;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    padding: 15px 0;
    -webkit-overflow-scrolling: touch
}

.menu-active .menu {
    opacity: 1;
    -webkit-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s;
    visibility: visible
}

.menu a {
    color: #fff;
    display: inline-block
}

.menu--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.menu--left {
    max-width: 455px;
    width: 100%
}

.menu--right {
    max-width: 455px;
    width: 100%
}

.menu__item {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.menu-active .menu__item {
    opacity: 1;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.menu__item-info {
    max-width: 225px
}

.menu__item-info:not(:last-of-type) {
    margin-bottom: 40px
}

.menu__item-info--title {
    color: #878787;
    margin-bottom: 12px
}

.menu__item-info--text a {
    line-height: 180%;
    text-transform: initial
}

.menu__item-contacts {
    margin: 80px 0
}

.menu__item-contacts li:not(:last-of-type) {
    margin-bottom: 12px
}

.menu__item-contacts a {
    font-size: 40px;
    font-weight: 400
}

.menu__item-social ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.menu__item-social li {
    margin-bottom: 12px
}

.menu__item-social a {
    line-height: 180%
}

.menu__navigation li {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.menu-active .menu__navigation li {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.menu-active .menu__navigation li:nth-child(1) {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.menu-active .menu__navigation li:nth-child(2) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.menu-active .menu__navigation li:nth-child(3) {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s
}

.menu-active .menu__navigation li:nth-child(4) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.menu-active .menu__navigation li:nth-child(5) {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s
}

.menu-active .menu__navigation li:nth-child(6) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.menu-active .menu__navigation li:nth-child(7) {
    -webkit-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s
}

.menu-active .menu__navigation li:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.menu-active .menu__navigation li:nth-child(9) {
    -webkit-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s
}

.menu__navigation li:not(:last-of-type) {
    margin-bottom: 25px
}

.menu__navigation a {
    line-height: 150%;
    font-size: 56px;
    font-weight: 400
}

.seo-text {
    margin-bottom: 40px
}

.seo-text__wrap {
    max-height: 120px;
    overflow: hidden;
    position: relative
}

.seo-text__wrap:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 245, 246, 0)), to(#f1f5f6));
    background: -o-linear-gradient(top, rgba(241, 245, 246, 0) 0, #f1f5f6 100%);
    background: linear-gradient(180deg, rgba(241, 245, 246, 0) 0, #f1f5f6 100%)
}

.seo-text__wrap p {
    font-size: 15px;
    line-height: 200%
}

.seo-text__wrap b {
    font-size: 18px
}

.seo-text__btn span {
    padding-bottom: 5px;
    border-bottom: 1px dashed #d20809;
    font-size: 15px
}

.breadcrumbs {
    overflow: auto
}

.breadcrumbs::-webkit-scrollbar {
    display: none
}

.breadcrumbs li {
    line-height: 1
}

.breadcrumbs li:not(:last-of-type) {
    padding-right: 10px;
    margin-right: 10px;
    position: relative
}

.breadcrumbs li:not(:last-of-type):after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 4px;
    height: 4px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e6332a;
    border-radius: 50%
}

.breadcrumbs li > a {
    font-size: 15px;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s;
    white-space: nowrap
}

.breadcrumbs li > a:hover {
    color: #e6332a
}

.breadcrumbs li > span {
    font-size: 15px;
    color: #97a3a6;
    white-space: nowrap
}

.modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-width: 320px
}

.modal.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s
}

.modal--close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer
}

.modal--close:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.modal--close:active {
    background-color: rgba(0, 0, 0, .1)
}

.modal .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8;
    background-color: rgba(0, 0, 0, .5)
}

.modal--content {
    position: relative;
    max-width: 450px;
    width: 97%;
    padding: 45px;
    overflow: hidden;
    z-index: 10;
    border-width: 4px;
    border-radius: 10px;
    background-color: #fff;
    background-position: center center;
    border-color: #e6e6e6;
    border-style: solid;
    -webkit-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .5)
}

.modal__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px
}

.modal__subtitle {
    font-size: 20px;
    margin-bottom: 20px
}

.modal__form {
    width: 100%;
    display: block;
    position: relative;
    z-index: 10
}

.modal__form .group {
    margin-bottom: 20px
}

.modal__form-action {
    margin-top: 35px
}

.modal__pattern {
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: 0
}

.invalid-feedback {
    font-size: 14px;
    color: #cd2828
}

.group {
    position: relative;
    margin-bottom: 20px
}

.group.has-error input, .group.has-error textarea {
    border: 1px solid #cd2828 !important
}

.group input, .group textarea {
    font-size: 16px;
    padding: 16px;
    display: block;
    width: 100%;
    border: 1px solid #c7c7c7
}

.group input:focus, .group textarea:focus {
    outline: 0
}

.group input.r10, .group textarea.r10 {
    border-radius: 10px
}

.group input.bg-brown, .group textarea.bg-brown {
    background-color: #e6e6e6;
    border: none
}

.group input {
    height: 63px
}

.group textarea {
    height: 100px;
    resize: none
}

.group label {
    font-size: 20px;
    font-weight: 300
}

input[type=radio]:checked ~ .radio {
    opacity: 1
}

input[type=radio]:checked ~ .radio:before {
    opacity: 1
}

.radio-block {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 300
}

.radio-block:not(:last-of-type) {
    margin-bottom: 20px
}

.radio {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: .6
}

.radio:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.tooltip-text {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    width: 280px;
    margin-bottom: 15px;
    left: 50%;
    position: absolute;
    padding: 15px;
    font-size: 14px;
    font-weight: 300
}

img {
    image-rendering: -webkit-optimize-contrast
}

.mb-90 {
    margin-bottom: 90px
}

.guaranty__block {
    position: relative;
    width: 90px
}

.guaranty__block-base {
    width: 74px;
    height: 74px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.guaranty__block-rotate {
    width: 90px;
    height: 90px;
    -webkit-animation: rotate 25s infinite linear;
    animation: rotate 25s infinite linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hero {
    background-size: cover;
    background-repeat: no-repeat
}

.hero__content {
    padding-top: 120px;
    position: relative;
    z-index: 2
}

.hero__title {
    font-size: 26px;
    font-weight: 300
}

.hero__title b {
    font-weight: 500
}

.hero__subtitle {
    font-size: 40px;
    font-weight: 500
}

.hero__action {
    position: relative
}

.hero__action--mob {
    margin-bottom: 40px;
    /*margin-top: -350px*/
}

.hero__action-slogan {
    font-size: 14px;
    font-weight: 300;
    white-space: nowrap
}

.hero--right {
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 1
}

.hero__img {
    width: 650px;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.hero__img img {
    width: 100%
}

.hero__guaranty {
    position: absolute;
    top: 132px;
    right: 130px
}

.hero__info .item {
    border-width: 4px;
    border-radius: 10px;
    background-color: #fff;
    background-position: center center;
    border-color: #e6e6e6;
    border-style: solid;
    -webkit-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .5);
    text-align: center;
    height: 100%;
    padding: 5px;
    padding-bottom: 25px
}

.hero__info .item__img img {
    display: block;
    max-height: 125px;
    width: auto;
    margin: 0 auto
}

.hero__info .item__title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px
}

.quiz .title {
    margin-bottom: 50px
}

.quiz__block {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    max-width: 760px;
    margin: 0 auto
}

.quiz__block-title {
    padding: 35px 45px;
    font-size: 24px;
    font-weight: 300;
    background-color: #ececec;
    display: none
}

.quiz__block-progress {
    height: 5px;
    background-color: #cbcbcb
}

.quiz__block-progress div {
    background-color: #57ce71;
    height: 100%
}

.quiz__block-top {
    padding-top: 35px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 55px
}

.quiz__block .item:not(.is-active) {
    display: none
}

.quiz__block .item__title {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 300
}

.quiz__block .item__content-radio:not(:last-of-type) {
    margin-bottom: 12px
}

.quiz__block .item__slider {
    margin-top: 50px
}

.quiz__block .item__slider-pips {
    font-size: 14px;
    font-weight: 300
}

.quiz__block-actions {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 50px
}

.quiz__block-actions--submit {
    display: none
}

.bg-tree {
    background-image: url(../img/bg-1.jpeg);
    padding: 40px;
    padding-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-position: center center
}

.chill__items {
    margin-top: 60px
}

.chill__items .item {
    margin: 20px 0
}

.chill__items .item__img {
    border-width: 4px;
    border-radius: 10px;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: #e6e6e6;
    border-style: solid;
    -webkit-box-shadow: 0 5px 30px 5px #999;
    box-shadow: 0 5px 30px 5px #999;
    margin-bottom: 20px;
    display: block
}

.chill__items .item__img img {
    display: block;
    border-radius: 10px;
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.chill__items .item__text {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 700
}

.dishes .title {
    margin-bottom: 50px
}

.dishes__items .item {
    width: 25%;
    padding: 10px 5px 0 5px
}

.dishes__items .item__img {
    padding-bottom: 75%;
    background-size: cover
}

.set {
    overflow: hidden
}

.set__info {
    position: relative
}

.set__info-items .item {
    border-width: 4px;
    border-radius: 10px;
    background-color: #fff;
    background-position: center center;
    border-color: #e6e6e6;
    border-style: solid;
    -webkit-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .5)
}

.set__info-items .item:not(:last-of-type) {
    margin-bottom: 35px
}

.set__info-items .item__img {
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0
}

.set__info-items .item__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.set__main {
    position: relative;
    bottom: 70px
}

.set__main-guaranty {
    position: absolute;
    top: 110px;
    right: 110px
}

.set__main-img svg {
    width: 100%;
    height: auto
}

.catalog .title {
    margin-bottom: 50px
}

.catalog__items .item {
    border-width: 4px;
    border-radius: 10px;
    background-color: #fff;
    background-position: center center;
    border-color: #e6e6e6;
    border-style: solid;
    -webkit-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .5);
    padding: 0 25px 25px 25px;
    margin-bottom: 60px
}

.catalog__items .item__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px
}

.catalog__items .item__info {
    font-weight: 300
}

.catalog__items .item__info b {
    display: block
}

.catalog__items .item__price {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px
}

.catalog__items .item__price s {
    margin-right: 5px;
    font-weight: 300
}

.catalog__items .item__action button {
    display: block;
    margin: 0 auto;
    width: 100%
}

@-webkit-keyframes gift-1 {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(-20px) translateY(20px) rotate(0) scale(.85, .85);
        transform: translateX(-20px) translateY(20px) rotate(0) scale(.85, .85);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1)
    }
}

@keyframes gift-1 {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(-20px) translateY(20px) rotate(0) scale(.85, .85);
        transform: translateX(-20px) translateY(20px) rotate(0) scale(.85, .85);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1)
    }
}

@-webkit-keyframes gift-2 {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(20px) translateY(30px) rotate(0) scale(.8, .8);
        transform: translateX(20px) translateY(30px) rotate(0) scale(.8, .8);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1)
    }
}

@keyframes gift-2 {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(20px) translateY(30px) rotate(0) scale(.8, .8);
        transform: translateX(20px) translateY(30px) rotate(0) scale(.8, .8);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1)
    }
}

.gift {
    position: relative
}

.gift--wrapper {
    overflow: hidden
}

.gift .title {
    margin-bottom: 80px;
    position: relative;
    z-index: 4
}

.gift__spice {
    position: absolute;
    top: 15%;
    width: 320px;
    z-index: 2
}

.gift__spice--1 {
    left: -10%;
    -webkit-animation: gift-1 6s infinite linear;
    animation: gift-1 6s infinite linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gift__spice--1 .gift__spice-img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.gift__spice--2 {
    right: -10%;
    -webkit-animation: gift-2 6s infinite linear;
    animation: gift-2 6s infinite linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gift__spice--2 .gift__spice-img {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.gift__main {
    position: relative;
    max-width: 920px;
    margin: 0 auto
}

.gift__main-book {
    position: absolute;
    bottom: 60px;
    max-width: 690px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gift__main-chile {
    position: absolute;
    bottom: 50px;
    right: 40px;
    width: 225px
}

.gift__action {
    position: relative
}

.gift__action-slogan {
    font-size: 14px;
    font-weight: 300;
    white-space: nowrap
}

.reviews .title {
    margin-bottom: 70px
}

.reviews-container {
    position: relative;
    z-index: 4
}

.reviews__slider {
    position: relative
}

.reviews__slider .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews__slider .item__img {
    min-height: 360px
}

.reviews__slider .item__img img {
    display: block;
    width: 100%
}

.reviews__slider .item__text {
    padding: 40px 45px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.reviews__slider .item__text i {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    display: block
}

.reviews__slider .item__text b {
    font-size: 16px;
    display: block
}

.reviews__slider .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.reviews__slider .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.order .title {
    margin-bottom: 30px
}

.order__items .col {
    margin: 20px 0
}

.order__items .item {
    text-align: center;
    border-width: 4px;
    border-radius: 10px;
    background-color: #fff;
    background-position: center center;
    border-color: #e6e6e6;
    border-style: solid;
    -webkit-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .5);
    height: 100%;
    padding: 10px
}

.order__items .item__img {
    margin-bottom: 8px
}

.order__items .item__img img {
    display: block;
    margin: 0 auto;
    max-height: 160px
}

.order__items .item__title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px
}

.order__items .item__text {
    font-size: 16px;
    font-weight: 300
}

.order__action {
    margin-top: 40px
}

.faq .title {
    margin-bottom: 50px
}

.faq__items {
    max-width: 760px;
    margin: 0 auto
}

.faq__items .item {
    background-color: #f2f2f2;
    margin-bottom: 5px
}

.faq__items .item__head {
    padding: 25px 30px;
    position: relative;
    cursor: pointer
}

.faq__items .item__head-title {
    font-size: 24px;
    font-weight: 700
}

.faq__items .item__head.is-open .item__head-icon {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.faq__items .item__head-icon {
    width: 40px;
    height: 40px;
    background-color: #57ce71;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    -o-transition: transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s
}

.faq__items .item__content {
    padding: 0 30px 30px;
    display: none
}

.callback__subtitle {
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 300
}

.contacts .title {
    margin-bottom: 40px
}

.contacts__subtitle {
    font-size: 24px;
    margin-bottom: 60px
}

.contacts--left, .contacts--right {
    -webkit-box-flex: 460px;
    -ms-flex: 460px 0 0px;
    flex: 460px 0 0
}

.contacts__tels {
    font-size: 30px
}

.contacts__tels li:not(:last-of-type) {
    margin-bottom: 5px
}

.contacts__tels li a:hover {
    text-decoration: underline
}

.contacts__address {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px
}

.contacts__social li:not(:last-of-type) {
    margin-right: 10px
}

.contacts__form-action button {
    display: block;
    margin: 0 auto
}

@media (min-width: 541px) {
    .tooltip-text {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .footer .map {
        height: 100vh;
        max-height: 800px;
        min-height: 550px
    }

    .footer__info {
        position: absolute;
        top: 50%;
        right: 10%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 490px;
        -webkit-box-shadow: 0 0 50px rgba(118, 94, 81, .5);
        box-shadow: 0 0 50px rgba(118, 94, 81, .5);
        border-radius: 12px
    }

    .hero__action-slogan {
        position: absolute;
        top: -44px;
        left: 340px
    }

    .hero__action-slogan:before {
        content: "";
        position: absolute;
        bottom: -45px;
        left: -40px;
        background-size: cover;
        background-image: url(../img/icon-arrow-line.png);
        width: 44px;
        height: 32px
    }

    .gift__action-slogan {
        position: absolute;
        top: -44px;
        left: 340px
    }

    .gift__action-slogan:before {
        content: "";
        position: absolute;
        bottom: -45px;
        left: -40px;
        background-size: cover;
        background-image: url(../img/icon-arrow-line.png);
        width: 44px;
        height: 32px
    }
}

@media (min-width: 991px) {
    .seo-text {
        margin-bottom: 60px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1290px
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .hero__action {
        margin-top: 80px;
        margin-bottom: 80px;
        margin-left: 40px
    }

    .hero__action--mob {
        display: none
    }

    .set__info-items {
        -webkit-box-flex: 220px;
        -ms-flex: 220px 0 0px;
        flex: 220px 0 0;
        margin-top: -140px
    }

    .reviews__slider .item {
        max-width: 860px;
        margin: 0 auto
    }

    .reviews__slider .item__img {
        -webkit-box-flex: 300px;
        -ms-flex: 300px 0 0px;
        flex: 300px 0 0;
        height: 360px
    }

    .reviews__slider .item__img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .set__info-items {
        -webkit-box-flex: 265px;
        -ms-flex: 265px 0 0px;
        flex: 265px 0 0
    }

    .set__main-img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media (min-width: 1440px) {
    .seo-text {
        margin-bottom: 80px
    }
}

@media (max-width: 1199px) {
    .title {
        font-size: 26px
    }

    .menu__item-contacts {
        margin: 50px 0
    }

    .menu__item-contacts a {
        font-size: 30px
    }

    .menu__navigation a {
        font-size: 40px
    }

    .hero--right {
        top: 14%
    }

    .hero__img {
        width: 650px
    }

    .set .bg-tree {
        padding: 25px 20px
    }

    .set__info-items .item__img {
        -webkit-box-flex: 80px;
        -ms-flex: 80px 0 0px;
        flex: 80px 0 0
    }

    .set__main-guaranty {
        right: 50px
    }

    .set__main-img svg {
        width: 120%;
        margin-left: -10%
    }
}

@media (max-width: 991px) {
    .h1, h1 {
        font-size: 44.8px
    }

    .h2, h2 {
        font-size: 26.6px
    }

    .h3, h3 {
        font-size: 26.6px
    }

    .h4, h4 {
        font-size: 12.6px
    }

    .h5, h5 {
        font-size: 11.2px
    }

    .h6, h6 {
        font-size: 11.2px
    }

    .swiper-button-next, .swiper-button-prev {
        width: 25px;
        height: 25px
    }

    .swiper-button-next svg, .swiper-button-prev svg {
        width: 5px
    }

    .toTop {
        width: 80px;
        height: 80px
    }

    .toTop img {
        width: 18px
    }

    .menu--left {
        width: 50%;
        max-width: 100%
    }

    .menu--right {
        width: 50%;
        max-width: 100%
    }

    .menu__item-info:not(:last-of-type) {
        margin-bottom: 30px
    }

    .menu__item-contacts {
        margin: 30px 0
    }

    .menu__item-contacts a {
        font-size: 25px
    }

    .menu__navigation a {
        font-size: 30px
    }

    .modal--close {
        width: 40px;
        height: 40px;
        top: 5px;
        right: 5px
    }

    .hero__content {
        text-align: center
    }

    .hero__action--dt {
        display: none
    }

    .hero--right {
        position: relative;
        right: auto;
        top: auto;
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
        margin-top: -20px
    }

    .hero__img {
        width: 100%;
        height: 450px;
        /*aspect-ratio: 2;*/
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .hero__guaranty {
        top: 110px;
        right: 110px
    }

    .hero__info .col {
        margin-bottom: 20px
    }

    .bg-tree {
        padding: 25px 20px
    }

    .dishes__items .item {
        width: 33.3333%
    }

    .set__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .set__info-items {
        width: 300px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .set__info-items .item {
        height: 100px
    }

    .set__main {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .gift .title {
        margin-bottom: 140px
    }

    .gift__spice {
        width: 200px
    }

    .gift__spice--1 {
        left: 0
    }

    .gift__spice--2 {
        right: 0
    }

    .reviews__slider {
        padding-left: 45px;
        padding-right: 45px
    }

    .reviews__slider .item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .reviews__slider .item__img {
        width: 100%
    }

    .reviews__slider .item__text {
        padding-left: 0;
        padding-right: 0
    }

    .contacts--left, .contacts--right {
        -webkit-box-flex: 50%;
        -ms-flex: 50% 0 0px;
        flex: 50% 0 0
    }

    .contacts__tels {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .header__us-title {
        display: none
    }

    .footer .map {
        height: 400px
    }

    .footer__info {
        padding: 30px 15px
    }

    .toTop {
        height: 60px;
        width: 60px
    }

    .toTop img {
        width: 15px
    }

    .menu {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .menu--left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .menu--right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .menu__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        text-align: center
    }

    .menu-active .menu__item {
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s
    }

    .menu__item-info {
        max-width: 100%
    }

    .menu__item-info--1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }

    .menu__item-info--2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 50%
    }

    .menu__item-info--3 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 50%
    }

    .menu__item-contacts {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .menu__item-social {
        width: 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .menu__item-social ul {
        text-align: center;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .menu__navigation {
        text-align: center;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .hero__title {
        font-size: 20px
    }
    .hero__title-b-1 + br{
        display: none;}
    .hero__title-b-1 {
        display: block;
        text-align: center;
    }

    .hero__subtitle {
        font-size: 25px
    }

    .hero__action-slogan {
        text-align: center;
        margin-top: 5px
    }

    .hero__guaranty {
        top: 50px;
        right: 50px
    }

    .quiz__block-title {
        padding: 20px;
        font-size: 22px
    }

    .quiz__block-top {
        padding: 20px
    }

    .quiz__block .item__title {
        font-size: 22px
    }

    .quiz__block-actions {
        padding: 0 20px 20px
    }

    .set__info-items {
        width: 48%
    }

    .gift .title {
        margin-bottom: 180px;
        font-size: 22px
    }

    .gift__spice {
        width: 100px;
        top: 10%;
        z-index: 0
    }

    .gift__spice--1 {
        left: 12%
    }

    .gift__spice--2 {
        right: 12%
    }

    .gift__main-book img {
        width: 80%;
        display: block;
        margin: 0 auto
    }

    .gift__main-chile {
        width: 120px
    }

    .gift__action-slogan {
        text-align: center;
        margin-top: 10px
    }

    .faq__items .item__head {
        padding: 20px
    }

    .faq__items .item__head-title {
        font-size: 20px;
        padding-right: 40px
    }

    .faq__items .item__content {
        padding: 0 20px 20px
    }

    .contacts .title {
        margin-bottom: 20px
    }

    .contacts__subtitle {
        margin-bottom: 30px
    }

    .contacts--wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .contacts--left, .contacts--right {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        width: 100%
    }

    .contacts--left {
        text-align: center;
        margin-bottom: 30px
    }

    .contacts__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 640px) {
    .dishes__items .item {
        width: 50%
    }
}

@media (max-width: 575px) {
    .hero__img {
        height: auto;
    }
    .hero__top {
        min-height: 100vh;
        min-height: 100svh;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .hero__action--mob {
        margin-top: auto;
    }
    .modal--content {
        padding: 45px 20px
    }
}

@media (max-width: 540px) {
    .header__us {
        display: none
    }

    .set__info-items {
        width: 100%
    }

    .set__info-items .item {
        margin-bottom: 20px
    }

    .set__info-items .item:not(:last-of-type) {
        margin-bottom: 20px
    }

    .set__main-guaranty {
        right: 14px;
        top: 80px
    }
}

@media (max-width: 480px) {
    .menu__item-info--2 {
        width: 100%
    }

    .menu__item-info--3 {
        width: 100%
    }

    .menu__navigation a {
        font-size: 22px
    }

    .modal__title {
        font-size: 24px
    }

    .modal__form-action .btn {
        width: 100%
    }

    .set__main-img svg {
        width: 140%;
        margin-left: -20%;
        margin-t: -20%
    }

    .gift__spice {
        top: 20%
    }

    .gift__main-book img {
        width: 100%
    }

    .gift__main-chile {
        width: 80px;
        bottom: 30px
    }
}

@media (max-width: 440px) {
    .set__main-guaranty {
        right: -10px;
        top: 40px
    }
}

@media (max-width: 370px) {
    .header__tel {
        font-size: 15px
    }
}

@media (hover: hover) {
    .toTop:hover {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15)
    }
}

@media (max-height: 800px) {
    .menu {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}