@import url(https://fonts.googleapis.com/css?family=PT+Sans&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap);
@import url(../fonts/icons/style.css);
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-mobile: 375px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-desktop: 1440px;
    --font-family-sans-serif: "PT Sans", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,::before,::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

body {
    margin: 0;
    font-family: "PT Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #071a33;
    text-align: left;
    background-color: white
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

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

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #b00000;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #A94545;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,code,kbd,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #8693a2;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {
    cursor: pointer
}

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

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

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: black;
    white-space: normal
}

@media (max-width: 1200px) {
    legend {
        font-size:calc(1.275rem + .3vw)
    }
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,.h1 {
    font-size: 2.5rem
}

@media (max-width: 1200px) {
    h1,.h1 {
        font-size:calc(1.375rem + 1.5vw)
    }
}

h2,.h2 {
    font-size: 2rem
}

@media (max-width: 1200px) {
    h2,.h2 {
        font-size:calc(1.325rem + .9vw)
    }
}

h3,.h3 {
    font-size: 1.75rem
}

@media (max-width: 1200px) {
    h3,.h3 {
        font-size:calc(1.3rem + .6vw)
    }
}

h4,.h4 {
    font-size: 1.5rem
}

@media (max-width: 1200px) {
    h4,.h4 {
        font-size:calc(1.275rem + .3vw)
    }
}

h5,.h5 {
    font-size: 1.25rem
}

h6,.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-1 {
        font-size:calc(1.725rem + 5.7vw)
    }
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-2 {
        font-size:calc(1.675rem + 5.1vw)
    }
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-3 {
        font-size:calc(1.575rem + 3.9vw)
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-4 {
        font-size:calc(1.475rem + 2.7vw)
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

small,.small {
    font-size: 80%;
    font-weight: 400
}

mark,.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #f7f7f7;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,.swiper-container.full-screen .buttons-container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.swiper-container.full-screen .buttons-container,.container-mobile,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.swiper-container.full-screen .buttons-container,.container-mobile,.container-sm,.container-md {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.swiper-container.full-screen .buttons-container,.container-mobile,.container-sm,.container-md,.container-lg {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.swiper-container.full-screen .buttons-container,.container-mobile,.container-sm,.container-md,.container-lg,.container-xl {
        max-width:1140px
    }
}

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

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-mobile-1,.col-mobile-2,.col-mobile-3,.col-mobile-4,.col-mobile-5,.col-mobile-6,.col-mobile-7,.col-mobile-8,.col-mobile-9,.col-mobile-10,.col-mobile-11,.col-mobile-12,.col-mobile,.col-mobile-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto,.col-desktop-1,.col-desktop-2,.col-desktop-3,.col-desktop-4,.col-desktop-5,.col-desktop-6,.col-desktop-7,.col-desktop-8,.col-desktop-9,.col-desktop-10,.col-desktop-11,.col-desktop-12,.col-desktop,.col-desktop-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 375px) {
    .col-mobile {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-mobile-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-mobile-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-mobile-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-mobile-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-mobile-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-mobile-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-mobile-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-mobile-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-mobile-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-mobile-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-mobile-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-mobile-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-mobile-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-mobile-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-mobile-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-mobile-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-mobile-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-mobile-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-mobile-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-mobile-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-mobile-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-mobile-0 {
        margin-left: 0
    }

    .offset-mobile-1 {
        margin-left: 8.33333%
    }

    .offset-mobile-2 {
        margin-left: 16.66667%
    }

    .offset-mobile-3 {
        margin-left: 25%
    }

    .offset-mobile-4 {
        margin-left: 33.33333%
    }

    .offset-mobile-5 {
        margin-left: 41.66667%
    }

    .offset-mobile-6 {
        margin-left: 50%
    }

    .offset-mobile-7 {
        margin-left: 58.33333%
    }

    .offset-mobile-8 {
        margin-left: 66.66667%
    }

    .offset-mobile-9 {
        margin-left: 75%
    }

    .offset-mobile-10 {
        margin-left: 83.33333%
    }

    .offset-mobile-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        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%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .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%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .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%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .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%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1440px) {
    .col-desktop {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-desktop-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-desktop-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-desktop-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-desktop-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-desktop-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-desktop-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-desktop-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-desktop-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-desktop-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-desktop-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-desktop-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-desktop-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-desktop-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-desktop-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-desktop-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-desktop-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-desktop-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-desktop-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-desktop-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-desktop-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-desktop-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-desktop-0 {
        margin-left: 0
    }

    .offset-desktop-1 {
        margin-left: 8.33333%
    }

    .offset-desktop-2 {
        margin-left: 16.66667%
    }

    .offset-desktop-3 {
        margin-left: 25%
    }

    .offset-desktop-4 {
        margin-left: 33.33333%
    }

    .offset-desktop-5 {
        margin-left: 41.66667%
    }

    .offset-desktop-6 {
        margin-left: 50%
    }

    .offset-desktop-7 {
        margin-left: 58.33333%
    }

    .offset-desktop-8 {
        margin-left: 66.66667%
    }

    .offset-desktop-9 {
        margin-left: 75%
    }

    .offset-desktop-10 {
        margin-left: 83.33333%
    }

    .offset-desktop-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #071a33
}

.table th,.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #8693a2
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #8693a2
}

.table tbody+tbody {
    border-top: 2px solid #8693a2
}

.table-sm th,.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #8693a2
}

.table-bordered th,.table-bordered td {
    border: 1px solid #8693a2
}

.table-bordered thead th,.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #dedede66
}

.table-hover tbody tr:hover {
    color: #071a33;
    background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>th,.table-primary>td {
    background-color: #b8daff
}

.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>th,.table-secondary>td {
    background-color: #d6d8db
}

.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,.table-success>th,.table-success>td {
    background-color: #c3e6cb
}

.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>th,.table-info>td {
    background-color: #bee5eb
}

.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>th,.table-warning>td {
    background-color: #ffeeba
}

.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>th,.table-danger>td {
    background-color: #f5c6cb
}

.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>th,.table-light>td {
    background-color: #fdfdfe
}

.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>th,.table-dark>td {
    background-color: #c6c8ca
}

.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>th,.table-active>td {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #8693a2
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,.table-dark td,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,.075)
}

@media (max-width: 374.98px) {
    .table-responsive-mobile {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-mobile>.table-bordered {
        border: 0
    }
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width: 1439.98px) {
    .table-responsive-desktop {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-desktop>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #071a33;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label {
    color: #8693a2
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        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;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,.form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        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;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn,.active-filters__link .close-btn,.active-filters__button {
    display: inline-block;
    font-weight: 400;
    color: #071a33;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn,.active-filters__link .close-btn,.active-filters__button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover,.active-filters__link .close-btn:hover,.active-filters__button:hover {
    color: #071a33;
    text-decoration: none
}

.btn:focus,.active-filters__link .close-btn:focus,.active-filters__button:focus,.btn.focus,.active-filters__link .focus.close-btn,.focus.active-filters__button {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.active-filters__link .disabled.close-btn,.disabled.active-filters__button,.btn:disabled,.active-filters__link .close-btn:disabled,.active-filters__button:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled),.active-filters__link .close-btn:not(:disabled):not(.disabled),.active-filters__button:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,.active-filters__link a.disabled.close-btn,a.disabled.active-filters__button,fieldset:disabled a.btn,fieldset:disabled .active-filters__link a.close-btn,.active-filters__link fieldset:disabled a.close-btn,fieldset:disabled a.active-filters__button {
    pointer-events: none
}

.btn-primary,.btn.btn-outline-primary,.active-filters__link .btn-outline-primary.close-btn,.btn-outline-primary.active-filters__button,#filtersModal .btn.reset-filters,#filtersModal .active-filters__link .reset-filters.close-btn,.active-filters__link #filtersModal .reset-filters.close-btn,#filtersModal .reset-filters.active-filters__button,.active-filters__button {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover,.btn.btn-outline-primary:hover,.active-filters__link .btn-outline-primary.close-btn:hover,#filtersModal .btn.reset-filters:hover,#filtersModal .active-filters__link .reset-filters.close-btn:hover,.active-filters__link #filtersModal .reset-filters.close-btn:hover,#filtersModal .reset-filters.active-filters__button:hover,.active-filters__button:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus,.btn.btn-outline-primary:focus,.active-filters__link .btn-outline-primary.close-btn:focus,#filtersModal .btn.reset-filters:focus,#filtersModal .active-filters__link .reset-filters.close-btn:focus,.active-filters__link #filtersModal .reset-filters.close-btn:focus,#filtersModal .reset-filters.active-filters__button:focus,.active-filters__button:focus,.btn-primary.focus,.focus.btn.btn-outline-primary,.active-filters__link .focus.btn-outline-primary.close-btn,#filtersModal .focus.btn.reset-filters,#filtersModal .active-filters__link .focus.reset-filters.close-btn,.active-filters__link #filtersModal .focus.reset-filters.close-btn,#filtersModal .focus.reset-filters.active-filters__button,.focus.active-filters__button {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-primary.disabled,.disabled.btn.btn-outline-primary,.active-filters__link .disabled.btn-outline-primary.close-btn,#filtersModal .disabled.btn.reset-filters,#filtersModal .active-filters__link .disabled.reset-filters.close-btn,.active-filters__link #filtersModal .disabled.reset-filters.close-btn,#filtersModal .disabled.reset-filters.active-filters__button,.disabled.active-filters__button,.btn-primary:disabled,.btn.btn-outline-primary:disabled,.active-filters__link .btn-outline-primary.close-btn:disabled,#filtersModal .btn.reset-filters:disabled,#filtersModal .active-filters__link .reset-filters.close-btn:disabled,.active-filters__link #filtersModal .reset-filters.close-btn:disabled,#filtersModal .reset-filters.active-filters__button:disabled,.active-filters__button:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active,.btn.btn-outline-primary:not(:disabled):not(.disabled):active,.active-filters__link .btn-outline-primary.close-btn:not(:disabled):not(.disabled):active,#filtersModal .btn.reset-filters:not(:disabled):not(.disabled):active,#filtersModal .active-filters__link .reset-filters.close-btn:not(:disabled):not(.disabled):active,.active-filters__link #filtersModal .reset-filters.close-btn:not(:disabled):not(.disabled):active,#filtersModal .reset-filters.active-filters__button:not(:disabled):not(.disabled):active,.active-filters__button:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.btn.btn-outline-primary:not(:disabled):not(.disabled).active,.active-filters__link .btn-outline-primary.close-btn:not(:disabled):not(.disabled).active,#filtersModal .btn.reset-filters:not(:disabled):not(.disabled).active,#filtersModal .active-filters__link .reset-filters.close-btn:not(:disabled):not(.disabled).active,.active-filters__link #filtersModal .reset-filters.close-btn:not(:disabled):not(.disabled).active,#filtersModal .reset-filters.active-filters__button:not(:disabled):not(.disabled).active,.active-filters__button:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle,.show>.dropdown-toggle.btn.btn-outline-primary,.active-filters__link .show>.dropdown-toggle.btn-outline-primary.close-btn,#filtersModal .show>.dropdown-toggle.btn.reset-filters,#filtersModal .active-filters__link .show>.dropdown-toggle.reset-filters.close-btn,.active-filters__link #filtersModal .show>.dropdown-toggle.reset-filters.close-btn,#filtersModal .show>.dropdown-toggle.reset-filters.active-filters__button,.show>.dropdown-toggle.active-filters__button {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,.btn.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.active-filters__link .btn-outline-primary.close-btn:not(:disabled):not(.disabled):active:focus,#filtersModal .btn.reset-filters:not(:disabled):not(.disabled):active:focus,#filtersModal .active-filters__link .reset-filters.close-btn:not(:disabled):not(.disabled):active:focus,.active-filters__link #filtersModal .reset-filters.close-btn:not(:disabled):not(.disabled):active:focus,#filtersModal .reset-filters.active-filters__button:not(:disabled):not(.disabled):active:focus,.active-filters__button:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.btn.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.active-filters__link .btn-outline-primary.close-btn:not(:disabled):not(.disabled).active:focus,#filtersModal .btn.reset-filters:not(:disabled):not(.disabled).active:focus,#filtersModal .active-filters__link .reset-filters.close-btn:not(:disabled):not(.disabled).active:focus,.active-filters__link #filtersModal .reset-filters.close-btn:not(:disabled):not(.disabled).active:focus,#filtersModal .reset-filters.active-filters__button:not(:disabled):not(.disabled).active:focus,.active-filters__button:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus,.show>.dropdown-toggle.btn.btn-outline-primary:focus,.active-filters__link .show>.dropdown-toggle.btn-outline-primary.close-btn:focus,#filtersModal .show>.dropdown-toggle.btn.reset-filters:focus,#filtersModal .active-filters__link .show>.dropdown-toggle.reset-filters.close-btn:focus,.active-filters__link #filtersModal .show>.dropdown-toggle.reset-filters.close-btn:focus,#filtersModal .show>.dropdown-toggle.reset-filters.active-filters__button:focus,.show>.dropdown-toggle.active-filters__button:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,.btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 .2rem rgba(130,138,145,.5);
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130,138,145,.5);
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,.btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link {
    font-weight: 400;
    color: #b00000;
    text-decoration: none
}

.btn-link:hover {
    color: #A94545;
    text-decoration: underline
}

.btn-link:focus,.btn-link.focus {
    text-decoration: underline
}

.btn-link:disabled,.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg,.btn-group-lg>.btn,.active-filters__link .btn-group-lg>.close-btn,.btn-group-lg>.active-filters__button {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm,.btn-group-sm>.btn,.active-filters__link .btn-group-sm>.close-btn,.btn-group-sm>.active-filters__button {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%;
    background: #E2E2E2;
    padding: 15px 2rem;
    border-radius: 40px;
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.dropup,.dropright,.dropdown,.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #071a33;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 375px) {
    .dropdown-menu-mobile-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-mobile-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1440px) {
    .dropdown-menu-desktop-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-desktop-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,.active-filters__link .btn-group>.close-btn,.btn-group>.active-filters__button,.btn-group-vertical>.btn,.active-filters__link .btn-group-vertical>.close-btn,.btn-group-vertical>.active-filters__button {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group>.btn:hover,.active-filters__link .btn-group>.close-btn:hover,.btn-group>.active-filters__button:hover,.btn-group-vertical>.btn:hover,.active-filters__link .btn-group-vertical>.close-btn:hover,.btn-group-vertical>.active-filters__button:hover {
    z-index: 1
}

.btn-group>.btn:focus,.active-filters__link .btn-group>.close-btn:focus,.btn-group>.active-filters__button:focus,.btn-group>.btn:active,.active-filters__link .btn-group>.close-btn:active,.btn-group>.active-filters__button:active,.btn-group>.btn.active,.active-filters__link .btn-group>.active.close-btn,.btn-group>.active.active-filters__button,.btn-group-vertical>.btn:focus,.active-filters__link .btn-group-vertical>.close-btn:focus,.btn-group-vertical>.active-filters__button:focus,.btn-group-vertical>.btn:active,.active-filters__link .btn-group-vertical>.close-btn:active,.btn-group-vertical>.active-filters__button:active,.btn-group-vertical>.btn.active,.active-filters__link .btn-group-vertical>.active.close-btn,.btn-group-vertical>.active.active-filters__button {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),.active-filters__link .btn-group>.close-btn:not(:first-child),.btn-group>.active-filters__button:not(:first-child),.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.active-filters__link .btn-group>.close-btn:not(:last-child):not(.dropdown-toggle),.btn-group>.active-filters__button:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn,.active-filters__link .btn-group>.btn-group:not(:last-child)>.close-btn,.btn-group>.btn-group:not(:last-child)>.active-filters__button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),.active-filters__link .btn-group>.close-btn:not(:first-child),.btn-group>.active-filters__button:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn,.active-filters__link .btn-group>.btn-group:not(:first-child)>.close-btn,.btn-group>.btn-group:not(:first-child)>.active-filters__button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.active-filters__link .btn-group-sm>.close-btn+.dropdown-toggle-split,.btn-group-sm>.active-filters__button+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,.active-filters__link .btn-group-lg>.close-btn+.dropdown-toggle-split,.btn-group-lg>.active-filters__button+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,.active-filters__link .btn-group-vertical>.close-btn,.btn-group-vertical>.active-filters__button,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),.active-filters__link .btn-group-vertical>.close-btn:not(:first-child),.btn-group-vertical>.active-filters__button:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.active-filters__link .btn-group-vertical>.close-btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.active-filters__button:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn,.active-filters__link .btn-group-vertical>.btn-group:not(:last-child)>.close-btn,.btn-group-vertical>.btn-group:not(:last-child)>.active-filters__button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),.active-filters__link .btn-group-vertical>.close-btn:not(:first-child),.btn-group-vertical>.active-filters__button:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn,.active-filters__link .btn-group-vertical>.btn-group:not(:first-child)>.close-btn,.btn-group-vertical>.btn-group:not(:first-child)>.active-filters__button {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,.active-filters__link .btn-group-toggle>.close-btn,.btn-group-toggle>.active-filters__button,.btn-group-toggle>.btn-group>.btn,.active-filters__link .btn-group-toggle>.btn-group>.close-btn,.btn-group-toggle>.btn-group>.active-filters__button {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=radio],.active-filters__link .btn-group-toggle>.close-btn input[type=radio],.btn-group-toggle>.active-filters__button input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.active-filters__link .btn-group-toggle>.close-btn input[type=checkbox],.btn-group-toggle>.active-filters__button input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.active-filters__link .btn-group-toggle>.btn-group>.close-btn input[type=radio],.btn-group-toggle>.btn-group>.active-filters__button input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.active-filters__link .btn-group-toggle>.btn-group>.close-btn input[type=checkbox],.btn-group-toggle>.btn-group>.active-filters__button input[type=checkbox] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-prepend,.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-prepend .btn,.input-group-prepend .active-filters__link .close-btn,.active-filters__link .input-group-prepend .close-btn,.input-group-prepend .active-filters__button,.input-group-append .btn,.input-group-append .active-filters__link .close-btn,.active-filters__link .input-group-append .close-btn,.input-group-append .active-filters__button {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,.input-group-prepend .active-filters__link .close-btn:focus,.active-filters__link .input-group-prepend .close-btn:focus,.input-group-prepend .active-filters__button:focus,.input-group-append .btn:focus,.input-group-append .active-filters__link .close-btn:focus,.active-filters__link .input-group-append .close-btn:focus,.input-group-append .active-filters__button:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,.input-group-prepend .active-filters__link .close-btn+.btn,.active-filters__link .input-group-prepend .close-btn+.btn,.input-group-prepend .active-filters__button+.btn,.input-group-prepend .active-filters__link .btn+.close-btn,.active-filters__link .input-group-prepend .btn+.close-btn,.input-group-prepend .active-filters__link .close-btn+.close-btn,.active-filters__link .input-group-prepend .close-btn+.close-btn,.input-group-prepend .active-filters__link .active-filters__button+.close-btn,.active-filters__link .input-group-prepend .active-filters__button+.close-btn,.input-group-prepend .btn+.active-filters__button,.input-group-prepend .active-filters__link .close-btn+.active-filters__button,.active-filters__link .input-group-prepend .close-btn+.active-filters__button,.input-group-prepend .active-filters__button+.active-filters__button,.input-group-prepend .btn+.input-group-text,.input-group-prepend .active-filters__link .close-btn+.input-group-text,.active-filters__link .input-group-prepend .close-btn+.input-group-text,.input-group-prepend .active-filters__button+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .active-filters__link .input-group-text+.close-btn,.active-filters__link .input-group-prepend .input-group-text+.close-btn,.input-group-prepend .input-group-text+.active-filters__button,.input-group-append .btn+.btn,.input-group-append .active-filters__link .close-btn+.btn,.active-filters__link .input-group-append .close-btn+.btn,.input-group-append .active-filters__button+.btn,.input-group-append .active-filters__link .btn+.close-btn,.active-filters__link .input-group-append .btn+.close-btn,.input-group-append .active-filters__link .close-btn+.close-btn,.active-filters__link .input-group-append .close-btn+.close-btn,.input-group-append .active-filters__link .active-filters__button+.close-btn,.active-filters__link .input-group-append .active-filters__button+.close-btn,.input-group-append .btn+.active-filters__button,.input-group-append .active-filters__link .close-btn+.active-filters__button,.active-filters__link .input-group-append .close-btn+.active-filters__button,.input-group-append .active-filters__button+.active-filters__button,.input-group-append .btn+.input-group-text,.input-group-append .active-filters__link .close-btn+.input-group-text,.active-filters__link .input-group-append .close-btn+.input-group-text,.input-group-append .active-filters__button+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .active-filters__link .input-group-text+.close-btn,.active-filters__link .input-group-append .input-group-text+.close-btn,.input-group-append .input-group-text+.active-filters__button {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=radio],.input-group-text input[type=checkbox] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.active-filters__link .input-group-lg>.input-group-prepend>.close-btn,.input-group-lg>.input-group-prepend>.active-filters__button,.input-group-lg>.input-group-append>.btn,.active-filters__link .input-group-lg>.input-group-append>.close-btn,.input-group-lg>.input-group-append>.active-filters__button {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.active-filters__link .input-group-sm>.input-group-prepend>.close-btn,.input-group-sm>.input-group-prepend>.active-filters__button,.input-group-sm>.input-group-append>.btn,.active-filters__link .input-group-sm>.input-group-append>.close-btn,.input-group-sm>.input-group-append>.active-filters__button {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,.active-filters__link .input-group>.input-group-prepend>.close-btn,.input-group>.input-group-prepend>.active-filters__button,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.active-filters__link .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.close-btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.active-filters__button,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.active-filters__link .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.close-btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.active-filters__button,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.active-filters__link .input-group>.input-group-append:last-child>.close-btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.active-filters__button:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.active-filters__link .input-group>.input-group-append>.close-btn,.input-group>.input-group-append>.active-filters__button,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.active-filters__link .input-group>.input-group-prepend:not(:first-child)>.close-btn,.input-group>.input-group-prepend:not(:first-child)>.active-filters__button,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.active-filters__link .input-group>.input-group-prepend:first-child>.close-btn:not(:first-child),.input-group>.input-group-prepend:first-child>.active-filters__button:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input[disabled]~.custom-control-label::before,.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjgzMzMgMC41SDIuMTY2NjdDMS4yNDE2NyAwLjUgMC41IDEuMjUgMC41IDIuMTY2NjdWMTMuODMzM0MwLjUgMTQuNzUgMS4yNDE2NyAxNS41IDIuMTY2NjcgMTUuNUgxMy44MzMzQzE0Ljc1ODMgMTUuNSAxNS41IDE0Ljc1IDE1LjUgMTMuODMzM1YyLjE2NjY3QzE1LjUgMS4yNSAxNC43NTgzIDAuNSAxMy44MzMzIDAuNVpNNi4zMzMzMyAxMi4xNjY3TDIuMTY2NjcgOEwzLjM0MTY3IDYuODI1TDYuMzMzMzMgOS44MDgzM0wxMi42NTgzIDMuNDgzMzNMMTMuODMzMyA0LjY2NjY3TDYuMzMzMzMgMTIuMTY2N1oiIGZpbGw9IiM1OUFFRTQiLz4KPC9zdmc+Cg==)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    -ms-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

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

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #f7f7f7,0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 1px #f7f7f7,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f7f7f7,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f7f7f7,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,.custom-file-label,.custom-select {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before,.custom-file-label,.custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f7f7f7;
    border-color: #dee2e6 #dee2e6 #f7f7f7
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill>.nav-link,.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,.navbar .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .navbar .buttons-container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 374.98px) {
    .navbar-expand-mobile>.container,.swiper-container.full-screen .navbar-expand-mobile>.buttons-container,.navbar-expand-mobile>.container-fluid,.navbar-expand-mobile>.container-sm,.navbar-expand-mobile>.container-md,.navbar-expand-mobile>.container-lg,.navbar-expand-mobile>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 375px) {
    .navbar-expand-mobile {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-mobile .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-mobile .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-mobile .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-mobile>.container,.swiper-container.full-screen .navbar-expand-mobile>.buttons-container,.navbar-expand-mobile>.container-fluid,.navbar-expand-mobile>.container-sm,.navbar-expand-mobile>.container-md,.navbar-expand-mobile>.container-lg,.navbar-expand-mobile>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-mobile .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-mobile .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-mobile .navbar-toggler {
        display: none
    }
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,.swiper-container.full-screen .navbar-expand-sm>.buttons-container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.swiper-container.full-screen .navbar-expand-sm>.buttons-container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,.swiper-container.full-screen .navbar-expand-md>.buttons-container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.swiper-container.full-screen .navbar-expand-md>.buttons-container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,.swiper-container.full-screen .navbar-expand-lg>.buttons-container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.swiper-container.full-screen .navbar-expand-lg>.buttons-container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,.swiper-container.full-screen .navbar-expand-xl>.buttons-container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,.swiper-container.full-screen .navbar-expand-xl>.buttons-container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1439.98px) {
    .navbar-expand-desktop>.container,.swiper-container.full-screen .navbar-expand-desktop>.buttons-container,.navbar-expand-desktop>.container-fluid,.navbar-expand-desktop>.container-sm,.navbar-expand-desktop>.container-md,.navbar-expand-desktop>.container-lg,.navbar-expand-desktop>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1440px) {
    .navbar-expand-desktop {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-desktop .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-desktop .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-desktop .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-desktop>.container,.swiper-container.full-screen .navbar-expand-desktop>.buttons-container,.navbar-expand-desktop>.container-fluid,.navbar-expand-desktop>.container-sm,.navbar-expand-desktop>.container-md,.navbar-expand-desktop>.container-lg,.navbar-expand-desktop>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-desktop .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-desktop .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-desktop .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.swiper-container.full-screen .navbar-expand>.buttons-container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.swiper-container.full-screen .navbar-expand>.buttons-container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}

.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-top,.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

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

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb .icon-caret-right:before{
    font-family: 'icomoon';
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #b00000;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #A94545;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

a.badge:hover,a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge,.active-filters__link .close-btn .badge,.active-filters__button .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:hover,a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary:focus,a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:hover,a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary:focus,a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:hover,a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success:focus,a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover,a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover,a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus,a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:hover,a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger:focus,a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover,a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light:focus,a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover,a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark:focus,a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #071a33;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 375px) {
    .list-group-horizontal-mobile {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-mobile>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-mobile>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-mobile>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-mobile>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-mobile>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1440px) {
    .list-group-horizontal-desktop {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-desktop>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-desktop>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-desktop>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-desktop>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-desktop>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

@media (max-width: 1200px) {
    .close {
        font-size:calc(1.275rem + .3vw)
    }
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid #dedede66;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #071a33
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .7
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #8693a2;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #8693a2;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before,.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,.bs-popover-auto[x-placement^=top] {
    margin-bottom: .5rem
}

.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^=top]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0,0,0,.25)
}

.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^=top]>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-right,.bs-popover-auto[x-placement^=right] {
    margin-left: .5rem
}

.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^=right]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0,0,0,.25)
}

.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^=right]>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom] {
    margin-top: .5rem
}

.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,.bs-popover-auto[x-placement^=left] {
    margin-right: .5rem
}

.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^=left]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0,0,0,.25)
}

.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^=left]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #071a33
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    -o-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-prev,.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    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;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-prev,.carousel-control-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,.spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.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
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #8693a2!important
}

.border-top {
    border-top: 1px solid #8693a2!important
}

.border-right {
    border-right: 1px solid #8693a2!important
}

.border-bottom,.product-showmore .product-info .info-list__item {
    border-bottom: 1px solid #8693a2!important
}

.border-left {
    border-left: 1px solid #8693a2!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded-sm {
    border-radius: .2rem!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-lg {
    border-radius: .3rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

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

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

@media (min-width: 375px) {
    .d-mobile-none {
        display:none!important
    }

    .d-mobile-inline {
        display: inline!important
    }

    .d-mobile-inline-block {
        display: inline-block!important
    }

    .d-mobile-block {
        display: block!important
    }

    .d-mobile-table {
        display: table!important
    }

    .d-mobile-table-row {
        display: table-row!important
    }

    .d-mobile-table-cell {
        display: table-cell!important
    }

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

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

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

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

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

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

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

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

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

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

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

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

@media (min-width: 1440px) {
    .d-desktop-none {
        display:none!important
    }

    .d-desktop-inline {
        display: inline!important
    }

    .d-desktop-inline-block {
        display: inline-block!important
    }

    .d-desktop-block {
        display: block!important
    }

    .d-desktop-table {
        display: table!important
    }

    .d-desktop-table-row {
        display: table-row!important
    }

    .d-desktop-table-cell {
        display: table-cell!important
    }

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

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

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

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

    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!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 iframe,.embed-responsive embed,.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%
}

.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
}

.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!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;
    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;
    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;
    align-self: stretch!important
}

@media (min-width: 375px) {
    .flex-mobile-row {
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

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

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

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

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

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

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

    .flex-mobile-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-mobile-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-mobile-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-mobile-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-mobile-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

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

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

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

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

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

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

    .flex-sm-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

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

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

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

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

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

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

    .flex-md-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

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

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

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

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

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

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

    .flex-lg-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

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

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

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

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

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

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

    .flex-xl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
    .flex-desktop-row {
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

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

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

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

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

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

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

    .flex-desktop-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-desktop-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-desktop-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-desktop-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-desktop-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 375px) {
    .float-mobile-left {
        float:left!important
    }

    .float-mobile-right {
        float: right!important
    }

    .float-mobile-none {
        float: none!important
    }
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

@media (min-width: 1440px) {
    .float-desktop-left {
        float:left!important
    }

    .float-desktop-right {
        float: right!important
    }

    .float-desktop-none {
        float: none!important
    }
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    -ms-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0,.breadcrumb {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0,.breadcrumb {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2,.cart-item__product-info .title-block,.cart-item__product-info .price-block,.cart-item__product-info .sum-price-block {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2,.cart-item__product-info .title-block,.cart-item__product-info .price-block,.cart-item__product-info .sum-price-block {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3,.cart-popup .cart-item__product-info>div,.cart-popup .cart-item__product-info>div .title a {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3,.cart-popup .cart-item__product-info>div,.cart-popup .cart-item__product-info>div .title a {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media (min-width: 375px) {
    .m-mobile-0 {
        margin:0!important
    }

    .mt-mobile-0,.my-mobile-0 {
        margin-top: 0!important
    }

    .mr-mobile-0,.mx-mobile-0 {
        margin-right: 0!important
    }

    .mb-mobile-0,.my-mobile-0 {
        margin-bottom: 0!important
    }

    .ml-mobile-0,.mx-mobile-0 {
        margin-left: 0!important
    }

    .m-mobile-1 {
        margin: .25rem!important
    }

    .mt-mobile-1,.my-mobile-1 {
        margin-top: .25rem!important
    }

    .mr-mobile-1,.mx-mobile-1 {
        margin-right: .25rem!important
    }

    .mb-mobile-1,.my-mobile-1 {
        margin-bottom: .25rem!important
    }

    .ml-mobile-1,.mx-mobile-1 {
        margin-left: .25rem!important
    }

    .m-mobile-2 {
        margin: .5rem!important
    }

    .mt-mobile-2,.my-mobile-2 {
        margin-top: .5rem!important
    }

    .mr-mobile-2,.mx-mobile-2 {
        margin-right: .5rem!important
    }

    .mb-mobile-2,.my-mobile-2 {
        margin-bottom: .5rem!important
    }

    .ml-mobile-2,.mx-mobile-2 {
        margin-left: .5rem!important
    }

    .m-mobile-3 {
        margin: 1rem!important
    }

    .mt-mobile-3,.my-mobile-3 {
        margin-top: 1rem!important
    }

    .mr-mobile-3,.mx-mobile-3 {
        margin-right: 1rem!important
    }

    .mb-mobile-3,.my-mobile-3 {
        margin-bottom: 1rem!important
    }

    .ml-mobile-3,.mx-mobile-3 {
        margin-left: 1rem!important
    }

    .m-mobile-4 {
        margin: 1.5rem!important
    }

    .mt-mobile-4,.my-mobile-4 {
        margin-top: 1.5rem!important
    }

    .mr-mobile-4,.mx-mobile-4 {
        margin-right: 1.5rem!important
    }

    .mb-mobile-4,.my-mobile-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-mobile-4,.mx-mobile-4 {
        margin-left: 1.5rem!important
    }

    .m-mobile-5 {
        margin: 3rem!important
    }

    .mt-mobile-5,.my-mobile-5 {
        margin-top: 3rem!important
    }

    .mr-mobile-5,.mx-mobile-5 {
        margin-right: 3rem!important
    }

    .mb-mobile-5,.my-mobile-5 {
        margin-bottom: 3rem!important
    }

    .ml-mobile-5,.mx-mobile-5 {
        margin-left: 3rem!important
    }

    .p-mobile-0 {
        padding: 0!important
    }

    .pt-mobile-0,.py-mobile-0 {
        padding-top: 0!important
    }

    .pr-mobile-0,.px-mobile-0 {
        padding-right: 0!important
    }

    .pb-mobile-0,.py-mobile-0 {
        padding-bottom: 0!important
    }

    .pl-mobile-0,.px-mobile-0 {
        padding-left: 0!important
    }

    .p-mobile-1 {
        padding: .25rem!important
    }

    .pt-mobile-1,.py-mobile-1 {
        padding-top: .25rem!important
    }

    .pr-mobile-1,.px-mobile-1 {
        padding-right: .25rem!important
    }

    .pb-mobile-1,.py-mobile-1 {
        padding-bottom: .25rem!important
    }

    .pl-mobile-1,.px-mobile-1 {
        padding-left: .25rem!important
    }

    .p-mobile-2 {
        padding: .5rem!important
    }

    .pt-mobile-2,.py-mobile-2 {
        padding-top: .5rem!important
    }

    .pr-mobile-2,.px-mobile-2 {
        padding-right: .5rem!important
    }

    .pb-mobile-2,.py-mobile-2 {
        padding-bottom: .5rem!important
    }

    .pl-mobile-2,.px-mobile-2 {
        padding-left: .5rem!important
    }

    .p-mobile-3 {
        padding: 1rem!important
    }

    .pt-mobile-3,.py-mobile-3 {
        padding-top: 1rem!important
    }

    .pr-mobile-3,.px-mobile-3 {
        padding-right: 1rem!important
    }

    .pb-mobile-3,.py-mobile-3 {
        padding-bottom: 1rem!important
    }

    .pl-mobile-3,.px-mobile-3 {
        padding-left: 1rem!important
    }

    .p-mobile-4 {
        padding: 1.5rem!important
    }

    .pt-mobile-4,.py-mobile-4 {
        padding-top: 1.5rem!important
    }

    .pr-mobile-4,.px-mobile-4 {
        padding-right: 1.5rem!important
    }

    .pb-mobile-4,.py-mobile-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-mobile-4,.px-mobile-4 {
        padding-left: 1.5rem!important
    }

    .p-mobile-5 {
        padding: 3rem!important
    }

    .pt-mobile-5,.py-mobile-5 {
        padding-top: 3rem!important
    }

    .pr-mobile-5,.px-mobile-5 {
        padding-right: 3rem!important
    }

    .pb-mobile-5,.py-mobile-5 {
        padding-bottom: 3rem!important
    }

    .pl-mobile-5,.px-mobile-5 {
        padding-left: 3rem!important
    }

    .m-mobile-n1 {
        margin: -.25rem!important
    }

    .mt-mobile-n1,.my-mobile-n1 {
        margin-top: -.25rem!important
    }

    .mr-mobile-n1,.mx-mobile-n1 {
        margin-right: -.25rem!important
    }

    .mb-mobile-n1,.my-mobile-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-mobile-n1,.mx-mobile-n1 {
        margin-left: -.25rem!important
    }

    .m-mobile-n2 {
        margin: -.5rem!important
    }

    .mt-mobile-n2,.my-mobile-n2 {
        margin-top: -.5rem!important
    }

    .mr-mobile-n2,.mx-mobile-n2 {
        margin-right: -.5rem!important
    }

    .mb-mobile-n2,.my-mobile-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-mobile-n2,.mx-mobile-n2 {
        margin-left: -.5rem!important
    }

    .m-mobile-n3 {
        margin: -1rem!important
    }

    .mt-mobile-n3,.my-mobile-n3 {
        margin-top: -1rem!important
    }

    .mr-mobile-n3,.mx-mobile-n3 {
        margin-right: -1rem!important
    }

    .mb-mobile-n3,.my-mobile-n3 {
        margin-bottom: -1rem!important
    }

    .ml-mobile-n3,.mx-mobile-n3 {
        margin-left: -1rem!important
    }

    .m-mobile-n4 {
        margin: -1.5rem!important
    }

    .mt-mobile-n4,.my-mobile-n4 {
        margin-top: -1.5rem!important
    }

    .mr-mobile-n4,.mx-mobile-n4 {
        margin-right: -1.5rem!important
    }

    .mb-mobile-n4,.my-mobile-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-mobile-n4,.mx-mobile-n4 {
        margin-left: -1.5rem!important
    }

    .m-mobile-n5 {
        margin: -3rem!important
    }

    .mt-mobile-n5,.my-mobile-n5 {
        margin-top: -3rem!important
    }

    .mr-mobile-n5,.mx-mobile-n5 {
        margin-right: -3rem!important
    }

    .mb-mobile-n5,.my-mobile-n5 {
        margin-bottom: -3rem!important
    }

    .ml-mobile-n5,.mx-mobile-n5 {
        margin-left: -3rem!important
    }

    .m-mobile-auto {
        margin: auto!important
    }

    .mt-mobile-auto,.my-mobile-auto {
        margin-top: auto!important
    }

    .mr-mobile-auto,.mx-mobile-auto {
        margin-right: auto!important
    }

    .mb-mobile-auto,.my-mobile-auto {
        margin-bottom: auto!important
    }

    .ml-mobile-auto,.mx-mobile-auto {
        margin-left: auto!important
    }
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -1rem!important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem!important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem!important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem!important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem!important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem!important
    }

    .m-md-n5 {
        margin: -3rem!important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -3rem!important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem!important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -3rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -1rem!important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem!important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -3rem!important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -3rem!important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1440px) {
    .m-desktop-0 {
        margin:0!important
    }

    .mt-desktop-0,.my-desktop-0 {
        margin-top: 0!important
    }

    .mr-desktop-0,.mx-desktop-0 {
        margin-right: 0!important
    }

    .mb-desktop-0,.my-desktop-0 {
        margin-bottom: 0!important
    }

    .ml-desktop-0,.mx-desktop-0 {
        margin-left: 0!important
    }

    .m-desktop-1 {
        margin: .25rem!important
    }

    .mt-desktop-1,.my-desktop-1 {
        margin-top: .25rem!important
    }

    .mr-desktop-1,.mx-desktop-1 {
        margin-right: .25rem!important
    }

    .mb-desktop-1,.my-desktop-1 {
        margin-bottom: .25rem!important
    }

    .ml-desktop-1,.mx-desktop-1 {
        margin-left: .25rem!important
    }

    .m-desktop-2 {
        margin: .5rem!important
    }

    .mt-desktop-2,.my-desktop-2 {
        margin-top: .5rem!important
    }

    .mr-desktop-2,.mx-desktop-2 {
        margin-right: .5rem!important
    }

    .mb-desktop-2,.my-desktop-2 {
        margin-bottom: .5rem!important
    }

    .ml-desktop-2,.mx-desktop-2 {
        margin-left: .5rem!important
    }

    .m-desktop-3 {
        margin: 1rem!important
    }

    .mt-desktop-3,.my-desktop-3 {
        margin-top: 1rem!important
    }

    .mr-desktop-3,.mx-desktop-3 {
        margin-right: 1rem!important
    }

    .mb-desktop-3,.my-desktop-3 {
        margin-bottom: 1rem!important
    }

    .ml-desktop-3,.mx-desktop-3 {
        margin-left: 1rem!important
    }

    .m-desktop-4 {
        margin: 1.5rem!important
    }

    .mt-desktop-4,.my-desktop-4 {
        margin-top: 1.5rem!important
    }

    .mr-desktop-4,.mx-desktop-4 {
        margin-right: 1.5rem!important
    }

    .mb-desktop-4,.my-desktop-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-desktop-4,.mx-desktop-4 {
        margin-left: 1.5rem!important
    }

    .m-desktop-5 {
        margin: 3rem!important
    }

    .mt-desktop-5,.my-desktop-5 {
        margin-top: 3rem!important
    }

    .mr-desktop-5,.mx-desktop-5 {
        margin-right: 3rem!important
    }

    .mb-desktop-5,.my-desktop-5 {
        margin-bottom: 3rem!important
    }

    .ml-desktop-5,.mx-desktop-5 {
        margin-left: 3rem!important
    }

    .p-desktop-0 {
        padding: 0!important
    }

    .pt-desktop-0,.py-desktop-0 {
        padding-top: 0!important
    }

    .pr-desktop-0,.px-desktop-0 {
        padding-right: 0!important
    }

    .pb-desktop-0,.py-desktop-0 {
        padding-bottom: 0!important
    }

    .pl-desktop-0,.px-desktop-0 {
        padding-left: 0!important
    }

    .p-desktop-1 {
        padding: .25rem!important
    }

    .pt-desktop-1,.py-desktop-1 {
        padding-top: .25rem!important
    }

    .pr-desktop-1,.px-desktop-1 {
        padding-right: .25rem!important
    }

    .pb-desktop-1,.py-desktop-1 {
        padding-bottom: .25rem!important
    }

    .pl-desktop-1,.px-desktop-1 {
        padding-left: .25rem!important
    }

    .p-desktop-2 {
        padding: .5rem!important
    }

    .pt-desktop-2,.py-desktop-2 {
        padding-top: .5rem!important
    }

    .pr-desktop-2,.px-desktop-2 {
        padding-right: .5rem!important
    }

    .pb-desktop-2,.py-desktop-2 {
        padding-bottom: .5rem!important
    }

    .pl-desktop-2,.px-desktop-2 {
        padding-left: .5rem!important
    }

    .p-desktop-3 {
        padding: 1rem!important
    }

    .pt-desktop-3,.py-desktop-3 {
        padding-top: 1rem!important
    }

    .pr-desktop-3,.px-desktop-3 {
        padding-right: 1rem!important
    }

    .pb-desktop-3,.py-desktop-3 {
        padding-bottom: 1rem!important
    }

    .pl-desktop-3,.px-desktop-3 {
        padding-left: 1rem!important
    }

    .p-desktop-4 {
        padding: 1.5rem!important
    }

    .pt-desktop-4,.py-desktop-4 {
        padding-top: 1.5rem!important
    }

    .pr-desktop-4,.px-desktop-4 {
        padding-right: 1.5rem!important
    }

    .pb-desktop-4,.py-desktop-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-desktop-4,.px-desktop-4 {
        padding-left: 1.5rem!important
    }

    .p-desktop-5 {
        padding: 3rem!important
    }

    .pt-desktop-5,.py-desktop-5 {
        padding-top: 3rem!important
    }

    .pr-desktop-5,.px-desktop-5 {
        padding-right: 3rem!important
    }

    .pb-desktop-5,.py-desktop-5 {
        padding-bottom: 3rem!important
    }

    .pl-desktop-5,.px-desktop-5 {
        padding-left: 3rem!important
    }

    .m-desktop-n1 {
        margin: -.25rem!important
    }

    .mt-desktop-n1,.my-desktop-n1 {
        margin-top: -.25rem!important
    }

    .mr-desktop-n1,.mx-desktop-n1 {
        margin-right: -.25rem!important
    }

    .mb-desktop-n1,.my-desktop-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-desktop-n1,.mx-desktop-n1 {
        margin-left: -.25rem!important
    }

    .m-desktop-n2 {
        margin: -.5rem!important
    }

    .mt-desktop-n2,.my-desktop-n2 {
        margin-top: -.5rem!important
    }

    .mr-desktop-n2,.mx-desktop-n2 {
        margin-right: -.5rem!important
    }

    .mb-desktop-n2,.my-desktop-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-desktop-n2,.mx-desktop-n2 {
        margin-left: -.5rem!important
    }

    .m-desktop-n3 {
        margin: -1rem!important
    }

    .mt-desktop-n3,.my-desktop-n3 {
        margin-top: -1rem!important
    }

    .mr-desktop-n3,.mx-desktop-n3 {
        margin-right: -1rem!important
    }

    .mb-desktop-n3,.my-desktop-n3 {
        margin-bottom: -1rem!important
    }

    .ml-desktop-n3,.mx-desktop-n3 {
        margin-left: -1rem!important
    }

    .m-desktop-n4 {
        margin: -1.5rem!important
    }

    .mt-desktop-n4,.my-desktop-n4 {
        margin-top: -1.5rem!important
    }

    .mr-desktop-n4,.mx-desktop-n4 {
        margin-right: -1.5rem!important
    }

    .mb-desktop-n4,.my-desktop-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-desktop-n4,.mx-desktop-n4 {
        margin-left: -1.5rem!important
    }

    .m-desktop-n5 {
        margin: -3rem!important
    }

    .mt-desktop-n5,.my-desktop-n5 {
        margin-top: -3rem!important
    }

    .mr-desktop-n5,.mx-desktop-n5 {
        margin-right: -3rem!important
    }

    .mb-desktop-n5,.my-desktop-n5 {
        margin-bottom: -3rem!important
    }

    .ml-desktop-n5,.mx-desktop-n5 {
        margin-left: -3rem!important
    }

    .m-desktop-auto {
        margin: auto!important
    }

    .mt-desktop-auto,.my-desktop-auto {
        margin-top: auto!important
    }

    .mr-desktop-auto,.mx-desktop-auto {
        margin-right: auto!important
    }

    .mb-desktop-auto,.my-desktop-auto {
        margin-bottom: auto!important
    }

    .ml-desktop-auto,.mx-desktop-auto {
        margin-left: auto!important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

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

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 375px) {
    .text-mobile-left {
        text-align:left!important
    }

    .text-mobile-right {
        text-align: right!important
    }

    .text-mobile-center {
        text-align: center!important
    }
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

@media (min-width: 1440px) {
    .text-desktop-left {
        text-align:left!important
    }

    .text-desktop-right {
        text-align: right!important
    }

    .text-desktop-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:hover,a.text-primary:focus {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:hover,a.text-secondary:focus {
    color: #494f54!important
}

.text-success {
    color: #28a745!important
}

a.text-success:hover,a.text-success:focus {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:hover,a.text-info:focus {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:hover,a.text-warning:focus {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:hover,a.text-danger:focus {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:hover,a.text-light:focus {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:hover,a.text-dark:focus {
    color: #121416!important
}

.text-body {
    color: #071a33!important
}

.text-muted {
    color: #8693a2!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: rgba(255,255,255,.5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    word-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,::before,::after {
        text-shadow: none!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn):not(.active-filters__button) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    pre,blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container,.swiper-container.full-screen .buttons-container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #dee2e6!important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
        border-color: #8693a2
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #8693a2
    }
}

.btn,.active-filters__link .close-btn,.active-filters__button {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn.btn-primary,.btn.btn-outline-primary,.active-filters__link .btn-outline-primary.close-btn,.btn-outline-primary.active-filters__button,#filtersModal .btn.reset-filters,#filtersModal .active-filters__link .reset-filters.close-btn,.active-filters__link #filtersModal .reset-filters.close-btn,#filtersModal .reset-filters.active-filters__button,.active-filters__link .btn-primary.close-btn,.active-filters__link .close-btn.active-filters__button,.active-filters__button {
    color: #fff;
    border-radius: 40px;
    padding: 15px 2rem;
    font-size: 20px;
    border: 0;
    background-color: #b00000;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn.btn-primary:hover,.btn.btn-outline-primary:hover,.active-filters__link .btn-outline-primary.close-btn:hover,#filtersModal .btn.reset-filters:hover,#filtersModal .active-filters__link .reset-filters.close-btn:hover,.active-filters__link #filtersModal .reset-filters.close-btn:hover,#filtersModal .reset-filters.active-filters__button:hover,.active-filters__link .btn-primary.close-btn:hover,.active-filters__button:hover {
    background-color: #A94545!important;
    border-color: #A94545!important
}

.btn.btn-primary:focus,.btn.btn-outline-primary:focus,.active-filters__link .btn-outline-primary.close-btn:focus,#filtersModal .btn.reset-filters:focus,#filtersModal .active-filters__link .reset-filters.close-btn:focus,.active-filters__link #filtersModal .reset-filters.close-btn:focus,#filtersModal .reset-filters.active-filters__button:focus,.active-filters__link .btn-primary.close-btn:focus,.active-filters__button:focus,.btn.btn-primary:active,.btn.btn-outline-primary:active,.active-filters__link .btn-outline-primary.close-btn:active,#filtersModal .btn.reset-filters:active,#filtersModal .active-filters__link .reset-filters.close-btn:active,.active-filters__link #filtersModal .reset-filters.close-btn:active,#filtersModal .reset-filters.active-filters__button:active,.active-filters__link .btn-primary.close-btn:active,.active-filters__button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #A94545!important;
    border-color: #A94545!important
}

@media (max-width: 767px) {
    .btn.btn-primary,.btn.btn-outline-primary,.active-filters__link .btn-outline-primary.close-btn,.btn-outline-primary.active-filters__button,#filtersModal .btn.reset-filters,#filtersModal .active-filters__link .reset-filters.close-btn,.active-filters__link #filtersModal .reset-filters.close-btn,#filtersModal .reset-filters.active-filters__button,.active-filters__link .btn-primary.close-btn,.active-filters__link .close-btn.active-filters__button,.active-filters__button {
        padding:.75rem 2rem;
        font-size: 16px
    }
}

.btn.btn-primary.disabled,.btn.disabled.btn-outline-primary,.active-filters__link .disabled.btn-outline-primary.close-btn,#filtersModal .btn.disabled.reset-filters,#filtersModal .active-filters__link .disabled.reset-filters.close-btn,.active-filters__link #filtersModal .disabled.reset-filters.close-btn,#filtersModal .disabled.reset-filters.active-filters__button,.active-filters__link .btn-primary.disabled.close-btn,.disabled.active-filters__button {
    background-color: #8693a2
}

.btn.btn-orange,.active-filters__link .btn-orange.close-btn,.btn-orange.active-filters__button {
    color: #0d2a4e;
    border-radius: 40px;
    padding: 15px 2rem;
    font-size: 20px;
    border: 0;
    background-color: #ffb932;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn.btn-orange:hover,.active-filters__link .btn-orange.close-btn:hover,.btn-orange.active-filters__button:hover {
    background-color: #b97d08!important;
    border-color: #b97d08!important;
    color: #fff
}

.btn.btn-orange:focus,.active-filters__link .btn-orange.close-btn:focus,.btn-orange.active-filters__button:focus,.btn.btn-orange:active,.active-filters__link .btn-orange.close-btn:active,.btn-orange.active-filters__button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #b97d08!important;
    border-color: #b97d08!important;
    color: #fff
}

@media (max-width: 767px) {
    .btn.btn-orange,.active-filters__link .btn-orange.close-btn,.btn-orange.active-filters__button {
        padding:.75rem 2rem;
        font-size: 16px
    }
}

.btn.btn-orange.disabled,.active-filters__link .btn-orange.disabled.close-btn,.btn-orange.disabled.active-filters__button {
    background-color: #8693a2
}

.btn.btn-white,.active-filters__link .btn-white.close-btn,.btn-white.active-filters__button {
    color: #b00000;
    border-radius: 40px;
    padding: 15px 2rem;
    font-size: 20px;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn.btn-white:hover,.active-filters__link .btn-white.close-btn:hover,.btn-white.active-filters__button:hover {
    background-color: #A94545!important;
    border-color: #A94545!important;
    color: #fff
}

.btn.btn-white:focus,.active-filters__link .btn-white.close-btn:focus,.btn-white.active-filters__button:focus,.btn.btn-white:active,.active-filters__link .btn-white.close-btn:active,.btn-white.active-filters__button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #A94545!important;
    border-color: #A94545!important;
    color: #fff
}

@media (max-width: 767px) {
    .btn.btn-white,.active-filters__link .btn-white.close-btn,.btn-white.active-filters__button {
        padding:.75rem 2rem;
        font-size: 16px
    }
}

.btn.btn-white.disabled,.active-filters__link .btn-white.disabled.close-btn,.btn-white.disabled.active-filters__button {
    background-color: #8693a2
}

.btn.btn-gray,.active-filters__link .btn-gray.close-btn,.btn-gray.active-filters__button {
    color: #fff;
    border-radius: 40px;
    padding: 15px 3rem;
    font-size: 20px;
    border: 0;
    background-color: #8693a2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.btn-gray:hover,.active-filters__link .btn-gray.close-btn:hover,.btn-gray.active-filters__button:hover {
    background-color: #8693a2;
    border-color: #8693a2
}

.btn.btn-gray:focus,.active-filters__link .btn-gray.close-btn:focus,.btn-gray.active-filters__button:focus,.btn.btn-gray:active,.active-filters__link .btn-gray.close-btn:active,.btn-gray.active-filters__button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #8693a2;
    border-color: #8693a2
}

@media (max-width: 767px) {
    .btn.btn-gray,.active-filters__link .btn-gray.close-btn,.btn-gray.active-filters__button {
        padding:.75rem 2rem;
        font-size: 18px
    }
}

.btn.btn-gray.disabled,.active-filters__link .btn-gray.disabled.close-btn,.btn-gray.disabled.active-filters__button {
    background-color: #8693a2
}

.btn.btn-outline-primary,.active-filters__link .btn-outline-primary.close-btn,.btn-outline-primary.active-filters__button {
    background-color: transparent;
    color: #b00000;
    border: 1px solid #b00000
}

.btn.btn-outline-primary.disabled,.active-filters__link .btn-outline-primary.disabled.close-btn,.btn-outline-primary.disabled.active-filters__button {
    border-color: #8693a2
}

.btn.btn-warning,.active-filters__link .btn-warning.close-btn,.btn-warning.active-filters__button {
    color: #fff;
    border-radius: 40px;
    padding: 15px 3rem;
    font-size: 20px;
    border: 0;
    background-color: #A94545
}

.btn.btn-warning:focus,.active-filters__link .btn-warning.close-btn:focus,.btn-warning.active-filters__button:focus,.btn.btn-warning:active,.active-filters__link .btn-warning.close-btn:active,.btn-warning.active-filters__button:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width: 768px) {
    .btn.btn-warning,.active-filters__link .btn-warning.close-btn,.btn-warning.active-filters__button {
        padding:.75rem 2rem;
        font-size: 18px
    }
}

.btn.disabled,.active-filters__link .disabled.close-btn,.disabled.active-filters__button {
    opacity: 1
}

.btn-preloader {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn-preloader:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #b00000;
    border-color: #b00000 transparent #b00000 transparent;
    -webkit-animation: dual-circle 1.2s linear infinite;
    animation: dual-circle 1.2s linear infinite
}

@-webkit-keyframes dual-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes dual-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.modal--default {
    color: #000;
    max-width: none
}

.modal--default .modal-dialog {
    max-width: none
}

.modal--default .modal-content {
    border: 12px;
    padding: 30px;
    max-width: 460px;
    margin: 0 auto
}

.modal--default .modal-content .modal-content {
    padding: 0
}

.modal--default .modal-body {
    padding: 0
}

.modal--default .modal-body .icon-close {
    display: block;
    margin-top: 16px
}

.modal--default .custom-control {
    color: #8693a2
}

.modal--default .custom-control.custom-checkbox label:hover {
    cursor: pointer;
    color: #b00000
}

.modal--default .custom-control.custom-checkbox .custom-control-input:not(:disabled):checked~.custom-control-label {
    color: #8693a2
}

.modal--default .close-cookie {
    top: -20px;
    right: -20px;
    line-height: 1;
    padding: .375rem;
    background-color: transparent!important
}

.modal--fullscreen .modal-dialog,.modal--fullscreen .modal-content {
    position: absolute;
    max-width: none;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.modal--fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    background-color: rgba(13,38,69,.9);
    overflow-y: auto
}

@media (max-width: 576px) {
    .modal--fullscreen .modal-content .close-wrapper {
        padding:15px 0 15px 30px;
        background-color: #0d2645;
        position: fixed;
        left: 0;
        right: 0;
        top: 0
    }
}

.modal--fullscreen .modal-content .close {
    display: inline-block;
    color: #fff
}

@media (min-width: 576px) {
    .modal--fullscreen .modal-content .close {
        position:fixed;
        top: 32px;
        right: 32px;
        opacity: 1
    }

    .modal--fullscreen .modal-content .close i {
        font-size: 32px
    }
}

@media (max-width: 576px) {
    .modal--fullscreen .modal-content .close {
        margin-right:auto;
        float: none;
        top: 15px;
        left: 32px;
        opacity: 1
    }

    .modal--fullscreen .modal-content .close i {
        font-size: 20px
    }
}

.modal-lg {
    max-width: 688px
}

@media (max-width: 767px) {
    .modal-lg {
        max-width:none;
        margin: 0
    }
}

@media (min-width: 1200px) {
    .modal-lg {
        max-width:760px
    }
}

.modal-lg .modal-body {
    padding: 0
}

.modal-lg .modal-body .icon-close {
    display: block;
    margin-top: -10px
}

.modal-lg .modal-body .close-cookie {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 0;
    padding: 0
}

.modal-lg .modal-head {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
    padding: 20px 0 16px
}

@media (min-width: 768px) {
    .modal-lg .modal-head {
        padding:20px 0
    }
}

.modal-lg .modal-body {
    max-height: calc(100vh - 60px);
    overflow-y: auto
}

@media (max-width: 767px) {
    .modal-lg .modal-body {
        max-height:100vh
    }
}

.modal-lg .modal-content {
    padding: 0 24px 0 30px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .modal-lg .modal-content {
        padding:0 20px 0 60px
    }
}

.edit-address-form span.suggestions-addon {
    display: none!important
}

.edit-address-form .house-wrapper {
    margin: 0 -15px
}

.edit-address-form .house-unit-wrapper {
    min-width: 130px
}

.popup {
    position: fixed;
    width: 312px;
    border: 1px solid #A94545;
    border-radius: 12px;
    bottom: 50px;
    right: 10px;
    background: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 600
}

@media (max-width: 576px) {
    .popup {
        margin:5% auto;
        left: 0;
        right: 0;
        bottom: 30px
    }
}

.popup__inner {
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 30px;
    padding-top: 0
}

.popup__title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 145%
}

.popup__secondary-text {
    font-size: 14px;
    color: #8693a2;
    line-height: 145%;
    margin-bottom: 20px
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.popup__content .image-wrapper {
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.popup__content .image-wrapper img {
    height: 100%
}

.popup__content .text {
    padding-left: 10px
}

.popup.shadow {
    -webkit-filter: drop-shadow(-4px -4px 20px rgba(0,0,0,.15));
    filter: drop-shadow(-4px -4px 20px rgba(0,0,0,.15))
}

.popup.left {
    left: 10px
}

.popup.hide {
    display: none;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0
}

.popup.show {
    opacity: 1;
    display: block;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out
}

.popup .popup__btn {
    color: #fff;
    background: #A94545;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
    border: 1px solid #A94545;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 13px 0
}

.popup .close-btn {
    font-size: 40px;
    right: 4px;
    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: #071a33;
    position: relative;
    float: none;
    right: -25px;
    top: 12px;
    margin-left: auto;
    padding: 0;
    border: 0;
    background-color: transparent
}

.get-email-popup .modal-content {
    background-color: transparent;
    max-width: 560px;
    padding: 30px 20px
}

.get-email-popup .close-cookie {
    z-index: 10;
    color: #fff
}

.get-email-popup .close-cookie:hover {
    color: #fff
}

.get-email-popup div.grwf2-wrapper.wf2-embedded {
    z-index: 5!important
}

.form-control {
    outline: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.form-control[type=text],.form-control[type=email],.form-control[type=search],.form-control[type=password],textarea.form-control {
    padding: 18px 1rem;
    height: auto;
    border-radius: 3px;
    border: 1px solid #e8e8e9;
    resize: none;
    background-color: transparent;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control[type=text]::-webkit-input-placeholder,.form-control[type=email]::-webkit-input-placeholder,.form-control[type=search]::-webkit-input-placeholder,.form-control[type=password]::-webkit-input-placeholder,textarea.form-control::-webkit-input-placeholder {
    color: #8693a2
}

.form-control[type=text]::-moz-placeholder,.form-control[type=email]::-moz-placeholder,.form-control[type=search]::-moz-placeholder,.form-control[type=password]::-moz-placeholder,textarea.form-control::-moz-placeholder {
    color: #8693a2
}

.form-control[type=text]:-ms-input-placeholder,.form-control[type=email]:-ms-input-placeholder,.form-control[type=search]:-ms-input-placeholder,.form-control[type=password]:-ms-input-placeholder,textarea.form-control:-ms-input-placeholder {
    color: #8693a2
}

.form-control[type=text]::-ms-input-placeholder,.form-control[type=email]::-ms-input-placeholder,.form-control[type=search]::-ms-input-placeholder,.form-control[type=password]::-ms-input-placeholder,textarea.form-control::-ms-input-placeholder {
    color: #8693a2
}

.form-control[type=text]::placeholder,.form-control[type=email]::placeholder,.form-control[type=search]::placeholder,.form-control[type=password]::placeholder,textarea.form-control::placeholder {
    color: #8693a2
}

.form-control[type=text]:hover::-webkit-input-placeholder,.form-control[type=text]:focus::-webkit-input-placeholder,.form-control[type=email]:hover::-webkit-input-placeholder,.form-control[type=email]:focus::-webkit-input-placeholder,.form-control[type=search]:hover::-webkit-input-placeholder,.form-control[type=search]:focus::-webkit-input-placeholder,.form-control[type=password]:hover::-webkit-input-placeholder,.form-control[type=password]:focus::-webkit-input-placeholder,textarea.form-control:hover::-webkit-input-placeholder,textarea.form-control:focus::-webkit-input-placeholder {
    color: #000
}

.form-control[type=text]:hover::-moz-placeholder,.form-control[type=text]:focus::-moz-placeholder,.form-control[type=email]:hover::-moz-placeholder,.form-control[type=email]:focus::-moz-placeholder,.form-control[type=search]:hover::-moz-placeholder,.form-control[type=search]:focus::-moz-placeholder,.form-control[type=password]:hover::-moz-placeholder,.form-control[type=password]:focus::-moz-placeholder,textarea.form-control:hover::-moz-placeholder,textarea.form-control:focus::-moz-placeholder {
    color: #000
}

.form-control[type=text]:hover:-ms-input-placeholder,.form-control[type=text]:focus:-ms-input-placeholder,.form-control[type=email]:hover:-ms-input-placeholder,.form-control[type=email]:focus:-ms-input-placeholder,.form-control[type=search]:hover:-ms-input-placeholder,.form-control[type=search]:focus:-ms-input-placeholder,.form-control[type=password]:hover:-ms-input-placeholder,.form-control[type=password]:focus:-ms-input-placeholder,textarea.form-control:hover:-ms-input-placeholder,textarea.form-control:focus:-ms-input-placeholder {
    color: #000
}

.form-control[type=text]:hover::-ms-input-placeholder,.form-control[type=text]:focus::-ms-input-placeholder,.form-control[type=email]:hover::-ms-input-placeholder,.form-control[type=email]:focus::-ms-input-placeholder,.form-control[type=search]:hover::-ms-input-placeholder,.form-control[type=search]:focus::-ms-input-placeholder,.form-control[type=password]:hover::-ms-input-placeholder,.form-control[type=password]:focus::-ms-input-placeholder,textarea.form-control:hover::-ms-input-placeholder,textarea.form-control:focus::-ms-input-placeholder {
    color: #000
}

.form-control[type=text]:hover::placeholder,.form-control[type=text]:focus::placeholder,.form-control[type=email]:hover::placeholder,.form-control[type=email]:focus::placeholder,.form-control[type=search]:hover::placeholder,.form-control[type=search]:focus::placeholder,.form-control[type=password]:hover::placeholder,.form-control[type=password]:focus::placeholder,textarea.form-control:hover::placeholder,textarea.form-control:focus::placeholder {
    color: #000
}

.form-control[type=text]:focus,.form-control[type=text]:hover,.form-control[type=email]:focus,.form-control[type=email]:hover,.form-control[type=search]:focus,.form-control[type=search]:hover,.form-control[type=password]:focus,.form-control[type=password]:hover,textarea.form-control:focus,textarea.form-control:hover {
    border-color: #b00000;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control[type=text]:-moz-read-only,.form-control[type=email]:-moz-read-only,.form-control[type=search]:-moz-read-only,.form-control[type=password]:-moz-read-only,textarea.form-control:-moz-read-only {
    background-color: #efefef;
    pointer-events: none
}

.form-control[type=text]:read-only,.form-control[type=email]:read-only,.form-control[type=search]:read-only,.form-control[type=password]:read-only,textarea.form-control:read-only {
    background-color: #efefef;
    pointer-events: none
}

.form-control[type=text].input--dark,.form-control[type=email].input--dark,.form-control[type=search].input--dark,.form-control[type=password].input--dark,textarea.form-control.input--dark {
    background-color: #071a33;
    border: 0;
    color: #fff
}

.form-control[type=text].input--dark:hover::-webkit-input-placeholder,.form-control[type=text].input--dark:focus::-webkit-input-placeholder,.form-control[type=email].input--dark:hover::-webkit-input-placeholder,.form-control[type=email].input--dark:focus::-webkit-input-placeholder,.form-control[type=search].input--dark:hover::-webkit-input-placeholder,.form-control[type=search].input--dark:focus::-webkit-input-placeholder,.form-control[type=password].input--dark:hover::-webkit-input-placeholder,.form-control[type=password].input--dark:focus::-webkit-input-placeholder,textarea.form-control.input--dark:hover::-webkit-input-placeholder,textarea.form-control.input--dark:focus::-webkit-input-placeholder {
    color: #fff
}

.form-control[type=text].input--dark:hover::-moz-placeholder,.form-control[type=text].input--dark:focus::-moz-placeholder,.form-control[type=email].input--dark:hover::-moz-placeholder,.form-control[type=email].input--dark:focus::-moz-placeholder,.form-control[type=search].input--dark:hover::-moz-placeholder,.form-control[type=search].input--dark:focus::-moz-placeholder,.form-control[type=password].input--dark:hover::-moz-placeholder,.form-control[type=password].input--dark:focus::-moz-placeholder,textarea.form-control.input--dark:hover::-moz-placeholder,textarea.form-control.input--dark:focus::-moz-placeholder {
    color: #fff
}

.form-control[type=text].input--dark:hover:-ms-input-placeholder,.form-control[type=text].input--dark:focus:-ms-input-placeholder,.form-control[type=email].input--dark:hover:-ms-input-placeholder,.form-control[type=email].input--dark:focus:-ms-input-placeholder,.form-control[type=search].input--dark:hover:-ms-input-placeholder,.form-control[type=search].input--dark:focus:-ms-input-placeholder,.form-control[type=password].input--dark:hover:-ms-input-placeholder,.form-control[type=password].input--dark:focus:-ms-input-placeholder,textarea.form-control.input--dark:hover:-ms-input-placeholder,textarea.form-control.input--dark:focus:-ms-input-placeholder {
    color: #fff
}

.form-control[type=text].input--dark:hover::-ms-input-placeholder,.form-control[type=text].input--dark:focus::-ms-input-placeholder,.form-control[type=email].input--dark:hover::-ms-input-placeholder,.form-control[type=email].input--dark:focus::-ms-input-placeholder,.form-control[type=search].input--dark:hover::-ms-input-placeholder,.form-control[type=search].input--dark:focus::-ms-input-placeholder,.form-control[type=password].input--dark:hover::-ms-input-placeholder,.form-control[type=password].input--dark:focus::-ms-input-placeholder,textarea.form-control.input--dark:hover::-ms-input-placeholder,textarea.form-control.input--dark:focus::-ms-input-placeholder {
    color: #fff
}

.form-control[type=text].input--dark:hover::placeholder,.form-control[type=text].input--dark:focus::placeholder,.form-control[type=email].input--dark:hover::placeholder,.form-control[type=email].input--dark:focus::placeholder,.form-control[type=search].input--dark:hover::placeholder,.form-control[type=search].input--dark:focus::placeholder,.form-control[type=password].input--dark:hover::placeholder,.form-control[type=password].input--dark:focus::placeholder,textarea.form-control.input--dark:hover::placeholder,textarea.form-control.input--dark:focus::placeholder {
    color: #fff
}

.form-control[type=text].input--dark:hover,.form-control[type=text].input--dark:focus,.form-control[type=email].input--dark:hover,.form-control[type=email].input--dark:focus,.form-control[type=search].input--dark:hover,.form-control[type=search].input--dark:focus,.form-control[type=password].input--dark:hover,.form-control[type=password].input--dark:focus,textarea.form-control.input--dark:hover,textarea.form-control.input--dark:focus {
    background-color: #051429;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control[type=text].input--autocomplete.open,.form-control[type=email].input--autocomplete.open,.form-control[type=search].input--autocomplete.open,.form-control[type=password].input--autocomplete.open,textarea.form-control.input--autocomplete.open {
    border-radius: 3px 3px 0 0
}

.custom-control {
    color: #8693a2;
    padding-left: 0
}

.custom-control.custom-radio {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 10px 0
}

.custom-control.custom-radio label:hover {
    cursor: pointer;
    color: #071a33
}

.custom-control.custom-radio .custom-control-label {
    padding-left: 26px
}

.custom-control.custom-radio .custom-control-label:before {
    height: 14px;
    width: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    border: 2px solid #8693a2
}

.custom-control.custom-radio .custom-control-label:after {
    display: none
}

.custom-control.custom-radio .custom-control-label:before {
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -7px
}

.custom-control.custom-radio .custom-control-input:not(:disabled):checked~.custom-control-label,.custom-control.custom-radio .custom-control-input:not(:disabled):active~.custom-control-label {
    color: #071a33
}

.custom-control.custom-radio .custom-control-input:not(:disabled):checked~.custom-control-label:before,.custom-control.custom-radio .custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: transparent;
    border: 3px solid #b00000
}

.custom-control.custom-checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-control.custom-checkbox label:hover {
    cursor: pointer;
    color: #071a33
}

.custom-control.custom-checkbox .custom-control-label {
    padding-left: 26px
}

.custom-control.custom-checkbox .custom-control-label:before {
    height: 16px;
    width: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    border: 2px solid #8693a2
}

.custom-control.custom-checkbox .custom-control-label:after {
    background: no-repeat 50%/100% 100%
}

.custom-control.custom-checkbox .custom-control-label:before,.custom-control.custom-checkbox .custom-control-label:after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px
}

.custom-control.custom-checkbox .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: transparent;
    border-color: #b00000
}

.custom-control.custom-checkbox .custom-control-input:not(:disabled):checked~.custom-control-label {
    color: #071a33
}

.custom-control.custom-checkbox .custom-control-input:not(:disabled):checked~.custom-control-label:before {
    border: 0
}

.custom-control.custom-switch .custom-control-label {
    padding: 15px 0
}

.custom-control.custom-switch .custom-control-label:before {
    background-color: #8693a2;
    border: 0;
    top: 50%;
    margin-top: -8px
}

.custom-control.custom-switch .custom-control-label:after {
    background-color: #fff;
    top: 50%;
    margin-top: -6px
}

.custom-control.custom-switch .custom-control-label.active {
    color: #071a33
}

.custom-control.custom-switch .custom-control-label.active:before {
    background-color: transparent;
    border-color: #b00000
}

.custom-control.custom-switch .custom-control-input:not(:disabled):checked~.custom-control-label:before {
    background-color: #b00000;
    border: 0
}

.custom-control.custom-switch .custom-control-input:not(:disabled):checked~.custom-control-label:after {
    background-color: #fff
}

.custom-control.custom-switch .custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #b00000;
    border: 0
}

.custom-control.custom-switch .custom-control-input:not(:disabled):active~.custom-control-label:after {
    background-color: #fff
}

.action-input {
    position: relative
}

.action-input input {
    padding-right: 80px
}

.action-input button {
    background-color: transparent;
    border: 0;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    font-size: 24px
}

.action-input button:active {
    color: #b00000;
    outline: 0
}

.action-input button i {
    display: inline-block;
    vertical-align: middle
}

.input-promo {
    position: relative
}

.input-promo .form-control[type=text] {
    background-color: #fff;
    border: 0
}

.input-promo i {
    background: #8693a2;
    width: 56px;
    height: 100%;
    border-radius: 12px;
    display: inline-block;
    position: absolute;
    right: 0;
    line-height: 51px;
    top: 0;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    padding-top: 5px
}

.input-promo i:hover,.input-promo i:focus {
    background-color: #b00000
}

.input-promo.active i {
    background-color: #b00000
}

.input-promo:focus-within i {
    color: #fff
}

.custom-counter {
    position: relative;
    display: inline-block
}

.custom-counter input[type=number] {
    background-color: #fff;
    color: #071a33;
    border-radius: 4px;
    width: 69px;
    border: 0;
    height: 40px;
    padding: 8px;
    padding-right: 20px
}

.custom-counter__controls {
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0
}

.custom-counter__controls button {
    height: 20px;
    width: 20px;
    padding: 0;
    background-color: transparent;
    color: #071a33;
    border: 0;
    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;
    font-size: 20px
}

.custom-counter__controls button.up i {
    display: inline-block;
    margin-right: 2px
}

.input-floating {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.input-floating:hover label {
    cursor: text;
    color: #000
}

.input-floating label {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #8693a2;
    display: block;
    margin-bottom: 0;
    padding-left: 1rem;
    top: 19px;
    -webkit-transition: font-size .2s ease-in-out,top .2s ease-in-out;
    -o-transition: font-size .2s ease-in-out,top .2s ease-in-out;
    transition: font-size .2s ease-in-out,top .2s ease-in-out
}

.input-floating label.label-phone-split-field {
    padding-left: 107px;
    -webkit-transition: padding-left .2s ease-in-out,font-size .2s ease-in-out,top .2s ease-in-out;
    -o-transition: padding-left .2s ease-in-out,font-size .2s ease-in-out,top .2s ease-in-out;
    transition: padding-left .2s ease-in-out,font-size .2s ease-in-out,top .2s ease-in-out
}

.input-floating label.label-phone-split-field-boot {
    color: transparent
}

.input-floating .form-control:-webkit-autofill+label,.input-floating .form-control:placeholder-shown+label {
    color: #8693a2;
    font-size: 10px;
    line-height: 145%;
    top: 10px
}

.input-floating.active label {
    color: #8693a2;
    font-size: 10px;
    line-height: 145%;
    top: 6px;
    padding-left: 1rem;
    z-index: 1
}

.input-floating.active:hover label {
    color: #8693a2
}

.phone-split #phoneSplitInput {
    padding-left: 107px!important;
    color: #000
}

.phone-split .iti__arrow {
    margin: 0 3px 0 12px!important
}

.phone-split .iti__selected-flag:after {
    height: 35%!important
}

.phone-split .iti__arrow {
    margin: 0 3px 0 12px!important
}

.phone-split .iti__selected-flag:after {
    height: 35%!important
}

.input-phone-wrap {
    width: 100%
}

.n-ui-autocomplete {
    width: 100%
}

.n-ui-autocomplete .input-floating {
    margin: 0!important
}

.n-ui-autocomplete .z-index-popup {
    z-index: 202
}

.n-ui-autocomplete .n-ui-popup {
    pointer-events: none
}

.n-ui-autocomplete .n-ui-opened {
    pointer-events: auto
}

.n-ui-autocomplete .not-found__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 7px 10px;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 12px;
    overflow: hidden
}

.delivery-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
    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
}

.delivery-info .delivery-info-popup {
    position: absolute;
    right: 0;
    bottom: 140%;
    z-index: 200;
    display: none;
    width: 320px;
    padding: 17px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4e4e4
}

.delivery-info .delivery-info-popup.show {
    display: block
}

.delivery-info .icon {
    cursor: pointer;
    width: 24px;
    height: 24px;
    fill: #555;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.suggestions-wrapper {
    position: absolute!important;
    right: 0;
    top: 0;
    width: 100%
}

.suggestions-wrapper .suggestions-addon {
    background-size: 22px!important
}

.suggestions-wrapper .suggestions-mobile {
    width: 100%!important;
    left: 0!important
}

.suggestions-wrapper .suggestions-mobile .suggestions-suggestion {
    padding-left: 0!important
}

.caret-wrap {
    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;
    width: 24px;
    height: 24px;
    font-size: 24px;
    padding: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.help-block {
    font-size: 12px;
    line-height: 1.4;
    display: block
}

.field-validation-error {
    color: #f63933
}

.error-input {
    left: 0;
    bottom: -15px;
    font-size: 12px;
    line-height: 1.4;
    color: #f63933
}

.success-input {
    content: '';
    position: absolute;
    background: url(../images/success-input.svg);
    right: 16px;
    top: calc(50% - 5.5px);
    width: 15px;
    height: 11px
}

.iti {
    width: 100%;
    font-family: "PT Sans",sans-serif
}

.iti__selected-flag {
    background-color: transparent!important;
    padding: 0 8px 0 12px!important
}

.iti__selected-flag:after {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background-color: #8693a2;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.iti__selected-dial-code {
    color: #000
}

.iti__country-name {
    color: #000
}

.iti-mobile .iti__country-list {
    max-width: calc(100% - 60px)
}

.disabled {
    opacity: .5;
    pointer-events: none
}

.collapse-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    padding: 14px 30px;
    width: 100%;
    font-size: 18px;
    line-height: 145%
}

.collapse-btn:hover,.collapse-btn:focus {
    text-decoration: none
}

.collapse-btn .icon-caret-bottom {
    display: inline-block;
    font-size: 24px
}

.collapse-content__wrapper {
    padding-bottom: 10px
}

.collapse-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 2.5
}

[data-toggle=collapse][aria-expanded=true] .icon-caret-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.card {
    border: 0;
    overflow: hidden;
    border-radius: 12px;
    color: #071a33;
    background-color: transparent;
    padding-top: 56.25%
}

.card:hover {
    color: #fff
}

.card:hover .card__image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.card:hover .card__content {
    background-position: 0 100%
}

.card .card__image {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.card .card__image:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(32.95deg,rgba(28,33,38,.65) 18.49%,rgba(28,33,38,0) 61.49%);
    background: linear-gradient(57.05deg,rgba(28,33,38,.65) 18.49%,rgba(28,33,38,0) 61.49%)
}

.card .card__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -o-object-position: center;
    object-position: center
}

@media (max-width: 767px) {
    .card .card__image img {
        -o-object-position:left;
        object-position: left
    }
}

.card .card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100% 200%;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(50%,#b00000));
    background-image: -o-linear-gradient(top,transparent 50%,#b00000 50%);
    background-image: linear-gradient(to bottom,transparent 50%,#b00000 50%);
    -webkit-transition: background-position .3s ease-in-out;
    -o-transition: background-position .3s ease-in-out;
    transition: background-position .3s ease-in-out
}

.card .btn-live-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px
}

@media (min-width: 1200px) {
    .card .btn-live-wrap {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.card.top .card__content {
    top: 0;
    bottom: auto
}

.card.top:hover .card__content {
    background-position: 0 -100%
}

.card.order {
    padding-top: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #071a33
}

.card.order .card-header {
    background: #fff
}

.card.order .order__progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-size: 12px;
    color: #8693a2
}

.card.order .order__progress .status-marker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card.order .order__progress .status-marker~.spacer {
    height: 10px;
    width: 1px;
    margin-left: 3px;
    background-color: #8693a2;
    opacity: .2
}

.card.order .order__progress .status-marker:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    border: 1px solid #8693a2;
    border-radius: 50%;
    margin-right: 6px;
    opacity: .2
}

.card.order .order__progress .status-marker:not(:last-child):after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    margin: 0 8px;
    background-color: #8693a2
}

@media (max-width: 767px) {
    .card.order .order__progress .status-marker:not(:last-child):after {
        display:none
    }
}

.card.order .order__progress .status-marker.active {
    color: #b00000
}

.card.order .order__progress .status-marker.active:before {
    background-color: #b00000;
    border: 0
}

@media (max-width: 767px) {
    .card.order .order__progress {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.card.order .order-card__products {
    position: relative
}

@media (max-width: 767px) {
    .card.order .order-card__products {
        padding-bottom:30px;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.card.order .order-card__products .cancel-preorder {
    position: absolute;
    right: 0;
    bottom: 0
}

@media (max-width: 767px) {
    .card.order .order-card__products .cancel-preorder {
        left:0
    }
}

.card.order .order-card__products .cancel-order {
    margin-left: auto;
    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;
    background: #b00000;
    border-radius: 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #fff;
    padding: 0;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    height: 50px;
    margin-top: 24px
}

@media (min-width: 768px) {
    .card.order .order-card__products .cancel-order {
        width:208px;
        height: 54px;
        margin-top: 0
    }
}

.first-screen {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-clip: border-box
}

.first-screen:hover {
    color: #fff
}

.first-screen__image {
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.first-screen__image:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(32.95deg,rgba(28,33,38,.65) 18.49%,rgba(28,33,38,0) 61.49%);
    background: linear-gradient(57.05deg,rgba(28,33,38,.65) 18.49%,rgba(28,33,38,0) 61.49%)
}

.first-screen__image picture {
    width: 100%;
    height: 100%
}

.first-screen__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.first-screen__image .first-screen-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101
}

.first-screen__content {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 50px
}

@media (min-width: 768px) {
    .first-screen__content {
        padding-bottom:0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.first-screen__inner {
    margin-left: auto;
    width: 100%
}

@media (min-width: 768px) {
    .first-screen__inner {
        max-width:367px
    }
}

@media (min-width: 1200px) {
    .first-screen__inner {
        width:100%;
        max-width: 475px;
        margin-right: 100px
    }
}

.first-screen__link {
    text-decoration: none!important;
    color: #fff
}

.first-screen__link:hover,.first-screen__link:active {
    color: #b00000
}

.first-screen__title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center
}

@media (min-width: 768px) {
    .first-screen__title {
        font-size:40px;
        line-height: 46px;
        margin-bottom: 20px;
        text-align: left
    }
}

@media (min-width: 1200px) {
    .first-screen__title {
        font-size:46px
    }
}

.first-screen__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .first-screen__subtitle {
        font-size:20px;
        line-height: 145%;
        margin-bottom: 30px;
        text-align: left
    }
}

@media (min-width: 1200px) {
    .first-screen__subtitle {
        font-size:24px;
        line-height: 32px
    }
}

.first-screen__price {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .first-screen__price {
        font-size:36px;
        line-height: 123%
    }
}

.first-screen .btn-live-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 186px
}

@media (min-width: 768px) {
    .first-screen .btn-live-wrap {
        width:100%;
        margin-top: 10px;
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .first-screen .btn-live-wrap {
        margin-top:0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 275px;
        margin-left: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.first-screen .btn-live-wrap .btn-live {
    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;
    font-size: 14px;
    padding: .75rem 1rem
}

@media (min-width: 768px) {
    .first-screen .btn-live-wrap .btn-live {
        padding:15px 2rem;
        font-size: 20px
    }
}

.first-screen__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 376px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .first-screen__buttons {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: none;
        margin: 0
    }
}

@media (min-width: 1200px) {
    .first-screen__buttons {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.first-screen__buttons .btn,.first-screen__buttons .active-filters__link .close-btn,.active-filters__link .first-screen__buttons .close-btn,.first-screen__buttons .active-filters__button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px
}

@media (min-width: 768px) {
    .first-screen__buttons .btn,.first-screen__buttons .active-filters__link .close-btn,.active-filters__link .first-screen__buttons .close-btn,.first-screen__buttons .active-filters__button {
        font-size:20px
    }
}

.first-screen .new-product-banner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0 60px
}

@media (min-width: 768px) {
    .first-screen .new-product-banner {
        padding:80px 0 70px
    }
}

@media (min-width: 1200px) {
    .first-screen .new-product-banner {
        padding:60px 0 50px
    }
}

.first-screen .new-product-banner__title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center
}

@media (min-width: 768px) {
    .first-screen .new-product-banner__title {
        font-size:56px;
        margin-bottom: 15px
    }
}

@media (min-width: 1200px) {
    .first-screen .new-product-banner__title {
        font-size:46px
    }
}

.first-screen .new-product-banner__subtitle {
    font-size: 16px;
    line-height: 22px;
    text-align: center
}

@media (min-width: 768px) {
    .first-screen .new-product-banner__subtitle {
        font-size:36px;
        line-height: 36px
    }
}

@media (min-width: 1200px) {
    .first-screen .new-product-banner__subtitle {
        font-size:28px;
        line-height: 28px
    }
}

.first-screen .new-product-banner .btn,.first-screen .new-product-banner .active-filters__link .close-btn,.active-filters__link .first-screen .new-product-banner .close-btn,.first-screen .new-product-banner .active-filters__button {
    width: 230px
}

@media (min-width: 768px) {
    .first-screen .new-product-banner .btn,.first-screen .new-product-banner .active-filters__link .close-btn,.active-filters__link .first-screen .new-product-banner .close-btn,.first-screen .new-product-banner .active-filters__button {
        width:367px
    }
}

@media (min-width: 768px) {
    .first-screen--gift .first-screen__inner {
        margin-right:0;
        padding-bottom: 195px;
        max-width: 351px
    }
}

@media (min-width: 1200px) {
    .first-screen--gift .first-screen__inner {
        padding-bottom:80px;
        margin-right: 100px;
        max-width: 475px
    }
}

@media (min-width: 768px) {
    .first-screen--soul .first-screen__inner {
        margin-right:0
    }
}

@media (min-width: 1200px) {
    .first-screen--soul .first-screen__inner {
        margin-right:100px
    }
}

.first-screen--soul .first-screen__link {
    text-decoration: none!important;
    color: #fff
}

.first-screen--soul .first-screen__link:hover,.first-screen--soul .first-screen__link:active {
    color: #fff
}

.first-screen--coffee .first-screen__image:after {
    display: none
}

.first-screen--coffee .first-screen__content .container,.first-screen--coffee .first-screen__content .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .first-screen--coffee .first-screen__content .buttons-container {
    height: 100%
}

@media (min-width: 768px) {
    .first-screen--coffee .first-screen__content .container,.first-screen--coffee .first-screen__content .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .first-screen--coffee .first-screen__content .buttons-container {
        height:auto
    }
}

.first-screen--coffee .first-screen__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 370px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px
}

@media (min-width: 768px) {
    .first-screen--coffee .first-screen__inner {
        padding-top:0;
        max-width: 350px;
        display: block;
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .first-screen--coffee .first-screen__inner {
        width:100%;
        max-width: 520px;
        margin-right: 0
    }
}

.first-screen--coffee .first-screen__link {
    color: #0d2a4e
}

.first-screen--coffee .first-screen__link:hover,.first-screen--coffee .first-screen__link:active {
    color: #b00000
}

.first-screen--coffee .first-screen__title {
    text-transform: uppercase;
    font-size: 29px;
    line-height: 130%;
    margin-bottom: 15px;
    font-weight: 700
}

@media (min-width: 768px) {
    .first-screen--coffee .first-screen__title {
        font-size:36px;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .first-screen--coffee .first-screen__title {
        font-size:44px;
        margin-bottom: 30px
    }
}

.first-screen--coffee .first-screen__subtitle {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .first-screen--coffee .first-screen__subtitle {
        font-size:22px;
        margin-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .first-screen--coffee .first-screen__subtitle {
        font-size:28px
    }
}

.first-screen--coffee .first-screen__buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1200px) {
    .first-screen--coffee .first-screen__buttons {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.first-screen--coffee .first-screen__buttons .btn-live {
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .first-screen--coffee .first-screen__buttons .btn-live {
        margin-bottom:18px
    }
}

@media (min-width: 1200px) {
    .first-screen--coffee .first-screen__buttons .btn-live {
        margin-bottom:0;
        margin-right: 22px
    }
}

.first-screen--only-img .first-screen__image:after {
    display: none
}

.mobile.landscape .first-screen {
    min-height: 500px
}

.category-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 270px;
    width: 190px;
    overflow: hidden;
    background: #fff;
    border-radius: 4px
}

.category-card:hover {
    text-decoration: none
}

.category-card:hover .category-card__btn {
    background-color: #A94545
}

.category-card:hover .category-card__btn i {
    left: 4px
}

@media (min-width: 768px) {
    .category-card {
        height:400px;
        width: 240px
    }
}

@media (min-width: 1200px) {
    .category-card {
        width:100%
    }
}

.category-card__link {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%
}

.category-card__title {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 130%;
    padding: 0 24px;
    text-align: center;
    background-color: #fff;
    color: #071a33;
    margin-top: 20px;
    margin-bottom: 0;
    min-height: 42px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 768px) {
    .category-card__title {
        font-size:20px;
        line-height: 145%;
        margin-top: 30px;
        min-height: 58px
    }
}

@media (min-width: 1200px) {
    .category-card__title {
        font-size:24px;
        line-height: 123%;
        margin-top: 30px;
        min-height: 60px;
        padding: 0 40px
    }
}

.category-card__img {
    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;
    position: relative;
    height: 100%;
    z-index: 1;
    overflow: hidden
}

.category-card__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.category-card__btn {
    position: absolute;
    z-index: 2;
    right: 5px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #b00000;
    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;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media (min-width: 768px) {
    .category-card__btn {
        width:40px;
        height: 40px;
        right: 20px;
        bottom: 20px
    }
}

.category-card__btn i {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #fff
}

@media (min-width: 768px) {
    .category-card__btn i {
        font-size:22px
    }
}

.delonghi-world-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 12px;
    padding: 30px;
    height: 340px;
    overflow: hidden;
    color: #fff;
    text-decoration: none
}

.delonghi-world-card:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(14.95%,rgba(28,33,38,.93)),color-stop(59.42%,rgba(28,33,38,0)));
    background: -o-linear-gradient(bottom,rgba(28,33,38,.93) 14.95%,rgba(28,33,38,0) 59.42%);
    background: linear-gradient(0deg,rgba(28,33,38,.93) 14.95%,rgba(28,33,38,0) 59.42%)
}

.delonghi-world-card:hover,.delonghi-world-card:active {
    color: #fff;
    text-decoration: none
}

.delonghi-world-card:hover .delonghi-world-card__btn,.delonghi-world-card:active .delonghi-world-card__btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff!important;
    color: #b00000
}

@media (min-width: 1200px) {
    .delonghi-world-card {
        height:400px
    }
}

.delonghi-world-card__img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.delonghi-world-card__title {
    position: relative;
    z-index: 3;
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px
}

.delonghi-world-card__btn {
    position: relative;
    z-index: 3;
    font-size: 14px!important;
    line-height: 145%;
    padding-top: 8px!important;
    padding-bottom: 8px!important
}

.video-card {
    position: relative;
    border: 0;
    overflow: hidden;
    border-radius: 12px;
    color: #fff;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 56.25% 20px 20px 20px
}

@media (min-width: 768px) {
    .video-card {
        padding:56.25% 25px 40px 25px
    }
}

@media (min-width: 1200px) {
    .video-card {
        padding:56.25% 40px 40px 40px
    }
}

.video-card:hover {
    color: #fff
}

.video-card:hover .video-card__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.video-card__img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer
}

.video-card__img:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.video-card__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -o-object-position: center;
    object-position: center
}

@media (max-width: 767px) {
    .video-card__img img {
        -o-object-position:left;
        object-position: left
    }
}

.video-card__title {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 130%
}

@media (min-width: 768px) {
    .video-card__title {
        font-size:20px;
        line-height: 145%
    }
}

.video-card--small {
    padding: 0 30px 20px
}

@media (min-width: 768px) {
    .video-card--small {
        padding:0 30px 20px
    }
}

@media (min-width: 1200px) {
    .video-card--small {
        padding:0 40px 40px
    }
}

.video-card--small .video-card__img:after {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(61.82%,transparent),color-stop(75.31%,rgba(0,0,0,.47)),color-stop(89.13%,rgba(0,0,0,.92))),radial-gradient(29.47% 38.4% at 48.6% 52.17%,#1c2126 0%,rgba(255,255,255,0) 100%,rgba(28,33,38,0) 100%);
    background: -o-linear-gradient(top,transparent 61.82%,rgba(0,0,0,.47) 75.31%,rgba(0,0,0,.92) 89.13%),-o-radial-gradient(48.6% 52.17%,29.47% 38.4%,#1c2126 0%,rgba(255,255,255,0) 100%,rgba(28,33,38,0) 100%);
    background: linear-gradient(180deg,transparent 61.82%,rgba(0,0,0,.47) 75.31%,rgba(0,0,0,.92) 89.13%),radial-gradient(29.47% 38.4% at 48.6% 52.17%,#1c2126 0%,rgba(255,255,255,0) 100%,rgba(28,33,38,0) 100%)
}

.video-card.play:hover .video-card__img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.video-card.play .video-card__title {
    display: none
}

.card-social {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    color: #fff;
    height: 224px
}

@media (min-width: 768px) {
    .card-social {
        height:290px
    }
}

@media (min-width: 1200px) {
    .card-social {
        height:400px
    }
}

.card-social:hover {
    color: #fff
}

.card-social:hover .card-social__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.card-social:hover .card-social__content {
    background-position: 0 -100%
}

.card-social__img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.card-social__img:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(32.95deg,rgba(28,33,38,.65) 18.49%,rgba(28,33,38,0) 61.49%);
    background: linear-gradient(57.05deg,rgba(28,33,38,.65) 18.49%,rgba(28,33,38,0) 61.49%)
}

.card-social__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -o-object-position: center;
    object-position: center
}

@media (max-width: 767px) {
    .card-social__img img {
        -o-object-position:left;
        object-position: left
    }
}

.card-social__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-size: 100% 200%;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(50%,#b00000));
    background-image: -o-linear-gradient(top,transparent 50%,#b00000 50%);
    background-image: linear-gradient(to bottom,transparent 50%,#b00000 50%);
    -webkit-transition: background-position .3s ease-in-out;
    -o-transition: background-position .3s ease-in-out;
    transition: background-position .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-social__content i {
    font-size: 24px;
    margin-right: 4px
}

@media (min-width: 768px) {
    .card-social__content i {
        font-size:32px;
        margin-right: 6px
    }
}

.live-search-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e9;
    color: #071a33;
    white-space: normal
}

.live-search-card:hover {
    text-decoration: none
}

.live-search-card:last-child {
    border-bottom: none
}

@media (min-width: 768px) {
    .live-search-card {
        width:340px;
        padding: 15px 0
    }
}

@media (min-width: 1200px) {
    .live-search-card {
        width:380px
    }
}

.live-search-card__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background-color: #fff;
    margin-right: 15px
}

.live-search-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.live-search-card__name {
    font-size: 12px;
    line-height: 145%;
    margin-right: 20px;
    margin-bottom: 0
}

.live-search-card__name b {
    font-weight: 700
}

@media (min-width: 768px) {
    .live-search-card__name {
        font-size:16px
    }
}

.live-search-card__price {
    font-size: 16px;
    line-height: 145%;
    white-space: nowrap
}

@media (min-width: 768px) {
    .live-search-card__price {
        font-size:18px
    }
}

.category-menu-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 400px;
    overflow: hidden;
    background: #fff;
    border-radius: 4px
}

.category-menu-card:hover {
    text-decoration: none
}

.category-menu-card:hover .category-card__btn {
    background-color: #A94545
}

.category-menu-card:hover .category-card__btn i {
    left: 4px
}

.category-menu-card__title {
    position: relative;
    z-index: 2;
    font-size: 24px;
    line-height: 123%;
    padding: 0 40px;
    text-align: center;
    background-color: #fff;
    color: #071a33;
    margin-top: 40px;
    margin-bottom: 0;
    min-height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.category-menu-card__img {
    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;
    position: relative;
    height: 100%;
    z-index: 1;
    overflow: hidden
}

.category-menu-card__img img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.category-menu-card__btn {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #b00000;
    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;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media (min-width: 768px) {
    .category-menu-card__btn {
        width:40px;
        height: 40px
    }
}

.category-menu-card__btn i {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #fff
}

@media (min-width: 768px) {
    .category-menu-card__btn i {
        font-size:22px
    }
}

.nespresso-banner {
    position: relative;
    background-color: #f8fcfd;
    height: calc(100vh - 60px)
}

.nespresso-banner .container,.nespresso-banner .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .nespresso-banner .buttons-container {
    height: 100%
}

.nespresso-banner__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.nespresso-banner__header {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

@media (min-width: 768px) {
    .nespresso-banner__header {
        margin-top:150px
    }
}

@media (min-width: 1024px) and (min-height:768px) {
    .nespresso-banner__header {
        margin-top:80px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__header {
        margin-top:60px
    }
}

.nespresso-banner__header .item-head {
    max-width: 140px
}

@media (min-width: 768px) {
    .nespresso-banner__header .item-head {
        max-width:280px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__header .item-head {
        max-width:360px
    }
}

.nespresso-banner__header .item-head h6 {
    font-family: 'NespressoLucasBold';
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .nespresso-banner__header .item-head h6 {
        font-size:30px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__header .item-head h6 {
        font-size:34px;
        line-height: 41px
    }
}

.nespresso-banner__header .item-head p {
    font-family: 'NespressoLucasRegular';
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    margin: 0
}

@media (min-width: 768px) {
    .nespresso-banner__header .item-head p {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__header .item-head p {
        font-size:24px;
        line-height: 34px
    }
}

.nespresso-banner__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 100px
}

@media (min-width: 768px) {
    .nespresso-banner__center {
        margin-top:150px
    }
}

@media (min-width: 1024px) and (min-height:768px) {
    .nespresso-banner__center {
        margin-top:60px
    }
}

@media (min-width: 1024px) and (min-height:1366px) {
    .nespresso-banner__center {
        margin-top:260px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__center {
        margin-top:40px
    }
}

@media (min-width: 1200px) and (min-height:1024px) {
    .nespresso-banner__center {
        margin-top:180px
    }
}

.nespresso-banner__center .item-center {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 210px;
    margin: 0 auto
}

.nespresso-banner__center .item-center:after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    width: 230px;
    height: 230px;
    border: 2px solid #dba14b;
    border-radius: 10px
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center:after {
        width:340px;
        height: 340px;
        border: 4px solid #dba14b
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__center .item-center:after {
        width:400px;
        height: 400px;
        border: 6px solid #dba14b
    }
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center {
        width:320px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__center .item-center {
        width:360px
    }
}

.nespresso-banner__center .item-center h6 {
    font-family: 'NespressoLucasBold';
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    margin: 0
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center h6 {
        font-size:20px;
        line-height: 24px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__center .item-center h6 {
        font-size:24px;
        line-height: 29px
    }
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center h6 br {
        display:none
    }
}

.nespresso-banner__center .item-center .separator {
    width: 100%;
    margin: 15px 0;
    border: 2px solid #000
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center .separator {
        margin:24px 0
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__center .item-center .separator {
        margin:28px 0;
        border: 3px solid #000
    }
}

.nespresso-banner__center .item-center .bonus-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nespresso-banner__center .item-center .bonus-block__item {
    font-family: 'NespressoLucasBold';
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    width: 84px
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center .bonus-block__item {
        font-size:20px;
        line-height: 30px;
        width: 130px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__center .item-center .bonus-block__item {
        font-size:24px;
        line-height: 38px;
        width: 150px
    }
}

.nespresso-banner__center .item-center .bonus-block__item span {
    display: block;
    font-size: 24px;
    line-height: 30px
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center .bonus-block__item span {
        font-size:50px;
        line-height: 50px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__center .item-center .bonus-block__item span {
        font-size:60px;
        line-height: 60px
    }
}

.nespresso-banner__center .item-center .bonus-block__plus {
    -ms-flex-item-align: center;
    align-self: center;
    font-family: 'NespressoLucasBold';
    font-size: 30px;
    line-height: 1
}

@media (min-width: 768px) {
    .nespresso-banner__center .item-center .bonus-block__plus {
        font-size:60px
    }
}

.nespresso-banner__center .btn-primary,.nespresso-banner__center .btn.btn-outline-primary,.nespresso-banner__center .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .nespresso-banner__center .btn-outline-primary.close-btn,.nespresso-banner__center #filtersModal .btn.reset-filters,#filtersModal .nespresso-banner__center .btn.reset-filters,.nespresso-banner__center #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .nespresso-banner__center .reset-filters.close-btn,.nespresso-banner__center .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .nespresso-banner__center .reset-filters.close-btn,.nespresso-banner__center #filtersModal .reset-filters.active-filters__button,#filtersModal .nespresso-banner__center .reset-filters.active-filters__button,.nespresso-banner__center .active-filters__button {
    position: relative;
    z-index: 2;
    background-color: #dba14b;
    width: 180px;
    margin-top: 40px;
    font-family: 'NespressoLucasRegular'
}

.nespresso-banner__center .btn-primary:hover,.nespresso-banner__center .btn.btn-outline-primary:hover,.nespresso-banner__center .active-filters__link .btn-outline-primary.close-btn:hover,.active-filters__link .nespresso-banner__center .btn-outline-primary.close-btn:hover,.nespresso-banner__center #filtersModal .btn.reset-filters:hover,#filtersModal .nespresso-banner__center .btn.reset-filters:hover,.nespresso-banner__center #filtersModal .active-filters__link .reset-filters.close-btn:hover,#filtersModal .active-filters__link .nespresso-banner__center .reset-filters.close-btn:hover,.nespresso-banner__center .active-filters__link #filtersModal .reset-filters.close-btn:hover,.active-filters__link #filtersModal .nespresso-banner__center .reset-filters.close-btn:hover,.nespresso-banner__center #filtersModal .reset-filters.active-filters__button:hover,#filtersModal .nespresso-banner__center .reset-filters.active-filters__button:hover,.nespresso-banner__center .active-filters__button:hover {
    background-color: #f6b351!important;
    border-color: #f6b351!important
}

.nespresso-banner__center .btn-primary:focus,.nespresso-banner__center .btn.btn-outline-primary:focus,.nespresso-banner__center .active-filters__link .btn-outline-primary.close-btn:focus,.active-filters__link .nespresso-banner__center .btn-outline-primary.close-btn:focus,.nespresso-banner__center #filtersModal .btn.reset-filters:focus,#filtersModal .nespresso-banner__center .btn.reset-filters:focus,.nespresso-banner__center #filtersModal .active-filters__link .reset-filters.close-btn:focus,#filtersModal .active-filters__link .nespresso-banner__center .reset-filters.close-btn:focus,.nespresso-banner__center .active-filters__link #filtersModal .reset-filters.close-btn:focus,.active-filters__link #filtersModal .nespresso-banner__center .reset-filters.close-btn:focus,.nespresso-banner__center #filtersModal .reset-filters.active-filters__button:focus,#filtersModal .nespresso-banner__center .reset-filters.active-filters__button:focus,.nespresso-banner__center .active-filters__button:focus,.nespresso-banner__center .btn-primary:active,.nespresso-banner__center .btn.btn-outline-primary:active,.nespresso-banner__center .active-filters__link .btn-outline-primary.close-btn:active,.active-filters__link .nespresso-banner__center .btn-outline-primary.close-btn:active,.nespresso-banner__center #filtersModal .btn.reset-filters:active,#filtersModal .nespresso-banner__center .btn.reset-filters:active,.nespresso-banner__center #filtersModal .active-filters__link .reset-filters.close-btn:active,#filtersModal .active-filters__link .nespresso-banner__center .reset-filters.close-btn:active,.nespresso-banner__center .active-filters__link #filtersModal .reset-filters.close-btn:active,.active-filters__link #filtersModal .nespresso-banner__center .reset-filters.close-btn:active,.nespresso-banner__center #filtersModal .reset-filters.active-filters__button:active,#filtersModal .nespresso-banner__center .reset-filters.active-filters__button:active,.nespresso-banner__center .active-filters__button:active {
    background-color: #f6b351!important;
    border-color: #f6b351!important
}

@media (min-width: 768px) {
    .nespresso-banner__center .btn-primary,.nespresso-banner__center .btn.btn-outline-primary,.nespresso-banner__center .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .nespresso-banner__center .btn-outline-primary.close-btn,.nespresso-banner__center #filtersModal .btn.reset-filters,#filtersModal .nespresso-banner__center .btn.reset-filters,.nespresso-banner__center #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .nespresso-banner__center .reset-filters.close-btn,.nespresso-banner__center .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .nespresso-banner__center .reset-filters.close-btn,.nespresso-banner__center #filtersModal .reset-filters.active-filters__button,#filtersModal .nespresso-banner__center .reset-filters.active-filters__button,.nespresso-banner__center .active-filters__button {
        width:210px;
        margin-top: 60px
    }
}

.nespresso-banner__images {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    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;
    overflow: hidden
}

@media (min-width: 1024px) and (min-height:768px) {
    .nespresso-banner__images {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__images {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.nespresso-banner__images img {
    height: 220px
}

@media (min-width: 768px) {
    .nespresso-banner__images img {
        height:280px
    }
}

@media (min-width: 1024px) and (min-height:768px) {
    .nespresso-banner__images img {
        height:300px
    }
}

@media (min-width: 1200px) {
    .nespresso-banner__images img {
        height:380px
    }
}

@media only screen and (min-width: 1200px) and (max-height:767px) {
    .nespresso-banner__images img {
        height:340px
    }
}

.nespresso-new-banner .first-screen__image:after {
    display: none!important
}

.nespresso-new-banner .container,.nespresso-new-banner .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .nespresso-new-banner .buttons-container {
    height: 100%
}

.nespresso-new-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 43%
}

@media (min-width: 768px) {
    .nespresso-new-banner__inner {
        top:32%
    }
}

@media (min-width: 1200px) {
    .nespresso-new-banner__inner {
        top:61%
    }
}

.nespresso-new-banner__inner .btn-white {
    width: 182px
}

@media (min-width: 768px) {
    .nespresso-new-banner__inner .btn-white {
        width:360px
    }
}

@media (min-width: 1200px) {
    .nespresso-new-banner__inner .btn-white {
        width:240px
    }
}

.mobile.landscape .nespresso-banner {
    min-height: 500px
}

.mobile.landscape .nespresso-banner__header {
    margin-top: 40px
}

.mobile.landscape .nespresso-banner__center {
    margin-top: 40px
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8e9
}

.breadcrumb a.breadcrumb-item {
    display: inline-block;
    color: #071a33;
    text-decoration: none
}

.breadcrumb a.breadcrumb-item.active {
    color: #8693a2;
    pointer-events: none
}

.breadcrumb a.breadcrumb-item:hover:not(.active) {
    color: #b00000
}

.breadcrumb .icon-caret-right {
    font-size: 20px
}

.breadcrumb .first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb .first .icon-caret-right {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.pagination {
    margin-left: -16px
}

@media (max-width: 768px) {
    .pagination {
        margin-bottom:50px
    }
}

.pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    width: 100%
}

.pagination-wrapper .btn__next-page {
    width: 300px;
    height: 60px;
    padding: 0;
    line-height: 60px
}

@media (max-width: 768px) {
    .pagination-wrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.pagination .page-item {
    margin-left: 8px;
    margin-right: 8px
}

.pagination .page-item:focus {
    outline: 0
}

.pagination .page-item:first-child .page-link i {
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.pagination .page-item:last-child .page-link,.pagination .page-item:first-child .page-link {
    border: 0
}

.pagination .page-item .page-link {
    background-color: transparent;
    border: 0;
    padding: 0;
    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: #071a33;
    height: 32px;
    width: 32px;
    font-size: 20px
}

.pagination .page-item .page-link:focus {
    outline: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagination .page-item .page-link i {
    font-size: 24px;
    color: #071a33
}

.pagination .page-item.active .page-link {
    color: #b00000
}

.pagination .page-item.active .page-link i {
    color: #071a33
}

.pagination .page-item:hover .page-link {
    color: #b00000
}

.custom-select~.ui-selectmenu-button {
    width: 100%;
    background-color: #071a33;
    border: 0;
    border-radius: 12px;
    color: #fff;
    padding: 18px 16px
}

.custom-select~.ui-selectmenu-button-open .ui-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.custom-select~.ui-selectmenu-menu {
    z-index: 400
}

.custom-select~.ui-selectmenu-menu .ui-widget.ui-widget-content {
    position: relative;
    background-color: #071a33;
    color: #fff;
    border: 0
}

.custom-select~.ui-selectmenu-menu .ui-widget.ui-widget-content .ui-menu-item-wrapper {
    border: 0;
    padding: 16px
}

.custom-select~.ui-selectmenu-menu .ui-widget.ui-widget-content .ui-state-active {
    background-color: #0b2340;
    border: 0;
    margin: 0
}

.ui-button .ui-icon.icon-caret {
    background-image: none;
    font-size: 20px;
    float: none;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -10px;
    width: auto;
    height: auto;
    text-indent: 0
}

.custom-dropdown {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 0;
    border-radius: 12px;
    color: #071a33;
    padding: 18px 16px
}

.custom-dropdown:hover .custom-dropdown__caret {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.custom-dropdown:hover .custom-dropdown__list {
    height: auto
}

.custom-dropdown__value {
    display: inline-block;
    width: 100%;
    padding-right: 20px
}

.custom-dropdown__caret {
    position: absolute;
    top: 50%;
    right: 16px;
    font-size: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    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;
    width: 16px;
    height: 16px
}

.custom-dropdown__list {
    z-index: 400;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    color: #071a33;
    border: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden
}

.custom-dropdown__list-item.active {
    background-color: #e8e8e9
}

.custom-dropdown__list-item a {
    display: block;
    padding: 16px;
    width: 100%;
    color: #071a33
}

.select-wrap {
    width: 100%
}

.select-wrap label {
    position: absolute;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #8693a2!important;
    font-size: 60%;
    display: block;
    margin-bottom: 0;
    padding-left: 1rem;
    top: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: font-size .2s ease-in-out,top .2s ease-in-out;
    -o-transition: font-size .2s ease-in-out,top .2s ease-in-out;
    transition: font-size .2s ease-in-out,top .2s ease-in-out
}

.select-wrap .select2-container {
    width: 100%!important
}

.select-wrap .select2-container .select2-selection {
    display: block;
    width: 100%;
    height: auto;
    padding: 18px 1rem;
    padding-right: 45px!important;
    border-radius: 3px;
    border: 1px solid #e8e8e9;
    resize: none;
    background-color: transparent;
    color: #000;
    outline: 0!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important
}

.select-wrap .select2-container .select2-selection__rendered {
    padding: 0!important;
    line-height: 1.5!important;
    color: #000!important;
    font-weight: 500
}

.select-wrap .select2-container .select2-selection__arrow {
    height: 100%!important;
    width: 45px!important
}

.select-wrap .select2-container .select2-selection__arrow .caret-wrap {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.select2-dropdown {
    overflow: hidden;
    border: 0!important;
    background-color: #75767814!important
}

.select2-dropdown--above {
    border-top-left-radius: 3px!important;
    border-top-right-radius: 3px!important
}

.select2-dropdown--below {
    border-bottom-left-radius: 3px!important;
    border-bottom-right-radius: 3px!important
}

.select2-dropdown .select2-search--dropdown {
    display: none!important
}

.select2-dropdown .select2-results__option {
    display: block!important;
    padding: 8px 1rem;
    color: #000;
    cursor: pointer
}

.select2-dropdown .select2-results__option--highlighted {
    background: 0 0!important
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #efefef!important;
    color: #000!important
}

.select2-dropdown .select2-results__option[aria-selected=true] {
    background: #efefef!important;
    color: #000!important
}

.alert--fixed {
    padding: 1rem 0;
    position: fixed;
    font-size: 1.125rem;
    z-index: 850;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    color: #000
}

@media (max-width: 768px) {
    .alert--fixed .description {
        font-size:14px
    }
    #filtersModal .filters__header [data-dismiss=modal]{
        color: #071a33;
    }
}

.list-group {
    border: 0;
    border-radius: 0
}

.list-group .list-group-item {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    padding: .25rem 0;
    color: #8693a2
}

.list-group .list-group-item.active {
    color: #fff
}

body {
    min-width: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    min-height: 100vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.del-header .del-category__title--arrow .icon-arrow-left:before{
    display: none !important;
}


body::-webkit-scrollbar {
    width: 0
}

body[data-spy=scroll] {
    scroll-behavior: smooth
}

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

ul {
    margin: 0
}

button {
    outline: 0!important
}

.logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

.logo img {
    width: 86px
}

@media (min-width: 768px) {
    .logo img {
        width:116px
    }
}

.logo .beta {
    font-weight: 700;
    font-size: 16px;
    padding-left: 3px
}

.logo:hover {
    text-decoration: none
}

.rotate-view.disabled {
    position: absolute;
    top: 0;
    opacity: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.container,.swiper-container.full-screen .buttons-container {
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width: 768px) {
    .container,.swiper-container.full-screen .buttons-container {
        padding-left:60px;
        padding-right: 60px
    }
}

@media (min-width: 992px) {
    section.social-block .card {
        padding-top:155%
    }
}

.link-back {
    background: #314661;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    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;
    margin: 0
}

.link-back:hover {
    text-decoration: none
}

.link-back .icon-caret-right {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff
}

.link-nav {
    color: #071a33
}

.link-nav:hover {
    color: #b00000;
    text-decoration: none
}

.video .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    height: 71px;
    width: 71px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 200;
    padding: 0;
    font-size: 69px;
    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
}

.video .play-btn:hover {
    color: #b00000
}

.video .card {
    border-radius: 0;
    padding-top: 48%
}

.videos-grid .video-card.play .play-btn {
    display: none
}

.videos-grid .video-card.play .video-card__img:after {
    display: none
}

.user-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.user-field i {
    display: inline-block;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 34px;
    margin-right: 10px;
    width: 50px;
    text-align: center
}

.user-field .h5 {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .user-field {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.switch-container {
    position: absolute;
    top: 16px;
    right: 0
}

.filters .collapse-btn {
    position: relative
}

.widget-button {
    z-index: 99!important
}

.more-counts {
    visibility: hidden;
    opacity: 0
}

.product-thumb-sm,.product-thumb-sm--light {
    height: 68px;
    width: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-thumb-sm--light {
    background-color: #fff
}

.product-thumb-sm img,.product-thumb-sm--light img {
    -ms-flex-item-align: center;
    align-self: center
}

.product-thumb-sm[data-count]:after,.product-thumb-sm--light[data-count]:after {
    content: attr(data-count);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    width: 20px;
    height: 20px;
    background-color: #b00000;
    color: #fff;
    border-radius: 12px;
    font-size: 12px;
    padding: 1px;
    position: absolute;
    right: -3px;
    top: -5px;
    text-align: center
}

@media (max-width: 576px) {
    .checkout__container {
        padding:0 15px
    }
}

.checkout .border-top {
    border-top: 1px solid #e8e8e9!important
}

.checkout .border-bottom,.checkout .product-showmore .product-info .info-list__item,.product-showmore .product-info .checkout .info-list__item {
    border-bottom: 1px solid #e8e8e9!important
}

.checkout .basket-card {
    border-radius: 12px 12px 0 0
}

.checkout form {
    border-radius: 0 0 12px 12px
}

.checkout form .payment-block {
    padding: 30px
}

@media (min-width: 768px) {
    .checkout .basket-card {
        border-radius:0 12px 12px 0
    }

    .checkout form {
        border-radius: 12px 0 0 12px
    }
}

.checkout .custom-control.custom-radio {
    color: rgba(20,20,20,.7)!important
}

@media (min-width: 1251px) and (max-width:1280px) {
    .collections .swiper-container.default .swiper-button-prev {
        left:-38px
    }
}

@media (min-width: 1200px) and (max-width:1250px) {
    .collections .swiper-container.default .swiper-button-prev {
        left:19px
    }
}

@media (min-width: 993px) and (max-width:1100px) {
    .collections .swiper-container.default .swiper-button-prev {
        left:19px
    }
}

@media (min-width: 992px) and (max-width:992px) {
    .collections .swiper-container.default .swiper-button-prev {
        left:5px
    }
}

@media (max-width: 991px) {
    .collections .swiper-container.default .swiper-button-prev {
        display:none!important
    }
}

.swiper-slide {
    background-size: cover;
    background-position: center
}

@media (min-width: 1251px) and (max-width:1280px) {
    .collections .swiper-container.default .swiper-button-next {
        right:-38px
    }
}

@media (min-width: 1200px) and (max-width:1250px) {
    .collections .swiper-container.default .swiper-button-next {
        right:19px
    }
}

@media (min-width: 993px) and (max-width:1100px) {
    .collections .swiper-container.default .swiper-button-next {
        right:19px
    }
}

@media (min-width: 992px) and (max-width:992px) {
    .collections .swiper-container.default .swiper-button-next {
        right:5px
    }
}

@media (max-width: 991px) {
    .collections .swiper-container.default .swiper-button-next {
        display:none!important
    }
}

.close-cookie {
    color: #000;
    position: absolute;
    font-size: 30px;
    z-index: 3;
    right: 0;
    top: 0
}

.close-cookie:hover {
    color: #000
}

.social-auth__item:hover {
    text-decoration: none
}

.round-tick {
    height: 60px;
    width: 60px;
    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;
    font-size: 22px;
    border: 2px solid #000;
    border-radius: 50%
}

.border-bottom-light {
    border-bottom: 1px solid rgba(134,147,162,.8)
}

@media (min-width: 768px) {
    .order-summary {
        border-bottom:1px solid #8693a2
    }
}

.errormsg {
    color: #f63933
}

.promocode-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.promocode-result__icon i {
    display: block;
    font-size: 12px
}

.promocode-result__text {
    margin-left: 22px
}

.promocode-result__title {
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 8px
}

.promocode-result__action {
    font-size: 14px;
    text-decoration: underline
}

.promocode-result__action:hover {
    cursor: pointer;
    text-decoration: none
}

.promocode-result--error .promocode-result__icon i {
    color: #f63933
}

.promocode-result--error .promocode-result__title {
    color: #f63933
}

.promocode-result--error .promocode-result__action {
    color: #b00000
}

.promocode-result--success .promocode-result__title {
    color: #fff
}

.promocode-result--success .promocode-result__action {
    color: #8693a2
}

.promocode-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.promocode-loader .lds-dual-ring {
    display: block;
    width: 37px;
    height: 37px
}

.promocode-loader .lds-dual-ring:after {
    width: 37px;
    height: 37px;
    margin: 0
}

#gtx-trans {
    display: none!important
}

.label_71d,.wrap_6f6 {
    z-index: 100!important
}

._show_82ba.wrap_f8fe {
    z-index: 100!important;
    bottom: 70px
}

.label_519f {
    z-index: 100!important
}

.preloader {
    display: none!important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: #071a33;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3)
}

@media (max-width: 768px) {
    .preloader {
        -webkit-transform:scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.preloader__container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 135px;
    height: 44px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.preloader__wrap {
    position: relative;
    width: 135px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.preloader__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 135px;
    height: 44px;
    background: #255398;
    border-radius: 30px;
    z-index: -1;
    padding: 2px
}

.preloader__line {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    -webkit-animation: dash 2s linear forwards;
    animation: dash 2s linear forwards
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

.preloader__d {
    position: absolute;
    left: 15px;
    top: 8px;
    opacity: 0
}

.preloader__e {
    position: absolute;
    left: 31px;
    top: 10px;
    opacity: 0
}

.preloader__l {
    position: absolute;
    left: 43px;
    top: 8px;
    opacity: 0
}

.preloader__o {
    position: absolute;
    left: 58px;
    top: 10px;
    opacity: 0
}

.preloader__n {
    position: absolute;
    left: 71px;
    top: 10px;
    opacity: 0
}

.preloader__g {
    position: absolute;
    left: 85px;
    top: 13px;
    opacity: 0
}

.preloader__h {
    position: absolute;
    left: 99px;
    top: 9px;
    opacity: 0
}

.preloader__i {
    position: absolute;
    left: 113px;
    top: 9px;
    opacity: 0
}

.validation-summary-errors ul {
    padding: 0;
    list-style: none
}

.widget-button {
    min-width: auto!important
}

.checkout .enter-checkout__content .input-group__phone .control-label,.checkout .enter-checkout__content .input-wrap label {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #8693a2;
    font-size: 16px;
    line-height: 145%;
    display: block;
    margin-bottom: 0;
    padding-left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: font-size .2s ease-in-out,top .2s ease-in-out;
    -o-transition: font-size .2s ease-in-out,top .2s ease-in-out;
    transition: font-size .2s ease-in-out,top .2s ease-in-out
}

.checkout .enter-checkout__content .input-group__phone,.checkout .enter-checkout__content .input-wrap .input-control {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-size: 16px;
    line-height: 145%;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e8e8e9;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    padding: 1rem;
    height: auto;
    border-radius: 3px;
    resize: none
}

.color-black {
    color: #000
}

@font-face {
    font-family: 'Futura New Book';
    src: url(../fonts/FuturaNewBook-Reg.eot);
    src: local("Futura New Book Reg"),local("FuturaNewBook-Reg"),
    url(../fonts/FuturaNewBook-Reg.eot?#iefix) format("embedded-opentype"),
    url(../fonts/FuturaNewBook-Reg.woff2) format("woff2"),
    url(../fonts/FuturaNewBook-Reg.woff) format("woff"),
    url(../fonts/FuturaNewBook-Reg.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Futura New';
    src: url(../fonts/FuturaNewLight-Reg.eot);
    src: local("Futura New Light Reg"),local("FuturaNewLight-Reg"),
    url(../fonts/FuturaNewLight-Reg.eot?#iefix) format("embedded-opentype"),
    url(../fonts/FuturaNewLight-Reg.woff2) format("woff2"),
    url(../fonts/FuturaNewLight-Reg.woff) format("woff"),
    url(../fonts/FuturaNewLight-Reg.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura New';
    src: url(../fonts/FuturaNewMedium-Reg.eot);
    src: local("Futura New Medium Reg"),local("FuturaNewMedium-Reg"),
    url(../fonts/FuturaNewMedium-Reg.eot?#iefix) format("embedded-opentype"),
    url(../fonts/FuturaNewMedium-Reg.woff2) format("woff2"),
    url(../fonts/FuturaNewMedium-Reg.woff) format("woff"),
    url(../fonts/FuturaNewMedium-Reg.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura New Demi';
    src: url(../fonts/FuturaNewDemi-Reg.eot);
    src: local("Futura New Demi Reg"),local("FuturaNewDemi-Reg"),
    url(../fonts/FuturaNewDemi-Reg.eot?#iefix) format("embedded-opentype"),
    url(../fonts/FuturaNewDemi-Reg.woff2) format("woff2"),
    url(../fonts/FuturaNewDemi-Reg.woff) format("woff"),
    url(../fonts/FuturaNewDemi-Reg.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

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

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

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

@font-face {
    font-family: 'Noto Sans';
    src: url(../fonts/NotoSans/NotoSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans';
    src: url(../fonts/NotoSans/NotoSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

.page-header {
    height: 60px;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e8e8e9;
    -webkit-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out
}

@media (min-width: 768px) {
    .page-header {
        height:60px
    }
}

.page-header .container,.page-header .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .page-header .buttons-container {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .page-header .container,.page-header .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .page-header .buttons-container {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 1200px) {
    .page-header .container,.page-header .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .page-header .buttons-container {
        padding-left:60px;
        padding-right: 60px
    }
}

.page-header__links {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-header__links [class^=icon] {
    font-size: 26px;
    width: auto;
    margin-top: 0;
    vertical-align: baseline;
    position: relative
}

@media (min-width: 768px) {
    .page-header__links [class^=icon] {
        font-size:30px
    }
}

.page-header__links .menu-wrap {
    white-space: nowrap;
    width: 100%
}

.page-header__links .link-nav,.page-header__links .logo,.page-header__links .cart,.page-header__links .search-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3.25rem
}

@media (max-width: 1200px) {
    .page-header__links .link-nav,.page-header__links .logo,.page-header__links .cart,.page-header__links .search-header {
        margin-right:1rem
    }
}

@media (max-width: 768px) {
    .page-header__links .link-nav,.page-header__links .logo,.page-header__links .cart,.page-header__links .search-header {
        margin-right:.68rem
    }
}

.page-header .cart {
    position: relative
}

.page-header .cart .count {
    position: absolute;
    z-index: 2;
    top: -6px;
    right: -4px;
    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;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #A94545;
    color: #fff;
    font-size: 9px;
    line-height: 1
}

@media (min-width: 768px) {
    .page-header .cart .count {
        top:-4px;
        right: -2px
    }
}

@media (min-width: 768px) {
    .page-header .cart .count-compare {
        right:-10px;
        top: -2px
    }
}

.page-header .bucket-popup {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    font-size: 12px;
    margin-left: 0;
    min-width: 200px;
    color: #071a33;
    background-color: #fff
}

.page-header .bucket-popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-header .bucket-popup__icon {
    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;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #A94545;
    margin-right: 8px;
    color: #fff
}

.page-header .bucket-popup__icon i {
    font-size: 16px;
    top: 1px
}

.result-list {
    display: none;
    position: absolute;
    z-index: 2;
    left: 30px;
    right: 30px;
    top: 100%;
    background: #f7f7f7;
    border-radius: 0 0 12px 12px;
    padding: 0 10px
}

@media (min-width: 768px) {
    .result-list {
        left:0;
        right: auto;
        padding: 0 20px
    }
}

.highlight {
    font-weight: 700
}

@media (min-width: 768px) {
    .search-header {
        position:relative;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

.search-header__icon:hover {
    cursor: pointer;
    color: #b00000
}

.search-header__form {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-header__form:after {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    right: 61px;
    bottom: 17px;
    height: 1px;
    background-color: #071a33
}

@media (min-width: 768px) {
    .search-header__form {
        height:100%;
        width: 0;
        padding: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-bottom: 1px solid #071a33
    }

    .search-header__form:after {
        display: none
    }
}

.search-header__form .icon-search {
    font-size: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #071a33
}

@media (min-width: 1200px) {
    .search-header__form .icon-search {
        font-size:32px
    }
}

.search-header__input {
    border: 0;
    background-color: transparent;
    outline: 0;
    padding: 0;
    padding-left: 12px;
    width: 100%
}

.search-header .icon-close {
    font-size: 26px;
    color: #071a33
}

@media (min-width: 768px) {
    .search-header .icon-close {
        display:none
    }
}

@media (min-width: 768px) {
    .search-header.open {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.search-header.open .search-header__form {
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important
}

@media (min-width: 768px) {
    .search-header.open .search-header__form {
        width:100%;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important
    }
}

.search-header.open .result-list {
    display: block
}

.head-banner {
    background: #1a2741;
    padding: 10px 0 12px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000
}

@media (max-width: 576px) {
    .head-banner .container,.head-banner .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .head-banner .buttons-container {
        padding:0 15px
    }
}

.head-banner .swiper-slide {
    padding: 0 30px;
    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;
    height: auto
}

.head-banner .swiper-slide .info {
    font-weight: 700;
    font-size: 14px;
    line-height: 132%;
    color: #fff;
    text-align: center;
    display: block
}

.head-banner .swiper-slide .info em {
    color: #b00000;
    font-style: normal
}

.head-banner .swiper-slide .info:not([href]):hover {
    text-decoration: none;
    cursor: default
}

.head-banner__prev {
    left: 0
}

.head-banner__next {
    right: 0
}

@media (min-width: 576px) {
    .head-banner .container,.head-banner .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .head-banner .buttons-container {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 1200px) {
    .head-banner .container,.head-banner .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .head-banner .buttons-container {
        padding-left:60px;
        padding-right: 60px
    }
}

.footer {
    border-top: 1px solid #e8e8e9
}

@media (min-width: 768px) {
    .footer__top {
        padding-bottom:25px
    }
}

@media (min-width: 1200px) {
    .footer__top {
        padding-top:40px;
        padding-bottom: 60px
    }
}

.footer__bottom {
    border-top: 1px solid #e8e8e9
}

.footer__bottom .d2-link {
    color: #071a33;
    text-decoration: none
}

.footer__title {
    font-size: 18px;
    line-height: 145%
}

@media (min-width: 768px) {
    .footer__title {
        font-size:20px;
        line-height: 145%;
        margin-bottom: 20px
    }
}

.footer__menu {
    padding: 14px 30px;
    margin: 0 -30px;
    list-style-type: none;
    border-bottom: 1px solid #e8e8e9
}

@media (min-width: 768px) {
    .footer__menu {
        padding:0;
        margin: 0;
        border-bottom: none
    }
}

.footer__menu li:not(:last-child) {
    margin-bottom: 12px
}

.footer__menu a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(7,26,51,.7);
    font-size: 16px;
    line-height: 145%
}

.footer__menu a i {
    font-size: 24px
}

.footer__menu-item_wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .footer__menu-item_wrap {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-top: 40px
    }
}

@media (min-width: 1200px) {
    .footer__menu-item_wrap {
        -webkit-box-flex:0;
        -ms-flex: 0 0 19%;
        flex: 0 0 19%;
        max-width: 19%;
        padding-top: 0
    }
}

.footer__menu-item_wrap #collapse-2 li .link-nav {
    color: #000
}

.footer__menu-item_wrap #collapse-2 li:nth-child(2) .link-nav:hover {
    color: #b00000
}

.footer .collapse-btn {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #e8e8e9
}

.footer .contacts {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .footer .contacts {
        padding-top:0;
        padding-bottom: 0
    }
}

.footer .contacts__menu {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.footer .contacts__menu__work__call {
    margin-top: -17px
}

.footer .contacts__menu__work {
    margin-top: -17px
}

.footer .contacts__menu li:not(:last-child) {
    margin-bottom: 17px
}

.footer .contacts__menu li.phone-link span:not(.phone-caption) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 145%;
    color: #071a33
}

.footer .contacts__menu li.phone-link span:not(.phone-caption)>i {
    font-size: 20px;
    margin-right: 4px
}

.footer .contacts__menu li.phone-link>a {
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

.footer .contacts__menu li.phone-link .phone-caption {
    display: block;
    font-size: 12px;
    line-height: 145%;
    color: #8693a2;
    margin-top: 2px
}

.footer .contacts__menu a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 145%
}

.footer .contacts__menu a i {
    font-size: 20px;
    margin-right: 4px
}

.footer .contacts__menu .social-links {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .contacts__menu .social-links .link-nav {
    opacity: .7
}

.footer .contacts__menu .social-links .link-nav:hover,.footer .contacts__menu .social-links .link-nav:active {
    opacity: 1
}

.footer .contacts-legal {
    padding-top: 40px
}

@media (min-width: 768px) {
    .footer .contacts-legal {
        padding-top:0
    }
}

.footer .other-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% + 30px);
    max-width: none;
    padding: 0;
    margin-left: -15px
}

@media (min-width: 768px) and (max-width:1199px) {
    .footer .other-links {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px;
        width: calc(100% + 90px);
        margin-left: -45px;
        max-width: none;
        overflow: hidden;
        padding: 0
    }

    .footer .other-links:after {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background-color: #e8e8e9;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

@media (min-width: 1200px) {
    .footer .other-links {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding: 0 15px;
        margin-left: auto
    }
}

.footer .other-links a {
    font-size: 18px;
    line-height: 145%;
    border-bottom: 1px solid #e8e8e9;
    padding: 14px 30px
}

@media (min-width: 768px) and (max-width:1199px) {
    .footer .other-links a {
        text-align:center;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        font-size: 18px;
        line-height: 145%;
        padding: 22px 0;
        border-bottom: none
    }
}

@media (min-width: 768px) and (max-width:1199px) and (min-width:576px) {
    .footer .other-links a:nth-child(2) {
        border-left:1px solid #e8e8e9;
        border-right: 1px solid #e8e8e9
    }
}

@media (min-width: 768px) and (max-width:1199px) and (max-width:576px) {
    .footer .other-links a:nth-child(2) {
        border-top:1px solid #e8e8e9;
        border-bottom: 1px solid #e8e8e9
    }
}

@media (min-width: 1200px) {
    .footer .other-links a {
        font-size:20px;
        line-height: 145%;
        padding: 0;
        border-bottom: none
    }

    .footer .other-links a:not(:last-child) {
        margin-bottom: 30px
    }
}

#menuModal .modal-content {
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#menuModal .menu-header {
    border-bottom: 1px solid #e8e8e9
}

#menuModal .menu-header .container,#menuModal .menu-header .swiper-container.full-screen .buttons-container,.swiper-container.full-screen #menuModal .menu-header .buttons-container {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #menuModal .menu-header .container,#menuModal .menu-header .swiper-container.full-screen .buttons-container,.swiper-container.full-screen #menuModal .menu-header .buttons-container {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 1200px) {
    #menuModal .menu-header .container,#menuModal .menu-header .swiper-container.full-screen .buttons-container,.swiper-container.full-screen #menuModal .menu-header .buttons-container {
        padding-left:60px;
        padding-right: 60px
    }
}

#menuModal .menu-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px
}

@media (min-width: 768px) {
    #menuModal .menu-header__inner {
        height:60px
    }
}

#menuModal .menu-header [class^=icon] {
    font-size: 26px;
    width: auto;
    margin-top: 0;
    vertical-align: baseline;
    position: relative
}

@media (min-width: 768px) {
    #menuModal .menu-header [class^=icon] {
        font-size:30px
    }
}

#menuModal .menu-header .phone-link {
    color: #071a33
}

#menuModal .menu-header .close-btn {
    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: #071a33;
    position: relative;
    float: none;
    right: 0;
    top: 0;
    margin-left: auto;
    padding: 0;
    border: 0;
    background-color: transparent
}

@media (min-width: 1200px) {
    #menuModal .menu-header .close-btn {
        position:fixed;
        top: 10px;
        right: 25px
    }
}

#menuModal .menu-header .close-btn:hover {
    color: #b00000
}

@media (min-width: 1200px) {
    #menuModal .menu-header .close-btn .icon-close {
        font-size:40px
    }
}

#menuModal .menu-header .logo,#menuModal .menu-header .search-header,#menuModal .menu-header .phone-link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3.25rem
}

@media (max-width: 1200px) {
    #menuModal .menu-header .logo,#menuModal .menu-header .search-header,#menuModal .menu-header .phone-link {
        margin-right:1rem
    }
}

@media (max-width: 768px) {
    #menuModal .menu-header .logo,#menuModal .menu-header .search-header,#menuModal .menu-header .phone-link {
        margin-right:.68rem
    }
}

#menuModal .menu-header .search-header {
    max-width: 420px
}

#menuModal .menu-body {
    padding: 30px 0
}

@media (min-width: 768px) {
    #menuModal .menu-body {
        padding:40px 0
    }
}

#menuModal .menu-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
}

#menuModal .menu-category:last-child {
    margin-bottom: 0
}

@media (min-width: 1200px) {
    #menuModal .menu-category {
        margin-bottom:30px
    }
}

#menuModal .menu-category__title {
    font-size: 14px;
    line-height: 145%;
    color: #8693a2;
    margin-bottom: 10px
}

#menuModal .menu-category .menu-link {
    color: #071a33;
    text-decoration: none;
    font-size: 22px;
    line-height: 123%;
    margin-bottom: 15px
}

#menuModal .menu-category .menu-link:last-child {
    margin-bottom: 0
}

#menuModal .menu-category .menu-link:hover {
    color: #b00000;
    cursor: pointer
}

@media (min-width: 768px) {
    #menuModal .menu-category .menu-link {
        font-size:26px
    }
}

#menuModal .menu-category .collapse {
    width: 100%
}

#menuModal .menu-category .subcategories {
    padding: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    #menuModal .menu-category .subcategories {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#menuModal .menu-category .subcategories .category-menu-card {
    width: 100%;
    max-width: 315px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    #menuModal .menu-category .subcategories .category-menu-card {
        width:calc((100% - 30px)/2);
        margin-bottom: 30px;
        margin-right: 30px
    }

    #menuModal .menu-category .subcategories .category-menu-card:nth-child(2n) {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    #menuModal .menu-category .subcategories .category-menu-card {
        width:calc((100% - 60px)/3)
    }

    #menuModal .menu-category .subcategories .category-menu-card:nth-child(2n) {
        margin-right: 30px
    }

    #menuModal .menu-category .subcategories .category-menu-card:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    #menuModal .menu-category .subcategories .category-menu-card {
        width:calc((100% - 90px)/4)
    }

    #menuModal .menu-category .subcategories .category-menu-card:nth-child(3n) {
        margin-right: 30px
    }

    #menuModal .menu-category .subcategories .category-menu-card:nth-child(4n) {
        margin-right: 0
    }
}

.preorder-modal__title,.oneclick-form__title {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    color: #141414;
    padding-top: 40px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .preorder-modal__title,.oneclick-form__title {
        font-size:24px
    }
}

.preorder-modal__fullname,.preorder-modal__phone,.oneclick-form__fullname,.oneclick-form__phone {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .preorder-modal__fullname,.preorder-modal__phone,.oneclick-form__fullname,.oneclick-form__phone {
        margin-bottom:40px
    }
}

.preorder-modal__email,.oneclick-form__email {
    margin-bottom: 24px
}

.preorder-modal__promocode,.oneclick-form__promocode {
    font-family: PT Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #b00000
}

.preorder-modal input,.oneclick-form input {
    -webkit-box-shadow: inset 0 63px 0 #fff!important;
    box-shadow: inset 0 63px 0 #fff!important
}

.preorder-modal .promocode,.oneclick-form .promocode {
    margin-top: 40px
}

.preorder-modal .promocode input,.oneclick-form .promocode input {
    -webkit-box-shadow: inset 0 63px 0 #f7f7f7!important;
    box-shadow: inset 0 63px 0 #f7f7f7!important
}

.preorder-modal .input-floating label.label-phone-split-field-boot,.oneclick-form .input-floating label.label-phone-split-field-boot {
    color: #8693a2
}

.preorder-modal__button,.oneclick-form__button {
    margin-top: 28px;
    font-size: 20px!important;
    line-height: 145%
}

.input-floating label {
    pointer-events: none
}

.thanks-message {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 0 30px 10px 30PX
}

.thanks-message__icon {
    margin-top: 40px;
    margin-bottom: 20px
}

.thanks-message__title {
    font-size: 24px;
    line-height: 123%;
    text-align: center;
    color: #141414;
    margin-bottom: 16px
}

.thanks-message__text {
    font-size: 16px;
    line-height: 148%;
    text-align: center;
    color: #071a33
}

.thanks-message__text-numOrder {
    color: #b00000
}

.fortune .modal-dialog {
    margin-top: 0
}

.fortune [data-state=success] .modal-content .modal-title {
    display: none
}

.fortune [data-state=success] .modal-content .fortune__wrap {
    width: 100%;
    text-align: center
}

.fortune [data-state=success] .modal-content .fortune__img-wrap {
    position: relative;
    width: 100%;
    height: 342px
}

@media (min-width: 768px) {
    .fortune [data-state=success] .modal-content .fortune__img-wrap {
        height:550px
    }
}

@media (min-width: 1440px) {
    .fortune [data-state=success] .modal-content .fortune__img-wrap {
        height:610px
    }
}

.fortune [data-state=success] .modal-content .fortune__img {
    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;
    height: 342px
}

@media (min-width: 768px) {
    .fortune [data-state=success] .modal-content .fortune__img {
        height:550px
    }
}

@media (min-width: 1440px) {
    .fortune [data-state=success] .modal-content .fortune__img {
        height:610px
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes slowSpin {
    0% {
        -webkit-transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes slowSpin {
    0% {
        -webkit-transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

.fortune [data-state=success] .modal-content .fortune__img .img__wheel {
    position: absolute;
    height: 342px;
    width: 342px
}

@media (min-width: 768px) {
    .fortune [data-state=success] .modal-content .fortune__img .img__wheel {
        height:610px;
        width: 610px
    }
}

.fortune [data-state=success] .modal-content .fortune__img .img__wheel .wheel-img.spin {
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.fortune [data-state=success] .modal-content .fortune__img .img__wheel .wheel-img.slowSpin {
    -webkit-animation: slowSpin 3600ms ease-in;
    animation: slowSpin 3600ms ease-in;
    animation-direction: reverse;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.fortune [data-state=success] .modal-content .fortune__img .img__wheel .wheel-img.stopSpin {
    -webkit-animation-name: stopSpin;
    animation-name: stopSpin;
    -webkit-animation-duration: 6000ms;
    animation-duration: 6000ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.fortune [data-state=success] .modal-content .fortune__img .img__wheel img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.fortune [data-state=success] .modal-content .fortune__img .img__machine {
    position: relative;
    height: 132.16px;
    width: 132.16px
}

@media (min-width: 768px) {
    .fortune [data-state=success] .modal-content .fortune__img .img__machine {
        height:236px;
        width: 236px
    }
}

.fortune [data-state=success] .modal-content .fortune__img .img__machine img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.fortune [data-state=success] .modal-content .fortune__title {
    font-size: 20px;
    line-height: 123%;
    color: #fff;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .fortune [data-state=success] .modal-content .fortune__title {
        margin-bottom:22px;
        font-size: 24px
    }
}

.fortune [data-state=success] .modal-content .fortune__button {
    width: 275px;
    height: 50px;
    background: #b00000;
    border-radius: 40px;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #fff;
    border: 0
}

@media (min-width: 768px) {
    .fortune [data-state=success] .modal-content .fortune__button {
        width:336px;
        height: 60px
    }
}

.fortune [data-state=success] .modal-content .fortune__button.hidden {
    display: none
}

.fortune [data-state=success] .modal-content .fortune__wait,.fortune [data-state=success] .modal-content .fortune__ok {
    color: transparent
}

.fortune [data-state=success] .wheel {
    max-width: 100%;
    background-color: transparent;
    padding-top: 0
}

.fortune [data-state=success] .wheel .close-cookie {
    color: #fff;
    top: 20px
}

.modal .gift-wrap {
    max-width: 460px;
    background-color: #fff;
    margin-top: 1.75rem
}

.modal .gift-wrap .modal-title {
    display: none
}

.modal .gift__title {
    padding-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 123%;
    text-align: center;
    color: #141414
}

@media (min-width: 768px) {
    .modal .gift__title {
        padding-top:40px;
        margin-bottom: 40px;
        font-size: 24px
    }
}

.modal .gift__img {
    text-align: center;
    margin-bottom: 18px
}

@media (min-width: 768px) {
    .modal .gift__img {
        margin-bottom:26px
    }
}

.modal .gift__subtitle {
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #141414;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .modal .gift__subtitle {
        font-size:18px;
        margin-bottom: 28px
    }
}

.modal .gift__button {
    width: 275px;
    height: 50px;
    background: #b00000;
    border-radius: 40px;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #fff;
    border: 0;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

@media (min-width: 768px) {
    .modal .gift__button {
        margin-bottom:16px;
        width: 336px;
        height: 60px
    }
}

.modal .gift__text {
    font-size: 10px;
    line-height: 145%;
    text-align: center;
    color: #141414
}

@media (min-width: 768px) {
    .modal .gift__text {
        font-size:12px;
        margin-bottom: 10px
    }
}

.modal .gift__text-code {
    font-size: 20px;
    line-height: 123%;
    text-align: center;
    color: #141414
}

@media (min-width: 768px) {
    .modal .gift__text-code {
        margin-bottom:10px;
        font-size: 24px
    }
}

.modal .gift__text-code span {
    color: #b00000
}

.modal .gift__link-wrap {
    text-align: center
}

.modal .gift__link {
    font-size: 12px;
    line-height: 145%;
    color: #b00000
}

@media (min-width: 768px) {
    .modal .gift__link {
        font-size:14px
    }
}

.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next {
    width: auto;
    color: #fff;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.swiper-container .swiper-button-prev:focus,.swiper-container .swiper-button-next:focus {
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.swiper-container .swiper-button-prev:after,.swiper-container .swiper-button-next:after {
    display: none
}

.swiper-container .card:before {
    content: "";
    z-index: 10;
    display: block;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    background: 0 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.swiper-container .card .swiper-slide-active h5 {
    color: pink
}

.swiper-container.default .swiper-slide:not(.swiper-slide-active) .card {
    pointer-events: none
}

.swiper-container.default .swiper-slide:not(.swiper-slide-active) .card:before {
    opacity: 1;
    background: #0d2645
}

.swiper-container.default .swiper-slide:not(.swiper-slide-active) .card .card__content {
    opacity: 0
}

.swiper-container.default .swiper-slide:not(.swiper-slide-active).swiper-slide-next .card:before {
    background: -webkit-gradient(linear,left top,right top,color-stop(-50%,transparent),color-stop(30%,#0d2645));
    background: -o-linear-gradient(left,transparent -50%,#0d2645 30%);
    background: linear-gradient(90deg,transparent -50%,#0d2645 30%);
    opacity: 1
}

.swiper-container.default .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .card:before {
    background: -webkit-gradient(linear,right top,left top,color-stop(-50%,transparent),color-stop(30%,#0d2645));
    background: -o-linear-gradient(right,transparent -50%,#0d2645 30%);
    background: linear-gradient(-90deg,transparent -50%,#0d2645 30%);
    opacity: 1
}

.swiper-container.default .swiper-slide.swiper-slide-active {
    z-index: 2
}

.swiper-container.default .card {
    padding-top: 46%
}

@media (max-width: 992px) {
    .swiper-container.default .card {
        min-height:460px
    }
}

.swiper-container.default .card .card__image:after {
    opacity: .6;
    background: -o-linear-gradient(184deg,#000 30%,transparent);
    background: linear-gradient(266deg,#000 30%,transparent)
}

.swiper-container.default .card .card__content {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 100;
    background-image: none;
    top: 0
}

.swiper-container.default .card:hover .card__content {
    background-image: none
}

.swiper-container.full-screen .first-screen__image:after {
    opacity: .6;
    background: -o-linear-gradient(184deg,#000 30%,transparent);
    background: linear-gradient(266deg,#000 30%,transparent)
}

.swiper-container.full-screen .first-screen__content {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.swiper-container.full-screen .swiper-slide:not(.swiper-slide-active) .first-screen {
    pointer-events: none
}

.swiper-container.full-screen .swiper-slide:not(.swiper-slide-active) .first-screen .first-screen__content {
    opacity: 0
}

.swiper-container.full-screen .swiper-slide.swiper-slide-active {
    z-index: 2
}

.swiper-container.full-screen .buttons-container {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.swiper-container.full-screen .swiper-button-prev,.swiper-container.full-screen .swiper-button-next {
    top: 50%;
    bottom: auto
}

.swiper-container.full-screen .swiper-button-prev i,.swiper-container.full-screen .swiper-button-next i {
    font-size: 32px
}

.swiper-container.full-screen .swiper-button-prev {
    left: 0
}

@media (min-width: 768px) {
    .swiper-container.full-screen .swiper-button-prev {
        left:18px
    }
}

@media (min-width: 1200px) {
    .swiper-container.full-screen .swiper-button-prev {
        left:0
    }
}

.swiper-container.full-screen .swiper-button-next {
    right: 0
}

@media (min-width: 768px) {
    .swiper-container.full-screen .swiper-button-next {
        right:18px
    }
}

@media (min-width: 1200px) {
    .swiper-container.full-screen .swiper-button-next {
        right:0
    }
}

.swiper-container.full-screen .swiper-pagination {
    position: absolute;
    bottom: 30px;
    height: 8px;
    line-height: 8px
}

.swiper-container.categories-slider {
    width: calc(100% + 30px);
    margin-right: -30px
}

@media (min-width: 768px) {
    .swiper-container.categories-slider {
        width:calc(100% + 60px);
        margin-right: -60px
    }
}

@media (min-width: 1200px) {
    .swiper-container.categories-slider {
        margin-right:0;
        width: auto
    }
}

@media (max-width: 1199px) {
    .swiper-container.categories-slider .swiper-slide {
        width:240px!important
    }
}

@media (max-width: 767px) {
    .swiper-container.categories-slider .swiper-slide {
        width:190px!important
    }
}

.swiper-container.delonghi-world-slider {
    width: calc(100% + 30px);
    margin-right: -30px
}

@media (min-width: 768px) {
    .swiper-container.delonghi-world-slider {
        width:auto;
        margin-right: 0
    }
}

@media (min-width: 768px) {
    .swiper-container.delonghi-world-slider .swiper-wrapper {
        width:auto;
        margin-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .swiper-container.delonghi-world-slider .swiper-wrapper {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.swiper-container.delonghi-world-slider .swiper-slide {
    width: 314px
}

@media (min-width: 768px) {
    .swiper-container.delonghi-world-slider .swiper-slide {
        width:calc(100%/2 - 15px);
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .swiper-container.delonghi-world-slider .swiper-slide {
        width:calc(100%/3 - 20px)
    }

    .swiper-container.delonghi-world-slider .swiper-slide:not(:nth-child(3n)) {
        margin-right: 30px
    }
}

@media (min-width: 768px) {
    .swiper-container.delonghi-world-slider .swiper-scrollbar {
        display:none
    }
}

.swiper-container.collections .card .card__image:after {
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
    background: -o-linear-gradient(transparent,#000);
    background: linear-gradient(transparent,#000)
}

.swiper-container.collections .card .collection-items a {
    border-radius: 12px;
    padding: 10px;
    color: #fff;
    background-color: rgba(13,38,69,.6);
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
}

.swiper-container.collections .card .collection-items a .thumb {
    overflow: hidden;
    border-radius: 12px
}

.swiper-container.collections .card .collection-items a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0d2645
}

.swiper-container.social-slider {
    width: calc(100% + 30px);
    margin-right: -30px
}

@media (min-width: 768px) {
    .swiper-container.social-slider {
        width:calc(100% + 60px);
        margin-right: -60px
    }
}

@media (min-width: 1200px) {
    .swiper-container.social-slider {
        margin-right:0;
        width: auto
    }
}

@media (max-width: 1199px) {
    .swiper-container.social-slider .swiper-slide {
        width:200px!important
    }
}

@media (max-width: 767px) {
    .swiper-container.social-slider .swiper-slide {
        width:150px!important
    }
}

.swiper-container.suggestions-slider .swiper-slide:not(.swiper-slide-active) .card {
    pointer-events: none
}

.swiper-container.suggestions-slider .swiper-slide:not(.swiper-slide-active) .card:before {
    opacity: 1;
    background: #fff
}

.swiper-container.suggestions-slider .swiper-slide:not(.swiper-slide-active) .card .card__content {
    opacity: 0
}

.swiper-container.suggestions-slider .swiper-slide:not(.swiper-slide-active).swiper-slide-next .card:before {
    background: -webkit-gradient(linear,left top,right top,color-stop(-50%,transparent),color-stop(30%,#0d2645));
    background: -o-linear-gradient(left,transparent -50%,#0d2645 30%);
    background: linear-gradient(90deg,transparent -50%,#0d2645 30%);
    opacity: 1
}

.swiper-container.suggestions-slider .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .card:before {
    background: -webkit-gradient(linear,right top,left top,color-stop(-50%,transparent),color-stop(30%,#0d2645));
    background: -o-linear-gradient(right,transparent -50%,#0d2645 30%);
    background: linear-gradient(-90deg,transparent -50%,#0d2645 30%);
    opacity: 1
}

.swiper-container.suggestions-slider .swiper-slide.swiper-slide-active {
    z-index: 2
}

.swiper-container.suggestions-slider .card {
    padding-top: 46%;
    background-color: #fff
}

@media (max-width: 992px) {
    .swiper-container.suggestions-slider .card {
        min-height:460px
    }
}

.swiper-container.suggestions-slider .card .card__image:after {
    opacity: .6;
    background: -o-linear-gradient(184deg,#000 30%,transparent);
    background: linear-gradient(266deg,#000 30%,transparent)
}

.swiper-container.suggestions-slider .card .card__content {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 100;
    background-image: none;
    top: 0
}

.swiper-container.suggestions-slider .card:hover .card__content {
    background-image: none
}

.swiper-container.related-slider {
    width: calc(100% + 30px);
    margin-right: -30px
}

@media (min-width: 768px) {
    .swiper-container.related-slider {
        width:calc(100% + 60px);
        margin-right: -60px
    }
}

@media (min-width: 1200px) {
    .swiper-container.related-slider {
        margin-right:0;
        width: auto
    }
}

@media (max-width: 1199px) {
    .swiper-container.related-slider .swiper-slide {
        width:200px!important
    }
}

@media (max-width: 767px) {
    .swiper-container.related-slider .swiper-slide {
        width:300px!important
    }
}

.swiper-container.products-slider {
    width: calc(100% + 30px);
    margin-right: -30px
}

@media (min-width: 768px) {
    .swiper-container.products-slider {
        width:calc(100% + 60px);
        margin-right: -60px
    }
}

@media (min-width: 1200px) {
    .swiper-container.products-slider {
        margin-right:0;
        width: auto
    }
}

@media (max-width: 1199px) {
    .swiper-container.products-slider .swiper-slide {
        width:200px!important
    }
}

@media (max-width: 767px) {
    .swiper-container.products-slider .swiper-slide {
        width:160px!important
    }
}

.swiper-container .swiper-scrollbar {
    width: 315px;
    height: 4px;
    background-color: #e8e8e9;
    border-radius: 20px;
    left: auto;
    bottom: 0;
    position: relative;
    margin: 30px auto 0
}

@media (min-width: 1200px) {
    .swiper-container .swiper-scrollbar {
        margin-top:40px
    }
}

.swiper-container .swiper-scrollbar-drag {
    background-color: #b00000;
    border-radius: 20px
}

.gallery-wrapper {
    width: 100%;
    padding-top: 52%;
    position: relative
}

.gallery-wrapper .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.gallery-wrapper .swiper-container .card,.gallery-wrapper .swiper-container .video-card {
    height: 100%;
    padding-top: 0
}

@media (max-width: 1199px) {
    .gallery-wrapper.thumbs {
        padding-top:0
    }

    .gallery-wrapper.thumbs .swiper-container {
        position: static
    }
}

@media (min-width: 1200px) {
    .gallery-wrapper.thumbs {
        -ms-flex-preferred-size:20%;
        flex-basis: 20%
    }
}

@media (min-width: 992px) {
    .gallery-wrapper.thumbs .swiper-slide {
        height:auto
    }
}

.gallery-wrapper.thumbs .product-thumb img {
    width: 100%;
    height: 83px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

@media (min-width: 768px) {
    .gallery-wrapper.thumbs .product-thumb img {
        height:108px
    }
}

@media (max-width: 992px) {
    .gallery-wrapper.thumbs .product-thumb__title {
        font-size:12px
    }
}

.gallery-wrapper.thumbs .product-thumb:hover {
    cursor: pointer
}

.gallery-wrapper.thumbs .product-thumb:hover .product-thumb__title {
    color: #b00000
}

.gallery-wrapper.thumbs .swiper-slide-thumb-active .product-thumb__title {
    color: #b00000
}

.gallery-wrapper.thumbs .swiper-container .swiper-button-prev:after {
    content: url(../images/arrow-left.svg);
    display: block;
    position: absolute;
    z-index: 99
}

.gallery-wrapper.thumbs .swiper-container .swiper-button-next:after {
    content: url(../images/arrow-left.svg);
    display: block;
    position: absolute;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 1200px) {
    .gallery-wrapper.videos {
        padding-top:52%;
        min-height: 230px
    }
}

.gallery-wrapper.videos .video-card__img:after {
    background: -o-radial-gradient(48.6% 52.17%,29.47% 38.4%,#1c2126 0%,rgba(255,255,255,0) 100%,rgba(28,33,38,0) 100%),-o-linear-gradient(85.48deg,#1c2126 1.13%,rgba(255,255,255,0) 46.77%,rgba(28,33,38,0) 46.77%);
    background: radial-gradient(29.47% 38.4% at 48.6% 52.17%,#1c2126 0%,rgba(255,255,255,0) 100%,rgba(28,33,38,0) 100%),linear-gradient(4.52deg,#1c2126 1.13%,rgba(255,255,255,0) 46.77%,rgba(28,33,38,0) 46.77%)
}

.gallery-wrapper.videos .video-card.play::before {
    display: none
}

.gallery-wrapper.videos .video-card.play:hover .video-card__img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.gallery-wrapper.videos .video-card.play .video-card__img:after {
    display: none
}

.gallery-wrapper.videos .video-card.play .video-card__img .video_card {
    width: 100%
}

.gallery-wrapper.videos .video-card.play .play-btn {
    display: none
}

.gallery-wrapper.videos .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    margin: auto;
    z-index: 200;
    padding: 0;
    font-size: 30px;
    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;
    color: #fff;
    border: 0
}

.gallery-wrapper.videos .play-btn:hover {
    color: #b00000
}

@media (min-width: 768px) {
    .gallery-wrapper.videos .play-btn {
        height:92px;
        width: 92px;
        font-size: 69px
    }
}

.swiper-pagination {
    position: static
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    opacity: 1;
    border: 1px solid #fff
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #b00000;
    background-color: #b00000
}

.swiper-scrollbar-wrap {
    width: calc(100% - 30px)
}

@media (min-width: 768px) {
    .swiper-scrollbar-wrap {
        width:calc(100% - 60px)
    }
}

@media (min-width: 1200px) {
    .swiper-scrollbar-wrap {
        width:100%
    }
}

.swiper-scrollbar-gallery-thumbs {
    position: absolute;
    right: -17px;
    top: 1%;
    width: 5px;
    height: 98%;
    z-index: 3;
    background-color: #e8e8e9;
    border-radius: 20px
}

@media (max-width: 1200px) {
    .swiper-scrollbar-gallery-thumbs {
        display:none
    }
}

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

swiper-scrollbar-video {
    position: relative;
    top: -44px
}

#CartBlock .cart-item__additional-info {
    font-weight: 700;
    font-size: 16px;
    line-height: 145%;
    padding: 0!important;
    margin: 0 auto
}

@media (min-width: 768px) {
    .CartBlock__wrap {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (min-width: 992px) {
    .CartBlock__wrap {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 1200px) {
    .CartBlock__wrap {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.CartBlock .manager-actions {
    margin-top: 40px
}

.CartBlock .manager-actions .input-floating {
    margin-bottom: 20px
}

.CartBlock-empty {
    margin: 20px auto 30px
}

@media (min-width: 768px) {
    .CartBlock-empty {
        margin:30px auto 40px
    }
}

@media (min-width: 1200px) {
    .CartBlock-empty {
        margin:20px auto 70px
    }
}

.CartBlock-empty__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 123%;
    text-align: center;
    color: #071a33;
    margin: 0
}

@media (min-width: 768px) {
    .CartBlock-empty__title {
        font-size:28px
    }
}

@media (min-width: 1200px) {
    .CartBlock-empty__title {
        font-size:36px
    }
}

.CartBlock-empty__caption {
    margin: 20px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    text-align: center;
    color: #071a33
}

@media (min-width: 768px) {
    .CartBlock-empty__caption {
        margin:16px 0 0
    }
}

@media (min-width: 1200px) {
    .CartBlock-empty__caption {
        margin:20px 0 0
    }
}

.CartBlock-empty .btn,.CartBlock-empty .active-filters__link .close-btn,.active-filters__link .CartBlock-empty .close-btn,.CartBlock-empty .active-filters__button {
    max-width: 320px;
    width: 100%;
    height: 60px;
    padding: 0;
    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;
    margin: 20px auto 0
}

@media (min-width: 768px) {
    .CartBlock-empty .btn,.CartBlock-empty .active-filters__link .close-btn,.active-filters__link .CartBlock-empty .close-btn,.CartBlock-empty .active-filters__button {
        margin:16px auto 0
    }
}

@media (min-width: 1200px) {
    .CartBlock-empty .btn,.CartBlock-empty .active-filters__link .close-btn,.active-filters__link .CartBlock-empty .close-btn,.CartBlock-empty .active-filters__button {
        margin:20px auto 0
    }
}

.CartBlock-empty .recentlyViewed {
    margin-top: 40px
}

@media (min-width: 768px) {
    .CartBlock-empty .recentlyViewed {
        margin-top:60px
    }
}

.CartBlock-empty .recentlyViewed__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    color: #071a33;
    margin: 0
}

@media (min-width: 768px) {
    .CartBlock-empty .recentlyViewed__title {
        font-size:24px
    }
}

.CartBlock-empty .recentlyViewed__slider {
    margin-top: 20px
}

@media (min-width: 1200px) {
    .CartBlock-empty .recentlyViewed__slider {
        margin-top:30px
    }
}

.CartBlock-empty .recentlyViewed__action {
    margin-top: 30px
}

@media (min-width: 768px) {
    .CartBlock-empty .recentlyViewed__action {
        margin-top:20px
    }
}

@media (min-width: 1200px) {
    .CartBlock-empty .recentlyViewed__action {
        margin-top:30px
    }
}

.CartBlock-empty .recentlyViewed .swiper-scrollbar {
    height: 4px;
    background: #e8e8e9;
    border-radius: 20px
}

.CartBlock-empty .recentlyViewed .swiper-scrollbar-drag {
    background: #b00000;
    border-radius: 20px
}

.cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 991px) {
    .cart-item {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.cart-item__product-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 991px) {
    .cart-item__product-info {
        padding:0 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.cart-item__product-info .title-block {
    margin-bottom: 0;
    width: 25%
}

@media (max-width: 991px) {
    .cart-item__product-info .title-block {
        width:100%;
        padding: 0!important;
        margin-bottom: 12px
    }
}

.cart-item__product-info .title-block a {
    display: inline-block;
    color: #071a33;
    font-size: 14px;
    line-height: 145%
}

.cart-item__product-info .price-block {
    margin-bottom: 0;
    width: 20%
}

@media (max-width: 991px) {
    .cart-item__product-info .price-block {
        padding:0!important
    }
}

.cart-item__product-info .item-counter {
    text-align: center;
    width: 69px
}

@media (max-width: 991px) {
    .cart-item__product-info .item-counter {
        padding:0!important;
        margin: 12px 0
    }
}

.cart-item__product-info .sum-price-block {
    margin-bottom: 0;
    width: 20%
}

@media (max-width: 991px) {
    .cart-item__product-info .sum-price-block {
        padding:0!important
    }
}

.cart-item__product-info .h5 {
    font-size: 18px;
    line-height: 145%;
    margin: 0
}

.cart-item__product-info .gift {
    color: #A94545
}

.cart-item__product-info .prev-price {
    font-size: 12px;
    line-height: 145%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #8693a2
}

.cart-item__thumb {
    position: relative;
    width: 69px;
    height: 69px;
    background-color: #fff;
    margin-right: 30px;
    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
}

.cart-item__thumb img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto
}

.cart-item__thumb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cart-item .remove-product {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    border: 0;
    width: 20px;
    height: 20px
}

.cart-item .remove-product button {
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 20px
}

.cart-item .remove-product i {
    display: block
}

.cart-item.item-small .title {
    font-size: 14px
}

.cart-item.item-small .price {
    font-size: 12px
}

.cart-item.item-small .cart-item__product-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.cart-item__additional-info {
    color: #A94545;
    width: 15%
}

@media (max-width: 991px) {
    .cart-item__additional-info {
        width:auto
    }
}

.noAvailable {
    margin-top: 60px
}

.noAvailable__title {
    font-size: 24px;
    line-height: 123%;
    color: #071a33
}

.noAvailable__text {
    font-size: 16px;
    line-height: 145%;
    color: #071a33;
    margin: 0
}

.noAvailable .cart-item__additional-info {
    color: #f63933
}

.basket-card {
    font-size: 14px;
    border-radius: 12px;
    background-color: #efcccc
}

.basket-card__reciept {
    border-bottom: 1px solid #0d2645;
    padding-bottom: 0!important
}

.basket-card .title {
    color: #b00000;
    font-size: 18px;
    line-height: 145%;
    font-weight: 900;
}

.basket-card__text {
    font-size: 18px;
    line-height: 145%;
    color: #b00000;
}

.basket-card__text.basket--has--gift--text {
    font-size: 14px;
    color: #8693a2;
}

.basket-card .savings {
    color: #b00000;
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 12px
}

.basket-card__bonus {
    margin: 20px 0 0 0;
    padding: 20px 0;
    border-bottom: 1px solid rgba(134,147,162,.2);
    border-top: 1px solid rgba(134,147,162,.2)
}

.basket-card__bonus .bonus__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.basket-card__bonus .bonus__amount-check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.basket-card__bonus .bonus__amount-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.basket-card__bonus .bonus__amount-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1.3px solid #8693a2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px
}

.basket-card__bonus .bonus__amount-check input:checked~.checkmark {
    background-color: #b00000
}

.basket-card__bonus .bonus__amount-check .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.basket-card__bonus .bonus__amount-check input:checked~.checkmark:after {
    display: block
}

.basket-card__bonus .bonus__amount-check .checkmark:after {
    left: 5px;
    top: 0;
    width: 9px;
    height: 15px;
    border: solid #0d2645;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.basket-card__bonus .bonus__amount-checktext {
    font-size: 14px;
    line-height: 145%;
    color: #fff
}

.basket-card__bonus .bonus__amount-text {
    font-size: 14px;
    line-height: 145%;
    color: #8693a2
}

.basket-card__bonus .bonus__text p {
    font-size: 14px;
    line-height: 145%;
    color: #8693a2;
    margin: 0
}

.basket-card__total-amount {
    font-size: 24px;
    line-height: 123%;
    color: #b00000;
    font-weight: 900;
}

.basket-card__discount {
    padding: 0 1.5rem 1.5rem 1.5rem
}

.basket-card__discount .discount__text {
    font-size: 18px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #b00000;
    text-align: center;
    cursor: pointer;
    display: block
}

.basket-card__discount .discount__input {
    padding-bottom: 10px
}

.basket-card__discount .discount__input input {
    border-radius: 14px
}

.basket-card__discount .discount__input .link-presents {
    text-decoration: underline;
    padding-left: 60px;
    color: #8693a2
}

.basket-card__discount .discount__input .link-presents:hover {
    text-decoration: none
}

.basket-card__discount .order-presents {
    border: 1px solid rgba(134,147,162,.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 20px;
    margin-top: 10px
}

.basket-card__discount .order-presents__msg {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.basket-card__discount .order-presents__msg-caption,.basket-card__discount .order-presents__msg-quantity {
    color: #8693a2;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%
}

.basket-card__discount .order-presents__msg-quantity {
    color: #fff
}

.basket-card__discount .order-presents__btn-open {
    display: block;
    padding: 8px 0;
    background: #0d2645;
    border-radius: 40px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #b00000;
    border: 1px solid #b00000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.basket-card__discount .order-presents__btn-open:hover {
    text-decoration: none;
    cursor: pointer;
    border-color: #b00000;
    background-color: #b00000;
    color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.order-block .personal-data__content .order__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order-block .personal-data__content .checkbox__checkmark {
    background: #fff
}

.order-block .personal-data__content .checkbox__checkmark:hover {
    cursor: pointer
}

.order-block .personal-data__content .checkbox__text {
    color: #fff
}

.order-block .delivery-info .icon {
    fill: #fff
}

.cart-popup .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-popup .cart-item__product-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-popup .cart-item__product-info>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px
}

.cart-popup .cart-item__product-info>div .title {
    padding: 0!important;
    -webkit-box-flex: 1.5;
    -ms-flex-positive: 1.5;
    flex-grow: 1.5
}

.cart-popup .cart-item__product-info>div .title a {
    display: inline-block;
    color: #071a33;
    font-size: 14px;
    line-height: 145%
}

.cart-popup .cart-item__product-info .h5 {
    font-size: 18px;
    line-height: 145%
}

.cart-popup .cart-item__product-info .prev-price {
    font-size: 12px;
    line-height: 145%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #8693a2
}

.cart-popup .cart-item__thumb {
    position: relative;
    width: 68px;
    height: 68px;
    background-color: #fff
}

.cart-popup .cart-item__thumb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cart-popup .cart-item .remove-product {
    padding: 0;
    border: 0;
    width: 20px;
    height: 24px;
    font-size: 20px
}

.cart-popup .cart-item .remove-product i {
    display: inline-block;
    margin-top: -1px
}

.cart-popup .cart-item.item-small .title {
    font-size: 14px
}

.cart-popup .cart-item.item-small .price {
    font-size: 12px
}

.cart-popup .cart-item.item-small .cart-item__product-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-popup .cart-item__noAvailable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-popup .cart-item__additional-info {
    color: #A94545
}

.cart__addinfo {
    background-color: #fff;
    border-radius: 12px;
    border-left: 6px solid #b00000;
    padding: 30px 20px 1px 14px;
    margin-bottom: 40px;
    margin-top: 40px
}

@media (min-width: 768px) {
    .cart__addinfo {
        padding:30px 20px 1px 14px
    }
}

@media (min-width: 1440px) {
    .cart__addinfo {
        padding:40px 40px 10px 34px
    }
}

.cart__addinfo .addinfo__title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 123%;
    color: #071a33;
    margin-bottom: 21px
}

@media (min-width: 768px) {
    .cart__addinfo .addinfo__title {
        font-size:24px
    }
}

.cart__addinfo .addinfo__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #071a33;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .cart__addinfo .addinfo__text {
        font-size:16px
    }
}

.cart__addinfo .addinfo__text b {
    font-weight: 700;
    color: #b00000
}

.cart__addinfo .addinfo__text a {
    color: #b00000
}

.cart__addinfo .addinfo__text .text__chat {
    text-decoration: underline
}

.advantages {
    padding: 45px 0
}

@media (min-width: 768px) {
    .advantages {
        padding:60px 0 40px
    }
}

.advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.advantages-item:last-child {
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .advantages-item {
        margin-bottom:0
    }
}

.advantages-item__icon {
    height: 68px;
    min-width: 68px;
    margin-right: 15px;
    background-color: #fff;
    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;
    font-size: 36px;
    color: #071a33;
    border-radius: 20px
}

@media (min-width: 768px) {
    .advantages-item__icon {
        height:80px;
        min-width: 80px
    }
}

.advantages-item p {
    font-size: 12px;
    margin: 0
}

.advantages-item .name {
    font-size: 14px;
    margin: 0
}

@media (min-width: 992px) {
    #filtersModal {
        opacity:1;
        display: block!important;
        position: static;
        overflow: visible;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s
    }

    #filtersModal .modal-dialog {
        position: relative;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        -webkit-transform: translate(0,0) scale(1);
        -ms-transform: translate(0,0) scale(1);
        transform: translate(0,0) scale(1)
    }

    #filtersModal .modal-dialog .modal-content {
        position: relative
    }
}

@media (max-width: 991px) {
    #filtersModal.fade {
        opacity:1
    }

    #filtersModal.fade .modal-dialog {
        -webkit-transform: translate(-100%,0) scale(1);
        -ms-transform: translate(-100%,0) scale(1);
        transform: translate(-100%,0) scale(1)
    }

    #filtersModal.fade .modal-dialog .modal-content {
        max-width: 350px;
        padding: 20px
    }

    #filtersModal.fade.show {
        opacity: 1;
        z-index: 10000;
    }

    #filtersModal.fade.show .modal-dialog {
        -webkit-transform: translate(0,0) scale(1);
        -ms-transform: translate(0,0) scale(1);
        transform: translate(0,0) scale(1)
    }
}

span.del-icon.icon-arrow-left.js-del-category-backButton:before{
    display: none !important;
}

#filtersModal .modal-content {
    background-color: white;
}

#filtersModal .btn.reset-filters,#filtersModal .active-filters__link .reset-filters.close-btn,.active-filters__link #filtersModal .reset-filters.close-btn,#filtersModal .reset-filters.active-filters__button {
    width: 100%;
    padding: 8px 16px;
    font-size: 14px
}

#filtersModal .filters__header [data-dismiss=modal] {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#filtersModal .filters__header [data-dismiss=modal] i {
    display: inline-block;
    margin-right: 5px;
    font-size: 30px
}

@media (min-width: 992px) {
    #filtersModal .filters__header [data-dismiss=modal] {
        display:none
    }
}

#filtersModal .filters__section {
    margin-bottom: 30px
}

#filtersModal .filters__title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    #filtersModal .filters__title {
        font-size:24px;
        margin-bottom: 16px
    }
}

#filtersModal .filters .collapse-btn {
    padding: 15px 0;
    color: #071a33
}

#filtersModal .filters .collapse-btn:hover {
    color: #b00000
}

#filtersModal .filters .collapse-btn.collapse-yes-no {
    padding: 15px 30px 15px 0;
    cursor: default
}

#filtersModal .filters .collapse-btn.collapse-yes-no:hover {
    color: #071a33
}

#filtersModal .filters .switcher {
    position: absolute;
    right: 0;
    display: block;
    width: 24px;
    height: 15px
}

#filtersModal .filters .switcher input[type=radio] {
    position: absolute;
    width: 24px;
    height: 15px;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer
}

#filtersModal .filters .switcher input[type=radio]:first-child {
    z-index: 10
}

#filtersModal .filters .switcher input[type=radio]:first-child:checked {
    z-index: 0
}

#filtersModal .filters .switcher input[type=radio]:checked+i {
    background-color: #b00000
}

#filtersModal .filters .switcher input[type=radio]:checked+i:before {
    left: 10px;
    background-color: #fff
}

#filtersModal .filters .switcher input[type=radio]:checked+input[type=radio] {
    z-index: 10
}

#filtersModal .filters .switcher input[type=radio]:checked+input[type=radio]+i {
    background-color: #8693a2
}

#filtersModal .filters .switcher input[type=radio]:checked+input[type=radio]+i:before {
    background-color: #fff;
    left: 1px
}

#filtersModal .filters .switcher i {
    position: relative;
    display: block;
    width: 24px;
    height: 15px;
    margin-top: 0;
    background-color: #fff;
    border-radius: 8px
}

#filtersModal .filters .switcher i:before {
    content: ' ';
    position: absolute;
    top: 1px;
    left: 1px;
    display: block;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    box-shadow: 0 2px 2px rgba(0,0,0,.5)
}

#filtersModal .filters .filter-stylized {
    border-bottom: 1px solid #e8e8e9
}

#filtersModal .filters .filter-stylized--range .range-picker {
    margin-bottom: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px
}

#filtersModal .filters .filter-stylized--range .range-picker .form-control {
    padding: 8px;
    width: 96px
}

#filtersModal .filters .filter-stylized--switch .custom-control.custom-switch {
    color: #fff;
    font-size: 18px
}

#filtersModal .filters .filter-stylized--switch .custom-control.custom-switch .custom-control-label {
    width: 100%
}

#filtersModal .filters .filter-stylized--switch .custom-control.custom-switch .custom-control-label:before {
    right: 0;
    left: auto
}

#filtersModal .filters .filter-stylized--switch .custom-control.custom-switch .custom-control-label:after {
    left: auto;
    right: calc(.75rem + 2px)
}

#filtersModal .filters .filter-default .collapse-btn {
    font-size: 18px;
    padding: 8px 0;
    color: #071a33
}

#filtersModal .filters .filter-default .collapse-btn:hover {
    color: #b00000
}

#filtersModal .filters .filter-default .collapse-content a.link-nav {
    display: block;
    padding: 6px 24px;
    color: #8693a2
}

#filtersModal .filters .filter-default .collapse-content a.link-nav:hover {
    color: #b00000
}

#filtersModal .filters .filter-default .collapse-content a.active {
    color: #b00000;
    background-color: #fff
}

#filtersModal .filters .filter-default .collapse-content a.active:hover {
    color: #b00000
}

#filtersModal .filters .filter-default .collapse-content .sub-groups .sub-links {
    padding: 0 24px
}

.sorting__link {
    color: #8693a2;
    margin-left: 1rem
}

.sorting__link:hover,.sorting__link.active {
    color: #071a33;
    text-decoration: none
}

.active-filters__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    padding: 6px;
    border: 1px solid #071a33;
    color: #071a33;
    border-radius: 40px;
    margin-right: 8px;
    margin-bottom: 8px
}

.active-filters__link .close-btn {
    margin-left: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.active-filters__link .close-btn:active {
    outline: 0
}

.active-filters__link:hover {
    text-decoration: none
}

.active-filters__button {
    background-color: #b00000;
    padding: 8px 16px;
    font-size: 14px
}

@media (max-width: 767px) {
    .product-card-wrap {
        padding-right:7.5px
    }

    .product-card-wrap:nth-child(2n) {
        padding-right: 15px;
        padding-left: 7.5px
    }
}

.product-card-rent {
    height: 100%;
    background-color: #b00000;
    border-radius: 12px
}

.product-card-rent .product-card__thumb {
    background-color: inherit
}

.product-card-rent .product-card__thumb .product-card__img {
    height: auto;
    max-height: 100%
}

.product-card-rent .product-card__bottom {
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .product-card-rent .product-card__bottom {
        padding-bottom:55px
    }
}

@media (min-width: 1200px) {
    .product-card-rent .product-card__bottom {
        padding-bottom:35px
    }
}

.product-card-rent .product-card__buttons {
    margin: 0 auto
}

.product-card-rent .product-card__buttons .btn,.product-card-rent .product-card__buttons .active-filters__link .close-btn,.active-filters__link .product-card-rent .product-card__buttons .close-btn,.product-card-rent .product-card__buttons .active-filters__button {
    background-color: #fff;
    color: #b00000
}

.product-card-rent .product-card__buttons .btn:hover,.product-card-rent .product-card__buttons .active-filters__link .close-btn:hover,.active-filters__link .product-card-rent .product-card__buttons .close-btn:hover,.product-card-rent .product-card__buttons .active-filters__button:hover {
    background-color: #fff!important;
    color: #A94545!important
}

.product-card-rent .product-card__buttons .btn:active,.product-card-rent .product-card__buttons .active-filters__link .close-btn:active,.active-filters__link .product-card-rent .product-card__buttons .close-btn:active,.product-card-rent .product-card__buttons .active-filters__button:active {
    background-color: #fff!important;
    color: #A94545!important
}

.product-card-banner {
    height: 100%;
    border-radius: 12px
}

.product-card-banner.product {
    padding: 50px 0
}

.product-card-banner.product .product-card__thumb {
    background-color: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%
}

.product-card-banner.product .product-card__thumb .product-card__img {
    height: auto;
    max-height: 100%;
    max-width: 100px
}

@media (min-width: 576px) {
    .product-card-banner.product .product-card__thumb .product-card__img {
        max-width:140px
    }
}

@media (min-width: 1200px) {
    .product-card-banner.product .product-card__thumb .product-card__img {
        max-width:180px
    }
}

.product-card-banner.product .product-card__thumb .product-card__text {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 15px auto 40px;
    color: #fff;
    max-width: 110px
}

@media (min-width: 576px) {
    .product-card-banner.product .product-card__thumb .product-card__text {
        margin:20px auto 40px;
        max-width: 155px;
        font-size: 17px;
        line-height: 22px
    }
}

@media (min-width: 1200px) {
    .product-card-banner.product .product-card__thumb .product-card__text {
        margin:20px auto 35px;
        max-width: 195px
    }
}

.product-card-banner.promo {
    padding: 55px 0 0
}

@media (min-width: 768px) {
    .product-card-banner.promo {
        padding:70px 0 0
    }
}

.product-card-banner.promo .product-card__thumb {
    background-color: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-card-banner.promo .product-card__thumb .product-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.product-card-banner.promo .product-card__thumb .product-card__content .product-card__img {
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100px;
    margin: auto;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.product-card-banner.promo .product-card__thumb .product-card__content .product-card__text {
    text-align: center;
    margin: 12px auto 48px;
    color: #fff;
    max-width: 110px;
    font-size: 12px;
    line-height: 16px
}

@media (min-width: 576px) {
    .product-card-banner.promo .product-card__thumb .product-card__content .product-card__text {
        margin:16px auto 60px;
        max-width: 155px;
        font-size: 17px;
        line-height: 22px
    }
}

@media (min-width: 1200px) {
    .product-card-banner.promo .product-card__thumb .product-card__content .product-card__text {
        max-width:195px
    }
}

.product-card-banner.promo .product-card__thumb picture {
    width: 100%;
    max-height: 150px
}

@media (min-width: 576px) {
    .product-card-banner.promo .product-card__thumb picture {
        max-height:195px
    }
}

@media (min-width: 1200px) {
    .product-card-banner.promo .product-card__thumb picture {
        max-height:268px
    }
}

.product-card-banner.promo .product-card__thumb .product-card__img {
    height: 100%;
    max-height: 210px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 100%
}

.product-card-banner.promo.reverse {
    padding: 0 0 65px
}

.product-card-banner.promo.reverse .product-card__thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
}

.product-card-banner.promo.reverse .product-card__thumb .product-card__content .product-card__img {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.product-card-banner.promo.reverse .product-card__thumb .product-card__text {
    margin-bottom: 0
}

.product-card-banner.promo.reverse .product-card__thumb .product-card__img {
    height: auto;
    max-height: 210px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.product-card-banner.only-img {
    padding: 0;
    position: relative
}

.product-card-banner.only-img .product-card__img {
    width: 100%;
    height: 100%;
    max-height: 308px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

@media (min-width: 768px) {
    .product-card-banner.only-img .product-card__img {
        max-height:418px
    }
}

@media (min-width: 1200px) {
    .product-card-banner.only-img .product-card__img {
        max-height:428px
    }
}

.product-card-banner.only-img .link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.product-card-banner__line {
    padding: 40px!important;
    border-radius: 12px
}

@media (min-width: 576px) {
    .product-card-banner__line {
        padding:40px 60px 40px 80px!important
    }
}

@media (min-width: 1200px) {
    .product-card-banner__line {
        padding:40px 60px!important
    }
}

.product-card-banner__line .product-card__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: inherit;
    height: auto;
    margin-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.product-card-banner__line .product-card__thumb .product-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (min-width: 576px) {
    .product-card-banner__line .product-card__thumb .product-card__content {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.product-card-banner__line .product-card__thumb .product-card__text {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px
}

@media (min-width: 576px) {
    .product-card-banner__line .product-card__thumb .product-card__text {
        font-size:17px;
        line-height: 22px
    }
}

.product-card-banner__line .product-card__thumb .product-card__img {
    max-height: 120px;
    max-width: 220px
}

.product-card-banner__line .product-card__thumb .product-card__img.logo {
    margin: 0 0 12px 0;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 576px) {
    .product-card-banner__line .product-card__thumb .product-card__img.logo {
        margin:0 60px 0 0
    }
}

@media (min-width: 1200px) {
    .product-card-banner__line .product-card__thumb .product-card__img.logo {
        margin:0 60px 0 20px
    }
}

.product-card-banner__line.product {
    padding: 35px 35px 35px 30px!important
}

@media (min-width: 576px) {
    .product-card-banner__line.product {
        padding:20px 30px 20px 40px!important
    }
}

@media (min-width: 1200px) {
    .product-card-banner__line.product {
        padding:20px 60px!important
    }
}

.product-card-banner__line.product .product-card__content {
    margin-left: 30px
}

@media (min-width: 576px) {
    .product-card-banner__line.product .product-card__content {
        margin-left:0
    }
}

.product-card-banner__line.product .product-card__img.logo {
    margin: 0 0 12px 0
}

@media (min-width: 576px) {
    .product-card-banner__line.product .product-card__img.logo {
        margin:0 30px
    }
}

@media (min-width: 1200px) {
    .product-card-banner__line.product .product-card__img.logo {
        margin:0 40px 0 60px
    }
}

.product-card-banner__line.promo {
    padding: 0!important
}

@media (min-width: 576px) {
    .product-card-banner__line.promo {
        padding:0 35px 0 0!important
    }
}

.product-card-banner__line.promo .product-card__text {
    width: 156px
}

@media (min-width: 576px) {
    .product-card-banner__line.promo .product-card__text {
        width:auto
    }
}

.product-card-banner__line.promo .product-card__content {
    margin: auto
}

.product-card-banner__line.promo .product-card__img.banner {
    height: 100%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

@media (max-width: 576px) {
    .product-card-banner__line.promo .product-card__img.banner {
        max-height:160px
    }
}

@media (min-width: 1200px) {
    .product-card-banner__line.promo .product-card__img.banner {
        max-width:305px
    }
}

.product-card-banner__line.promo .product-card__img.logo {
    margin: 0 0 12px 0
}

@media (min-width: 576px) {
    .product-card-banner__line.promo .product-card__img.logo {
        margin:0 30px
    }
}

@media (min-width: 1200px) {
    .product-card-banner__line.promo .product-card__img.logo {
        margin:0 40px
    }
}

.form-control[disabled]{
    background: white !important;
}

.product-card {
    position: relative;
    background: #dedede66;
    padding: 10px;
    border-radius: 10px;
}

.ui-accordion{
    width: 100%;
}

.product-card.only-preorder img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.product-card__thumb {
    background-color: #fff;
    border-radius: 12px;
    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;
    height: 200px;
    position: relative;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .product-card__thumb {
        height:300px
    }
}

.product-card__thumb .link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product-card__thumb:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.product-card .product-card-kit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 73px;
    height: 74px;
    z-index: 1
}

.product-card .product-card-kit img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-card__action-icons {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .product-card__action-icons {
        left:8px;
        top: 5px
    }
}

.product-card__action-icons .compare,.product-card__action-icons .like {
    position: relative;
    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;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    height: 32px;
    width: 32px;
    border-radius: 20px
}

.product-card__action-icons .compare.hidden,.product-card__action-icons .like.hidden {
    display: none
}

@media (min-width: 1200px) {
    .product-card__action-icons .compare,.product-card__action-icons .like {
        height:32px;
        width: 32px;
        border-radius: 20px
    }

    .product-card__action-icons .compare:hover,.product-card__action-icons .like:hover {
        background-color: #A94545;
        color: #fff
    }

    .product-card__action-icons .compare:hover i,.product-card__action-icons .like:hover i {
        color: #fff
    }

    .product-card__action-icons .compare:hover path,.product-card__action-icons .like:hover path {
        fill: #fff
    }

    .product-card__action-icons .compare:hover .complete,.product-card__action-icons .like:hover .complete {
        opacity: 0
    }
}

@media (max-width: 768px) {
    .product-card__action-icons .compare,.product-card__action-icons .like {
        height:24px;
        width: 24px;
        margin-right: 11px
    }
}

.product-card__action-icons .compare i,.product-card__action-icons .like i {
    position: relative;
    font-size: 24px;
    color: #071a33
}

.product-card__action-icons .compare .complete,.product-card__action-icons .like .complete {
    position: absolute;
    z-index: 2;
    top: 7px;
    right: 6px;
    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;
    background-color: #A94545;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.product-card__action-icons .compare .complete:after,.product-card__action-icons .like .complete:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 3px;
    display: block;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 1px
}

@media (max-width: 768px) {
    .product-card__action-icons .compare .complete,.product-card__action-icons .like .complete {
        top:0;
        right: 0
    }
}

.product-card__privileges-icons {
    position: absolute;
    top: 8px;
    right: 5px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width: 1200px) {
    .product-card__privileges-icons {
        top:12px;
        right: 12px
    }
}

.product-card__express-icon {
    position: absolute;
    display: none;
    bottom: 0;
    right: 12px;
    z-index: 10;
    color: #A94545
}

.product-card__privileges-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px
}

@media (min-width: 992px) {
    .product-card__privileges-item:hover .notice {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.product-card__privileges-item .promo-code {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    background: #A94545;
    color: #fff;
    padding: 0 6px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif
}

@media (max-width: 576px) {
    .product-card__privileges-item .promo-code {
        line-height:19px;
        padding: 0 4px;
        font-size: 9px;
        margin: -2px 3px 3px 0
    }
}

.product-card__privileges-item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card__privileges-item .icon .text-icon {
    font-size: 10px;
    line-height: 100%;
    font-weight: 700;
    color: #A94545;
    margin-bottom: -4px
}

.product-card__privileges-item .icon svg {
    width: 32px;
    height: 32px
}

@media (max-width: 768px) {
    .product-card__privileges-item .icon svg {
        width:24px;
        height: 24px
    }
}

.product-card__privileges-item.gift svg {
    width: 20px;
    height: 20px;
    margin: 6px
}

@media (max-width: 768px) {
    .product-card__privileges-item.gift svg {
        width:16px;
        height: 16px;
        margin: 0 4px
    }
}

.product-card__privileges-item .notice {
    display: none
}

@media (min-width: 992px) {
    .product-card__privileges-item .notice {
        position:absolute;
        right: calc(100% + 10px);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        font-size: 12px;
        line-height: 145%;
        padding: 10px 18px;
        border-radius: 4px;
        white-space: nowrap;
        -webkit-filter: drop-shadow(0 2px 10px rgba(0,0,0,.1));
        filter: drop-shadow(0 2px 10px rgba(0,0,0,.1))
    }

    .product-card__privileges-item .notice:before {
        position: absolute;
        right: -10px;
        content: '';
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 13px solid #fff
    }
}

.product-card__img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.product-card__name {
    display: inline-block;
    color: #071a33;
    font-size: 12px;
    line-height: 145%;
    min-height: 60px;
    padding-bottom: 4px
}

.product-card__name .short-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
    max-width: 267px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: 19px
}

@media (max-width: 768px) {
    .product-card__name .short-title {
        margin-bottom:4px;
        max-width: 150px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: pre;
        font-size: 14px
    }
}

.product-card__name .full-title {
    max-width: 267px;
    overflow: hidden;
    min-height: 41px;
    max-height: 41px;
    font-size: 14px;
    line-height: 145%
}

@media (max-width: 768px) {
    .product-card__name .full-title {
        font-size:12px;
        min-height: 32px;
        max-height: 32px
    }
}

.product-card__name:hover {
    color: #071a33;
    text-decoration: none
}

@media (min-width: 768px) {
    .product-card__name {
        min-height:37px
    }
}

.product-card__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-card__price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-card__price-block .prev-price {
    left: 0;
    top: 7px;
    font-size: 12px;
    line-height: 145%;
    text-decoration: line-through;
    color: #8693a2;
    height: 17px
}

.product-card__price-block .prev-price p {
    margin-bottom: 0
}

.product-card__price-block .current-price {
    font-size: 16px;
    line-height: 130%
}

@media (min-width: 768px) {
    .product-card__price-block .current-price {
        font-size:20px;
        line-height: 145%
    }
}

.product-card__price-block .bonus {
    font-size: 10px;
    line-height: 145%;
    font-weight: 700;
    color: #A94545;
    height: 17px
}

.product-card__price-block .bonus p {
    margin-bottom: 0
}

.product-card__price-block .not-available {
    font-size: 10px;
    line-height: 145%;
    font-weight: 700;
    color: #f63933
}

@media (min-width: 768px) {
    .product-card__price-block .not-available {
        font-size:12px
    }
}

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

.product-card__buttons .btn,.product-card__buttons .active-filters__link .close-btn,.active-filters__link .product-card__buttons .close-btn,.product-card__buttons .active-filters__button {
    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;
    padding: 0;
    background-color: #b00000;
    overflow: hidden;
    z-index: 100;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.product-card__buttons .btn:hover,.product-card__buttons .active-filters__link .close-btn:hover,.active-filters__link .product-card__buttons .close-btn:hover,.product-card__buttons .active-filters__button:hover {
    background-color: #A94545
}

.product-card__buttons .btn.btn-cart,.product-card__buttons .active-filters__link .btn-cart.close-btn,.active-filters__link .product-card__buttons .btn-cart.close-btn,.product-card__buttons .btn-cart.active-filters__button {
    height: 40px;
    width: 40px
}

@media (min-width: 768px) {
    .product-card__buttons .btn.btn-cart,.product-card__buttons .active-filters__link .btn-cart.close-btn,.active-filters__link .product-card__buttons .btn-cart.close-btn,.product-card__buttons .btn-cart.active-filters__button {
        width:50px;
        height: 50px
    }
}

.product-card__buttons .btn.btn-cart i,.product-card__buttons .active-filters__link .btn-cart.close-btn i,.active-filters__link .product-card__buttons .btn-cart.close-btn i,.product-card__buttons .btn-cart.active-filters__button i {
    font-size: 24px
}

@media (min-width: 768px) {
    .product-card__buttons .btn.btn-cart i,.product-card__buttons .active-filters__link .btn-cart.close-btn i,.active-filters__link .product-card__buttons .btn-cart.close-btn i,.product-card__buttons .btn-cart.active-filters__button i {
        font-size:30px
    }
}

.product-card__buttons .btn.btn-preorder,.product-card__buttons .active-filters__link .btn-preorder.close-btn,.active-filters__link .product-card__buttons .btn-preorder.close-btn,.product-card__buttons .btn-preorder.active-filters__button {
    font-size: 12px;
    line-height: 145%;
    height: 40px;
    padding: 0 8px
}

@media (min-width: 768px) {
    .product-card__buttons .btn.btn-preorder,.product-card__buttons .active-filters__link .btn-preorder.close-btn,.active-filters__link .product-card__buttons .btn-preorder.close-btn,.product-card__buttons .btn-preorder.active-filters__button {
        font-size:14px;
        padding: 0 14px
    }
}

.product-card__buttons .btn-ordered {
    font-size: 12px;
    line-height: 145%;
    color: #b00000
}

@media (min-width: 768px) {
    .product-card__buttons .btn-ordered {
        font-size:14px
    }
}

.location-picker {
    position: relative
}

.location-picker .pills-wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    background-color: #071a33
}

@media (min-width: 0) {
    .location-picker .pills-wrapper {
        height:255px
    }
}

@media (min-width: 768px) {
    .location-picker .pills-wrapper {
        height:384px
    }
}

@media (min-width: 992px) {
    .location-picker .pills-wrapper {
        border-radius:0 0 0 12px
    }
}

.location-picker .map-responsive {
    top: 0;
    bottom: 0;
    right: 0
}

@media (min-width: 0) {
    .location-picker .map-responsive {
        height:189px
    }
}

@media (min-width: 768px) {
    .location-picker .map-responsive {
        height:264px
    }
}

@media (min-width: 992px) {
    .location-picker .map-responsive {
        height:auto
    }
}

.location-picker .map-responsive #map {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.location-picker .map-responsive #map [data-map] {
    border-radius: 0 12px 12px 0
}

@media (min-width: 0) {
    .location-picker .map-responsive #map [data-map] {
        border-radius:0 0 12px 12px
    }
}

@media (min-width: 992px) {
    .location-picker .map-responsive #map [data-map] {
        border-radius:0 12px 12px 0
    }
}

.location-picker .select-point-btn {
    position: absolute;
    bottom: -80px;
    left: 0
}

.location-picker .nav.nav-pills .nav-link {
    color: #fff;
    background-color: #071a33;
    padding: 20px;
    width: 100%;
    border-radius: 0
}

@media (max-width: 991px) {
    .location-picker .nav.nav-pills .nav-link {
        border-radius:0
    }
}

.location-picker .nav.nav-pills .nav-link:hover {
    cursor: pointer
}

.location-picker .nav.nav-pills .nav-link.selected,.location-picker .nav.nav-pills .nav-link.active {
    background-color: #0d2645
}

.location-picker--new {
    padding: 0
}

.location-picker__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden
}

@media (min-width: 1200px) {
    .location-picker__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.location-picker .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #071a33;
    height: 346px
}

@media (min-width: 768px) {
    .location-picker .location {
        height:423px
    }
}

@media (min-width: 1200px) {
    .location-picker .location {
        width:40%;
        height: 560px
    }
}

.location-picker .location__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px
}

.location-picker .location__header input {
    background-color: #fff
}

.location-picker .location__list {
    padding: 0;
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto
}

.location-picker .location__list-item {
    padding: 20px;
    color: #fff;
    font-size: 16px
}

@media (min-width: 768px) {
    .location-picker .location__list-item {
        font-size:14px
    }
}

.location-picker .location__list-item:hover {
    cursor: pointer;
    background-color: #0d2645
}

.location-picker .location__list-item.active {
    background-color: #0d2645
}

.location-picker .location__list-item.active:hover {
    cursor: default
}

.location-picker .location__list-item .address {
    color: #8693a2;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .location-picker .location__list-item .address {
        margin-bottom:4px
    }
}

.location-picker .location__list-item .time {
    margin: 0
}

.location-picker .location__list-item .phone {
    margin-top: 8px
}

.location-picker .map {
    position: relative;
    height: 190px
}

@media (min-width: 768px) {
    .location-picker .map {
        height:265px
    }
}

@media (min-width: 1200px) {
    .location-picker .map {
        width:60%;
        height: 560px
    }
}

.location-picker .map #map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%
}

label.checkbox {
    top: auto;
    left: auto;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.6;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #000
}

.checkbox__control {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0
}

.checkbox__control:checked+.checkbox__checkmark:after {
    display: block
}

.checkbox__checkmark {
    position: relative;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #0d2645;
    border-radius: 4px
}

.checkbox__checkmark:after {
    content: '';
    position: absolute;
    display: none;
    width: 6px;
    height: 12px;
    bottom: 4px;
    left: 6px;
    border: solid #0d2645;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkbox__text {
    margin-left: 14px
}

.search-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .search-form {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.search-form__input-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .search-form__input-wrap {
        margin-bottom:0
    }
}

.search-form .icon-search {
    position: absolute;
    font-size: 26px;
    top: 12px;
    left: 16px;
    color: #071a33
}

@media (min-width: 768px) {
    .search-form .icon-search {
        top:17px
    }
}

.search-form .form-control {
    width: 100%;
    height: 50px;
    border-radius: 40px;
    padding-left: 48px;
    padding-right: 16px
}

@media (min-width: 768px) {
    .search-form .form-control {
        height:60px;
        padding-left: 58px;
        padding-right: 33%
    }
}

.search-form .btn,.search-form .active-filters__link .close-btn,.active-filters__link .search-form .close-btn,.search-form .active-filters__button {
    width: 100%;
    height: 50px;
    margin-top: 10px
}

@media (min-width: 768px) {
    .search-form .btn,.search-form .active-filters__link .close-btn,.active-filters__link .search-form .close-btn,.search-form .active-filters__button {
        position:absolute;
        top: 0;
        right: 0;
        width: 30%;
        height: 60px;
        margin-top: 0
    }
}

.btn-live {
    background-color: #fff;
    color: #b00000;
    border-radius: 40px;
    padding: .75rem 1rem;
    font-size: 18px;
    border: 0
}

@media (min-width: 576px) {
    .btn-live {
        padding:15px 3rem;
        font-size: 20px
    }
}

.btn-live:hover {
    background-color: #A94545;
    color: #fff
}

.btn-live:hover .btn-live__icon {
    border-color: #fff
}

.btn-live:hover .btn-live__icon:after {
    width: 16px;
    height: 16px;
    border-color: #fff;
    -webkit-animation: live-hover 1s linear 0s infinite;
    animation: live-hover 1s linear 0s infinite
}

.btn-live:hover .btn-live__icon:before {
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-animation: live-hover 1s linear 0s infinite;
    animation: live-hover 1s linear 0s infinite
}

.btn-live:focus,.btn-live:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #A94545!important
}

.btn-live__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    width: 14px;
    height: 14px;
    margin-right: 6px
}

.btn-live__icon:after {
    content: '';
    display: block;
    border-radius: 50%;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #b00000;
    -webkit-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

.btn-live__icon:before {
    content: '';
    display: block;
    border-radius: 50%;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #b00000;
    -webkit-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

.btn-live--white {
    background-color: #f7f7f7
}

.btn-live--white:hover {
    background-color: #fff;
    color: #b00000
}

.btn-live--white:hover .btn-live__icon:after {
    border: 1px solid #b00000
}

.btn-live--white:hover .btn-live__icon:before {
    background-color: #b00000
}

.btn-live--white:focus,.btn-live--white:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f1f1f1!important
}

.btn-live--white-dark {
    background-color: #fff;
    color: #0d2a4e;
    border: 1px solid #0d2a4e
}

.btn-live--white-dark .btn-live__icon:after {
    border: 1px solid #0d2a4e
}

.btn-live--white-dark .btn-live__icon:before {
    background-color: #0d2a4e
}

.btn-live--white-dark:hover {
    background-color: #0d2a4e;
    color: #fff
}

@-webkit-keyframes live-hover {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes live-hover {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.iti {
    position: relative
}

.iti * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,.iti input[type=text],.iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space:normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: 0
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: #dedede66
}

.iti__flag-box,.iti__country-name,.iti__dial-code {
    vertical-align: middle
}

.iti__flag-box,.iti__country-name {
    margin-right: 6px
}

.iti--allow-dropdown input,.iti--allow-dropdown input[type=text],.iti--allow-dropdown input[type=tel],.iti--separate-dial-code input,.iti--separate-dial-code input[type=text],.iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #dedede66
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #dedede66
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media (-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi) {
    .iti__flag {
        background-size:5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../images/flags/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi) {
    .iti__flag {
        background-image:url(../images/flags/flags@2x.png)
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 20px
}

@media (min-width: 768px) {
    .section-title {
        padding:60px 0 30px
    }
}

@media (min-width: 1200px) {
    .section-title {
        padding:60px 0 40px
    }
}

.section-title .title {
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 123%
}

@media (min-width: 768px) {
    .section-title .title {
        font-size:28px;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .section-title .title {
        font-size:36px
    }
}

.section-title .link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 145%;
    color: #b00000;
    font-weight: 700
}

.section-title .link:hover,.section-title .link:active {
    text-decoration: none;
    color: #A94545
}

.section-title .link i {
    margin-left: 16px;
    font-size: 24px
}

.seo-text p {
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .seo-text p {
        font-size:16px;
        margin-bottom: 30px
    }
}

.seo-text ul {
    font-size: 14px;
    line-height: 145%;
    padding-left: 16px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .seo-text ul {
        font-size:16px;
        margin-bottom: 30px
    }
}

.seo-text ul li {
    margin-bottom: 10px
}

.seo-text ul li:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .seo-text ul li {
        margin-bottom:20px
    }
}

.accordion-card {
    border-bottom: 1px solid #8693a2
}

.accordion-card:first-child {
    border-top: 1px solid #8693a2
}

.accordion-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0
}

.accordion-card__header:hover {
    cursor: pointer
}

.accordion-card__header:not(.collapsed) .icon-caret-right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (min-width: 768px) {
    .accordion-card__header {
        padding:25px 0
    }
}

@media (min-width: 1200px) {
    .accordion-card__header {
        padding:30px 0
    }
}

.accordion-card__header .icon-caret-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 24px;
    margin-right: 4px
}

.accordion-card__title {
    display: inline-block;
    font-size: 20px;
    line-height: 123%;
    margin-right: 20px;
    margin-bottom: 0!important
}

@media (min-width: 1200px) {
    .accordion-card__title {
        font-size:24px
    }
}

.accordion-card__body {
    font-size: 14px;
    line-height: 145%;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .accordion-card__body {
        padding-bottom:25px
    }
}

@media (min-width: 1200px) {
    .accordion-card__body {
        font-size:18px;
        padding-bottom: 30px
    }
}

.lds-dual-ring {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #b00000;
    border-color: #b00000 transparent #b00000 transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite
}

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.forbid-action {
    margin: 150px 0 100px
}

.forbid-action .text-danger {
    text-align: center
}

.categories {
    margin-top: 10px
}

@media (min-width: 768px) {
    .categories {
        margin-top:0
    }
}

@media (min-width: 1200px) {
    .categories {
        margin-top:40px
    }
}

.categories .swiper-button-prev {
    width: auto;
    color: #071a33;
    left: 0;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.categories .swiper-button-prev:focus {
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.categories .swiper-button-prev:after {
    display: none
}

@media (min-width: 768px) {
    .categories .swiper-button-prev {
        left:18px
    }
}

@media (min-width: 1200px) {
    .categories .swiper-button-prev {
        left:0
    }
}

.categories .swiper-button-prev i {
    font-size: 32px
}

.categories .swiper-button-next {
    width: auto;
    color: #071a33;
    right: 0;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.categories .swiper-button-next:focus {
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.categories .swiper-button-next:after {
    display: none
}

@media (min-width: 768px) {
    .categories .swiper-button-next {
        right:18px
    }
}

@media (min-width: 1200px) {
    .categories .swiper-button-next {
        right:0
    }
}

.categories .swiper-button-next i {
    font-size: 32px
}

.delonghi-world {
    margin-top: 10px
}

@media (min-width: 768px) {
    .delonghi-world {
        margin-top:0
    }
}

@media (min-width: 1200px) {
    .delonghi-world {
        margin-top:40px
    }
}

.home-rental {
    position: relative;
    height: 352px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px
}

@media (min-width: 768px) {
    .home-rental {
        margin-top:30px
    }
}

@media (min-width: 1200px) {
    .home-rental {
        margin-top:70px
    }
}

.home-rental__img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-rental__img picture {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.home-rental__img picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 992px) {
    .home-rental__img picture img {
        -o-object-position:left;
        object-position: left
    }
}

.home-rental__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 266px;
    margin-right: 5%
}

@media (min-width: 768px) {
    .home-rental__content {
        max-width:286px
    }
}

@media (min-width: 1200px) {
    .home-rental__content {
        max-width:360px;
        margin-right: 11%
    }
}

.home-rental__content .title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 20px;
    color: #fff
}

@media (min-width: 768px) {
    .home-rental__content .title {
        font-size:22px
    }
}

@media (min-width: 1200px) {
    .home-rental__content .title {
        font-size:26px
    }
}

.videogallery {
    margin-top: 10px
}

@media (min-width: 768px) {
    .videogallery {
        margin-top:0
    }
}

@media (min-width: 1200px) {
    .videogallery {
        margin-top:10px
    }
}

.videogallery .thumbs .swiper-wrapper {
    height: auto
}

@media (max-width: 1200px) {
    .videogallery .thumbs .swiper-scrollbar-wrap {
        display:block
    }
}

.social-block {
    margin-top: 10px
}

@media (min-width: 768px) {
    .social-block {
        margin-top:0
    }
}

@media (min-width: 1200px) {
    .social-block {
        margin-top:40px
    }
}

.social-block .cabinet-enter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px
}

@media (min-width: 768px) {
    .social-block .cabinet-enter {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 60px
    }
}

.social-block .cabinet-enter__img {
    border-radius: 12px;
    overflow: hidden;
    height: 164px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .social-block .cabinet-enter__img {
        width:calc(100%/12*8);
        margin-right: 30px;
        height: 210px;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .social-block .cabinet-enter__img {
        width:calc(100%/12*9);
        margin-right: 30px;
        height: 400px
    }
}

.social-block .cabinet-enter__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.social-block .cabinet-enter__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

@media (min-width: 768px) {
    .social-block .cabinet-enter__text {
        width:calc(100%/12*4 - 30px)
    }
}

@media (min-width: 1200px) {
    .social-block .cabinet-enter__text {
        width:calc(100%/12*3 - 30px)
    }
}

.social-block .cabinet-enter__text .title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .social-block .cabinet-enter__text .title {
        font-size:28px
    }
}

@media (min-width: 1200px) {
    .social-block .cabinet-enter__text .title {
        font-size:36px
    }
}

.social-block .cabinet-enter__text .link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 145%;
    color: #b00000;
    font-weight: 700;
    margin-top: 10px
}

.social-block .cabinet-enter__text .link:hover,.social-block .cabinet-enter__text .link:active {
    text-decoration: none;
    color: #A94545
}

@media (min-width: 768px) {
    .social-block .cabinet-enter__text .link {
        margin-top:20px
    }
}

.social-block .cabinet-enter__text .link i {
    margin-left: 20px
}

@media (min-width: 0) {
    .checkout-wrap {
        padding-left:15px;
        padding-right: 15px
    }
}

@media (min-width: 768px) {
    .checkout-wrap {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (max-width: 0) {
    .checkout__container {
        padding:0
    }
}

.checkout__row {
    margin-bottom: 60px
}

.checkout__order {
    background-color: #fff;
    padding: 40px 0 0 0;
    border-radius: 12px 0 0 12px
}

.checkout__order-summary {
    padding: 0
}

.checkout-section {
    padding: 0 30px
}

.checkout .order-summary {
    background-color: #0d2645;
    padding: 40px 30px 0 30px;
    height: 100%
}

@media (min-width: 0) {
    .checkout .order-summary {
        border-radius:12px 12px 0 0
    }
}

@media (min-width: 1200px) {
    .checkout .order-summary {
        border-radius:0 12px 12px 0
    }
}

.checkout .order-summary__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.checkout .order-summary__row .title {
    font-size: 14px;
    line-height: 145%;
    color: #8693a2
}

.checkout .order-summary__text {
    font-size: 14px;
    line-height: 145%;
    color: #fff
}

.checkout .order-summary__discount {
    margin-top: 33px;
    font-size: 12px;
    line-height: 145%;
    color: #b00000
}

.checkout .order-summary__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.checkout .order-summary__result-text {
    font-size: 18px;
    line-height: 145%;
    color: #fff
}

.checkout .order-summary__bonuses {
    font-weight: 700;
    font-size: 14px;
    line-height: 145%;
    text-align: right;
    color: #A94545;
    width: 100%;
    margin-bottom: 25px
}

.checkout .order-summary__header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(134,147,162,.2);
    padding: 0 40px 0 30px
}

@media (min-width: 0) {
    .checkout .order-summary__header-wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 1200px) {
    .checkout .order-summary__header-wrap {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.checkout .order-summary__header {
    margin-right: 30px
}

.checkout .order-summary__header .title {
    color: #141414
}

@media (min-width: 0) {
    .checkout .order-summary__header .title {
        font-size:20px;
        line-height: 123%;
        margin-bottom: 0;
        margin-top: 20px
    }
}

@media (min-width: 1200px) {
    .checkout .order-summary__header .title {
        font-size:24px;
        line-height: 123%;
        margin-top: 0
    }
}

.checkout .order-summary__header .edit {
    font-size: 16px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #8693a2
}

.checkout .order-summary__header .edit-order-cancel button {
    background-color: transparent;
    border: 0;
    padding: 0
}

@media (min-width: 0) {
    .checkout .order-summary__header {
        margin-bottom:20px
    }
}

@media (min-width: 1200px) {
    .checkout .order-summary__header {
        margin-bottom:0
    }
}

.checkout .order-summary__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.checkout .order-item-small {
    position: relative;
    margin-right: 18px;
    margin-bottom: 10px
}

.checkout .order-item-small__img {
    width: 68px;
    height: 68px;
    border-radius: 4px;
    overflow: hidden
}

.checkout .order-item-small__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.checkout .order-item-small__amount {
    position: absolute;
    z-index: 2;
    top: -11px;
    right: -11px;
    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;
    width: 22px;
    height: 22px;
    color: #fff;
    background-color: #0d2645;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    border-radius: 50%;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px
}

.checkout .personal-info {
    padding-bottom: 25px
}

.checkout .personal-info .tab-customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkout .personal-info .tab-customer .tab__item {
    border: 1.5px solid #b00000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    line-height: 130%;
    text-align: center;
    color: #b00000;
    padding: 22px 0;
    cursor: pointer
}

@media (min-width: 0) {
    .checkout .personal-info .tab-customer .tab__item {
        font-size:14px;
        line-height: 130%
    }
}

@media (min-width: 768px) {
    .checkout .personal-info .tab-customer .tab__item {
        font-size:16px
    }
}

.checkout .personal-info .tab-customer .tab__item.left {
    border-radius: 3px 0 0 3px
}

.checkout .personal-info .tab-customer .tab__item.right {
    border-radius: 0 3px 3px 0
}

.checkout .personal-info .tab-customer .tab__item.active {
    background: #b00000;
    color: #fff
}

@media (min-width: 1200px) {
    .checkout .personal-info .tab-customer__mob {
        display:none
    }
}

@media (max-width: 1199px) {
    .checkout .personal-info .tab-customer__desktop {
        display:none
    }
}

.checkout .personal-info .enter-checkout {
    margin-top: 25px
}

.checkout .personal-info__inner .filled-info {
    margin-bottom: 20px
}

.checkout .personal-info__inner .filled-info__label {
    display: block;
    font-size: 12px;
    line-height: 145%;
    color: #8693a2
}

.checkout .personal-info__inner .filled-info__value {
    font-size: 18px;
    line-height: 145%;
    color: #141414
}

.checkout .personal-info__inner .filled-info .iti__selected-flag {
    height: 62px
}

.checkout .personal-info__inner .validation-summary-errors {
    margin-bottom: 25px;
    color: #f63933
}

.checkout .delivery {
    width: 100%
}

.checkout .delivery .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkout .delivery .tab__item {
    border: 1.5px solid #b00000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px 0 0 3px;
    width: 50%;
    line-height: 130%;
    text-align: center;
    color: #b00000;
    padding: 22px 0;
    cursor: pointer
}

@media (min-width: 0) {
    .checkout .delivery .tab__item {
        font-size:14px;
        line-height: 130%
    }
}

@media (min-width: 768px) {
    .checkout .delivery .tab__item {
        font-size:16px
    }
}

.checkout .delivery .tab__item.current {
    background: #b00000;
    color: #fff
}

.checkout .delivery-tabcontent {
    display: none;
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .checkout .delivery-tabcontent {
        margin-bottom:20px
    }
}

.checkout .delivery-tabcontent .action-title {
    font-size: 20px;
    line-height: 145%;
    color: #071a33;
    margin-top: 30px;
    margin-bottom: 20px
}

.checkout .delivery-tabcontent.current {
    display: block
}

.checkout .delivery .courier-delivery-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 0) {
    .checkout .delivery .courier-delivery-form__fulladress,.checkout .delivery .courier-delivery-form__street,.checkout .delivery .courier-delivery-form__reg-city {
        margin-bottom:20px
    }
}

@media (min-width: 1200px) {
    .checkout .delivery .courier-delivery-form__fulladress,.checkout .delivery .courier-delivery-form__street,.checkout .delivery .courier-delivery-form__reg-city {
        margin-bottom:45px
    }
}

.checkout .delivery .courier-delivery-form__reg-city,.checkout .delivery .courier-delivery-form__street-hause,.checkout .delivery .courier-delivery-form .house-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkout .delivery .courier-delivery-form__reg-city .input-floating:first-child,.checkout .delivery .courier-delivery-form__street-hause .input-floating:first-child,.checkout .delivery .courier-delivery-form .house-group .input-floating:first-child {
    margin-right: 20px
}

@media (min-width: 0) {
    .checkout .delivery .courier-delivery-form__street-hause {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .checkout .delivery .courier-delivery-form__street-hause {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        margin-bottom: 0
    }
}

@media (min-width: 0) {
    .checkout .delivery .courier-delivery-form__street-hause .house-group {
        margin-right:0
    }
}

.checkout .delivery .courier-delivery-form__street-hause .house-group__item {
    margin-right: 10px;
    width: 100%
}

@media (min-width: 1200px) {
    .checkout .delivery .courier-delivery-form__street-hause .house-group__item {
        margin-right:10px
    }
}

@media (min-width: 0) {
    .checkout .delivery .courier-delivery-form__street-hause .house-group__item:last-child {
        margin-right:0
    }
}

.checkout .delivery .courier-delivery-form__street {
    display: none
}

@media (min-width: 0) {
    .checkout .delivery .courier-delivery-form__street {
        margin-right:0!important
    }
}

@media (min-width: 1200px) {
    .checkout .delivery .courier-delivery-form__street {
        margin-right:20px!important
    }
}

.checkout .delivery .courier-delivery-form .delivery-service-wrap {
    width: 100%
}

.checkout .delivery .courier-delivery-form .delivery-service__title {
    font-size: 12px;
    line-height: 145%;
    color: #000
}

.checkout .delivery .courier-delivery-form .delivery-service__input-wrap {
    position: relative;
    width: 100%;
    padding-left: 0
}

.checkout .delivery .courier-delivery-form .delivery-service__input-wrap .caret-wrap {
    position: absolute;
    right: 16px;
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 24px;
    border: 0;
    background-color: transparent;
    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
}

.checkout .delivery .courier-delivery-form .date-group {
    width: 100%
}

.checkout .delivery .courier-delivery-form .date-group__title {
    font-size: 20px;
    line-height: 145%;
    color: #071a33;
    margin-top: 40px;
    margin-bottom: 20px
}

.checkout .delivery .courier-delivery-form .date-group__item {
    margin-top: 10px
}

.checkout .delivery .courier-delivery-form .date-group__item [data-js-unit='acp/model-fields/TimeUnit'] {
    height: 100%;
    width: 47%;
    margin-top: 30px
}

.checkout .delivery .courier-delivery-form .date-group__item [data-js-unit='acp/model-fields/TimeUnit'] input.timepicker {
    padding: 18px 1rem;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e8e8e9
}

.checkout .delivery .courier-delivery-form .date-group__item label[for=DeliveryTime] {
    top: 10px;
    color: #8693a2;
    font-size: 10px;
    line-height: 145%
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving .date-group__item {
    width: 51%
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving .date-group__item:first-child {
    margin-right: 3%
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving .date-group__item:last-child {
    margin-left: 3%
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving .date-group__item .input-floating {
    height: 100%
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving .date-group__item .input-floating .select-wrap {
    height: 100%
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving .date-group__item .input-floating .select-wrap .select2.select2-container.select2-container--default {
    height: 100%
}

.checkout .delivery .courier-delivery-form .date-group .date-receiving .date-group__item .input-floating .select-wrap .select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
    height: 100%
}

.checkout .section-title {
    font-size: 24px;
    line-height: 123%;
    color: #141414;
    padding: 30px 0;
    margin: 0
}

.checkout .enter-checkout__header {
    font-size: 20px;
    line-height: 145%;
    color: #141414
}

@media (min-width: 0) {
    .checkout .enter-checkout__content .input-group {
        margin-bottom:21px
    }
}

@media (min-width: 1200px) {
    .checkout .enter-checkout__content .input-group {
        margin-bottom:40px
    }
}

.checkout .enter-checkout__content .input-group .limit-caption .callout-danger ul {
    padding: 0;
    margin-top: -15px
}

.checkout .enter-checkout__content .input-group__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkout .enter-checkout__content .input-group__phone .code-open {
    display: none
}

.checkout .enter-checkout__content .input-group__phone .input-control {
    padding-left: 1rem;
    padding-right: 1rem
}

.checkout .enter-checkout__content .input-group__phone .phone__code-active {
    padding-top: 4px;
    font-size: 16px;
    line-height: 145%;
    color: #495057;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #e4e4e4;
    position: relative;
    cursor: pointer
}

@media (min-width: 0) {
    .checkout .enter-checkout__content .input-group__phone .phone__code-active {
        width:43%
    }
}

@media (min-width: 1200px) {
    .checkout .enter-checkout__content .input-group__phone .phone__code-active {
        width:28%
    }
}

.checkout .enter-checkout__content .input-group__phone .phone__code-active:after {
    content: "";
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: 10px
}

.checkout .enter-checkout__content .input-group__phone .phone__select:after {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 14px
}

.checkout .enter-checkout__content .input-group__phone .phone__code {
    height: 300px;
    overflow-y: scroll;
    position: absolute;
    background-color: #fff;
    top: 55px;
    left: 0;
    scrollbar-color: #fff #b3b3b3;
    scrollbar-width: thin;
    border: 1px solid #b3b3b3;
    border-radius: 1px;
    color: #495057
}

.checkout .enter-checkout__content .input-group__phone .phone__code::-webkit-scrollbar {
    width: 12px
}

.checkout .enter-checkout__content .input-group__phone .phone__code::-webkit-scrollbar-track {
    background: #8693a2
}

.checkout .enter-checkout__content .input-group__phone .phone__code::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 20px;
    border: 3px solid #8693a2
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item {
    cursor: pointer
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item:before {
    top: 0;
    content: "";
    background-image: url(../images/flags/flags.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ac:before {
    height: 10px;
    background-position: 0 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ad:before {
    height: 14px;
    background-position: -22px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ae:before {
    height: 10px;
    background-position: -44px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.af:before {
    height: 14px;
    background-position: -66px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ag:before {
    height: 14px;
    background-position: -88px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ai:before {
    height: 10px;
    background-position: -110px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.al:before {
    height: 15px;
    background-position: -132px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.am:before {
    height: 10px;
    background-position: -154px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ao:before {
    height: 14px;
    background-position: -176px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.aq:before {
    height: 14px;
    background-position: -198px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ar:before {
    height: 13px;
    background-position: -220px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.as:before {
    height: 10px;
    background-position: -242px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.at:before {
    height: 14px;
    background-position: -264px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.au:before {
    height: 10px;
    background-position: -286px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.aw:before {
    height: 14px;
    background-position: -308px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ax:before {
    height: 13px;
    background-position: -330px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.az:before {
    height: 10px;
    background-position: -352px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ba:before {
    height: 10px;
    background-position: -374px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bb:before {
    height: 14px;
    background-position: -396px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bd:before {
    height: 12px;
    background-position: -418px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.be:before {
    height: 15px;
    background-position: -440px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bf:before {
    height: 14px;
    background-position: -460px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bg:before {
    height: 12px;
    background-position: -482px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bh:before {
    height: 12px;
    background-position: -504px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bi:before {
    height: 12px;
    background-position: -526px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bj:before {
    height: 14px;
    background-position: -548px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bl:before {
    height: 14px;
    background-position: -570px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bm:before {
    height: 10px;
    background-position: -592px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bn:before {
    height: 10px;
    background-position: -614px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bo:before {
    height: 14px;
    background-position: -636px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bq:before {
    height: 14px;
    background-position: -658px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.br:before {
    height: 14px;
    background-position: -680px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bs:before {
    height: 10px;
    background-position: -702px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bt:before {
    height: 14px;
    background-position: -724px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bv:before {
    height: 15px;
    background-position: -746px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bw:before {
    height: 14px;
    background-position: -768px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.by:before {
    height: 10px;
    background-position: -790px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.bz:before {
    height: 14px;
    background-position: -812px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ca:before {
    height: 10px;
    background-position: -834px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cc:before {
    height: 10px;
    background-position: -856px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cd:before {
    height: 15px;
    background-position: -878px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cf:before {
    height: 14px;
    background-position: -900px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cg:before {
    height: 14px;
    background-position: -922px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ch:before {
    height: 15px;
    background-position: -944px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ci:before {
    height: 14px;
    background-position: -961px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ck:before {
    height: 10px;
    background-position: -983px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cl:before {
    height: 14px;
    background-position: -1005px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cm:before {
    height: 14px;
    background-position: -1027px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cn:before {
    height: 14px;
    background-position: -1049px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.co:before {
    height: 14px;
    background-position: -1071px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cp:before {
    height: 14px;
    background-position: -1093px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cr:before {
    height: 12px;
    background-position: -1115px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cu:before {
    height: 10px;
    background-position: -1137px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cv:before {
    height: 12px;
    background-position: -1159px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cw:before {
    height: 14px;
    background-position: -1181px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cx:before {
    height: 10px;
    background-position: -1203px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cy:before {
    height: 14px;
    background-position: -1225px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.cz:before {
    height: 14px;
    background-position: -1247px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.de:before {
    height: 12px;
    background-position: -1269px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.dg:before {
    height: 10px;
    background-position: -1291px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.dj:before {
    height: 14px;
    background-position: -1313px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.dk:before {
    height: 15px;
    background-position: -1335px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.dm:before {
    height: 10px;
    background-position: -1357px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.do:before {
    height: 13px;
    background-position: -1379px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.dz:before {
    height: 14px;
    background-position: -1401px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ea:before {
    height: 14px;
    background-position: -1423px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ec:before {
    height: 14px;
    background-position: -1445px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ee:before {
    height: 13px;
    background-position: -1467px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.eg:before {
    height: 14px;
    background-position: -1489px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.eh:before {
    height: 10px;
    background-position: -1511px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.er:before {
    height: 10px;
    background-position: -1533px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.es:before {
    height: 14px;
    background-position: -1555px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.et:before {
    height: 10px;
    background-position: -1577px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.eu:before {
    height: 14px;
    background-position: -1599px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.fi:before {
    height: 12px;
    background-position: -1621px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.fj:before {
    height: 10px;
    background-position: -1643px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.fk:before {
    height: 10px;
    background-position: -1665px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.fm:before {
    height: 11px;
    background-position: -1687px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.fo:before {
    height: 15px;
    background-position: -1709px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.fr:before {
    height: 14px;
    background-position: -1731px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ga:before {
    height: 15px;
    background-position: -1753px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gb:before {
    height: 10px;
    background-position: -1775px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gd:before {
    height: 12px;
    background-position: -1797px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ge:before {
    height: 14px;
    background-position: -1819px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gf:before {
    height: 14px;
    background-position: -1841px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gg:before {
    height: 14px;
    background-position: -1863px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gh:before {
    height: 14px;
    background-position: -1885px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gi:before {
    height: 10px;
    background-position: -1907px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gl:before {
    height: 14px;
    background-position: -1929px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gm:before {
    height: 14px;
    background-position: -1951px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gn:before {
    height: 14px;
    background-position: -1973px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gp:before {
    height: 14px;
    background-position: -1995px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gq:before {
    height: 14px;
    background-position: -2017px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gr:before {
    height: 14px;
    background-position: -2039px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gs:before {
    height: 10px;
    background-position: -2061px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gt:before {
    height: 13px;
    background-position: -2083px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gu:before {
    height: 11px;
    background-position: -2105px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gw:before {
    height: 10px;
    background-position: -2127px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.gy:before {
    height: 12px;
    background-position: -2149px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.hk:before {
    height: 14px;
    background-position: -2171px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.hm:before {
    height: 10px;
    background-position: -2193px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.hn:before {
    height: 10px;
    background-position: -2215px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.hr:before {
    height: 10px;
    background-position: -2237px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ht:before {
    height: 12px;
    background-position: -2259px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.hu:before {
    height: 10px;
    background-position: -2281px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ic:before {
    height: 14px;
    background-position: -2303px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.id:before {
    height: 14px;
    background-position: -2325px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ie:before {
    height: 10px;
    background-position: -2347px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.il:before {
    height: 15px;
    background-position: -2369px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.im:before {
    height: 10px;
    background-position: -2391px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.in:before {
    height: 14px;
    background-position: -2413px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.io:before {
    height: 10px;
    background-position: -2435px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.iq:before {
    height: 14px;
    background-position: -2457px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ir:before {
    height: 12px;
    background-position: -2479px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.is:before {
    height: 15px;
    background-position: -2501px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.it:before {
    height: 14px;
    background-position: -2523px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.je:before {
    height: 12px;
    background-position: -2545px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.jm:before {
    height: 10px;
    background-position: -2567px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.jo:before {
    height: 10px;
    background-position: -2589px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.jp:before {
    height: 14px;
    background-position: -2611px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ke:before {
    height: 14px;
    background-position: -2633px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.kg:before {
    height: 12px;
    background-position: -2655px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.kh:before {
    height: 13px;
    background-position: -2677px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ki:before {
    height: 10px;
    background-position: -2699px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.km:before {
    height: 12px;
    background-position: -2721px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.kn:before {
    height: 14px;
    background-position: -2743px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.kp:before {
    height: 10px;
    background-position: -2765px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.kr:before {
    height: 14px;
    background-position: -2787px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.kw:before {
    height: 10px;
    background-position: -2809px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ky:before {
    height: 10px;
    background-position: -2831px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.kz:before {
    height: 10px;
    background-position: -2853px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.la:before {
    height: 14px;
    background-position: -2875px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.lb:before {
    height: 14px;
    background-position: -2897px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.lc:before {
    height: 10px;
    background-position: -2919px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.li:before {
    height: 12px;
    background-position: -2941px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.lk:before {
    height: 10px;
    background-position: -2963px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.lr:before {
    height: 11px;
    background-position: -2985px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ls:before {
    height: 14px;
    background-position: -3007px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.lt:before {
    height: 12px;
    background-position: -3029px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.lu:before {
    height: 12px;
    background-position: -3051px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.lv:before {
    height: 10px;
    background-position: -3073px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ly:before {
    height: 10px;
    background-position: -3095px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ma:before {
    height: 14px;
    background-position: -3117px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mc:before {
    height: 15px;
    background-position: -3139px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.md:before {
    height: 10px;
    background-position: -3160px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.me:before {
    height: 10px;
    background-position: -3182px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mf:before {
    height: 14px;
    background-position: -3204px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mg:before {
    height: 14px;
    background-position: -3226px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mh:before {
    height: 11px;
    background-position: -3248px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mk:before {
    height: 10px;
    background-position: -3270px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ml:before {
    height: 14px;
    background-position: -3292px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mm:before {
    height: 14px;
    background-position: -3314px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mn:before {
    height: 10px;
    background-position: -3336px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mo:before {
    height: 14px;
    background-position: -3358px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mp:before {
    height: 10px;
    background-position: -3380px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mq:before {
    height: 14px;
    background-position: -3402px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mr:before {
    height: 14px;
    background-position: -3424px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ms:before {
    height: 10px;
    background-position: -3446px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mt:before {
    height: 14px;
    background-position: -3468px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mu:before {
    height: 14px;
    background-position: -3490px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mv:before {
    height: 14px;
    background-position: -3512px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mw:before {
    height: 14px;
    background-position: -3534px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mx:before {
    height: 12px;
    background-position: -3556px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.my:before {
    height: 10px;
    background-position: -3578px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.mz:before {
    height: 14px;
    background-position: -3600px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.na:before {
    height: 14px;
    background-position: -3622px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.nc:before {
    height: 10px;
    background-position: -3644px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ne:before {
    height: 15px;
    background-position: -3666px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.nf:before {
    height: 10px;
    background-position: -3686px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ng:before {
    height: 10px;
    background-position: -3708px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ni:before {
    height: 12px;
    background-position: -3730px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.nl:before {
    height: 14px;
    background-position: -3752px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.no:before {
    height: 15px;
    background-position: -3774px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.np:before {
    height: 15px;
    background-position: -3796px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.nr:before {
    height: 10px;
    background-position: -3811px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.nu:before {
    height: 10px;
    background-position: -3833px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.nz:before {
    height: 10px;
    background-position: -3855px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.om:before {
    height: 10px;
    background-position: -3877px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pa:before {
    height: 14px;
    background-position: -3899px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pe:before {
    height: 14px;
    background-position: -3921px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pf:before {
    height: 14px;
    background-position: -3943px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pg:before {
    height: 15px;
    background-position: -3965px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ph:before {
    height: 10px;
    background-position: -3987px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pk:before {
    height: 14px;
    background-position: -4009px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pl:before {
    height: 13px;
    background-position: -4031px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pm:before {
    height: 14px;
    background-position: -4053px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pn:before {
    height: 10px;
    background-position: -4075px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pr:before {
    height: 14px;
    background-position: -4097px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ps:before {
    height: 10px;
    background-position: -4119px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pt:before {
    height: 14px;
    background-position: -4141px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.pw:before {
    height: 13px;
    background-position: -4163px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.py:before {
    height: 11px;
    background-position: -4185px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.qa:before {
    height: 8px;
    background-position: -4207px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.re:before {
    height: 14px;
    background-position: -4229px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ro:before {
    height: 14px;
    background-position: -4251px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.rs:before {
    height: 14px;
    background-position: -4273px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ru:before {
    height: 14px;
    background-position: -4295px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.rw:before {
    height: 14px;
    background-position: -4317px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sa:before {
    height: 14px;
    background-position: -4339px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sb:before {
    height: 10px;
    background-position: -4361px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sc:before {
    height: 10px;
    background-position: -4383px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sd:before {
    height: 10px;
    background-position: -4405px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.se:before {
    height: 13px;
    background-position: -4427px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sg:before {
    height: 14px;
    background-position: -4449px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sh:before {
    height: 10px;
    background-position: -4471px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.si:before {
    height: 10px;
    background-position: -4493px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sj:before {
    height: 15px;
    background-position: -4515px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sk:before {
    height: 14px;
    background-position: -4537px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sl:before {
    height: 14px;
    background-position: -4559px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sm:before {
    height: 15px;
    background-position: -4581px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sn:before {
    height: 14px;
    background-position: -4603px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.so:before {
    height: 14px;
    background-position: -4625px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sr:before {
    height: 14px;
    background-position: -4647px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ss:before {
    height: 10px;
    background-position: -4669px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.st:before {
    height: 10px;
    background-position: -4691px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sv:before {
    height: 12px;
    background-position: -4713px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sx:before {
    height: 14px;
    background-position: -4735px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sy:before {
    height: 14px;
    background-position: -4757px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.sz:before {
    height: 14px;
    background-position: -4779px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ta:before {
    height: 10px;
    background-position: -4801px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tc:before {
    height: 10px;
    background-position: -4823px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.td:before {
    height: 14px;
    background-position: -4845px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tf:before {
    height: 14px;
    background-position: -4867px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tg:before {
    height: 13px;
    background-position: -4889px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.th:before {
    height: 14px;
    background-position: -4911px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tj:before {
    height: 10px;
    background-position: -4933px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tk:before {
    height: 10px;
    background-position: -4955px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tl:before {
    height: 10px;
    background-position: -4977px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tm:before {
    height: 14px;
    background-position: -4999px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tn:before {
    height: 14px;
    background-position: -5021px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.to:before {
    height: 10px;
    background-position: -5043px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tr:before {
    height: 14px;
    background-position: -5065px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tt:before {
    height: 12px;
    background-position: -5087px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tv:before {
    height: 10px;
    background-position: -5109px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tw:before {
    height: 14px;
    background-position: -5131px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.tz:before {
    height: 14px;
    background-position: -5153px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ua:before {
    height: 14px;
    background-position: -5175px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ug:before {
    height: 14px;
    background-position: -5197px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.um:before {
    height: 11px;
    background-position: -5219px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.us:before {
    height: 11px;
    background-position: -5241px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.uy:before {
    height: 14px;
    background-position: -5263px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.uz:before {
    height: 10px;
    background-position: -5285px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.va:before {
    height: 15px;
    background-position: -5307px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.vc:before {
    height: 14px;
    background-position: -5324px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ve:before {
    height: 14px;
    background-position: -5346px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.vg:before {
    height: 10px;
    background-position: -5368px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.vi:before {
    height: 14px;
    background-position: -5390px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.vn:before {
    height: 14px;
    background-position: -5412px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.vu:before {
    height: 12px;
    background-position: -5434px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.wf:before {
    height: 14px;
    background-position: -5456px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ws:before {
    height: 10px;
    background-position: -5478px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.xk:before {
    height: 15px;
    background-position: -5500px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.ye:before {
    height: 14px;
    background-position: -5522px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.yt:before {
    height: 14px;
    background-position: -5544px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.za:before {
    height: 14px;
    background-position: -5566px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.zm:before {
    height: 14px;
    background-position: -5588px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-item.zw:before {
    height: 10px;
    background-position: -5610px 0
}

.checkout .enter-checkout__content .input-group__phone .phone__code-itemWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 5px;
    padding-bottom: 3px
}

.checkout .enter-checkout__content .input-group__phone .phone__codeCountry {
    margin-right: 10px
}

@media (min-width: 0) {
    .checkout .enter-checkout__content .input-group__phone .control-label {
        left:30%
    }
}

@media (min-width: 1200px) {
    .checkout .enter-checkout__content .input-group__phone .control-label {
        left:24%
    }
}

.checkout .enter-checkout__content .input-group__phone .input-control {
    border: 0;
    width: 100%
}

.checkout .enter-checkout__content .input-group__accept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 0) {
    .checkout .enter-checkout__content .input-group__accept {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 1200px) {
    .checkout .enter-checkout__content .input-group__accept {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 0) {
    .checkout .enter-checkout__content .input-group__accept .btn,.checkout .enter-checkout__content .input-group__accept .active-filters__link .close-btn,.active-filters__link .checkout .enter-checkout__content .input-group__accept .close-btn,.checkout .enter-checkout__content .input-group__accept .active-filters__button {
        margin-right:0;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .checkout .enter-checkout__content .input-group__accept .btn,.checkout .enter-checkout__content .input-group__accept .active-filters__link .close-btn,.active-filters__link .checkout .enter-checkout__content .input-group__accept .close-btn,.checkout .enter-checkout__content .input-group__accept .active-filters__button {
        margin-right:30px
    }
}

.checkout .enter-checkout__content .input-group__accept .caption {
    font-size: 12px;
    line-height: 145%;
    color: #8693a2
}

.checkout .enter-checkout__content .input-group.focused .control-label,.checkout .enter-checkout__content .input-group.filled .control-label {
    color: #8693a2;
    font-size: 60%;
    top: 10px;
    left: 0
}

.checkout .enter-checkout__content .input-group.focused .input-control,.checkout .enter-checkout__content .input-group.filled .input-control {
    outline: 0
}

.checkout .enter-checkout__content .input-group.focused .input-control:focus,.checkout .enter-checkout__content .input-group.filled .input-control:focus {
    border: 1px solid #b00000
}

.checkout .enter-checkout__content .input-group.focused .input-group__phone .input-control:focus,.checkout .enter-checkout__content .input-group.filled .input-group__phone .input-control:focus {
    border: 0
}

.checkout .enter-checkout__content .input-group.focused label.label-phone-split-field,.checkout .enter-checkout__content .input-group.filled label.label-phone-split-field {
    color: #8693a2;
    font-size: 10px;
    line-height: 145%;
    top: 10px;
    padding-left: 1rem
}

.checkout .enter-checkout__content .input-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.checkout .enter-checkout__content .input-wrap .label-phone-split-field {
    padding-left: 107px;
    -webkit-transition: padding-left .2s ease-in-out,font-size .2s ease-in-out,top .2s ease-in-out;
    -o-transition: padding-left .2s ease-in-out,font-size .2s ease-in-out,top .2s ease-in-out;
    transition: padding-left .2s ease-in-out,font-size .2s ease-in-out,top .2s ease-in-out
}

.checkout .enter-checkout__content .input-wrap .input-control {
    display: block
}

.checkout .auth-wrap {
    width: 100%
}

.checkout .enter-checkout__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 0) {
    .checkout .enter-checkout__content {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (min-width: 1200px) {
    .checkout .enter-checkout__content {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.checkout .enter-checkout__content form {
    margin: 0;
    padding: 0
}

.checkout .enter-checkout__content form .btn,.checkout .enter-checkout__content form .active-filters__link .close-btn,.active-filters__link .checkout .enter-checkout__content form .close-btn,.checkout .enter-checkout__content form .active-filters__button {
    width: 100%;
    background: #8693a2;
    border-radius: 40px;
    font-size: 20px;
    line-height: 145%;
    padding: 15px 0;
    color: #fff;
    margin-right: 30px
}

.checkout .enter-checkout__content .code-confirmation {
    margin-bottom: 20px
}

.checkout .enter-checkout__separator {
    font-size: 20px;
    line-height: 145%;
    color: #141414
}

@media (min-width: 0) {
    .checkout .enter-checkout__separator {
        margin-top:0;
        margin: 25px 0
    }
}

@media (min-width: 1200px) {
    .checkout .enter-checkout__separator {
        margin:0 25px;
        margin-top: -65px
    }
}

.checkout .enter-checkout .auth-wrap {
    max-width: 433px
}

.checkout .enter-checkout__content-btnSendAgain {
    margin-top: 40px;
    font-size: 20px;
    line-height: 123%;
    color: #b00000;
    border: 0;
    background: #fff;
    text-align: center;
    width: 100%;
    outline: 0
}

@media (min-width: 0) {
    .checkout .enter-socials {
        margin-top:0
    }
}

@media (min-width: 1200px) {
    .checkout .enter-socials {
        margin-top:-75px
    }
}

.checkout .enter-socials .caption {
    font-size: 16px;
    line-height: 145%;
    color: #141414
}

.checkout .enter-socials .register-socials-links {
    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;
    padding: 0
}

.checkout .custom-icon {
    width: 30px;
    height: 30px;
    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;
    border-radius: 4px;
    margin: 0 5px
}

.checkout .custom-icon .icon {
    width: 32px;
    height: 32px;
    fill: #fff
}

.checkout ul,.checkout ol {
    list-style-type: none
}

.checkout .custom-icon.facebook {
    margin-right: 26px
}

.checkout .custom-icon.facebook svg {
    width: 40px;
    height: 35px
}

.checkout .custom-icon.facebook svg path {
    fill: #3b5998
}

.checkout .custom-icon.vk {
    background-color: #4d76a1
}

.checkout .custom-icon.vk svg {
    -webkit-transform: rotate3d(1,0,0,180deg);
    transform: rotate3d(1,0,0,180deg);
    width: 20px;
    height: 20px
}

.checkout .custom-icon.vk svg path {
    fill: #fff
}

.checkout .index-tab {
    display: none
}

.checkout .index-tab.active {
    display: block
}

.checkout__change {
    font-size: 16px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #8693a2
}

.checkout .user-info__static-field {
    margin-bottom: 20px
}

.checkout .user-info .input-floating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.checkout .user-info .input-floating .help-block-wrap {
    width: 100%
}

.checkout .user-info .input-floating .input-phone-wrap {
    width: 100%
}

.checkout .user-info .warning {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkout .user-info .warning .icon {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px
}

.checkout .user-info .warning p {
    margin-bottom: 0
}

.checkout .payment-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkout .payment-methods .payment-method-tab {
    display: none
}

.checkout .payment-methods .payment-method-tab.active {
    display: block
}

.checkout .payment-method {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 10px
}

@media (min-width: 375px) {
    .checkout .payment-method:nth-child(2n) {
        margin-right:0
    }
}

.checkout .payment-method__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0
}

.checkout .payment-method__input:checked+.payment-method__label {
    border-color: #b00000
}

.checkout .payment-method__input:checked+.payment-method__label i {
    color: #b00000
}

.checkout .payment-method__input:checked+.payment-method__label .svg-background {
    fill: #b00000
}

.checkout .payment-method__input:checked+.payment-method__label .payment-method__check {
    border-color: #b00000
}

.checkout .payment-method__input:checked+.payment-method__label .payment-method__check:after {
    opacity: 1
}

.checkout .payment-method__input:checked+.payment-method__label .payment-method__title {
    color: #b00000;
    font-weight: 400
}

@media (min-width: 768px) {
    .checkout .payment-method__input:checked+.payment-method__label .payment-method__title {
        font-size:16px
    }
}

@media (min-width: 992px) {
    .checkout .payment-method__input:checked+.payment-method__label .payment-method__title {
        font-size:20px
    }
}

.checkout .payment-method__label {
    border: 2px solid #0d2645;
    border-radius: 3px;
    padding: 18px 18px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    position: relative;
    min-height: 120px
}

@media (max-width: 1200px) {
    .checkout .payment-method__label {
        min-height:130px
    }
}

.checkout .payment-method__label:hover {
    cursor: pointer
}

.checkout .payment-method__label .payment-method__icon.online-pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: auto
}

@media (max-width: 768px) {
    .checkout .payment-method__label .payment-method__icon.online-pay {
        height:36px
    }
}

.checkout .payment-method__label .payment-method__icon.online-pay img {
    display: inline-block;
    height: 100%;
    width: auto;
    margin-right: 12px
}

@media (max-width: 768px) {
    .checkout .payment-method__label .payment-method__icon.online-pay img {
        margin-right:8px
    }
}

.checkout .payment-method__label .payment-method__icon.online-pay img:last-child {
    margin-right: 0
}

.checkout .payment-method__check {
    position: absolute;
    right: 10px;
    top: 10px;
    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;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px solid #0d2645
}

.checkout .payment-method__check:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: #b00000;
    border-radius: 50%;
    opacity: 0
}

.checkout .payment-method i {
    color: #0d2645;
    font-size: 50px;
    margin-bottom: 14px
}

.checkout .payment-method__icon {
    margin-bottom: 14px
}

.checkout .payment-method__icon.yookassa {
    width: 80px;
    height: 50px
}

.checkout .payment-method__title {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 768px) {
    .checkout .payment-method__title {
        font-size:16px
    }
}

@media (max-width: 576px) {
    .checkout .payment-method__title {
        font-size:14px
    }
}

.checkout .payment-method__title .dopInfo {
    position: relative;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 768px) {
    .checkout .payment-method__title .dopInfo {
        margin-top:4px
    }
}

.checkout .payment-method__title .dopInfo:hover svg path {
    fill: #b00000
}

.checkout .payment-method__title .dopInfo:hover .info-block {
    display: block
}

.checkout .payment-method__title .dopInfo .info-block {
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 12px;
    position: absolute;
    top: 26px;
    right: 0;
    padding: 16px;
    width: 260px
}

@media (min-width: 768px) {
    .checkout .payment-method__title .dopInfo .info-block {
        width:312px;
        top: 26px
    }
}

@media (min-width: 1200px) {
    .checkout .payment-method__title .dopInfo .info-block {
        left:26px;
        top: 0;
        width: 384px;
        padding: 20px
    }
}

.checkout .payment-method__title .dopInfo .info-block p {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #0d2645;
    margin-bottom: 10px
}

.checkout .payment-method__title .dopInfo .info-block p:last-child {
    margin-bottom: 0
}

.checkout .payment-method .icon-always-yes {
    font-size: 24px
}

@media (min-width: 768px) and (max-width:1200px) {
    .checkout .payment-method .icon-always-yes {
        font-size:16px
    }
}

@media (max-width: 576px) and (max-width:768px) {
    .checkout .payment-method .icon-always-yes {
        font-size:18px
    }
}

.checkout .payment-method .method-credit {
    border: 2px solid #0d2645;
    border-radius: 3px;
    padding: 18px 18px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    position: relative;
    min-height: 120px
}

@media (max-width: 1200px) {
    .checkout .payment-method .method-credit {
        min-height:130px
    }
}

.checkout .payment-method .method-credit:hover {
    cursor: pointer
}

.checkout .payment-method.active .method-credit {
    border-color: #b00000
}

.checkout .payment-method.active .method-credit .payment-method__title {
    color: #b00000
}

.checkout .payment-method.active .method-credit .payment-method__check {
    border-color: #b00000
}

.checkout .payment-method.active .method-credit .payment-method__check:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: #b00000;
    border-radius: 50%;
    opacity: 1
}

.checkout .payment-method.active .method-credit svg path {
    fill: #b00000
}

.checkout .delivery-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkout .delivery-methods .payment-method-tab {
    display: none
}

.checkout .delivery-methods .payment-method-tab.active {
    display: block
}

.checkout .delivery-method {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1
}

@media (min-width: 375px) {
    .checkout .delivery-method:nth-child(2n) {
        margin-right:0
    }
}

.checkout .delivery-method__infotable {
    width: 100%
}

.checkout .delivery-method__fasticon {
    font-size: 34px!important;
    padding-top: 5px
}

.checkout .delivery-method__expressiconcontainer {
    width: 50px;
    font-size: 0;
    padding-left: 5px;
    padding-top: 6px
}

.checkout .delivery-method__iconcontainer {
    width: 47px;
    font-size: 0;
    padding-left: 5px;
    padding-top: 3px
}

.checkout .delivery-method__expressname {
    font-size: 13px;
    display: inherit
}

@media (min-width: 375px) {
    .checkout .delivery-method__expressname {
        font-size:18px
    }
}

.checkout .delivery-method__expressdescription {
    font-size: 9px;
    white-space: nowrap
}

@media (min-width: 375px) {
    .checkout .delivery-method__expressdescription {
        font-size:13px
    }
}

.checkout .delivery-method__condition {
    font-size: 11px;
    padding-right: 7px;
    text-align: right
}

@media (min-width: 375px) {
    .checkout .delivery-method__condition {
        font-size:14px
    }
}

.checkout .delivery-method__checkcontainer {
    width: 30px
}

.checkout .delivery-method__standartname {
    font-size: 13px;
    text-align: left
}

@media (min-width: 375px) {
    .checkout .delivery-method__standartname {
        font-size:18px
    }
}

.checkout .delivery-method__input {
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0
}

.checkout .delivery-method__input:checked+.delivery-method__label {
    border-color: #b00000;
    color: #b00000
}

.checkout .delivery-method__input:checked+.delivery-method__label i {
    color: #b00000
}

.checkout .delivery-method__input:checked+.delivery-method__label .svg-background {
    fill: #b00000
}

.checkout .delivery-method__input:checked+.delivery-method__label .delivery-method__check {
    border-color: #b00000
}

.checkout .delivery-method__input:checked+.delivery-method__label .delivery-method__check:after {
    opacity: 1
}

.checkout .delivery-method__input:checked+.delivery-method__label .delivery-method__title {
    color: #b00000;
    font-weight: 400
}

@media (min-width: 768px) {
    .checkout .delivery-method__input:checked+.delivery-method__label .delivery-method__title {
        font-size:16px
    }
}

@media (min-width: 992px) {
    .checkout .delivery-method__input:checked+.delivery-method__label .delivery-method__title {
        font-size:20px
    }
}

.checkout .delivery-method__label {
    border: 2px solid #0d2645;
    border-radius: 3px;
    padding: 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    position: relative;
    min-height: 60px
}

@media (max-width: 768px) {
    .checkout .delivery-method__label {
        min-height:28px
    }
}

@media screen and (max-width: 576px) {
    .checkout .delivery-method__label {
        min-height:27px
    }
}

.checkout .delivery-method__label:hover {
    cursor: pointer
}

.checkout .delivery-method__check {
    right: 10px;
    top: 10px;
    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;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px solid #0d2645
}

.checkout .delivery-method__check:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: #b00000;
    border-radius: 50%;
    opacity: 0
}

.checkout .delivery-method i {
    color: #0d2645;
    font-size: 38px;
    margin-bottom: 0
}

.checkout .delivery-method__icon {
    margin-bottom: 0
}

.checkout .delivery-method__title {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 768px) {
    .checkout .delivery-method__title {
        font-size:16px
    }
}

@media (max-width: 576px) {
    .checkout .delivery-method__title {
        font-size:14px
    }
}

.checkout .delivery-method__title .dopInfo {
    position: relative;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 768px) {
    .checkout .delivery-method__title .dopInfo {
        margin-top:4px
    }
}

.checkout .delivery-method__title .dopInfo:hover svg path {
    fill: #b00000
}

.checkout .delivery-method__title .dopInfo:hover .info-block {
    display: block
}

.checkout .delivery-method__title .dopInfo .info-block {
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 12px;
    position: absolute;
    top: 26px;
    right: 0;
    padding: 16px;
    width: 260px
}

@media (min-width: 768px) {
    .checkout .delivery-method__title .dopInfo .info-block {
        width:312px;
        top: 26px
    }
}

@media (min-width: 1200px) {
    .checkout .delivery-method__title .dopInfo .info-block {
        left:26px;
        top: 0;
        width: 384px;
        padding: 20px
    }
}

.checkout .delivery-method__title .dopInfo .info-block p {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #0d2645;
    margin-bottom: 10px
}

.checkout .delivery-method__title .dopInfo .info-block p:last-child {
    margin-bottom: 0
}

.checkout .delivery-method .icon-always-yes {
    font-size: 24px
}

@media (min-width: 768px) and (max-width:1200px) {
    .checkout .delivery-method .icon-always-yes {
        font-size:16px
    }
}

@media (max-width: 576px) and (max-width:768px) {
    .checkout .delivery-method .icon-always-yes {
        font-size:18px
    }
}

.checkout .expressdelivery-section .action-title {
    font-size: 20px;
    line-height: 145%;
    color: #071a33;
    margin: 0
}

.checkout .credit-variants .credit-item .payment-method__label {
    border: 0;
    min-height: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkout .credit-variants .credit-item .payment-method__check {
    position: unset;
    margin-right: 8px
}

.checkout .credit-variants .credit-item .payment-method__title {
    color: #071a33!important;
    font-size: 16px!important;
    line-height: 24px!important;
    max-width: calc(100% - 33px)
}

@media (min-width: 1200px) {
    .checkout .credit-variants .credit-item .payment-method__title {
        font-size:18px!important
    }
}

.checkout .credit-variants .credit-item .payment-method__subtitle {
    font-size: 14px;
    line-height: 24px;
    color: #8693a2;
    width: 100%;
    max-width: calc(100% - 33px);
    margin-left: 32px
}

.checkout .credit-variants__head {
    margin-left: 20px;
    font-size: 16px;
    line-height: 130%
}

@media (min-width: 1200px) {
    .checkout .credit-variants__head {
        font-size:20px;
        line-height: 145%
    }
}

.checkout .selected-department {
    margin-bottom: 18px;
    margin-top: 10px
}

.checkout .selected-department__name,.checkout .selected-department__address {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 4px
}

.checkout .selected-department__info {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px
}

.checkout .courier-edit-address {
    color: #b00000;
    text-decoration: underline;
    background: #fff
}

.checkout .checkout-result {
    margin-top: 60px;
    margin-bottom: 50px
}

@media (min-width: 0) {
    .checkout .checkout-result {
        width:100%
    }
}

@media (min-width: 1200px) {
    .checkout .checkout-result {
        width:70%
    }
}

.checkout .checkout-result__text {
    font-size: 20px;
    line-height: 145%;
    color: #071a33
}

.checkout .checkout-result .order-comment-block {
    margin-bottom: 40px
}

.checkout .checkout-result .order__test {
    display: block;
    position: relative;
    padding-left: 30px;
    margin: -30px 0 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkout .checkout-result .order__test input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkout .checkout-result .order__test input:checked~.checkmark {
    background-color: #b00000
}

.checkout .checkout-result .order__test .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkout .checkout-result .order__test input:checked~.checkmark:after {
    display: block
}

.checkout .checkout-result .order__test .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1.3px solid #8693a2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px
}

.checkout .checkout-result .order__test .checkmark:after {
    left: 5px;
    top: 0;
    width: 9px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none
}

.checkout .checkout-result .order__test__checktext {
    font-size: 14px;
    line-height: 145%
}

.checkout .checkout-result .textarea-control {
    border: 1px solid #e8e8e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
    line-height: 145%;
    color: #8693a2;
    padding: 19px 16px;
    resize: none
}

.checkout .checkout-result .order-comment-block:nth-child(3) .textarea-control {
    height: 140px
}

.checkout .checkout-result .btn,.checkout .checkout-result .active-filters__link .close-btn,.active-filters__link .checkout .checkout-result .close-btn,.checkout .checkout-result .active-filters__button {
    width: 100%;
    background: #8693a2;
    border-radius: 40px;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #fff;
    padding: 15px 0
}

.checkout .input-control[name=FullName] {
    color: #000!important
}

.checkout .input-control[type=text].input-validation-error~label,.checkout .input-control[type=email].input-validation-error~label,.checkout .input-control[type=search].input-validation-error~label,.checkout .input-control[type=password].input-validation-error~label,.checkout textarea.input-control.input-validation-error {
    color: #f63933;
    top: 35%
}

.checkout .input-control[type=text].input-validation-error,.checkout .input-control[type=email].input-validation-error,.checkout .input-control[type=search].input-validation-error,.checkout .input-control[type=password].input-validation-error,.checkout textarea.input-control.input-validation-error {
    color: #f63933;
    border: 1px solid #f63933
}

.section-checkout .hero__img img {
    width: 100%
}

.section-checkout iframe {
    min-height: 560px
}

.order-success {
    border-bottom: 1px solid #e8e8e9
}

@media (min-width: 0) {
    .order-success__wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 992px) {
    .order-success__wrap {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 0) {
    .order-success .success-message {
        margin-top:42px
    }
}

@media (min-width: 992px) {
    .order-success .success-message {
        margin-top:72px
    }
}

@media (min-width: 0) {
    .order-success .success-message__wrap {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .order-success .success-message__wrap {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 992px) {
    .order-success .success-message h1 {
        margin-bottom:20px
    }
}

@media (min-width: 992px) {
    .order-success .success-message p {
        margin-top:0!important;
        margin-bottom: 40px!important
    }
}

.order-success .round-tick {
    position: relative
}

.order-success .round-tick .tick-icon {
    position: absolute;
    left: 23px;
    top: 12px;
    width: 13px;
    height: 28px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.order-success__button,.order-success__button:hover {
    background: #b00000;
    border-radius: 40px;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #fff;
    padding: 12px 80px;
    text-decoration: none
}

@media (min-width: 0) {
    .order-success__button,.order-success__button:hover {
        margin-top:30px;
        margin-bottom: 19px
    }
}

@media (min-width: 992px) {
    .order-success__button,.order-success__button:hover {
        margin-top:0;
        margin-bottom: 112px
    }
}

.order-success .order-summary {
    border-bottom: none;
    border-left: 1px solid #e8e8e9
}

@media (min-width: 0) {
    .order-success .order-summary {
        border:0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0!important
    }
}

@media (min-width: 992px) {
    .order-success .order-summary {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-top: 60px!important
    }
}

.order-success .order-summary__title {
    font-size: 24px;
    line-height: 123%;
    color: #071a33
}

.order-success .order-summary .cart-item__product-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.form-control[type=text].input-validation-error,.form-control[type=email].input-validation-error,.form-control[type=search].input-validation-error,.form-control[type=password].input-validation-error,textarea.form-control.input-validation-error {
    color: #f63933;
    border: 1px solid #f63933
}

#phoneSplitInput.form-control[type=text].input-validation-error {
    padding-left: 65px
}

.form-control[type=text].input-validation-error~label,.form-control[type=email].input-validation-error~label,.form-control[type=search].input-validation-error~label,.form-control[type=password].input-validation-error~label,textarea.form-control.input-validation-error {
    color: #f63933
}

.form-control[type=text].input-validation-error::-webkit-input-placeholder,.form-control[type=email].input-validation-error::-webkit-input-placeholder,.form-control[type=search].input-validation-error::-webkit-input-placeholder,.form-control[type=password].input-validation-error::-webkit-input-placeholder,textarea.form-control.input-validation-error::-webkit-input-placeholder {
    color: #f63933;
    opacity: 1
}

.form-control[type=text].input-validation-error::-moz-placeholder,.form-control[type=email].input-validation-error::-moz-placeholder,.form-control[type=search].input-validation-error::-moz-placeholder,.form-control[type=password].input-validation-error::-moz-placeholder,textarea.form-control.input-validation-error::-moz-placeholder {
    color: #f63933;
    opacity: 1
}

.form-control[type=text].input-validation-error:-ms-input-placeholder,.form-control[type=email].input-validation-error:-ms-input-placeholder,.form-control[type=search].input-validation-error:-ms-input-placeholder,.form-control[type=password].input-validation-error:-ms-input-placeholder,textarea.form-control.input-validation-error:-ms-input-placeholder {
    color: #f63933;
    opacity: 1
}

.form-control[type=text].input-validation-error::-ms-input-placeholder,.form-control[type=email].input-validation-error::-ms-input-placeholder,.form-control[type=search].input-validation-error::-ms-input-placeholder,.form-control[type=password].input-validation-error::-ms-input-placeholder,textarea.form-control.input-validation-error::-ms-input-placeholder {
    color: #f63933;
    opacity: 1
}

.form-control[type=text].input-validation-error::placeholder,.form-control[type=email].input-validation-error::placeholder,.form-control[type=search].input-validation-error::placeholder,.form-control[type=password].input-validation-error::placeholder,textarea.form-control.input-validation-error::placeholder {
    color: #f63933;
    opacity: 1
}

.form-control[type=text].input-validation-error::-webkit-input-placeholder {
    color: gray
}

.form-control[type=text].input-validation-error::-moz-placeholder {
    color: gray
}

.form-control[type=text].input-validation-error:-ms-input-placeholder {
    color: gray
}

.form-control[type=text].input-validation-error::-ms-input-placeholder {
    color: gray
}

.form-control[type=text].input-validation-error::placeholder {
    color: gray
}

.form-control[type=text].input-validation-error:-ms-input-placeholder,.form-control[type=email].input-validation-error:-ms-input-placeholder,.form-control[type=search].input-validation-error:-ms-input-placeholder,.form-control[type=password].input-validation-error:-ms-input-placeholder,textarea.form-control.input-validation-error:-ms-input-placeholder {
    color: #f63933
}

.form-control[type=text].input-validation-error:-ms-input-placeholder {
    color: gray
}

.form-control[type=text].input-validation-error::-ms-input-placeholder,.form-control[type=email].input-validation-error::-ms-input-placeholder,.form-control[type=search].input-validation-error::-ms-input-placeholder,.form-control[type=password].input-validation-error::-ms-input-placeholder,textarea.form-control.input-validation-error::-ms-input-placeholder {
    color: #f63933
}

.form-control[type=text].input-validation-error::-ms-input-placeholder {
    color: gray
}

.code-counter-wrap {
    margin-top: 20px!important
}

#inline-delivery-point-select {
    margin-top: 20px
}

.location__search-branch {
    background-color: #071a33;
    padding: 20px
}

@media (min-width: 0) {
    .location__search-branch {
        border-radius:12px 12px 0 0
    }
}

@media (min-width: 992px) {
    .location__search-branch {
        border-radius:12px 0 0 0
    }
}

.location__search-branch input {
    width: 100%;
    font-size: 16px;
    line-height: 145%;
    color: #8693a2;
    padding: 17px 16px 16px;
    outline: 0;
    border: 0
}

.location__btn {
    margin-top: 32px
}

.bootstrap-timepicker-widget [data-action=incrementHour] span:before,.bootstrap-timepicker-widget [data-action=incrementMinute] span:before {
    content: "\21E7"
}

.bootstrap-timepicker-widget [data-action=decrementHour] span:before,.bootstrap-timepicker-widget [data-action=decrementMinute] span:before {
    content: "\21E9"
}

@media (min-width: 992px) and (max-width:1199px) {
    .container-products .col-lg-9 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

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

.container-products .modal-dialog {
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important
}

.product-page .suggestions {
    margin: 40px 0
}

@media (min-width: 992px) {
    .product-page .suggestions {
        margin:60px 0
    }
}

.product {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .product {
        padding-bottom:60px
    }
}

.product .available {
    font-size: 12px;
    line-height: 145%;
    margin-bottom: 10px
}

.product .available.green {
    color: #219653
}

.product .available.red {
    color: #f63933
}

.product .name {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 8px
}

.product .full-name {
    font-size: 12px;
    line-height: 145%;
    margin-bottom: 10px
}

.product .articul {
    font-size: 12px;
    line-height: 145%;
    color: #8693a2;
    margin-bottom: 10px
}

.product .color-picker__controls a {
    display: inline-block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: red
}

@media (max-width: 576px) {
    .product .color-picker__controls a {
        height:40px;
        width: 40px
    }
}

.product .color-picker__controls a.active {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.product .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-right: 25px
}

.product .price-block .prev-price {
    font-size: 12px;
    line-height: 145%;
    color: #8693a2;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.product .price {
    font-size: 24px;
    line-height: 123%
}

.product .bonus-count {
    font-size: 12px;
    line-height: 145%;
    color: #fff;
    font-weight: 700;
    height: 40px;
    padding-right: 12px;
    border-radius: 8px;
    background-color: #A94545
}

.product .bonus-count svg {
    margin: 8px 4px 8px 12px
}

.product .compareBtn__btn {
    width: 100%;
    font-size: 18px;
    line-height: 145%;
    color: #071a33;
    padding: 0;
    border: 0;
    text-align: left;
    position: relative;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.product .compareBtn__btn svg {
    margin-right: 12px
}

.product .compareBtn__btn .btn__exclamation {
    display: none
}

.product .compareBtn__btn:hover {
    color: #A94545
}

.product .compareBtn__btn:hover svg path {
    fill: #A94545
}

.product .compareBtn__btn.added {
    cursor: pointer
}

.product .compareBtn__btn.added .btn__svg-wrap:after,.product .compareBtn__btn.added .btn__svg-wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 33px;
    top: 2px
}

.product .compareBtn__btn.added .btn__svg-wrap:after {
    left: 41px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product .compareBtn__btn.added .btn__svg-wrap:before {
    background-color: #A94545;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.product .compareBtn__btn.added .btn__text {
    display: none
}

.product .compareBtn__btn.added .btn__exclamation {
    display: inline-block
}

.product__price-bonus {
    margin-bottom: 20px
}

.product-promocode {
    width: 315px;
    height: 90px;
    position: relative;
    margin-bottom: 25px
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .product-promocode {
        margin-bottom:0
    }
}

.product-promocode img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-promocode__info {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0
}

.product-promocode__info .left {
    max-width: 108px
}

.product-promocode__info .left .price {
    font-weight: 700;
    font-size: 18px;
    line-height: 123%;
    color: #071a33;
    margin-bottom: 0
}

.product-promocode__info .left .date {
    font-size: 12px;
    line-height: 120%;
    color: #071a33;
    margin-top: 4px;
    margin-bottom: 0
}

.product-promocode__info .right {
    max-width: 82px;
    margin-right: 10px
}

.product-promocode__info .right .code {
    font-size: 12px;
    line-height: 120%;
    color: #071a33;
    margin-bottom: 0;
    text-align: center
}

.product-promocode__info .right .code span {
    font-weight: 700
}

.product-promocode__info .right .confirm {
    font-weight: 700;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #A94545;
    margin-top: 6px;
    background: 0 0;
    border: 0
}

.product-promocode__info .right svg {
    margin: 0 auto 8px;
    display: block
}

.product__gift {
    background-color: #fff;
    border-radius: 18px;
    padding: 12px 16px 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    background: #F7F7F7;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none!important
}

@media (min-width: 1200px) {
    .product__gift {
        padding:12px 20px 12px 12px
    }
}

.product__gift:not(:last-child) {
    margin-bottom: 10px
}

.product__gift .gift__img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.product__gift .gift__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.product__gift .gift__title {
    font-size: 12px;
    line-height: 145%;
    color: #071a33;
    margin-bottom: 0;
    margin-right: 12px
}

@media (min-width: 1200px) {
    .product__gift .gift__title {
        margin-right:20px
    }
}

.product__gift .gift__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 116px
}

@media (min-width: 992px) {
    .product__gift .gift__price-wrap {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 90px
    }
}

@media (min-width: 1200px) {
    .product__gift .gift__price-wrap {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 116px
    }
}

@media (min-width: 0) {
    .product__gift .gift__price-wrap .price-wrap__icon {
        margin-right:13px
    }
}

@media (min-width: 992px) {
    .product__gift .gift__price-wrap .price-wrap__icon {
        margin-right:0
    }
}

@media (min-width: 1200px) {
    .product__gift .gift__price-wrap .price-wrap__icon {
        margin-right:8px
    }
}

.product__gift .gift__price .price__amount {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 145%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #8693a2
}

.product__gift .gift__price .price__text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 145%;
    color: #A94545
}

.product .favorite,.product .compareBtn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 145%;
    margin-top: 20px;
    color: #071a33;
    text-decoration: none
}

.product .favorite:hover,.product .compareBtn:hover {
    cursor: pointer;
    color: #A94545
}

.product .favorite i,.product .compareBtn i {
    font-size: 42px;
    margin-right: 20px
}

.product .favorite.added:hover,.product .compareBtn.added:hover {
    color: #A94545;
    cursor: pointer
}

@media (min-width: 768px) {
    .product .favorite,.product .compareBtn {
        margin-top:0
    }
}

@media (min-width: 992px) {
    .product .favorite,.product .compareBtn {
        margin-top:20px
    }
}

.product .favorite .complete,.product .compareBtn .complete {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 26px;
    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;
    background-color: #A94545;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.product .favorite .complete:after,.product .compareBtn .complete:after {
    content: '';
    position: absolute;
    right: 6px;
    display: block;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 1px
}

.product .product-actions {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .product .product-actions {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.product .product-actions .btn,.product .product-actions .active-filters__link .close-btn,.active-filters__link .product .product-actions .close-btn,.product .product-actions .active-filters__button {
    width: 100%
}

.product .buy-block {
    width: 100%;
    position: relative;
    overflow: hidden
}

.product .buy-block:hover .btn-primary,.product .buy-block:hover .btn.btn-outline-primary,.product .buy-block:hover .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .product .buy-block:hover .btn-outline-primary.close-btn,.product .buy-block:hover #filtersModal .btn.reset-filters,#filtersModal .product .buy-block:hover .btn.reset-filters,.product .buy-block:hover #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .product .buy-block:hover .reset-filters.close-btn,.product .buy-block:hover .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .product .buy-block:hover .reset-filters.close-btn,.product .buy-block:hover #filtersModal .reset-filters.active-filters__button,#filtersModal .product .buy-block:hover .reset-filters.active-filters__button,.product .buy-block:hover .active-filters__button {
    width: 35%
}

.product .buy-block .btn-primary,.product .buy-block .btn.btn-outline-primary,.product .buy-block .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .product .buy-block .btn-outline-primary.close-btn,.product .buy-block #filtersModal .btn.reset-filters,#filtersModal .product .buy-block .btn.reset-filters,.product .buy-block #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .product .buy-block .reset-filters.close-btn,.product .buy-block .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .product .buy-block .reset-filters.close-btn,.product .buy-block #filtersModal .reset-filters.active-filters__button,#filtersModal .product .buy-block .reset-filters.active-filters__button,.product .buy-block .active-filters__button {
    width: 35%;
    position: relative;
    z-index: 3;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

@media (min-width: 1200px) {
    .product .buy-block .btn-primary,.product .buy-block .btn.btn-outline-primary,.product .buy-block .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .product .buy-block .btn-outline-primary.close-btn,.product .buy-block #filtersModal .btn.reset-filters,#filtersModal .product .buy-block .btn.reset-filters,.product .buy-block #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .product .buy-block .reset-filters.close-btn,.product .buy-block .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .product .buy-block .reset-filters.close-btn,.product .buy-block #filtersModal .reset-filters.active-filters__button,#filtersModal .product .buy-block .reset-filters.active-filters__button,.product .buy-block .active-filters__button {
        width:100%
    }
}

.product .buy-block .hide-elem {
    display: block;
    height: 100%;
    width: 35%;
    background-color: #f7f7f7;
    border: 1px solid #b00000;
    border-radius: 40px;
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 0
}

.product .buy-block .hide-elem:after {
    content: '';
    width: 20px;
    height: calc(100% + 2px);
    background-color: #f7f7f7;
    right: 23px;
    top: -1px;
    position: absolute
}

.product .buy-block .btn-oneclick {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: transparent;
    color: #b00000;
    border: 1px solid #b00000;
    width: 70%;
    border-radius: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 14px 20px;
    font-size: 20px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.product .buy-block .btn-oneclick:hover {
    border-color: #b00000!important;
    background-color: #b00000;
    color: #fff
}

.product .buy-block .btn-oneclick:focus,.product .buy-block .btn-oneclick:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #b00000!important;
    background-color: #b00000;
    color: #fff
}

@media (max-width: 767px) {
    .product .buy-block .btn-oneclick {
        padding:11px 16px;
        font-size: 16px
    }
}

.product .ordered-btn {
    background-color: transparent;
    color: #b00000;
    cursor: default!important
}

.product .btn-live-wrap .btn-live {
    width: 100%
}

.product .advantages {
    padding: 40px 0
}

@media (min-width: 992px) {
    .product .advantages {
        padding:60px 0
    }
}

.product .coffemachine-demo {
    margin-top: 30px
}

@media (min-width: 768px) and (max-width:991px) {
    .product .coffemachine-demo {
        margin-top:40px
    }
}

.product .coffemachine-demo__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 12px;
    padding: 24px
}

@media (min-width: 768px) and (max-width:991px) {
    .product .coffemachine-demo__wrapper {
        padding:32px
    }
}

.product .coffemachine-demo__wrapper .coffemachine-demo__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    color: #000;
    margin-bottom: 12px
}

@media (min-width: 768px) and (max-width:991px) {
    .product .coffemachine-demo__wrapper .coffemachine-demo__title {
        font-size:20px
    }
}

.product .coffemachine-demo__wrapper .coffemachine-demo__text {
    font-size: 14px;
    line-height: 145%;
    color: #071a33;
    margin-bottom: 12px
}

.product .coffemachine-demo__wrapper .coffemachine-demo__remark {
    font-size: 12px;
    line-height: 145%;
    color: #071a33;
    margin-bottom: 12px
}

@media (min-width: 768px) and (max-width:991px) {
    .product .coffemachine-demo__wrapper .coffemachine-demo__remark {
        width:48.9727%
    }
}

.product .coffemachine-demo__wrapper .coffemachine-demo__button {
    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;
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 145%;
    border: 0;
    border-radius: 40px
}

@media (min-width: 768px) and (max-width:991px) {
    .product .coffemachine-demo__wrapper .coffemachine-demo__button {
        width:48.9727%;
        height: 53px;
        font-size: 20px
    }
}

.product-view {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .product-view {
        margin-bottom:0
    }
}

.product-view__main-card.card {
    border-radius: 12px;
    background-color: #fff
}

.product-view__main-card.card .video-slide .video_card {
    border-radius: 12px;
    max-height: 330px
}

@media (min-width: 768px) {
    .product-view__main-card.card .video-slide .video_card {
        max-height:450px
    }
}

@media (min-width: 992px) {
    .product-view__main-card.card .video-slide .video_card {
        max-height:500px
    }
}

.product-view__main-card.card .video-slide .video_card .thumb_rel {
    height: 100%
}

.product-view .promo-code {
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #A94545;
    color: #fff;
    padding: 0 12px;
    border-radius: 4px;
    z-index: 3;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif
}

@media (max-width: 576px) {
    .product-view .promo-code {
        top:16px;
        left: 16px;
        padding: 0 6px;
        font-size: 12px;
        line-height: 25px
    }
}

.product-view .privileges-icons {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 992px) {
    .product-view .privileges-icons {
        top:20px;
        right: 20px
    }
}

.product-view .privileges-icons__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px
}

@media (min-width: 992px) {
    .product-view .privileges-icons__item:hover .notice {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.product-view .privileges-icons__item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-view .privileges-icons__item .icon .text-icon {
    font-size: 10px;
    line-height: 100%;
    font-weight: 700;
    color: #A94545;
    margin-bottom: -4px
}

@media screen and (min-width: 992px) {
    .product-view .privileges-icons__item .icon .text-icon {
        font-size:16px;
        line-height: 100%;
        margin-bottom: -6px
    }
}

.product-view .privileges-icons__item .icon svg {
    width: 32px;
    height: 32px
}

@media (min-width: 992px) {
    .product-view .privileges-icons__item .icon svg {
        width:50px;
        height: 50px
    }
}

.product-view .privileges-icons__item .notice {
    display: none
}

@media (min-width: 992px) {
    .product-view .privileges-icons__item .notice {
        position:absolute;
        right: calc(100% + 10px);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        font-size: 12px;
        line-height: 145%;
        padding: 10px 18px;
        border-radius: 4px;
        white-space: nowrap;
        -webkit-filter: drop-shadow(0 2px 10px rgba(0,0,0,.1));
        filter: drop-shadow(0 2px 10px rgba(0,0,0,.1));
        color: #071a33
    }

    .product-view .privileges-icons__item .notice:before {
        position: absolute;
        right: -10px;
        content: '';
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 13px solid #fff
    }
}

.product-view .zoom-image {
    width: 100%;
    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;
    max-height: 565px
}

.product-view .zoom-image:after {
    display: none
}

.product-view .zoom-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 80%;
    height: auto
}

.product-view .card {
    padding-top: 0
}

.product-view .card .swiper-slide:not(.swiper-slide-active) {
    opacity: 0!important
}

@media (max-width: 767px) {
    .product-view .hidden-768 {
        display:none
    }
}

.product-view__thumbs {
    position: relative;
    padding-top: 565px
}

@media (max-width: 767px) {
    .product-view__thumbs {
        padding-top:0
    }
}

.product-view__thumbs .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .product-view__thumbs .swiper-container {
        position:static
    }
}

.product-view__thumbs .swiper-slide {
    max-width: 80px;
    max-height: 80px
}

.product-view__thumbs .thumb {
    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;
    height: 100%;
    border-radius: 12px
}

.product-view__thumbs .thumb img {
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    border-radius: 12px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-view__thumbs .thumb.video-icon {
    position: relative
}

.product-view__thumbs .thumb.video-icon:after {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2222%22%20viewBox%3D%220%200%2021%2022%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M3.16667%200.607875L19.4447%209.07788C19.7963%209.26087%2020.091%209.53684%2020.2967%209.87573C20.5024%2010.2146%2020.6112%2010.6035%2020.6112%2010.9999C20.6112%2011.3963%2020.5024%2011.7851%2020.2967%2012.124C20.091%2012.4629%2019.7963%2012.7389%2019.4447%2012.9219L3.16667%2021.3919C2.83642%2021.5637%202.46748%2021.6475%202.09541%2021.6353C1.72335%2021.623%201.36071%2021.5151%201.04248%2021.322C0.724243%2021.1288%200.461141%2020.8569%200.278544%2020.5325C0.0959475%2020.2081%201.61102e-05%2019.8421%200%2019.4699V2.52987C1.22226e-05%202.17018%200.0895731%201.81615%200.260603%201.49972C0.431633%201.18329%200.678751%200.914421%200.979661%200.717364C1.28057%200.520307%201.62581%200.401265%201.98422%200.370977C2.34264%200.340689%202.70295%200.400108%203.03267%200.543875L3.16667%200.607875Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 10px;
    width: 30px;
    height: 30px;
    pointer-events: none
}

.product-view__thumbs .swiper-slide {
    -ms-flex-negative: unset;
    flex-shrink: unset
}

.product-view__thumbs .swiper-thumbs .swiper-slide {
    width: 100%;
    opacity: .4;
    height: auto!important
}

@media (min-width: 992px) and (max-width:1199px) {
    .product-view__thumbs .swiper-thumbs .swiper-slide {
        height:auto!important
    }
}

.product-view__thumbs .swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.product-view .swiper-pagination {
    margin: 5px 0 10px;
    display: block;
    position: absolute
}

.product-view .swiper-pagination-bullet {
    width: 10px;
    height: 10px
}

.product-view .swiper-pagination .swiper-pagination-bullet {
    border-color: #b00000
}

.product-view .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b00000
}

.product-view .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px
}

.product-view .swiper-container-fade .swiper-slide-active {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-view .swiper-container {
    margin-left: inherit;
    margin-right: inherit
}

.product-view .swiper-pagination-bullet {
    margin: 0 8px
}

.product-view .swiper-container .swiper-button-next:after {
    content: url(../images/arrow-left-new.svg);
    display: block;
    position: absolute;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-view .swiper-button-next {
    right: 10px;
    width: 32px;
    height: 32px
}

@media (min-width: 992px) {
    .product-view .swiper-button-next {
        right:20px
    }
}

.product-view .swiper-button-prev {
    left: 10px;
    width: 32px;
    height: 32px
}

@media (min-width: 992px) {
    .product-view .swiper-button-prev {
        right:20px
    }
}

.product-view .swiper-button-disabled {
    display: none
}

.product-view .swiper-container .swiper-button-prev:after {
    content: url(../images/arrow-left-new.svg);
    display: block;
    position: absolute;
    z-index: 99
}

.product-view #toggle_view {
    opacity: .5;
    font-size: 25px
}

.product-view #toggle_view.active {
    opacity: 1
}

.product-showmore {
    overflow-anchor: none
}

.product-showmore .product-info {
    overflow-y: hidden;
    max-height: 200px
}

@media (min-width: 992px) {
    .product-showmore .product-info {
        max-height:210px
    }
}

.product-showmore .product-info .info-list {
    margin-bottom: 25px
}

.product-showmore .product-info .info-list__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-showmore .product-info .info-list__instruction {
    background: #A94545;
    border: 1px solid #A94545;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 8px 22px;
    text-decoration: none;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #fff
}

.product-showmore .product-info .info-list__heading {
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 1px solid #A94545
}

.product-showmore .product-info .info-list__item {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-showmore .product-info .info-list__item div:first-child {
    padding-right: 15px
}

.product-showmore .product-info .info-list__item div:last-child {
    text-align: right
}

.product-showmore .product-info+.showmore {
    position: relative;
    height: 46px;
    margin-top: 20px;
    margin-bottom: 40px
}

.product-showmore .product-info+.showmore:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 1px;
    background-color: #8693a2
}

@media (min-width: 992px) {
    .product-showmore .product-info+.showmore {
        margin-bottom:60px
    }
}

.product-showmore .product-info+.showmore .showmore-btn {
    height: 46px;
    border-radius: 40px;
    background-color: #fff;
    border: 1px solid #8693a2;
    width: 220px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto
}

.product-showmore .product-info+.showmore .showmore-btn i {
    display: inline-block;
    position: relative;
    top: 3px
}

.product-showmore .product-info:not(.collapsed)+.showmore .showmore-btn i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-video .video_card {
    max-height: 600px
}

.product-description {
    margin: 40px 0
}

@media (min-width: 768px) {
    .product-description {
        margin:60px 0
    }
}

.product-description__title {
    font-size: 20px;
    line-height: 145%;
    margin-bottom: 20px
}

.product-description__title span {
    position: relative;
    display: inline-block
}

.product-description__title span:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #A94545;
    position: absolute;
    left: 0;
    bottom: 0
}

.product-description__text #more {
    display: none
}

.product-description__text #readMore {
    background: #A94545;
    border: 1px solid #A94545;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 8px 22px;
    text-decoration: none;
    font-family: "PT Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #fff
}

.product-review {
    margin: 40px 0
}

@media (min-width: 768px) {
    .product-review {
        margin:60px 0
    }
}

.app-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 75px 20px;
    overflow: hidden
}

@media (min-width: 768px) {
    .app-banner {
        min-height:460px;
        padding: 75px 40px
    }
}

@media (min-width: 992px) {
    .app-banner {
        padding:75px 10%
    }
}

@media (min-width: 1200px) {
    .app-banner {
        min-height:600px;
        padding: 75px 15%
    }
}

.app-banner__img {
    position: absolute;
    bottom: -95px;
    right: -35px;
    width: 160px
}

@media (min-width: 768px) {
    .app-banner__img {
        right:-27px;
        bottom: -60px;
        width: 220px
    }
}

@media (min-width: 992px) {
    .app-banner__img {
        width:270px
    }
}

@media (min-width: 1200px) {
    .app-banner__img {
        width:270px;
        bottom: 0;
        right: 15%
    }
}

.app-banner__img img {
    width: 100%
}

@media (min-width: 768px) {
    .app-banner__content {
        max-width:60%
    }
}

@media (min-width: 1200px) {
    .app-banner__content {
        max-width:370px
    }
}

.app-banner__title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .app-banner__title {
        font-size:24px;
        margin-bottom: 20px
    }
}

.app-banner__description {
    color: #8693a2;
    margin-bottom: 20px
}

.app-banner__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .app-banner__links {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.app-banner__links a {
    display: inline-block;
    margin: 5px 0
}

@media (min-width: 768px) {
    .app-banner__links a {
        margin:0
    }
}

.related-products {
    margin: 40px 0
}

@media (min-width: 768px) {
    .related-products {
        margin:60px 0
    }
}

.related-products__title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .related-products__title {
        font-size:28px;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .related-products__title {
        font-size:36px;
        margin-bottom: 40px
    }
}

.fixed-block {
    position: fixed;
    z-index: 1000;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #f7f7f7;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear
}

.fixed-block.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width: 768px) {
    .fixed-block .container,.fixed-block .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .fixed-block .buttons-container {
        padding:0 30px
    }
}

@media (min-width: 992px) {
    .fixed-block .container,.fixed-block .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .fixed-block .buttons-container {
        padding:0 60px
    }
}

.fixed-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 68px
}

@media (min-width: 768px) {
    .fixed-block__inner {
        height:80px
    }
}

.fixed-block__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fixed-block__left .image {
    width: 48px;
    height: 48px;
    margin-right: 15px;
    border-radius: 12px;
    background-color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 768px) {
    .fixed-block__left .image {
        width:60px;
        height: 60px;
        margin-right: 20px
    }
}

.fixed-block__left .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fixed-block__left .full-name {
    display: none
}

@media (min-width: 768px) {
    .fixed-block__left .full-name {
        display:block;
        max-width: 210px;
        font-size: 18px;
        line-height: 145%;
        margin: 0
    }
}

@media (min-width: 992px) {
    .fixed-block__left .full-name {
        max-width:none
    }
}

.fixed-block__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fixed-block__right .price {
    font-size: 16px;
    line-height: 130%;
    margin-right: 15px
}

@media (min-width: 768px) {
    .fixed-block__right .price {
        font-size:24px;
        line-height: 123%;
        margin-right: 30px
    }
}

.fixed-block__right .ordered-btn {
    width: 120px;
    background-color: transparent;
    color: #b00000;
    cursor: default!important
}

@media (min-width: 768px) {
    .fixed-block__right .ordered-btn {
        width:auto
    }
}

.fixed-block__right .btn-primary,.fixed-block__right .btn.btn-outline-primary,.fixed-block__right .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .fixed-block__right .btn-outline-primary.close-btn,.fixed-block__right #filtersModal .btn.reset-filters,#filtersModal .fixed-block__right .btn.reset-filters,.fixed-block__right #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .fixed-block__right .reset-filters.close-btn,.fixed-block__right .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .fixed-block__right .reset-filters.close-btn,.fixed-block__right #filtersModal .reset-filters.active-filters__button,#filtersModal .fixed-block__right .reset-filters.active-filters__button,.fixed-block__right .active-filters__button {
    padding-top: 10px;
    padding-bottom: 10px
}

.together__title {
    font-size: 24px;
    line-height: 123%;
    color: #071a33;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .together__title {
        font-size:28px;
        line-height: 123%;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .together__title {
        font-size:36px;
        line-height: 123%;
        margin-bottom: 40px
    }
}

.together__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .together__item {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.together__item .item__good {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 50px 12px 12px;
    border-bottom: 1px solid #e8e8e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    background-color: #fff;
    position: relative
}

@media (min-width: 768px) {
    .together__item .item__good {
        background-color:transparent;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        border-bottom: none
    }
}

.together__item .item__good .good__img {
    width: 61px;
    height: 60px;
    padding: 0;
    border: 0;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

@media (min-width: 768px) {
    .together__item .item__good .good__img {
        width:100%;
        height: 300px;
        padding: 50px 19px 50px 17px;
        margin-bottom: 10px;
        background-color: #fff
    }
}

@media (min-width: 1200px) {
    .together__item .item__good .good__img {
        padding:50px 55px 50px 53px
    }
}

.together__item .item__good .good__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 768px) {
    .together__item .item__good .good__img img {
        -o-object-position:center;
        object-position: center
    }
}

.together__item .item__good .good__title {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 145%
}

@media (min-width: 768px) {
    .together__item .item__good .good__title {
        font-size:14px;
        line-height: 145%;
        margin-bottom: 21px
    }
}

.together__item .item__good .good__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media (min-width: 768px) {
    .together__item .item__good .good__prices {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.together__item .item__good .good__oldprice {
    font-size: 14px;
    line-height: 145%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #8693a2;
    margin-right: 8px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .together__item .item__good .good__oldprice {
        font-size:12px;
        line-height: 145%
    }
}

.together__item .item__good .good__newprice {
    font-size: 16px;
    line-height: 145%;
    color: #141414;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .together__item .item__good .good__newprice {
        font-size:20px;
        line-height: 145%;
        margin-bottom: 38px
    }
}

.together__item .item__good:first-child {
    border-radius: 4px 4px 0 0
}

.together__item .item__good:before {
    content: '+';
    top: -29%;
    left: 45%;
    background-color: #fff;
    color: #A94545;
    font-size: 30px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (min-width: 768px) {
    .together__item .item__good:before {
        left:-11.31%;
        top: 25%;
        background-color: transparent;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@media (min-width: 1200px) {
    .together__item .item__good:before {
        left:-9%
    }
}

.together__item .item__good:first-child:before {
    content: ''
}

.together__item .item__total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px 24px 30px 24px;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    position: relative
}

@media (min-width: 768px) {
    .together__item .item__total {
        padding:60px 20px 66px 20px;
        height: 300px
    }
}

@media (min-width: 1200px) {
    .together__item .item__total {
        padding:58px 30px 59px 30px;
        height: 300px
    }
}

.together__item .item__total .total__discount {
    font-size: 18px;
    line-height: 132%;
    color: #141414;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .together__item .item__total .total__discount {
        font-size:20px;
        line-height: 145%;
        margin-bottom: 16px
    }
}

@media (min-width: 1200px) {
    .together__item .item__total .total__discount {
        margin-left:15px;
        font-size: 24px;
        line-height: 123%;
        margin-right: 0
    }
}

.together__item .item__total .total__prices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media (min-width: 768px) {
    .together__item .item__total .total__prices {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 1200px) {
    .together__item .item__total .total__prices {
        margin-left:15px
    }
}

.together__item .item__total .total__oldprice {
    font-size: 16px;
    line-height: 145%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #8693a2;
    margin-right: 12px
}

@media (min-width: 768px) {
    .together__item .item__total .total__oldprice {
        margin-bottom:0
    }
}

.together__item .item__total .total__newprice {
    margin-right: 16px;
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .together__item .item__total .total__newprice {
        font-size:24px;
        line-height: 123%;
        margin-bottom: 16px
    }
}

@media (min-width: 1200px) {
    .together__item .item__total .total__newprice {
        margin-bottom:24px
    }
}

.together__item .item__total .total__button {
    background: #b00000;
    border-radius: 53px;
    border: 0;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 10px 12px 11px 12px
}

@media (min-width: 768px) {
    .together__item .item__total .total__button {
        font-size:16px;
        line-height: 145%;
        padding: 18px 12px 19px 12px
    }
}

@media (min-width: 1200px) {
    .together__item .item__total .total__button {
        padding:15px 12px 16px 12px;
        font-size: 20px;
        line-height: 145%
    }
}

@media (min-width: 768px) {
    .together__item .item__total:before {
        content:' \003D';
        position: absolute;
        top: 38%;
        left: -11.31%;
        color: #A94545;
        font-size: 30px
    }
}

@media (min-width: 1200px) {
    .together__item .item__total:before {
        left:-9%
    }
}

@media (min-width: 768px) {
    .together__item .item__width {
        width:30.25333%
    }

    .together__item .item__width:nth-child(n) {
        margin-right: 4.62%
    }

    .together__item .item__width:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .together__item .item__width {
        width:23.065%
    }

    .together__item .item__width:nth-child(n) {
        margin-right: 2.58%
    }

    .together__item .item__width:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width: 768px) {
    .together__item.good3 {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 1200px) {
    .together__item.good3 {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }
}

.together__item.good3 .item__good {
    margin-bottom: 0
}

.together__item.good3 .item__total {
    padding: 24px 28px
}

@media (min-width: 768px) {
    .together__item.good3 .item__total {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        width: 100%;
        padding: 40px 30px;
        height: auto;
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__total {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 300px
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__total {
        padding:58px 30px 59px 30px
    }
}

@media (min-width: 768px) {
    .together__item.good3 .item__total .total__prices {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__total .total__prices {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 768px) {
    .together__item.good3 .item__total .total__discount,.together__item.good3 .item__total .total__oldprice,.together__item.good3 .item__total .total__newprice {
        -webkit-box-flex:0;
        -ms-flex: none;
        flex: none;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .together__item.good3 .item__total .total__discount {
        margin-right:24px
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__total .total__discount {
        margin-right:0
    }
}

@media (min-width: 768px) {
    .together__item.good3 .item__total .total__oldprice {
        margin-right:12px
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__total .total__oldprice {
        margin-right:0
    }
}

.together__item.good3 .item__total .total__newprice {
    margin-right: 0
}

@media (min-width: 768px) {
    .together__item.good3 .item__total .total__newprice {
        margin-right:40px
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__total .total__newprice {
        margin-right:0
    }
}

@media (min-width: 768px) {
    .together__item.good3 .item__total:before {
        left:50%;
        top: -43px
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__total:before {
        left:-9%;
        top: 36%
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__width {
        width:21.535%
    }

    .together__item.good3 .item__width:nth-child(n) {
        margin-right: 4.62%
    }

    .together__item.good3 .item__width:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .together__item.good3 .item__width {
        width:23.065%
    }

    .together__item.good3 .item__width:nth-child(n) {
        margin-right: 2.58%
    }

    .together__item.good3 .item__width:nth-child(4n) {
        margin-right: 0
    }
}

.together__arrow-prev::after,.together__arrow-next::after {
    content: ""
}

.together__arrow-prev,.together__arrow-next {
    font-size: 32px;
    top: 35%;
    outline: 0;
    display: none
}

@media (min-width: 1200px) {
    .together__arrow-prev,.together__arrow-next {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.together__arrow-prev {
    color: #071a33
}

.together__arrow-next {
    color: #071a33
}

.mobile .buy-block .btn-primary,.mobile .buy-block .btn.btn-outline-primary,.mobile .buy-block .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .mobile .buy-block .btn-outline-primary.close-btn,.mobile .buy-block #filtersModal .btn.reset-filters,#filtersModal .mobile .buy-block .btn.reset-filters,.mobile .buy-block #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .mobile .buy-block .reset-filters.close-btn,.mobile .buy-block .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .mobile .buy-block .reset-filters.close-btn,.mobile .buy-block #filtersModal .reset-filters.active-filters__button,#filtersModal .mobile .buy-block .reset-filters.active-filters__button,.mobile .buy-block .active-filters__button,.tablet .buy-block .btn-primary,.tablet .buy-block .btn.btn-outline-primary,.tablet .buy-block .active-filters__link .btn-outline-primary.close-btn,.active-filters__link .tablet .buy-block .btn-outline-primary.close-btn,.tablet .buy-block #filtersModal .btn.reset-filters,#filtersModal .tablet .buy-block .btn.reset-filters,.tablet .buy-block #filtersModal .active-filters__link .reset-filters.close-btn,#filtersModal .active-filters__link .tablet .buy-block .reset-filters.close-btn,.tablet .buy-block .active-filters__link #filtersModal .reset-filters.close-btn,.active-filters__link #filtersModal .tablet .buy-block .reset-filters.close-btn,.tablet .buy-block #filtersModal .reset-filters.active-filters__button,#filtersModal .tablet .buy-block .reset-filters.active-filters__button,.tablet .buy-block .active-filters__button {
    width: 35%
}

.payment__content {
    max-width: 100%;
    margin: 0 auto
}

.payment__frame {
    display: block;
    min-height: 600px;
    border: 0
}

.section__custom .container,.section__custom .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .section__custom .buttons-container {
    padding: 0
}

@media (min-width: 768px) {
    .section__custom .container,.section__custom .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .section__custom .buttons-container {
        padding-left:0!important;
        padding-right: 0!important
    }
}

.section__custom .container .no-gutters .thanks-container .custom-row,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

@media (max-width: 760px) {
    .section__custom .container .no-gutters .thanks-container .custom-row,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.section__custom .container .no-gutters .thanks-container .custom-row .img-block,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-block,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-block {
    width: 60%
}

@media (max-width: 760px) {
    .section__custom .container .no-gutters .thanks-container .custom-row .img-block,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-block,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-block {
        width:100%
    }
}

.section__custom .container .no-gutters .thanks-container .custom-row .img-block img,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-block img,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section__custom .container .no-gutters .thanks-container .custom-row .img-text,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-text,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-text {
    width: 35%
}

@media (max-width: 760px) {
    .section__custom .container .no-gutters .thanks-container .custom-row .img-text,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-text,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-text {
        width:100%;
        padding: 0 20px
    }
}

@media (max-width: 760px) {
    .section__custom .container .no-gutters .thanks-container .custom-row .img-text .thanks-content p,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-text .thanks-content p,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-text .thanks-content p {
        margin-bottom:0
    }
}

@media (max-width: 480px) {
    .section__custom .container .no-gutters .thanks-container .custom-row .img-text .thanks-content p,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-text .thanks-content p,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-text .thanks-content p {
        margin-bottom:10px
    }
}

.section__custom .container .no-gutters .thanks-container .custom-row .img-text .thanks-content .action__block,.section__custom .swiper-container.full-screen .buttons-container .no-gutters .thanks-container .custom-row .img-text .thanks-content .action__block,.swiper-container.full-screen .section__custom .buttons-container .no-gutters .thanks-container .custom-row .img-text .thanks-content .action__block {
    margin: 20px 0 30px 0
}

.payment-fault {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.payment-fault__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.payment-fault__actions .btn,.payment-fault__actions .active-filters__link .close-btn,.active-filters__link .payment-fault__actions .close-btn,.payment-fault__actions .active-filters__button {
    margin: 10px
}

.payment-fault__actions .btn:first-child,.payment-fault__actions .active-filters__link .close-btn:first-child,.active-filters__link .payment-fault__actions .close-btn:first-child,.payment-fault__actions .active-filters__button:first-child {
    margin-right: 10px
}

.auth-wrap {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px
}

@media (min-width: 768px) {
    .auth-wrap {
        max-width:650px;
        padding: 40px 50px
    }
}

@media (min-width: 1200px) {
    .auth-wrap {
        max-width:890px;
        padding: 40px 30px
    }
}

.auth-wrap__title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .auth-wrap__title {
        margin-bottom:40px
    }
}

@media (min-width: 1200px) {
    .auth-wrap .auth-action {
        max-width:500px
    }
}

.auth-wrap .button-wrap {
    margin-top: 20px;
    margin-bottom: 30px
}

.auth-wrap .button-wrap .btn,.auth-wrap .button-wrap .active-filters__link .close-btn,.active-filters__link .auth-wrap .button-wrap .close-btn,.auth-wrap .button-wrap .active-filters__button {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .auth-wrap .button-wrap .btn,.auth-wrap .button-wrap .active-filters__link .close-btn,.active-filters__link .auth-wrap .button-wrap .close-btn,.auth-wrap .button-wrap .active-filters__button {
        margin-bottom:0
    }
}

.auth-wrap .button-wrap .privacy-policy {
    font-size: 12px;
    line-height: 145%;
    margin: 0
}

.auth-wrap .separator {
    display: inline-block;
    font-size: 20px;
    line-height: 145%;
    padding: 30px 0
}

@media (min-width: 1200px) {
    .auth-wrap .separator {
        padding:0 20px;
        margin-top: 50px
    }
}

@media (min-width: 1200px) {
    .auth-wrap .social-auth-wrap {
        -ms-flex-negative:1;
        flex-shrink: 1;
        margin-top: 20px
    }
}

.auth-wrap .social-auth-wrap__title {
    margin-bottom: 10px
}

.auth-wrap.in-modal {
    padding: 20px 0
}

.auth-wrap.in-modal .separator {
    margin: 0
}

@media (min-width: 1200px) {
    .auth-wrap.in-modal .separator {
        padding:20px 0
    }
}

.auth-wrap.in-modal .social-auth-wrap {
    margin-top: 0
}

.register-form__input {
    margin-bottom: 20px
}

.register-form__input:last-child {
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .register-form__input {
        margin-bottom:40px
    }
}

.register-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px
}

@media (min-width: 768px) {
    .register-result {
        max-width:650px;
        padding: 40px 50px
    }
}

@media (min-width: 1200px) {
    .register-result {
        max-width:890px;
        padding: 40px 30px
    }
}

.register-result__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 350px;
    text-align: center
}

.register-result__title {
    font-size: 24px;
    line-height: 123%
}

.register-result .btn,.register-result .active-filters__link .close-btn,.active-filters__link .register-result .close-btn,.register-result .active-filters__button {
    margin: 25px 0
}

@media (min-width: 1200px) {
    .register-result .btn,.register-result .active-filters__link .close-btn,.active-filters__link .register-result .close-btn,.register-result .active-filters__button {
        margin:20px 0
    }
}

.send-code {
    font-size: 20px
}

.send-code .resend-code {
    display: none
}

.send-code .resend-link {
    border: 0;
    background-color: transparent;
    font-family: "PT Sans",sans-serif;
    color: #b00000
}

.send-code .resend-link:hover {
    text-decoration: underline
}

.oneclick-form {
    padding-top: 40px
}

.oneclick-form__field {
    margin-bottom: 20px
}

.cabinet-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .cabinet-menu {
        margin-bottom:40px
    }
}

@media (min-width: 992px) {
    .cabinet-menu {
        margin-bottom:0
    }
}

.cabinet-menu__item {
    width: calc(50% - 7.5px);
    margin-bottom: 10px;
    margin-right: 15px
}

.cabinet-menu__item:nth-child(2n) {
    margin-right: 0
}

@media (min-width: 768px) {
    .cabinet-menu__item {
        width:calc((100% - 30px)/4);
        margin-right: 10px
    }

    .cabinet-menu__item:nth-child(2n) {
        margin-right: 10px
    }

    .cabinet-menu__item:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .cabinet-menu__item {
        width:100%;
        min-width: auto;
        margin: 0
    }
}

.cabinet-menu__item .nav-link {
    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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 8px;
    color: #8693a2;
    border: 1px solid #8693a2;
    font-size: 14px;
    border-radius: 40px;
    background-color: transparent;
    height: 100%;
    max-height: 50px
}

@media (min-width: 768px) {
    .cabinet-menu__item .nav-link {
        padding:12px 10px
    }
}

@media (min-width: 992px) {
    .cabinet-menu__item .nav-link {
        -webkit-box-pack:left;
        -ms-flex-pack: left;
        justify-content: left;
        border: 0;
        color: #071a33;
        font-size: 16px;
        border-radius: 0;
        max-height: none
    }
}

.cabinet-menu__item .nav-link svg {
    margin-right: 8px
}

.cabinet-menu__item .nav-link i,.cabinet-menu__item .nav-link svg {
    display: none
}

@media (min-width: 992px) {
    .cabinet-menu__item .nav-link i,.cabinet-menu__item .nav-link svg {
        display:inline-block;
        font-size: 24px;
        min-width: 24px
    }
}

.cabinet-menu__item .nav-link.active {
    background-color: #b00000;
    color: #fff;
    border-color: #b00000
}

@media (min-width: 992px) {
    .cabinet-menu__item .nav-link.active {
        background:#75767814;
        color: #b00000
    }

    .cabinet-menu__item .nav-link.active i {
        color: #071a33
    }
}

.cabinet-menu__item .nav-link span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1200px) {
    .cabinet-menu__item .nav-link span {
        color:#b00000;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.cabinet-menu__item .nav-link .ref-count {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width: 1200px) {
    .cabinet-menu__item .nav-link .ref-count {
        color:#b00000
    }
}

.change-phone-variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.change-phone-variant__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0
}

.change-phone-variant__contact {
    font-size: 24px
}

.change-phone-variant__caption {
    font-size: 14px
}

.change-phone-variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.change-phone-variant__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0
}

.change-phone-variant__contact {
    font-size: 24px
}

.change-phone-variant__caption {
    font-size: 14px
}

.bonus-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 40px;
    padding: 30px 40px
}

@media (max-width: 768px) {
    .bonus-card {
        padding:30px 20px 30px 30px
    }
}

@media (max-width: 576px) {
    .bonus-card {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px 16px
    }
}

.bonus-card .bonus-card__item.total {
    white-space: nowrap
}

.bonus-card .bonus-card__item.links {
    text-align: right;
    line-height: 145%
}

@media (max-width: 576px) {
    .bonus-card .bonus-card__item.links {
        text-align:left;
        margin-top: 24px
    }
}

.bonus-card .bonus-card__item.links a {
    display: block;
    white-space: nowrap;
    text-decoration: underline;
    line-height: 145%
}

.bonus-card .bonus-card__item.links a:hover {
    text-decoration: none
}

.bonus-card .bonus-card__item .bonus-count {
    min-width: 287px
}

.bonus-card .bonus-card__item .orange {
    color: #A94545
}

.bonus-card .bonus-card__item .big-text {
    font-size: 36px
}

.bonus-card .bonus-card__item .md-text {
    font-size: 20px
}

.user-field-wrapper {
    max-width: 664px
}

.bonus-history .bonus-list__header {
    display: none
}

@media (min-width: 1200px) {
    .bonus-history .bonus-list__header {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px;
        margin-bottom: 12px
    }
}

.bonus-history .bonus-list__header .col-bonus {
    width: 110px
}

.bonus-history .bonus-list__header .col-date {
    width: 120px
}

.bonus-history .bonus-list__header .col-site {
    width: 140px
}

.bonus-history .bonus-list__header .col-action {
    width: 260px
}

.bonus-history .bonus-list__header .caption {
    color: #8693a2
}

.bonus-history .bonus-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 4px;
    border-radius: 4px;
    background-color: #fff;
    padding: 16px 20px
}

@media (min-width: 768px) {
    .bonus-history .bonus-list__row {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .bonus-history .bonus-list__row {
        padding:22px 20px
    }
}

.bonus-history .bonus-list__row .col-bonus {
    padding: 8px 0;
    width: 140px
}

@media (min-width: 1200px) {
    .bonus-history .bonus-list__row .col-bonus {
        width:110px
    }
}

.bonus-history .bonus-list__row .col-bonus .plain {
    font-weight: 700;
    margin-bottom: 5px
}

.bonus-history .bonus-list__row .col-bonus .plain.red {
    color: #f63933
}

.bonus-history .bonus-list__row .col-bonus .plain.green {
    color: #219653
}

.bonus-history .bonus-list__row .col-bonus .available {
    font-size: 12px;
    line-height: 145%;
    color: #8693a2
}

.bonus-history .bonus-list__row .col-date {
    padding: 8px 0;
    width: 140px
}

@media (min-width: 1200px) {
    .bonus-history .bonus-list__row .col-date {
        width:120px
    }
}

.bonus-history .bonus-list__row .col-site {
    padding: 8px 0;
    width: 140px
}

.bonus-history .bonus-list__row .col-action {
    padding: 8px 0;
    width: 280px
}

@media (min-width: 1200px) {
    .bonus-history .bonus-list__row .col-action {
        width:260px
    }
}

.bonus-history .bonus-list__row .caption {
    display: block;
    color: #8693a2
}

@media (min-width: 1200px) {
    .bonus-history .bonus-list__row .caption {
        display:none
    }
}

.no-placeholder>label {
    display: none
}

.premium-service__title {
    line-height: 123%;
    font-size: 20px;
    color: #071a33;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .premium-service__title {
        font-size:24px;
        margin-bottom: 22px
    }
}

.premium-service__section {
    background: #fff;
    border-radius: 12px;
    padding: 35px 30px 40px;
    margin-bottom: 30px;
    margin-right: -30px;
    margin-left: -30px
}

.premium-service__section--last {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .premium-service__section {
        margin-right:0;
        margin-left: 0;
        margin-bottom: 40px
    }

    .premium-service__section--last {
        margin-bottom: 20px
    }
}

.premium-service__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.premium-service .filled-info {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 21px
}

@media (min-width: 768px) {
    .premium-service .filled-info {
        padding-right:0;
        padding-left: 5px
    }
}

.premium-service .filled-info .input-floating .label-phone-split-field-boot {
    color: #8693a2;
    font-size: 10px;
    line-height: 145%;
    top: 6px;
    padding-left: 1rem;
    z-index: 1
}

.premium-service .filled-info .input-floating .n-ui-autocomplete input.input-validation-error+input.form-control {
    color: #f63933;
    border: 1px solid #f63933
}

.premium-service .filled-info.hidden {
    display: none
}

.premium-service__box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 0
}

.premium-service__img {
    margin-right: 16px;
    width: 64px;
    height: 64px;
    border-radius: 4px
}

.premium-service__info-img {
    font-size: 14px;
    line-height: 145%;
    color: #39485b
}

.premium-service__btn-add {
    display: table;
    margin-top: 8px;
    padding: 0 26px;
    height: 36px;
    line-height: 36px;
    background: #b00000;
    border-radius: 40px;
    font-size: 14px;
    text-align: center;
    color: #fff
}

.premium-service__btn-add .input-floating {
    display: none
}

.premium-service__btn-add .change-photo {
    display: none
}

.loaded .premium-service__btn-add .upload-photo {
    display: none
}

.loaded .premium-service__btn-add .change-photo {
    display: block
}

.premium-service__btn-add .hidden {
    display: none
}

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

.premium-service__textarea {
    height: 140px!important;
    border: 1px solid #e8e8e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
    line-height: 145%;
    color: #8693a2;
    padding: 14px 16px;
    resize: none
}

.premium-service__textarea+label {
    top: 14px
}

.premium-service__btn {
    width: 100%
}

.premium-service__btn[disabled] {
    background: #8693a2
}

.premium-service__btn[disabled]:hover {
    background-color: #8693a2!important
}

.premium-service .input-floating>.checkbox {
    pointer-events: auto
}

.premium-service .input-floating>.checkbox .checkbox__checkmark:hover {
    cursor: pointer
}

.premium-service .hint-icon {
    position: relative
}

.premium-service .hint-icon .service-btn-info {
    position: absolute;
    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;
    top: 24px;
    right: 22px;
    width: 16px;
    height: 16px
}

.premium-service .hint-icon .service-btn-info svg {
    width: 100%;
    height: 100%
}

.premium-service .hint-icon .service-btn-info:hover {
    cursor: pointer
}

.premium-service .hint-icon .service-btn-info:hover+.photo-example {
    display: block
}

.premium-service .hint-icon .photo-example {
    display: none;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 4px;
    top: 70px;
    right: 0;
    z-index: 2;
    padding: 12px
}

.premium-service .hint-icon .photo-example__title {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin-bottom: 10px
}

.premium-service .hint-icon .photo-example__image {
    width: 200px
}

.premium-service .hint-icon .photo-example__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.world-delonghi .delonghi-world-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1200px) {
    .world-delonghi .delonghi-world-grid {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.world-delonghi .delonghi-world-card {
    width: 100%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .world-delonghi .delonghi-world-card {
        width:calc(100%/2 - 15px);
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .world-delonghi .delonghi-world-card {
        width:calc(100%/3 - 20px)
    }

    .world-delonghi .delonghi-world-card:not(:nth-child(3n)) {
        margin-right: 30px
    }
}

.world-delonghi .seo-text {
    margin-top: -20px
}

@media (min-width: 768px) {
    .world-delonghi .seo-text {
        margin-top:-30px
    }
}

.videos-page .videos-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

@media (min-width: 768px) {
    .videos-page .videos-grid {
        margin-top:40px
    }
}

@media (min-width: 1200px) {
    .videos-page .videos-grid {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.videos-page .video-card {
    width: 100%;
    margin-bottom: 20px;
    height: 220px
}

@media (min-width: 768px) {
    .videos-page .video-card {
        width:calc(100%/2 - 15px);
        margin-bottom: 30px;
        height: 220px
    }

    .videos-page .video-card:not(:nth-child(2n)) {
        margin-right: 30px
    }
}

@media (min-width: 1200px) {
    .videos-page .video-card {
        height:352px
    }
}

.videos-page .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    margin: auto;
    z-index: 200;
    padding: 0;
    font-size: 38px;
    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;
    color: #fff
}

.videos-page .play-btn:hover {
    color: #b00000
}

@media (min-width: 768px) {
    .videos-page .play-btn {
        height:62px;
        width: 62px;
        font-size: 60px
    }
}

.videos-page .seo-text {
    margin-top: -20px
}

@media (min-width: 768px) {
    .videos-page .seo-text {
        margin-top:-30px
    }
}

.bonus-page .first-screen__title {
    margin-bottom: 15px
}

@media (min-width: 1200px) {
    .bonus-page .first-screen__title {
        margin-bottom:10px
    }
}

.bonus-page .first-screen__subtitle {
    margin-bottom: 15px
}

@media (min-width: 1200px) {
    .bonus-page .first-screen__subtitle {
        margin-bottom:20px
    }
}

.bonus-page .first-screen__notice {
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 30px
}

.bonus-page .bonus-anchors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px
}

@media (min-width: 768px) {
    .bonus-page .bonus-anchors {
        padding-top:40px
    }
}

@media (min-width: 1200px) {
    .bonus-page .bonus-anchors {
        padding-top:72px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.bonus-page .bonus-anchors__item {
    font-size: 14px;
    line-height: 145%;
    padding: 8px 12px;
    border: 1px solid #8693a2;
    color: #8693a2;
    border-radius: 40px;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 10px
}

.bonus-page .bonus-anchors__item:hover {
    background-color: #b00000;
    color: #fff;
    border-color: #b00000
}

.bonus-page .bonus-anchors__item.active {
    background-color: #b00000;
    color: #fff;
    border-color: #b00000
}

@media (min-width: 1200px) {
    .bonus-page .bonus-anchors__item.active {
        background-color:transparent;
        color: #b00000;
        font-weight: 700
    }
}

@media (min-width: 768px) {
    .bonus-page .bonus-anchors__item {
        padding:15px 32px;
        margin-right: 10px
    }
}

@media (min-width: 1200px) {
    .bonus-page .bonus-anchors__item {
        padding:0;
        border: 0;
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 25px
    }

    .bonus-page .bonus-anchors__item:hover {
        background-color: transparent;
        color: #b00000
    }
}

.bonus-page .bonus-content__section p {
    margin-bottom: 20px
}

.bonus-page .bonus-content__section p:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .bonus-page .bonus-content__section p {
        font-size:18px
    }
}

.bonus-page .bonus-content__section ul {
    font-size: 16px;
    line-height: 130%;
    padding-left: 16px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .bonus-page .bonus-content__section ul {
        font-size:18px
    }
}

.bonus-page .bonus-content__section ul li {
    margin-bottom: 20px
}

.bonus-page .bonus-content__section ul li:last-child {
    margin-bottom: 0
}

.bonus-page .bonus-content .bonus-count {
    font-weight: 700;
    font-size: 26px;
    line-height: 123%;
    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;
    max-width: 400px;
    height: 90px;
    border-radius: 12px;
    background-color: #A94545;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .bonus-page .bonus-content .bonus-count {
        font-size:36px
    }
}

@media (min-width: 768px) {
    .bonus-page .bonus-content .cart-img-wrap {
        margin-bottom:30px
    }
}

.bonus-page .bonus-content .cart-img {
    margin-bottom: 30px;
    max-width: 100%
}

@media (min-width: 768px) {
    .bonus-page .bonus-content .cart-img {
        max-width:308px;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .bonus-page .bonus-content .cart-img {
        max-width:338px
    }
}

.bonus-page .bonus-more-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    margin-top: 40px;
    padding: 70px 0
}

@media (min-width: 768px) {
    .bonus-page .bonus-more-block {
        margin-top:60px;
        padding: 75px 0
    }
}

@media (min-width: 1200px) {
    .bonus-page .bonus-more-block {
        padding:60px 0
    }
}

.bonus-page .bonus-more-block__title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .bonus-page .bonus-more-block__title {
        font-size:28px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .bonus-page .bonus-more-block__title {
        font-size:36px;
        margin-bottom: 40px
    }
}

.support-page .support-anchors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .support-page .support-anchors {
        margin-bottom:20px
    }
}

@media (min-width: 1200px) {
    .support-page .support-anchors {
        margin-bottom:0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.support-page .support-anchors__item {
    font-size: 14px;
    line-height: 145%;
    padding: 8px 12px;
    border: 1px solid #8693a2;
    color: #8693a2;
    border-radius: 40px;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 10px
}

.support-page .support-anchors__item:hover {
    background-color: #b00000;
    color: #fff;
    border-color: #b00000
}

.support-page .support-anchors__item.active {
    background-color: #b00000;
    color: #fff;
    border-color: #b00000
}

@media (min-width: 1200px) {
    .support-page .support-anchors__item.active {
        background-color:transparent;
        color: #b00000;
        font-weight: 700
    }
}

@media (min-width: 768px) {
    .support-page .support-anchors__item {
        padding:15px 32px;
        margin-right: 10px
    }
}

@media (min-width: 1200px) {
    .support-page .support-anchors__item {
        padding:0;
        border: 0;
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 25px
    }

    .support-page .support-anchors__item:hover {
        background-color: transparent;
        color: #b00000
    }
}

.support-page .support-content__title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 20px
}
.support-content__section img{
    max-width:100%;
    height:auto;
    vertical-align:top;
}

@media (min-width: 768px) {
    .support-page .support-content__title {
        font-size:24px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .support-page .support-content__title {
        margin-bottom:20px
    }
}

.support-page .support-content__section p {
    margin-bottom: 20px
}

.support-page .support-content__section p:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .support-page .support-content__section p {
        font-size:18px
    }
}

.support-page .support-content__section ul {
    font-size: 16px;
    line-height: 130%;
    padding-left: 16px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .support-page .support-content__section ul {
        font-size:18px
    }
}

.support-page .support-content__section ul li {
    margin-bottom: 20px
}

.support-page .support-content__section ul li:last-child {
    margin-bottom: 0
}

.services-page .link-phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    line-height: 123%;
    font-weight: 700;
    color: #071a33;
    text-decoration: none
}

.services-page .link-phone:hover {
    color: #b00000
}

.services-page .link-phone i {
    font-size: 32px;
    margin-right: 16px
}

@media (min-width: 768px) {
    .services-page .link-phone {
        font-size:24px
    }
}

.services-page .location-wrap {
    margin-top: 20px
}

@media (min-width: 768px) {
    .services-page .location-wrap {
        margin-top:40px
    }
}

.services-page .location-picker {
    margin-top: 20px
}

.not-found {
    border-radius: 12px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1200px) {
    .not-found {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.not-found__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 300px
}

@media (min-width: 768px) {
    .not-found__image {
        height:495px
    }
}

@media (min-width: 1200px) {
    .not-found__image {
        width:60%;
        height: 696px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.not-found__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.not-found__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-color: #fff;
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .not-found__content {
        padding:52px 30px
    }
}

@media (min-width: 1200px) {
    .not-found__content {
        width:40%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 52px 36px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.not-found__content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 400px;
    margin: 0 auto
}

@media (min-width: 1200px) {
    .not-found__content-inner {
        text-align:left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.not-found__content-inner h2 {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .not-found__content-inner h2 {
        font-size:36px;
        margin-bottom: 20px
    }
}

.not-found__content-inner p {
    margin: 0
}

@media (min-width: 768px) {
    .not-found__content-inner p {
        font-size:20px
    }
}

.not-found__content-inner .btn,.not-found__content-inner .active-filters__link .close-btn,.active-filters__link .not-found__content-inner .close-btn,.not-found__content-inner .active-filters__button {
    margin: 30px 0
}

@media (min-width: 768px) {
    .shop .section-title {
        padding:30px 0 20px
    }
}

@media (min-width: 1200px) {
    .shop .section-title {
        padding:20px 0 20px
    }
}

.shop .category .category-item {
    height: 178px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .shop .category .category-item {
        height:230px;
        margin-bottom: 30px
    }
}

@media (min-width: 992px) {
    .shop .category .category-item {
        height:315px
    }
}

.shop .category .category-item__title {
    font-size: 14px;
    line-height: 145%;
    padding: 15px 15px 0
}

@media (min-width: 768px) {
    .shop .category .category-item__title {
        font-size:16px;
        padding: 20px 20px 0
    }
}

@media (min-width: 992px) {
    .shop .category .category-item__title {
        font-size:20px;
        padding: 30px 30px 0
    }
}

.shop .category .category-item__img img {
    height: 90%
}

.shop .categories-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .shop .categories-top {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .shop .categories-top {
        margin-bottom:30px
    }
}

.shop .categories-top__left {
    margin-bottom: 15px;
    height: 370px
}

@media (min-width: 768px) {
    .shop .categories-top__left {
        width:calc(100%/2 - 10px);
        margin-bottom: 0;
        height: auto
    }
}

@media (min-width: 1200px) {
    .shop .categories-top__left {
        width:calc(100%/2 - 15px)
    }
}

.shop .categories-top__left .category-item {
    height: 100%
}

.shop .categories-top__left .category-item__img {
    margin: auto
}

@media (min-width: 1200px) {
    .shop .categories-top__left .category-item__img {
        width:70%;
        height: 80%
    }
}

.shop .categories-top__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .shop .categories-top__right {
        width:calc(100%/2 - 10px)
    }
}

@media (min-width: 1200px) {
    .shop .categories-top__right {
        width:calc(100%/2 - 15px)
    }
}

.shop .categories-top__right .category-item {
    width: calc(100%/2 - 7.5px);
    height: 190px;
    margin-bottom: 15px
}

.shop .categories-top__right .category-item:last-child {
    width: 100%;
    height: 150px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .shop .categories-top__right .category-item {
        width:calc(100%/2 - 10px);
        margin-bottom: 20px
    }

    .shop .categories-top__right .category-item:last-child .category-item__img img {
        width: 175px
    }
}

@media (min-width: 1200px) {
    .shop .categories-top__right .category-item {
        width:calc(100%/2 - 15px);
        height: 320px;
        margin-bottom: 30px
    }

    .shop .categories-top__right .category-item:last-child {
        height: 210px
    }

    .shop .categories-top__right .category-item:last-child .category-item__img img {
        width: 230px
    }
}

.shop .categories-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shop .categories-bottom .category-item {
    width: calc(100%/3 - 10px);
    height: 178px;
    margin-right: 15px;
    margin-bottom: 15px
}

.shop .categories-bottom .category-item:nth-child(3n) {
    margin-right: 0
}

@media (min-width: 768px) {
    .shop .categories-bottom .category-item {
        width:calc(100%/4 - 15px);
        height: 240px;
        margin-right: 20px;
        margin-bottom: 20px
    }

    .shop .categories-bottom .category-item:nth-child(3n) {
        margin-right: 20px
    }

    .shop .categories-bottom .category-item:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .shop .categories-bottom .category-item {
        width:calc(100%/7 - 26px);
        margin-right: 30px;
        margin-bottom: 30px
    }

    .shop .categories-bottom .category-item:nth-child(3n) {
        margin-right: 30px
    }

    .shop .categories-bottom .category-item:nth-child(4n) {
        margin-right: 30px
    }

    .shop .categories-bottom .category-item:nth-child(7n) {
        margin-right: 0
    }
}

.shop .categories-bottom .category-item__title {
    font-size: 12px;
    line-height: 145%;
    padding: 15px 5px 0;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
    .shop .categories-bottom .category-item__title {
        font-size:16px;
        padding: 20px 10px 0
    }
}

.shop .category-item {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #071a33;
    text-decoration: none;
    background-color: #dedede66;
}

.shop .category-item__title {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 123%;
    padding: 20px 26px 0;
}

@media (min-width: 768px) {
    .shop .category-item__title {
        padding:24px 22px 0
    }
}

@media (min-width: 1200px) {
    .shop .category-item__title {
        font-size:24px;
        padding-top: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.shop .category-item__img {
    position: relative;
    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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

.shop .category-item__img img {
    position: absolute;
    margin: auto;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.container-products .products-list {
    position: relative
}

.container-products .products-list .load-more-btn-wrap {
    position: absolute;
    z-index: 0;
    bottom: 16px;
    right: 0;
    width: 100%;
    visibility: hidden
}

.container-products .products-list .load-more-btn {
    display: block;
    height: 330px
}

@media (min-width: 1200px) {
    .container-products .products-list .load-more-btn {
        height:420px
    }
}

@media (min-width: 1200px) {
    .contact .container,.contact .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .contact .buttons-container {
        max-width:100%;
        padding-left: 15px;
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .contact .contact-data .container,.contact .contact-data .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .contact .contact-data .buttons-container {
        max-width:100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.contact__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1200px) {
    .contact__wrap {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.contact__data {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 1200px) {
    .contact__data {
        width:37.3%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.contact__data-title {
    margin: 30px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 123%;
    color: #071a33
}

@media (min-width: 768px) {
    .contact__data-title {
        margin:40px 0 30px 0
    }
}

.contact__map {
    position: relative;
    width: 100%
}

@media (min-width: 1200px) {
    .contact__map {
        width:62.7%
    }
}

.contact__map iframe {
    width: 100%;
    height: 380.58px
}

@media (min-width: 768px) {
    .contact__map iframe {
        height:455.68px
    }
}

@media (min-width: 1200px) {
    .contact__map iframe {
        height:100%
    }
}

@media (min-width: 768px) {
    .contact__items {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 1200px) {
    .contact__items {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact__item {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .contact__item {
        width:50%
    }
}

@media (min-width: 1200px) {
    .contact__item {
        width:100%
    }
}

.contact__item:last-child {
    margin-bottom: 40px
}

.contact__title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    color: #071a33
}

.contact__text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 145%;
    color: #071a33
}

.contact__text p {
    margin-bottom: 5px
}

.contact__text p a {
    color: #071a33;
    text-decoration: none
}

.contact-page {
    padding: 30px 0
}

@media (min-width: 768px) {
    .contact-page {
        padding:40px 0
    }
}

@media (min-width: 1200px) {
    .contact-page {
        padding:60px 0
    }
}

.contact-page .row {
    margin: 0
}

@media (min-width: 1200px) {
    .contact-page .row {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }
}

.contact-info {
    width: 100%
}

@media (min-width: 1200px) {
    .contact-info {
        max-width:328px
    }
}

.contact-info__title {
    font-size: 24px;
    line-height: 123%;
    color: #071a33;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .contact-info__title {
        font-size:32px
    }
}

@media (min-width: 1200px) {
    .contact-info__title {
        font-size:36px
    }
}

.contact-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media (min-width: 1200px) {
    .contact-items {
        display:block
    }
}

.contact-items .item {
    margin-top: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .contact-items .item {
        max-width:309px;
        margin-top: 30px
    }

    .contact-items .item:nth-child(2n) {
        margin-left: 30px
    }
}

@media (min-width: 1200px) {
    .contact-items .item {
        width:auto;
        max-width: none
    }

    .contact-items .item:nth-child(2n) {
        margin-left: 0
    }
}

.contact-items .item-title {
    font-size: 14px;
    line-height: 145%;
    color: #071a33
}

.contact-items .item-text {
    font-size: 20px;
    line-height: 145%;
    display: block;
    margin: 0;
    color: #071a33
}

@media (min-width: 1200px) {
    .contact-items .item-text {
        font-size:24px
    }
}

.contact-items .item-text:hover {
    text-decoration: none
}

.contact-map {
    width: 100%;
    margin-top: 30px
}

@media (min-width: 768px) {
    .contact-map {
        margin-top:40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1200px) {
    .contact-map {
        margin-top:0;
        margin-left: 68px
    }
}

.contact-map__items {
    width: 100%;
    background-color: #071a33;
    border-radius: 12px 12px 0 0;
    max-height: 400px;
    overflow-y: scroll
}

@media (min-width: 768px) {
    .contact-map__items {
        width:304px;
        min-width: 304px;
        max-height: 470px;
        border-radius: 12px 0 0 12px
    }
}

@media (min-width: 1200px) {
    .contact-map__items {
        max-height:516px
    }
}

.contact-map__items .item {
    padding: 20px 20px 16px
}

.contact-map__items .item:first-child {
    background-color: #0d2645;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid rgba(134,147,162,.2);
    padding: 20px
}

@media (min-width: 768px) {
    .contact-map__items .item:first-child {
        border-radius:12px 0 0 0
    }
}

.contact-map__items .item-title {
    color: #8693a2;
    font-size: 18px;
    line-height: 145%
}

.contact-map__items .item-text {
    font-size: 18px;
    line-height: 145%;
    color: #fff;
    display: block;
    margin: 0
}

.contact-map__items .item-text:first-child {
    margin-top: 16px
}

.contact-map__items .item .accordion {
    padding: 16px 0;
    border-bottom: 1px solid rgba(134,147,162,.2)
}

.contact-map__items .item .accordion-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.contact-map__items .item .accordion-button .title {
    margin: 0;
    font-size: 14px;
    line-height: 145%;
    color: #fff
}

.contact-map__items .item .accordion-button svg {
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.contact-map__items .item .accordion-button.active svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.contact-map__items .item .accordion-text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 145%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    -o-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out
}

.contact-map__items .item .accordion-text .subtitle {
    margin-bottom: 4px;
    color: #8693a2
}

.contact-map__items .item .accordion-text .text {
    color: #fff;
    margin: 0
}

.contact-map .map {
    width: 100%
}

.contact-map .map iframe {
    min-height: 190px;
    border-radius: 0 0 12px 12px
}

@media (min-width: 768px) {
    .contact-map .map iframe {
        border-radius:0 12px 12px 0;
        min-height: 470px
    }
}

@media (min-width: 1200px) {
    .contact-map .map iframe {
        max-height:516px
    }
}

.rental .first-screen {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-clip: border-box;
    height: calc(100vh - 110px)
}

@media (min-width: 768px) {
    .rental .first-screen {
        height:calc(100vh - 110px)
    }
}

.rental .first-screen__image {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.rental .first-screen__image:after {
    display: none
}

.rental .first-screen__image picture {
    width: 100%;
    height: 100%
}

.rental .first-screen__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.rental .first-screen__content {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.rental .first-screen__inner {
    margin-left: auto;
    width: 85%;
    max-width: 367px
}

@media (min-width: 1200px) {
    .rental .first-screen__inner {
        margin-right:120px
    }
}

.rental .first-screen__title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 15px;
    text-align: left
}

@media (min-width: 768px) {
    .rental .first-screen__title {
        font-size:28px;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .rental .first-screen__title {
        font-size:36px
    }
}

.rental .first-screen__price {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .rental .first-screen__price {
        font-size:24px
    }
}

.rental .first-screen__notice {
    font-size: 12px;
    line-height: 145%;
    margin-bottom: 0
}

.rental .first-screen .btn,.rental .first-screen .active-filters__link .close-btn,.active-filters__link .rental .first-screen .close-btn,.rental .first-screen .active-filters__button {
    margin: 20px 0
}

.rental .advantage {
    overflow: hidden;
    margin-top: 30px
}

@media (min-width: 768px) {
    .rental .advantage {
        margin-top:50px
    }
}

@media (min-width: 1200px) {
    .rental .advantage {
        margin-top:60px
    }
}

.rental .advantage .swiper-container {
    width: calc(100% + 30px);
    margin-right: -30px
}

@media (min-width: 768px) {
    .rental .advantage .swiper-container {
        width:100%;
        margin-right: 0
    }
}

.rental .advantage__item {
    width: calc((100%/4)*3)
}

@media (min-width: 768px) {
    .rental .advantage__item {
        min-width:auto
    }
}

.rental .advantage__item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
    height: 150px
}

@media (min-width: 768px) {
    .rental .advantage__item img {
        height:127px
    }
}

@media (min-width: 1200px) {
    .rental .advantage__item img {
        height:238px;
        margin-bottom: 30px
    }
}

.rental .advantage__item p {
    font-size: 16px;
    line-height: 130%;
    padding: 0 10px
}

@media (min-width: 1200px) {
    .rental .advantage__item p {
        font-size:24px;
        line-height: 123%;
        padding: 0 20px
    }
}

.rental .section-title {
    font-size: 24px;
    line-height: 123%;
    margin-top: 40px;
    text-align: center
}

@media (min-width: 768px) {
    .rental .section-title {
        font-size:28px;
        margin-top: 60px
    }
}

@media (min-width: 1200px) {
    .rental .section-title {
        font-size:36px;
        margin-top: 100px
    }
}

.rental .section-subtitle {
    font-size: 14px;
    line-height: 145%;
    margin-top: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .rental .section-subtitle {
        font-size:16px;
        line-height: 130%
    }
}

@media (min-width: 1200px) {
    .rental .section-subtitle {
        font-size:20px;
        line-height: 145%;
        margin-top: 30px
    }
}

.rental .rental-list {
    margin-top: 30px
}

@media (min-width: 768px) {
    .rental .rental-list {
        margin-top:40px
    }
}

@media (min-width: 1200px) {
    .rental .rental-list {
        margin-top:60px
    }
}

.rental .rental-machine {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .rental .rental-machine {
        margin-bottom:40px
    }
}

@media (min-width: 1200px) {
    .rental .rental-machine {
        margin-bottom:100px
    }
}

.rental .rental-machine:last-child {
    margin-bottom: 0
}

.rental .rental-machine__img {
    height: 178px;
    margin-bottom: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

@media (min-width: 768px) {
    .rental .rental-machine__img {
        height:235px;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .rental .rental-machine__img {
        height:320px
    }
}

.rental .rental-machine__title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    .rental .rental-machine__title {
        font-size:24px;
        line-height: 123%;
        margin-bottom: 20px
    }
}

.rental .rental-machine__description {
    font-size: 14px;
    line-height: 145%
}

@media (min-width: 1200px) {
    .rental .rental-machine__description {
        font-size:16px;
        line-height: 150%
    }
}

.rental .steps {
    padding: 0;
    list-style: none;
    margin: 30px 0
}

@media (min-width: 768px) {
    .rental .steps {
        margin:40px 0
    }
}

@media (min-width: 1200px) {
    .rental .steps {
        margin:60px 0
    }
}

.rental .steps-item {
    position: relative
}

.rental .steps-item:nth-child(-n+2) {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .rental .steps-item:nth-child(-n+2) {
        margin-bottom:40px
    }
}

@media (min-width: 1200px) {
    .rental .steps-item:nth-child(-n+2) {
        margin-bottom:0
    }
}

.rental .steps-item__icon {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    width: 86px;
    height: 86px;
    opacity: .05
}

@media (min-width: 768px) {
    .rental .steps-item__icon {
        top:10px;
        width: 120px;
        height: 120px
    }
}

@media (min-width: 768px) {
    .rental .steps-item__inner {
        padding-left:40px
    }
}

.rental .steps-item__count {
    position: relative;
    z-index: 2;
    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;
    width: 38px;
    height: 38px;
    background-color: #b00000;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 132%;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .rental .steps-item__count {
        margin-bottom:20px
    }
}

.rental .steps-item__title {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .rental .steps-item__title {
        font-size:18px;
        margin-bottom: 10px
    }
}

.rental .steps-item__description {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .rental .steps-item__description {
        font-size:16px
    }
}

.rental .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 30px
}

@media (min-width: 768px) {
    .rental .form-wrap {
        margin-top:40px
    }
}

@media (min-width: 1200px) {
    .rental .form-wrap {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 60px
    }
}

.rental .form-wrap__img {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden
}

@media (min-width: 768px) {
    .rental .form-wrap__img {
        height:400px
    }
}

@media (min-width: 1200px) {
    .rental .form-wrap__img {
        height:auto;
        max-width: calc(100%/12*4)
    }
}

.rental .form-wrap__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 22%;
    object-position: center 22%;
    border-radius: 0 0 12px 12px
}

@media (min-width: 1200px) {
    .rental .form-wrap__img img {
        border-radius:12px 0 0 12px;
        -o-object-position: center;
        object-position: center
    }
}

.rental .form-wrap__img picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.rental .form {
    width: 100%;
    background: #fff;
    border-radius: 12px 12px 0 0;
    padding: 20px 20px 30px
}

@media (min-width: 768px) {
    .rental .form {
        padding:30px 40px
    }
}

@media (min-width: 1200px) {
    .rental .form {
        padding:40px 30px;
        border-radius: 0 12px 12px 0
    }
}

.rental .form__title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .rental .form__title {
        margin-bottom:36px
    }
}

@media (min-width: 1200px) {
    .rental .form__title {
        font-size:24px;
        margin-bottom: 20px
    }
}

.rental .form__row {
    margin-bottom: 20px
}

.rental .form__row .input-floating.name {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .rental .form__row .input-floating.name {
        margin-bottom:0
    }
}

.rental .form__row .input-floating.region {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .rental .form__row .input-floating.region {
        margin-bottom:0
    }
}

.rental .form .address-wrap__title {
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 10px
}

.rental .form .address-wrap__subtitle {
    font-size: 12px;
    line-height: 145%;
    margin-bottom: 20px
}

.rental .form .address-wrap__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1200px) {
    .rental .form .address-wrap__address {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.rental .form .address-wrap__address .input-floating {
    width: 32%
}

.rental .form .address-wrap__address .input-floating:first-child {
    width: 100%
}

@media (min-width: 768px) {
    .rental .form .address-wrap__address .input-floating {
        width:calc(50% - 15px)
    }

    .rental .form .address-wrap__address .input-floating:first-child {
        width: calc(50% - 15px)
    }
}

@media (min-width: 1200px) {
    .rental .form .address-wrap__address .input-floating {
        width:100%;
        margin-right: 30px
    }

    .rental .form .address-wrap__address .input-floating:first-child {
        width: calc(50% - 15px);
        margin-right: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .rental .form .address-wrap__address .input-floating:last-child {
        margin-right: 0
    }
}

.rental .form .address-wrap__address .input-floating.street {
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .rental .form .address-wrap__address .input-floating.street {
        margin-bottom:0
    }
}

@media (min-width: 768px) {
    .rental .form .address-wrap__address .input-floating.house {
        margin-bottom:20px
    }
}

@media (min-width: 1200px) {
    .rental .form .address-wrap__address .input-floating.house {
        margin-bottom:0
    }
}

.rental .form .terms {
    margin: 20px 0
}

.rental .form .terms__link {
    cursor: pointer
}

.rental .form .btn,.rental .form .active-filters__link .close-btn,.active-filters__link .rental .form .close-btn,.rental .form .active-filters__button {
    padding: 15px 50px;
    line-height: 145%
}

@media (max-width: 576px) {
    .rental .form .btn,.rental .form .active-filters__link .close-btn,.active-filters__link .rental .form .close-btn,.rental .form .active-filters__button {
        width:100%;
        font-size: 16px;
        padding: 15px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 130%
    }
}

.rental .form-loader {
    width: 100%;
    height: 400px;
    background: #fff;
    border-radius: 12px 12px 0 0
}

.rental .form-loader .loader-page .lds-dual-ring {
    margin-top: 25%
}

@media (min-width: 768px) {
    .rental .form-loader {
        height:600px
    }
}

@media (min-width: 1200px) {
    .rental .form-loader {
        border-radius:0 12px 12px 0
    }
}

.rental .form-loader .cs-loader {
    width: 100%;
    position: relative;
    height: 100%
}

.rental .form-loader .cs-loader-inner {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    color: #b00000;
    padding: 0 100px;
    text-align: center
}

.rental .form-loader .cs-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block
}

@keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px)
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px)
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px)
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(300px)
    }
}

.rental .form-loader .cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out
}

.rental .form-loader .cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out
}

.rental .form-loader .cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out
}

.rental .form-loader .cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out
}

.rental .form-loader .cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out
}

.rental .form-loader .cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out
}

.rental .rental-success {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px 12px 0 0
}

@media (min-width: 768px) {
    .rental .rental-success {
        height:600px
    }
}

@media (min-width: 1200px) {
    .rental .rental-success {
        border-radius:0 12px 12px 0
    }
}

.rental .rental-success .icon-check-circle {
    font-size: 60px;
    margin-bottom: 10px
}

.rental .rental-success__title {
    margin-bottom: 30px;
    color: #071a33;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    max-width: 372px;
    line-height: 46px
}

@media (max-width: 576px) {
    .rental .rental-success__title {
        font-size:30px;
        line-height: 36px;
        max-width: 260px
    }
}

.rental .rental-success .rental-success__description {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.rental .rental-success__text {
    color: #071a33;
    font-size: 16px;
    max-width: 400px;
    text-align: left
}

@media (max-width: 576px) {
    .rental .rental-success__text {
        max-width:280px
    }
}

.rental .rental-success__text_top {
    margin-bottom: 15px
}

.rental .rental-success ul {
    margin-bottom: 15px;
    -webkit-padding-start: 0;
    padding-inline-start:0}

.rental .rental-success ul li {
    list-style: none
}

.rental .accordion {
    margin-top: 30px
}

@media (min-width: 768px) {
    .rental .accordion {
        margin-top:40px
    }
}

@media (min-width: 1200px) {
    .rental .accordion {
        margin-top:60px
    }
}

.rental-contract {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    padding: 60px 20px 40px
}

@media (min-width: 768px) {
    .rental-contract {
        padding:80px 40px 40px
    }
}

@media (min-width: 1200px) {
    .rental-contract {
        padding:100px 80px 60px
    }
}

.rental-contract .close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #071a33;
    padding: 0;
    background-color: transparent;
    border: 0
}

.rental-contract .close-modal i {
    font-size: 32px
}

@media (min-width: 768px) {
    .rental-contract .close-modal i {
        font-size:50px
    }
}

.rental-contract .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 123%;
    text-align: center;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .rental-contract .title {
        font-size:28px;
        margin-bottom: 50px
    }
}

@media (min-width: 1200px) {
    .rental-contract .title {
        font-size:28px
    }
}

.rental-contract .subtitle {
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .rental-contract .subtitle {
        margin-top:50px
    }
}

.rental-contract p {
    margin-bottom: 20px
}

.rental-contract .download {
    margin: 80px auto 0
}

.world-landing .first-screen__inner {
    width: 70%;
    max-width: 367px
}

@media (min-width: 1200px) {
    .world-landing .first-screen__inner {
        max-width:330px
    }
}

.world-landing .products .swiper-button-prev {
    width: auto;
    color: #071a33;
    left: 0;
    outline: 0!important
}

.world-landing .products .swiper-button-prev:focus {
    outline: 0!important
}

.world-landing .products .swiper-button-prev:after {
    display: none
}

@media (min-width: 768px) {
    .world-landing .products .swiper-button-prev {
        left:18px
    }
}

@media (min-width: 1200px) {
    .world-landing .products .swiper-button-prev {
        left:0
    }
}

.world-landing .products .swiper-button-prev i {
    font-size: 32px
}

.world-landing .products .swiper-button-next {
    width: auto;
    color: #071a33;
    right: 0;
    outline: 0!important
}

.world-landing .products .swiper-button-next:focus {
    outline: 0!important
}

.world-landing .products .swiper-button-next:after {
    display: none
}

@media (min-width: 768px) {
    .world-landing .products .swiper-button-next {
        right:18px
    }
}

@media (min-width: 1200px) {
    .world-landing .products .swiper-button-next {
        right:0
    }
}

.world-landing .products .swiper-button-next i {
    font-size: 32px
}

.world-landing .text-section {
    margin-top: 60px
}

@media (min-width: 1200px) {
    .world-landing .text-section {
        margin-top:100px
    }
}

.world-landing .text-section .title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .world-landing .text-section .title {
        font-size:28px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .world-landing .text-section .title {
        font-size:36px
    }
}

@media (min-width: 768px) {
    .world-landing .text-section__inner p {
        font-size:20px;
        line-height: 145%
    }
}

.world-landing .steps {
    overflow: hidden;
    margin-top: 60px
}

@media (min-width: 1200px) {
    .world-landing .steps {
        margin-top:100px
    }
}

.world-landing .steps .title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .world-landing .steps .title {
        font-size:28px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .world-landing .steps .title {
        font-size:36px
    }
}

.world-landing .steps .steps-item {
    position: relative;
    margin-bottom: 40px
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item {
        margin-bottom:60px
    }
}

.world-landing .steps .steps-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.world-landing .steps .steps-item.blue-center:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 160px;
    right: -30px;
    width: 85%;
    height: 164px;
    background-color: #75767814;
    border-radius: 12px
}

@media (min-width: 768px) {
    .world-landing .steps .steps-item.blue-center:after {
        top:-25px;
        width: 45%
    }
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item.blue-center:after {
        top:-25px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 40%;
        height: 226px
    }
}

.world-landing .steps .steps-item.blue-left:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 130px;
    left: -30px;
    width: 85%;
    height: 210px;
    background-color: #75767814;
    border-radius: 12px
}

@media (min-width: 768px) {
    .world-landing .steps .steps-item.blue-left:after {
        top:auto;
        bottom: 16px;
        left: -60px;
        width: 66%
    }
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item.blue-left:after {
        bottom:0;
        left: auto;
        right: 35%;
        width: 400%;
        height: 244px
    }
}

.world-landing .steps .steps-item.blue-right:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 130px;
    right: -30px;
    width: 85%;
    height: 210px;
    background-color: #75767814;
    border-radius: 12px
}

@media (min-width: 768px) {
    .world-landing .steps .steps-item.blue-right:after {
        top:140px;
        bottom: 16px;
        right: -60px;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item.blue-right:after {
        left:62%;
        right: auto;
        width: 400%;
        height: 244px
    }
}

.world-landing .steps .steps-item__img {
    position: relative;
    z-index: 2;
    margin-bottom: 28px
}

@media (min-width: 768px) {
    .world-landing .steps .steps-item__img {
        margin-bottom:0
    }
}

.world-landing .steps .steps-item__img img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item__img img {
        height:350px
    }
}

.world-landing .steps .steps-item__content {
    position: relative;
    z-index: 2;
    padding-left: 64px
}

@media (min-width: 768px) {
    .world-landing .steps .steps-item__content {
        -ms-flex-item-align:center;
        align-self: center
    }
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item__content {
        padding-left:110px
    }
}

.world-landing .steps .steps-item .num {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 60px;
    line-height: 1;
    color: #b00000
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item .num {
        font-size:100px;
        left: 30px
    }
}

.world-landing .steps .steps-item .title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item .title {
        font-size:24px;
        margin-bottom: 15px
    }
}

.world-landing .steps .steps-item .notice {
    font-size: 14px;
    line-height: 150%
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item .notice {
        font-size:16px
    }
}

.world-landing .steps .steps-item .notice ul {
    padding: 0;
    list-style: none
}

.world-landing .steps .steps-item .notice ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.world-landing .steps .steps-item .notice ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #b00000
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item .notice ul li {
        padding-left:26px
    }

    .world-landing .steps .steps-item .notice ul li:before {
        width: 10px;
        height: 10px
    }
}

.world-landing .steps .steps-item .images {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px
}

@media (min-width: 768px) {
    .world-landing .steps .steps-item .images {
        margin:30px -7px 0;
        padding-left: 31px
    }
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item .images {
        padding-left:0;
        margin: 30px -5px 0
    }
}

.world-landing .steps .steps-item .images img {
    width: 127px;
    height: 96px;
    margin: 0 5px 10px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 768px) {
    .world-landing .steps .steps-item .images img {
        width:190px;
        height: 143px;
        margin: 0 7px 14px
    }
}

@media (min-width: 1200px) {
    .world-landing .steps .steps-item .images img {
        width:136px;
        height: 110px;
        margin: 0 5px 10px
    }
}

.world-landing .full-width-steps .step-full-width {
    position: relative
}

.world-landing .full-width-steps .step-full-width__content {
    position: relative;
    z-index: 2;
    padding-left: 64px
}

@media (min-width: 1200px) {
    .world-landing .full-width-steps .step-full-width__content {
        padding-left:110px
    }
}

.world-landing .full-width-steps .step-full-width .num {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 60px;
    line-height: 1;
    color: #b00000
}

@media (min-width: 1200px) {
    .world-landing .full-width-steps .step-full-width .num {
        font-size:100px;
        left: 30px
    }
}

.world-landing .full-width-steps .step-full-width .title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .world-landing .full-width-steps .step-full-width .title {
        max-width:300px
    }
}

@media (min-width: 1200px) {
    .world-landing .full-width-steps .step-full-width .title {
        font-size:24px;
        margin-bottom: 15px;
        max-width: 780px
    }
}

.world-landing .full-width-steps .step-full-width .notice {
    font-size: 14px;
    line-height: 150%
}

@media (min-width: 768px) {
    .world-landing .full-width-steps .step-full-width .notice {
        max-width:300px
    }
}

@media (min-width: 1200px) {
    .world-landing .full-width-steps .step-full-width .notice {
        font-size:16px;
        max-width: 780px
    }
}

.world-landing .full-width-steps .step-full-width .notice ul {
    padding: 0;
    list-style: none
}

.world-landing .full-width-steps .step-full-width .notice ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.world-landing .full-width-steps .step-full-width .notice ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #b00000
}

@media (min-width: 1200px) {
    .world-landing .full-width-steps .step-full-width .notice ul li {
        padding-left:26px
    }

    .world-landing .full-width-steps .step-full-width .notice ul li:before {
        width: 10px;
        height: 10px
    }
}

.world-landing .full-width-steps .step-full-width__slider {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    width: calc(100% + 30px);
    margin-right: -30px
}

@media (min-width: 768px) {
    .world-landing .full-width-steps .step-full-width__slider {
        width:100%;
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .world-landing .full-width-steps .step-full-width__slider {
        margin-top:40px
    }
}

@media (max-width: 767px) {
    .world-landing .full-width-steps .step-full-width__slider .swiper-slide {
        width:205px
    }
}

.world-landing .full-width-steps .step-full-width__slider .swiper-slide img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1200px) {
    .world-landing .full-width-steps .step-full-width__slider .swiper-slide img {
        height:250px
    }
}

.world-landing .tiles {
    margin-top: 60px
}

@media (min-width: 1200px) {
    .world-landing .tiles {
        margin-top:100px
    }
}

.world-landing .tiles .title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .world-landing .tiles .title {
        font-size:28px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .world-landing .tiles .title {
        font-size:36px
    }
}

.world-landing .tiles .tiles-item {
    position: relative;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .world-landing .tiles .tiles-item {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1200px) {
    .world-landing .tiles .tiles-item {
        margin-bottom:60px
    }
}

.world-landing .tiles .tiles-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.world-landing .tiles .tiles-item__img {
    position: relative;
    z-index: 2;
    margin-bottom: 28px
}

@media (min-width: 768px) {
    .world-landing .tiles .tiles-item__img {
        margin-bottom:0
    }
}

.world-landing .tiles .tiles-item__img img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1200px) {
    .world-landing .tiles .tiles-item__img img {
        height:350px
    }
}

.world-landing .tiles .tiles-item__content {
    position: relative;
    z-index: 2
}

.world-landing .tiles .tiles-item .title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    .world-landing .tiles .tiles-item .title {
        font-size:24px;
        margin-bottom: 15px
    }
}

.world-landing .tiles .tiles-item .notice {
    font-size: 14px;
    line-height: 150%
}

@media (min-width: 1200px) {
    .world-landing .tiles .tiles-item .notice {
        font-size:16px
    }
}

.world-landing .tiles .tiles-item .notice ul {
    padding: 0;
    list-style: none
}

.world-landing .tiles .tiles-item .notice ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.world-landing .tiles .tiles-item .notice ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #b00000
}

@media (min-width: 1200px) {
    .world-landing .tiles .tiles-item .notice ul li {
        padding-left:26px
    }

    .world-landing .tiles .tiles-item .notice ul li:before {
        width: 10px;
        height: 10px
    }
}

.world-landing .app-banner-wrap {
    margin-top: 60px
}

@media (min-width: 1200px) {
    .world-landing .app-banner-wrap {
        margin-top:100px
    }
}

@media (min-width: 1200px) {
    .world-landing .app-banner-wrap .app-block {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }
}

.world-landing .app-banner-wrap .app-block__img {
    position: relative;
    z-index: 2;
    margin-bottom: 28px
}

@media (min-width: 768px) {
    .world-landing .app-banner-wrap .app-block__img {
        margin-bottom:0
    }
}

.world-landing .app-banner-wrap .app-block__img img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1200px) {
    .world-landing .app-banner-wrap .app-block__img img {
        height:420px
    }
}

.world-landing .app-banner-wrap .app-block__content {
    position: relative;
    z-index: 2
}

.world-landing .app-banner-wrap .app-block .title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .world-landing .app-banner-wrap .app-block .title {
        font-size:28px;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .world-landing .app-banner-wrap .app-block .title {
        font-size:36px
    }
}

.world-landing .app-banner-wrap .app-block .notice {
    font-size: 14px;
    line-height: 150%
}

@media (min-width: 1200px) {
    .world-landing .app-banner-wrap .app-block .notice {
        font-size:16px
    }
}

.world-landing .app-banner-wrap .app-block .notice p:last-child {
    margin-bottom: 0
}

.world-landing .app-banner-wrap .app-block .links {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.world-landing .app-banner-wrap .app-block .links a {
    width: 140px;
    height: 46px;
    border-radius: 4px;
    background-size: cover
}

.world-landing .app-banner-wrap .app-block .links a:first-child {
    margin-right: 20px
}

.world-landing .app-banner-wrap .app-block .links a.appstore-gray {
    background-image: url(../images/appstore-gray.jpg)
}

.world-landing .app-banner-wrap .app-block .links a.googleplay-gray {
    background-image: url(../images/googleplay-gray.jpg)
}

.world-landing .grid3 {
    margin-top: 60px
}

@media (min-width: 1200px) {
    .world-landing .grid3 {
        margin-top:100px
    }
}

.world-landing .grid3 .title {
    font-size: 24px;
    line-height: 123%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .world-landing .grid3 .title {
        font-size:28px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .world-landing .grid3 .title {
        font-size:36px
    }
}

.world-landing .grid3 .grid3-item {
    position: relative;
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .world-landing .grid3 .grid3-item {
        margin-bottom:40px
    }
}

.world-landing .grid3 .grid3-item__img {
    position: relative;
    z-index: 2;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .world-landing .grid3 .grid3-item__img {
        margin-bottom:25px
    }
}

.world-landing .grid3 .grid3-item__img img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1200px) {
    .world-landing .grid3 .grid3-item__img img {
        height:300px
    }
}

.world-landing .grid3 .grid3-item__content {
    position: relative;
    z-index: 2
}

.world-landing .grid3 .grid3-item .title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    .world-landing .grid3 .grid3-item .title {
        font-size:24px;
        margin-bottom: 15px
    }
}

.world-landing .grid3 .grid3-item .notice {
    font-size: 14px;
    line-height: 150%
}

@media (min-width: 1200px) {
    .world-landing .grid3 .grid3-item .notice {
        font-size:16px
    }
}

.world-landing .grid3 .grid3-item .notice ul {
    padding: 0;
    list-style: none
}

.world-landing .grid3 .grid3-item .notice ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.world-landing .grid3 .grid3-item .notice ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #b00000
}

@media (min-width: 1200px) {
    .world-landing .grid3 .grid3-item .notice ul li {
        padding-left:26px
    }

    .world-landing .grid3 .grid3-item .notice ul li:before {
        width: 10px;
        height: 10px
    }
}

.compare {
    position: relative
}

.compare__product-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.compare__product-title {
    display: block;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #8693a2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    outline: 0;
    padding: 8px 22px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    border: 1px solid #8693a2
}

@media (min-width: 768px) {
    .compare__product-title {
        padding:14px 30px
    }
}

@media (min-width: 1200px) {
    .compare__product-title {
        border:0;
        padding: 0;
        font-size: 20px;
        line-height: 145%;
        margin-right: 60px;
        margin-bottom: 0
    }
}

.compare__product-title.active {
    background-color: #b00000;
    color: #fff;
    border: 1px solid #b00000
}

@media (min-width: 1200px) {
    .compare__product-title.active {
        background:0 0;
        color: #b00000;
        border: 0
    }
}

.compare__image,.compare__characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.compare__image .image__block-wrap {
    width: 100%;
    max-width: 396px;
    border-right: 1px solid rgba(134,147,162,.2);
    border-bottom: 1px solid rgba(134,147,162,.2)
}

.compare__image .image__block-wrap:nth-last-child(-n+1) {
    border-right: none
}

.compare__image .image__block {
    position: relative
}

@media (min-width: 0) {
    .compare__image .image__block {
        margin:0 7px
    }
}

@media (min-width: 768px) {
    .compare__image .image__block {
        margin:0 30px
    }
}

.compare__image .image__block-bg {
    height: 270px;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 20px
}

.compare__image .image__block-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.compare__image .image__title-wrap {
    margin-bottom: 10px
}

@media (min-width: 0) {
    .compare__image .image__title-wrap {
        height:100px
    }
}

@media (min-width: 1200px) {
    .compare__image .image__title-wrap {
        height:60px
    }
}

.compare__image .image__title {
    line-height: 123%;
    color: #071a33
}

@media (min-width: 0) {
    .compare__image .image__title {
        font-size:20px;
        line-height: 123%
    }
}

@media (min-width: 1200px) {
    .compare__image .image__title {
        font-size:24px
    }
}

.compare__image .image__price {
    font-size: 24px;
    line-height: 123%;
    color: #071a33
}

@media (min-width: 0) {
    .compare__image .image__price {
        font-size:20px;
        line-height: 123%
    }
}

@media (min-width: 768px) {
    .compare__image .image__price {
        font-size:24px
    }
}

.compare__image .image__bonus {
    font-size: 14px;
    line-height: 145%;
    color: #A94545;
    margin-top: 4px;
    height: 20px
}

.compare__image .image__btn-buy {
    margin-top: 33px;
    margin-bottom: 20px
}

.compare__image .image__btn-buy a {
    width: 100%
}

.compare__product-close {
    position: absolute;
    padding: 0
}

@media (min-width: 0) {
    .compare__product-close {
        right:18.67px;
        top: 18.67px;
        height: 18.67px;
        width: 18.67px
    }
}

@media (min-width: 768px) {
    .compare__product-close {
        right:30.42px;
        top: 30.42px;
        height: 29px;
        width: 29px
    }
}

.compare__product-close span {
    position: absolute;
    left: 0
}

@media (min-width: 0) {
    .compare__product-close span {
        font-size:22px;
        top: -9px
    }
}

@media (min-width: 768px) {
    .compare__product-close span {
        font-size:34px;
        position: absolute;
        top: -12px
    }
}

.compare__differences {
    padding: 35px 0;
    border-bottom: 1px solid rgba(134,147,162,.2)
}

.compare__differences .differences__container {
    display: block;
    position: relative;
    padding-left: 43px;
    margin-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    line-height: 145%;
    color: #8693a2
}

.compare__differences .differences__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.compare__differences .differences__checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 24px;
    width: 24px;
    border: 3px solid #8693a2;
    border-radius: 5px
}

.compare__differences .differences__container:hover input~.differences__checkmark {
    background-color: #ccc
}

.compare__differences .differences__container input:checked~.differences__checkmark {
    background-color: #b00000;
    border: 3px solid #b00000
}

.compare__differences .differences__checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.compare__differences .differences__container input:checked~.differences__checkmark:after {
    display: block
}

.compare__differences .differences__container .differences__checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.compare__subtitle {
    padding: 20px 0;
    border-bottom: 1px solid rgba(134,147,162,.2)
}

.compare__subtitle p {
    font-size: 24px;
    line-height: 123%;
    padding-left: 30px;
    margin: 0
}

@media (min-width: 0) {
    .compare__subtitle p {
        font-size:20px;
        line-height: 123%;
        color: #071a33
    }
}

@media (min-width: 768px) {
    .compare__subtitle p {
        font-size:24px;
        color: #071a33
    }
}

@media (min-width: 1200px) {
    .compare__subtitle p {
        color:#8693a2
    }
}

.compare__characteristics .characteristics__block {
    width: 396px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(134,147,162,.2);
    border-right: 1px solid rgba(134,147,162,.2);
    border-left: none;
    padding-left: 30px;
    padding-right: 30px
}

.compare__characteristics .characteristics__block:nth-last-child(-n+1) {
    border-right: none
}

.compare__characteristics .characteristics__title {
    font-size: 12px;
    line-height: 145%;
    color: #8693a2
}

.compare__characteristics .characteristics__text {
    line-height: 145%;
    color: #071a33
}

@media (min-width: 0) {
    .compare__characteristics .characteristics__text {
        font-size:14px
    }
}

@media (min-width: 768px) {
    .compare__characteristics .characteristics__text {
        font-size:18px
    }
}

.compare__image-last .image__block-wrap {
    padding-top: 20px
}

.compare__image-last .image__block-wrap:nth-last-child(-n+2) {
    border-right: 1px solid rgba(134,147,162,.2)
}

.compare__image-last .image__block-wrap:last-child {
    border-right: none
}

.compare__add a span {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.compare__arrow-left,.compare__arrow-right {
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: auto;
    bottom: 25%;
    cursor: pointer;
    position: fixed;
    z-index: 1
}

.compare__arrow-left i,.compare__arrow-right i {
    color: #071a33
}

.compare__arrow-left {
    left: 0
}

@media (min-width: 768px) {
    .compare__arrow-left {
        left:15px
    }
}

@media (min-width: 1200px) {
    .compare__arrow-left {
        left:1%
    }
}

.compare__arrow-right {
    right: 0
}

@media (min-width: 768px) {
    .compare__arrow-right {
        right:15px
    }
}

@media (min-width: 1200px) {
    .compare__arrow-right {
        right:1%
    }
}

.compare .compare-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.compare .compare-empty .title {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .compare .compare-empty .title {
        font-size:24px;
        margin-bottom: 30px
    }
}

.compare .compare-empty .btn,.compare .compare-empty .active-filters__link .close-btn,.active-filters__link .compare .compare-empty .close-btn,.compare .compare-empty .active-filters__button {
    width: 100%;
    max-width: 315px
}

@media (min-width: 768px) {
    .compare .compare-empty .btn,.compare .compare-empty .active-filters__link .close-btn,.active-filters__link .compare .compare-empty .close-btn,.compare .compare-empty .active-filters__button {
        max-width:336px
    }
}

.compare .swiper-slide,.compare .swiper-wrapper {
    height: auto
}

.loader-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0
}

.loader-page__message {
    color: #8693a2;
    text-align: center;
    max-width: 380px;
    font-size: 16px;
    line-height: 145%;
    margin-top: 30px
}

.about-page .subtitle {
    font-size: 20px;
    line-height: 123%;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .about-page .subtitle {
        font-size:28px;
        line-height: 123%
    }
}

@media (min-width: 992px) {
    .about-page .subtitle {
        font-size:30px;
        line-height: 123%;
        margin-bottom: 40px
    }
}

.about-page .about-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

.about-page .about-row:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .about-page .about-row {
        margin-bottom:40px
    }
}

@media (min-width: 992px) {
    .about-page .about-row {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 60px
    }
}

.about-page .about-row--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 992px) {
    .about-page .about-row--reverse {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 992px) {
    .about-page .about-row .text {
        font-size:18px
    }
}

.about-page .about-row .image {
    margin-top: 15px
}

@media (min-width: 768px) {
    .about-page .about-row .image {
        margin-top:25px
    }
}

@media (min-width: 992px) {
    .about-page .about-row .image {
        margin-top:0
    }
}

.about-page .about-row .image img {
    width: 100%
}

.rich-video {
    width: 100%;
    position: relative;
    top: 0;
    height: 676px
}

@media (min-width: 768px) {
    .rich-video {
        height:1024px
    }
}

@media (min-width: 1200px) {
    .rich-video {
        height:660px;
        max-width: 1200px;
        margin: 0 auto 3px
    }
}

.rich-video-image {
    position: relative;
    height: 100%
}

.rich-video-wrapper {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 676px
}

@media (min-width: 768px) {
    .rich-video-wrapper {
        height:1024px
    }
}

@media (min-width: 1200px) {
    .rich-video-wrapper {
        height:660px
    }
}

.rich-video-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.rich-video-wrapper .video_card {
    height: 100%
}

.rich-video .video-card {
    z-index: 200;
    padding: 0;
    position: absolute;
    width: 100%;
    border-radius: 0;
    height: 676px
}

.rich-video .video-card:hover .video-card__img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media (min-width: 768px) {
    .rich-video .video-card {
        height:1024px
    }
}

@media (min-width: 1200px) {
    .rich-video .video-card {
        height:660px
    }
}

.rich-video .video-card picture {
    display: block;
    width: 100%;
    height: 100%
}

.rich-video .video-card picture img {
    width: 100%;
    height: 676px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 768px) {
    .rich-video .video-card picture img {
        height:1024px
    }
}

@media (min-width: 1200px) {
    .rich-video .video-card picture img {
        height:660px
    }
}

.rich-video .video-card.play {
    display: none
}

.rich-video .play-btn {
    background-color: #fff;
    border-radius: 50%;
    border: 0;
    width: 120px;
    height: 120px;
    font-size: 34px
}

@media (min-width: 768px) {
    .rich-video .play-btn {
        width:210px;
        height: 210px;
        font-size: 56px
    }
}

@media (min-width: 1200px) {
    .rich-video .play-btn {
        width:105px;
        height: 105px;
        font-size: 28px
    }
}

.rich-video .play-btn .icon-play-rich {
    font-size: 34px;
    padding-left: 5px
}

@media (min-width: 768px) {
    .rich-video .play-btn .icon-play-rich {
        font-size:56px
    }
}

@media (min-width: 1200px) {
    .rich-video .play-btn .icon-play-rich {
        font-size:28px
    }
}

.rich-banner {
    width: 100%;
    position: relative
}

@media (min-width: 1200px) {
    .rich-banner {
        max-width:1200px;
        margin: 0 auto 3px
    }
}

.rich-banner__image {
    display: block;
    width: 100%;
    height: 420px
}

@media (min-width: 768px) {
    .rich-banner__image {
        height:700px
    }
}

@media (min-width: 1200px) {
    .rich-banner__image {
        height:601px
    }
}

.rich-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 768px) {
    .rich-banner img {
        -o-object-position:center;
        object-position: center
    }
}

.rich-banner-info {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    position: static;
    width: 100%;
    padding: 28px 16px 81px 16px
}

@media (min-width: 768px) {
    .rich-banner-info {
        padding:32px 60px 80px 60px;
        position: static;
        border-radius: 0
    }
}

@media (min-width: 1200px) {
    .rich-banner-info {
        position:absolute;
        border-radius: 8px;
        bottom: 81px;
        left: 20px;
        max-width: 453px;
        padding: 28px;
        opacity: .85
    }
}

.rich-banner-info__title {
    font-family: 'Futura New Demi';
    font-weight: 600;
    color: #132643;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .rich-banner-info__title {
        font-size:48px;
        font-weight: 600;
        margin-bottom: 24px
    }
}

@media (min-width: 1200px) {
    .rich-banner-info__title {
        font-weight:600;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px
    }
}

.rich-banner-info__text {
    font-family: 'Futura New Book';
    color: #132643;
    font-size: 18px;
    line-height: 140%
}

@media (min-width: 768px) {
    .rich-banner-info__text {
        font-size:36px;
        line-height: 130%
    }
}

@media (min-width: 1200px) {
    .rich-banner-info__text {
        font-size:18px;
        line-height: 22px
    }
}

.interactive-banner .rich-banner-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    opacity: .8;
    cursor: pointer;
    border: 0;
    padding: 0;
    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;
    position: absolute
}

@media (min-width: 768px) {
    .interactive-banner .rich-banner-button {
        width:72px;
        height: 72px
    }
}

@media (min-width: 1200px) {
    .interactive-banner .rich-banner-button {
        width:50px;
        height: 50px
    }
}

.interactive-banner button.rich-banner-button:before {
    content: "";
    display: block;
    background-color: #6eacdf;
    position: absolute;
    width: 24px;
    height: 2px
}

@media (min-width: 768px) {
    .interactive-banner button.rich-banner-button:before {
        width:29px;
        height: 3px
    }
}

@media (min-width: 1200px) {
    .interactive-banner button.rich-banner-button:before {
        width:17px;
        height: 2px
    }
}

.interactive-banner button.rich-banner-button:after {
    content: "";
    display: block;
    background-color: #6eacdf;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 24px;
    height: 2px
}

@media (min-width: 768px) {
    .interactive-banner button.rich-banner-button:after {
        width:29px;
        height: 3px
    }
}

@media (min-width: 1200px) {
    .interactive-banner button.rich-banner-button:after {
        width:17px;
        height: 2px
    }
}

.interactive-banner .banner-checkbox {
    display: block;
    z-index: 20;
    position: absolute;
    opacity: 0
}

.interactive-banner .rich-banner-info {
    background: rgba(255,255,255,.85);
    display: none;
    position: static;
    width: 100%;
    height: auto;
    padding: 28px 16px 81px 16px
}

@media (min-width: 768px) {
    .interactive-banner .rich-banner-info {
        padding:32px 60px 80px 60px;
        border-radius: 0;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .interactive-banner .rich-banner-info {
        position:absolute;
        padding: 28px;
        max-width: 420px;
        border-radius: 8px
    }
}

.ecam-250-31 .interactive-banner__1 .rich-banner-button {
    top: 54px;
    left: calc(50% + 12px)
}

@media (min-width: 768px) {
    .ecam-250-31 .interactive-banner__1 .rich-banner-button {
        top:115px;
        left: calc(50% + 15px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__1 .rich-banner-button {
        top:89px;
        left: 50.53%
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__1 .rich-banner-info {
        top:85px;
        left: 63.65%;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__1 .rich-banner-info {
        top:125px;
        left: 66.65%
    }
}

.ecam-250-31 .interactive-banner__2 .rich-banner-button {
    top: 40px;
    left: calc(50% - 120px)
}

@media (min-width: 768px) {
    .ecam-250-31 .interactive-banner__2 .rich-banner-button {
        top:67px;
        left: calc(50% - 201px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__2 .rich-banner-button {
        top:71px;
        left: 39.53%
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__2 .rich-banner-button {
        top:190px;
        left: 44.53%
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__2 .rich-banner-info {
        left:1.44%;
        top: 0;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__2 .rich-banner-info {
        left:4.44%;
        top: 90px
    }
}

.ecam-250-31 .interactive-banner__3 .rich-banner-button {
    top: 160px;
    left: calc(50% - 54px)
}

@media (min-width: 768px) {
    .ecam-250-31 .interactive-banner__3 .rich-banner-button {
        top:255px;
        left: calc(50% - 92px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__3 .rich-banner-button {
        top:227px;
        left: 44%
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__3 .rich-banner-button {
        left:49.09%;
        top: 507px
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__3 .rich-banner-info {
        top:230px;
        left: 63.91%;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__3 .rich-banner-info {
        left:66.84%;
        top: 485px
    }
}

.ecam-250-31 .interactive-banner__4 .rich-banner-button {
    top: 130px;
    left: calc(50% - 154px)
}

@media (min-width: 768px) {
    .ecam-250-31 .interactive-banner__4 .rich-banner-button {
        top:249px;
        left: calc(50% - 263px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__4 .rich-banner-button {
        top:220px;
        left: 31.7%
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__4 .rich-banner-button {
        left:39.45%;
        top: 418px
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__4 .rich-banner-info {
        top:285px;
        left: 1%;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__4 .rich-banner-info {
        left:3.47%;
        top: 461px
    }
}

.ecam-250-31 .interactive-banner__5 .rich-banner-button {
    top: 260px;
    left: calc(50% - 60px)
}

@media (min-width: 768px) {
    .ecam-250-31 .interactive-banner__5 .rich-banner-button {
        top:420px;
        left: calc(50% - 96px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__5 .rich-banner-button {
        top:375px;
        left: 43%
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__5 .rich-banner-button {
        top:820px;
        left: 46%
    }
}

@media (min-width: 1200px) {
    .ecam-250-31 .interactive-banner__5 .rich-banner-info {
        top:379px;
        left: 61%;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-250-31 .interactive-banner__5 .rich-banner-info {
        top:830px;
        left: 66%
    }
}

.ecam-370-95-t .rich-banner__image img {
    -o-object-position: 60%;
    object-position: 60%
}

@media (min-width: 768px) {
    .ecam-370-95-t .rich-banner__image img {
        -o-object-position:60%;
        object-position: 60%
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .rich-banner__image img {
        -o-object-position:71%;
        object-position: 71%
    }
}

.ecam-370-95-t .interactive-banner__1 .rich-banner-button {
    top: 47px;
    left: calc(50% - 60px)
}

@media (min-width: 768px) {
    .ecam-370-95-t .interactive-banner__1 .rich-banner-button {
        top:70px;
        left: calc(50% - 75px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__1 .rich-banner-button {
        top:75px;
        left: 47.22%
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__1 .rich-banner-info {
        top:60px;
        left: 1.65%;
        bottom: auto
    }
}

.ecam-370-95-t .interactive-banner__2 .rich-banner-button {
    top: 38px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .ecam-370-95-t .interactive-banner__2 .rich-banner-button {
        top:140px;
        left: calc(50% + 60px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__2 .rich-banner-button {
        top:100px;
        left: 56.52%
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__2 .rich-banner-info {
        left:63.44%;
        top: 90px;
        bottom: auto
    }
}

.ecam-370-95-t .interactive-banner__3 .rich-banner-button {
    top: 150px;
    left: calc(50% - 100px)
}

@media (min-width: 768px) {
    .ecam-370-95-t .interactive-banner__3 .rich-banner-button {
        top:270px;
        left: calc(50% - 150px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__3 .rich-banner-button {
        top:183px;
        left: 42.01%
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__3 .rich-banner-info {
        top:175px;
        left: 2%;
        bottom: auto
    }
}

.ecam-370-95-t .interactive-banner__4 .rich-banner-button {
    top: 230px;
    left: calc(50% - 135px)
}

@media (min-width: 768px) {
    .ecam-370-95-t .interactive-banner__4 .rich-banner-button {
        top:410px;
        left: calc(50% - 180px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__4 .rich-banner-button {
        top:330px;
        left: 38.82%
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__4 .rich-banner-info {
        top:310px;
        left: 1%;
        bottom: auto
    }
}

.ecam-370-95-t .interactive-banner__5 .rich-banner-button {
    top: 275px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .ecam-370-95-t .interactive-banner__5 .rich-banner-button {
        top:489px;
        left: calc(50% + 0px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__5 .rich-banner-button {
        top:405px;
        left: 51.04%
    }
}

@media (min-width: 1200px) {
    .ecam-370-95-t .interactive-banner__5 .rich-banner-info {
        top:355px;
        left: 63%;
        bottom: auto
    }
}

.ecam-22-360-b .interactive-banner__1 .rich-banner-button {
    top: 75px;
    left: calc(50% - 63px)
}

@media (min-width: 768px) {
    .ecam-22-360-b .interactive-banner__1 .rich-banner-button {
        top:130px;
        left: calc(50% - 100px)
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__1 .rich-banner-button {
        top:112px;
        left: 46.11%
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__1 .rich-banner-info {
        top:85px;
        left: 63.65%;
        bottom: auto
    }
}

.ecam-22-360-b .interactive-banner__2 .rich-banner-button {
    top: 160px;
    left: calc(50% + 30px)
}

@media (min-width: 768px) {
    .ecam-22-360-b .interactive-banner__2 .rich-banner-button {
        top:265px;
        left: calc(50% + 45px)
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__2 .rich-banner-button {
        top:244px;
        left: 53.68%
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__2 .rich-banner-info {
        left:65%;
        top: 150px;
        bottom: auto
    }
}

.ecam-22-360-b .interactive-banner__3 .rich-banner-button {
    top: 270px;
    left: calc(50% - 45px)
}

@media (min-width: 768px) {
    .ecam-22-360-b .interactive-banner__3 .rich-banner-button {
        top:450px;
        left: calc(50% - 60px)
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__3 .rich-banner-button {
        top:415px;
        left: 46.8%
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__3 .rich-banner-info {
        top:310px;
        left: .5%;
        bottom: auto
    }
}

.ecam-22-360-b .interactive-banner__4 .rich-banner-button {
    top: 278px;
    left: calc(50% + 105px)
}

@media (min-width: 768px) {
    .ecam-22-360-b .interactive-banner__4 .rich-banner-button {
        top:475px;
        left: calc(50% + 185px)
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__4 .rich-banner-button {
        top:395px;
        left: 61.87%
    }
}

@media (min-width: 1200px) {
    .ecam-22-360-b .interactive-banner__4 .rich-banner-info {
        top:315px;
        left: .5%;
        bottom: auto
    }
}

.cgh1012d .rich-banner__image img,.cgh1030d .rich-banner__image img {
    -o-object-position: 39%;
    object-position: 39%
}

@media (min-width: 768px) {
    .cgh1012d .rich-banner__image img,.cgh1030d .rich-banner__image img {
        -o-object-position:39%;
        object-position: 39%
    }
}

@media (min-width: 1200px) {
    .cgh1012d .rich-banner__image img,.cgh1030d .rich-banner__image img {
        -o-object-position:center;
        object-position: center
    }
}

.cgh1012d .interactive-banner__1 .rich-banner-button,.cgh1030d .interactive-banner__1 .rich-banner-button {
    top: 209px;
    left: calc(50% - 54px)
}

@media (min-width: 768px) {
    .cgh1012d .interactive-banner__1 .rich-banner-button,.cgh1030d .interactive-banner__1 .rich-banner-button {
        top:346px;
        left: calc(50% - 75px)
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__1 .rich-banner-button,.cgh1030d .interactive-banner__1 .rich-banner-button {
        top:298px;
        left: 38%
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__1 .rich-banner-info,.cgh1030d .interactive-banner__1 .rich-banner-info {
        top:140px;
        left: 63.65%;
        bottom: auto
    }
}

.cgh1012d .interactive-banner__2 .rich-banner-button,.cgh1030d .interactive-banner__2 .rich-banner-button {
    top: 260px;
    left: calc(50% + 57px)
}

@media (min-width: 768px) {
    .cgh1012d .interactive-banner__2 .rich-banner-button,.cgh1030d .interactive-banner__2 .rich-banner-button {
        top:452px;
        left: calc(50% + 110px)
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__2 .rich-banner-button,.cgh1030d .interactive-banner__2 .rich-banner-button {
        top:407px;
        left: 49.43%
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__2 .rich-banner-info,.cgh1030d .interactive-banner__2 .rich-banner-info {
        left:auto;
        right: 1%;
        top: 220px;
        bottom: auto
    }
}

.cgh1012d .interactive-banner__3 .rich-banner-button,.cgh1030d .interactive-banner__3 .rich-banner-button {
    top: 287px;
    left: calc(50% - 125px)
}

@media (min-width: 768px) {
    .cgh1012d .interactive-banner__3 .rich-banner-button,.cgh1030d .interactive-banner__3 .rich-banner-button {
        top:475px;
        left: calc(50% - 210px)
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__3 .rich-banner-button,.cgh1030d .interactive-banner__3 .rich-banner-button {
        top:430px;
        left: 32.43%
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__3 .rich-banner-info,.cgh1030d .interactive-banner__3 .rich-banner-info {
        top:230px;
        left: 63.91%;
        bottom: auto
    }
}

.cgh1012d .interactive-banner__4 .rich-banner-button,.cgh1030d .interactive-banner__4 .rich-banner-button {
    top: 327px;
    left: calc(50% + 46px)
}

@media (min-width: 768px) {
    .cgh1012d .interactive-banner__4 .rich-banner-button,.cgh1030d .interactive-banner__4 .rich-banner-button {
        top:547px;
        left: calc(50% + 75px)
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__4 .rich-banner-button,.cgh1030d .interactive-banner__4 .rich-banner-button {
        top:479px;
        left: 49.2%
    }
}

@media (min-width: 1200px) {
    .cgh1012d .interactive-banner__4 .rich-banner-info,.cgh1030d .interactive-banner__4 .rich-banner-info {
        top:370px;
        left: auto;
        right: 1%;
        bottom: auto
    }
}

.ecam-29-660-sb .interactive-banner__1 .rich-banner-button {
    top: 70px;
    left: calc(50% - 55px)
}

@media (min-width: 768px) {
    .ecam-29-660-sb .interactive-banner__1 .rich-banner-button {
        top:120px;
        left: calc(50% - 75px)
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__1 .rich-banner-button {
        top:112px;
        left: 46.11%
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__1 .rich-banner-info {
        top:85px;
        left: 3%;
        bottom: auto
    }
}

.ecam-29-660-sb .interactive-banner__2 .rich-banner-button {
    top: 180px;
    left: calc(50% + 15px)
}

@media (min-width: 768px) {
    .ecam-29-660-sb .interactive-banner__2 .rich-banner-button {
        top:300px;
        left: calc(50% + 35px)
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__2 .rich-banner-button {
        top:244px;
        left: 53.68%
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__2 .rich-banner-info {
        left:3%;
        top: 200px;
        bottom: auto
    }
}

.ecam-29-660-sb .interactive-banner__3 .rich-banner-button {
    top: 275px;
    left: calc(50% + 25px)
}

@media (min-width: 768px) {
    .ecam-29-660-sb .interactive-banner__3 .rich-banner-button {
        top:450px;
        left: calc(50% + 45px)
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__3 .rich-banner-button {
        top:400px;
        left: 53%
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__3 .rich-banner-info {
        top:340px;
        left: 63.91%;
        bottom: auto
    }
}

.ecam-29-660-sb .interactive-banner__4 .rich-banner-button {
    top: 130px;
    left: calc(50% + 80px)
}

@media (min-width: 768px) {
    .ecam-29-660-sb .interactive-banner__4 .rich-banner-button {
        top:205px;
        left: calc(50% + 140px)
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__4 .rich-banner-button {
        top:182px;
        left: 60.87%
    }
}

@media (min-width: 1200px) {
    .ecam-29-660-sb .interactive-banner__4 .rich-banner-info {
        top:228px;
        left: 64%;
        bottom: auto
    }
}

.ecam-650-85-ms .interactive-banner__1 .rich-banner-button {
    top: 30px;
    left: calc(50% - 90px)
}

@media (min-width: 768px) {
    .ecam-650-85-ms .interactive-banner__1 .rich-banner-button {
        top:60px;
        left: calc(50% - 140px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__1 .rich-banner-button {
        top:60px;
        left: 40%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__1 .rich-banner-info {
        top:60px;
        left: 1%;
        bottom: auto
    }
}

.ecam-650-85-ms .interactive-banner__2 .rich-banner-button {
    top: 55px;
    left: calc(50% + 10px)
}

@media (min-width: 768px) {
    .ecam-650-85-ms .interactive-banner__2 .rich-banner-button {
        top:80px;
        left: calc(50% + 10px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__2 .rich-banner-button {
        top:80px;
        left: 52%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__2 .rich-banner-info {
        left:64%;
        top: 80px;
        bottom: auto
    }
}

.ecam-650-85-ms .interactive-banner__3 .rich-banner-button {
    top: 245px;
    left: calc(50% - 15px)
}

@media (min-width: 768px) {
    .ecam-650-85-ms .interactive-banner__3 .rich-banner-button {
        top:420px;
        left: calc(50% - 20px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__3 .rich-banner-button {
        top:370px;
        left: 49%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__3 .rich-banner-info {
        top:230px;
        left: 63.91%;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-650-85-ms .interactive-banner__3 .rich-banner-info {
        top:757px;
        left: 40.21%
    }
}

.ecam-650-85-ms .interactive-banner__4 .rich-banner-button {
    top: 130px;
    left: calc(50% + 45px)
}

@media (min-width: 768px) {
    .ecam-650-85-ms .interactive-banner__4 .rich-banner-button {
        top:185px;
        left: calc(50% + 70px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__4 .rich-banner-button {
        top:180px;
        left: 56%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__4 .rich-banner-info {
        top:180px;
        left: 64%;
        bottom: auto
    }
}

.ecam-650-85-ms .interactive-banner__5 .rich-banner-button {
    top: 175px;
    left: calc(50% - 35px)
}

@media (min-width: 768px) {
    .ecam-650-85-ms .interactive-banner__5 .rich-banner-button {
        top:310px;
        left: calc(50% - 45px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__5 .rich-banner-button {
        top:260px;
        left: 46%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__5 .rich-banner-info {
        left:64%;
        top: 260px;
        bottom: auto
    }
}

.ecam-650-85-ms .interactive-banner__6 .rich-banner-button {
    top: 245px;
    left: calc(50% - 130px)
}

@media (min-width: 768px) {
    .ecam-650-85-ms .interactive-banner__6 .rich-banner-button {
        top:380px;
        left: calc(50% - 200px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__6 .rich-banner-button {
        top:350px;
        left: 35%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__6 .rich-banner-info {
        top:350px;
        left: 64%;
        bottom: auto
    }
}

.ecam-650-85-ms .interactive-banner__7 .rich-banner-button {
    top: 284px;
    left: 48%
}

@media (min-width: 768px) {
    .ecam-650-85-ms .interactive-banner__7 .rich-banner-button {
        top:505px;
        left: 50%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__7 .rich-banner-button {
        top:393px;
        left: 53%
    }
}

@media (min-width: 2880px) {
    .ecam-650-85-ms .interactive-banner__7 .rich-banner-button {
        top:755px;
        left: 49.44%
    }
}

@media (min-width: 1200px) {
    .ecam-650-85-ms .interactive-banner__7 .rich-banner-info {
        top:228px;
        left: 1%;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-650-85-ms .interactive-banner__7 .rich-banner-info {
        left:3.47%;
        top: 461px
    }
}

.ecam-650-75-ms .interactive-banner__1 .rich-banner-button {
    top: 50px;
    left: calc(50% - 110px)
}

@media (min-width: 768px) {
    .ecam-650-75-ms .interactive-banner__1 .rich-banner-button {
        top:85px;
        left: calc(50% - 175px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__1 .rich-banner-button {
        top:80px;
        left: 37.55%
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__1 .rich-banner-info {
        top:85px;
        left: 63.65%;
        bottom: auto
    }
}

.ecam-650-75-ms .interactive-banner__2 .rich-banner-button {
    top: 60px;
    left: calc(50% - 20px)
}

@media (min-width: 768px) {
    .ecam-650-75-ms .interactive-banner__2 .rich-banner-button {
        top:115px;
        left: calc(50% - 30px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__2 .rich-banner-button {
        top:105px;
        left: 47.96%
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__2 .rich-banner-info {
        left:62.44%;
        top: 105px;
        bottom: auto
    }
}

.ecam-650-75-ms .interactive-banner__3 .rich-banner-button {
    top: 115px;
    left: calc(50% + 30px)
}

@media (min-width: 768px) {
    .ecam-650-75-ms .interactive-banner__3 .rich-banner-button {
        top:230px;
        left: calc(50% + 60px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__3 .rich-banner-button {
        top:170px;
        left: 55.7%
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__3 .rich-banner-info {
        top:175px;
        left: 63.91%;
        bottom: auto
    }
}

.ecam-650-75-ms .interactive-banner__4 .rich-banner-button {
    top: 140px;
    left: calc(50% - 150px)
}

@media (min-width: 768px) {
    .ecam-650-75-ms .interactive-banner__4 .rich-banner-button {
        top:235px;
        left: calc(50% - 235px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__4 .rich-banner-button {
        top:215px;
        left: 33%
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__4 .rich-banner-info {
        top:280px;
        left: 1%;
        bottom: auto
    }
}

.ecam-650-75-ms .interactive-banner__5 .rich-banner-button {
    top: 185px;
    left: calc(50% - 70px)
}

@media (min-width: 768px) {
    .ecam-650-75-ms .interactive-banner__5 .rich-banner-button {
        top:320px;
        left: calc(50% - 105px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__5 .rich-banner-button {
        top:300px;
        left: 42%
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__5 .rich-banner-info {
        left:62.44%;
        top: 275px;
        bottom: auto
    }
}

.ecam-650-75-ms .interactive-banner__6 .rich-banner-button {
    top: 245px;
    left: calc(50% - 160px)
}

@media (min-width: 768px) {
    .ecam-650-75-ms .interactive-banner__6 .rich-banner-button {
        top:415px;
        left: calc(50% - 260px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__6 .rich-banner-button {
        top:350px;
        left: 31%
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__6 .rich-banner-info {
        top:230px;
        left: 63.91%;
        bottom: auto
    }
}

.ecam-650-75-ms .interactive-banner__7 .rich-banner-button {
    top: 275px;
    left: calc(50% - 60px)
}

@media (min-width: 768px) {
    .ecam-650-75-ms .interactive-banner__7 .rich-banner-button {
        top:435px;
        left: calc(50% - 85px)
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__7 .rich-banner-button {
        top:385px;
        left: 44%
    }
}

@media (min-width: 1200px) {
    .ecam-650-75-ms .interactive-banner__7 .rich-banner-info {
        top:370px;
        left: 63%;
        bottom: auto
    }
}

.ecam-350-75-b .rich-banner__image img {
    -o-object-position: 23%;
    object-position: 23%
}

@media (min-width: 768px) {
    .ecam-350-75-b .rich-banner__image img {
        -o-object-position:23%;
        object-position: 23%
    }
}

@media (min-width: 1024px) {
    .ecam-350-75-b .rich-banner__image img {
        -o-object-position:12%;
        object-position: 12%
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .rich-banner__image img {
        -o-object-position:center;
        object-position: center
    }
}

.ecam-350-75-b .interactive-banner__1 .rich-banner-button {
    top: 40px;
    left: calc(50% + 40px)
}

@media (min-width: 768px) {
    .ecam-350-75-b .interactive-banner__1 .rich-banner-button {
        top:75px;
        left: calc(50% + 65px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__1 .rich-banner-button {
        top:70px;
        left: 37.99%
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__1 .rich-banner-info {
        top:75px;
        left: 52.65%;
        bottom: auto
    }
}

.ecam-350-75-b .interactive-banner__2 .rich-banner-button {
    top: 50px;
    left: calc(50% - 30px)
}

@media (min-width: 768px) {
    .ecam-350-75-b .interactive-banner__2 .rich-banner-button {
        top:110px;
        left: calc(50% - 80px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__2 .rich-banner-button {
        top:113px;
        left: 26%
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__2 .rich-banner-info {
        left:47.44%;
        top: 105px;
        bottom: auto
    }
}

.ecam-350-75-b .interactive-banner__3 .rich-banner-button {
    top: 105px;
    left: calc(50% + 30px)
}

@media (min-width: 768px) {
    .ecam-350-75-b .interactive-banner__3 .rich-banner-button {
        top:180px;
        left: calc(50% + 15px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__3 .rich-banner-button {
        top:165px;
        left: 34%
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__3 .rich-banner-info {
        top:175px;
        left: 52%;
        bottom: auto
    }
}

.ecam-350-75-b .interactive-banner__4 .rich-banner-button {
    top: 150px;
    left: calc(50% - 25px)
}

@media (min-width: 768px) {
    .ecam-350-75-b .interactive-banner__4 .rich-banner-button {
        top:240px;
        left: calc(50% - 65px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__4 .rich-banner-button {
        top:210px;
        left: 27%
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__4 .rich-banner-info {
        top:200px;
        left: 48%;
        bottom: auto
    }
}

.ecam-350-75-b .interactive-banner__5 .rich-banner-button {
    top: 272px;
    left: 28%
}

@media (min-width: 768px) {
    .ecam-350-75-b .interactive-banner__5 .rich-banner-button {
        top:500px;
        left: 28.29%
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__5 .rich-banner-button {
        top:377px;
        left: 17%
    }
}

@media (min-width: 2880px) {
    .ecam-350-75-b .interactive-banner__5 .rich-banner-button {
        top:747px;
        left: 25.07%
    }
}

@media (min-width: 1200px) {
    .ecam-350-75-b .interactive-banner__5 .rich-banner-info {
        left:1.44%;
        top: 60px;
        bottom: auto
    }
}

@media (min-width: 2880px) {
    .ecam-350-75-b .interactive-banner__5 .rich-banner-info {
        left:4.44%;
        top: 90px
    }
}

.ecam-350-55-b .rich-banner__image img {
    -o-object-position: 62%;
    object-position: 62%
}

@media (min-width: 768px) {
    .ecam-350-55-b .rich-banner__image img {
        -o-object-position:62%;
        object-position: 62%
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .rich-banner__image img {
        -o-object-position:center;
        object-position: center
    }
}

.ecam-350-55-b .interactive-banner__1 .rich-banner-button {
    top: 65px;
    left: calc(50% - 50px)
}

@media (min-width: 768px) {
    .ecam-350-55-b .interactive-banner__1 .rich-banner-button {
        top:100px;
        left: calc(50% - 50px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__1 .rich-banner-button {
        top:102px;
        left: 53.5%
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__1 .rich-banner-info {
        top:95px;
        left: 8.65%;
        bottom: auto
    }
}

.ecam-350-55-b .interactive-banner__2 .rich-banner-button {
    top: 110px;
    left: calc(50% + 30px)
}

@media (min-width: 768px) {
    .ecam-350-55-b .interactive-banner__2 .rich-banner-button {
        top:165px;
        left: calc(50% + 65px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__2 .rich-banner-button {
        top:160px;
        left: 62.2%
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__2 .rich-banner-info {
        left:5.44%;
        top: 135px;
        bottom: auto
    }
}

.ecam-350-55-b .interactive-banner__3 .rich-banner-button {
    top: 125px;
    left: calc(50% - 95px)
}

@media (min-width: 768px) {
    .ecam-350-55-b .interactive-banner__3 .rich-banner-button {
        top:215px;
        left: calc(50% - 130px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__3 .rich-banner-button {
        top:185px;
        left: 48.2%
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__3 .rich-banner-info {
        top:190px;
        left: 7.91%;
        bottom: auto
    }
}

.ecam-350-55-b .interactive-banner__4 .rich-banner-button {
    top: 195px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .ecam-350-55-b .interactive-banner__4 .rich-banner-button {
        top:300px;
        left: calc(50% + 30px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__4 .rich-banner-button {
        top:285px;
        left: 59%
    }
}

@media (min-width: 1200px) {
    .ecam-350-55-b .interactive-banner__4 .rich-banner-info {
        top:250px;
        left: 4%;
        bottom: auto
    }
}

.ecam-350-15-b .rich-banner__image img {
    -o-object-position: 61%;
    object-position: 61%
}

@media (min-width: 768px) {
    .ecam-350-15-b .rich-banner__image img {
        -o-object-position:61%;
        object-position: 61%
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .rich-banner__image img {
        -o-object-position:center;
        object-position: center
    }
}

.ecam-350-15-b .interactive-banner__1 .rich-banner-button {
    top: 30px;
    left: calc(50% - 50px)
}

@media (min-width: 768px) {
    .ecam-350-15-b .interactive-banner__1 .rich-banner-button {
        top:60px;
        left: calc(50% - 70px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__1 .rich-banner-button {
        top:50px;
        left: 51.7%
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__1 .rich-banner-info {
        top:40px;
        left: 5%;
        bottom: auto
    }
}

.ecam-350-15-b .interactive-banner__2 .rich-banner-button {
    top: 84px;
    left: calc(50% + 40px)
}

@media (min-width: 768px) {
    .ecam-350-15-b .interactive-banner__2 .rich-banner-button {
        top:150px;
        left: calc(50% + 65px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__2 .rich-banner-button {
        top:115px;
        left: 63.2%
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__2 .rich-banner-info {
        left:5%;
        top: 95px;
        bottom: auto
    }
}

.ecam-350-15-b .interactive-banner__3 .rich-banner-button {
    top: 145px;
    left: calc(50% - 100px)
}

@media (min-width: 768px) {
    .ecam-350-15-b .interactive-banner__3 .rich-banner-button {
        top:245px;
        left: calc(50% - 155px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__3 .rich-banner-button {
        top:220px;
        left: 45.2%
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__3 .rich-banner-info {
        top:230px;
        left: 5%;
        bottom: auto
    }
}

.ecam-350-15-b .interactive-banner__4 .rich-banner-button {
    top: 185px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .ecam-350-15-b .interactive-banner__4 .rich-banner-button {
        top:329px;
        left: calc(50% + 0px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__4 .rich-banner-button {
        top:285px;
        left: 59.7%
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__4 .rich-banner-info {
        top:280px;
        left: 5%;
        bottom: auto
    }
}

.ecam-350-15-b .interactive-banner__5 .rich-banner-button {
    top: 297px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .ecam-350-15-b .interactive-banner__5 .rich-banner-button {
        top:485px;
        left: calc(50% + 0px)
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__5 .rich-banner-button {
        top:420px;
        left: 57.6%
    }
}

@media (min-width: 1200px) {
    .ecam-350-15-b .interactive-banner__5 .rich-banner-info {
        top:330px;
        left: 5%;
        bottom: auto
    }
}

.ecam-370-85 .interactive-banner__1 .rich-banner-button {
    top: 25px;
    left: calc(50% + 23px)
}

@media (min-width: 768px) {
    .ecam-370-85 .interactive-banner__1 .rich-banner-button {
        top:50px;
        left: calc(50% + 35px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__1 .rich-banner-button {
        top:55px;
        left: 52.74%
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__1 .rich-banner-info {
        top:90px;
        left: 63.65%;
        bottom: auto
    }
}

.ecam-370-85 .interactive-banner__2 .rich-banner-button {
    top: 50px;
    left: calc(50% - 60px)
}

@media (min-width: 768px) {
    .ecam-370-85 .interactive-banner__2 .rich-banner-button {
        top:100px;
        left: calc(50% - 90px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__2 .rich-banner-button {
        top:90px;
        left: 43.5%
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__2 .rich-banner-info {
        left:1.44%;
        top: 60px;
        bottom: auto
    }
}

.ecam-370-85 .interactive-banner__3 .rich-banner-button {
    top: 115px;
    left: calc(50% - 110px)
}

@media (min-width: 768px) {
    .ecam-370-85 .interactive-banner__3 .rich-banner-button {
        top:195px;
        left: calc(50% - 180px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__3 .rich-banner-button {
        top:180px;
        left: 37.38%
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__3 .rich-banner-info {
        top:180px;
        left: 1%;
        bottom: auto
    }
}

.ecam-370-85 .interactive-banner__4 .rich-banner-button {
    top: 162px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .ecam-370-85 .interactive-banner__4 .rich-banner-button {
        top:275px;
        left: calc(50% + 15px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__4 .rich-banner-button {
        top:229px;
        left: 51.7%
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__4 .rich-banner-info {
        top:210px;
        left: 64%;
        bottom: auto
    }
}

.ecam-370-85 .interactive-banner__5 .rich-banner-button {
    top: 238px;
    left: calc(50% - 0px)
}

@media (min-width: 768px) {
    .ecam-370-85 .interactive-banner__5 .rich-banner-button {
        top:415px;
        left: calc(50% + 0px)
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__5 .rich-banner-button {
        top:360px;
        left: 48.26%
    }
}

@media (min-width: 1200px) {
    .ecam-370-85 .interactive-banner__5 .rich-banner-info {
        top:330px;
        left: 64%;
        bottom: auto
    }
}

.ecam-250-33 .interactive-banner__1 .rich-banner-button {
    top: 75px;
    left: calc(50% - 65px)
}

@media (min-width: 768px) {
    .ecam-250-33 .interactive-banner__1 .rich-banner-button {
        top:140px;
        left: calc(50% - 105px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__1 .rich-banner-button {
        top:120px;
        left: 42.5%
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__1 .rich-banner-info {
        top:105px;
        left: 63.65%;
        bottom: auto
    }
}

.ecam-250-33 .interactive-banner__2 .rich-banner-button {
    top: 165px;
    left: calc(50% - 40px)
}

@media (min-width: 768px) {
    .ecam-250-33 .interactive-banner__2 .rich-banner-button {
        top:290px;
        left: calc(50% - 70px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__2 .rich-banner-button {
        top:235px;
        left: 45.3%
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__2 .rich-banner-info {
        left:62.44%;
        top: 190px;
        bottom: auto
    }
}

.ecam-250-33 .interactive-banner__3 .rich-banner-button {
    top: 150px;
    left: calc(50% - 145px)
}

@media (min-width: 768px) {
    .ecam-250-33 .interactive-banner__3 .rich-banner-button {
        top:270px;
        left: calc(50% - 230px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__3 .rich-banner-button {
        top:285px;
        left: 33.38%
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__3 .rich-banner-info {
        top:230px;
        left: 62.38%;
        bottom: auto
    }
}

.ecam-250-33 .interactive-banner__4 .rich-banner-button {
    top: 270px;
    left: calc(50% - 64px)
}

@media (min-width: 768px) {
    .ecam-250-33 .interactive-banner__4 .rich-banner-button {
        top:450px;
        left: calc(50% - 100px)
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__4 .rich-banner-button {
        top:370px;
        left: 43%
    }
}

@media (min-width: 1200px) {
    .ecam-250-33 .interactive-banner__4 .rich-banner-info {
        top:330px;
        left: 62%;
        bottom: auto
    }
}

.ecam-23-460-b-ex4 .rich-banner__image img {
    -o-object-position: 65%;
    object-position: 65%
}

@media (min-width: 768px) {
    .ecam-23-460-b-ex4 .rich-banner__image img {
        -o-object-position:70%;
        object-position: 70%
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .rich-banner__image img {
        -o-object-position:80%;
        object-position: 80%
    }
}

.ecam-23-460-b-ex4 .interactive-banner__1 .rich-banner-button {
    top: 5px;
    left: calc(50% - 110px)
}

@media (min-width: 768px) {
    .ecam-23-460-b-ex4 .interactive-banner__1 .rich-banner-button {
        top:14px;
        left: calc(50% - 180px)
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__1 .rich-banner-button {
        top:10px;
        left: 44%
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__1 .rich-banner-info {
        top:80px;
        left: 4%;
        bottom: auto
    }
}

.ecam-23-460-b-ex4 .interactive-banner__2 .rich-banner-button {
    top: 84px;
    left: calc(50% + 30px)
}

@media (min-width: 768px) {
    .ecam-23-460-b-ex4 .interactive-banner__2 .rich-banner-button {
        top:160px;
        left: calc(50% + 10px)
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__2 .rich-banner-button {
        top:115px;
        left: 60%
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__2 .rich-banner-info {
        left:5%;
        top: 170px;
        bottom: auto
    }
}

.ecam-23-460-b-ex4 .interactive-banner__3 .rich-banner-button {
    top: 105px;
    left: calc(50% - 125px)
}

@media (min-width: 768px) {
    .ecam-23-460-b-ex4 .interactive-banner__3 .rich-banner-button {
        top:195px;
        left: calc(50% - 220px)
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__3 .rich-banner-button {
        top:150px;
        left: 42%
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__3 .rich-banner-info {
        top:205px;
        left: 5%;
        bottom: auto
    }
}

.ecam-23-460-b-ex4 .interactive-banner__4 .rich-banner-button {
    top: 335px;
    left: calc(50% + 70px)
}

@media (min-width: 768px) {
    .ecam-23-460-b-ex4 .interactive-banner__4 .rich-banner-button {
        top:535px;
        left: calc(50% + 100px)
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__4 .rich-banner-button {
        top:490px;
        left: 62%
    }
}

@media (min-width: 1200px) {
    .ecam-23-460-b-ex4 .interactive-banner__4 .rich-banner-info {
        top:285px;
        left: 63%;
        bottom: auto
    }
}

.ecam-610-55 .interactive-banner__1 .rich-banner-button {
    top: 45px;
    left: calc(50% - 80px)
}

@media (min-width: 768px) {
    .ecam-610-55 .interactive-banner__1 .rich-banner-button {
        top:95px;
        left: calc(50% - 130px)
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__1 .rich-banner-button {
        top:100px;
        left: 40%
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__1 .rich-banner-info {
        top:100px;
        left: 1%;
        bottom: auto
    }
}

.ecam-610-55 .interactive-banner__2 .rich-banner-button {
    top: 84px;
    left: calc(50% + 30px)
}

@media (min-width: 768px) {
    .ecam-610-55 .interactive-banner__2 .rich-banner-button {
        top:132px;
        left: calc(50% + 60px)
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__2 .rich-banner-button {
        top:120px;
        left: 55%
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__2 .rich-banner-info {
        left:64%;
        top: 120px;
        bottom: auto
    }
}

.ecam-610-55 .interactive-banner__3 .rich-banner-button {
    top: 30px;
    left: calc(50% + 75px)
}

@media (min-width: 768px) {
    .ecam-610-55 .interactive-banner__3 .rich-banner-button {
        top:60px;
        left: calc(50% + 130px)
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__3 .rich-banner-button {
        top:60px;
        left: 60%
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__3 .rich-banner-info {
        top:120px;
        left: 64%;
        bottom: auto
    }
}

.ecam-610-55 .interactive-banner__4 .rich-banner-button {
    top: 200px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .ecam-610-55 .interactive-banner__4 .rich-banner-button {
        top:345px;
        left: calc(50% + 10px)
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__4 .rich-banner-button {
        top:300px;
        left: 50%
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__4 .rich-banner-info {
        top:300px;
        left: 64%;
        bottom: auto
    }
}

.ecam-610-55 .interactive-banner__5 .rich-banner-button {
    top: 260px;
    left: calc(50% - 110px)
}

@media (min-width: 768px) {
    .ecam-610-55 .interactive-banner__5 .rich-banner-button {
        top:410px;
        left: calc(50% - 175px)
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__5 .rich-banner-button {
        top:350px;
        left: 37%
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__5 .rich-banner-info {
        top:350px;
        left: 1%;
        bottom: auto
    }
}

.ecam-610-55 .interactive-banner__6 .rich-banner-button {
    top: 330px;
    left: calc(50% + 60px)
}

@media (min-width: 768px) {
    .ecam-610-55 .interactive-banner__6 .rich-banner-button {
        top:570px;
        left: calc(50% + 100px)
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__6 .rich-banner-button {
        top:490px;
        left: 57%
    }
}

@media (min-width: 1200px) {
    .ecam-610-55 .interactive-banner__6 .rich-banner-info {
        top:345px;
        left: 64%;
        bottom: auto
    }
}

.esam-460-80-mb .interactive-banner__1 .rich-banner-button {
    top: 35px;
    left: calc(50% - 80px)
}

@media (min-width: 768px) {
    .esam-460-80-mb .interactive-banner__1 .rich-banner-button {
        top:65px;
        left: calc(50% - 130px)
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__1 .rich-banner-button {
        top:65px;
        left: 40%
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__1 .rich-banner-info {
        top:65px;
        left: 1%;
        bottom: auto
    }
}

.esam-460-80-mb .interactive-banner__2 .rich-banner-button {
    top: 50px;
    left: calc(50% + 0px)
}

@media (min-width: 768px) {
    .esam-460-80-mb .interactive-banner__2 .rich-banner-button {
        top:85px;
        left: calc(50% + 0px)
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__2 .rich-banner-button {
        top:80px;
        left: 51%
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__2 .rich-banner-info {
        left:1%;
        top: 120px;
        bottom: auto
    }
}

.esam-460-80-mb .interactive-banner__3 .rich-banner-button {
    top: 70px;
    left: calc(50% + 75px)
}

@media (min-width: 768px) {
    .esam-460-80-mb .interactive-banner__3 .rich-banner-button {
        top:125px;
        left: calc(50% + 130px)
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__3 .rich-banner-button {
        top:105px;
        left: 60%
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__3 .rich-banner-info {
        top:140px;
        left: 1%;
        bottom: auto
    }
}

.esam-460-80-mb .interactive-banner__4 .rich-banner-button {
    top: 160px;
    left: calc(50% + 110px)
}

@media (min-width: 768px) {
    .esam-460-80-mb .interactive-banner__4 .rich-banner-button {
        top:275px;
        left: calc(50% + 180px)
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__4 .rich-banner-button {
        top:225px;
        left: 64%
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__4 .rich-banner-info {
        top:300px;
        left: 64%;
        bottom: auto
    }
}

.esam-460-80-mb .interactive-banner__5 .rich-banner-button {
    top: 270px;
    left: calc(50% + 15px)
}

@media (min-width: 768px) {
    .esam-460-80-mb .interactive-banner__5 .rich-banner-button {
        top:445px;
        left: calc(50% + 15px)
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__5 .rich-banner-button {
        top:380px;
        left: 52%
    }
}

@media (min-width: 1200px) {
    .esam-460-80-mb .interactive-banner__5 .rich-banner-info {
        top:350px;
        left: 1%;
        bottom: auto
    }
}

.esam-420-80-tb .interactive-banner__1 .rich-banner-button {
    top: 65px;
    left: calc(50% - 100px)
}

@media (min-width: 768px) {
    .esam-420-80-tb .interactive-banner__1 .rich-banner-button {
        top:95px;
        left: calc(50% - 160px)
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__1 .rich-banner-button {
        top:100px;
        left: 38%
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__1 .rich-banner-info {
        top:100px;
        left: 1%;
        bottom: auto
    }
}

.esam-420-80-tb .interactive-banner__2 .rich-banner-button {
    top: 55px;
    left: calc(50% - 10px)
}

@media (min-width: 768px) {
    .esam-420-80-tb .interactive-banner__2 .rich-banner-button {
        top:95px;
        left: calc(50% - 10px)
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__2 .rich-banner-button {
        top:85px;
        left: 50%
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__2 .rich-banner-info {
        left:1%;
        top: 150px;
        bottom: auto
    }
}

.esam-420-80-tb .interactive-banner__3 .rich-banner-button {
    top: 45px;
    left: calc(50% + 100px)
}

@media (min-width: 768px) {
    .esam-420-80-tb .interactive-banner__3 .rich-banner-button {
        top:80px;
        left: calc(50% + 160px)
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__3 .rich-banner-button {
        top:75px;
        left: 62%
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__3 .rich-banner-info {
        top:140px;
        left: 64%;
        bottom: auto
    }
}

.esam-420-80-tb .interactive-banner__4 .rich-banner-button {
    top: 120px;
    left: calc(50% + 45px)
}

@media (min-width: 768px) {
    .esam-420-80-tb .interactive-banner__4 .rich-banner-button {
        top:190px;
        left: calc(50% + 85px)
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__4 .rich-banner-button {
        top:170px;
        left: 57%
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__4 .rich-banner-info {
        top:200px;
        left: 1%;
        bottom: auto
    }
}

.esam-420-80-tb .interactive-banner__5 .rich-banner-button {
    top: 280px;
    left: calc(50% + 20px)
}

@media (min-width: 768px) {
    .esam-420-80-tb .interactive-banner__5 .rich-banner-button {
        top:440px;
        left: calc(50% + 45px)
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__5 .rich-banner-button {
        top:385px;
        left: 54%
    }
}

@media (min-width: 1200px) {
    .esam-420-80-tb .interactive-banner__5 .rich-banner-info {
        top:350px;
        left: 1%;
        bottom: auto
    }
}

.ec-9335-m .interactive-banner__1 .rich-banner-button {
    top: 45px;
    left: calc(50% - 80px)
}

@media (min-width: 768px) {
    .ec-9335-m .interactive-banner__1 .rich-banner-button {
        top:85px;
        left: calc(50% - 130px)
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__1 .rich-banner-button {
        top:80px;
        left: 42%
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__1 .rich-banner-info {
        top:80px;
        left: 1%;
        bottom: auto
    }
}

.ec-9335-m .interactive-banner__2 .rich-banner-button {
    top: 85px;
    left: calc(50% + 40px)
}

@media (min-width: 768px) {
    .ec-9335-m .interactive-banner__2 .rich-banner-button {
        top:140px;
        left: calc(50% + 70px)
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__2 .rich-banner-button {
        top:125px;
        left: 55%
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__2 .rich-banner-info {
        left:1%;
        top: 150px;
        bottom: auto
    }
}

.ec-9335-m .interactive-banner__3 .rich-banner-button {
    top: 150px;
    left: calc(50% + 120px)
}

@media (min-width: 768px) {
    .ec-9335-m .interactive-banner__3 .rich-banner-button {
        top:255px;
        left: calc(50% + 240px)
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__3 .rich-banner-button {
        top:230px;
        left: 67%
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__3 .rich-banner-info {
        top:320px;
        left: 1%;
        bottom: auto
    }
}

.ec-9335-m .interactive-banner__4 .rich-banner-button {
    top: 230px;
    left: calc(50% - 30px)
}

@media (min-width: 768px) {
    .ec-9335-m .interactive-banner__4 .rich-banner-button {
        top:380px;
        left: calc(50% - 40px)
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__4 .rich-banner-button {
        top:330px;
        left: 47%
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__4 .rich-banner-info {
        top:330px;
        left: 1%;
        bottom: auto
    }
}

.ec-9335-m .interactive-banner__5 .rich-banner-button {
    top: 280px;
    left: calc(50% + 135px)
}

@media (min-width: 768px) {
    .ec-9335-m .interactive-banner__5 .rich-banner-button {
        top:465px;
        left: calc(50% + 230px)
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__5 .rich-banner-button {
        top:390px;
        left: 68%
    }
}

@media (min-width: 1200px) {
    .ec-9335-m .interactive-banner__5 .rich-banner-info {
        top:390px;
        left: 1%;
        bottom: auto
    }
}

.ecam-46-860-b .interactive-banner__1 .rich-banner-button {
    top: 285px;
    left: calc(50% - 50px)
}

@media (min-width: 768px) {
    .ecam-46-860-b .interactive-banner__1 .rich-banner-button {
        top:475px;
        left: calc(50% - 80px)
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__1 .rich-banner-button {
        top:410px;
        left: 45%
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__1 .rich-banner-info {
        top:330px;
        left: 1%;
        bottom: auto
    }
}

.ecam-46-860-b .interactive-banner__2 .rich-banner-button {
    top: 255px;
    left: calc(50% + 25px)
}

@media (min-width: 768px) {
    .ecam-46-860-b .interactive-banner__2 .rich-banner-button {
        top:430px;
        left: calc(50% + 35px)
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__2 .rich-banner-button {
        top:377px;
        left: 53%
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__2 .rich-banner-info {
        left:64%;
        top: 375px;
        bottom: auto
    }
}

.ecam-46-860-b .interactive-banner__3 .rich-banner-button {
    top: 60px;
    left: calc(50% - 15px)
}

@media (min-width: 768px) {
    .ecam-46-860-b .interactive-banner__3 .rich-banner-button {
        top:115px;
        left: calc(50% - 20px)
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__3 .rich-banner-button {
        top:100px;
        left: 49%
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__3 .rich-banner-info {
        top:95px;
        left: 1%;
        bottom: auto
    }
}

.ecam-46-860-b .interactive-banner__4 .rich-banner-button {
    top: 40px;
    left: calc(50% - 90px)
}

@media (min-width: 768px) {
    .ecam-46-860-b .interactive-banner__4 .rich-banner-button {
        top:75px;
        left: calc(50% - 150px)
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__4 .rich-banner-button {
        top:70px;
        left: 40%
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__4 .rich-banner-info {
        top:55px;
        left: 1%;
        bottom: auto
    }
}

.ecam-46-860-b .interactive-banner__5 .rich-banner-button {
    top: 191px;
    left: calc(50% - 31px)
}

@media (min-width: 768px) {
    .ecam-46-860-b .interactive-banner__5 .rich-banner-button {
        top:355px;
        left: calc(50% - 20px)
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__5 .rich-banner-button {
        top:300px;
        left: 49%
    }
}

@media (min-width: 1200px) {
    .ecam-46-860-b .interactive-banner__5 .rich-banner-info {
        top:305px;
        left: 64%;
        bottom: auto
    }
}

.ecam-550-85 .interactive-banner__1 .rich-banner-button {
    top: 42px;
    left: calc(50% - 73px)
}

@media (min-width: 768px) {
    .ecam-550-85 .interactive-banner__1 .rich-banner-button {
        top:65px;
        left: calc(50% - 135px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__1 .rich-banner-button {
        top:60px;
        left: 41%
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__1 .rich-banner-info {
        top:60px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-85 .interactive-banner__2 .rich-banner-button {
    top: 18px;
    left: calc(49% + 15px)
}

@media (min-width: 768px) {
    .ecam-550-85 .interactive-banner__2 .rich-banner-button {
        top:70px;
        left: calc(50% + 20px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__2 .rich-banner-button {
        top:60px;
        left: 53%
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__2 .rich-banner-info {
        top:60px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-85 .interactive-banner__3 .rich-banner-button {
    top: 181px;
    left: calc(50% + 113px)
}

@media (min-width: 768px) {
    .ecam-550-85 .interactive-banner__3 .rich-banner-button {
        top:370px;
        left: calc(50% - -172px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__3 .rich-banner-button {
        top:325px;
        left: 63%
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__3 .rich-banner-info {
        top:235px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-85 .interactive-banner__4 .rich-banner-button {
    top: 65px;
    left: calc(50% + 95px)
}

@media (min-width: 768px) {
    .ecam-550-85 .interactive-banner__4 .rich-banner-button {
        top:107px;
        left: calc(50% + 160px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__4 .rich-banner-button {
        top:100px;
        left: 62%
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__4 .rich-banner-info {
        top:125px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-85 .interactive-banner__5 .rich-banner-button {
    top: 233px;
    left: calc(50% + 25px)
}

@media (min-width: 768px) {
    .ecam-550-85 .interactive-banner__5 .rich-banner-button {
        top:375px;
        left: calc(50% + 60px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__5 .rich-banner-button {
        top:355px;
        left: 54%
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__5 .rich-banner-info {
        top:280px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-85 .interactive-banner__6 .rich-banner-button {
    top: 200px;
    left: calc(50% - 66px)
}

@media (min-width: 768px) {
    .ecam-550-85 .interactive-banner__6 .rich-banner-button {
        top:347px;
        left: calc(50% - 115px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__6 .rich-banner-button {
        top:296px;
        left: 43%
    }
}

@media (min-width: 1200px) {
    .ecam-550-85 .interactive-banner__6 .rich-banner-info {
        top:280px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-65-sb .interactive-banner__1 .rich-banner-button {
    top: 79px;
    left: calc(50% - 115px)
}

@media (min-width: 768px) {
    .ecam-550-65-sb .interactive-banner__1 .rich-banner-button {
        top:121px;
        left: calc(50% - 191px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__1 .rich-banner-button {
        top:125px;
        left: 37%
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__1 .rich-banner-info {
        top:126px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-65-sb .interactive-banner__2 .rich-banner-button {
    top: 70px;
    left: calc(50% - 26px)
}

@media (min-width: 768px) {
    .ecam-550-65-sb .interactive-banner__2 .rich-banner-button {
        top:123px;
        left: calc(50% - 37px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__2 .rich-banner-button {
        top:107px;
        left: 48%
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__2 .rich-banner-info {
        top:97px;
        left: 63%;
        bottom: auto
    }
}

.ecam-550-65-sb .interactive-banner__3 .rich-banner-button {
    top: 101px;
    left: calc(50% + 62px)
}

@media (min-width: 768px) {
    .ecam-550-65-sb .interactive-banner__3 .rich-banner-button {
        top:160px;
        left: calc(50% + 114px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__3 .rich-banner-button {
        top:160px;
        left: 56%
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__3 .rich-banner-info {
        top:166px;
        left: 64%;
        bottom: auto
    }
}

.ecam-550-65-sb .interactive-banner__4 .rich-banner-button {
    top: 246px;
    left: calc(50% - 104px)
}

@media (min-width: 768px) {
    .ecam-550-65-sb .interactive-banner__4 .rich-banner-button {
        top:460px;
        left: calc(50% - 70px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__4 .rich-banner-button {
        top:400px;
        left: calc(50% - 70px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__4 .rich-banner-info {
        top:383px;
        left: 1%;
        bottom: auto
    }
}

.ecam-550-65-sb .interactive-banner__5 .rich-banner-button {
    top: 233px;
    left: calc(50% + 75px)
}

@media (min-width: 768px) {
    .ecam-550-65-sb .interactive-banner__5 .rich-banner-button {
        top:350px;
        left: calc(50% + 128px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__5 .rich-banner-button {
        top:325px;
        left: 59%
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__5 .rich-banner-info {
        top:328px;
        left: 64%;
        bottom: auto
    }
}

.ecam-550-65-sb .interactive-banner__6 .rich-banner-button {
    top: 281px;
    left: calc(50% - 7px)
}

@media (min-width: 768px) {
    .ecam-550-65-sb .interactive-banner__6 .rich-banner-button {
        top:369px;
        left: calc(50% - 41px)
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__6 .rich-banner-button {
        top:324px;
        left: 48%
    }
}

@media (min-width: 1200px) {
    .ecam-550-65-sb .interactive-banner__6 .rich-banner-info {
        top:318px;
        left: 1%;
        bottom: auto
    }
}

.glm-960-75 .interactive-banner__1 .rich-banner-button {
    top: 60px;
    left: calc(50% + 85px)
}

@media (min-width: 768px) {
    .glm-960-75 .interactive-banner__1 .rich-banner-button {
        top:114px;
        left: calc(50% + 148px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__1 .rich-banner-button {
        top:100px;
        left: 60%
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__1 .rich-banner-info {
        top:102px;
        left: 64.5%;
        bottom: auto
    }
}

.glm-960-75 .interactive-banner__2 .rich-banner-button {
    top: 220px;
    left: calc(50% + 17px)
}

@media (min-width: 768px) {
    .glm-960-75 .interactive-banner__2 .rich-banner-button {
        top:374px;
        left: calc(50% + 32px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__2 .rich-banner-button {
        top:325px;
        left: 51%
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__2 .rich-banner-info {
        top:330px;
        left: 1%;
        bottom: auto
    }
}

.glm-960-75 .interactive-banner__3 .rich-banner-button {
    top: 118px;
    left: calc(50% + 35px)
}

@media (min-width: 768px) {
    .glm-960-75 .interactive-banner__3 .rich-banner-button {
        top:186px;
        left: calc(50% + 49px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__3 .rich-banner-button {
        top:171px;
        left: 54%
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__3 .rich-banner-info {
        top:177px;
        left: 64%;
        bottom: auto
    }
}

.glm-960-75 .interactive-banner__4 .rich-banner-button {
    top: 80px;
    left: calc(50% - 45px)
}

@media (min-width: 768px) {
    .glm-960-75 .interactive-banner__4 .rich-banner-button {
        top:142px;
        left: calc(50% - 67px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__4 .rich-banner-button {
        top:123px;
        left: calc(50% - 45px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__4 .rich-banner-info {
        top:121px;
        left: 1%;
        bottom: auto
    }
}

.glm-960-75 .interactive-banner__5 .rich-banner-button {
    top: 291px;
    left: calc(50% + 67px)
}

@media (min-width: 768px) {
    .glm-960-75 .interactive-banner__5 .rich-banner-button {
        top:481px;
        left: calc(50% + 115px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__5 .rich-banner-button {
        top:415px;
        left: 59%
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__5 .rich-banner-info {
        top:415px;
        left: 64%;
        bottom: auto
    }
}

.glm-960-75 .interactive-banner__6 .rich-banner-button {
    top: 109px;
    left: calc(50% - 100px)
}

@media (min-width: 768px) {
    .glm-960-75 .interactive-banner__6 .rich-banner-button {
        top:181px;
        left: calc(50% - 163px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__6 .rich-banner-button {
        top:160px;
        left: 39%
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__6 .rich-banner-info {
        top:167px;
        left: 1%;
        bottom: auto
    }
}

.glm-960-75 .interactive-banner__7 .rich-banner-button {
    top: 255px;
    left: calc(50% - 85px)
}

@media (min-width: 768px) {
    .glm-960-75 .interactive-banner__7 .rich-banner-button {
        top:424px;
        left: calc(50% - 138px)
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__7 .rich-banner-button {
        top:366px;
        left: 38%
    }
}

@media (min-width: 1200px) {
    .glm-960-75 .interactive-banner__7 .rich-banner-info {
        top:361px;
        left: 1%;
        bottom: auto
    }
}

#banner_1:checked~.rich-banner-button,#banner_2:checked~.rich-banner-button,#banner_3:checked~.rich-banner-button,#banner_4:checked~.rich-banner-button,#banner_5:checked~.rich-banner-button,#banner_6:checked~.rich-banner-button,#banner_7:checked~.rich-banner-button {
    background: #6eacdf
}

#banner_1:checked~.rich-banner-button:before,#banner_1:checked~.rich-banner-button:after,#banner_2:checked~.rich-banner-button:before,#banner_2:checked~.rich-banner-button:after,#banner_3:checked~.rich-banner-button:before,#banner_3:checked~.rich-banner-button:after,#banner_4:checked~.rich-banner-button:before,#banner_4:checked~.rich-banner-button:after,#banner_5:checked~.rich-banner-button:before,#banner_5:checked~.rich-banner-button:after,#banner_6:checked~.rich-banner-button:before,#banner_6:checked~.rich-banner-button:after,#banner_7:checked~.rich-banner-button:before,#banner_7:checked~.rich-banner-button:after {
    background-color: #fff
}

#banner_1:checked~.rich-banner-button .line,#banner_2:checked~.rich-banner-button .line,#banner_3:checked~.rich-banner-button .line,#banner_4:checked~.rich-banner-button .line,#banner_5:checked~.rich-banner-button .line,#banner_6:checked~.rich-banner-button .line,#banner_7:checked~.rich-banner-button .line {
    background-color: #fff
}

#banner_1:checked~.rich-banner-info,#banner_2:checked~.rich-banner-info,#banner_3:checked~.rich-banner-info,#banner_4:checked~.rich-banner-info,#banner_5:checked~.rich-banner-info,#banner_6:checked~.rich-banner-info,#banner_7:checked~.rich-banner-info {
    display: block
}

.rich-slider {
    height: auto
}

@media (min-width: 1200px) {
    .rich-slider {
        height:600px;
        max-width: 1200px;
        margin: 0 auto 3px
    }
}

@media (min-width: 2880px) {
    .rich-slider {
        height:1200px
    }
}

.rich-slider .swiper-container {
    height: 100%
}

.rich-slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.rich-slider .swiper-slide {
    height: auto
}

.rich-slider .card {
    overflow: visible;
    position: relative;
    padding: 0;
    height: 100%
}

.rich-slider .card:hover .card__image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media (max-width: 1199px) {
    .rich-slider .card__image {
        position:relative;
        padding: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.rich-slider .card__image:after {
    display: none
}

.rich-slider .card__image img {
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.rich-slider .card__image .rich-banner__image {
    height: 380px
}

@media (min-width: 768px) {
    .rich-slider .card__image .rich-banner__image {
        height:700px
    }
}

@media (min-width: 1200px) {
    .rich-slider .card__image .rich-banner__image {
        height:601px
    }
}

.rich-slider .card__image-mob-title {
    background: #6eacdf;
    border-radius: 50px;
    color: #fff;
    font-style: normal;
    position: absolute;
    margin: auto;
    text-align: center;
    z-index: 10;
    padding: 14px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    top: 24px
}

@media (min-width: 768px) {
    .rich-slider .card__image-mob-title {
        padding:21px 46px;
        font-size: 28px;
        line-height: 35px;
        font-weight: 600;
        top: 573px
    }
}

@media (min-width: 1200px) {
    .rich-slider .card__image-mob-title {
        display:none
    }
}

.rich-slider .card__tabs {
    position: absolute;
    top: 111px;
    z-index: 90;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 100%
}

@media (min-width: 1200px) {
    .rich-slider .swiper-button-prev {
        left:20px
    }
}

@media (min-width: 2880px) {
    .rich-slider .swiper-button-prev {
        left:32px
    }
}

@media (min-width: 1200px) {
    .rich-slider .swiper-button-next {
        right:20px
    }
}

@media (min-width: 2880px) {
    .rich-slider .swiper-button-next {
        right:32px
    }
}

.rich-slider .swiper-button-prev,.rich-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 190px;
    border: 1px solid #fff;
    border-radius: 50%
}

@media (min-width: 768px) {
    .rich-slider .swiper-button-prev,.rich-slider .swiper-button-next {
        width:45px;
        height: 45px;
        top: 325px
    }
}

@media (min-width: 1200px) {
    .rich-slider .swiper-button-prev,.rich-slider .swiper-button-next {
        width:51px;
        height: 51px
    }
}

@media (min-width: 1200px) {
    .rich-slider .swiper-button-prev,.rich-slider .swiper-button-next {
        width:51px;
        height: 51px
    }
}

@media (min-width: 2880px) {
    .rich-slider .swiper-button-prev,.rich-slider .swiper-button-next {
        width:102px;
        height: 102px
    }
}

.rich-slider .swiper-button-prev i,.rich-slider .swiper-button-next i {
    font-size: 26px
}

@media (min-width: 2880px) {
    .rich-slider .swiper-button-prev i,.rich-slider .swiper-button-next i {
        font-size:60px
    }
}

.rich-slider .rich-banner-info {
    max-width: 100%;
    height: 100%;
    padding: 47px 16px 72px 16px
}

@media (min-width: 768px) {
    .rich-slider .rich-banner-info {
        padding:84px 60px 80px 60px
    }
}

@media (min-width: 1200px) {
    .rich-slider .rich-banner-info {
        height:auto;
        padding: 28px;
        max-width: 464px;
        left: 18px;
        bottom: 74px
    }
}

@media (min-width: 2880px) {
    .rich-slider .rich-banner-info {
        max-width:916px;
        padding: 46px 49px;
        left: 30px;
        bottom: 160px
    }
}

.rich-slider .swiper-pagination-bullet {
    display: inline-block;
    font-family: 'Futura New Demi';
    font-weight: 500;
    width: 8px;
    height: 8px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: #132643;
    opacity: .2
}

.rich-slider .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.rich-slider .swiper-pagination-bullet:focus {
    outline: 0
}

@media (min-width: 768px) {
    .rich-slider .swiper-pagination-bullet {
        width:16px;
        height: 16px
    }
}

@media (min-width: 1200px) {
    .rich-slider .swiper-pagination-bullet {
        width:auto;
        height: auto;
        padding: 10px 40px;
        border-radius: 50px;
        font-size: 15px;
        line-height: 19px;
        margin-right: 24px;
        color: #132643;
        background-color: #fff;
        opacity: 1
    }
}

@media (min-width: 2880px) {
    .rich-slider .swiper-pagination-bullet {
        padding:22px 85px;
        font-size: 28px;
        line-height: 35px
    }
}

.rich-slider .swiper-pagination-bullet-active {
    background-color: #6eacdf;
    color: #fff;
    opacity: 1;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

@media (min-width: 1200px) {
    .rich-slider .swiper-pagination-bullet-active {
        -webkit-transform:none;
        -ms-transform: none;
        transform: none
    }
}

.rich-slider .swiper-pagination {
    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;
    position: absolute;
    z-index: 90;
    top: 400px;
    left: 0;
    right: 0;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 20px
}

@media (min-width: 768px) {
    .rich-slider .swiper-pagination {
        top:734px
    }
}

@media (min-width: 1200px) {
    .rich-slider .swiper-pagination {
        top:50px;
        height: 100px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width: 2880px) {
    .rich-slider .swiper-pagination {
        top:111px
    }
}

.rich-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 18px 0 0
}

@media (min-width: 768px) {
    .rich-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin:0 32px 0 0
    }
}

@media (min-width: 1200px) {
    .rich-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin:0 24px 24px 0
    }
}

.rich-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.pd-soul {
    font-family: futura New;
    background: #000d27
}

.pd-soul .coffee {
    margin-top: -60px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-clip: border-box;
    height: 100vh;
    z-index: 1
}

@media (max-width: 1119px) {
    .pd-soul .coffee {
        height:430px
    }
}

@media (max-width: 767px) {
    .pd-soul .coffee {
        height:600px
    }
}

.pd-soul .coffee__image {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.pd-soul .coffee__image:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.39)),color-stop(59.02%,rgba(0,0,0,.41)),to(rgba(0,0,0,.06)));
    background: -o-linear-gradient(right,rgba(0,0,0,.39) 0%,rgba(0,0,0,.41) 59.02%,rgba(0,0,0,.06) 100%);
    background: linear-gradient(270deg,rgba(0,0,0,.39) 0%,rgba(0,0,0,.41) 59.02%,rgba(0,0,0,.06) 100%)
}

.pd-soul .coffee__image picture {
    width: 100%;
    height: 100%
}

.pd-soul .coffee__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.pd-soul .coffee__content {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.pd-soul .coffee__inner {
    text-align: center;
    margin-top: 80px
}

@media (max-width: 1119px) {
    .pd-soul .coffee__inner {
        margin-top:40px
    }
}

.pd-soul .coffee__name {
    font-size: 35px;
    line-height: 42px
}

@media (max-width: 1119px) {
    .pd-soul .coffee__name {
        font-size:13px;
        line-height: 16px
    }
}

@media (max-width: 1919px) {
    .pd-soul .coffee__name {
        font-size:20px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .pd-soul .coffee__name {
        font-size:12px;
        line-height: 14px;
        margin-bottom: 5px
    }
}

.pd-soul .coffee__title {
    font-weight: 600;
    font-size: 85px;
    line-height: 107px;
    margin-bottom: 15px
}

@media (max-width: 1919px) {
    .pd-soul .coffee__title {
        font-size:65px;
        line-height: 82px
    }
}

@media (max-width: 1119px) {
    .pd-soul .coffee__title {
        font-size:45px;
        line-height: 57px
    }
}

@media (max-width: 767px) {
    .pd-soul .coffee__title {
        font-size:30px;
        line-height: 38px
    }
}

.pd-soul .about__img {
    -webkit-animation: bomba 1s linear infinite;
    animation: bomba 1s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-delay: calc(var(--scroll)*-10s);
    animation-delay: calc(var(--scroll)*-10s);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bomba {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bomba {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.pd-soul .scroll-block {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 2
}

@media (max-width: 1919px) {
    .pd-soul .scroll-block {
        top:20vh
    }
}

@media (max-width: 1439px) {
    .pd-soul .scroll-block {
        top:60%;
        margin-right: 60px
    }

    .pd-soul .scroll-block .container,.pd-soul .scroll-block .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .pd-soul .scroll-block .buttons-container {
        padding: 0;
        margin: auto
    }
}

@media (max-width: 1119px) {
    .pd-soul .scroll-block {
        top:145px;
        margin-right: 40px
    }
}

@media (max-width: 767px) {
    .pd-soul .scroll-block {
        top:140px;
        text-align: center;
        right: 0;
        left: 0;
        margin-right: 0;
        bottom: 0
    }
}

@media (max-width: 767px) {
    .pd-soul .scroll-block__image {
        margin-bottom:20px
    }
}

.pd-soul .scroll-block .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
}

@media (max-width: 767px) {
    .pd-soul .scroll-block .container,.pd-soul .scroll-block .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .pd-soul .scroll-block .buttons-container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.pd-soul .scroll-block__buttons {
    margin-top: auto;
    margin-bottom: 41px;
    max-width: 350px
}

@media (max-width: 1919px) {
    .pd-soul .scroll-block__buttons {
        max-width:260px
    }
}

@media (max-width: 1119px) {
    .pd-soul .scroll-block__buttons {
        max-width:145px
    }
}

@media (max-width: 767px) {
    .pd-soul .scroll-block__buttons {
        margin:30px auto 0
    }
}

.pd-soul .scroll-block__buttons a {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    cursor: pointer
}

@media (max-width: 1919px) {
    .pd-soul .scroll-block__buttons a {
        font-size:22px;
        line-height: 28px
    }
}

@media (max-width: 1119px) {
    .pd-soul .scroll-block__buttons a {
        padding:12px;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px
    }
}

.pd-soul .scroll-block__buttons .btn-video {
    background-color: inherit;
    border: 1px solid #fff
}

.pd-soul .scroll-block__buttons .btn-video:hover {
    background-color: inherit!important;
    border: 1px solid #fff!important
}

.pd-soul .scroll-block__buttons .btn-buy {
    color: #152253;
    background-color: #fff
}

.pd-soul .scroll-block__buttons .btn-buy:hover {
    background-color: #fff!important
}

.pd-soul .about {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #000d27;
    height: calc(100vh - 60px)
}

.pd-soul .about__img {
    position: relative
}

@media (max-width: 1919px) {
    .pd-soul .about__img {
        width:50%
    }
}

@media (max-width: 1700px) {
    .pd-soul .about__img img {
        margin-left:-7rem
    }
}

@media (max-width: 1439px) {
    .pd-soul .about__img {
        margin:auto
    }

    .pd-soul .about__img img {
        margin-left: 0
    }
}

@media (max-width: 1119px) {
    .pd-soul .about__img img {
        margin-left:0
    }
}

@media (max-width: 999px) {
    .pd-soul .about__img img {
        margin-left:-6rem
    }
}

@media (max-width: 767px) {
    .pd-soul .about__img {
        width:100%
    }

    .pd-soul .about__img img {
        margin-left: -4rem
    }
}

@media (max-width: 1119px) {
    .pd-soul .about {
        height:auto
    }
}

.pd-soul .about__container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 10vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1439px) {
    .pd-soul .about__container {
        height:100%
    }
}

@media (max-width: 767px) {
    .pd-soul .about__container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center;
        margin-bottom: 100px
    }
}

.pd-soul .about__text {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px;
    margin-top: 300px;
    max-width: 600px
}

@media (max-width: 1919px) {
    .pd-soul .about__text {
        font-size:46px;
        line-height: 58px;
        width: 50%;
        margin: auto
    }
}

@media (max-width: 1119px) {
    .pd-soul .about__text {
        width:250px;
        margin: auto 0
    }
}

@media (max-width: 1119px) {
    .pd-soul .about__text {
        font-size:27px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    .pd-soul .about__text {
        font-size:20px;
        line-height: 130%;
        margin: 50px auto
    }
}

.pd-soul .bean-adapt {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #000d27
}

.pd-soul .bean-adapt__container {
    max-width: 1620px;
    margin: 5vh auto
}

@media (max-width: 1919px) {
    .pd-soul .bean-adapt__container {
        padding:0 5vw
    }
}

.pd-soul .bean-adapt__description {
    text-align: center
}

.pd-soul .bean-adapt__description__name {
    font-size: 35px;
    line-height: 42px
}

@media (max-width: 1919px) {
    .pd-soul .bean-adapt__description__name {
        font-size:20px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .pd-soul .bean-adapt__description__name {
        font-size:12px;
        line-height: 14px
    }
}

.pd-soul .bean-adapt__description__text {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px;
    margin: 30px auto 100px
}

@media (max-width: 1919px) {
    .pd-soul .bean-adapt__description__text {
        font-size:46px;
        line-height: 58px
    }
}

@media (max-width: 1119px) {
    .pd-soul .bean-adapt__description__text {
        font-size:27px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    .pd-soul .bean-adapt__description__text {
        font-size:20px;
        line-height: 130%
    }
}

.pd-soul .bean-adapt__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .pd-soul .bean-adapt__gallery {
        display:block
    }
}

.pd-soul .bean-adapt__gallery img {
    border-radius: 30px
}

@media (max-width: 1919px) {
    .pd-soul .bean-adapt__gallery img {
        width:100%;
        padding: 10px
    }
}

.pd-soul .bean-adapt__gallery__text {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 60px;
    text-align: center
}

@media (max-width: 1919px) {
    .pd-soul .bean-adapt__gallery__text {
        font-size:22px;
        line-height: 28px
    }
}

@media (max-width: 1119px) {
    .pd-soul .bean-adapt__gallery__text {
        font-size:15px;
        line-height: 19px
    }
}

@media (max-width: 767px) {
    .pd-soul .bean-adapt__gallery__text {
        font-size:17px;
        line-height: 21px;
        margin: 30px
    }
}

.pd-soul .recipes {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #000d27
}

.pd-soul .recipes__container {
    max-width: 1620px;
    margin: 10vh auto 0
}

@media (max-width: 1919px) {
    .pd-soul .recipes__container {
        padding:0 5vw
    }
}

.pd-soul .recipes__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .pd-soul .recipes__about {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }
}

.pd-soul .recipes__about img {
    max-width: 45%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 500px
}

@media (max-width: 767px) {
    .pd-soul .recipes__about img {
        max-width:100%
    }
}

.pd-soul .recipes__about__description {
    margin: auto
}

@media (max-width: 767px) {
    .pd-soul .recipes__about__description {
        text-align:center
    }
}

.pd-soul .recipes__about__description__name {
    font-size: 35px;
    line-height: 42px
}

@media (max-width: 1919px) {
    .pd-soul .recipes__about__description__name {
        font-size:20px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .pd-soul .recipes__about__description__name {
        font-size:12px;
        line-height: 140%
    }
}

.pd-soul .recipes__about__description__text {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px
}

@media (max-width: 1919px) {
    .pd-soul .recipes__about__description__text {
        font-size:46px;
        line-height: 58px
    }
}

@media (max-width: 1119px) {
    .pd-soul .recipes__about__description__text {
        font-size:27px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    .pd-soul .recipes__about__description__text {
        font-size:20px;
        line-height: 25px
    }
}

.pd-soul .recipes__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .pd-soul .recipes__steps {
        display:block
    }
}

.pd-soul .recipes__steps img {
    max-width: 45%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 767px) {
    .pd-soul .recipes__steps img {
        max-width:100%
    }
}

.pd-soul .recipes__steps__text {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px;
    margin: auto
}

@media (max-width: 767px) {
    .pd-soul .recipes__steps__text {
        text-align:center;
        margin-top: 2vh
    }
}

@media (max-width: 1919px) {
    .pd-soul .recipes__steps__text {
        font-size:46px;
        line-height: 58px
    }
}

@media (max-width: 1119px) {
    .pd-soul .recipes__steps__text {
        font-size:27px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    .pd-soul .recipes__steps__text {
        font-size:20px;
        line-height: 130%
    }
}

.pd-soul .coffee-steps {
    position: relative;
    overflow: hidden;
    color: #fff
}

.pd-soul .coffee-steps-card__description {
    position: absolute;
    text-align: center;
    margin-top: 50px;
    padding: 0 10vw
}

.pd-soul .coffee-steps-card__name {
    font-size: 35px;
    line-height: 42px
}

@media (max-width: 1919px) {
    .pd-soul .coffee-steps-card__name {
        font-size:20px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .pd-soul .coffee-steps-card__name {
        font-size:12px;
        line-height: 14px
    }
}

.pd-soul .coffee-steps-card__text {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px
}

@media (max-width: 1919px) {
    .pd-soul .coffee-steps-card__text {
        font-size:46px;
        line-height: 58px
    }
}

@media (max-width: 1119px) {
    .pd-soul .coffee-steps-card__text {
        font-size:27px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    .pd-soul .coffee-steps-card__text {
        font-size:20px;
        line-height: 130%
    }
}

.pd-soul .coffee-steps-card__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 767px) {
    .pd-soul .coffee-steps-card__image img {
        min-height:360px
    }
}

.pd-soul .coffee-steps .navigation {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 0 5vw;
    margin-bottom: 50px
}

@media (max-width: 1119px) {
    .pd-soul .coffee-steps .navigation {
        margin-bottom:0
    }
}

@media (max-width: 767px) {
    .pd-soul .coffee-steps .navigation {
        display:none
    }
}

.pd-soul .coffee-steps .navigation .pagination span {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-radius: 0;
    margin-right: 45px;
    height: 0;
    opacity: .2
}

.pd-soul .coffee-steps .navigation .pagination span.swiper-pagination-bullet-active {
    border-color: #fff;
    background-color: #fff;
    opacity: 1
}

.pd-soul .coffee-steps .navigation .pagination span i {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px
}

@media (max-width: 1919px) {
    .pd-soul .coffee-steps .navigation .pagination span i {
        font-size:13px
    }
}

@media (max-width: 1119px) {
    .pd-soul .coffee-steps .navigation .pagination span i {
        font-size:7px;
        line-height: 15px;
        margin-bottom: 1vh
    }
}

.pd-soul .coffee-steps .swiper-button-prev svg:hover circle,.pd-soul .coffee-steps .swiper-button-next svg:hover circle {
    opacity: 1;
    stroke-width: 4px
}

.pd-soul .coffee-steps .swiper-button-prev svg:hover path,.pd-soul .coffee-steps .swiper-button-next svg:hover path {
    stroke-width: 4px
}

@media (max-width: 1119px) {
    .pd-soul .coffee-steps .swiper-button-prev svg,.pd-soul .coffee-steps .swiper-button-next svg {
        width:35px
    }
}

.pd-soul .lattecrema {
    position: relative;
    overflow: hidden;
    color: #152253;
    background-color: #fff
}

.pd-soul .lattecrema__content .btn-video {
    background: #ffb932;
    color: #152253;
    margin: 100px auto;
    font-weight: 600
}

@media (max-width: 767px) {
    .pd-soul .lattecrema__content .btn-video {
        margin:20px auto
    }
}

.pd-soul .lattecrema__content .btn-video:hover {
    background-color: #ffb932!important;
    border: 0!important;
    color: #152253!important
}

.pd-soul .lattecrema__name {
    font-size: 35px;
    line-height: 42px;
    width: 100%;
    text-align: center
}

@media (max-width: 1919px) {
    .pd-soul .lattecrema__name {
        font-size:20px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .pd-soul .lattecrema__name {
        font-size:12px;
        line-height: 14px
    }
}

.pd-soul .lattecrema__text {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px;
    text-align: center;
    padding: 0 15vw;
    margin-bottom: 50px
}

@media (max-width: 1919px) {
    .pd-soul .lattecrema__text {
        font-size:46px;
        line-height: 58px
    }
}

@media (max-width: 1119px) {
    .pd-soul .lattecrema__text {
        font-size:27px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    .pd-soul .lattecrema__text {
        font-size:20px;
        line-height: 130%
    }
}

.pd-soul .lattecrema-card__text {
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 40px;
    min-height: 105px;
    font-weight: 600
}

@media (max-width: 1919px) {
    .pd-soul .lattecrema-card__text {
        font-size:32px;
        line-height: 40px
    }
}

@media (max-width: 1119px) {
    .pd-soul .lattecrema-card__text {
        font-size:18px;
        line-height: 23px;
        min-height: 55px
    }
}

@media (max-width: 767px) {
    .pd-soul .lattecrema-card__text {
        font-size:14px;
        line-height: 18px
    }
}

.pd-soul .lattecrema-card__image img {
    width: 100%;
    max-height: 800px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pd-soul .lattecrema .swiper-button-prev svg:hover circle,.pd-soul .lattecrema .swiper-button-next svg:hover circle {
    opacity: 1;
    stroke-width: 4px
}

.pd-soul .lattecrema .swiper-button-prev svg:hover path,.pd-soul .lattecrema .swiper-button-next svg:hover path {
    stroke-width: 4px
}

@media (max-width: 1119px) {
    .pd-soul .lattecrema .swiper-button-prev svg,.pd-soul .lattecrema .swiper-button-next svg {
        width:35px
    }
}

.pd-soul .control {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #000d27
}

.pd-soul .control__experiment {
    padding: 200px 150px;
    background-color: #fff
}

@media (max-width: 1919px) {
    .pd-soul .control__experiment {
        padding:150px 40px 440px
    }
}

@media (max-width: 1119px) {
    .pd-soul .control__experiment {
        padding:70px 60px 20px
    }
}

@media (max-width: 767px) {
    .pd-soul .control__experiment {
        padding:70px 20px 20px
    }
}

.pd-soul .control__experiment .mob__sm {
    display: none;
    color: #152253
}

@media (max-width: 767px) {
    .pd-soul .control__experiment .mob__sm {
        display:block;
        max-width: 50%
    }
}

.pd-soul .control__experiment__text {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px;
    color: #152253;
    max-width: 40%
}

@media (max-width: 1919px) {
    .pd-soul .control__experiment__text {
        font-size:46px;
        line-height: 58px
    }
}

@media (max-width: 1119px) {
    .pd-soul .control__experiment__text {
        font-size:27px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    .pd-soul .control__experiment__text {
        font-size:20px;
        line-height: 25px;
        max-width: 100%;
        text-align: center
    }
}

.pd-soul .control__container {
    max-width: 1620px;
    margin: 135px 150px
}

@media (max-width: 1919px) {
    .pd-soul .control__container {
        margin:10vh 0;
        padding: 0 60px
    }
}

@media (max-width: 767px) {
    .pd-soul .control__container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        margin: 300px 0 60px;
        padding: 0 20px
    }
}

.pd-soul .control__item {
    max-width: 400px
}

@media (max-width: 1119px) {
    .pd-soul .control__item {
        max-width:270px
    }
}

@media (max-width: 767px) {
    .pd-soul .control__item {
        max-width:50%;
        margin-right: 20px
    }

    .pd-soul .control__item.pk {
        display: none
    }
}

.pd-soul .control__name {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px
}

@media (max-width: 1919px) {
    .pd-soul .control__name {
        font-size:32px;
        line-height: 120%
    }
}

@media (max-width: 1119px) {
    .pd-soul .control__name {
        font-size:18px;
        line-height: 120%
    }
}

@media (max-width: 767px) {
    .pd-soul .control__name {
        font-size:14px;
        line-height: 130%
    }
}

.pd-soul .control__text {
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 60px
}

@media (max-width: 1919px) {
    .pd-soul .control__text {
        font-size:20px;
        line-height: 130%
    }
}

@media (max-width: 1119px) {
    .pd-soul .control__text {
        font-size:12px;
        line-height: 130%;
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .pd-soul .control__text {
        font-size:15px;
        line-height: 130%
    }
}

.pd-soul .control img {
    position: absolute;
    top: 15vh;
    right: 0
}

@media (max-width: 1119px) {
    .pd-soul .control img {
        top:7vh
    }
}

@media (max-width: 767px) {
    .pd-soul .control img {
        top:20%
    }
}

.pd-soul .control .btn-video {
    background: #ffb932;
    color: #152253;
    margin: 100px auto 50px;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 350px
}

@media (max-width: 1119px) {
    .pd-soul .control .btn-video {
        font-size:14px;
        line-height: 18px;
        margin: 4vh auto;
        width: 150px;
        padding: 10px
    }
}

@media (max-width: 767px) {
    .pd-soul .control .btn-video {
        display:none
    }
}

.pd-soul .control .btn-video:hover {
    background-color: #ffb932!important;
    border: 0!important;
    color: #152253!important
}

.pd-soul .rich {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-clip: border-box;
    height: 960px
}

@media (max-width: 1919px) {
    .pd-soul .rich {
        height:720px
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich {
        height:380px
    }
}

@media (max-width: 767px) {
    .pd-soul .rich {
        height:445px
    }
}

.pd-soul .rich__image {
    width: 100%
}

.pd-soul .rich__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.pd-soul .rich__content {
    position: absolute
}

.pd-soul .rich__text {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    position: absolute;
    top: 10vh;
    left: 5vw;
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 400px
}

@media (max-width: 1919px) {
    .pd-soul .rich__text {
        font-size:32px;
        line-height: 40px;
        max-width: 300px
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich__text {
        font-size:20px;
        line-height: 25px;
        max-width: 175px
    }
}

@media (max-width: 767px) {
    .pd-soul .rich__text {
        font-size:20px;
        line-height: 130%;
        top: 3vh;
        max-width: 250px
    }
}

.pd-soul .rich__text.active {
    display: block
}

.pd-soul .rich__button {
    position: absolute;
    background: #fff;
    border-radius: 50px;
    padding: 15px;
    opacity: .8
}

@media (max-width: 1119px) {
    .pd-soul .rich__button {
        padding:5px 10px
    }

    .pd-soul .rich__button svg {
        width: 14px;
        height: 13px;
        margin-top: -3px
    }
}

.pd-soul .rich__button[data-name='1'] {
    top: 13rem;
    left: calc(50vw - 250px)
}

@media (max-width: 1919px) {
    .pd-soul .rich__button[data-name='1'] {
        top:9rem;
        left: calc(50vw - 200px)
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich__button[data-name='1'] {
        top:4rem;
        left: calc(50vw - 100px)
    }
}

@media (max-width: 767px) {
    .pd-soul .rich__button[data-name='1'] {
        top:6rem;
        left: calc(50vw - 115px)
    }
}

.pd-soul .rich__button[data-name='2'] {
    top: 21rem;
    left: calc(50vw - -40px)
}

@media (max-width: 1919px) {
    .pd-soul .rich__button[data-name='2'] {
        top:15rem;
        left: calc(50vw - -20px)
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich__button[data-name='2'] {
        top:8rem;
        left: calc(50vw - -20px)
    }
}

@media (max-width: 767px) {
    .pd-soul .rich__button[data-name='2'] {
        top:10rem;
        left: calc(50vw - -20px)
    }
}

.pd-soul .rich__button[data-name='3'] {
    top: 24rem;
    left: calc(50vw - 160px)
}

@media (max-width: 1919px) {
    .pd-soul .rich__button[data-name='3'] {
        top:18rem;
        left: calc(50vw - 130px)
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich__button[data-name='3'] {
        top:9rem;
        left: calc(50vw - 60px)
    }
}

@media (max-width: 767px) {
    .pd-soul .rich__button[data-name='3'] {
        top:11rem;
        left: calc(50vw - 69px)
    }
}

.pd-soul .rich__button[data-name='4'] {
    top: 30rem;
    left: calc(50vw - -90px)
}

@media (max-width: 1919px) {
    .pd-soul .rich__button[data-name='4'] {
        top:23rem;
        left: calc(50vw - -60px)
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich__button[data-name='4'] {
        top:12rem;
        left: calc(50vw - -30px)
    }
}

@media (max-width: 767px) {
    .pd-soul .rich__button[data-name='4'] {
        top:14rem;
        left: calc(50vw - -45px)
    }
}

.pd-soul .rich__button[data-name='5'] {
    top: 37rem;
    left: calc(50vw - 250px)
}

@media (max-width: 1919px) {
    .pd-soul .rich__button[data-name='5'] {
        top:26rem;
        left: calc(50vw - 210px)
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich__button[data-name='5'] {
        top:14rem;
        left: calc(50vw - 110px)
    }
}

@media (max-width: 767px) {
    .pd-soul .rich__button[data-name='5'] {
        top:17rem;
        left: calc(50vw - 120px)
    }
}

.pd-soul .rich__button[data-name='6'] {
    top: 45rem;
    left: calc(50vw - -60px)
}

@media (max-width: 1919px) {
    .pd-soul .rich__button[data-name='6'] {
        top:33rem;
        left: calc(50vw - -30px)
    }
}

@media (max-width: 1119px) {
    .pd-soul .rich__button[data-name='6'] {
        top:18rem;
        left: calc(50vw - -10px)
    }
}

@media (max-width: 767px) {
    .pd-soul .rich__button[data-name='6'] {
        top:20rem;
        left: calc(50vw - -30px)
    }
}

.pd-soul .rich__button.active {
    background: #000d27
}

.pd-soul .rich__button.active path {
    fill: #c4c4c4
}

.pd-soul .video {
    position: relative;
    height: 950px
}

.pd-soul .video img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover
}

.pd-soul .video:after {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/primadonna/play-button.svg) no-repeat 0 0;
    top: 45%;
    left: 50%;
    width: 70px;
    height: 70px;
    z-index: 30;
    cursor: pointer
}

@media (max-width: 1119px) {
    .pd-soul .video:after {
        top:40%;
        left: 45%
    }
}

.pd-soul .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pd-soul .video.player img {
    display: none
}

.pd-soul .video.player:after {
    display: none
}

@media (max-width: 1919px) {
    .pd-soul .video {
        height:715px
    }
}

@media (max-width: 1119px) {
    .pd-soul .video {
        height:380px
    }
}

@media (max-width: 767px) {
    .pd-soul .video {
        height:250px
    }
}

.pd-soul .video video {
    width: 100%;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 300px
}

.pd-soul .video .video-wrapper>video.has-media-controls-hidden::-webkit-media-controls {
    display: none
}

.pd-soul .video .video-overlay-play-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: .95;
    cursor: pointer;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
    background-image: -o-linear-gradient(transparent,#000);
    background-image: linear-gradient(transparent,#000);
    -webkit-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    transition: opacity 150ms
}

@media (max-width: 767px) {
    .pd-soul .video .video-overlay-play-button {
        padding:125px calc(50% - 50px)
    }
}

.pd-soul .video .video-overlay-play-button:hover {
    opacity: 1
}

.pd-soul .video .video-overlay-play-button.is-hidden {
    display: none
}

.pd-soul .compare {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #000d27
}

.pd-soul .compare__container {
    max-width: 1620px;
    margin: 10vh auto
}

@media (max-width: 1919px) {
    .pd-soul .compare__container {
        margin:10vh 0;
        padding: 0 5vw
    }
}

.pd-soul .compare__title {
    font-weight: 600;
    font-size: 60px;
    line-height: 75px;
    text-align: center;
    margin-bottom: 40px
}

@media (max-width: 1919px) {
    .pd-soul .compare__title {
        font-size:46px;
        line-height: 58px
    }
}

@media (max-width: 1119px) {
    .pd-soul .compare__title {
        font-size:27px;
        line-height: 34px
    }
}

.pd-soul .compare__images {
    text-align: center;
    margin-bottom: 15px
}

@media (max-width: 1119px) {
    .pd-soul .compare__images {
        margin-bottom:2vh
    }
}

.pd-soul .compare__images .col-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .pd-soul .compare__images .col-4 {
        max-width:50%;
        margin: auto
    }

    .pd-soul .compare__images .col-4:first-child {
        display: none
    }
}

.pd-soul .compare__images img {
    width: 137px;
    height: 217px
}

.pd-soul .compare__images span {
    margin-bottom: 10px
}

@media (max-width: 1119px) {
    .pd-soul .compare__images span {
        font-size:15px;
        line-height: 18px
    }
}

.pd-soul .compare__images .btn-buy {
    background: #ffb932;
    color: #152253;
    margin: 0 auto;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    bottom: 0;
    right: 0;
    left: 0
}

@media (max-width: 1680px) {
    .pd-soul .compare__images .btn-buy {
        padding:5px 2rem
    }
}

@media (max-width: 1119px) {
    .pd-soul .compare__images .btn-buy {
        font-size:14px;
        line-height: 18px
    }
}

@media (max-width: 767px) {
    .pd-soul .compare__images .btn-buy {
        font-size:14px;
        line-height: 18px
    }
}

.pd-soul .compare__images .btn-buy:hover {
    background-color: #ffb932!important;
    border: 0!important;
    color: #152253!important
}

.pd-soul .compare__items {
    margin-bottom: 10px
}

.pd-soul .compare__items.mb {
    display: none
}

@media (max-width: 767px) {
    .pd-soul .compare__items.mb {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.pd-soul .compare__items.pk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .pd-soul .compare__items.pk {
        display:none
    }
}

.pd-soul .compare__items__one p {
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 10px
}

@media (max-width: 1440px) {
    .pd-soul .compare__items__one p {
        font-size:22px
    }
}

@media (max-width: 1280px) {
    .pd-soul .compare__items__one p {
        font-size:20px
    }
}

@media (max-width: 1119px) {
    .pd-soul .compare__items__one p {
        font-size:12px;
        line-height: 130%;
        min-height: auto
    }
}

@media (max-width: 767px) {
    .pd-soul .compare__items__one p {
        min-height:35px
    }
}

.pd-soul .compare__items__one.machine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center
}

.pd-soul .compare__items__one.machine p {
    font-weight: 600;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .pd-soul .compare__items__one.machine p {
        font-size:12px;
        line-height: 130%;
        text-align: center;
        min-height: 30px
    }
}

.pd-soul .compare__allmachines-button {
    background: #ffb932;
    color: #152253;
    margin: 0 auto;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 420px
}

@media (max-width: 1680px) {
    .pd-soul .compare__allmachines-button {
        padding:7px 2rem
    }
}

@media (max-width: 1119px) {
    .pd-soul .compare__allmachines-button {
        font-size:14px;
        line-height: 18px;
        width: 225px
    }
}

@media (max-width: 767px) {
    .pd-soul .compare__allmachines-button {
        font-size:14px;
        line-height: 18px
    }
}

.pd-soul .compare__allmachines-button:hover {
    background-color: #ffb932!important;
    border: 0!important;
    color: #152253!important
}

.primadonna {
    background-color: #0d2a4e;
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    min-width: 320px;
    margin: 0;
    padding: 0;
    -webkit-transition: background-color 3s ease;
    -o-transition: background-color 3s ease;
    transition: background-color 3s ease
}

@media (min-width: 1280px) {
    .primadonna {
        -webkit-transition:background-color 2s ease;
        -o-transition: background-color 2s ease;
        transition: background-color 2s ease
    }
}

.primadonna__container {
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 768px) {
    .primadonna__container {
        padding-left:60px;
        padding-right: 60px
    }
}

@media (min-width: 1440px) {
    .primadonna__container {
        max-width:1090px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1920px) {
    .primadonna__container {
        max-width:1620px
    }
}

.primadonna__container.swiper {
    padding-left: 0;
    padding-right: 0
}

.primadonna__package {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff
}

@media (min-width: 768px) {
    .primadonna__package {
        padding-bottom:66px
    }
}

@media (min-width: 1440px) {
    .primadonna__package {
        padding-bottom:108px
    }
}

@media (min-width: 1920px) {
    .primadonna__package {
        padding-bottom:190px
    }
}

.primadonna__package .package__background {
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: 150px
}

@media (min-width: 768px) {
    .primadonna__package .package__background {
        bottom:300px
    }
}

@media (min-width: 929px) and (max-width:1023px) {
    .primadonna__package .package__background {
        bottom:265px
    }
}

@media (min-width: 1024px) {
    .primadonna__package .package__background {
        bottom:60px
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__background {
        bottom:80px
    }
}

.primadonna__package .package__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.primadonna__package .package-swiper__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px 0 50px 0
}

.primadonna__package .package-swiper__button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 290px;
    height: 70px;
    background-color: #ffb932;
    border-radius: 50px;
    font-size: 30px;
    line-height: 38px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #01244e
}

@media (max-width: 767px) {
    .primadonna__package .package-swiper__button a {
        width:130px;
        height: 38px;
        font-size: 13px;
        line-height: 16px
    }
}

@media (min-width: 1024px) {
    .primadonna__package .package-swiper__button {
        display:none
    }
}

@media (max-width: 767px) {
    .primadonna__package .package-swiper__button {
        margin:20px 0 30px 0
    }
}

.primadonna__package .package-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #0d2a4e;
    opacity: .5;
    width: 10px;
    height: 10px;
    outline: 0;
    margin-right: 30px
}

.primadonna__package .package-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffb932;
    border: 0
}

.primadonna__package .package__content {
    position: relative;
    z-index: 1
}

.primadonna__package .package__content .content__subtitle {
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #0d2a4e;
    padding-top: 12px;
    margin-bottom: 7px;
    width: 62%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .primadonna__package .package__content .content__subtitle {
        font-size:30px;
        padding-top: 58px;
        margin-bottom: 28px
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__content .content__subtitle {
        font-size:20px;
        line-height: 24px;
        padding-top: 37px;
        margin-bottom: 14px;
        width: 100%
    }
}

@media (min-width: 1920px) {
    .primadonna__package .package__content .content__subtitle {
        font-size:30px;
        line-height: 36px;
        margin-bottom: 18px
    }
}

.primadonna__package .package__content .content__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #0d2a4e;
    margin-bottom: 56px
}

@media (min-width: 768px) {
    .primadonna__package .package__content .content__title {
        font-size:48px;
        margin-bottom: 72px
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__content .content__title {
        font-size:56px;
        line-height: 130%;
        margin-bottom: 56px
    }
}

@media (min-width: 1920px) {
    .primadonna__package .package__content .content__title {
        font-size:70px;
        line-height: 130%;
        margin-bottom: 34px
    }
}

@media (min-width: 1024px) {
    .primadonna__package .package__content .content__items {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__content .content__items {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.primadonna__package .package__content .content__item {
    text-align: center;
    height: auto
}

@media (min-width: 1024px) {
    .primadonna__package .package__content .content__item:hover {
        cursor:pointer;
        opacity: .95
    }
}

@media (min-width: 1024px) {
    .primadonna__package .package__content .content__item {
        width:20%
    }

    .primadonna__package .package__content .content__item:nth-child(n) {
        margin-right: 0
    }

    .primadonna__package .package__content .content__item:nth-child(5n) {
        margin-right: 0
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__content .content__item {
        width:200px;
        margin: 0
    }
}

@media (min-width: 1920px) {
    .primadonna__package .package__content .content__item {
        width:280px
    }
}

.primadonna__package .package__content .content__item .item__img {
    width: 100%;
    height: 221px;
    margin-bottom: 8px
}

@media (min-width: 375px) {
    .primadonna__package .package__content .content__item .item__img {
        height:300px
    }
}

@media (min-width: 480px) {
    .primadonna__package .package__content .content__item .item__img {
        height:380px
    }
}

@media (min-width: 768px) {
    .primadonna__package .package__content .content__item .item__img {
        height:auto
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__content .content__item .item__img {
        height:342px;
        margin-bottom: 20px
    }
}

@media (min-width: 1920px) {
    .primadonna__package .package__content .content__item .item__img {
        height:426px;
        margin-bottom: 14px
    }
}

.primadonna__package .package__content .content__item .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 600px) and (max-width:767px) {
    .primadonna__package .package__content .content__item .item__img img {
        -o-object-fit:contain;
        object-fit: contain
    }
}

.primadonna__package .package__content .content__item .item__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #0d2a4e;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .primadonna__package .package__content .content__item .item__title {
        font-size:28px;
        line-height: 34px
    }
}

@media (min-width: 769px) {
    .primadonna__package .package__content .content__item .item__title {
        text-shadow:0 -3px 6px rgba(255,255,255,.3),0 -3px 6px rgba(255,255,255,.3),0 3px 6px rgba(255,255,255,.3),0 3px 6px rgba(255,255,255,.3),-3px 0 6px rgba(255,255,255,.3),3px 0 6px rgba(255,255,255,.3),-3px 0 6px rgba(255,255,255,.3),3px 0 6px rgba(255,255,255,.3),-1px -3px 6px rgba(255,255,255,.3),1px -3px 6px rgba(255,255,255,.3),-1px 3px 6px rgba(255,255,255,.3),1px 3px 6px rgba(255,255,255,.3),-3px -1px 6px rgba(255,255,255,.3),3px -1px 6px rgba(255,255,255,.3),-3px 1px 6px rgba(255,255,255,.3),3px 1px 6px rgba(255,255,255,.3),-2px -3px 6px rgba(255,255,255,.3),2px -3px 6px rgba(255,255,255,.3),-2px 3px 6px rgba(255,255,255,.3),2px 3px 6px rgba(255,255,255,.3),-3px -2px 6px rgba(255,255,255,.3),3px -2px 6px rgba(255,255,255,.3),-3px 2px 6px rgba(255,255,255,.3),3px 2px 6px rgba(255,255,255,.3),-3px -3px 6px rgba(255,255,255,.3),3px -3px 6px rgba(255,255,255,.3),-3px 3px 6px rgba(255,255,255,.3),3px 3px 6px rgba(255,255,255,.3),-3px -3px 6px rgba(255,255,255,.3),3px -3px 6px rgba(255,255,255,.3),-3px 3px 6px rgba(255,255,255,.3),3px 3px 6px rgba(255,255,255,.3)
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__content .content__item .item__title {
        font-size:22px;
        line-height: 26px;
        margin-bottom: 28px
    }
}

@media (min-width: 1920px) {
    .primadonna__package .package__content .content__item .item__title {
        font-size:25px;
        line-height: 30px;
        margin-bottom: 40px
    }
}

.primadonna__package .package__content .content__item .item__button {
    background: #ffb932;
    border-radius: 50px;
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #01244e;
    width: 100%;
    display: block;
    padding: 11px 0;
    margin-bottom: 16px
}

@media (min-width: 480px) {
    .primadonna__package .package__content .content__item .item__button {
        width:154px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 768px) {
    .primadonna__package .package__content .content__item .item__button {
        width:308px;
        font-size: 30px;
        line-height: 38px
    }
}

@media (min-width: 1024px) {
    .primadonna__package .package__content .content__item .item__button {
        width:100%
    }
}

@media (min-width: 1440px) {
    .primadonna__package .package__content .content__item .item__button {
        padding:16px 0
    }
}

@media (min-width: 1920px) {
    .primadonna__package .package__content .content__item .item__button {
        font-size:25px;
        line-height: 30px
    }
}

@media (min-width: 1920px) {
    .primadonna__package .package__content .content__item .item__button {
        width:318px;
        font-size: 30px;
        line-height: 38px
    }
}

.primadonna__features {
    margin-top: -1px;
    margin-bottom: -1px;
    background-color: #fff;
    padding-bottom: 46px
}

@media (min-width: 768px) {
    .primadonna__features {
        padding-bottom:48px
    }
}

@media (min-width: 1440px) {
    .primadonna__features {
        padding-bottom:110px
    }
}

.primadonna__features .features__subtitle {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #0d2a4e;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .primadonna__features .features__subtitle {
        font-size:28px;
        line-height: 1.2
    }
}

@media (min-width: 1440px) {
    .primadonna__features .features__subtitle {
        font-size:20px;
        line-height: 24px;
        margin-bottom: 18px
    }
}

@media (min-width: 1920px) {
    .primadonna__features .features__subtitle {
        font-size:30px;
        line-height: 36px
    }
}

.primadonna__features .features__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #0d2a4e;
    margin-bottom: 34px
}

@media (min-width: 768px) {
    .primadonna__features .features__title {
        font-size:48px;
        line-height: 60px;
        margin-bottom: 76px
    }
}

@media (min-width: 1440px) {
    .primadonna__features .features__title {
        font-size:46px;
        line-height: 58px;
        margin-bottom: 66px
    }
}

@media (min-width: 1920px) {
    .primadonna__features .features__title {
        font-size:60px;
        line-height: 75px
    }
}

@media (min-width: 1024px) {
    .primadonna__features .features__items {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.primadonna__features .features__item {
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .primadonna__features .features__item {
        margin-bottom:100px
    }
}

@media (min-width: 1024px) {
    .primadonna__features .features__item {
        width:31.498%
    }

    .primadonna__features .features__item:nth-child(n) {
        margin-right: 2.753%
    }

    .primadonna__features .features__item:nth-child(3n) {
        margin-right: 0
    }
}

.primadonna__features .features__item .item__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #0d2a4e;
    margin-bottom: 28px
}

@media (min-width: 768px) {
    .primadonna__features .features__item .item__title {
        font-size:40px;
        line-height: 50px;
        margin-bottom: 46px
    }
}

@media (min-width: 1024px) {
    .primadonna__features .features__item .item__title {
        font-size:24px
    }
}

@media (min-width: 1440px) {
    .primadonna__features .features__item .item__title {
        font-size:28px;
        line-height: 35px
    }
}

@media (min-width: 1920px) {
    .primadonna__features .features__item .item__title {
        font-size:38px;
        line-height: 48px
    }
}

.primadonna__features .features__item .item__img {
    width: 100%
}

.primadonna__features .features__item .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.primadonna__features .features__item:last-child {
    margin-bottom: 0
}

.primadonna__secret {
    background-color: #fff
}

.primadonna__secret .secret__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #0d2a4e;
    margin-bottom: 34px
}

@media (min-width: 768px) {
    .primadonna__secret .secret__title {
        font-size:48px;
        line-height: 60px;
        margin-bottom: 60px
    }
}

@media (min-width: 1440px) {
    .primadonna__secret .secret__title {
        font-size:56px;
        line-height: 70px;
        width: 709px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1920px) {
    .primadonna__secret .secret__title {
        font-size:80px;
        line-height: 100px;
        width: 1014px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 76px
    }
}

.primadonna__secret .secret__swiper .swiper__arrow {
    width: 32px;
    height: 32px;
    border: .5px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%
}

@media (min-width: 768px) {
    .primadonna__secret .secret__swiper .swiper__arrow {
        width:76px;
        height: 76px;
        border: 1px solid #fff;
        font-size: 30px
    }
}

@media (min-width: 1920px) {
    .primadonna__secret .secret__swiper .swiper__arrow {
        width:102px;
        height: 102px
    }
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon] {
    position: relative;
    display: table;
    vertical-align: middle;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon]:after,.primadonna__secret .secret__swiper .swiper__arrow [class*=icon]:before {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow] {
    width: 10px;
    height: 10px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 10px
}

@media (min-width: 768px) {
    .primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow] {
        width:15px;
        height: 15px;
        border-width: 2px 2px 0 0
    }
}

@media (min-width: 1920px) {
    .primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow] {
        width:20px;
        height: 20px;
        border-width: 3px 3px 0 0
    }
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow]:before {
    right: 0;
    top: -1px;
    position: absolute;
    height: 1px;
    -webkit-box-shadow: inset 0 0 0 32px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 14px;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

@media (min-width: 768px) {
    .primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow]:before {
        height:2px;
        top: -2px;
        width: 20px
    }
}

@media (min-width: 1920px) {
    .primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow]:before {
        height:3px;
        top: -3px;
        width: 25px
    }
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-left] {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-left][class*=-up] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-left][class*=-down] {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-right] {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-right][class*=-up] {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-right][class*=-down] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-up] {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.primadonna__secret .secret__swiper .swiper__arrow [class*=icon-arrow][class*=-down] {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.primadonna__secret .secret__swiper .swiper-pagination {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1439px) {
    .primadonna__secret .secret__swiper .swiper-pagination {
        padding:0 5%
    }
}

.primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    width: 25%;
    border: 0;
    border-bottom: 1px solid #fff;
    background: 0 0;
    border-radius: 0;
    height: auto;
    width: 23%;
    padding-bottom: 15px;
    text-align: left
}

.primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet:nth-child(n) {
    margin-right: 0
}

.primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet:nth-child(4n) {
    margin-right: 0
}

.primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet i {
    font-style: normal
}

@media (max-width: 1023px) {
    .primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet {
        display:none;
        width: 44%
    }
}

@media (min-width: 768px) {
    .primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet {
        font-size:20px;
        line-height: 24px
    }
}

@media (min-width: 1440px) {
    .primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet {
        font-size:20px;
        line-height: 24px
    }
}

@media (min-width: 1920px) {
    .primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet {
        font-size:25px;
        line-height: 31px
    }
}

.primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet:focus {
    border-bottom: 4px solid #fff;
    outline: 0;
    padding-bottom: 1px
}

.primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet:active {
    border-bottom: 4px solid #fff;
    outline: 0;
    padding-bottom: 1px
}

.primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet-active {
    font-weight: 600;
    border-bottom: 4px solid #fff;
    outline: 0;
    padding-bottom: 1px
}

@media (max-width: 1023px) {
    .primadonna__secret .secret__swiper .swiper-pagination .swiper-pagination-bullet-active-main {
        display:block
    }
}

.primadonna__secret .secret__swiper .secret__pagination-container {
    position: relative
}

.primadonna__secret .secret__swiper .swiper-button-prev {
    left: 10px
}

@media (min-width: 768px) {
    .primadonna__secret .secret__swiper .swiper-button-prev {
        left:25px
    }
}

.primadonna__secret .secret__swiper .swiper-button-next {
    right: 10px
}

@media (min-width: 768px) {
    .primadonna__secret .secret__swiper .swiper-button-next {
        right:25px
    }
}

.primadonna__secret .secret__item {
    position: relative
}

.primadonna__secret .secret__item .item__img {
    width: 100%
}

.primadonna__secret .secret__item .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.primadonna__secret .secret__item .item__img:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(1,36,78,.2)),color-stop(90%,rgba(1,36,78,.9)));
    background: -o-linear-gradient(top,rgba(1,36,78,.2) 0%,rgba(1,36,78,.9) 90%);
    background: linear-gradient(180deg,rgba(1,36,78,.2) 0%,rgba(1,36,78,.9) 90%)
}

.primadonna__secret .secret__item .item__content {
    position: absolute;
    top: 0;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px
}

@media (min-width: 768px) {
    .primadonna__secret .secret__item .item__content {
        padding-left:144px;
        padding-right: 144px
    }
}

@media (min-width: 1440px) {
    .primadonna__secret .secret__item .item__content {
        padding-left:315px;
        padding-right: 315px;
        margin-top: 70px
    }
}

.primadonna__secret .secret__item .item__content .content__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    padding-top: 46px;
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .primadonna__secret .secret__item .item__content .content__title {
        padding-top:55%
    }
}

@media (min-width: 768px) {
    .primadonna__secret .secret__item .item__content .content__title {
        font-size:32px;
        line-height: 38px;
        margin-bottom: 28px;
        padding-top: 65%
    }
}

@media (min-width: 1024px) {
    .primadonna__secret .secret__item .item__content .content__title {
        font-size:20px;
        line-height: 24px;
        padding-top: 60px;
        margin-bottom: 20px
    }
}

@media (min-width: 1440px) {
    .primadonna__secret .secret__item .item__content .content__title {
        padding-top:0
    }
}

@media (min-width: 1920px) {
    .primadonna__secret .secret__item .item__content .content__title {
        font-size:35px;
        line-height: 42px;
        margin-bottom: 26px
    }
}

.primadonna__secret .secret__item .item__content .content__text {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #fff
}

@media (min-width: 768px) {
    .primadonna__secret .secret__item .item__content .content__text {
        font-size:36px;
        line-height: 130%
    }
}

@media (min-width: 1440px) {
    .primadonna__secret .secret__item .item__content .content__text {
        font-size:46px;
        line-height: 130%
    }
}

@media (min-width: 1920px) {
    .primadonna__secret .secret__item .item__content .content__text {
        font-size:60px
    }
}

.primadonna__coffeecolor-wrap {
    background-color: #83303f
}

.primadonna__coffeecolor {
    padding-bottom: 62px
}

@media (min-width: 768px) {
    .primadonna__coffeecolor {
        padding-bottom:106px
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor {
        padding-top:56px
    }
}

@media (min-width: 1920px) {
    .primadonna__coffeecolor {
        padding-top:76px
    }
}

@media (max-width: 767px) {
    .primadonna__coffeecolor.africana .coffeecolor__title-break.mob-off,.primadonna__coffeecolor.premium .coffeecolor__title-break.mob-off {
        display:none
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.africana .coffeecolor__title-break,.primadonna__coffeecolor.premium .coffeecolor__title-break {
        display:none
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.africana .coffeecolor__subtitle,.primadonna__coffeecolor.premium .coffeecolor__subtitle {
        padding-top:0
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.africana .coffeecolor__img.item__part,.primadonna__coffeecolor.premium .coffeecolor__img.item__part {
        padding-top:10px
    }
}

.primadonna__coffeecolor .coffeecolor__wrap {
    display: grid;
    grid-template-columns: 50% 50%
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__wrap {
        grid-template-columns:40% 60%
    }
}

.primadonna__coffeecolor .coffeecolor__subtitle {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding-top: 36px;
    margin-bottom: 8px;
    grid-area: 1/1/2/3
}

@media (min-width: 768px) {
    .primadonna__coffeecolor .coffeecolor__subtitle {
        font-size:32px;
        line-height: 38px;
        margin-bottom: 16px
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__subtitle {
        grid-area:1/2/2/3;
        font-size: 20px;
        line-height: 24px
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__subtitle {
        padding-left:68px;
        margin-bottom: 28px
    }
}

@media (min-width: 1920px) {
    .primadonna__coffeecolor .coffeecolor__subtitle {
        font-size:30px;
        line-height: 36px
    }
}

.primadonna__coffeecolor .coffeecolor__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 40px;
    grid-area: 2/1/3/3
}

@media (min-width: 768px) {
    .primadonna__coffeecolor .coffeecolor__title {
        font-size:48px;
        line-height: 60px;
        margin-bottom: 64px
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__title {
        grid-area:2/2/3/3;
        font-size: 46px;
        line-height: 58px;
        margin-bottom: 24px
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__title {
        padding-left:68px;
        width: 722px
    }
}

@media (min-width: 1920px) {
    .primadonna__coffeecolor .coffeecolor__title {
        font-size:60px;
        line-height: 75px;
        margin-bottom: 0
    }
}

.primadonna__coffeecolor .coffeecolor__img {
    grid-area: 3/1/4/2
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__img {
        grid-area:1/1/5/2
    }
}

@media (max-width: 1023px) {
    .primadonna__coffeecolor .coffeecolor__img {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__img {
        height:706px;
        width: 486px
    }
}

@media (min-width: 1920px) {
    .primadonna__coffeecolor .coffeecolor__img {
        width:648px;
        height: 947px
    }
}

.primadonna__coffeecolor .coffeecolor__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__img img {
        -o-object-fit:cover;
        object-fit: cover
    }
}

.primadonna__coffeecolor .coffeecolor__content {
    margin-bottom: 6px;
    grid-area: 3/2/4/3
}

@media (min-width: 768px) {
    .primadonna__coffeecolor .coffeecolor__content {
        margin-bottom:68px
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__content {
        margin-bottom:48px
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__content {
        padding-left:68px;
        width: 722px
    }
}

.primadonna__coffeecolor .coffeecolor__content p {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #fff
}

@media (min-width: 768px) {
    .primadonna__coffeecolor .coffeecolor__content p {
        font-size:32px;
        line-height: 130%
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__content p {
        font-size:25px;
        line-height: 30px
    }
}

@media (min-width: 1920px) {
    .primadonna__coffeecolor .coffeecolor__content p {
        font-size:34px;
        line-height: 41px
    }
}

.primadonna__coffeecolor .coffeecolor__content img {
    width: 76px
}

@media (min-width: 768px) {
    .primadonna__coffeecolor .coffeecolor__content img {
        width:154px
    }
}

.primadonna__coffeecolor .coffeecolor__content .content__grains-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .primadonna__coffeecolor .coffeecolor__content .content__grains-wrap {
        height:60px
    }
}

.primadonna__coffeecolor .coffeecolor__content .content__grains-wrap p {
    margin: 0
}

.primadonna__coffeecolor .coffeecolor__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-area: 4/1/5/3
}

@media (min-width: 375px) {
    .primadonna__coffeecolor .coffeecolor__button {
        -ms-flex-pack:distribute;
        justify-content: space-around
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__button {
        grid-area:4/2/5/3
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__button {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 68px
    }
}

.primadonna__coffeecolor .coffeecolor__button .button__details,.primadonna__coffeecolor .coffeecolor__button .button__buy {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #01244e;
    background-color: #fff;
    border-radius: 50px;
    width: 130px;
    height: 30px;
    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
}

@media (min-width: 768px) {
    .primadonna__coffeecolor .coffeecolor__button .button__details,.primadonna__coffeecolor .coffeecolor__button .button__buy {
        font-size:30px;
        line-height: 38px;
        width: 312px;
        height: 76px
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__button .button__details,.primadonna__coffeecolor .coffeecolor__button .button__buy {
        width:235px;
        height: 60px;
        font-size: 28px;
        line-height: 35px
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__button .button__details,.primadonna__coffeecolor .coffeecolor__button .button__buy {
        width:261px
    }
}

@media (min-width: 1920px) {
    .primadonna__coffeecolor .coffeecolor__button .button__details,.primadonna__coffeecolor .coffeecolor__button .button__buy {
        font-size:30px;
        line-height: 38px;
        width: 348px;
        height: 85px
    }
}

.primadonna__coffeecolor .coffeecolor__button .button__details_disabled,.primadonna__coffeecolor .coffeecolor__button .button__buy_disabled {
    cursor: default;
    opacity: .5
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor .coffeecolor__button .button__details {
        margin-right:26px
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor .coffeecolor__button .button__details {
        margin-right:35px
    }
}

.primadonna__coffeecolor .coffeecolor__button .button__buy {
    background: #ffb932
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.left .coffeecolor__wrap {
        grid-template-columns:60% 40%
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.left .coffeecolor__subtitle {
        grid-area:1/1/2/2
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor.left .coffeecolor__subtitle {
        padding-left:0;
        padding-right: 68px
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.left .coffeecolor__title {
        grid-area:2/1/3/2
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor.left .coffeecolor__title {
        padding-left:0;
        padding-right: 68px
    }
}

.primadonna__coffeecolor.left .coffeecolor__img {
    grid-area: 3/2/4/3
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.left .coffeecolor__img {
        grid-area:1/2/5/3
    }
}

.primadonna__coffeecolor.left .coffeecolor__content {
    grid-area: 3/1/4/2
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor.left .coffeecolor__content {
        padding-left:0;
        padding-right: 68px
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.left .coffeecolor__button {
        grid-area:4/1/5/2
    }
}

@media (min-width: 1440px) {
    .primadonna__coffeecolor.left .coffeecolor__button {
        padding-left:0;
        padding-right: 68px
    }
}

.primadonna__coffeecolor.last {
    padding-bottom: 105px
}

@media (min-width: 768px) {
    .primadonna__coffeecolor.last {
        padding-bottom:231px
    }
}

@media (min-width: 1024px) {
    .primadonna__coffeecolor.last {
        padding-bottom:90px
    }
}

.primadonna__aftertaste {
    position: relative
}

.primadonna__aftertaste .aftertaste__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    width: 51%;
    padding-top: 92px;
    margin-bottom: 80px
}

@media (min-width: 768px) {
    .primadonna__aftertaste .aftertaste__title {
        font-size:48px;
        line-height: 60px;
        margin-bottom: 182px;
        padding-top: 136px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__title {
        padding-top:0;
        font-size: 46px;
        line-height: 58px
    }
}

@media (min-width: 1920px) {
    .primadonna__aftertaste .aftertaste__title {
        font-size:60px;
        line-height: 75px
    }
}

@-webkit-keyframes cup {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes cup {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.primadonna__aftertaste .aftertaste__cup {
    position: absolute;
    top: -90px;
    right: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

@media (min-width: 568px) {
    .primadonna__aftertaste .aftertaste__cup {
        top:-147px
    }
}

@media (min-width: 768px) {
    .primadonna__aftertaste .aftertaste__cup {
        top:-230px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__cup {
        top:-90px
    }
}

.primadonna__aftertaste .aftertaste__cup img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.primadonna__aftertaste .aftertaste__cup.animationCup {
    -webkit-animation: cup 3s linear infinite;
    animation: cup 3s linear infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.primadonna__aftertaste .aftertaste__items {
    padding-bottom: 74px
}

@media (min-width: 768px) {
    .primadonna__aftertaste .aftertaste__items {
        padding-bottom:178px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__items {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 653px;
        padding-bottom: 63px
    }
}

@media (min-width: 1920px) {
    .primadonna__aftertaste .aftertaste__items {
        width:935px
    }
}

.primadonna__aftertaste .aftertaste__item {
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .primadonna__aftertaste .aftertaste__item {
        margin-bottom:90px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__item {
        width:47.5%;
        margin-bottom: 77px
    }

    .primadonna__aftertaste .aftertaste__item:nth-child(n) {
        margin-right: 5%
    }

    .primadonna__aftertaste .aftertaste__item:nth-child(2n) {
        margin-right: 0
    }
}

@media (min-width: 1920px) {
    .primadonna__aftertaste .aftertaste__item {
        margin-bottom:97px
    }
}

.primadonna__aftertaste .aftertaste__item .item__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .primadonna__aftertaste .aftertaste__item .item__title {
        font-size:48px;
        line-height: 130%;
        margin-bottom: 18px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__item .item__title {
        font-size:32px;
        text-align: left
    }
}

@media (min-width: 1920px) {
    .primadonna__aftertaste .aftertaste__item .item__title {
        font-size:40px;
        margin-bottom: 24px
    }
}

.primadonna__aftertaste .aftertaste__item .item__text {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    margin-bottom: 18px
}

@media (min-width: 768px) {
    .primadonna__aftertaste .aftertaste__item .item__text {
        font-size:32px;
        line-height: 130%;
        margin-bottom: 56px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__item .item__text {
        font-size:20px;
        text-align: left;
        margin-bottom: 30px
    }
}

@media (min-width: 1920px) {
    .primadonna__aftertaste .aftertaste__item .item__text {
        font-size:25px
    }
}

.primadonna__aftertaste .aftertaste__item .item__img {
    width: 100%
}

.primadonna__aftertaste .aftertaste__item .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 20px
}

@media (min-width: 375px) {
    .primadonna__aftertaste .aftertaste__item .item__img img {
        border-radius:27px
    }
}

@media (min-width: 414px) {
    .primadonna__aftertaste .aftertaste__item .item__img img {
        border-radius:32px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__item:nth-child(2) .item__text {
        margin-bottom:83px
    }
}

@media (min-width: 1920px) {
    .primadonna__aftertaste .aftertaste__item:nth-child(2) .item__text {
        margin-bottom:61px
    }
}

@media (min-width: 1024px) {
    .primadonna__aftertaste .aftertaste__item:nth-child(3) .item__text {
        margin-bottom:46px
    }
}

@media (min-width: 1920px) {
    .primadonna__aftertaste .aftertaste__item:nth-child(3) .item__text {
        margin-bottom:85px
    }
}

.primadonna__ideal {
    padding-bottom: 52px;
    background-color: #fff
}

.primadonna__ideal .ideal__title {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #0d2a4e;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__title {
        font-size:48px;
        line-height: 60px;
        padding-top: 70px;
        margin-bottom: 50px;
        width: 515px
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__title {
        font-size:56px;
        line-height: 70px;
        padding-top: 96px;
        margin-bottom: 95px;
        width: 100%
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__title {
        font-size:75px;
        line-height: 94px;
        padding-top: 166px;
        margin-bottom: 145px
    }
}

.primadonna__ideal .ideal__swiper .swiper-wrapper {
    height: auto
}

.primadonna__ideal .ideal__swiper .swiper-pagination .swiper-pagination-bullet {
    background: #0d2a4e;
    opacity: .5;
    width: 10px;
    height: 10px;
    outline: 0;
    margin-right: 30px
}

.primadonna__ideal .ideal__swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffb932;
    border: 0
}

.primadonna__ideal .ideal__swiper .swiper-button-next,.primadonna__ideal .ideal__swiper .swiper-button-prev {
    top: 200px
}

@media (max-width: 1023px) {
    .primadonna__ideal .ideal__swiper .swiper-button-next,.primadonna__ideal .ideal__swiper .swiper-button-prev {
        display:none
    }
}

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

.primadonna__ideal .ideal__content .content__titles {
    padding-right: 5px
}

.primadonna__ideal .ideal__content .content__titles .titles__row-img {
    height: 262px
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row-img {
        height:401px
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row-img {
        height:424px
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row-img {
        height:542px
    }
}

.primadonna__ideal .ideal__content .content__titles .titles__row p {
    font-family: Futura New;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0d2a4e;
    height: 40px;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row p {
        font-size:20px;
        line-height: 20px;
        height: 70px
    }
}

@media (min-width: 1024px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row p {
        height:105px;
        font-size: 22px;
        line-height: 23px;
        font-weight: 600
    }
}

@media (min-width: 1112px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row p {
        height:70px;
        font-size: 20px;
        line-height: 20px
    }
}

@media (min-width: 1280px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row p {
        height:45px;
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row p {
        height:55px
    }
}

@media (min-width: 1500px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row p {
        height:50px
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__content .content__titles .titles__row p {
        font-size:22px;
        line-height: 24px;
        height: 65px;
        margin-bottom: 0
    }
}

@media (min-width: 1024px) {
    .primadonna__ideal .ideal__content .content__item {
        width:30.25333%
    }

    .primadonna__ideal .ideal__content .content__item:nth-child(n) {
        margin-right: 4.62%
    }

    .primadonna__ideal .ideal__content .content__item:nth-child(3n) {
        margin-right: 0
    }
}

@media (max-width: 1023px) {
    .primadonna__ideal .ideal__content .content__item:not(.swiper-slide-active) .item__row {
        display:none
    }
}

@media (max-width: 1023px) {
    .primadonna__ideal .ideal__content .content__item.swiper-slide-active .item__row {
        min-width:300px;
        -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
        transform: translateX(-10%)
    }
}

@media (max-width: 767px) {
    .primadonna__ideal .ideal__content .content__item.swiper-slide-active .item__row {
        min-width:130px;
        -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
        transform: translateX(5%)
    }
}

.primadonna__ideal .ideal__content .content__item .item__row p {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #0d2a4e;
    height: 40px;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__content .content__item .item__row p {
        font-size:20px;
        line-height: 20px;
        height: 70px
    }
}

@media (min-width: 1024px) {
    .primadonna__ideal .ideal__content .content__item .item__row p {
        height:105px;
        font-size: 22px;
        line-height: 23px;
        font-weight: 400
    }
}

@media (min-width: 1112px) {
    .primadonna__ideal .ideal__content .content__item .item__row p {
        height:70px;
        font-size: 20px;
        line-height: 20px
    }
}

@media (min-width: 1280px) {
    .primadonna__ideal .ideal__content .content__item .item__row p {
        height:45px;
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__content .content__item .item__row p {
        height:55px
    }
}

@media (min-width: 1500px) {
    .primadonna__ideal .ideal__content .content__item .item__row p {
        height:50px
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__content .content__item .item__row p {
        font-size:22px;
        line-height: 24px;
        height: 65px;
        margin-bottom: 0
    }
}

.primadonna__ideal .ideal__content .content__item .item__row a,.primadonna__ideal .ideal__content .content__item .item__row span.item__order-disable {
    background: #ffb932;
    border-radius: 50px;
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    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: #01244e;
    height: 32px;
    margin-bottom: 15px
}

@media (min-width: 375px) {
    .primadonna__ideal .ideal__content .content__item .item__row a,.primadonna__ideal .ideal__content .content__item .item__row span.item__order-disable {
        width:130px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__content .content__item .item__row a,.primadonna__ideal .ideal__content .content__item .item__row span.item__order-disable {
        font-size:25px;
        line-height: 38px;
        width: 90%;
        height: 50px
    }
}

@media (min-width: 1024px) {
    .primadonna__ideal .ideal__content .content__item .item__row a,.primadonna__ideal .ideal__content .content__item .item__row span.item__order-disable {
        height:60px
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__content .content__item .item__row a,.primadonna__ideal .ideal__content .content__item .item__row span.item__order-disable {
        font-size:28px;
        line-height: 35px;
        width: 230px
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__content .content__item .item__row a,.primadonna__ideal .ideal__content .content__item .item__row span.item__order-disable {
        width:307px;
        font-size: 30px;
        line-height: 38px
    }
}

.primadonna__ideal .ideal__content .content__item .item__row .item__order-disable {
    cursor: default;
    opacity: .5
}

.primadonna__ideal .ideal__content .content__item .item__row:nth-last-child(-n+2) p {
    border-bottom: none
}

.primadonna__ideal .ideal__content .content__item .item__img {
    height: 154px;
    margin-bottom: 15px;
    opacity: .5;
    margin-top: 39px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__content .content__item .item__img {
        height:285px;
        margin-bottom: 30px;
        margin-top: 25px
    }
}

@media (min-width: 1024px) {
    .primadonna__ideal .ideal__content .content__item .item__img {
        opacity:1
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__content .content__item .item__img {
        height:320px;
        margin-bottom: 14px
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__content .content__item .item__img {
        height:426px;
        margin-bottom: 24px
    }
}

.primadonna__ideal .ideal__content .content__item .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.primadonna__ideal .ideal__content .content__item .item__row-img p {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #59a5d0;
    margin-bottom: 36px
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__content .content__item .item__row-img p {
        font-size:25px;
        line-height: 31px;
        margin-bottom: 30px
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__content .content__item .item__row-img p {
        font-size:22px;
        line-height: 28px;
        margin-bottom: 34px
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__content .content__item .item__row-img p {
        font-size:26px;
        line-height: 33px;
        margin-bottom: 34px
    }
}

.primadonna__ideal .ideal__content .content__item .item__price {
    font-family: Futura New;
    font-style: normal;
    font-weight: 600!important;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #0d2a4e
}

@media (min-width: 768px) {
    .primadonna__ideal .ideal__content .content__item .item__price {
        font-size:25px;
        line-height: 30px
    }
}

@media (min-width: 1440px) {
    .primadonna__ideal .ideal__content .content__item .item__price {
        font-size:26px;
        line-height: 31px
    }
}

@media (min-width: 1920px) {
    .primadonna__ideal .ideal__content .content__item .item__price {
        font-size:30px;
        line-height: 36px
    }
}

.primadonna__ideal .ideal__content .content__item.swiper-slide-active .item__img {
    opacity: 1
}

.primadonna__ideal .ideal__content .content__item.swiper-slide-active .item__img img {
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 767px) {
    .primadonna__ideal .ideal__content .swiper-button-next,.primadonna__ideal .ideal__content .swiper-button-prev {
        display:none
    }
}

.primadonna.white {
    background-color: #fff
}

.rejection {
    padding-top: 50px;
    padding-bottom: 60px
}

.rejection__wrap {
    background-color: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 0) {
    .rejection__wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (min-width: 1200px) {
    .rejection__wrap {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.rejection__img {
    max-width: 100%
}

@media (min-width: 1200px) {
    .rejection__img {
        max-width:694px
    }
}

.rejection__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.rejection__content {
    padding: 40px 20px
}

@media (min-width: 768px) {
    .rejection__content {
        padding:54px 27px 60px 29px
    }
}

@media (min-width: 1200px) {
    .rejection__content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.rejection__content .content__title {
    font-size: 24px;
    line-height: 123%;
    text-align: center;
    color: #071a33;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .rejection__content .content__title {
        font-size:36px;
        line-height: 123%;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .rejection__content .content__title {
        text-align:left;
        margin-bottom: 25px
    }
}

.rejection__content .content__text {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #071a33;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .rejection__content .content__text {
        font-size:20px;
        line-height: 145%;
        width: 400px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 1200px) {
    .rejection__content .content__text {
        width:346px;
        margin-right: 0;
        margin-left: 0;
        text-align: left;
        margin-bottom: 25px
    }
}

.rejection__content .content__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .rejection__content .content__button {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (min-width: 1200px) {
    .rejection__content .content__button {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.rejection__content .content__button .button__tryagain {
    background: #b00000;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 145%;
    text-align: center;
    color: #fff;
    padding: 11px 0 13px 0;
    width: 100%;
    margin-bottom: 20px;
    text-decoration: none
}

@media (min-width: 768px) {
    .rejection__content .content__button .button__tryagain {
        margin-bottom:0;
        font-size: 20px;
        line-height: 145%;
        padding: 15px 0 16px 0;
        width: 280px;
        height: 60px
    }
}

@media (min-width: 1200px) {
    .rejection__content .content__button .button__tryagain {
        width:270px;
        margin-bottom: 20px
    }
}

.rejection__content .content__button .button__chooseother {
    width: 100%;
    border: 1px solid #b00000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #b00000;
    padding: 11px 0 10px 0;
    text-decoration: none
}

@media (min-width: 768px) {
    .rejection__content .content__button .button__chooseother {
        margin-right:30px;
        padding: 15px 0 16px 0;
        width: 280px;
        height: 60px
    }
}

@media (min-width: 1200px) {
    .rejection__content .content__button .button__chooseother {
        margin-right:0;
        width: 270px
    }
}

.sales-banner {
    font-family: PT Sans
}

.sales-banner .first-screen__content {
    padding-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sales-banner .first-screen__inner {
    max-width: 370px
}

@media screen and (max-width: 767px) {
    .sales-banner .first-screen__inner {
        max-width:250px
    }
}

.sales-banner .first-screen__title {
    font-size: 40px;
    line-height: 132%;
    text-transform: none;
    text-align: left
}

@media screen and (max-width: 767px) {
    .sales-banner .first-screen__title {
        font-size:24px;
        line-height: 123%
    }
}

.sales-banner .first-screen__image:after {
    background: 0 0
}

.sales-banner .first-screen__subtitle {
    font-size: 18px;
    line-height: 145%;
    text-align: left
}

@media screen and (max-width: 767px) {
    .sales-banner .first-screen__subtitle {
        font-size:16px;
        line-height: 130%
    }
}

.sales-banner .timer {
    font-size: 0;
    text-align: center;
    width: 335px;
    height: 110px;
    background: #f7f7f7;
    border-radius: 12px;
    padding: 20px 25px
}

@media screen and (max-width: 767px) {
    .sales-banner .timer {
        width:250px;
        height: 90px;
        padding: 20px 15px
    }
}

.sales-banner .timer_section {
    display: inline-block;
    vertical-align: top
}

.sales-banner .timer_section>div {
    display: inline-block;
    vertical-align: top;
    font-size: 40px;
    line-height: 132%;
    color: #071a33;
    margin: 0 1px;
    border-radius: 2px
}

@media screen and (max-width: 767px) {
    .sales-banner .timer_section>div {
        font-size:24px;
        line-height: 123%
    }
}

.sales-banner .timer_section>div.timer_section_desc {
    display: block;
    background: 0 0;
    color: #8693a2;
    font-size: 14px;
    line-height: 145%
}

@media screen and (max-width: 767px) {
    .sales-banner .timer_section>div.timer_section_desc {
        font-size:12px;
        line-height: 145%
    }
}

.sales-banner .timer_delimetr {
    display: inline-block;
    vertical-align: top;
    font-size: 40px;
    line-height: 132%;
    margin: 0 10px;
    color: #071a33
}

@media screen and (max-width: 767px) {
    .sales-banner .timer_delimetr {
        font-size:24px;
        line-height: 123%
    }
}

.sales-regulations .regulations {
    margin: 60px 0 0
}

@media screen and (max-width: 767px) {
    .sales-regulations .regulations {
        margin:40px 0 0
    }
}

.sales-regulations .regulations__title {
    font-size: 36px;
    line-height: 123%;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .sales-regulations .regulations__title {
        font-size:24px;
        line-height: 123%;
        margin-bottom: 20px
    }
}

.sales-regulations .regulations__text {
    font-size: 18px;
    line-height: 145%
}

@media screen and (max-width: 767px) {
    .sales-regulations .regulations__text {
        font-size:16px;
        line-height: 130%
    }
}

.products-list {
    margin-top: 60px
}

@media screen and (max-width: 767px) {
    .products-list {
        margin-top:40px
    }
}

.products-list__title {
    font-size: 36px;
    line-height: 123%;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .products-list__title {
        font-size:24px;
        line-height: 123%;
        margin-bottom: 20px
    }
}

.modal-custom {
    max-width: 800px;
    width: calc(100%);
    height: 493px;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 30px;
    margin: 0 auto;
    z-index: 1001;
    position: fixed;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (max-width: 800px) {
    .modal-custom {
        max-width:550px
    }
}

@media (max-width: 535px) {
    .modal-custom {
        max-width:312px;
        height: 500px;
        top: 50%
    }
}

.modal-custom__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 24px
}

.modal-custom__header .label-popup {
    width: 191px;
    height: 32px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #141414
}

@media (max-width: 535px) {
    .modal-custom__header .label-popup {
        font-size:18px
    }
}

.modal-custom__header .close-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-right: 9px
}

.modal-custom__header .close-block .label-btn {
    margin-right: 20px;
    width: 56px;
    height: 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 146.28%;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #071a33
}

@media (max-width: 535px) {
    .modal-custom__header .close-block .label-btn {
        display:none
    }
}

.modal-custom__header .close-block .btn-close {
    cursor: pointer
}

.modal-custom__window {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 307px;
    z-index: 498
}

.modal-custom__window .main {
    width: 100%;
    height: 100%;
    max-height: 307px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(79.76%,#f9f9f9),to(rgba(249,249,249,0)));
    background: -o-linear-gradient(bottom,#f9f9f9 79.76%,rgba(249,249,249,0) 100%);
    background: linear-gradient(0deg,#f9f9f9 79.76%,rgba(249,249,249,0) 100%);
    z-index: 498;
    -webkit-overflow-scrolling: touch
}

@media (min-width: 800px) {
    .modal-custom__window .main {
        padding-right:0
    }
}

@media (max-width: 800px) {
    .modal-custom__window .main {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 25px
    }
}

@media (max-width: 535px) {
    .modal-custom__window .main {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0
    }
}

.modal-custom__window .main::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.modal-custom__window .main::-webkit-scrollbar-track {
    background-color: #eaeaea
}

.modal-custom__window .main::-webkit-scrollbar-thumb {
    background: #b00000;
    border-radius: 4px
}

.modal-custom__window .main .item-product {
    width: 100%;
    height: 100%;
    max-height: 220px;
    max-width: 220px;
    background: #fff;
    border-radius: 12px;
    position: relative;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -moz-transform: perspective(1200px);
    margin-bottom: 20px
}

@media (min-width: 800px) {
    .modal-custom__window .main .item-product {
        margin-right:24px
    }
}

.modal-custom__window .main .item-product .front,.modal-custom__window .main .item-product .back {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    padding: 18px;
    z-index: 499
}

.modal-custom__window .main .item-product .front .info-btn,.modal-custom__window .main .item-product .back .info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.modal-custom__window .main .item-product .front .info-btn .btn-show-info,.modal-custom__window .main .item-product .back .info-btn .btn-show-info {
    position: absolute;
    z-index: 500;
    width: 15px;
    height: 15px;
    cursor: pointer
}

.modal-custom__window .main .item-product .front .content .img-product,.modal-custom__window .main .item-product .back .content .img-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-custom__window .main .item-product .front .content .title,.modal-custom__window .main .item-product .back .content .title {
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #333;
    width: 100%;
    max-width: 135px;
    text-align: left;
    height: 34px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top: 10px;
    text-align: left
}

.modal-custom__window .main .item-product .front .content .product__usable,.modal-custom__window .main .item-product .back .content .product__usable {
    position: absolute;
    right: 18px;
    bottom: 19px
}

.modal-custom__window .main .item-product .front .content .product__usable .product__add,.modal-custom__window .main .item-product .back .content .product__usable .product__add {
    background: #b00000;
    border: 0;
    outline: 0;
    height: 16px;
    width: 16px;
    padding: 4px;
    line-height: 0;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-custom__window .main .item-product .front .content .product__usable .product__add svg,.modal-custom__window .main .item-product .back .content .product__usable .product__add svg {
    width: 7px;
    height: 8px
}

.modal-custom__window .main .item-product .front .content .product__usable .product_counter,.modal-custom__window .main .item-product .back .content .product__usable .product_counter {
    background: #eaeaea;
    border-radius: 12px;
    padding: 6px;
    height: 26px;
    width: 48px;
    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
}

.modal-custom__window .main .item-product .front .content .product__usable .product_counter button,.modal-custom__window .main .item-product .back .content .product__usable .product_counter button {
    padding: 0;
    border: 0;
    outline: 0;
    height: 8px;
    width: 8px;
    background: 0 0;
    line-height: 0
}

.modal-custom__window .main .item-product .front .content .product__usable .product_counter .disabled,.modal-custom__window .main .item-product .back .content .product__usable .product_counter .disabled {
    display: block!important
}

.modal-custom__window .main .item-product .front .content .product__usable .product_counter .quantity__input,.modal-custom__window .main .item-product .back .content .product__usable .product_counter .quantity__input {
    line-height: 14px;
    font-weight: 700;
    font-size: 12px;
    display: block;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #b00000;
    width: 20px;
    height: 14px
}

.modal-custom__window .main .item-product .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-custom__window .main .item-product .back .header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px
}

.modal-custom__window .main .item-product .back .header-block .title {
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    color: #333;
    max-width: 130px
}

.modal-custom__window .main .item-product .back .header-block .btn-back {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 500;
    cursor: pointer
}

.modal-custom__window .main .item-product .back .description {
    font-weight: 400;
    font-size: 11px;
    line-height: 160%;
    max-height: 104px;
    overflow: hidden
}

.modal-custom__window .main .item-product .back .product__usable {
    position: absolute;
    right: 18px;
    bottom: 18px
}

.modal-custom__window .main .item-product .back .product__usable .product__add {
    background: #b00000;
    border: 0;
    outline: 0;
    height: 16px;
    width: 16px;
    padding: 4px;
    line-height: 0;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-custom__window .main .item-product .back .product__usable .product__add svg {
    width: 7px;
    height: 8px
}

.modal-custom__window .main .item-product .back .product__usable .product_counter {
    background: #eaeaea;
    border-radius: 12px;
    padding: 6px;
    height: 26px;
    width: 48px;
    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
}

.modal-custom__window .main .item-product .back .product__usable .product_counter button {
    padding: 0;
    border: 0;
    outline: 0;
    height: 8px;
    width: 8px;
    background: 0 0;
    line-height: 0
}

.modal-custom__window .main .item-product .back .product__usable .product_counter .disabled {
    display: block!important
}

.modal-custom__window .main .item-product .back .product__usable .product_counter .quantity__input {
    line-height: 14px;
    font-weight: 700;
    font-size: 12px;
    display: block;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #b00000;
    width: 20px;
    height: 14px
}

.modal-custom__window .main .item-product .radio-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    z-index: 500;
    position: absolute;
    bottom: 0;
    right: 17.5px
}

.modal-custom__window .main .item-product .radio-button .payment-method__input {
    border: 0
}

.modal-custom__window .main .item-product .radio-button input[type=radio]:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -3px;
    left: -1px;
    position: relative;
    background: #eaeaea;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0
}

.modal-custom__window .main .item-product .radio-button input[type=radio]:checked:after {
    width: 17px;
    height: 17px;
    border-radius: 16px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #b00000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #eaeaea
}

@media (max-width: 410px) {
    .modal-custom__window .main .item-product .radio-button input[type=radio]:checked:after {
        width:17px;
        height: 17px
    }
}

.modal-custom__window .main .item-product .front {
    background-color: #fff;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.modal-custom__window .main .item-product .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.modal-custom__window .layer-gradient {
    position: absolute;
    height: 13%;
    width: 100%;
    bottom: -2px;
    right: 10px;
    z-index: 2;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(50%,#f9f9f9),to(rgba(249,249,249,0)));
    background: -o-linear-gradient(bottom,#f9f9f9 50%,rgba(249,249,249,0) 100%);
    background: linear-gradient(0deg,#f9f9f9 50%,rgba(249,249,249,0) 100%)
}

.modal-custom__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px
}

@media (max-width: 535px) {
    .modal-custom__footer {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.modal-custom__footer .order-lists {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #071a33;
    width: 345px;
    height: 20px
}

@media (max-width: 535px) {
    .modal-custom__footer .order-lists {
        margin-bottom:5px
    }
}

.modal-custom__footer .order-lists .order-num,.modal-custom__footer .order-lists .order-num-all {
    color: #b00000;
    font-weight: 700
}

.modal-custom__footer .btn-presents {
    outline: 0;
    border: 0;
    width: 213px;
    height: 52px;
    background: #b00000;
    border-radius: 40px;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff
}

.overlay-modal-custom {
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.28)
}

.custom-modal #WindowManager_WindowContainer .show .modal-content {
    padding: 0!important;
    width: 100px
}

.newDinamica {
    width: 100%;
    margin: 0 auto;
    font-family: Noto Sans,sans-serif;
    background: #fff;
    max-width: 1280px
}

@media (min-width: 1920px) {
    .newDinamica {
        max-width:1200px
    }
}

.newDinamica__section-third-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "section-1-block-1 section-1-block-2 section-1-block-3"
}

@media (max-width: 1023px) {
    .newDinamica__section-third-columns {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "section-1-block-1 section-1-block-1" "section-1-block-3 section-1-block-2"
    }
}

@media (max-width: 767px) {
    .newDinamica__section-third-columns {
        grid-template-rows:230px 230px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-third-columns {
        grid-template-rows:380px
    }
}

.newDinamica__section-third-columns__list-product {
    background: #cdb5a7;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 54px;
    padding: 19px 79px 19px 86px;
    width: 100%
}

.newDinamica__section-third-columns__list-product__item {
    width: 100%;
    max-width: 104px
}

@media (max-width: 767px) {
    .newDinamica__section-third-columns__list-product__item {
        max-width:67px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-third-columns__list-product__item {
        max-width:110px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-third-columns__list-product__item {
        max-width:104px
    }
}

.newDinamica__section-third-columns__list-product__item img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.newDinamica__section-third-columns__text-content {
    background: #fffc;
    padding: 44px 55px;
    width: 100%
}

@media (min-width: 1280px) {
    .newDinamica__section-third-columns__text-content {
        max-width:427px
    }
}

.newDinamica__section-third-columns__text-content__head {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    text-transform: uppercase;
    color: #b00000
}

.newDinamica__section-third-columns__text-content__main {
    font-weight: 400;
    font-size: 27px;
    line-height: 140%;
    color: #b00000;
    padding-top: 15px;
    width: 100%;
    max-width: 270px
}

.newDinamica__section-third-columns__text-content__main .bold {
    font-weight: 700;
    font-size: 27px;
    line-height: 140%;
    color: #b00000
}

.newDinamica__section-third-columns__text-content__btn a {
    width: 100%;
    max-width: 218px;
    height: 59px;
    background: #b00000;
    border-radius: 50px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 35px;
    text-decoration: none;
    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
}

@media (max-width: 768px) {
    .newDinamica__section-third-columns__text-content__btn a {
        margin-top:27px
    }
}

.newDinamica__section-third-columns__img {
    width: 100%;
    position: relative
}

@media (min-width: 1280px) {
    .newDinamica__section-third-columns__img {
        max-width:426px
    }
}

.newDinamica__section-third-columns__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 700;
    color: #fff;
    opacity: .7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 19px 15px 25px
}

@media (min-width: 768px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text {
        padding:34px 20px 34px 40px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text {
        padding:21px 44px 12px 21px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text {
        padding:6px 19px 6px 17px
    }
}

.newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .coffee-is {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    line-height: 27px
}

@media (min-width: 768px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .coffee-is {
        font-size:42px;
        line-height: 57px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .coffee-is {
        font-size:36px;
        line-height: 49px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .coffee-is {
        font-size:48px;
        line-height: 65px
    }
}

.newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .delonghi {
    font-size: 23px;
    line-height: 31px
}

@media (min-width: 768px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .delonghi {
        font-size:57px;
        line-height: 78px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .delonghi {
        font-size:50px;
        line-height: 68px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-third-columns__img .newDinamica__section-third-columns__img-text .delonghi {
        font-size:64px;
        line-height: 87px
    }
}

.newDinamica__section-third-columns .section-1-block-1 {
    grid-area: section-1-block-1
}

@media (max-width: 1023px) {
    .newDinamica__section-third-columns .section-1-block-1 {
        max-width:100%;
        background: #cdb5a7;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 10px;
        padding: 55px 25px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-third-columns .section-1-block-1 {
        grid-column-gap:63px;
        padding: 90px 68px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-third-columns .section-1-block-1 {
        grid-column-gap:48px;
        grid-row-gap: 39px;
        padding: 35px 72px 38px 72px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-third-columns .section-1-block-1 {
        grid-column-gap:54px;
        grid-row-gap: 12px;
        padding: 15px 79px 19px 86px
    }
}

.newDinamica__section-third-columns .section-1-block-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    grid-area: section-1-block-2
}

.newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__head .bold {
    font-weight: 700;
    color: #ff8200
}

@media (max-width: 767px) {
    .newDinamica__section-third-columns .section-1-block-2 {
        padding:19px 25px 19px 17px;
        max-width: 100%
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size: 10px;
        line-height: 15px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size: 12px;
        line-height: 18px;
        padding-top: 15px;
        width: 100%;
        max-width: 132px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 12px;
        line-height: 18px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__btn a {
        width: 100%;
        max-width: 120px;
        height: 38px;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-third-columns .section-1-block-2 {
        padding:35px 40px 34px 40px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size: 14px;
        line-height: 20px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size: 24px;
        line-height: 36px;
        width: 100%;
        max-width: 304px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 24px;
        line-height: 36px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-third-columns .section-1-block-2 {
        padding:37px 38px 36px 41px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main {
        width: 100%;
        font-size: 22px;
        line-height: 150%;
        max-width: 248px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 22px;
        line-height: 150%
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__btn a {
        margin-top: 15px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-third-columns .section-1-block-2 {
        padding:25px 30px 24px 30px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size: 16px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main {
        width: 100%;
        font-size: 27px;
        line-height: 38px;
        max-width: 340px;
        padding-top: 7px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-size: 27px;
        line-height: 38px
    }

    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__btn a {
        margin-top: 18px
    }
}

.newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__small {
    width: 100%;
    font-size: 9px;
    line-height: 12px;
    max-width: 135px;
    margin-top: 12px
}

@media (min-width: 768px) {
    .newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__small {
        margin-top:9px;
        font-size: 12px;
        line-height: 18px;
        max-width: 319px
    }
}

.newDinamica__section-third-columns .section-1-block-2 .newDinamica__section-third-columns__text-content__small .bold {
    color: #ff8200;
    font-weight: 700
}

.newDinamica__section-third-columns .section-1-block-3 {
    grid-area: section-1-block-3
}

@media (max-width: 767px) {
    .newDinamica__section-third-columns.newDinamica_first {
        grid-template-rows:230px 285px
    }
}

@media (max-width: 1023px) {
    .newDinamica .one-first-column {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "section-3-block-1 section-3-block-1" "section-3-block-3 section-3-block-2"
    }
}

@media (min-width: 768px) {
    .newDinamica .one-first-column {
        max-width:100%;
        grid-template-areas: "section-3-block-1 section-3-block-1" " section-3-block-2 section-3-block-3"
    }
}

@media (min-width: 1024px) {
    .newDinamica .one-first-column {
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "section-3-block-1 section-3-block-2 section-3-block-3"
    }
}

.newDinamica .one-first-column .section-3-block-1 {
    grid-area: section-3-block-1;
    position: relative
}

@media (max-width: 1023px) {
    .newDinamica .one-first-column .section-3-block-1 {
        max-width:100%
    }
}

.newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 {
    position: absolute;
    max-width: 110px;
    font-weight: 700;
    color: #b00000;
    top: 30px;
    right: 24px
}

@media (min-width: 768px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 {
        max-width:192px;
        top: 65px;
        right: 59px
    }
}

@media (min-width: 1024px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 {
        max-width:132px;
        top: 63px;
        right: 9px
    }
}

@media (min-width: 1280px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 {
        max-width:192px;
        top: 72px;
        right: 25px
    }
}

.newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .coffee-is {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 3px
}

@media (min-width: 768px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .coffee-is {
        font-size:32px;
        line-height: 44px
    }
}

@media (min-width: 1024px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .coffee-is {
        font-size:22px;
        line-height: 30px
    }
}

@media (min-width: 1280px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .coffee-is {
        font-size:32px;
        line-height: 44px
    }
}

.newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .delonghi {
    font-size: 20px;
    line-height: 27px
}

@media (min-width: 768px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .delonghi {
        font-size:37px;
        line-height: 50px
    }
}

@media (min-width: 1024px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .delonghi {
        font-size:25px;
        line-height: 34px
    }
}

@media (min-width: 1280px) {
    .newDinamica .one-first-column .section-3-block-1 .newDinamica__section-third-columns__img-text-3 .delonghi {
        font-size:37px;
        line-height: 50px
    }
}

.newDinamica .one-first-column .section-3-block-2 {
    grid-area: section-3-block-2;
    padding: 57px 19px 56px 24px
}

@media (min-width: 768px) {
    .newDinamica .one-first-column .section-3-block-2 {
        padding:85px 40px 79px 40px
    }
}

@media (min-width: 1024px) {
    .newDinamica .one-first-column .section-3-block-2 {
        padding:85px 40px 85px 40px
    }
}

@media (min-width: 1280px) {
    .newDinamica .one-first-column .section-3-block-2 {
        padding:72px 47px 75px 40px
    }
}

.newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__head {
    font-size: 10px;
    line-height: 12px
}

@media (min-width: 768px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size:14px;
        line-height: 31px
    }
}

@media (min-width: 1280px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size:16px
    }
}

.newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main {
    font-size: 12px;
    line-height: 18px;
    padding-top: 15px;
    width: 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size:24px;
        line-height: 36px
    }
}

@media (min-width: 1024px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size:23px;
        line-height: 34px
    }
}

@media (min-width: 1280px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size:27px;
        line-height: 140%;
        max-width: 300px
    }
}

.newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main .bold {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px
}

@media (min-width: 768px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-size:24px;
        line-height: 36px
    }
}

@media (min-width: 1024px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-size:23px;
        line-height: 34px
    }
}

@media (min-width: 1280px) {
    .newDinamica .one-first-column .section-3-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-size:27px;
        line-height: 140%
    }
}

.newDinamica .one-first-column .section-3-block-3 {
    grid-area: section-3-block-3
}

.newDinamica__section-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "section-2-block-1 section-2-block-2"
}

@media (max-width: 767px) {
    .newDinamica__section-two-columns {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "section-2-block-2 section-2-block-1";
        grid-template-rows: 230px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-two-columns {
        grid-template-rows:380px
    }
}

.newDinamica__section-two-columns__text-content {
    background: #cdb5a7;
    padding: 72px 82px;
    width: 100%;
    max-width: 640px
}

@media (max-width: 767px) {
    .newDinamica__section-two-columns__text-content {
        padding:32px 25px 32px 19px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-two-columns__text-content {
        padding:70px 40px 71px 40px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-two-columns__text-content {
        padding:94px 40px 90px 40px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-two-columns__text-content {
        padding:53px 178px 53px 82px
    }
}

.newDinamica__section-two-columns__text-content__head {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    text-transform: uppercase;
    color: #b00000;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .newDinamica__section-two-columns__text-content__head {
        font-size:10px;
        line-height: 12px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-two-columns__text-content__head {
        font-size:14px;
        line-height: 19px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-two-columns__text-content__head {
        font-size:16px;
        line-height: 31px
    }
}

.newDinamica__section-two-columns__text-content__main {
    font-weight: 400;
    font-size: 27px;
    line-height: 140%;
    color: #b00000;
    padding-top: 15px;
    width: 100%;
    max-width: 315px
}

@media (max-width: 767px) {
    .newDinamica__section-two-columns__text-content__main {
        font-size:12px;
        line-height: 18px;
        padding-top: 15px;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .newDinamica__section-two-columns__text-content__main {
        font-size:24px;
        line-height: 34px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-two-columns__text-content__main {
        font-size:22px;
        line-height: 33px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-two-columns__text-content__main {
        max-width:370px;
        font-size: 27px;
        line-height: 37px
    }
}

.newDinamica__section-two-columns__text-content__main .bold {
    font-weight: 700;
    font-size: 27px;
    line-height: 140%;
    color: #b00000
}

@media (max-width: 767px) {
    .newDinamica__section-two-columns__text-content__main .bold {
        font-weight:700;
        font-size: 12px;
        line-height: 18px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-two-columns__text-content__main .bold {
        font-size:24px;
        line-height: 34px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-two-columns__text-content__main .bold {
        font-size:22px;
        line-height: 33px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-two-columns__text-content__main .bold {
        font-size:27px;
        line-height: 37px
    }
}

.newDinamica__section-two-columns__img {
    width: 100%;
    max-width: 640px
}

.newDinamica__section-two-columns__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.newDinamica__section-two-columns.newDinamica_couple .newDinamica__section-two-columns__img {
    position: relative
}

.newDinamica__section-two-columns.newDinamica_couple .newDinamica__section-two-columns__img .newDinamica__section-third-columns__img-text-6 {
    position: absolute;
    max-width: 121px;
    left: 24px;
    bottom: 11px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px
}

@media (min-width: 768px) {
    .newDinamica__section-two-columns.newDinamica_couple .newDinamica__section-two-columns__img .newDinamica__section-third-columns__img-text-6 {
        max-width:326px;
        font-size: 26px;
        line-height: 35px;
        left: 40px;
        bottom: 17px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-two-columns.newDinamica_couple .newDinamica__section-two-columns__img .newDinamica__section-third-columns__img-text-6 {
        max-width:451px;
        font-size: 36px;
        line-height: 49px;
        left: 44px;
        bottom: 49px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-two-columns.newDinamica_couple .newDinamica__section-two-columns__img .newDinamica__section-third-columns__img-text-6 {
        max-width:551px;
        font-size: 44px;
        line-height: 60px;
        left: 55px;
        bottom: 32px
    }
}

@media (min-width: 1920px) {
    .newDinamica__section-two-columns.newDinamica_couple .newDinamica__section-two-columns__img .newDinamica__section-third-columns__img-text-6 {
        left:28px;
        bottom: 35px
    }
}

.newDinamica__section-two-columns .section-2-block-1 {
    grid-area: section-2-block-1
}

@media (max-width: 767px) {
    .newDinamica__section-two-columns .section-2-block-1 img {
        width:100%;
        height: auto
    }
}

.newDinamica__section-two-columns .section-2-block-2 {
    grid-area: section-2-block-2
}

@media (max-width: 767px) {
    .newDinamica__section-two-columns .section-2-block-2 {
        padding:57px 19px 56px 24px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__head {
        font-size: 10px;
        line-height: 12px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main {
        font-size: 12px;
        line-height: 18px;
        padding-top: 15px;
        width: 100%;
        max-width: 100%
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 12px;
        line-height: 18px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-two-columns .section-2-block-2 {
        padding:85px 40px 79px 40px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__head {
        font-size: 14px;
        line-height: 31px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main {
        font-size: 24px;
        line-height: 34px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 24px;
        line-height: 34px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-two-columns .section-2-block-2 {
        padding:101px 40px 101px 40px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__head {
        font-size: 14px;
        line-height: 31px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main {
        font-size: 24px;
        line-height: 34px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 24px;
        line-height: 34px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-two-columns .section-2-block-2 {
        padding:72px 178px 72px 82px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__head {
        font-size: 16px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main {
        font-size: 27px;
        line-height: 40px
    }

    .newDinamica__section-two-columns .section-2-block-2 .newDinamica__section-two-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 27px;
        line-height: 40px
    }
}

.newDinamica .section-two-columns-revert .newDinamica__section-two-columns__text-content {
    background: #fffc
}

@media (min-width: 768px) {
    .newDinamica .section-two-columns-revert .newDinamica__section-two-columns__text-content {
        padding:82px 40px
    }
}

@media (min-width: 1024px) {
    .newDinamica .section-two-columns-revert .newDinamica__section-two-columns__text-content {
        padding:85px 40px 84px 40px
    }
}

@media (min-width: 1280px) {
    .newDinamica .section-two-columns-revert .newDinamica__section-two-columns__text-content {
        padding:67px 178px 67px 82px
    }
}

.newDinamica__section-five-columns {
    padding: 24px 0
}

@media (max-width: 767px) {
    .newDinamica__section-five-columns {
        padding:31px 38px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-five-columns {
        padding:40px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-five-columns {
        padding:30px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-five-columns {
        padding:29px 86px 24px 86px
    }
}

.newDinamica__section-five-columns__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .newDinamica__section-five-columns__grid {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }
}

@media (min-width: 768px) {
    .newDinamica__section-five-columns__grid {
        padding-top:5px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-five-columns__grid {
        padding-top:0
    }
}

@media (max-width: 767px) {
    .newDinamica__section-five-columns__grid .first-content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 55px;
        padding-bottom: 28px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-five-columns__grid .first-content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-five-columns__grid .first-content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 52px;
        -moz-column-gap: 52px;
        column-gap: 52px;
        margin-right: 52px
    }
}

@media (max-width: 767px) {
    .newDinamica__section-five-columns__grid .second-content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 768px) {
    .newDinamica__section-five-columns__grid .second-content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-five-columns__grid .second-content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 52px;
        -moz-column-gap: 52px;
        column-gap: 52px
    }
}

.newDinamica__section-five-columns__grid__list {
    width: 100%;
    max-width: 180px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .newDinamica__section-five-columns__grid__list {
        width:100%;
        max-width: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.newDinamica__section-five-columns__grid__list__item img {
    width: 100%;
    height: auto
}

.newDinamica__section-five-columns__grid__list__label {
    padding-top: 12px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #b00000
}

@media (max-width: 767px) {
    .newDinamica__section-five-columns__grid__list__label {
        font-size:9px;
        line-height: 13px
    }
}

.newDinamica__section-five-columns__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.newDinamica__section-five-columns__btn a {
    width: 100%;
    max-width: 218px;
    height: 59px;
    background: #b00000;
    border-radius: 50px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 21px;
    text-decoration: none;
    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
}

@media (max-width: 767px) {
    .newDinamica__section-five-columns__btn a {
        margin-top:36px;
        max-width: 146px;
        height: 44px;
        font-size: 14px;
        line-height: 19px
    }
}

@media (min-width: 768px) {
    .newDinamica__section-five-columns__btn a {
        margin-top:36px;
        max-width: 188px;
        height: 50px;
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-five-columns__btn a {
        margin-top:23px
    }
}

@media (min-width: 1280px) {
    .newDinamica__section-five-columns__btn a {
        margin-top:21px;
        max-width: 218px;
        height: 59px;
        font-size: 22px;
        line-height: 30px
    }
}

@media (max-width: 1023px) {
    .newDinamica .revert-section-third-columns {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "section-5-block-2 section-5-block-1" "section-5-block-3 section-5-block-3"
    }
}

@media (min-width: 768px) {
    .newDinamica .revert-section-third-columns {
        grid-template-areas:"section-5-block-1 section-5-block-2 " "section-5-block-3 section-5-block-3"
    }
}

@media (min-width: 1024px) {
    .newDinamica .revert-section-third-columns {
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "section-5-block-1 section-5-block-2 section-5-block-3"
    }
}

.newDinamica .revert-section-third-columns .section-5-block-1 {
    grid-area: section-5-block-1
}

.newDinamica .revert-section-third-columns .section-5-block-2 {
    grid-area: section-5-block-2
}

@media (max-width: 767px) {
    .newDinamica .revert-section-third-columns .section-5-block-2 {
        padding:31px 19px 30px 24px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size: 10px;
        line-height: 12px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size: 12px;
        line-height: 18px;
        padding-top: 15px;
        width: 100%;
        max-width: 100%
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 12px;
        line-height: 18px
    }
}

@media (min-width: 768px) {
    .newDinamica .revert-section-third-columns .section-5-block-2 {
        padding:52px 40px 47px 40px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size: 14px;
        line-height: 31px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size: 24px;
        line-height: 36px;
        max-width: 304px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 24px;
        line-height: 36px
    }
}

@media (min-width: 1024px) {
    .newDinamica .revert-section-third-columns .section-5-block-2 {
        padding:35px 40px 35px 40px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size: 22px;
        line-height: 33px;
        max-width: 262px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 22px;
        line-height: 33px
    }
}

@media (min-width: 1280px) {
    .newDinamica .revert-section-third-columns .section-5-block-2 {
        padding:53px 47px 53px 40px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__head {
        font-size: 16px;
        line-height: 31px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main {
        font-size: 27px;
        line-height: 37px;
        max-width: 340px
    }

    .newDinamica .revert-section-third-columns .section-5-block-2 .newDinamica__section-third-columns__text-content__main .bold {
        font-weight: 700;
        font-size: 27px;
        line-height: 37px
    }
}

@media (min-width: 1920px) {
    .newDinamica .revert-section-third-columns .section-5-block-2 {
        padding:53px 34px 53px 26px
    }
}

.newDinamica .revert-section-third-columns .section-5-block-3 {
    grid-area: section-5-block-3;
    position: relative
}

@media (max-width: 1023px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 {
        max-width:100%
    }
}

.newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 {
    position: absolute;
    max-width: 120px;
    font-weight: 700;
    color: #fff;
    top: 22px;
    left: 24px
}

@media (min-width: 768px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 {
        max-width:150px;
        top: 58px;
        left: 157px
    }
}

@media (min-width: 1024px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 {
        max-width:132px;
        top: 50px;
        left: 8px
    }
}

@media (min-width: 1280px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 {
        max-width:150px;
        top: 64px;
        left: 9px
    }
}

@media (min-width: 1920px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 {
        top:65px;
        left: 21px
    }
}

.newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .coffee-is {
    font-size: 20px;
    line-height: 27px
}

@media (min-width: 768px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .coffee-is {
        font-size:25px;
        line-height: 34px
    }
}

@media (min-width: 1024px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .coffee-is {
        font-size:22px;
        line-height: 30px
    }
}

@media (min-width: 1280px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .coffee-is {
        font-size:25px;
        line-height: 34px
    }
}

.newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .delonghi {
    font-size: 23px;
    line-height: 31px
}

@media (min-width: 768px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .delonghi {
        font-size:29px;
        line-height: 39px
    }
}

@media (min-width: 1024px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .delonghi {
        font-size:25px;
        line-height: 34px
    }
}

@media (min-width: 1280px) {
    .newDinamica .revert-section-third-columns .section-5-block-3 .newDinamica__section-third-columns__img-text-5 .delonghi {
        font-size:29px;
        line-height: 39px
    }
}

.newDinamica__section-one-column {
    background: #fff;
    padding: 20px 30px
}

@media (max-width: 767px) {
    .newDinamica__section-one-column {
        padding:20px 0
    }
}

@media (min-width: 768px) {
    .newDinamica__section-one-column {
        padding:55px 20px;
        max-height: 380px
    }
}

@media (min-width: 1024px) {
    .newDinamica__section-one-column {
        padding:0;
        max-height: 100%
    }
}

.newDinamica__section-one-column img {
    width: 100%;
    height: auto
}

.newDinamica__dinamica-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 38px;
    line-height: 36px;
    text-align: center;
    color: #b00000;
    padding: 92px 0 74px 0
}

@media (min-width: 768px) {
    .newDinamica__dinamica-text {
        padding:75px 65px 68px 78px;
        font-size: 32px;
        line-height: 36px
    }
}

@media (max-width: 767px) {
    .newDinamica__dinamica-text {
        padding:68px 24px;
        font-size: 22px;
        line-height: 28px
    }
}

@media (min-width: 1280px) {
    .newDinamica__dinamica-text {
        padding:86px 0 74px 0;
        font-size: 38px;
        line-height: 36px
    }
}

.newDinamica__dinamica-text .newDinamica__dinamica-text-title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 5px;
    max-width: 270px;
    -ms-flex-item-align: center;
    align-self: center
}

@media (min-width: 768px) {
    .newDinamica__dinamica-text .newDinamica__dinamica-text-title {
        max-width:100%;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 10px
    }
}

@media (min-width: 1280px) {
    .newDinamica__dinamica-text .newDinamica__dinamica-text-title {
        font-size:16px;
        line-height: 22px;
        margin-bottom: 13px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica.swiper-container {
        overflow:visible
    }
}

.newDinamica__order-dinamica__header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

@media (max-width: 1023px) {
    .newDinamica__order-dinamica__header {
        grid-template-columns:1fr 1fr 1fr 1fr 1fr
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica__header {
        grid-template-columns:minmax(182px,1fr) minmax(182px,1fr) minmax(182px,1fr) minmax(182px,1fr) minmax(182px,1fr)
    }
}

@media (min-width: 1920px) {
    .newDinamica__order-dinamica__header {
        grid-template-columns:minmax(179px,1fr) minmax(178px,1fr) minmax(178px,1fr) minmax(178px,1fr) minmax(179px,1fr)
    }
}

.newDinamica__order-dinamica__header__product,.newDinamica__order-dinamica__header__sidebar {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #cdb5a7;
    padding-top: 48px
}

@media (max-width: 1023px) {
    .newDinamica__order-dinamica__header__product,.newDinamica__order-dinamica__header__sidebar {
        padding-top:38px
    }
}

.newDinamica__order-dinamica__header__product:nth-child(2n+1),.newDinamica__order-dinamica__header__sidebar:nth-child(2n+1) {
    background: #fffc
}

.newDinamica__order-dinamica__header__product__img,.newDinamica__order-dinamica__header__sidebar__img {
    margin: 0 auto;
    width: 145px;
    height: 180px
}

.newDinamica__order-dinamica__header__product__img img,.newDinamica__order-dinamica__header__sidebar__img img {
    width: 100%;
    height: auto;
    max-height: 100%
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__header__product__img img,.newDinamica__order-dinamica__header__sidebar__img img {
        max-width:145px
    }
}

.newDinamica__order-dinamica__header__product__label,.newDinamica__order-dinamica__header__sidebar__label {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #b00000;
    padding-top: 21px
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__header__product__label,.newDinamica__order-dinamica__header__sidebar__label {
        padding-top:9px;
        font-size: 9px;
        line-height: 22px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__header__product__label,.newDinamica__order-dinamica__header__sidebar__label {
        padding-top:12px;
        height: 22px
    }
}

.newDinamica__order-dinamica__header__sidebar {
    display: block;
    background: #cdb5a7!important
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__header__sidebar {
        display:none
    }
}

.newDinamica__order-dinamica__header .params-text {
    padding-top: 12px
}

.newDinamica__order-dinamica__main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.newDinamica__order-dinamica__main__list {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 48px
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__list {
        margin-top:26px;
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica__main__list {
        grid-template-columns:minmax(182px,1fr);
        margin-bottom: 24px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__main__list {
        margin-bottom:0
    }
}

.newDinamica__order-dinamica__main__list__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #b00000;
    padding-left: 55px;
    padding-right: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__list__text {
        padding-left:24px;
        padding-right: 26px;
        font-size: 12px;
        line-height: 16px
    }
}

.newDinamica__order-dinamica__main__list__params {
    padding: 0;
    text-align: center;
    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;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 42px;
    text-align: center;
    color: #b00000
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__list__params {
        padding-left:25px;
        padding-right: 25px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 700;
        margin-bottom: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica__main__list__params {
        margin-bottom:37px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__main__list__params {
        margin-bottom:40px;
        height: 22px
    }

    .newDinamica__order-dinamica__main__list__params:last-child {
        margin-top: 7px;
        margin-bottom: 28px
    }
}

.newDinamica__order-dinamica__main__list__params__caption {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #b00000;
    opacity: .7;
    margin-bottom: 7px;
    display: none
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__list__params__caption {
        display:block
    }
}

.newDinamica__order-dinamica__main__list__params a,.newDinamica__order-dinamica__main__list__params button,.newDinamica__order-dinamica__main__list__params span {
    width: 100%;
    max-width: 140px;
    background: #b00000;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 13px 40px;
    z-index: 999;
    pointer-events: auto
}

.newDinamica__order-dinamica__main__list__params a:hover,.newDinamica__order-dinamica__main__list__params button:hover,.newDinamica__order-dinamica__main__list__params span:hover {
    text-decoration: none
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__list__params a,.newDinamica__order-dinamica__main__list__params button,.newDinamica__order-dinamica__main__list__params span {
        font-weight:600;
        font-size: 14px;
        line-height: 19px;
        max-width: 122px;
        padding: 11px 26px;
        width: 101px;
        height: 44px
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica__main__list__params a,.newDinamica__order-dinamica__main__list__params button,.newDinamica__order-dinamica__main__list__params span {
        max-width:153px;
        height: 44px;
        padding: 13px 49px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__main__list__params a,.newDinamica__order-dinamica__main__list__params button,.newDinamica__order-dinamica__main__list__params span {
        max-width:140px;
        height: 44px;
        font-size: 16px;
        line-height: 20px;
        padding: 13px 44px
    }
}

.newDinamica__order-dinamica__main__list .btn,.newDinamica__order-dinamica__main__list .active-filters__link .close-btn,.active-filters__link .newDinamica__order-dinamica__main__list .close-btn,.newDinamica__order-dinamica__main__list .active-filters__button {
    margin: 0;
    margin-bottom: 7px
}

.newDinamica__order-dinamica__main__list .disabled {
    cursor: default
}

.newDinamica__order-dinamica__main__description__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #b00000;
    padding-left: 55px;
    padding-right: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    margin-bottom: 37px
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__description__text {
        padding-left:24px;
        padding-right: 26px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        margin-bottom: 28px
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica__main__description__text {
        padding-left:40px;
        padding-right: 10px;
        font-size: 16px;
        line-height: 21px;
        font-weight: 400;
        margin-bottom: 23px
    }
}

@media (min-width: 1024px) {
    .newDinamica__order-dinamica__main__description__text {
        padding-right:10px;
        margin-bottom: 25px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__main__description__text {
        margin-bottom:24px;
        height: 38px;
        padding-left: 59px;
        padding-right: 42px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__main__description .text-space-top {
        margin-bottom:22px
    }
}

.newDinamica__order-dinamica__main__description .newDinamica__order-dinamica__main-promo-text {
    color: #b00000;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__description .newDinamica__order-dinamica__main-promo-text {
        display:none
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica__main__description .newDinamica__order-dinamica__main-promo-text {
        font-size:12px;
        line-height: 18px;
        max-width: 192px;
        padding-left: 40px;
        margin-top: 30px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__main__description .newDinamica__order-dinamica__main-promo-text {
        padding-left:59px;
        margin-top: 24px;
        max-width: 205px
    }
}

.newDinamica__order-dinamica__main__block {
    height: 220px
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica__main__block {
        height:180px
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica__main__block {
        height:272px
    }
}

@media (min-width: 1024px) {
    .newDinamica__order-dinamica__main__block {
        height:270px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica__main__block {
        height:240px
    }
}

.newDinamica__order-dinamica .swiper-pagination {
    position: absolute;
    border-radius: 16px;
    bottom: 30px;
    background: #fff;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica .swiper-pagination {
        width:235px;
        height: 4px
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica .swiper-pagination {
        width:355px;
        height: 6px
    }
}

@media (min-width: 1024px) {
    .newDinamica__order-dinamica .swiper-pagination {
        width:410px;
        height: 6px
    }
}

@media (min-width: 1280px) {
    .newDinamica__order-dinamica .swiper-pagination {
        display:none
    }
}

.newDinamica__order-dinamica .swiper-pagination .swiper-scrollbar-drag {
    background: #b00000;
    border-radius: 16px
}

@media (max-width: 767px) {
    .newDinamica__order-dinamica .swiper-pagination .swiper-scrollbar-drag {
        width:115px!important
    }
}

@media (min-width: 768px) {
    .newDinamica__order-dinamica .swiper-pagination .swiper-scrollbar-drag {
        width:189px!important;
        height: 6px
    }
}

@media (min-width: 1024px) {
    .newDinamica__order-dinamica .swiper-pagination .swiper-scrollbar-drag {
        width:350px!important;
        height: 6px
    }
}

.newDinamica .footer-slider {
    display: grid
}

@media (max-width: 767px) {
    .newDinamica .footer-slider {
        grid-template-columns:1fr
    }
}

@media (min-width: 768px) {
    .newDinamica .footer-slider {
        grid-template-columns:minmax(175px,248px) minmax(250px,1fr)
    }
}

@media (min-width: 1280px) {
    .newDinamica .footer-slider {
        grid-template-columns:minmax(305px,309px) minmax(250px,1fr);
        grid-template-rows: 705px;
        pointer-events: none
    }
}

.newDinamica .swiper-container {
    margin: 0
}

.premium-service {
    color: #b00000
}

.premium-service .container,.premium-service .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .premium-service .buttons-container {
    margin: 0 auto;
    padding: 0;
    max-width: 1280px
}

@media (min-width: 1920px) {
    .premium-service .container,.premium-service .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .premium-service .buttons-container {
        max-width:1200px
    }
}

.premium-service .service .use-service {
    display: grid;
    grid-template-areas: "title" "text" "image" "button" "remark";
    grid-template-columns: 100%;
    grid-template-rows: auto;
    justify-items: center;
    padding: 30px 24px 26px 24px;
    background-color: #fff
}

@media (min-width: 768px) {
    .premium-service .service .use-service {
        grid-template-areas:"image title" "image text" "image button" "image remark";
        grid-template-columns: 52.4% 47.6%;
        padding: 40px;
        justify-items: self-start
    }
}

@media (min-width: 1024px) {
    .premium-service .service .use-service {
        padding:60px 40px 38px 59px;
        grid-template-columns: 50.7% 49.3%
    }
}

@media (min-width: 1280px) {
    .premium-service .service .use-service {
        padding:80px 77px 42px 64px;
        grid-template-columns: 55% 45%
    }
}

@media (min-width: 1920px) {
    .premium-service .service .use-service {
        padding:80px 37px 42px 35px;
        grid-template-columns: 54.5% 45.5%
    }
}

.premium-service .service .use-service__image {
    grid-area: image;
    margin-top: 20px
}

@media (min-width: 768px) {
    .premium-service .service .use-service__image {
        padding-right:33px;
        padding-top: 20px;
        margin: 0
    }
}

@media (min-width: 1024px) {
    .premium-service .service .use-service__image {
        padding-right:50px;
        padding-top: 30px
    }
}

@media (min-width: 1280px) {
    .premium-service .service .use-service__image {
        padding-right:92px;
        padding-top: 26px
    }
}

@media (min-width: 1920px) {
    .premium-service .service .use-service__image {
        padding-right:81px
    }
}

.premium-service .service .use-service__image img {
    width: 100%
}

.premium-service .service .use-service__title {
    grid-area: title;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .premium-service .service .use-service__title {
        font-size:12px;
        line-height: 17px;
        margin-bottom: 10px
    }
}

@media (min-width: 1024px) {
    .premium-service .service .use-service__title {
        font-size:14px;
        line-height: 31px;
        margin-bottom: 8px
    }
}

@media (min-width: 1280px) {
    .premium-service .service .use-service__title {
        font-size:16px;
        line-height: 31px
    }
}

.premium-service .service .use-service__text {
    grid-area: text;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    text-align: center
}

@media (min-width: 768px) {
    .premium-service .service .use-service__text {
        text-align:left;
        font-size: 24px;
        line-height: 34px
    }
}

@media (min-width: 1024px) {
    .premium-service .service .use-service__text {
        font-size:32px;
        line-height: 45px
    }
}

@media (min-width: 1280px) {
    .premium-service .service .use-service__text {
        font-size:38px;
        line-height: 53px
    }
}

.premium-service .service .use-service__button {
    grid-area: button;
    width: 237px;
    height: 40px;
    background-color: #b00000;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    margin-top: 21px;
    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
}

.premium-service .service .use-service__button:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .premium-service .service .use-service__button {
        width:271px;
        height: 50px;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) {
    .premium-service .service .use-service__button {
        width:330px;
        height: 55px;
        font-size: 18px;
        line-height: 25px;
        margin-top: 30px
    }
}

@media (min-width: 1280px) {
    .premium-service .service .use-service__button {
        width:350px;
        height: 63px;
        font-size: 20px;
        line-height: 27px
    }
}

.premium-service .service .use-service__remarks {
    grid-area: remark;
    margin-top: 28px;
    font-size: 10px;
    line-height: 15px
}

@media (min-width: 768px) {
    .premium-service .service .use-service__remarks {
        margin-top:40px
    }
}

@media (min-width: 1024px) {
    .premium-service .service .use-service__remarks {
        margin-top:50px
    }
}

@media (min-width: 1280px) {
    .premium-service .service .use-service__remarks {
        margin-top:46px
    }
}

.premium-service .service-work__head {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    padding: 30px 0;
    background-color: #fff
}

@media (min-width: 768px) {
    .premium-service .service-work__head {
        font-size:32px;
        line-height: 44px;
        padding: 40px 0 30px 0
    }
}

@media (min-width: 1024px) {
    .premium-service .service-work__head {
        font-size:36px;
        line-height: 49px;
        padding: 60px 0 40px 0
    }
}

@media (min-width: 1280px) {
    .premium-service .service-work__head {
        font-size:46px;
        line-height: 63px;
        padding: 80px 0 60px 0
    }
}

.premium-service .service-work__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 230px
}

@media (min-width: 768px) {
    .premium-service .service-work__row {
        height:380px
    }
}

.premium-service .service-work__row_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.premium-service .service-work__row_left .service-work__text-block {
    padding: 0 23px 0 24px
}

@media (min-width: 768px) {
    .premium-service .service-work__row_left .service-work__text-block {
        padding:0 40px
    }
}

@media (min-width: 1280px) {
    .premium-service .service-work__row_left .service-work__text-block {
        padding:0 110px 0 85px
    }
}

@media (min-width: 1920px) {
    .premium-service .service-work__row_left .service-work__text-block {
        padding:0 70px 0 85px
    }
}

.premium-service .service-work__text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    background-color: #dde5ed;
    padding: 0 13px 0 34px
}

@media (min-width: 768px) {
    .premium-service .service-work__text-block {
        padding:0 40px
    }
}

@media (min-width: 1280px) {
    .premium-service .service-work__text-block {
        padding:0 85px 0 110px
    }
}

@media (min-width: 1920px) {
    .premium-service .service-work__text-block {
        padding:0 85px 0 70px
    }
}

.premium-service .service-work__text-block .service-work__title {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .premium-service .service-work__text-block .service-work__title {
        font-size:14px;
        line-height: 31px
    }
}

@media (min-width: 1280px) {
    .premium-service .service-work__text-block .service-work__title {
        font-size:16px
    }
}

.premium-service .service-work__text-block .service-work__text {
    font-size: 12px;
    line-height: 17px
}

@media (min-width: 768px) {
    .premium-service .service-work__text-block .service-work__text {
        font-size:20px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    .premium-service .service-work__text-block .service-work__text {
        font-size:22px;
        line-height: 31px
    }
}

@media (min-width: 1280px) {
    .premium-service .service-work__text-block .service-work__text {
        font-size:27px;
        line-height: 38px
    }
}

@media (min-width: 768px) {
    .premium-service .service-work__text-block .service-work__text span {
        display:none
    }
}

.premium-service .service-work__text-block .service-work__remark {
    margin-top: 10px;
    font-size: 8px;
    line-height: 140%;
    color: #b00000
}

@media (min-width: 768px) {
    .premium-service .service-work__text-block .service-work__remark {
        font-size:13px
    }
}

@media (min-width: 1024px) {
    .premium-service .service-work__text-block .service-work__remark {
        margin-top:15px;
        font-size: 16px
    }
}

@media (min-width: 1280px) {
    .premium-service .service-work__text-block .service-work__remark {
        margin-top:10px;
        font-size: 18px
    }
}

.premium-service .service-work__image {
    width: 50%
}

.premium-service .service-work__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.premium-service .service-work__button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}

.premium-service .service-work__button-container .service-work__button {
    width: 302px;
    height: 50px;
    background-color: #b00000;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin: 30px 0;
    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
}

@media (min-width: 768px) {
    .premium-service .service-work__button-container .service-work__button {
        width:348px;
        height: 64px;
        font-size: 20px;
        line-height: 27px;
        margin: 40px 0
    }
}

@media (min-width: 1024px) {
    .premium-service .service-work__button-container .service-work__button {
        width:404px;
        height: 70px;
        font-size: 22px;
        line-height: 30px;
        margin: 60px 0
    }
}

@media (min-width: 1280px) {
    .premium-service .service-work__button-container .service-work__button {
        width:440px;
        height: 79px;
        font-size: 25px;
        line-height: 34px
    }
}

.premium-service .service-work__button-container .service-work__button:hover {
    text-decoration: none
}

.premium-service .models {
    padding: 46px 0 60px 0;
    background-color: #dde5ed
}

@media (min-width: 768px) {
    .premium-service .models {
        padding:40px 0
    }
}

@media (min-width: 1024px) {
    .premium-service .models {
        padding:60px 15px
    }
}

@media (min-width: 1280px) {
    .premium-service .models {
        padding:80px 0
    }
}

@media (min-width: 1920px) {
    .premium-service .models {
        padding:80px 220px
    }
}

.premium-service .models__head {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 62px
}

@media (min-width: 768px) {
    .premium-service .models__head {
        font-size:32px;
        line-height: 44px;
        margin-bottom: 30px
    }
}

@media (min-width: 1024px) {
    .premium-service .models__head {
        font-size:36px;
        line-height: 49px;
        margin-bottom: 40px
    }
}

@media (min-width: 1280px) {
    .premium-service .models__head {
        font-size:46px;
        line-height: 63px;
        margin-bottom: 60px
    }
}

.premium-service .models .swiper-container .swiper-scrollbar {
    height: 6px;
    width: 302px;
    background-color: #fff
}

@media (min-width: 768px) {
    .premium-service .models .swiper-container .swiper-scrollbar {
        width:550px
    }
}

.premium-service .models .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #b00000;
    border-radius: 16px
}

.premium-service .models .swiper-slide.product-card-wrap {
    padding-right: 0
}

.premium-service .questions-answers .questions {
    padding: 54px 24px 69px 24px;
    background-color: #fff
}

@media (min-width: 768px) {
    .premium-service .questions-answers .questions {
        padding:40px 100px 69px 100px
    }
}

@media (min-width: 1024px) {
    .premium-service .questions-answers .questions {
        padding:60px 121px
    }
}

@media (min-width: 1280px) {
    .premium-service .questions-answers .questions {
        padding:80px 246px
    }
}

@media (min-width: 1920px) {
    .premium-service .questions-answers .questions {
        padding:80px 205.5px
    }
}

.premium-service .questions-answers .questions__head {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .premium-service .questions-answers .questions__head {
        font-size:36px;
        line-height: 49px;
        margin-bottom: 40px
    }
}

@media (min-width: 1280px) {
    .premium-service .questions-answers .questions__head {
        font-size:46px;
        line-height: 63px;
        margin-bottom: 60px
    }
}

.premium-service .questions-answers .questions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.premium-service .questions-answers .questions__item.questions__item_inactive .questions_answer {
    display: none
}

.premium-service .questions-answers .questions__item.questions__item_inactive .questions__icon svg circle {
    fill: #b00000
}

.premium-service .questions-answers .questions__item.questions__item_inactive .questions__icon svg .questions__icon-plus {
    display: inline
}

.premium-service .questions-answers .questions__item .questions__icon {
    margin-right: 20px
}

@media (min-width: 768px) {
    .premium-service .questions-answers .questions__item .questions__icon {
        margin-right:24px
    }
}

@media (min-width: 1024px) {
    .premium-service .questions-answers .questions__item .questions__icon {
        margin-right:47px
    }
}

@media (min-width: 1280px) {
    .premium-service .questions-answers .questions__item .questions__icon {
        margin-right:40px
    }
}

.premium-service .questions-answers .questions__item .questions__icon:hover {
    cursor: pointer
}

.premium-service .questions-answers .questions__item .questions__icon svg {
    width: 32px
}

@media (min-width: 768px) {
    .premium-service .questions-answers .questions__item .questions__icon svg {
        width:36px
    }
}

@media (min-width: 1024px) {
    .premium-service .questions-answers .questions__item .questions__icon svg {
        width:42px
    }
}

@media (min-width: 1280px) {
    .premium-service .questions-answers .questions__item .questions__icon svg {
        width:52px
    }
}

.premium-service .questions-answers .questions__item .questions__icon svg circle {
    fill: #a57851
}

.premium-service .questions-answers .questions__item .questions__icon svg .questions__icon-plus {
    display: none
}

.premium-service .questions-answers .questions__item .questions__question {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

@media (min-width: 768px) {
    .premium-service .questions-answers .questions__item .questions__question {
        font-size:18px;
        line-height: 27px
    }
}

@media (min-width: 1024px) {
    .premium-service .questions-answers .questions__item .questions__question {
        font-size:20px;
        line-height: 30px
    }
}

@media (min-width: 1280px) {
    .premium-service .questions-answers .questions__item .questions__question {
        font-size:24px;
        line-height: 36px
    }
}

@media (min-width: 1920px) {
    .premium-service .questions-answers .questions__item .questions__question {
        max-width:696px
    }
}

.premium-service .questions-answers .questions__item .questions_answer {
    font-size: 12px;
    line-height: 19px;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .premium-service .questions-answers .questions__item .questions_answer {
        font-size:15px;
        line-height: 24px
    }
}

@media (min-width: 1024px) {
    .premium-service .questions-answers .questions__item .questions_answer {
        font-size:16px;
        line-height: 26px;
        max-width: 608px
    }
}

@media (min-width: 1280px) {
    .premium-service .questions-answers .questions__item .questions_answer {
        margin-top:30px;
        font-size: 18px;
        line-height: 29px;
        max-width: 662px
    }
}

.premium-service .questions-answers .questions__item .questions_answer a {
    color: #b00000;
    text-decoration: underline
}

.premium-service .questions-answers .questions__border {
    width: 100%;
    height: 1px;
    background-color: #b6c1cf;
    margin: 20px 0
}

@media (min-width: 1280px) {
    .premium-service .questions-answers .questions__border {
        margin:40px 0
    }
}

.consultant-form__date {
    width: 100%
}

.consultant-form__time select {
    padding: 18px 1rem;
    height: auto;
    border-radius: 3px;
    border: 1px solid #e8e8e9;
    resize: none;
    background-color: transparent;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE1IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC44MjgxNDIgMC45MTk2NTlDMS4xMzE0IDAuNTY1ODU0IDEuNjY0MDYgMC41MjQ4OCAyLjAxNzg3IDAuODI4MTQyTDIuMTA0NjEgMC45MDI0OTZDMi4wOTczMyAwLjg5NjI1MiAyLjA5NDA1IDAuODkzNDQyIDIuMTEzOTIgMC45MTA0NzFMNy4zNzUgNS40MTk5N0wxMi43MzIxIDAuODI4MTQyQzEzLjA4NTkgMC41MjQ4OCAxMy42MTg2IDAuNTY1ODU0IDEzLjkyMTkgMC45MTk2NTlDMTQuMjI1MSAxLjI3MzQ2IDE0LjE4NDEgMS44MDYxMiAxMy44MzAzIDIuMTA5MzhMNy45MjQxIDcuMTcxODdDNy42MDgxMyA3LjQ0MjcxIDcuMTQxODcgNy40NDI3MSA2LjgyNTkgNy4xNzE4N0wxLjMxNzk2IDIuNDUwNzhDMS4yNzQ4OSAyLjQxMzg3IDEuMzQ1OTIgMi40NzQ3NSAxLjMwMjkzIDIuNDM3OUwwLjkxOTY1OSAyLjEwOTM4QzAuNTY1ODU0IDEuODA2MTIgMC41MjQ4OCAxLjI3MzQ2IDAuODI4MTQyIDAuOTE5NjU5WiIgZmlsbD0iIzE0MTQxNCIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 16px);
    background-position-y: 27px
}

.consultant-form__time select:hover {
    border-color: #b00000
}

label[for=Period] {
    top: 7px
}

@media (min-width: 457px) {
    label[for=Period] {
        top:19px
    }
}

.grill {
    font-family: Noto Sans;
    overflow: hidden;
    background: #fff
}

.grill p {
    margin-bottom: 0
}

.grill .container,.grill .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .buttons-container {
    max-width: 1280px;
    padding-left: 24px;
    padding-right: 24px
}

@media (min-width: 1024px) {
    .grill .container,.grill .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .buttons-container {
        padding-left:40px;
        padding-right: 40px
    }
}

.grill .banner {
    height: 729px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    .grill .banner {
        background-image:url(../images/interactive-grill/banner-bg-lg.jpg);
        background-size: auto;
        background-position: center;
        height: 740px
    }
}

@media (min-width: 1024px) {
    .grill .banner {
        background-image:url(../images/interactive-grill/banner-bg-lg.jpg)
    }
}

@media (min-width: 1280px) {
    .grill .banner {
        background-image:url(../images/interactive-grill/banner-bg-xl.jpg)
    }
}

.grill .banner .container,.grill .banner .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .banner .buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
}

@media (min-width: 768px) {
    .grill .banner .container,.grill .banner .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .banner .buttons-container {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.grill .banner-img {
    width: 100%;
    height: 286px;
    margin-top: 14px
}

@media (min-width: 768px) {
    .grill .banner-img {
        width:402px;
        height: 385px
    }
}

@media (min-width: 1024px) {
    .grill .banner-img {
        width:455px;
        height: 431px;
        margin-top: 11px
    }
}

@media (min-width: 1280px) {
    .grill .banner-img {
        width:563px;
        height: 535px;
        margin-top: 8px
    }
}

.grill .banner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.grill .banner-info {
    margin-top: 30px;
    text-align: center
}

@media (min-width: 768px) {
    .grill .banner-info {
        margin-top:60px;
        margin-left: 32px;
        text-align: left
    }
}

@media (min-width: 1024px) {
    .grill .banner-info {
        margin-left:17px
    }
}

@media (min-width: 1280px) {
    .grill .banner-info {
        margin-top:95px;
        margin-left: 50px
    }
}

.grill .banner-info__subtitle {
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    color: #b00000;
    font-size: 16px;
    margin-bottom: 0
}

@media (min-width: 1280px) {
    .grill .banner-info__subtitle {
        font-size:22px
    }
}

.grill .banner-info__title {
    font-weight: 700;
    line-height: 110%;
    color: #b00000;
    font-size: 38px;
    margin-top: 5px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .grill .banner-info__title {
        font-size:56px
    }
}

@media (min-width: 1024px) {
    .grill .banner-info__title {
        font-size:60px;
        line-height: 100%
    }
}

@media (min-width: 1280px) {
    .grill .banner-info__title {
        font-size:64px;
        margin-top: 14px
    }
}

.grill .banner-info__description {
    font-weight: 400;
    line-height: 150%;
    color: #b00000;
    margin: 20px auto 0;
    font-size: 14px;
    max-width: 198px
}

@media (min-width: 768px) {
    .grill .banner-info__description {
        font-size:16px;
        margin-top: 30px;
        max-width: none
    }
}

@media (min-width: 1024px) {
    .grill .banner-info__description {
        margin-top:32px;
        font-size: 18px;
        line-height: 22px
    }
}

@media (min-width: 1280px) {
    .grill .banner-info__description {
        margin-top:34px;
        font-size: 16px
    }
}

.grill .banner-products {
    position: absolute;
    bottom: 59px;
    width: 100%
}

@media (min-width: 768px) {
    .grill .banner-products {
        bottom:60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto
    }
}

@media (min-width: 1280px) {
    .grill .banner-products {
        bottom:25px
    }
}

.grill .banner-products .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.grill .banner-products .item {
    width: 232px
}

@media (min-width: 768px) {
    .grill .banner-products .item {
        width:188px
    }
}

@media (min-width: 1024px) {
    .grill .banner-products .item {
        width:225px
    }
}

@media (min-width: 1280px) {
    .grill .banner-products .item {
        width:275px
    }
}

.grill .banner-products .item-img {
    width: 100%;
    height: 120px
}

@media (min-width: 768px) {
    .grill .banner-products .item-img {
        height:108px
    }
}

@media (min-width: 1024px) {
    .grill .banner-products .item-img {
        height:129px
    }
}

@media (min-width: 1280px) {
    .grill .banner-products .item-img {
        height:158px
    }
}

.grill .banner-products .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.grill .banner-products .item-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #b00000;
    margin-top: 8px
}

@media (min-width: 1280px) {
    .grill .banner-products .item-name {
        margin-top:0
    }
}

.grill .banner-products .item-btn {
    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;
    background: #ff8200;
    border-radius: 50px;
    color: #fff;
    border: 0;
    font-weight: 700;
    font-size: 18px;
    margin: 16px auto 0;
    height: 52px;
    width: 214px
}

.grill .banner-products .item-btn.disabled {
    opacity: .5;
    pointer-events: none
}

.grill .banner-products .item-btn:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .grill .banner-products .item-btn {
        margin:20px auto 0;
        height: 48px;
        width: 188px
    }
}

@media (min-width: 1280px) {
    .grill .banner-products .item-btn {
        font-size:22px;
        margin: 24px auto 0;
        height: 54px;
        width: 208px
    }
}

.grill .banner-products .item-price {
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #b00000;
    font-size: 16px;
    margin: 12px 0 0;
    height: 22px
}

@media (min-width: 768px) {
    .grill .banner-products .item-price {
        margin:20px 0 0
    }
}

@media (min-width: 1280px) {
    .grill .banner-products .item-price {
        margin:12px 0 0
    }
}

.grill .banner-products .item-price.sales .prev {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.grill .banner-products .item-price.sales .curr {
    margin-left: 70px;
    font-weight: 700
}

@media (min-width: 768px) {
    .grill .banner-products .item-price.sales .curr {
        margin-left:30px
    }
}

@media (min-width: 768px) {
    .grill .banner-products .item.scale {
        width:242px;
        margin: 0 25px
    }
}

@media (min-width: 1024px) {
    .grill .banner-products .item.scale {
        width:290px;
        margin: 0 60px
    }
}

@media (min-width: 1280px) {
    .grill .banner-products .item.scale {
        margin:0 52px;
        width: 354px
    }
}

.grill .banner-products .item.scale .item-img {
    width: 100%;
    height: 165px
}

@media (min-width: 768px) {
    .grill .banner-products .item.scale .item-img {
        height:173px
    }
}

@media (min-width: 1024px) {
    .grill .banner-products .item.scale .item-img {
        height:207px
    }
}

@media (min-width: 1280px) {
    .grill .banner-products .item.scale .item-img {
        height:255px
    }
}

.grill .banner-products .item.scale .item-name {
    margin-top: 12px
}

@media (min-width: 768px) {
    .grill .banner-products .item.scale .item-name {
        margin-top:10px
    }
}

@media (min-width: 1280px) {
    .grill .banner-products .item.scale .item-name {
        margin-top:4px
    }
}

.grill .about {
    padding: 154px 0 126px;
    background-image: url(../images/interactive-grill/about-bg-sm.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative
}

@media (min-width: 768px) {
    .grill .about {
        background-image:url(../images/interactive-grill/about-bg-md.jpg);
        background-position: top center;
        height: 1723px;
        padding: 30px 0 0
    }
}

@media (min-width: 1024px) {
    .grill .about {
        background-image:url(../images/interactive-grill/about-bg-lg.jpg)
    }
}

@media (min-width: 1280px) {
    .grill .about {
        height:2550px;
        padding: 92px 0 98px;
        background-image: url(../images/interactive-grill/about-bg-xx.jpg)
    }
}

.grill .about .swiper-pagination {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width: 768px) {
    .grill .about .swiper-pagination {
        display:none
    }
}

.grill .about .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #c4c4c4;
    border: 0;
    margin: 0 5px;
    display: block
}

.grill .about .swiper-pagination-bullet-active {
    background: #ff8200
}

@media (min-width: 768px) {
    .grill .about .container,.grill .about .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .about .buttons-container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

@media (min-width: 1024px) {
    .grill .about .container,.grill .about .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .about .buttons-container {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1280px) {
    .grill .about .container,.grill .about .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .about .buttons-container {
        display:block
    }
}

.grill .about .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (min-width: 768px) {
    .grill .about .item {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

.grill .about .item-info {
    max-width: 302px
}

@media (min-width: 768px) {
    .grill .about .item-info {
        max-width:328px;
        min-width: 328px
    }
}

@media (min-width: 1024px) {
    .grill .about .item-info {
        max-width:375px;
        min-width: 375px;
        margin-left: 40px
    }
}

@media (min-width: 1280px) {
    .grill .about .item-info {
        max-width:584px;
        min-width: 584px;
        margin-left: 0
    }
}

.grill .about .item-info .subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #b00000
}

@media (min-width: 768px) {
    .grill .about .item-info .subtitle {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1280px) {
    .grill .about .item-info .subtitle {
        font-size:22px;
        line-height: 30px
    }
}

.grill .about .item-info .description {
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #b00000
}

@media (min-width: 768px) {
    .grill .about .item-info .description {
        margin-top:23px;
        font-size: 22px
    }
}

@media (min-width: 1280px) {
    .grill .about .item-info .description {
        font-size:32px
    }
}

.grill .about .item-img {
    max-width: 302px
}

@media (min-width: 768px) {
    .grill .about .item-img {
        max-width:none
    }
}

.grill .about .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.grill .about .item:nth-child(1) .item-img {
    margin: 30px auto 0
}

@media (min-width: 768px) {
    .grill .about .item:nth-child(1) .item-img {
        min-width:455px;
        margin: 0 0 0 33px
    }
}

@media (min-width: 1024px) {
    .grill .about .item:nth-child(1) .item-img {
        margin:0 0 0 73px
    }
}

@media (min-width: 1280px) {
    .grill .about .item:nth-child(1) .item-img {
        width:756px;
        height: 791px;
        margin: 0 0 0 47px;
        min-width: 756px
    }
}

@media (min-width: 1024px) {
    .grill .about .item:nth-child(1) .item-info {
        margin-top:-50px
    }
}

@media (min-width: 1280px) {
    .grill .about .item:nth-child(1) .item-info {
        margin-top:-120px
    }
}

.grill .about .item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 100px
}

@media (min-width: 768px) {
    .grill .about .item:nth-child(2) {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        margin-top: 51px
    }
}

@media (min-width: 1280px) {
    .grill .about .item:nth-child(2) {
        margin-top:-20px
    }
}

.grill .about .item:nth-child(2) .item-img {
    margin: 30px auto 0
}

@media (min-width: 768px) {
    .grill .about .item:nth-child(2) .item-img {
        width:449px;
        height: 546px;
        min-width: 546px;
        margin: 0 32px 0 0
    }
}

@media (min-width: 1024px) {
    .grill .about .item:nth-child(2) .item-img {
        margin:0 80px 0 0
    }
}

@media (min-width: 1280px) {
    .grill .about .item:nth-child(2) .item-img {
        width:682px;
        height: 842px;
        min-width: 682px;
        margin: 0 88px 0 0
    }
}

.grill .about .item:nth-child(2) .item-info {
    margin-left: 0
}

.grill .about .item:nth-child(3) {
    margin-top: 100px
}

@media (min-width: 768px) {
    .grill .about .item:nth-child(3) {
        margin-top:40px
    }
}

@media (min-width: 1280px) {
    .grill .about .item:nth-child(3) {
        margin-top:-122px
    }
}

.grill .about .item:nth-child(3) .item-img {
    margin: 30px auto 0
}

@media (min-width: 768px) {
    .grill .about .item:nth-child(3) .item-img {
        width:447px;
        height: 539px;
        min-width: 447px;
        margin: 0 0 0 32px
    }
}

@media (min-width: 1024px) {
    .grill .about .item:nth-child(3) .item-img {
        margin:0 0 0 73px
    }
}

@media (min-width: 1280px) {
    .grill .about .item:nth-child(3) .item-img {
        width:726px;
        height: 869px;
        min-width: 726px;
        margin: 0 0 0 63px
    }
}

@media (min-width: 1024px) {
    .grill .about .item:nth-child(3) .item-info {
        margin-top:-50px
    }
}

@media (min-width: 1280px) {
    .grill .about .item:nth-child(3) .item-info {
        margin-top:200px
    }
}

.grill .characteristic {
    padding: 0 0 30px
}

@media (min-width: 768px) {
    .grill .characteristic {
        padding:60px 0
    }
}

@media (min-width: 1024px) {
    .grill .characteristic {
        padding:33px 0 60px
    }
}

@media (min-width: 1280px) {
    .grill .characteristic {
        padding:32px 0 83px
    }
}

.grill .characteristic .container,.grill .characteristic .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .characteristic .buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (min-width: 768px) {
    .grill .characteristic .container,.grill .characteristic .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .grill .characteristic .buttons-container {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

.grill .characteristic .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 60px
}

@media (min-width: 768px) {
    .grill .characteristic .item {
        margin-right:32px;
        width: 208px;
        margin-bottom: 0
    }
}

@media (min-width: 1024px) {
    .grill .characteristic .item {
        width:293px
    }
}

@media (min-width: 1280px) {
    .grill .characteristic .item {
        width:379px
    }
}

.grill .characteristic .item:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.grill .characteristic .item-title {
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #132643;
    margin-bottom: auto;
    font-size: 16px
}

@media (min-width: 1024px) {
    .grill .characteristic .item-title {
        font-size:18px
    }
}

@media (min-width: 1280px) {
    .grill .characteristic .item-title {
        font-size:26px
    }
}

.grill .characteristic .item-img {
    margin-top: 20px
}

@media (min-width: 768px) {
    .grill .characteristic .item-img {
        height:240px
    }
}

@media (min-width: 1024px) {
    .grill .characteristic .item-img {
        margin-top:24px;
        height: 339px
    }
}

@media (min-width: 1280px) {
    .grill .characteristic .item-img {
        margin-top:54px;
        height: 440px
    }
}

.grill .characteristic .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.grill .characteristic.second {
    padding: 60px 0 17px
}

@media (min-width: 768px) {
    .grill .characteristic.second {
        padding:60px 0
    }
}

@media (min-width: 1024px) {
    .grill .characteristic.second {
        padding:90px 0 60px
    }
}

@media (min-width: 1280px) {
    .grill .characteristic.second {
        padding:54px 0 143px
    }
}

.grill .team {
    padding: 30px 0 0
}

@media (min-width: 1280px) {
    .grill .team {
        padding:68px 0 60px
    }
}

.grill .team-title {
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    color: #b00000;
    padding: 0 24px;
    margin: 0 auto 30px;
    font-size: 20px
}

@media (min-width: 768px) {
    .grill .team-title {
        max-width:568px;
        margin: 0 auto 60px;
        font-size: 32px;
        line-height: 150%;
        padding: 0
    }
}

@media (min-width: 1280px) {
    .grill .team-title {
        max-width:994px;
        font-size: 48px
    }
}

.grill .team-img {
    width: 100%;
    height: 320px
}

@media (min-width: 768px) {
    .grill .team-img {
        height:400px
    }
}

@media (min-width: 1280px) {
    .grill .team-img {
        height:665px
    }
}

.grill .team-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.grill .choice {
    padding-top: 50px;
    max-width: 1280px;
    position: relative
}

@media (min-width: 768px) {
    .grill .choice {
        padding-top:60px
    }
}

@media (min-width: 1280px) {
    .grill .choice {
        margin:12px auto 0;
        padding-top: 12px
    }
}

@media (min-width: 1440px) {
    .grill .choice {
        max-width:1200px
    }
}

.grill .choice-title {
    font-weight: 700;
    line-height: 140%;
    color: #b00000;
    font-size: 28px;
    margin: 0 0 38px 46px;
    max-width: 200px
}

@media (min-width: 768px) {
    .grill .choice-title {
        margin:0 auto 40px;
        font-size: 32px;
        line-height: 150%;
        max-width: 568px;
        text-align: center
    }
}

@media (min-width: 1280px) {
    .grill .choice-title {
        margin:0 auto 62px;
        max-width: 994px;
        font-size: 48px
    }
}

.grill .choice-ball {
    position: absolute;
    top: 0;
    right: 0;
    width: 87px;
    height: 107px
}

@media (min-width: 768px) {
    .grill .choice-ball {
        top:-30px;
        width: 109px;
        height: 134px
    }
}

@media (min-width: 1280px) {
    .grill .choice-ball {
        top:-93px;
        right: -34px;
        width: 167px;
        height: 163px
    }
}

@media (min-width: 1440px) {
    .grill .choice-ball {
        right:-74px
    }
}

.grill .choice-ball img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.grill .choice .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    background: #f1f1f1;
    width: 256px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 20px 30px;
    height: auto
}

@media (min-width: 768px) {
    .grill .choice .item {
        padding:60px 40px 80px;
        width: calc(100%/3)
    }
}

@media (min-width: 1024px) {
    .grill .choice .item {
        padding:60px 50px 80px
    }
}

@media (min-width: 1280px) {
    .grill .choice .item {
        padding:60px 63px 34px
    }
}

@media (min-width: 1440px) {
    .grill .choice .item {
        padding:60px 50px 34px
    }
}

.grill .choice .item-img {
    width: 176px;
    height: 107px
}

@media (min-width: 1280px) {
    .grill .choice .item-img {
        width:269px;
        height: 162px
    }
}

.grill .choice .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.grill .choice .item-name {
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #b00000;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 10px
}

@media (min-width: 1280px) {
    .grill .choice .item-name {
        margin-bottom:21px;
        margin-top: 0;
        font-size: 18px
    }
}

.grill .choice .item-info {
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #b00000;
    margin-bottom: 30px;
    font-size: 16px
}

@media (min-width: 768px) {
    .grill .choice .item-info {
        margin-bottom:20px
    }
}

@media (min-width: 1024px) {
    .grill .choice .item-info {
        font-size:18px;
        margin-bottom: 32px
    }
}

@media (min-width: 1280px) {
    .grill .choice .item-info {
        margin-bottom:45px;
        font-size: 24px
    }
}

.grill .choice .item-btn {
    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;
    background: #ff8200;
    border-radius: 50px;
    font-weight: 700;
    color: #fff;
    margin-top: auto;
    border: 0;
    height: 48px;
    width: 176px;
    font-size: 18px
}

.grill .choice .item-btn:hover {
    text-decoration: none
}

.grill .choice .item-btn.disabled {
    opacity: .5;
    pointer-events: none
}

@media (min-width: 1280px) {
    .grill .choice .item-btn {
        height:54px;
        width: 208px;
        font-size: 20px
    }
}

.grill .choice .item-price {
    font-weight: 500;
    text-align: center;
    color: #b00000;
    line-height: 22px;
    margin: 20px 0 0;
    font-size: 16px;
    height: 22px
}

@media (min-width: 1280px) {
    .grill .choice .item-price {
        margin:10px 0 0
    }
}

.grill .choice .item-price.sales .prev {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.grill .choice .item-price.sales .curr {
    margin-left: 30px;
    font-weight: 700
}

.grill .choice .item.scale {
    background: #ff8200
}

.grill .choice .item.scale .item-name,.grill .choice .item.scale .item-info,.grill .choice .item.scale .item-price {
    color: #fff
}

.grill .choice .item.scale .item-btn {
    background: #fff;
    color: #ff8200
}

.grill .choice .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0
}

@media (min-width: 768px) {
    .grill .choice .swiper-pagination {
        margin:0;
        display: none
    }
}

.grill .choice .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #c4c4c4;
    border: 0;
    margin: 0 5px;
    display: block
}

.grill .choice .swiper-pagination-bullet-active {
    background: #ff8200
}

.primadonna-elite {
    font-family: 'Noto Sans';
    color: #b00000
}

.primadonna-elite-container {
    width: 86.2857%;
    margin: 0 auto;
    max-width: 1200px
}

@media (min-width: 768px) {
    .primadonna-elite-container {
        width:87.7604%
    }
}

@media (min-width: 1024px) {
    .primadonna-elite-container {
        width:92.1875%
    }
}

@media (min-width: 1280px) {
    .primadonna-elite-container {
        width:100%
    }
}

.primadonna-elite_subtitle {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .primadonna-elite_subtitle {
        font-size:17px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite_subtitle {
        font-size:20px
    }
}

.primadonna-elite_title-first {
    font-weight: 700;
    font-size: 27px;
    line-height: 140%;
    text-align: center
}

@media (min-width: 768px) {
    .primadonna-elite_title-first {
        font-size:35px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite_title-first {
        font-size:43px
    }
}

.primadonna-elite_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    text-align: center
}

@media (min-width: 768px) {
    .primadonna-elite_title {
        font-size:35px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite_title {
        font-size:43px
    }
}

.primadonna-elite .unique-taste {
    height: 847px;
    background-color: #f2f6f9
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste {
        height:900px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .unique-taste {
        height:1054px
    }
}

.primadonna-elite .unique-taste__wrapper {
    background-image: url(../images/primadonna-elite/first-screen-background-gradient.jpg);
    background-position-x: -90px;
    background-position-y: -90px;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    padding-top: 44px
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__wrapper {
        background-position-x:center;
        background-position-y: top;
        padding-top: 60px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .unique-taste__wrapper {
        padding-top:49px
    }
}

.primadonna-elite .unique-taste__subtitle {
    max-width: 183px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__subtitle {
        max-width:222px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .unique-taste__subtitle {
        max-width:263px
    }
}

.primadonna-elite .unique-taste__title {
    width: 304px;
    margin: 0 auto 42px auto
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__title {
        width:auto;
        max-width: 500px;
        margin: 0 auto 75px auto
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .unique-taste__title {
        max-width:615px;
        margin: 0 auto 75px auto
    }
}

.primadonna-elite .unique-taste__bottom-title {
    width: 306px;
    margin: 83px auto 0
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__bottom-title {
        width:auto;
        max-width: 675px
    }
}

.primadonna-elite .unique-taste__slider {
    max-width: 1200px
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__slider .swiper-wrapper {
        -ms-flex-pack:distribute;
        justify-content: space-around
    }
}

.primadonna-elite .unique-taste__slider .unique-taste-card {
    padding-top: 30px
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card {
        width:131px;
        margin-right: 0;
        padding-top: 120px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card {
        width:173px
    }
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card.big-card {
        width:162px;
        padding-top: 0
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card.big-card {
        width:211px
    }
}

.primadonna-elite .unique-taste__slider .unique-taste-card.big-card .unique-taste-card__button {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card.big-card .unique-taste-card__title {
        margin:16px 0 17px
    }
}

.primadonna-elite .unique-taste__slider .unique-taste-card.swiper-slide-active {
    padding-top: 0
}

.primadonna-elite .unique-taste__slider .unique-taste-card.swiper-slide-active .unique-taste-card__image {
    width: 162px
}

.primadonna-elite .unique-taste__slider .unique-taste-card.swiper-slide-active .unique-taste-card__title {
    display: block
}

.primadonna-elite .unique-taste__slider .unique-taste-card.swiper-slide-active .unique-taste-card__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media (max-width: 767px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card .unique-taste-card__image {
        width:131px;
        margin: 0 auto
    }
}

.primadonna-elite .unique-taste__slider .unique-taste-card img {
    width: 100%;
    margin: 0
}

.primadonna-elite .unique-taste__slider .unique-taste-card__title {
    display: none;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 8px 0 17px
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card__title {
        display:block
    }
}

.primadonna-elite .unique-taste__slider .unique-taste-card__button {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 147px;
    height: 50px;
    color: #fff;
    background-color: #b00000;
    border-radius: 50px;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin: 0 auto;
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card__button {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .unique-taste__slider .unique-taste-card__button {
        width:173px;
        height: 52px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        font-size: 22px;
        line-height: 30px
    }
}

.primadonna-elite .unique-taste__slider .unique-taste-card__button:hover {
    text-decoration: none
}

.primadonna-elite .unique-taste__slider .swiper-scrollbar {
    width: 302px;
    height: 5px;
    background: #dde5ed;
    border-radius: 20px
}

.primadonna-elite .unique-taste__slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #b00000;
    border-radius: 20px
}

@media (min-width: 768px) {
    .primadonna-elite .unique-taste__slider .swiper-scrollbar {
        display:none
    }
}

.primadonna-elite .ideal-milk-espresso {
    margin-top: -1px
}

.primadonna-elite .ideal-milk-espresso__wraper {
    background-color: #cdb5a7;
    padding: 30px 0
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso__wraper {
        padding:32px 5.2083% 53px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso__wraper {
        padding:18px 0
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block {
        -ms-flex-pack:distribute;
        justify-content: space-around
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block {
        max-width:1215px;
        margin: 0 auto
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__image {
    width: 122px
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__image {
        width:208px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__image {
        width:290px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__image {
        width:366px
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__image img {
    width: 100%;
    margin: 0
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid {
    margin-top: 30px;
    margin-right: 7.1428%
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid {
        margin-top:28px;
        margin-right: 0
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid {
        margin-top:80px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid {
        margin-top:107px
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin-left: 5px;
    margin-bottom: 30px;
    max-width: 199px
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-title {
        font-size:26px;
        max-width: 387px;
        margin-left: 30px;
        margin-bottom: 43px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-title {
        font-size:30px;
        max-width: 518px;
        margin-bottom: 67px;
        margin-left: 60px
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons {
    display: grid;
    grid-template-columns: 1fr
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons {
        grid-template-columns:1fr 1fr
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px;
    margin-bottom: 17px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon {
        -webkit-box-flex:50%;
        -ms-flex: 50%;
        flex: 50%;
        margin-left: 30px;
        margin-bottom: 33px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon {
        margin-left:60px
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon__text {
    font-size: 13px;
    line-height: 140%;
    margin-left: 10px;
    max-width: 152px
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon__text {
        font-size:15px;
        max-width: 149px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon__text {
        font-size:18px;
        max-width: 210px
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon img {
    width: 36px;
    height: 36px;
    margin: 0
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon img {
        width:48px;
        height: 48px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block__grid .ideal-milk-espresso-block__grid-icons .ideal-milk-espresso-block-icon img {
        width:64px;
        height: 64px
    }
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block_right-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block_right-image .ideal-milk-espresso-block__grid {
    margin-right: 0;
    margin-left: 7.1428%
}

@media (min-width: 768px) {
    .primadonna-elite .ideal-milk-espresso .ideal-milk-espresso-block_right-image .ideal-milk-espresso-block__grid {
        margin-left:0
    }
}

.primadonna-elite .innovative__wrapper {
    padding: 40px 0
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__wrapper {
        padding:60px 0
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__wrapper {
        padding:80px 0
    }
}

.primadonna-elite .innovative__title {
    width: 318px;
    margin: 0 auto 30px
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__title {
        width:auto;
        max-width: 688px;
        margin: 0 auto 40px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__title {
        max-width:831px;
        margin: 0 auto 50px
    }
}

.primadonna-elite .innovative__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__cards {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.primadonna-elite .innovative__cards .innovative-card {
    position: relative;
    background-color: #dde5ed;
    border-radius: 15px;
    padding: 30px 30px 186px;
    height: 404px
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__cards .innovative-card {
        -webkit-box-flex:50%;
        -ms-flex: 50%;
        flex: 50%;
        padding: 22px 25px 22px 23px;
        height: 474px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .innovative__cards .innovative-card {
        padding:30px;
        height: 439px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__cards .innovative-card {
        padding:40px;
        height: 590px
    }
}

.primadonna-elite .innovative__cards .innovative-card__image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 186px
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__cards .innovative-card__image {
        height:193px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .innovative__cards .innovative-card__image {
        height:230px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__cards .innovative-card__image {
        height:344px
    }
}

.primadonna-elite .innovative__cards .innovative-card__image img {
    height: 100%;
    width: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.primadonna-elite .innovative__cards .innovative-card__title {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__cards .innovative-card__title {
        font-size:24px;
        min-height: 68px;
        margin-bottom: 10px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .innovative__cards .innovative-card__title {
        min-height:auto
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__cards .innovative-card__title {
        font-size:30px;
        margin-bottom: 23px
    }
}

.primadonna-elite .innovative__cards .innovative-card__text {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 150%
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__cards .innovative-card__text {
        font-size:15px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__cards .innovative-card__text {
        font-size:18px
    }
}

.primadonna-elite .innovative__cards .innovative-card.first-card {
    margin-top: 30px
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__cards .innovative-card.first-card {
        margin-top:0;
        margin-right: 26px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .innovative__cards .innovative-card.first-card {
        margin-right:32px
    }
}

.primadonna-elite .innovative__cards .innovative-card.first-card .innovative-card__image {
    height: 404px
}

@media (min-width: 768px) {
    .primadonna-elite .innovative__cards .innovative-card.first-card .innovative-card__image {
        height:474px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .innovative__cards .innovative-card.first-card .innovative-card__image {
        height:439px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__cards .innovative-card.first-card .innovative-card__image {
        height:590px
    }
}

.primadonna-elite .innovative__cards .innovative-card.first-card .innovative-card__image img {
    height: 100%;
    width: auto;
    margin: 0
}

@media (min-width: 1024px) {
    .primadonna-elite .innovative__cards .innovative-card.first-card .innovative-card__text {
        max-width:214px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .innovative__cards .innovative-card.first-card .innovative-card__text {
        max-width:251px
    }
}

.primadonna-elite .elite-features {
    background-color: #cdb5a7
}

.primadonna-elite .elite-features__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 41px;
    padding-bottom: 18px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features__wrapper {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 5.2083%;
        padding-top: 120px;
        padding-bottom: 0
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features__wrapper {
        padding-top:96px
    }
}

.primadonna-elite .elite-features__full-image {
    display: none
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features__full-image {
        width:388px;
        display: block
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features__full-image {
        width:562px
    }
}

.primadonna-elite .elite-features__full-image img {
    width: 100%;
    margin: 0
}

.primadonna-elite .elite-features__container {
    width: 100%
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features__container {
        width:auto
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features__container {
        margin-top:13px
    }
}

.primadonna-elite .elite-features .elite-features-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.primadonna-elite .elite-features .elite-features-block__half-image {
    width: 134px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__half-image {
        display:none
    }
}

.primadonna-elite .elite-features .elite-features-block__half-image img {
    width: 100%;
    margin: 0
}

.primadonna-elite .elite-features .elite-features-block__features {
    margin-left: 18px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features {
        margin-left:33px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features {
        margin-left:147px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features {
        margin-left:128px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 49px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature {
        margin-bottom:34px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature {
        margin-bottom:60px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    max-width: 173px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__name {
        font-size:20px;
        max-width: 267px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__name {
        font-size:26px;
        max-width: 335px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__line {
    position: absolute;
    height: .5px;
    background-color: #b00000;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    left: -16px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line {
        left:-19px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line {
        left:-23px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line {
        left:-17px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_1 {
    width: 103px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_1 {
        width:154px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_1 {
        width:268px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_1 {
        width:310px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_2 {
    width: 56px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_2 {
        width:119px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_2 {
        width:190px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_2 {
        width:184px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_3 {
    width: 56px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_3 {
        width:88px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_3 {
        width:190px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_3 {
        width:268px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_4 {
    width: 72px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_4 {
        width:88px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_4 {
        width:178px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_4 {
        width:184px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_5 {
    width: 151px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_5 {
        width:195px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_5 {
        width:282px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_5 {
        width:345px
    }
}

.primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_6 {
    width: 76px
}

@media (min-width: 768px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_6 {
        width:303px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_6 {
        width:404px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .elite-features .elite-features-block__features .elite-feature__line_6 {
        width:536px
    }
}

@media (max-width: 767px) {
    .primadonna-elite .elite-features .elite-features-block_image-right {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-top: -30px
    }
}

@media (max-width: 767px) {
    .primadonna-elite .elite-features .elite-features-block_image-right .elite-features-block__features {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 18px;
        margin-left: 0;
        margin-top: 60px
    }
}

@media (max-width: 767px) {
    .primadonna-elite .elite-features .elite-features-block_image-right .elite-features-block__features .elite-feature:nth-child(2) {
        -webkit-box-ordinal-group:4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (max-width: 767px) {
    .primadonna-elite .elite-features .elite-features-block_image-right .elite-features-block__features .elite-feature__line {
        -webkit-transform:translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        right: 16px;
        left: auto
    }
}

@media (min-width: 768px) {
    .primadonna-elite .coffeelink .innovative__cards {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card {
        height:678px
    }
}

.primadonna-elite .coffeelink .innovative__cards .innovative-card .innovative-card__image.coffelink-image {
    height: 177px
}

@media (min-width: 768px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card .innovative-card__image.coffelink-image {
        height:190px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card .innovative-card__image.coffelink-image {
        height:270px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card .innovative-card__image.coffelink-image {
        height:416px
    }
}

.primadonna-elite .coffeelink .innovative__cards .innovative-card .innovative-card__image.coffelink-image img {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin: 0
}

@media (min-width: 768px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card .innovative-card__title {
        margin-bottom:10px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card .innovative-card__text {
        max-width:100%
    }
}

@media (min-width: 768px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card.first-card {
        margin-right:0;
        margin-left: 26px
    }
}

.primadonna-elite .coffeelink .innovative__cards .innovative-card.first-card .innovative-card__image.coffelink-image {
    height: 234px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center
}

@media (min-width: 1024px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card.first-card .innovative-card__image.coffelink-image {
        height:268px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .coffeelink .innovative__cards .innovative-card.first-card .innovative-card__image.coffelink-image {
        height:383px
    }
}

.primadonna-elite .anytime__wrapper {
    padding: 40px 0
}

@media (min-width: 768px) {
    .primadonna-elite .anytime__wrapper {
        padding:40px 0
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .anytime__wrapper {
        padding:60px 0
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .anytime__wrapper {
        padding:80px 0
    }
}

.primadonna-elite .anytime__title {
    margin: 0 auto 40px
}

@media (min-width: 768px) {
    .primadonna-elite .anytime__title {
        max-width:688px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .anytime__title {
        max-width:831px;
        margin: 0 auto 50px
    }
}

.primadonna-elite .anytime .anytime-card {
    width: 258px;
    margin-right: 9px
}

@media (min-width: 768px) {
    .primadonna-elite .anytime .anytime-card {
        width:445px;
        margin-right: 9px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .anytime .anytime-card {
        width:581px;
        margin-right: 21px
    }
}

.primadonna-elite .anytime .anytime-card__image img {
    width: 100%;
    margin: 0
}

.primadonna-elite .anytime .anytime-card__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    margin-top: 11px;
    max-width: 239px
}

@media (min-width: 768px) {
    .primadonna-elite .anytime .anytime-card__title {
        max-width:445px;
        font-size: 18px;
        margin-top: 20px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .anytime .anytime-card__title {
        max-width:481px;
        font-size: 26px;
        margin-top: 37px
    }
}

.primadonna-elite .anytime__slider .swiper-scrollbar {
    background: #dde5ed;
    border-radius: 20px;
    width: 258px;
    height: 8px
}

@media (min-width: 768px) {
    .primadonna-elite .anytime__slider .swiper-scrollbar {
        width:568px
    }
}

.primadonna-elite .anytime__slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #b00000;
    border-radius: 20px;
    height: 8px
}

.primadonna-elite .anytime__slider .swiper-button-prev,.primadonna-elite .anytime__slider .swiper-button-next {
    width: 32px;
    height: 32px;
    background: #fff;
    opacity: .8;
    border-radius: 50%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

@media (min-width: 768px) {
    .primadonna-elite .anytime__slider .swiper-button-prev,.primadonna-elite .anytime__slider .swiper-button-next {
        height:48px;
        width: 48px
    }

    .primadonna-elite .anytime__slider .swiper-button-prev svg,.primadonna-elite .anytime__slider .swiper-button-next svg {
        width: 24px;
        height: 24px
    }
}

.primadonna-elite .simple-care__wrapper {
    padding: 40px 0 50px
}

@media (min-width: 768px) {
    .primadonna-elite .simple-care__wrapper {
        padding:60px 0
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .simple-care__wrapper {
        padding:80px 0
    }
}

.primadonna-elite .simple-care__title {
    max-width: 147px;
    margin: 0 auto 40px
}

@media (min-width: 768px) {
    .primadonna-elite .simple-care__title {
        max-width:230px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .simple-care__title {
        max-width:282px;
        margin: 0 auto 50px
    }
}

.primadonna-elite .simple-care__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .primadonna-elite .simple-care__cards {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.primadonna-elite .simple-care__cards .simple-care-card {
    border-radius: 15px;
    background-color: #dde5ed;
    height: 248px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .primadonna-elite .simple-care__cards .simple-care-card {
        height:271px;
        margin-right: 30px;
        margin-bottom: 0
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .simple-care__cards .simple-care-card {
        height:248px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .simple-care__cards .simple-care-card {
        height:393px
    }
}

.primadonna-elite .simple-care__cards .simple-care-card:last-child {
    margin: 0
}

.primadonna-elite .simple-care__cards .simple-care-card__top {
    height: 109px;
    padding: 20px;
    border-bottom: solid 3px #b00000
}

@media (min-width: 768px) {
    .primadonna-elite .simple-care__cards .simple-care-card__top {
        height:132px
    }
}

@media (min-width: 1024px) {
    .primadonna-elite .simple-care__cards .simple-care-card__top {
        height:109px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .simple-care__cards .simple-care-card__top {
        height:151px;
        padding: 40px 36px 29px 33px;
        border-bottom: solid 6px #b00000
    }
}

.primadonna-elite .simple-care__cards .simple-care-card__text {
    font-size: 15px;
    line-height: 150%
}

@media (min-width: 1280px) {
    .primadonna-elite .simple-care__cards .simple-care-card__text {
        font-size:18px
    }
}

.primadonna-elite .simple-care__cards .simple-care-card__image {
    width: 100%;
    height: 139px
}

@media (min-width: 1280px) {
    .primadonna-elite .simple-care__cards .simple-care-card__image {
        height:242px
    }
}

.primadonna-elite .simple-care__cards .simple-care-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0
}

.primadonna-elite .order-yours__wrapper {
    padding: 30px 0 50px;
    max-width: 621px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__wrapper {
        padding:60px 0;
        max-width: 1096px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__wrapper {
        max-width:1200px;
        padding: 80px 0
    }
}

.primadonna-elite .order-yours__wrapper .swiper-scrollbar.order-yours__scrollbar {
    height: 8px;
    background-color: #dde5ed;
    border-radius: 20px;
    width: 302px;
    margin: 30px auto 0
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__wrapper .swiper-scrollbar.order-yours__scrollbar {
        width:568px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__wrapper .swiper-scrollbar.order-yours__scrollbar {
        display:none
    }
}

.primadonna-elite .order-yours__wrapper .swiper-scrollbar.order-yours__scrollbar .swiper-scrollbar-drag {
    height: 8px;
    background-color: #b00000;
    border-radius: 20px
}

.primadonna-elite .order-yours__subtitle {
    max-width: 135px;
    margin: 0 auto 5px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__subtitle {
        max-width:163px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__subtitle {
        max-width:192px
    }
}

.primadonna-elite .order-yours__title {
    margin: 0 auto 30px;
    max-width: 157px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__title {
        max-width:245px;
        margin: 0 auto 40px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__title {
        max-width:301px;
        margin: 0 auto 50px
    }
}

.primadonna-elite .order-yours__swiper {
    margin: 0
}

.primadonna-elite .order-yours__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: 146px 146px 146px;
    grid-column-gap: 4px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper {
        grid-template-columns:234px 234px 234px;
        grid-column-gap: 6px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper {
        grid-template-columns:282px 282px 282px
    }
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product {
    background-color: #cdb5a7;
    border-radius: 15px;
    padding: 25px 9px;
    text-align: center
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product {
        padding:40px 30px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product {
        padding:50px 54px 44px
    }
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__image {
    margin: 0 auto;
    width: 100px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__image {
        width:156px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__image {
        width:184px
    }
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__image img {
    width: 100%;
    margin: 0
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__title {
    margin: 14px 0 32px;
    font-size: 11px;
    line-height: 140%
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__title {
        font-size:14px;
        margin: 40px 0 42px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__title {
        font-size:16px;
        margin: 19px 0 63px
    }
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__parameter {
    font-size: 13px;
    line-height: 140%;
    min-height: 36px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__parameter {
        font-size:18px;
        min-height: 50px;
        margin-bottom: 40px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__parameter {
        font-size:20px;
        min-height: 56px;
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product__parameter:nth-child(7) {
        margin-bottom:38px
    }
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product .order-yours-product__button {
    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;
    width: 128px;
    height: 44px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    background-color: #b00000;
    border-radius: 50px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product .order-yours-product__button {
        width:173px;
        height: 52px;
        font-size: 22px;
        line-height: 30px
    }
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product .order-yours-product__button:hover {
    text-decoration: none
}

.primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product .order-yours-product__price {
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    margin-top: 20px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product .order-yours-product__price {
        font-size:18px;
        margin-top: 16px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours__swiper .swiper-wrapper .order-yours-product .order-yours-product__price {
        font-size:20px
    }
}

.primadonna-elite .order-yours .order-yours-slider {
    display: grid;
    grid-template-columns: 171px 1fr;
    grid-column-gap: 4px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours .order-yours-slider {
        grid-template-columns:336px 1fr;
        grid-column-gap: 6px;
        margin-left: 40px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours .order-yours-slider {
        margin:0
    }
}

.primadonna-elite .order-yours .order-yours-slider__sidebar {
    background-color: #cdb5a7;
    border-radius: 15px;
    padding: 223px 2px 107px 24px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours .order-yours-slider__sidebar {
        padding:383px 34px 155px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours .order-yours-slider__sidebar {
        padding:405px 34px 162px 24px
    }
}

.primadonna-elite .order-yours .order-yours-slider__sidebar .order-yours-slider__sidebar-parameter {
    font-weight: 700;
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 20px;
    min-height: 36px
}

@media (min-width: 768px) {
    .primadonna-elite .order-yours .order-yours-slider__sidebar .order-yours-slider__sidebar-parameter {
        font-size:18px;
        margin-bottom: 40px;
        min-height: 50px
    }
}

@media (min-width: 1280px) {
    .primadonna-elite .order-yours .order-yours-slider__sidebar .order-yours-slider__sidebar-parameter {
        font-size:20px;
        margin-bottom: 30px;
        min-height: 56px
    }
}

@media (max-width: 767px) {
    .primadonna-elite .order-yours .order-yours-slider__sidebar .order-yours-slider__sidebar-parameter span {
        display:none
    }
}

.testdrive-ukassa {
    font-family: 'Noto Sans',sans-serif;
    background-color: #fff
}

@media (min-width: 1281px) {
    .testdrive-ukassa {
        max-width:1200px;
        margin: 0 auto
    }
}

.testdrive-ukassa .container,.testdrive-ukassa .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .testdrive-ukassa .buttons-container {
    width: 100%;
    padding: 0 24px
}

@media (min-width: 768px) {
    .testdrive-ukassa .container,.testdrive-ukassa .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .testdrive-ukassa .buttons-container {
        padding:0 40px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .container,.testdrive-ukassa .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .testdrive-ukassa .buttons-container {
        margin:0 auto;
        padding: 0;
        max-width: 944px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .container,.testdrive-ukassa .swiper-container.full-screen .buttons-container,.swiper-container.full-screen .testdrive-ukassa .buttons-container {
        max-width:1200px
    }
}

.testdrive-ukassa_title {
    color: #b00000;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center
}

@media (min-width: 768px) {
    .testdrive-ukassa_title {
        font-size:36px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa_title {
        max-width:688px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa_title {
        font-size:46px;
        max-width: 815px
    }
}

.testdrive-ukassa_subtitle {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #b00000
}

@media (min-width: 768px) {
    .testdrive-ukassa_subtitle {
        font-size:20px;
        line-height: 31px
    }
}

.testdrive-ukassa .try-20-days__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 560px;
    background-image: url(../images/testdrive-ukassa/try-20-days-bg-768.jpg);
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 56px
}

@media (min-width: 768px) {
    .testdrive-ukassa .try-20-days__wrapper {
        height:670px;
        padding-bottom: 50px
    }
}

@media (min-width: 950px) {
    .testdrive-ukassa .try-20-days__wrapper {
        padding-bottom:20px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .try-20-days__wrapper {
        background-image:url(../images/testdrive-ukassa/try-20-days-bg-1024.jpg);
        height: 726px;
        padding-bottom: 60px
    }
}

@media (min-width: 1110px) {
    .testdrive-ukassa .try-20-days__wrapper {
        padding-bottom:30px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .try-20-days__wrapper {
        background-image:url(../images/testdrive-ukassa/try-20-days-bg-1280.jpg);
        height: 906px;
        padding-bottom: 86px
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .try-20-days__wrapper {
        margin:0 auto;
        max-width: 1200px
    }
}

.testdrive-ukassa .try-20-days__wrapper .try-20-days-content__subtitle {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .testdrive-ukassa .try-20-days__wrapper .try-20-days-content__subtitle {
        margin-bottom:15px
    }
}

.testdrive-ukassa .try-20-days__wrapper .try-20-days-content__title {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .testdrive-ukassa .try-20-days__wrapper .try-20-days-content__title {
        margin-bottom:40px
    }
}

@media (min-width: 1110px) {
    .testdrive-ukassa .try-20-days__wrapper .try-20-days-content__title {
        margin-bottom:20px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .try-20-days__wrapper .try-20-days-content__title {
        margin-bottom:40px
    }
}

.testdrive-ukassa .try-20-days__wrapper .try-20-days-content__button {
    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;
    font-weight: 700;
    font-size: 21px;
    line-height: 29px;
    color: #fff;
    background-color: #b00000;
    border-radius: 50px;
    width: 208px;
    height: 50px;
    margin: 0 auto;
    text-decoration: none
}

@media (min-width: 768px) {
    .testdrive-ukassa .try-20-days__wrapper .try-20-days-content__button {
        width:298px;
        height: 70px;
        font-size: 28px;
        line-height: 38px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .try-20-days__wrapper .try-20-days-content__button {
        width:339px;
        height: 74px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper {
    padding: 60px 0
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper {
        padding:93px 0 135px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 60px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step {
        margin-bottom:80px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step:last-child {
    margin-bottom: 0
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step:first-child .testdrive-step__title>div {
    display: inline
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__text {
    padding: 0 1px
}

@media (min-width: 768px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__text {
        padding:0;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        -ms-flex-item-align: center;
        align-self: center;
        width: 38.6628%
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__text {
        width:31.7797%;
        margin-left: 34px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__text {
        width:33.1667%;
        margin-left: 56px
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__text {
        margin-left:40px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__text em {
    font-style: normal;
    color: #a57851
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__subtitle {
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #b00000;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__subtitle {
        text-align:left;
        font-size: 15px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__subtitle {
        font-size:22px;
        line-height: 31px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #b00000
}

@media (min-width: 768px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__title {
        text-align:left;
        line-height: 160%
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__title {
        font-size:20px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__title {
        font-size:24px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__checkout {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #a57851
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__terms {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    line-height: 160%;
    color: #b00000;
    text-decoration: underline;
    text-align: center;
    margin-top: 5px
}

@media (min-width: 768px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__terms {
        text-align:left;
        font-size: 12px;
        margin-top: 2px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__terms {
        font-size:18px;
        margin-top: 15px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__image {
    height: 234px;
    margin-top: 24px
}

@media (min-width: 768px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__image {
        margin-top:0;
        width: 56.1047%;
        height: 262px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__image {
        width:56.7797%;
        height: 308px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__image {
        width:57.1667%;
        height: 400px
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__image {
        margin-right:40px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    margin: 0
}

@media (min-width: 768px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step.left-image {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step.left-image .testdrive-step__text {
        margin-right:34px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step.left-image .testdrive-step__text {
        margin-right:56px
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step.left-image .testdrive-step__text {
        margin-right:40px;
        margin-left: 0
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .testdrive-steps__wrapper .testdrive-step.left-image .testdrive-step__image {
        margin-right:0;
        margin-left: 40px
    }
}

.testdrive-ukassa .testdrive-steps__wrapper .testdrive-step_colored {
    color: #a57851
}

.testdrive-ukassa .model-advantages__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 1122px
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__wrapper {
        height:830px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__wrapper {
        height:768px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__wrapper {
        height:945px
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .model-advantages__wrapper {
        width:1200px;
        margin: 0 auto
    }
}

.testdrive-ukassa .model-advantages__wrapper img.model-advantages-bg-lg {
    display: none
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__wrapper img.model-advantages-bg-lg {
        display:block;
        margin-top: -40px;
        height: 755px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__wrapper img.model-advantages-bg-lg {
        margin-top:-190px;
        height: 945px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__wrapper img.model-advantages-bg-lg {
        margin-top:0;
        margin-right: 0
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .model-advantages__wrapper img.model-advantages-bg-lg {
        margin-right:10px
    }
}

.testdrive-ukassa .model-advantages__gradient {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(73.96%,rgba(243,244,246,0)),color-stop(79.91%,#f3f4f6));
    background: -o-linear-gradient(top,rgba(243,244,246,0) 73.96%,#f3f4f6 79.91%);
    background: linear-gradient(180deg,rgba(243,244,246,0) 73.96%,#f3f4f6 79.91%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__gradient {
        display:block
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__gradient {
        display:none
    }
}

.testdrive-ukassa .model-advantages__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    position: relative
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features {
        position:unset;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 60px;
        width: 208px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features {
        width:292px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features {
        margin-top:114px;
        width: 340px
    }
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.left {
        margin-left:40px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.left {
        margin-left:80px
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.left {
        margin-left:40px
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features.left .model-advantages-features__item {
    margin-right: 24px;
    margin-left: auto
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.left .model-advantages-features__item {
        margin-left:0;
        margin-right: 0
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features.left .model-advantages-bg-mob {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.testdrive-ukassa .model-advantages__content .model-advantages-features.left .model-advantages-machine-mob {
    left: -146px
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.right {
        margin-right:40px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.right {
        margin-right:80px
    }
}

@media (min-width: 1281px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.right {
        margin-right:40px
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features.right .model-advantages-features__item {
    margin-left: 24px
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features.right .model-advantages-features__item {
        margin-left:0
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features.right .model-advantages-bg-mob {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.testdrive-ukassa .model-advantages__content .model-advantages-features.right .model-advantages-machine-mob {
    right: -152px
}

.testdrive-ukassa .model-advantages__content .model-advantages-features .model-advantages-bg-mob {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features .model-advantages-bg-mob {
        display:none
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features .model-advantages-bg-mob img.model-advantages-bg-sm {
    height: 561px;
    margin-right: 0
}

.testdrive-ukassa .model-advantages__content .model-advantages-features .model-advantages-bg-mob .model-advantages__gradient-mob {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(68.23%,rgba(243,244,246,0)),color-stop(79.69%,#f3f4f6));
    background: -o-linear-gradient(top,rgba(243,244,246,0) 68.23%,#f3f4f6 79.69%);
    background: linear-gradient(180deg,rgba(243,244,246,0) 68.23%,#f3f4f6 79.69%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.testdrive-ukassa .model-advantages__content .model-advantages-features .model-advantages-machine-mob {
    position: absolute;
    width: 265px;
    top: 45px
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features .model-advantages-machine-mob {
        display:none
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    opacity: .9;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 11px 10px;
    height: 147px;
    width: 199px
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item {
        width:100%;
        padding: 18px;
        height: 190px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item {
        padding:21px 22px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item {
        height:200px;
        padding: 26px 25px;
        margin-bottom: 30px
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features__item:last-child {
    margin-bottom: 0
}

.testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #a57851;
    margin-bottom: 5px
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__title {
        font-size:18px;
        margin-bottom: 10px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__title {
        font-size:24px;
        margin-bottom: 8px
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__title .hide-on-mob {
    display: none
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__title .hide-on-mob {
        display:inline
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text {
    font-size: 12px;
    line-height: 160%;
    color: #132643
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text {
        font-size:13px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text {
        font-size:14px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text {
        font-size:15px
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text .show-on-mob {
    display: inline
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text .show-on-mob {
        display:none
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text .show-on-mob {
        display:inline
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-features__item .model-advantages-features__text .show-on-mob {
        display:none
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-image {
    display: none
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-image {
        display:block;
        width: 249px;
        height: 458px;
        margin-top: 155px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-image {
        width:291px;
        height: 533px;
        margin-top: 95px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__content .model-advantages-image {
        width:376px;
        height: 717px;
        margin-top: 115px
    }
}

.testdrive-ukassa .model-advantages__content .model-advantages-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.testdrive-ukassa .model-advantages__button {
    display: none
}

@media (min-width: 768px) {
    .testdrive-ukassa .model-advantages__button {
        position:absolute;
        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;
        bottom: 60px;
        color: #fff;
        font-weight: 700;
        font-size: 28px;
        line-height: 38px;
        background-color: #b00000;
        border-radius: 50px;
        width: 298px;
        height: 70px;
        text-decoration: none
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .model-advantages__button {
        width:339px;
        height: 74px;
        bottom: 57px
    }
}

.testdrive-ukassa .questions-answers__title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .testdrive-ukassa .questions-answers__title {
        margin-bottom:70px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__title {
        margin-bottom:60px;
        line-height: 64px
    }
}

.testdrive-ukassa .questions-answers__wrapper {
    padding: 60px 0
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__wrapper {
        padding:80px 0
    }
}

.testdrive-ukassa .questions-answers__wrapper .questions {
    width: 100%;
    margin: 0 auto
}

@media (min-width: 768px) {
    .testdrive-ukassa .questions-answers__wrapper .questions {
        max-width:568px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .questions-answers__wrapper .questions {
        max-width:618px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__wrapper .questions {
        max-width:789px
    }
}

.testdrive-ukassa .questions-answers__wrapper .questions__wrapper-block {
    -ms-flex-item-align: center;
    align-self: center
}

.testdrive-ukassa .questions-answers__wrapper .questions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testdrive-ukassa .questions-answers__wrapper .questions__item.questions__item_inactive .questions_answer {
    display: none
}

.testdrive-ukassa .questions-answers__wrapper .questions__item.questions__item_inactive .questions__icon svg circle {
    fill: #b00000
}

.testdrive-ukassa .questions-answers__wrapper .questions__item.questions__item_inactive .questions__icon svg .questions__icon-plus {
    display: inline
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon {
    margin-right: 20px;
    margin-top: 6px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media (min-width: 768px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon {
        margin-right:18px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon {
        margin-right:23px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon {
        margin-right:40px
    }
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon:hover {
    cursor: pointer
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon svg {
    width: 32px;
    height: 32px
}

@media (min-width: 768px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon svg {
        width:42px;
        height: 42px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon svg {
        width:52px;
        height: 52px
    }
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon svg circle {
    fill: #a57851
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions__icon svg .questions__icon-plus {
    display: none
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions__question {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #b00000
}

@media (min-width: 768px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions__question {
        font-size:20px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions__question {
        font-size:25px;
        max-width: 696px
    }
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions_answer {
    font-size: 12px;
    line-height: 160%;
    margin-top: 12px;
    margin-bottom: 20px;
    color: #b00000
}

@media (min-width: 768px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions_answer {
        margin-top:15px;
        font-size: 18px
    }
}

@media (min-width: 1024px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions_answer {
        max-width:608px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__item .questions_answer {
        max-width:696px
    }
}

.testdrive-ukassa .questions-answers__wrapper .questions__item .questions_answer a {
    color: #b00000;
    text-decoration: underline
}

.testdrive-ukassa .questions-answers__wrapper .questions__border {
    width: 100%;
    height: 1px;
    background-color: #b6c1cf;
    margin: 20px 0
}

@media (min-width: 1280px) {
    .testdrive-ukassa .questions-answers__wrapper .questions__border {
        margin:40px 0
    }
}

.testdrive-ukassa .reviews__wrapper {
    padding: 30px 0 60px
}

@media (min-width: 768px) {
    .testdrive-ukassa .reviews__wrapper {
        padding:60px 0
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .reviews__wrapper {
        padding:80px 0
    }
}

.testdrive-ukassa .reviews__title {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .testdrive-ukassa .reviews__title {
        margin-bottom:60px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .reviews__title {
        line-height:63px
    }
}

.testdrive-ukassa .reviews__slider .review-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 18px 30px 27px;
    background-color: #dde5ed;
    border-radius: 10px;
    height: 558px
}

@media (min-width: 768px) {
    .testdrive-ukassa .reviews__slider .review-slide {
        height:677px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .reviews__slider .review-slide {
        padding:20px 30px 30px;
        height: 675px;
        width: 378px
    }
}

.testdrive-ukassa .reviews__slider .review-slide__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testdrive-ukassa .reviews__slider .review-slide__top .review-slide__icon {
    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;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #c4c4c4;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-right: 15px
}

.testdrive-ukassa .reviews__slider .review-slide__top .review-slide__username {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #b00000;
    max-width: 198px;
    overflow: hidden
}

@media (min-width: 1280px) {
    .testdrive-ukassa .reviews__slider .review-slide__top .review-slide__username {
        font-size:18px;
        line-height: 25px
    }
}

.testdrive-ukassa .reviews__slider .review-slide__model {
    font-size: 10px;
    line-height: 140%;
    color: #b00000;
    margin: 20px 0
}

@media (min-width: 768px) {
    .testdrive-ukassa .reviews__slider .review-slide__model {
        font-size:14px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .reviews__slider .review-slide__model {
        font-size:16px
    }
}

.testdrive-ukassa .reviews__slider .review-slide__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #b00000;
    overflow: hidden;
    margin-bottom: 29px
}

@media (min-width: 768px) {
    .testdrive-ukassa .reviews__slider .review-slide__text {
        font-size:18px;
        margin-bottom: 24px
    }
}

@media (min-width: 1280px) {
    .testdrive-ukassa .reviews__slider .review-slide__text {
        font-size:20px;
        margin-bottom: 20px
    }
}

.testdrive-ukassa .reviews__slider .review-slide__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto
}

.testdrive-ukassa .reviews__slider .review-slide__rate .review-star {
    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;
    width: 29px;
    height: 29px;
    margin-right: 4px
}

.testdrive-ukassa .reviews__slider .review-slide__rate .review-star:last-child {
    margin: 0
}

.testdrive-ukassa .reviews__slider .swiper-scrollbar {
    width: 302px;
    height: 6px;
    background-color: #dde5ed;
    border-radius: 16px
}

@media (min-width: 768px) {
    .testdrive-ukassa .reviews__slider .swiper-scrollbar {
        width:465px
    }
}

.testdrive-ukassa .reviews__slider .swiper-scrollbar-drag {
    background-color: #b00000;
    border-radius: 16px
}

.testdrive-terms h1 {
    font-size: 24px;
    text-align: center;
    margin: 40px 0
}

.testdrive-terms .terms-order {
    padding: 0
}

.testdrive-terms .terms-order__list-item::marker {
    font-weight: 700
}

.testdrive-terms .terms-order__list-term {
    margin-left: -15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify
}

.testdrive-terms .terms-order__list-term ul {
    margin-top: 20px
}

.coffeemachine-demo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.coffeemachine-demo .input-floating {
    margin-top: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .coffeemachine-demo .input-floating {
        width:47.9839%
    }
}

.coffeemachine-demo .input-floating.coffeemachine-demo__city {
    position: relative;
    width: 100%
}

.coffeemachine-demo .input-floating.coffeemachine-demo__city select {
    padding: 18px .7rem;
    height: auto;
    border-radius: 3px;
    border: 1px solid #e8e8e9;
    resize: none;
    background-color: transparent;
    color: #141414;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE1IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC44MjgxNDIgMC45MTk2NTlDMS4xMzE0IDAuNTY1ODU0IDEuNjY0MDYgMC41MjQ4OCAyLjAxNzg3IDAuODI4MTQyTDIuMTA0NjEgMC45MDI0OTZDMi4wOTczMyAwLjg5NjI1MiAyLjA5NDA1IDAuODkzNDQyIDIuMTEzOTIgMC45MTA0NzFMNy4zNzUgNS40MTk5N0wxMi43MzIxIDAuODI4MTQyQzEzLjA4NTkgMC41MjQ4OCAxMy42MTg2IDAuNTY1ODU0IDEzLjkyMTkgMC45MTk2NTlDMTQuMjI1MSAxLjI3MzQ2IDE0LjE4NDEgMS44MDYxMiAxMy44MzAzIDIuMTA5MzhMNy45MjQxIDcuMTcxODdDNy42MDgxMyA3LjQ0MjcxIDcuMTQxODcgNy40NDI3MSA2LjgyNTkgNy4xNzE4N0wxLjMxNzk2IDIuNDUwNzhDMS4yNzQ4OSAyLjQxMzg3IDEuMzQ1OTIgMi40NzQ3NSAxLjMwMjkzIDIuNDM3OUwwLjkxOTY1OSAyLjEwOTM4QzAuNTY1ODU0IDEuODA2MTIgMC41MjQ4OCAxLjI3MzQ2IDAuODI4MTQyIDAuOTE5NjU5WiIgZmlsbD0iIzE0MTQxNCIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 16px);
    background-position-y: 27px
}

.coffeemachine-demo .input-floating__active {
    padding-left: 1.3rem
}

.coffeemachine-demo .input-floating .phone-split {
    width: 100%;
    margin-top: 0
}

.coffeemachine-demo__button {
    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;
    width: 100%;
    height: 50px;
    margin-top: 30px;
    border-radius: 40px;
    font-size: 20px;
    line-height: 145%;
    background-color: #b00000
}

@media (min-width: 992px) {
    .coffeemachine-demo__button {
        width:300px;
        margin: 30px auto 0
    }
}

.coffeemachine-demo-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.coffeemachine-demo-popup__text {
    width: 100%;
    font-size: 14px;
    line-height: 145%;
    color: #071a33;
    margin-top: 16px
}

@media (min-width: 768px) {
    .coffeemachine-demo-popup__text {
        margin-top:20px
    }
}

@media (min-width: 992px) {
    .coffeemachine-demo-popup__text {
        font-size:15px
    }
}

.coffeemachine-demo-popup__image {
    width: 100%;
    height: 140px;
    margin-top: 12px
}

@media (min-width: 768px) {
    .coffeemachine-demo-popup__image {
        margin-top:20px;
        height: 185px
    }
}

.coffeemachine-demo-popup__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.coffeemachine-demo-popup__remark {
    width: 100%;
    font-size: 12px;
    line-height: 145%;
    color: #071a33;
    margin-top: 12px
}

@media (min-width: 768px) {
    .coffeemachine-demo-popup__remark {
        margin-top:20px;
        width: 52.2178%
    }
}

.coffeemachine-demo-popup__button {
    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;
    font-size: 18px;
    line-height: 145%;
    border-radius: 40px;
    width: 100%;
    height: 50px;
    margin-top: 12px
}

@media (min-width: 768px) {
    .coffeemachine-demo-popup__button {
        margin-top:20px;
        width: 43.75%;
        height: 60px;
        font-size: 20px
    }
}

.perfetto a {
    text-decoration: none
}

.perfetto.html-content img {
    margin-right: 0
}

.perfetto-container {
    max-width: 1200px;
    padding-right: 0!important;
    padding-left: 0!important;
    font-family: 'Noto Sans',sans-serif
}

.perfetto-top {
    position: relative;
    height: 611px
}

@media (max-width: 1024px) {
    .perfetto-top {
        height:489px
    }
}

@media (max-width: 768px) {
    .perfetto-top {
        height:367px
    }
}

@media (max-width: 576px) {
    .perfetto-top {
        height:540px
    }
}

.perfetto-top__image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%
}

.perfetto-top__image img {
    height: 100%;
    width: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.perfetto-top__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative
}

@media (max-width: 576px) {
    .perfetto-top__content {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 25px;
        padding-bottom: 43px
    }
}

.perfetto-top__inner {
    width: 414px;
    margin: 84px 101px 0 auto;
    text-align: center
}

@media (max-width: 1024px) {
    .perfetto-top__inner {
        width:249px;
        margin-top: 7px;
        margin-right: 151px
    }
}

@media (max-width: 768px) {
    .perfetto-top__inner {
        margin-top:75px;
        margin-right: 79px
    }
}

@media (max-width: 576px) {
    .perfetto-top__inner {
        width:100%;
        height: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.perfetto-top__svg {
    width: 408px;
    height: 101px
}

@media (max-width: 1024px) {
    .perfetto-top__svg {
        width:245px;
        height: 61px
    }
}

@media (max-width: 576px) {
    .perfetto-top__svg {
        width:252px;
        height: 63px
    }
}

.perfetto-top__svg path {
    fill: #fff
}

@media (max-width: 576px) {
    .perfetto-top__svg path {
        fill:#b00000
    }
}

.perfetto-top__title {
    font-weight: 700;
    font-size: 35px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    margin: 26px 0 51px;
    white-space: nowrap
}

@media (max-width: 1024px) {
    .perfetto-top__title {
        margin:14px 0 44px;
        font-size: 21px;
        line-height: 150%
    }
}

@media (max-width: 576px) {
    .perfetto-top__title {
        font-size:22px;
        line-height: 130%;
        color: #b00000
    }
}

.perfetto-top__btn {
    line-height: 74px;
    background: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 27px;
    color: #b00000;
    margin: 0 auto;
    padding: 0 50px;
    display: table;
    white-space: nowrap
}

.perfetto-top__btn:hover {
    color: #b00000
}

@media (max-width: 1024px) {
    .perfetto-top__btn {
        line-height:50px;
        font-size: 18px;
        padding: 0 34px
    }
}

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

@media (max-width: 1024px) {
    .perfetto-hang {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.perfetto-hang svg {
    width: 100%;
    height: 100%
}

.perfetto-hang__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #a57851;
    margin: 0 0 23px
}

@media (max-width: 1024px) {
    .perfetto-hang__title {
        font-size:20px;
        line-height: 27px;
        margin: 0 0 4px
    }
}

@media (max-width: 768px) {
    .perfetto-hang__title {
        font-size:18px;
        line-height: 25px;
        margin: 0 0 3px
    }
}

@media (max-width: 767px) {
    .perfetto-hang__title {
        margin:0 0 0
    }
}

.perfetto-hang__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (max-width: 1024px) {
    .perfetto-hang__item {
        margin-top:11px
    }
}

@media (max-width: 768px) {
    .perfetto-hang__item {
        margin-top:12px
    }
}

@media (max-width: 767px) {
    .perfetto-hang__item {
        margin-top:15px
    }
}

.perfetto-hang__item--1 {
    margin-right: 36px
}

.perfetto-hang__item--1 .perfetto-hang__text {
    width: 150px
}

.perfetto-hang__item--2 .perfetto-hang__text {
    max-width: 118px
}

.perfetto-hang__item--3 {
    margin-right: 36px
}

.perfetto-hang__item--3 .perfetto-hang__text {
    width: 150px
}

.perfetto-hang__item--4 .perfetto-hang__text {
    max-width: 118px
}

.perfetto-hang__icon {
    width: 48px;
    height: 48px;
    margin-right: 10px
}

@media (max-width: 1024px) {
    .perfetto-hang__icon {
        height:42px;
        width: 42px;
        margin-right: 16px
    }
}

@media (max-width: 768px) {
    .perfetto-hang__icon {
        height:32px;
        width: 32px;
        margin-right: 10px
    }
}

@media (max-width: 767px) {
    .perfetto-hang__icon {
        height:42px;
        width: 42px;
        margin-right: 16px
    }
}

.perfetto-hang__icon img {
    height: 100%;
    width: 100%
}

.perfetto-hang__text {
    font-size: 16px;
    line-height: 140%;
    color: #b00000
}

@media (max-width: 1024px) {
    .perfetto-hang__text {
        font-size:15px;
        line-height: 150%;
        width: 173px!important;
        max-width: 173px!important
    }
}

@media (max-width: 768px) {
    .perfetto-hang__text {
        font-size:14px;
        line-height: 140%
    }
}

@media (max-width: 767px) {
    .perfetto-hang__text {
        font-size:14px;
        line-height: 150%
    }
}

.perfetto-info {
    overflow: hidden;
    background-color: #fff;
    padding-top: 80px
}

@media (max-width: 1160px) {
    .perfetto-info {
        padding-top:60px
    }
}

@media (max-width: 767px) {
    .perfetto-info {
        padding-top:0
    }
}

.perfetto-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 80px
}

@media (max-width: 1160px) {
    .perfetto-info__item:first-child {
        padding-bottom:70px
    }
}

@media (max-width: 1023px) {
    .perfetto-info__item:first-child {
        padding-bottom:60px
    }
}

@media (max-width: 767px) {
    .perfetto-info__item:first-child {
        padding-bottom:0
    }
}

@media (max-width: 1160px) {
    .perfetto-info__item {
        padding-bottom:60px
    }
}

@media (max-width: 767px) {
    .perfetto-info__item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .perfetto-info__item {
        padding-bottom:0
    }
}

.perfetto-info__image {
    min-width: 687px
}

@media (max-width: 1160px) {
    .perfetto-info__image {
        min-width:556px
    }
}

@media (max-width: 990px) {
    .perfetto-info__image {
        min-width:428px
    }
}

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

@media (max-width: 767px) {
    .perfetto-info__image {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

.perfetto-info__image+.perfetto-info__inner {
    margin-left: 60px;
    margin-right: 33px
}

@media (max-width: 1024px) {
    .perfetto-info__image+.perfetto-info__inner {
        margin-right:89px;
        margin-left: 53px
    }
}

@media (max-width: 1023px) {
    .perfetto-info__image+.perfetto-info__inner {
        margin-right:40px;
        margin-left: 32px
    }
}

@media (max-width: 767px) {
    .perfetto-info__image+.perfetto-info__inner {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 24px;
        margin-left: 24px
    }
}

.perfetto-info__image img {
    height: auto;
    width: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.perfetto-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 33px
}

@media (max-width: 1024px) {
    .perfetto-info__inner {
        margin-left:89px
    }
}

@media (max-width: 1023px) {
    .perfetto-info__inner {
        margin-left:40px
    }
}

@media (max-width: 767px) {
    .perfetto-info__inner {
        margin:46px 24px 34px
    }
}

.perfetto-info__inner+.perfetto-info__image {
    margin-left: 61px
}

@media (max-width: 1024px) {
    .perfetto-info__inner+.perfetto-info__image {
        margin-left:53px
    }
}

@media (max-width: 1023px) {
    .perfetto-info__inner+.perfetto-info__image {
        margin-left:32px
    }
}

@media (max-width: 767px) {
    .perfetto-info__inner+.perfetto-info__image {
        margin-left:0
    }
}

.perfetto-info__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: #b00000;
    margin-bottom: 25px
}

@media (max-width: 1024px) {
    .perfetto-info__title {
        font-size:24px;
        line-height: 140%;
        margin-bottom: 14px
    }
}

@media (max-width: 1023px) {
    .perfetto-info__title {
        font-size:20px;
        line-height: 140%;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .perfetto-info__title {
        font-size:23px;
        line-height: 140%;
        margin-bottom: 6px
    }
}

.perfetto-info__text {
    font-size: 16px;
    line-height: 150%;
    color: #b00000;
    margin-bottom: 43px
}

@media (max-width: 1024px) {
    .perfetto-info__text {
        font-size:15px;
        line-height: 150%;
        margin-bottom: 24px
    }
}

@media (max-width: 1023px) {
    .perfetto-info__text {
        font-size:14px;
        line-height: 150%;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .perfetto-info__text {
        margin-bottom:23px
    }
}

.perfetto-box {
    position: relative;
    height: 599px
}

@media (max-width: 768px) {
    .perfetto-box {
        height:500px
    }
}

@media (max-width: 576px) {
    .perfetto-box {
        height:661px
    }
}

.perfetto-box__image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%
}

.perfetto-box__image img {
    height: 100%;
    width: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 576px) {
    .perfetto-box__image {
        height:428px;
        top: auto;
        bottom: 0
    }
}

.perfetto-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative
}

@media (max-width: 576px) {
    .perfetto-box__content {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 91px;
        padding-bottom: 43px
    }
}

.perfetto-box__inner {
    width: 415px;
    margin: 0 auto 7px 56px;
    text-align: center
}

@media (max-width: 1024px) {
    .perfetto-box__inner {
        width:279px;
        margin-left: 99px;
        margin-bottom: 0
    }
}

@media (max-width: 768px) {
    .perfetto-box__inner {
        margin-left:46px
    }
}

@media (max-width: 576px) {
    .perfetto-box__inner {
        margin-left:0;
        width: 100%;
        height: 100%;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.perfetto-box__svg {
    width: 408px;
    height: 101px
}

@media (max-width: 1024px) {
    .perfetto-box__svg {
        width:245px;
        height: 61px
    }
}

@media (max-width: 576px) {
    .perfetto-box__svg {
        width:252px;
        height: 63px
    }
}

.perfetto-box__svg path {
    fill: #b00000
}

.perfetto-box__title {
    font-weight: 700;
    font-size: 35px;
    line-height: 150%;
    text-transform: uppercase;
    margin: 26px 0 51px;
    white-space: nowrap;
    color: #b00000
}

@media (max-width: 1024px) {
    .perfetto-box__title {
        margin:18px 0 44px;
        font-size: 21px;
        line-height: 150%
    }
}

@media (max-width: 576px) {
    .perfetto-box__title {
        font-size:22px;
        line-height: 130%
    }
}

.perfetto-box__btn {
    line-height: 74px;
    background: #b00000;
    border-radius: 50px;
    font-weight: 700;
    font-size: 27px;
    color: #fff;
    margin: 0 auto;
    padding: 0 36px;
    display: table;
    white-space: nowrap
}

.perfetto-box__btn:hover {
    color: #fff
}

@media (max-width: 1024px) {
    .perfetto-box__btn {
        line-height:50px;
        font-size: 18px;
        padding: 0 26px
    }
}

.perfetto-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff
}

.perfetto-cards__container {
    position: relative
}

.perfetto-cards__container.active .perfetto-card__arrow,.perfetto-cards__container.active .perfetto-card__pagination {
    opacity: 0
}

.perfetto-card {
    position: relative;
    width: 33.3333%;
    text-align: center;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -moz-transform: perspective(1200px)
}

.perfetto-card:nth-child(2):before,.perfetto-card:nth-child(2):after {
    content: "";
    position: absolute;
    width: 1px;
    left: 0;
    top: 73px;
    bottom: 50px;
    z-index: 2;
    background-color: #b00000
}

@media (max-width: 1199px) {
    .perfetto-card:nth-child(2):before,.perfetto-card:nth-child(2):after {
        top:58px;
        bottom: 40px
    }
}

@media (max-width: 1023px) {
    .perfetto-card:nth-child(2):before,.perfetto-card:nth-child(2):after {
        top:78px;
        bottom: 65px
    }
}

@media (max-width: 767px) {
    .perfetto-card:nth-child(2):before,.perfetto-card:nth-child(2):after {
        display:none
    }
}

.perfetto-card:nth-child(2):after {
    left: auto;
    right: 0
}

@media (max-width: 767px) {
    .perfetto-card {
        width:100%
    }
}

.perfetto-card__front,.perfetto-card__back {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.perfetto-card__front {
    padding: 98px 33px 67px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

@media (max-width: 1199px) {
    .perfetto-card__front {
        padding:75px 33px 37px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__front {
        padding:91px 0 39px
    }
}

@media (max-width: 767px) {
    .perfetto-card__front {
        padding:61px 33px 71px
    }
}

.perfetto-card__back {
    padding: 85px 30px 67px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1199px) {
    .perfetto-card__back {
        padding:75px 43px 52px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__back {
        padding:81px 26px 52px
    }
}

.perfetto-card__arrow {
    opacity: 0;
    top: 206px;
    outline: 0;
    border: 0
}

.perfetto-card__arrow:focus,.perfetto-card__arrow:hover,.perfetto-card__arrow:active {
    outline: 0;
    border: 0
}

.perfetto-card__arrow--prev {
    left: 24px
}

.perfetto-card__arrow--next {
    right: 24px
}

.perfetto-card__arrow:after {
    display: none
}

@media (max-width: 767px) {
    .perfetto-card__arrow {
        opacity:1
    }
}

.perfetto-card__pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    z-index: 7;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .perfetto-card__pagination {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.perfetto-card__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px
}

.perfetto-card__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #b00000
}

.perfetto-card__icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 31px 20px
}

@media (max-width: 1199px) {
    .perfetto-card__icon {
        padding:23px 40px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__icon {
        padding:35px 41px
    }
}

@media (max-width: 767px) {
    .perfetto-card__icon {
        padding:19px 23px
    }
}

.perfetto-card__icon svg {
    width: 58px;
    height: 58px
}

@media (max-width: 1024px) {
    .perfetto-card__icon svg {
        width:46px;
        height: 46px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__icon svg {
        width:34px;
        height: 34px
    }
}

@media (max-width: 767px) {
    .perfetto-card__icon svg {
        width:36px;
        height: 36px
    }
}

.perfetto-card__icon--hide {
    padding: 46px 29px
}

@media (max-width: 1199px) {
    .perfetto-card__icon--hide {
        padding:34px 49px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__icon--hide {
        padding:37px 43px
    }
}

.perfetto-card__icon--hide svg {
    width: 34px;
    height: 24px
}

@media (max-width: 1024px) {
    .perfetto-card__icon--hide svg {
        width:32px;
        height: 22px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__icon--hide svg {
        width:26px
    }
}

.perfetto-card__picture {
    display: table;
    width: 334px;
    height: 471px;
    margin: 0 auto 8px
}

.perfetto-card__picture img {
    width: 100%;
    height: 100%
}

@media (max-width: 1199px) {
    .perfetto-card__picture {
        width:260px;
        height: 377px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__picture {
        width:174px;
        height: 283px
    }
}

@media (max-width: 767px) {
    .perfetto-card__picture {
        width:228px;
        height: 310px
    }
}

.perfetto-card__name {
    font-size: 16px;
    line-height: 22px;
    color: #b00000;
    margin: 8px 0 8px
}

.perfetto-card__back .perfetto-card__name {
    margin: 0 0 11px
}

@media (max-width: 1199px) {
    .perfetto-card__back .perfetto-card__name {
        margin:0 0 35px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__back .perfetto-card__name {
        margin:0 0 15px
    }
}

@media (max-width: 1199px) {
    .perfetto-card__name {
        font-size:13px;
        line-height: 18px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__name {
        font-size:10px;
        line-height: 14px
    }
}

.perfetto-card__list {
    text-align: center;
    height: 473px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1199px) {
    .perfetto-card__list {
        height:351px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__list {
        height:299px
    }
}

@media (max-width: 767px) {
    .perfetto-card__list {
        min-height:272px
    }
}

.perfetto-card__list-item {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #b00000;
    padding: 24px 0;
    min-height: 91px;
    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;
    border-top: 1px solid rgba(12,35,64,.2)
}

.perfetto-card__list-item:first-child {
    border: 0
}

@media (max-width: 1199px) {
    .perfetto-card__list-item {
        font-size:18px;
        line-height: 140%;
        padding: 20px 0;
        min-height: 65px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__list-item {
        font-size:15px;
        line-height: 140%;
        padding: 10px 0;
        min-height: 51px
    }
}

@media (max-width: 767px) {
    .perfetto-card__list-item {
        font-size:15px;
        line-height: 140%
    }
}

.perfetto-card__btn {
    cursor: pointer;
    display: table;
    font-weight: 700;
    font-size: 27px;
    color: #fff;
    line-height: 75px;
    min-width: 260px;
    background: #b00000;
    border-radius: 50px;
    margin: 29px auto 15px
}

.perfetto-card__btn:hover {
    color: #fff
}

.perfetto-card__back .perfetto-card__btn {
    margin-top: 37px
}

@media (max-width: 1199px) {
    .perfetto-card__back .perfetto-card__btn {
        margin-top:20px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__back .perfetto-card__btn {
        margin-top:22px
    }
}

@media (max-width: 1199px) {
    .perfetto-card__btn {
        line-height:60px;
        min-width: 208px;
        font-size: 21px;
        margin: 21px auto 15px
    }
}

@media (max-width: 1023px) {
    .perfetto-card__btn {
        line-height:45px;
        min-width: 156px;
        font-size: 15.75px;
        margin: 35px auto 11px
    }
}

@media (max-width: 767px) {
    .perfetto-card__btn {
        line-height:55px;
        min-width: 180px;
        margin: 31px auto 11px
    }
}

.perfetto-card__current-price {
    font-size: 22px;
    line-height: 150%;
    color: #b00000
}

@media (max-width: 1199px) {
    .perfetto-card__current-price {
        font-size:17px;
        line-height: 150%
    }
}

@media (max-width: 1023px) {
    .perfetto-card__current-price {
        font-size:13px;
        line-height: 150%
    }
}

@media (max-width: 767px) {
    .perfetto-card__current-price {
        font-size:15px;
        line-height: 150%
    }
}

.perfetto-video {
    position: relative;
    height: 720px
}

@media (max-width: 576px) {
    .perfetto-video {
        height:438px
    }
}

.perfetto-video__picture {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.perfetto-video__picture img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover
}

.perfetto-video__btn {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 192px;
    height: 192px;
    margin-top: -96px;
    margin-left: -96px;
    z-index: 3;
    border: 0;
    background-color: transparent
}

@media (max-width: 576px) {
    .perfetto-video__btn {
        width:110px;
        height: 110px;
        margin-top: -55px;
        margin-left: -55px
    }
}

.perfetto-video__btn svg {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.perfetto-video__box.play {
    display: none
}

.perfetto-video__wrapper {
    height: 100%
}

.perfetto-video__wrapper .perfetto-video__img {
    width: 100%;
    height: 100%
}

.perfetto-video__wrapper .video_card {
    height: 100%
}

.perfetto-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.perfetto-video.player img {
    display: none
}

.perfetto-video.player:after {
    display: none
}

.perfetto-video.player .perfetto-video__btn {
    display: none
}

.perfetto-video .video-overlay-play-button:hover {
    opacity: 1
}

.perfetto-video .video-overlay-play-button.is-hidden {
    display: none
}

.coffee-kit {
    font-family: 'Noto Sans'
}

.coffee-kit .kit-giveaway {
    height: 720px;
    background-color: #dfc2b0;
    overflow: hidden
}

@media (min-width: 768px) {
    .coffee-kit .kit-giveaway {
        height:540px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .kit-giveaway {
        height:560px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .kit-giveaway {
        height:772px
    }
}

.coffee-kit .kit-giveaway__wrapper {
    padding: 40px 24px 0;
    height: 613px;
    background-image: url(../images/coffee-kit/first-screen-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (min-width: 768px) {
    .coffee-kit .kit-giveaway__wrapper {
        display:grid;
        grid-template-areas: "macine subtitle" "machine title" "machine coffee-kit";
        height: 507px;
        padding: 40px 43px 0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .kit-giveaway__wrapper {
        background-size:auto 730px;
        background-position-y: -125px;
        padding: 50px 135px 0 90px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .kit-giveaway__wrapper {
        height:772px;
        background-position: center;
        background-size: cover;
        padding: 57px 84px 0 113px
    }
}

.coffee-kit .kit-giveaway__wrapper .kit-giveaway__subtitle {
    grid-area: subtitle;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto 10px;
    max-width: 290px
}

@media (min-width: 768px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__subtitle {
        line-height:130%;
        max-width: unset;
        text-align: left;
        margin: 0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__subtitle {
        font-size:15px;
        margin-bottom: 9px;
        padding-right: 14px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__subtitle {
        font-size:20px;
        margin-bottom: 0;
        padding-right: 0;
        margin-left: 55px
    }
}

.coffee-kit .kit-giveaway__wrapper .kit-giveaway__title {
    grid-area: title;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    margin: 0 auto 20px;
    color: #fff;
    text-align: center;
    max-width: 302px
}

@media (min-width: 768px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__title {
        max-width:unset;
        text-align: left;
        font-size: 36px;
        margin: 0 0 26px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__title {
        font-size:40px;
        margin-right: 14px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__title {
        font-size:54px;
        margin-right: 14px;
        margin-left: 55px;
        margin-bottom: 43px;
        max-width: 639px
    }
}

.coffee-kit .kit-giveaway__wrapper .kit-giveaway__machine {
    grid-area: machine;
    width: 156px;
    height: 254px;
    margin: 0 auto 20px
}

@media (min-width: 768px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__machine {
        width:223px;
        height: 360px;
        margin: 30px 13px 0 auto
    }
}

@media (min-width: 1024px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__machine {
        width:251px;
        height: 405px;
        margin: 35px 76px 0 auto
    }
}

@media (min-width: 1280px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__machine {
        width:364px;
        height: 550px;
        margin: 45px 25px 0 auto
    }
}

.coffee-kit .kit-giveaway__wrapper .kit-giveaway__machine img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .kit-giveaway__wrapper .kit-giveaway__coffee {
    grid-area: coffee-kit;
    width: 302px;
    height: 187px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__coffee {
        width:428px;
        height: 294px;
        margin: 0 auto 0 14px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__coffee {
        width:472px;
        height: 324px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .kit-giveaway__wrapper .kit-giveaway__coffee {
        width:650px;
        height: 446px
    }
}

.coffee-kit .kit-giveaway__wrapper .kit-giveaway__coffee img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .coffee-blends {
    padding: 40px 0;
    background-color: #fff
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends {
        padding:60px 0
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends {
        padding:80px 0 65px
    }
}

.coffee-kit .coffee-blends__container {
    max-width: calc(100% - 48px);
    margin: 0 auto
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container {
        max-width:89.5834%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container {
        max-width:92.1875%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container {
        width:100%;
        max-width: 1200px
    }
}

.coffee-kit .coffee-blends__container .coffee-blends__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #b00000;
    margin-bottom: 30px;
    width: 302px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .coffee-blends__title {
        width:586px;
        font-size: 36px;
        line-height: 150%;
        margin-bottom: 32px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .coffee-blends__title {
        width:658px;
        font-size: 40px;
        line-height: 140%;
        margin-bottom: 47px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .coffee-blends__title {
        width:880px;
        font-size: 54px;
        margin-bottom: 60px
    }
}

.coffee-kit .coffee-blends__container .coffee-blends__slider {
    position: relative
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider {
        padding:0 26px 0 40px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider {
        padding:0 53px 0 74px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider {
        padding:0 78px 0 76px
    }
}

.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-scrollbar {
    width: 302px;
    height: 6px;
    background-color: rgba(12,35,64,.2);
    border-radius: 14px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-scrollbar {
        width:348px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-scrollbar {
        width:600px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-scrollbar {
        width:584px
    }
}

.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-scrollbar-drag {
    background-color: #b00000;
    border-radius: 14px
}

.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-prev,.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 40%
}

@media (max-width: 767px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-prev,.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-next {
        display:none
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-prev,.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-next {
        width:40px;
        height: 40px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-prev,.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-next {
        width:46px;
        height: 46px
    }
}

.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-prev svg,.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-next svg {
    width: 100%;
    height: 100%
}

.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-prev:after,.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-next:after {
    content: ""
}

.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-prev {
    left: 0
}

.coffee-kit .coffee-blends__container .coffee-blends__slider .swiper-button-next {
    right: 0
}

.coffee-kit .coffee-blends__container .blend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.coffee-kit .coffee-blends__container .blend-item__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__product {
        width:calc(100% - 201px)
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__product {
        width:calc(100% - 275px)
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__product {
        width:calc(100% - 329px)
    }
}

.coffee-kit .coffee-blends__container .blend-item__product .blend-text {
    width: 138px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text {
        width:182px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text {
        width:240px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text {
        width:320px
    }
}

.coffee-kit .coffee-blends__container .blend-item__product .blend-text__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #b00000;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text__title {
        font-size:42px;
        margin-bottom: 29px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text__title {
        font-size:54px;
        margin-bottom: 20px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text__title {
        font-size:74px;
        margin-bottom: 40px
    }
}

.coffee-kit .coffee-blends__container .blend-item__product .blend-text__title .title-row-2 {
    text-align: right
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text__title .title-row-2 {
        padding-right:30px
    }
}

.coffee-kit .coffee-blends__container .blend-item__product .blend-text__description {
    font-size: 14px;
    line-height: 150%;
    color: #b00000
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text__description {
        font-size:17px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-text__description {
        font-size:22px
    }
}

.coffee-kit .coffee-blends__container .blend-item__product .blend-image {
    width: 50.9934%
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-image {
        width:calc(100% - 188px)
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-image {
        width:calc(100% - 256px)
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__product .blend-image {
        width:calc(100% - 335px)
    }
}

.coffee-kit .coffee-blends__container .blend-item__product .blend-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .coffee-blends__container .blend-item__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 185px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages {
        width:235px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages {
        width:256px
    }
}

.coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45.6954%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item {
        margin-bottom:30px
    }
}

.coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__icon {
    width: 42px;
    height: 42px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__icon {
        width:38px;
        height: 38px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__icon {
        width:42px;
        height: 42px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__icon {
        width:64px;
        height: 64px
    }
}

.coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__title {
    margin: 6px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #b00000
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__title {
        width:140px;
        margin: 0 0 6px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__title {
        width:180px;
        font-size: 22px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__title {
        font-size:26px
    }
}

.coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__text {
    font-size: 14px;
    line-height: 150%;
    color: #b00000
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__text {
        width:140px;
        margin-left: auto
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__text {
        font-size:17px;
        width: 180px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-item__advantages .advantage-item__text {
        font-size:18px;
        margin-top: -15px
    }
}

.coffee-kit .coffee-blends__container .swiper-slide {
    -webkit-transform: translate3d(0,0,0)
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 60px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses {
        margin-top:40px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        width: 29.26%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block {
        width:29.36%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block {
        width:310px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__image-mob {
    width: 51%
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__image-mob {
        display:none
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__image-mob img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text {
    width: 42%;
    -ms-flex-item-align: center;
    align-self: center
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text {
        width:100%;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #b00000
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title {
        font-size:42px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title {
        font-size:54px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title {
        font-size:69px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title span {
    margin-left: 24px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title span {
        margin-left:42px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title span {
        margin-left:54px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block .glasses-block-text .glasses-block__title span {
        margin-left:72px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages {
        margin-top:40px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages {
        margin-top:63px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 13px)
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage {
        width:100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage {
        margin-bottom:30px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage:last-child {
    margin-bottom: 0
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__icon {
    width: 55px;
    height: 48px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__icon {
        width:38px;
        height: 38px;
        margin-right: 7px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__icon {
        width:42px;
        height: 44px;
        margin-right: 13px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__icon {
        width:64px;
        height: 64px;
        margin-right: 12px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #b00000;
    margin: 5px 0 8px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__title {
        margin:0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__title {
        font-size:22px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__title {
        font-size:26px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__description {
    font-size: 14px;
    line-height: 150%;
    color: #b00000
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__description {
        width:calc(100% - 45px);
        margin-left: auto;
        margin-top: -7px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__description {
        font-size:17px;
        width: calc(100% - 55px)
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block__advantages .glasses-advantage__description {
        font-size:18px;
        width: calc(100% - 76px);
        margin-top: -16px;
        padding-right: 54px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child {
        -webkit-box-ordinal-group:4;
        -ms-flex-order: 3;
        order: 3;
        width: 29.26%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child {
        width:29.36%
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text {
    width: 47.3334%
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text {
        width:100%
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__title {
    width: 100%
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__title span {
    margin-left: 31px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__title span {
        margin-left:44px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__title span {
        margin-left:56px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__title span {
        margin-left:75px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__text {
    width: 100%;
    font-size: 14px;
    line-height: 150%;
    color: #b00000;
    margin-right: auto;
    margin-top: 10px
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__text {
        margin-top:20px;
        margin-right: 0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__text {
        margin-top:40px;
        font-size: 17px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses .glasses-block:first-child .glasses-block-text .glasses-block__text {
        font-size:22px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses__desk-img {
    display: none
}

@media (min-width: 768px) {
    .coffee-kit .coffee-blends__container .blend-glasses__desk-img {
        display:block;
        width: 37.3%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width: 1024px) {
    .coffee-kit .coffee-blends__container .blend-glasses__desk-img {
        width:35%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .coffee-blends__container .blend-glasses__desk-img {
        width:382px
    }
}

.coffee-kit .coffee-blends__container .blend-glasses__desk-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .elite-features {
    background-color: #fff;
    padding: 40px 0
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features {
        padding:60px 0
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features {
        padding:80px 0 60px
    }
}

.coffee-kit .elite-features__button {
    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;
    background-color: #b00000;
    border-radius: 24px;
    width: 302px;
    height: 48px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 62px auto 0;
    text-decoration: none
}

@media (min-width: 768px) {
    .coffee-kit .elite-features__button {
        width:330px;
        height: 54px;
        border-radius: 30px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features__button {
        width:440px;
        height: 72px;
        border-radius: 40px;
        font-size: 22px;
        line-height: 30px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features__button {
        width:550px;
        height: 90px;
        border-radius: 50px;
        font-size: 28px;
        line-height: 38px;
        margin-top: 40px
    }
}

.coffee-kit .elite-features__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #b00000;
    margin: 0 auto 44px;
    max-width: 302px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features__title {
        font-size:36px;
        line-height: 150%;
        max-width: 520px;
        margin: 0 auto 60px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features__title {
        font-size:40px;
        line-height: 140%;
        max-width: 640px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features__title {
        font-size:54px;
        max-width: 860px;
        margin: 0 auto 80px
    }
}

.coffee-kit .elite-features__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 768px) {
    .coffee-kit .elite-features__wrapper {
        height:549px;
        width: 768px;
        margin: 0 auto;
        position: relative
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features__wrapper {
        height:730px;
        width: 1024px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features__wrapper {
        height:915px;
        width: 1280px
    }
}

.coffee-kit .elite-features__full-image {
    display: none
}

@media (min-width: 768px) {
    .coffee-kit .elite-features__full-image {
        position:absolute;
        width: 367px;
        display: block;
        left: -35px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features__full-image {
        width:487px;
        margin-left: -10px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features__full-image {
        width:611px;
        margin-left: -20px
    }
}

.coffee-kit .elite-features__full-image img {
    width: 100%;
    margin: 0
}

.coffee-kit .elite-features__container {
    width: 100%
}

@media (min-width: 768px) {
    .coffee-kit .elite-features__container {
        width:300px;
        position: absolute;
        right: 74px;
        top: 26px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features__container {
        width:400px;
        right: 100px;
        top: 33px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features__container {
        width:430px;
        right: 193px;
        top: 78px
    }
}

.coffee-kit .elite-features .elite-features-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.coffee-kit .elite-features .elite-features-block__half-image {
    width: 138px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__half-image {
        display:none
    }
}

.coffee-kit .elite-features .elite-features-block__half-image img {
    width: 100%;
    margin: 0
}

.coffee-kit .elite-features .elite-features-block__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 28px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features {
        margin-left:0
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature {
    position: relative;
    margin-bottom: 20px
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature {
        margin-bottom:25px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature {
        margin-bottom:36px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #b00000;
    margin-bottom: 5px;
    width: 160px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__name {
        width:300px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__name {
        font-size:22px;
        width: 400px;
        margin-bottom: 7px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__name {
        font-size:26px;
        width: 430px;
        margin-bottom: 8px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__descr {
    width: 160px;
    font-size: 14px;
    line-height: 150%;
    color: #b00000
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__descr {
        width:300px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__descr {
        font-size:17px;
        width: 400px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__descr {
        font-size:18px;
        width: 430px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__line {
    position: absolute;
    height: .8px;
    background-color: #b00000;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    left: -21px;
    top: 13px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line {
        left:-20px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line {
        left:-27px;
        top: 17px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line {
        left:-33px;
        top: 19px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__line_1 {
    width: 60px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_1 {
        width:124px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_1 {
        width:170px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_1 {
        width:205px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__line_2 {
    width: 100px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_2 {
        width:124px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_2 {
        width:170px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_2 {
        width:205px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__line_3 {
    width: 60px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_3 {
        width:170px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_3 {
        width:230px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_3 {
        width:276px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__line_4 {
    width: 90px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_4 {
        width:124px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_4 {
        width:170px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_4 {
        width:205px
    }
}

.coffee-kit .elite-features .elite-features-block__features .elite-feature__line_5 {
    width: 100px
}

@media (min-width: 768px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_5 {
        width:210px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_5 {
        width:280px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .elite-features .elite-features-block__features .elite-feature__line_5 {
        width:350px
    }
}

@media (max-width: 767px) {
    .coffee-kit .elite-features .elite-features-block_image-right {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-top: 69px
    }
}

@media (max-width: 767px) {
    .coffee-kit .elite-features .elite-features-block_image-right .elite-features-block__features {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 28px;
        margin-left: 0;
        margin-top: 84px
    }
}

@media (max-width: 767px) {
    .coffee-kit .elite-features .elite-features-block_image-right .elite-features-block__features .elite-feature__line {
        -webkit-transform:translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        right: -21px;
        left: auto
    }
}

.coffee-kit .comfort {
    background-color: #fff;
    padding: 40px 6.8572%
}

@media (min-width: 768px) {
    .coffee-kit .comfort {
        padding:60px 7.2917%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort {
        padding:60px 7.3243%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort {
        padding:80px 0
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container {
        max-width:1200px;
        margin: 0 auto
    }
}

.coffee-kit .comfort__container .comfort__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #b00000;
    margin-bottom: 60px
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort__title {
        width:520px;
        margin: 0 auto 40px;
        font-size: 36px;
        line-height: 150%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort__title {
        width:640px;
        margin: 0 auto 70px;
        font-size: 40px;
        line-height: 140%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort__title {
        width:860px;
        margin: 0 auto 90px;
        font-size: 54px
    }
}

.coffee-kit .comfort__container .comfort-item {
    display: grid;
    grid-template-areas: "title title" "desc img";
    grid-template-columns: 138px 147px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item {
        grid-template-areas:"title img" "desc img";
        grid-template-columns: 360px 1fr;
        margin-bottom: 40px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort-item {
        grid-template-columns:480px 1fr;
        margin-bottom: 50px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort-item {
        grid-template-columns:600px 1fr;
        margin-bottom: 70px
    }
}

.coffee-kit .comfort__container .comfort-item__title {
    grid-area: title;
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #b00000;
    width: 270px;
    margin: 0 auto 20px 0;
    align-self: end
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item__title {
        font-size:45.6px;
        width: 360px;
        margin: 0 auto 26px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort-item__title {
        width:480px;
        font-size: 60.8px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort-item__title {
        width:600px;
        font-size: 76px;
        margin: 0 auto 30px
    }
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item__title .hide-tab {
        display:none
    }
}

@media (max-width: 767px) {
    .coffee-kit .comfort__container .comfort-item__title .hide-mob {
        display:none
    }
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item__title span {
        margin-left:82px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort-item__title span {
        margin-left:110px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort-item__title span {
        margin-left:137px
    }
}

.coffee-kit .comfort__container .comfort-item__desc {
    grid-area: desc;
    font-size: 14px;
    line-height: 150%;
    color: #b00000;
    margin-top: 8px
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item__desc {
        width:274px;
        margin-top: 0;
        margin-left: auto
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort-item__desc {
        width:364px;
        font-size: 17px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort-item__desc {
        width:456px;
        font-size: 22px
    }
}

.coffee-kit .comfort__container .comfort-item__image {
    grid-area: img
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item__image {
        width:230px;
        justify-self: center
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort-item__image {
        width:306px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort-item__image {
        width:382px
    }
}

.coffee-kit .comfort__container .comfort-item__image img {
    margin: 0;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .comfort__container .comfort-item:nth-child(2n) {
    grid-template-columns: 147px 138px;
    grid-template-areas: "title title" "img desc"
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item:nth-child(2n) {
        grid-template-columns:1fr 360px;
        grid-template-areas: "img title" "img desc"
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort-item:nth-child(2n) {
        grid-template-columns:1fr 480px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort-item:nth-child(2n) {
        grid-template-columns:1fr 600px
    }
}

.coffee-kit .comfort__container .comfort-item:nth-child(2n) .comfort-item__title {
    margin: 0 auto 20px 0
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item:nth-child(2n) .comfort-item__title {
        margin:0 0 20px auto
    }
}

.coffee-kit .comfort__container .comfort-item:nth-child(2n) .comfort-item__title span {
    margin-left: 70px
}

@media (min-width: 768px) {
    .coffee-kit .comfort__container .comfort-item:nth-child(2n) .comfort-item__title span {
        margin-left:82px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .comfort__container .comfort-item:nth-child(2n) .comfort-item__title span {
        margin-left:110px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .comfort__container .comfort-item:nth-child(2n) .comfort-item__title span {
        margin-left:137px
    }
}

.coffee-kit .comfort__container .comfort-item:last-child {
    margin-bottom: 0
}

.coffee-kit .right-espresso {
    padding: 38px 0 55px;
    background-color: #fff
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso {
        padding:60px 0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso {
        padding:60px 0 100px
    }
}

@media (min-width: 1028px) {
    .coffee-kit .right-espresso {
        padding:80px 0 100px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container {
        max-width:1200px;
        margin: 0 auto
    }
}

.coffee-kit .right-espresso__container .right-espresso__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #b00000;
    padding: 0 6.8572%;
    margin-bottom: 60px
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .right-espresso__title {
        font-size:36px;
        line-height: 150%;
        width: 520px;
        margin: 0 auto 37px;
        padding: 0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .right-espresso__title {
        font-size:40px;
        line-height: 140%;
        width: 640px;
        margin: 0 auto 80px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .right-espresso__title {
        font-size:54px;
        margin: 0 auto 110px;
        width: 860px
    }
}

.coffee-kit .right-espresso__container .right-espresso__button {
    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;
    width: 302px;
    height: 48px;
    background-color: #b00000;
    border-radius: 24px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    color: #fff
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .right-espresso__button {
        width:330px;
        height: 54px;
        text-decoration: none;
        border-radius: 30px;
        font-size: 16.8px;
        line-height: 23px;
        margin-top: 40px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .right-espresso__button {
        width:440px;
        height: 72px;
        border-radius: 40px;
        font-size: 22.4px;
        line-height: 31px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .right-espresso__button {
        width:550px;
        height: 90px;
        border-radius: 50px;
        font-size: 28px;
        line-height: 38px
    }
}

.coffee-kit .right-espresso__container .espresso-signs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .espresso-signs {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 0 5.2084%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs {
        padding:0 4.1993% 0 5.3711%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs {
        padding:0 50px 0 0
    }
}

.coffee-kit .right-espresso__container .espresso-signs__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 6.8572%
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .espresso-signs__items {
        padding:0;
        width: calc(100% - 226px)
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs__items {
        width:calc(100% - 317px)
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs__items {
        width:calc(100% - 409px)
    }
}

.coffee-kit .right-espresso__container .espresso-signs__items .sign-item {
    width: 45.6954%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item {
        width:47.4026%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item {
        width:46.4697%;
        margin-bottom: 40px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item {
        width:346px
    }
}

.coffee-kit .right-espresso__container .espresso-signs__items .sign-item__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 6px
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__icon {
        width:38px;
        height: 38px;
        margin-bottom: 0;
        margin-right: 7px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__icon {
        width:42px;
        height: 42px;
        margin-right: 9px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__icon {
        width:64px;
        height: 64px;
        margin-right: 12px
    }
}

.coffee-kit .right-espresso__container .espresso-signs__items .sign-item__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text {
        width:calc(100% - 45px)
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text {
        width:calc(100% - 51px)
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text {
        width:270px
    }
}

.coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text .sign-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #b00000;
    margin-bottom: 5px
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text .sign-title {
        font-size:22px;
        margin-bottom: 7px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text .sign-title {
        font-size:26px;
        margin-bottom: 10px
    }
}

.coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text .sign-description {
    font-size: 14px;
    line-height: 150%;
    color: #b00000
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text .sign-description {
        font-size:17px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs__items .sign-item__text .sign-description {
        font-size:18px
    }
}

.coffee-kit .right-espresso__container .espresso-signs__image {
    width: 100%;
    margin: -40px auto 0
}

@media (min-width: 768px) {
    .coffee-kit .right-espresso__container .espresso-signs__image {
        width:226px;
        height: 444px;
        margin: -45px 0 0
    }
}

@media (min-width: 1024px) {
    .coffee-kit .right-espresso__container .espresso-signs__image {
        width:301px;
        height: 592px;
        margin: -100px 0 0
    }
}

@media (min-width: 1280px) {
    .coffee-kit .right-espresso__container .espresso-signs__image {
        width:394px;
        height: 756px;
        margin: -180px 0 0
    }
}

.coffee-kit .right-espresso__container .espresso-signs__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0
}

.coffee-kit .blend-geo {
    background-color: #e3c8b8
}

.coffee-kit .blend-geo__container {
    position: relative;
    padding: 60px 6.858% 0
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__container {
        padding:60px 6.12% 100px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__container {
        padding:60px 5.8594% 127px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__container {
        padding:100px 0 100px;
        max-width: 1200px;
        margin: 0 auto
    }
}

.coffee-kit .blend-geo__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    color: #b00000;
    margin: 0 auto 109px;
    width: 302px
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__title {
        font-size:36px;
        line-height: 150%;
        width: 520px;
        margin: 0 auto 85px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__title {
        font-size:40px;
        line-height: 140%;
        width: 640px;
        margin: 0 auto 110px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__title {
        font-size:58px;
        width: 860px;
        margin: 0 auto 147px
    }
}

.coffee-kit .blend-geo__map {
    height: 474px;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__map {
        overflow-x:initial;
        height: 348px;
        padding: 0 36px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__map {
        height:466px;
        padding: 0 50px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__map {
        height:580px;
        padding: 0 28px
    }
}

.coffee-kit .blend-geo__map img {
    min-width: 749px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__map img {
        width:100%;
        min-width: unset
    }
}

.coffee-kit .blend-geo__map .simplebar-content {
    height: 100%
}

.coffee-kit .blend-geo__map .simplebar-track {
    height: 6px;
    background-color: rgba(12,35,64,.2);
    border-radius: 14px
}

.coffee-kit .blend-geo__map .simplebar-scrollbar {
    top: 0!important;
    height: 6px!important;
    background: #b00000;
    border-radius: 14px
}

.coffee-kit .blend-geo__grow {
    position: absolute;
    top: 166px;
    left: 6.858%;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #b00000;
    width: 200px;
    z-index: 1
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__grow {
        font-size:27px;
        line-height: 140%;
        width: 222px;
        top: 157px;
        left: 6.12%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__grow {
        font-size:32px;
        line-height: 140%;
        width: 300px;
        top: 176px;
        left: 5.8594%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__grow {
        font-size:39px;
        width: 328px;
        top: 262px;
        left: 5.8594%
    }
}

.coffee-kit .blend-geo__beans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 166px;
    right: 6.858%
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__beans {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        top: 182px;
        right: 9.375%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__beans {
        top:210px;
        right: 9.4727%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__beans {
        top:309px;
        right: 100px
    }
}

.coffee-kit .blend-geo__beans .beans-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.coffee-kit .blend-geo__beans .beans-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 26px;
    height: 26px;
    margin-right: 5px
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__beans .beans-item__icon {
        width:20px;
        height: 20px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__beans .beans-item__icon {
        width:26px;
        height: 26px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__beans .beans-item__icon {
        width:32px;
        height: 32px
    }
}

.coffee-kit .blend-geo__beans .beans-item__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.coffee-kit .blend-geo__beans .beans-item__title {
    font-size: 13.3333px;
    line-height: 130%;
    color: #b00000
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__beans .beans-item__title {
        font-size:10px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__beans .beans-item__title {
        font-size:13px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__beans .beans-item__title {
        font-size:16px
    }
}

.coffee-kit .blend-geo__beans .beans-item:first-child {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__beans .beans-item:first-child {
        margin-bottom:0;
        margin-right: 18px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__beans .beans-item:first-child {
        margin-right:40px
    }
}

.coffee-kit .blend-geo__height {
    margin-top: 60px
}

@media (min-width: 768px) {
    .coffee-kit .blend-geo__height {
        position:absolute;
        bottom: 0;
        right: 5.7292%;
        margin-top: 0;
        width: 264px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__height {
        right:5.8594%;
        width: 352px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__height {
        right:40px;
        width: 400px
    }
}

.coffee-kit .blend-geo__height .height-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #b00000;
    margin-bottom: 5px
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__height .height-title {
        font-size:22px;
        margin-bottom: 7px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__height .height-title {
        font-size:26px;
        margin-bottom: 10px
    }
}

.coffee-kit .blend-geo__height .height-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #b00000
}

@media (min-width: 1024px) {
    .coffee-kit .blend-geo__height .height-text {
        font-size:17px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-geo__height .height-text {
        font-size:18px
    }
}

.coffee-kit .blend-roasting {
    background-color: #e3c8b8;
    margin-top: -1px
}

.coffee-kit .blend-roasting__container {
    padding: 66px 0 85px
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__container {
        padding:46px 0 49px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-roasting__container {
        padding:66px 0 118px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-roasting__container {
        padding:66px 0 100px
    }
}

.coffee-kit .blend-roasting__title {
    width: 200px;
    margin-bottom: 16px;
    margin-left: 6.8572%;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #b00000
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__title {
        font-size:27px;
        line-height: 140%;
        margin-bottom: 36px;
        margin-left: 6.12%;
        width: 250px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-roasting__title {
        font-size:32px;
        margin-bottom: 54px;
        margin-left: 5.8594%;
        width: 300px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-roasting__title {
        font-size:39px;
        width: 1200px;
        margin: 0 auto 70px;
        padding-left: 70px
    }
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__items {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 6.12%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-roasting__items {
        padding:0 5.8594%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-roasting__items {
        width:1200px;
        margin: 0 auto;
        padding: 0 35px 0 53px
    }
}

.coffee-kit .blend-roasting__items .roasting-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 6.8572%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__items .roasting-item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        margin: 0;
        width: 29.6736%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-roasting__items .roasting-item {
        width:29.6461%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-roasting__items .roasting-item {
        width:337px
    }
}

.coffee-kit .blend-roasting__items .roasting-item__text {
    width: 52.82%
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__items .roasting-item__text {
        width:100%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-roasting__items .roasting-item__text {
        width:300px;
        margin-left: auto;
        margin-right: auto
    }
}

.coffee-kit .blend-roasting__items .roasting-item__text .roasting-item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #b00000;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__items .roasting-item__text .roasting-item-title {
        line-height:140%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .blend-roasting__items .roasting-item__text .roasting-item-title {
        font-size:22px;
        line-height: 150%;
        margin-bottom: 7px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-roasting__items .roasting-item__text .roasting-item-title {
        font-size:26px;
        margin-bottom: 10px
    }
}

.coffee-kit .blend-roasting__items .roasting-item__text .roasting-item-description {
    font-size: 14px;
    line-height: 150%;
    color: #b00000
}

@media (min-width: 1024px) {
    .coffee-kit .blend-roasting__items .roasting-item__text .roasting-item-description {
        font-size:17px;
        margin-bottom: 38px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .blend-roasting__items .roasting-item__text .roasting-item-description {
        font-size:18px;
        margin-bottom: 35px
    }
}

.coffee-kit .blend-roasting__items .roasting-item__image {
    width: 148px
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__items .roasting-item__image {
        width:100%
    }
}

.coffee-kit .blend-roasting__items .roasting-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coffee-kit .blend-roasting__items .roasting-item:last-child {
    margin-bottom: 0
}

.coffee-kit .blend-roasting__items .roasting-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 6.8572%;
    padding-left: 0
}

@media (min-width: 768px) {
    .coffee-kit .blend-roasting__items .roasting-item:nth-child(2n) {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }
}

.coffee-kit .select-model {
    background-color: #fff
}

.coffee-kit .select-model__container {
    padding: 46px 6.8572% 72px
}

@media (min-width: 768px) {
    .coffee-kit .select-model__container {
        padding:65px 5.2084%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .select-model__container {
        padding:60px 5.8594%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .select-model__container {
        padding:90px 0 65px;
        max-width: 1200px;
        margin: 0 auto
    }
}

.coffee-kit .select-model__container .select-model__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #b00000;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .coffee-kit .select-model__container .select-model__title {
        font-size:36px;
        line-height: 49px;
        margin-bottom: 50px
    }
}

@media (min-width: 1024px) {
    .coffee-kit .select-model__container .select-model__title {
        font-size:40px;
        line-height: 54px;
        margin-bottom: 56px
    }
}

@media (min-width: 1280px) {
    .coffee-kit .select-model__container .select-model__title {
        font-size:58px;
        line-height: 79px;
        margin-bottom: 70px
    }
}

.coffee-kit .select-model__container .select-model__button {
    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;
    width: 302px;
    height: 48px;
    background: #b00000;
    border-radius: 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #fff;
    margin: 53px auto 0
}

@media (min-width: 768px) {
    .coffee-kit .select-model__container .select-model__button {
        width:330px;
        height: 54px;
        border-radius: 30px;
        font-size: 16.8px;
        line-height: 23px;
        text-decoration: none
    }
}

@media (min-width: 1024px) {
    .coffee-kit .select-model__container .select-model__button {
        width:440px;
        height: 72px;
        border-radius: 40px;
        font-size: 22.4px;
        line-height: 31px;
        margin: 70px auto 0
    }
}

@media (min-width: 1280px) {
    .coffee-kit .select-model__container .select-model__button {
        width:550px;
        height: 90px;
        border-radius: 50px;
        font-size: 28px;
        line-height: 38px;
        margin: 89px auto 0
    }
}

.coffee-kit .select-model-slider .swiper-slide {
    width: 47.5308%
}

@media (min-width: 768px) {
    .coffee-kit .select-model-slider .swiper-slide {
        width:31.8313%
    }
}

@media (min-width: 1024px) {
    .coffee-kit .select-model-slider .swiper-slide {
        width:23.74866%
    }
}

@media (min-width: 1280px) {
    .coffee-kit .select-model-slider .swiper-slide {
        width:19%
    }
}

.coffee-kit .select-model-slider .swiper-slide .product-card__img {
    border-radius: 12px
}

.coffee-kit .select-model-slider .swiper-scrollbar {
    width: 302px;
    height: 6px;
    background-color: rgba(12,35,64,.2);
    border-radius: 16px;
    margin-top: 36px
}

@media (min-width: 768px) {
    .coffee-kit .select-model-slider .swiper-scrollbar {
        width:550px;
        margin-top: 50px
    }
}

.coffee-kit .select-model-slider .swiper-scrollbar-drag {
    background-color: #b00000;
    border-radius: 16px
}

.profile-return__popup p {
    margin-bottom: 0
}

.profile-return__popup .caption {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000
}

@media (min-width: 768px) {
    .profile-return__popup .caption {
        margin:0 0 30px;
        font-size: 18px;
        line-height: 145%
    }
}

.profile-return__popup .input-floating {
    margin-bottom: 20px
}

.profile-return__popup .input-floating:last-child {
    margin-bottom: 0
}

.profile-return__popup .input-floating input,.profile-return__popup .input-floating textarea {
    border: 0;
    background: #fff;
    color: #000!important
}

.profile-return__popup .input-floating .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.profile-return__popup .input-floating .photo__img {
    background: #fff;
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 4px;
    margin-right: 16px
}

.profile-return__popup .input-floating .photo__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px
}

.profile-return__popup .input-floating .photo__input .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #39485b;
    margin-bottom: 0
}

.profile-return__popup .input-floating .photo__input label {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #fff;
    margin: 6px 0 0;
    background: #b00000;
    border: 1px solid #b00000;
    cursor: pointer;
    padding: 8px 26px;
    border-radius: 40px;
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    pointer-events: auto
}

.profile-return__popup .input-floating .photo__input input {
    width: 0;
    height: 0;
    display: none
}

.profile-return__popup .input-photo {
    background-color: inherit
}

.profile-return__popup .input-photo .help-block-wrap {
    margin-top: 10px
}

.profile-return__popup .block {
    margin-top: 12px;
    background: #f7f7f7;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    position: relative
}

@media (min-width: 768px) {
    .profile-return__popup .block {
        min-width:508px;
        margin-top: 8px;
        padding: 20px 40px 20px 20px
    }
}

@media (min-width: 1200px) {
    .profile-return__popup .block {
        min-width:640px
    }
}

.profile-return__popup .block-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #2b2b2b;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .profile-return__popup .block-title {
        font-size:14px
    }
}

.profile-return__popup .block .item {
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .profile-return__popup .block .item {
        margin-bottom:28px
    }
}

@media (min-width: 1200px) {
    .profile-return__popup .block .item {
        margin-bottom:24px
    }
}

.profile-return__popup .block .item:last-child {
    margin-bottom: 0
}

.profile-return__popup .block .item-header {
    display: block;
    position: relative
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.profile-return__popup .block .item-header .imgTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 36px
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .imgTitle {
        margin-left:0
    }
}

.profile-return__popup .block .item-header .imgTitle .img {
    width: 68px;
    height: 68px;
    min-width: 68px;
    margin-right: 20px;
    border-radius: 4px
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .imgTitle .img {
        width:56px;
        height: 56px;
        min-width: 56px
    }
}

.profile-return__popup .block .item-header .imgTitle .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px
}

.profile-return__popup .block .item-header .imgTitle .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #071a33;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .imgTitle .title {
        font-size:16px;
        width: 180px
    }
}

@media (min-width: 1200px) {
    .profile-return__popup .block .item-header .imgTitle .title {
        margin-bottom:24px
    }
}

.profile-return__popup .block .item-header .countPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .countPrice {
        margin-top:0;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.profile-return__popup .block .item-header .countPrice .count {
    height: 48px;
    width: 60px;
    background: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #071a33;
    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
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .countPrice .count {
        height:40px;
        width: 70px
    }
}

.profile-return__popup .block .item-header .countPrice .bonus {
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #A94545;
    margin-bottom: 0;
    margin-right: 8px
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .countPrice .bonus {
        font-size:14px;
        line-height: 143%
    }
}

@media (min-width: 1200px) {
    .profile-return__popup .block .item-header .countPrice .bonus {
        margin-left:18px
    }
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .countPrice .price {
        margin-left:8px;
        min-width: 85px
    }
}

@media (min-width: 1200px) {
    .profile-return__popup .block .item-header .countPrice .price {
        margin-left:18px
    }
}

.profile-return__popup .block .item-header .countPrice .price .curr {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    text-align: right;
    color: #071a33
}

.profile-return__popup .block .item-header .countPrice .price .curr span {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #A94545;
    margin-right: 8px
}

.profile-return__popup .block .item-header .countPrice .price .prev {
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #8693a2;
    margin-bottom: 0;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.profile-return__popup .block .item-header .checkbox-tick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width: 768px) {
    .profile-return__popup .block .item-header .checkbox-tick {
        margin-right:20px
    }
}

.profile-return__popup .block .item-header .checkbox-tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.profile-return__popup .block .item-header .checkbox-tick input:checked~.checkmark {
    background: #b00000;
    border: 1px solid #b00000
}

.profile-return__popup .block .item-header .checkbox-tick input:checked~.checkmark svg {
    display: block
}

.profile-return__popup .block .item-header .checkbox-tick .checkmark {
    width: 16px;
    height: 16px;
    border: 1px solid #8693a2;
    border-radius: 4px;
    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;
    margin: 4px;
    position: relative
}

@media (max-width: 767px) {
    .profile-return__popup .block .item-header .checkbox-tick .checkmark {
        position:absolute;
        top: 24px;
        left: 0
    }
}

.profile-return__popup .block .item-header .checkbox-tick .checkmark svg {
    display: none;
    position: absolute;
    right: 0
}

.profile-return__popup .block .item .documents {
    margin-top: 0;
    max-height: 0;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow: hidden
}

.profile-return__popup .block .item .documents .input-floating {
    position: relative
}

.profile-return__popup .block .item .documents .input-floating svg {
    position: absolute;
    top: 20px;
    right: 16px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.profile-return__popup .block .item.active .documents {
    margin-top: 30px;
    max-height: 350px;
    overflow: visible
}

.profile-return__popup .block .dop-info {
    position: absolute;
    top: 48px;
    right: 16px;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 4px;
    padding: 12px;
    z-index: 10;
    display: none
}

.profile-return__popup .block .dop-info .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000
}

.profile-return__popup .block .dop-info img {
    width: 200px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 10px
}

.profile-return__popup .block .dop-info.active {
    display: block
}

.profile-return__popup .accordion-place .item {
    margin-top: 8px
}

.profile-return__popup .accordion-place .item-header {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px 16px
}

@media (min-width: 768px) {
    .profile-return__popup .accordion-place .item-header {
        padding:20px
    }
}

.profile-return__popup .accordion-place .item-header .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile-return__popup .accordion-place .item-header .head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #2b2b2b;
    margin-bottom: 0
}

.profile-return__popup .accordion-place .item-header .head svg {
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.profile-return__popup .accordion-place .item-header .head.collapsed svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.profile-return__popup .accordion-place .item-header .body {
    padding: 28px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .profile-return__popup .accordion-place .item-header .body {
        padding:20px 0 0
    }
}

.profile-return__popup .accordion-place .item-header .body .input-floating {
    margin-bottom: 20px;
    width: calc(50% - 6px)
}

@media (max-width: 767px) {
    .profile-return__popup .accordion-place .item-header .body .input-floating {
        width:100%
    }
}

.profile-return__popup .accordion-place .item-header .body .input-floating.comment {
    width: 100%
}

.profile-return__popup .accordion-place .item-header .body .input-floating.input-photo {
    width: 100%
}

.profile-return__popup .accordion-place .item-header .body .input-floating .phone-split {
    width: 100%;
    margin: 0
}

.profile-return__popup .buttons {
    padding: 48px 0 58px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    z-index: 10
}

@media (min-width: 768px) {
    .profile-return__popup .buttons {
        padding:40px 0 60px
    }
}

.profile-return__popup .buttons .btn,.profile-return__popup .buttons .active-filters__link .close-btn,.active-filters__link .profile-return__popup .buttons .close-btn,.profile-return__popup .buttons .active-filters__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.profile-return__popup .buttons .btn.return,.profile-return__popup .buttons .active-filters__link .return.close-btn,.active-filters__link .profile-return__popup .buttons .return.close-btn,.profile-return__popup .buttons .return.active-filters__button {
    background: #b00000;
    border-radius: 40px;
    height: 50px;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #fff
}

@media (min-width: 768px) {
    .profile-return__popup .buttons .btn.return,.profile-return__popup .buttons .active-filters__link .return.close-btn,.active-filters__link .profile-return__popup .buttons .return.close-btn,.profile-return__popup .buttons .return.active-filters__button {
        height:60px
    }
}

.profile-return__popup .buttons .btn.cancel,.profile-return__popup .buttons .active-filters__link .cancel.close-btn,.active-filters__link .profile-return__popup .buttons .cancel.close-btn,.profile-return__popup .buttons .cancel.active-filters__button {
    margin-top: 26px;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #b00000;
    text-decoration: underline
}

@media (min-width: 768px) {
    .profile-return__popup .buttons .btn.cancel,.profile-return__popup .buttons .active-filters__link .cancel.close-btn,.active-filters__link .profile-return__popup .buttons .cancel.close-btn,.profile-return__popup .buttons .cancel.active-filters__button {
        margin-top:32px
    }
}

.profile-return__popup .order-item {
    background: #f7f7f7;
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 30px 40px 20px
}

.profile-return__popup .order-item:last-child {
    margin-bottom: 95px
}

.profile-return__popup .order-item.exchange {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 40px
}

.profile-return__popup .order-item.exchange .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

.profile-return__popup .order-item.exchange .link {
    margin-left: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #b00000;
    cursor: pointer
}

.profile-return__popup .order-item__header {
    padding-bottom: 50px;
    border-bottom: 1px solid #8693a2
}

.profile-return__popup .order-item__header .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile-return__popup .order-item__header .head .name {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

.profile-return__popup .order-item__header .head .status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-return__popup .order-item__header .head .status p {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #8693a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-return__popup .order-item__header .head .status p:before {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #8693a2;
    border-radius: 50%;
    margin-right: 8px
}

.profile-return__popup .order-item__header .head .status p:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 20px;
    background-color: #8693a2;
    margin: 0 8px
}

.profile-return__popup .order-item__header .head .status p:last-child:after {
    content: none
}

.profile-return__popup .order-item__header .head .status p.complete {
    color: #b00000
}

.profile-return__popup .order-item__header .head .status p.complete:before {
    background-color: #b00000
}

.profile-return__popup .order-item__header .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

.profile-return__popup .order-item__header .info .item {
    min-width: 120px
}

.profile-return__popup .order-item__header .info .item .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #8693a2
}

.profile-return__popup .order-item__header .info .item .value {
    margin-top: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

.profile-return__popup .order-item__body {
    padding-top: 16px
}

.profile-return__popup .order-item__body .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px
}

.profile-return__popup .order-item__body .head .name {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

.profile-return__popup .order-item__body .head .img {
    margin-left: 16px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-return__popup .order-item__body .head .img img {
    width: 68px;
    height: 68px;
    border-radius: 4px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 16px
}

.profile-return__popup .order-item__body .head .img img:nth-child(n+4) {
    display: none
}

.profile-return__popup .order-item__body .head .show-more {
    margin-left: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #b00000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.profile-return__popup .order-item__body .head .show-more svg {
    margin-left: 24px;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.profile-return__popup .order-item__body .head.collapsed .img {
    max-height: 68px
}

.profile-return__popup .order-item__body .head.collapsed svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.profile-return__popup .order-item__body .body {
    padding-top: 20px
}

.profile-return__popup .order-item__body .body .item {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-return__popup .order-item__body .body .item:last-child {
    margin-bottom: 0
}

.profile-return__popup .order-item__body .body .item img {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border: 1px solid #e8e8e9;
    border-radius: 4px;
    -o-object-fit: contain;
    object-fit: contain
}

.profile-return__popup .order-item__body .body .item .name {
    margin-left: 20px;
    max-width: 192px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #071a33
}

.profile-return__popup .order-item__body .body .item .price {
    margin-left: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

.profile-return__popup .order-item__body .body .item .link {
    margin-left: 60px;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #b00000;
    cursor: pointer
}

.profile-return__popup .empty {
    margin: 60px auto
}

.profile-return__popup .empty .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    text-align: center;
    color: #141414
}

.profile-return__popup .empty .link {
    margin: 24px auto 0;
    width: 186px;
    height: 52px;
    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;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    background: #b00000;
    border-radius: 40px
}

.profile-return__order p {
    margin-bottom: 0
}

.profile-return__order-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .profile-return__order-header {
        margin-bottom:24px
    }
}

.profile-return__order-header .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    color: #071a33
}

@media (min-width: 768px) {
    .profile-return__order-header .title {
        font-size:24px
    }
}

.profile-return__order-header .link {
    margin-top: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #b00000
}

.profile-return__order-header .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-return__order-header .btn,.profile-return__order-header .active-filters__link .close-btn,.active-filters__link .profile-return__order-header .close-btn,.profile-return__order-header .active-filters__button {
    background: #b00000;
    width: 180px;
    height: 48px;
    border: 1px solid #b00000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    margin-left: 12px;
    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;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #fff;
    padding: 0
}

.profile-return__order .order-item {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .profile-return__order .order-item {
        padding:30px 40px;
        margin-bottom: 30px
    }
}

.profile-return__order .order-item:last-child {
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .profile-return__order .order-item:last-child {
        margin-bottom:60px
    }
}

.profile-return__order .order-item__header {
    padding-bottom: 16px;
    border-bottom: 1px solid #8693a2;
    position: relative
}

@media (min-width: 768px) {
    .profile-return__order .order-item__header {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding-bottom: 20px
    }
}

.profile-return__order .order-item__header .info .name {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

.profile-return__order .order-item__header .info .subname {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #8693a2
}

@media (min-width: 768px) {
    .profile-return__order .order-item__header .info .subname {
        margin-top:2px
    }
}

.profile-return__order .order-item__header .info-error {
    margin-top: 16px;
    max-width: 526px
}

.profile-return__order .order-item__header .info-error .caption {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #071a33
}

.profile-return__order .order-item__header .status {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #8693a2;
    position: relative
}

@media (max-width: 767px) {
    .profile-return__order .order-item__header .status {
        position:absolute;
        right: 0;
        bottom: 0
    }
}

.profile-return__order .order-item__header .status p {
    margin-bottom: 10px
}

.profile-return__order .order-item__header .status p:before {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #8693a2
}

.profile-return__order .order-item__header .status.completed {
    color: #b00000
}

.profile-return__order .order-item__header .status.completed p::before {
    background-color: #b00000
}

.profile-return__order .order-item__header .status-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    text-align: right;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #b00000;
    display: block
}

.profile-return__order .order-item__body {
    margin-top: 16px
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body {
        margin-top:20px
    }
}

.profile-return__order .order-item__body .name {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #071a33
}

@media (min-width: 1200px) {
    .profile-return__order .order-item__body .name {
        font-size:16px;
        line-height: 150%
    }
}

.profile-return__order .order-item__body .item {
    background: #f7f7f7;
    border-radius: 4px;
    margin-top: 8px;
    padding: 16px
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body .item {
        margin-top:12px;
        padding: 20px 32px 20px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .profile-return__order .order-item__body .item {
        padding:20px 40px 20px 20px
    }
}

.profile-return__order .order-item__body .item:last-child {
    margin-bottom: 0
}

.profile-return__order .order-item__body .item .imgTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-return__order .order-item__body .item .imgTitle .img {
    width: 68px;
    height: 68px;
    min-width: 68px;
    margin-right: 20px;
    background-color: #f9f9f9;
    border-radius: 4px
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body .item .imgTitle .img {
        width:56px;
        height: 56px;
        min-width: 56px
    }
}

.profile-return__order .order-item__body .item .imgTitle .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px
}

.profile-return__order .order-item__body .item .imgTitle .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #071a33;
    width: 100%;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body .item .imgTitle .title {
        font-size:16px
    }
}

.profile-return__order .order-item__body .item .countPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body .item .countPrice {
        margin-top:0
    }
}

.profile-return__order .order-item__body .item .countPrice .count {
    height: 48px;
    width: 70px;
    background: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #071a33;
    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
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body .item .countPrice .count {
        height:40px
    }
}

.profile-return__order .order-item__body .item .countPrice .price {
    width: 105px;
    margin-left: 8px
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body .item .countPrice .price {
        width:145px;
        margin-left: 26px
    }
}

@media (min-width: 1200px) {
    .profile-return__order .order-item__body .item .countPrice .price {
        margin-left:38px
    }
}

.profile-return__order .order-item__body .item .countPrice .price .prev {
    text-align: right;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 0;
    color: #071a33
}

.profile-return__order .order-item__body .item .countPrice .price .bonus {
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #A94545;
    text-align: right
}

@media (min-width: 768px) {
    .profile-return__order .order-item__body .item .countPrice .price .bonus {
        font-size:14px;
        line-height: 143%
    }
}

.profile-referral__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    color: #071a33
}

@media (min-width: 768px) {
    .profile-referral__title {
        font-size:24px
    }
}

.profile-referral p {
    margin: 0
}

.profile-referral .score,.profile-referral .promocodes,.profile-referral .about {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 12px;
    padding: 20px
}

@media (min-width: 768px) {
    .profile-referral .score,.profile-referral .promocodes,.profile-referral .about {
        padding:30px;
        margin-top: 30px
    }
}

@media (min-width: 1200px) {
    .profile-referral .score,.profile-referral .promocodes,.profile-referral .about {
        padding:30px 40px
    }
}

.profile-referral .score-wrap,.profile-referral .promocodes-wrap,.profile-referral .about-wrap {
    padding: 16px;
    background: #f7f7f7;
    border-radius: 12px
}

@media (min-width: 768px) {
    .profile-referral .score-wrap,.profile-referral .promocodes-wrap,.profile-referral .about-wrap {
        padding:20px
    }
}

.profile-referral .score-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 123%;
    color: #0d2645
}

@media (min-width: 768px) {
    .profile-referral .score-title {
        font-size:16px;
        line-height: 145%
    }
}

.profile-referral .score-title .link {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #b00000
}

@media (min-width: 768px) {
    .profile-referral .score-title .link {
        font-size:16px
    }
}

.profile-referral .score .balance {
    margin-top: 12px
}

@media (min-width: 768px) {
    .profile-referral .score .balance {
        margin-top:20px
    }
}

@media (min-width: 1200px) {
    .profile-referral .score .balance {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.profile-referral .score .balance .current {
    background: #b00000;
    border-radius: 8px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 12px 16px
}

@media (min-width: 768px) {
    .profile-referral .score .balance .current {
        padding:16px 20px
    }
}

.profile-referral .score .balance .withdrawn {
    background: #fff;
    border-radius: 4px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 16px;
    border: 1px solid #b00000;
    margin-top: 12px
}

@media (min-width: 768px) {
    .profile-referral .score .balance .withdrawn {
        padding:16px 20px
    }
}

@media (min-width: 1200px) {
    .profile-referral .score .balance .withdrawn {
        max-width:calc((100% - 12px)/2);
        margin-top: 0;
        margin-left: 12px
    }
}

.profile-referral .score .balance .withdrawn .info .count {
    color: #141414
}

.profile-referral .score .balance .withdrawn .info .caption {
    color: #141414
}

.profile-referral .score .balance svg {
    width: 40px;
    height: 40px
}

.profile-referral .score .balance .info {
    max-width: calc(100% - 56px);
    margin-left: 12px
}

@media (min-width: 768px) {
    .profile-referral .score .balance .info {
        max-width:calc(100% - 190px);
        margin-left: 16px
    }
}

@media (min-width: 1200px) {
    .profile-referral .score .balance .info {
        max-width:calc(100% - 168px)
    }
}

.profile-referral .score .balance .info .count {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 24px
}

@media (min-width: 768px) {
    .profile-referral .score .balance .info .count {
        font-size:24px;
        line-height: 31px
    }
}

.profile-referral .score .balance .info .caption {
    font-weight: 400;
    color: #fff;
    margin-top: 2px;
    font-size: 12px;
    line-height: 14px
}

@media (min-width: 768px) {
    .profile-referral .score .balance .info .caption {
        font-size:16px;
        line-height: 20px
    }
}

.profile-referral .score .balance .btn,.profile-referral .score .balance .active-filters__link .close-btn,.active-filters__link .profile-referral .score .balance .close-btn,.profile-referral .score .balance .active-filters__button {
    padding: 0;
    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;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    text-transform: none;
    color: #fff;
    margin-left: auto;
    width: 100%;
    height: 36px;
    background-color: #0d2645;
    border-radius: 40px;
    margin-top: 12px
}

@media (min-width: 768px) {
    .profile-referral .score .balance .btn,.profile-referral .score .balance .active-filters__link .close-btn,.active-filters__link .profile-referral .score .balance .close-btn,.profile-referral .score .balance .active-filters__button {
        width:112px;
        margin-top: 0
    }
}

.profile-referral .score .explanation {
    background: #fff;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    padding: 12px 16px
}

@media (min-width: 768px) {
    .profile-referral .score .explanation {
        padding:16px 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.profile-referral .score .explanation svg {
    width: 16px;
    height: 16px;
    min-width: 16px
}

@media (min-width: 768px) {
    .profile-referral .score .explanation svg {
        width:24px;
        height: 24px;
        min-width: 24px
    }
}

.profile-referral .score .explanation .text {
    color: #141414;
    font-weight: 400;
    font-size: 12px;
    line-height: 123%;
    margin-left: 12px
}

@media (min-width: 768px) {
    .profile-referral .score .explanation .text {
        margin-left:16px;
        font-size: 16px;
        line-height: 20px
    }
}

.profile-referral .promocodes-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 123%;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral .promocodes-title {
        font-size:20px
    }
}

.profile-referral .promocodes .codes {
    margin-top: 24px;
    background: #f7f7f7;
    border-radius: 12px;
    padding: 20px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes {
        margin-top:20px
    }
}

.profile-referral .promocodes .codes .item {
    background: #fff;
    border-radius: 12px;
    position: relative;
    padding: 16px;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item {
        margin-bottom:12px;
        padding: 20px
    }
}

.profile-referral .promocodes .codes .item:last-child {
    margin-bottom: 0
}

.profile-referral .promocodes .codes .item .name {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item .name {
        font-size:18px;
        line-height: 19px
    }
}

.profile-referral .promocodes .codes .item .caption {
    margin-top: 4px;
    font-weight: 400;
    color: #141414;
    font-size: 12px;
    line-height: 14px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item .caption {
        font-size:16px;
        line-height: 20px
    }
}

.profile-referral .promocodes .codes .item .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4px 0 0;
    padding: 0
}

.profile-referral .promocodes .codes .item .product .img {
    width: 64px;
    height: 64px;
    min-width: 64px
}

.profile-referral .promocodes .codes .item .product .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.profile-referral .promocodes .codes .item .product .name {
    color: #A94545;
    max-width: 172px;
    margin-left: 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px
}

.profile-referral .promocodes .codes .item .btn,.profile-referral .promocodes .codes .item .active-filters__link .close-btn,.active-filters__link .profile-referral .promocodes .codes .item .close-btn,.profile-referral .promocodes .codes .item .active-filters__button {
    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;
    padding: 0;
    margin-top: 12px;
    width: 100%;
    height: 42px;
    font-size: 14px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item .btn,.profile-referral .promocodes .codes .item .active-filters__link .close-btn,.active-filters__link .profile-referral .promocodes .codes .item .close-btn,.profile-referral .promocodes .codes .item .active-filters__button {
        width:200px;
        height: 48px;
        font-size: 16px
    }
}

.profile-referral .promocodes .codes .item .current-code {
    margin-top: 12px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item .current-code {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.profile-referral .promocodes .codes .item .current-code .code {
    background: url(../images/profile-promocode.png);
    background-size: 100% 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 64px;
    margin: 0 0 16px 0
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item .current-code .code {
        width:175px;
        margin: 2px 0
    }
}

.profile-referral .promocodes .codes .item .current-code .code:hover~.copy-info {
    display: block
}

.profile-referral .promocodes .codes .item .current-code .code .dop-info {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 12px;
    padding: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #555;
    cursor: default;
    display: none;
    bottom: calc(100% + 8px)
}

.profile-referral .promocodes .codes .item .current-code .code .dop-info svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 6px
}

.profile-referral .promocodes .codes .item .current-code .code .caption {
    color: #141414;
    margin-top: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px
}

.profile-referral .promocodes .codes .item .current-code .code .name {
    margin-top: 2px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #141414
}

.profile-referral .promocodes .codes .item .current-code .btn,.profile-referral .promocodes .codes .item .current-code .active-filters__link .close-btn,.active-filters__link .profile-referral .promocodes .codes .item .current-code .close-btn,.profile-referral .promocodes .codes .item .current-code .active-filters__button {
    position: relative;
    width: 100%;
    height: 42px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item .current-code .btn,.profile-referral .promocodes .codes .item .current-code .active-filters__link .close-btn,.active-filters__link .profile-referral .promocodes .codes .item .current-code .close-btn,.profile-referral .promocodes .codes .item .current-code .active-filters__button {
        width:236px;
        height: 60px
    }
}

.profile-referral .promocodes .codes .item .current-code .btn .dop-info,.profile-referral .promocodes .codes .item .current-code .active-filters__link .close-btn .dop-info,.active-filters__link .profile-referral .promocodes .codes .item .current-code .close-btn .dop-info,.profile-referral .promocodes .codes .item .current-code .active-filters__button .dop-info {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 12px;
    padding: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #555;
    cursor: default;
    display: none;
    text-transform: none;
    letter-spacing: normal
}

.profile-referral .promocodes .codes .item .current-code .btn .dop-info svg,.profile-referral .promocodes .codes .item .current-code .active-filters__link .close-btn .dop-info svg,.active-filters__link .profile-referral .promocodes .codes .item .current-code .close-btn .dop-info svg,.profile-referral .promocodes .codes .item .current-code .active-filters__button .dop-info svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 6px
}

.profile-referral .promocodes .codes .item .current-code .btn svg,.profile-referral .promocodes .codes .item .current-code .active-filters__link .close-btn svg,.active-filters__link .profile-referral .promocodes .codes .item .current-code .close-btn svg,.profile-referral .promocodes .codes .item .current-code .active-filters__button svg {
    width: 12px;
    height: 12px;
    min-width: 12px;
    margin-right: 10px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes .item .current-code .btn svg,.profile-referral .promocodes .codes .item .current-code .active-filters__link .close-btn svg,.active-filters__link .profile-referral .promocodes .codes .item .current-code .close-btn svg,.profile-referral .promocodes .codes .item .current-code .active-filters__button svg {
        width:16px;
        height: 16px;
        min-width: 16px
    }
}

.profile-referral .promocodes .codes-about {
    margin-top: 12px
}

.profile-referral .promocodes .codes-about__header {
    padding: 16px 0;
    border-top: 1px solid #e8e8e9;
    border-bottom: 1px solid #e8e8e9
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__header {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.profile-referral .promocodes .codes-about__header .head-item {
    margin-top: 16px;
    width: 100%
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__header .head-item {
        width:calc((100% - 12px)/2)
    }
}

@media (min-width: 1200px) {
    .profile-referral .promocodes .codes-about__header .head-item {
        width:calc((100% - 48px)/5)
    }
}

.profile-referral .promocodes .codes-about__header .head-item:first-child {
    margin-top: 0
}

.profile-referral .promocodes .codes-about__header .head-item .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8693a2;
    position: relative
}

.profile-referral .promocodes .codes-about__header .head-item .name svg {
    cursor: pointer;
    width: 12px;
    min-width: 12px;
    height: 12px;
    margin-left: 4px
}

.profile-referral .promocodes .codes-about__header .head-item .name svg:hover~.dop-info {
    display: block
}

.profile-referral .promocodes .codes-about__header .head-item .name .dop-info {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 12px;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #555;
    z-index: 1;
    display: none;
    width: 241px;
    top: 18px;
    right: 0;
    left: auto
}

.profile-referral .promocodes .codes-about__header .head-item .caption {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #141414;
    margin-top: 4px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__header .head-item .caption {
        font-size:14px;
        margin-top: 8px
    }
}

.profile-referral .promocodes .codes-about__header .head-item .caption.bold {
    font-weight: 700
}

.profile-referral .promocodes .codes-about__header .head-item .caption.blue {
    color: #b00000
}

.profile-referral .promocodes .codes-about__header .head-item .caption.gray {
    color: #8693a2
}

.profile-referral .promocodes .codes-about__body {
    margin-top: 12px
}

.profile-referral .promocodes .codes-about__body .info-name {
    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;
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    text-transform: uppercase;
    color: #b00000;
    cursor: pointer
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__body .info-name {
        font-size:14px
    }
}

.profile-referral .promocodes .codes-about__body .info-name svg {
    width: 10px;
    min-width: 10px;
    height: 10px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin-left: 8px
}

.profile-referral .promocodes .codes-about__body .info-name.active svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.profile-referral .promocodes .codes-about__body .info-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.profile-referral .promocodes .codes-about__body .info-body .desc {
    display: none
}

@media (min-width: 1200px) {
    .profile-referral .promocodes .codes-about__body .info-body .desc {
        display:block
    }
}

.profile-referral .promocodes .codes-about__body .info-body .mob {
    display: block
}

@media (min-width: 1200px) {
    .profile-referral .promocodes .codes-about__body .info-body .mob {
        display:none
    }
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item {
    padding: 16px 0;
    border-top: 1px solid #e4e4e4;
    border-radius: 0;
    margin-bottom: 0
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item:first-child {
    margin-top: 22px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__body .info-body .mob .item {
        padding:20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .profile-referral .promocodes .codes-about__body .info-body .mob .item:first-child {
        margin-top: 24px
    }
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .text {
    display: block;
    width: 100%
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .text-one {
    margin-top: 16px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__body .info-body .mob .item .text-one {
        margin-top:20px
    }
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .text-one:first-child {
    margin-top: 0
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .text .name {
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #a5a5a5
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .text .res {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #39485b;
    margin-top: 4px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__body .info-body .mob .item .text .res {
        margin-top:8px
    }
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .text .res.bold {
    font-weight: 700;
    color: #555
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status {
    margin-top: 16px
}

@media (min-width: 768px) {
    .profile-referral .promocodes .codes-about__body .info-body .mob .item .status {
        margin-left:30px;
        margin-top: 0;
        max-width: 166px;
        width: 100%
    }
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current a {
    font-weight: 600;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current span {
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 50%
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current.error span {
    background-color: #f63933
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current.available span {
    background-color: #219653
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current.sent span {
    background-color: #75767814
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current.completed span {
    background-color: #b00000
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status-current.return span {
    background-color: #8693a2
}

.profile-referral .promocodes .codes-about__body .info-body .mob .item .status .info {
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    color: #a5a5a5;
    margin-top: 2px
}

.profile-referral .promocodes .codes-about__body .info-body__header {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile-referral .promocodes .codes-about__body .info-body__header p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8693a2;
    width: calc((100% - 36px)/4)
}

.profile-referral .promocodes .codes-about__body .info-body__body .item {
    padding: 16px 0;
    border-top: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0
}

.profile-referral .promocodes .codes-about__body .info-body__body .item:first-child {
    border: 0
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #141414;
    width: calc((100% - 24px)/3)
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .text p.bold {
    font-weight: 700
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status {
    width: 100%;
    max-width: calc((100% - 36px)/4);
    margin-left: 12px
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #141414
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current span {
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 50%;
    display: inline-block
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current.error span {
    background-color: #f63933
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current.available span {
    background-color: #219653
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current.sent span {
    background-color: #75767814
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current.completed span {
    background-color: #b00000
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status-current.return span {
    background-color: #8693a2
}

.profile-referral .promocodes .codes-about__body .info-body__body .item .status .info {
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #8693a2;
    margin-top: 4px
}

.profile-referral .promocodes .archive {
    margin-top: 20px
}

.profile-referral .promocodes .archive-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    text-transform: uppercase;
    color: #b00000;
    cursor: pointer;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.profile-referral .promocodes .archive-show svg {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin-left: 8px
}

.profile-referral .promocodes .archive-show.active svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.profile-referral .promocodes .archive-wrap {
    margin-top: 20px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 12px
}

.profile-referral .promocodes .archive-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.profile-referral .promocodes .archive-body .item {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 12px
}

.profile-referral .promocodes .archive-body .item:last-child {
    margin-bottom: 0
}

.profile-referral .promocodes .archive-body .item .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    color: #141414
}

.profile-referral .promocodes .archive-body .item .caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #141414;
    margin-top: 4px
}

.profile-referral .promocodes .archive-body .item .info-block {
    margin-top: 12px;
    border-top: 1px solid #e8e8e9;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item {
    width: calc((100% - 48px)/5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8693a2;
    position: relative;
    margin-bottom: auto
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .name svg {
    width: 12px;
    min-width: 12px;
    height: 12px;
    margin-left: 4px;
    cursor: pointer
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .name svg:hover~.dop-info {
    display: block
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .name .dop-info {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.12);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    border-radius: 12px;
    top: 24px;
    left: -10px;
    width: 231px;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #555;
    z-index: 1;
    display: none
}

@media (min-width: 768px) {
    .profile-referral .promocodes .archive-body .item .info-block .info-block__item .name .dop-info {
        left:56px;
        width: 241px
    }
}

@media (min-width: 992px) {
    .profile-referral .promocodes .archive-body .item .info-block .info-block__item .name .dop-info {
        top:18px;
        right: 0;
        left: auto
    }
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .caption {
    margin-top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #141414
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .caption.bold {
    font-weight: 700
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .caption.blue {
    color: #b00000
}

.profile-referral .promocodes .archive-body .item .info-block .info-block__item .caption.gray {
    color: #8693a2
}

.profile-referral .about {
    border: 2px solid #e8e8e9;
    background-color: inherit;
    margin-bottom: 0
}

.profile-referral .about-group {
    margin: 32px auto 0;
    max-width: 586px
}

@media (min-width: 768px) {
    .profile-referral .about-group {
        margin:24px auto 0
    }
}

.profile-referral .about-group .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
}

.profile-referral .about-group .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}

.profile-referral .about-group .item:nth-child(2n) .img {
    margin-left: 0;
    margin-right: 32px
}

@media (min-width: 768px) {
    .profile-referral .about-group .item:nth-child(2n) .img {
        margin-right:0;
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .profile-referral .about-group .item {
        margin-bottom:32px
    }
}

@media (min-width: 768px) {
    .profile-referral .about-group .item {
        margin-bottom:40px
    }
}

.profile-referral .about-group .item:last-child {
    margin-bottom: 0
}

.profile-referral .about-group .item .info {
    margin-top: 0;
    max-width: 356px
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .info {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1200px) {
    .profile-referral .about-group .item .info {
        max-width:346px
    }
}

.profile-referral .about-group .item .info .step {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #b00000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .info .step {
        font-size:48px;
        line-height: 58px
    }
}

.profile-referral .about-group .item .info .step span {
    display: block
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .info .step span {
        display:none
    }
}

.profile-referral .about-group .item .info .text {
    margin-top: 8px
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .info .text {
        margin-left:12px;
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .info .text {
        margin-left:24px
    }
}

.profile-referral .about-group .item .info .text .name {
    font-weight: 600;
    color: #141414;
    font-size: 14px;
    line-height: 16px
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .info .text .name {
        font-size:20px;
        line-height: 123%
    }
}

.profile-referral .about-group .item .info .text .caption {
    margin-top: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .info .text .caption {
        margin-top:16px;
        font-size: 18px;
        line-height: 145%
    }
}

.profile-referral .about-group .item .img {
    width: 88px;
    height: 88px;
    min-width: 88px;
    margin-left: 32px
}

@media (min-width: 768px) {
    .profile-referral .about-group .item .img {
        width:200px;
        height: 200px;
        min-width: 200px;
        margin-left: 0
    }
}

.profile-referral .about-group .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.profile-referral .about-buttons {
    display: none
}

.profile-referral__modal {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    max-width: 100vw;
    max-height: 100vh
}

@media (min-width: 768px) {
    .profile-referral__modal {
        margin:1.75rem auto
    }
}

.profile-referral__modal .modal-content {
    border-radius: 12px
}

.profile-referral__modal .modal-body::-webkit-scrollbar {
    display: none
}

.profile-referral__modal .modal-body .close-cookie {
    top: 10px;
    width: 40px;
    height: 40px
}

@media (min-width: 768px) {
    .profile-referral__modal .modal-body .close-cookie {
        top:20px;
        right: 0
    }
}

.profile-referral__modal .modal-body .modal-title {
    font-size: 20px;
    width: 214px
}

@media (min-width: 768px) {
    .profile-referral__modal .modal-body .modal-title {
        font-size:calc(1.275rem + .3vw);
        width: 90%
    }
}

.profile-referral__modal [data-state=loading] .modal-title {
    min-width: 330px;
    padding: 20px 0
}

.profile-referral__modal [data-state=loading] .text-center {
    margin: 0 auto 20px
}

.profile-referral__popup p {
    margin: 0
}

.profile-referral__popup .about .profile-referral__title {
    display: none
}

.profile-referral__popup .about-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 252px
}

@media (min-width: 768px) {
    .profile-referral__popup .about-group {
        width:586px
    }
}

.profile-referral__popup .about .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px
}

.profile-referral__popup .about .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item {
        margin-bottom:20px
    }
}

.profile-referral__popup .about .item:nth-child(n+3) {
    display: none
}

.profile-referral__popup .about .item .info {
    max-width: 346px
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item .info {
        width:586px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.profile-referral__popup .about .item .info .step {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #b00000
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item .info .step {
        font-size:48px;
        line-height: 58px
    }
}

.profile-referral__popup .about .item .info .step span {
    display: block
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item .info .step span {
        display:none
    }
}

.profile-referral__popup .about .item .info .text {
    margin-top: 8px
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item .info .text {
        margin-left:24px;
        margin-top: 0
    }
}

.profile-referral__popup .about .item .info .text .name {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item .info .text .name {
        font-size:21px;
        line-height: 123%
    }
}

.profile-referral__popup .about .item .info .text .caption {
    margin-top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item .info .text .caption {
        margin-top:16px;
        font-size: 18px;
        line-height: 145%
    }
}

.profile-referral__popup .about .item .img {
    width: 88px;
    height: 88px;
    min-width: 88px
}

@media (min-width: 768px) {
    .profile-referral__popup .about .item .img {
        width:200px;
        height: 200px;
        min-width: 200px
    }
}

.profile-referral__popup .about .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.profile-referral__popup .about-buttons {
    margin: 50px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
}

@media (min-width: 768px) {
    .profile-referral__popup .about-buttons {
        margin:20px 0 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.profile-referral__popup .about-buttons .btn,.profile-referral__popup .about-buttons .active-filters__link .close-btn,.active-filters__link .profile-referral__popup .about-buttons .close-btn,.profile-referral__popup .about-buttons .active-filters__button {
    width: 100%;
    height: 50px;
    padding: 0;
    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;
    font-weight: 400;
    font-size: 20px
}

@media (min-width: 768px) {
    .profile-referral__popup .about-buttons .btn,.profile-referral__popup .about-buttons .active-filters__link .close-btn,.active-filters__link .profile-referral__popup .about-buttons .close-btn,.profile-referral__popup .about-buttons .active-filters__button {
        width:calc(50% - 12px);
        height: 60px
    }
}

.profile-referral__popup .about-buttons .btn-white {
    color: #b00000;
    border: 2px solid #b00000
}

.profile-referral__popup .about-buttons .btn-white:hover {
    color: #fff
}

.profile-referral__popup .about-buttons [data-role=next] {
    margin-left: auto
}

.profile-referral__popup .about-buttons [data-role=close],.profile-referral__popup .about-buttons [data-role=prev] {
    display: none
}

.profile-referral__popup .about-buttons [data-role=close] {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .profile-referral__popup .about-buttons [data-role=close] {
        margin-bottom:0
    }
}

.profile-referral__popup.error {
    max-width: 252px
}

@media (min-width: 768px) {
    .profile-referral__popup.error {
        max-width:472px;
        padding-right: 40px
    }
}

.profile-referral__popup.error .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup.error .title {
        font-size:24px
    }
}

.profile-referral__popup.error .caption {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup.error .caption {
        margin-top:20px;
        font-size: 18px
    }
}

.profile-referral__popup.error .btn,.profile-referral__popup.error .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.error .close-btn,.profile-referral__popup.error .active-filters__button {
    margin: 30px 0 40px;
    width: 100%;
    height: 50px;
    padding: 0;
    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;
    font-weight: 400;
    font-size: 20px
}

@media (min-width: 768px) {
    .profile-referral__popup.error .btn,.profile-referral__popup.error .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.error .close-btn,.profile-referral__popup.error .active-filters__button {
        margin:32px 0 40px;
        height: 60px
    }
}

.profile-referral__popup.contract {
    margin-bottom: 0;
    max-height: 90vh;
    width: 252px
}

@media (min-width: 768px) {
    .profile-referral__popup.contract {
        padding-right:40px;
        width: 472px;
        max-height: 600px
    }
}

.profile-referral__popup.contract .text-place {
    background: #f7f7f7;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #141414;
    padding: 20px 16px;
    width: 100%;
    max-height: 432px;
    overflow-y: scroll
}

@media (min-width: 768px) {
    .profile-referral__popup.contract .text-place {
        font-size:14px
    }
}

.profile-referral__popup.contract .bottom-block {
    margin-top: 16px
}

@media (min-width: 768px) {
    .profile-referral__popup.contract .bottom-block {
        margin-top:20px
    }
}

.profile-referral__popup.contract .bottom-block .rules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-referral__popup.contract .bottom-block .rules .checkbox {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #141414;
    position: relative;
    padding-left: 30px
}

.profile-referral__popup.contract .bottom-block .rules .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.profile-referral__popup.contract .bottom-block .rules .checkbox input:checked~.checkmark:after {
    display: block
}

.profile-referral__popup.contract .bottom-block .rules .checkbox-tick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0
}

.profile-referral__popup.contract .bottom-block .rules .checkbox-tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.profile-referral__popup.contract .bottom-block .rules .checkbox-tick input:checked~.checkmark {
    background: #fff;
    border: 1px solid #b00000
}

.profile-referral__popup.contract .bottom-block .rules .checkbox-tick input:checked~.checkmark svg {
    display: block
}

.profile-referral__popup.contract .bottom-block .rules .checkbox-tick .checkmark {
    width: 16px;
    height: 16px;
    border: 1px solid #8693a2;
    border-radius: 4px;
    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;
    margin: 2px
}

.profile-referral__popup.contract .bottom-block .rules .checkbox-tick .checkmark svg {
    display: none;
    min-width: 16px
}

.profile-referral__popup.contract .bottom-block .rules .caption {
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.profile-referral__popup.contract .bottom-block .rules .caption a {
    color: #b00000;
    text-decoration: underline
}

.profile-referral__popup.contract .bottom-block .btn,.profile-referral__popup.contract .bottom-block .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.contract .bottom-block .close-btn,.profile-referral__popup.contract .bottom-block .active-filters__button {
    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;
    padding: 0;
    width: 100%;
    height: 50px;
    margin: 30px 0 40px;
    cursor: pointer
}

@media (min-width: 768px) {
    .profile-referral__popup.contract .bottom-block .btn,.profile-referral__popup.contract .bottom-block .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.contract .bottom-block .close-btn,.profile-referral__popup.contract .bottom-block .active-filters__button {
        height:60px;
        margin: 20px 0 40px
    }
}

.profile-referral__popup.contract .bottom-block .btn:disabled,.profile-referral__popup.contract .bottom-block .active-filters__link .close-btn:disabled,.active-filters__link .profile-referral__popup.contract .bottom-block .close-btn:disabled,.profile-referral__popup.contract .bottom-block .active-filters__button:disabled {
    background: #8693a2
}

.profile-referral__popup.application {
    width: 100%;
    max-width: 320px
}

@media (min-width: 768px) {
    .profile-referral__popup.application {
        width:680px;
        max-width: none;
        padding-right: 40px;
        margin-top: 20px
    }
}

.profile-referral__popup.application .explanation {
    background: rgba(201,227,249,.4);
    border-radius: 12px;
    padding: 16px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-referral__popup.application .explanation svg {
    width: 24px;
    height: 24px;
    min-width: 24px
}

.profile-referral__popup.application .explanation .text {
    margin-left: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup.application .explanation .text {
        font-size:14px
    }
}

.profile-referral__popup.application .title {
    margin: 16px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup.application .title {
        margin:30px 0 0;
        font-size: 18px
    }
}

.profile-referral__popup.application .block-place {
    margin-top: 20px
}

@media (min-width: 768px) {
    .profile-referral__popup.application .block-place {
        margin-top:30px
    }
}

.profile-referral__popup.application .block-place__one {
    padding: 20px 16px 40px;
    background: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .profile-referral__popup.application .block-place__one {
        padding:20px 20px 40px;
        margin-bottom: 8px
    }
}

.profile-referral__popup.application .block-place__one:last-child {
    margin-bottom: 0
}

.profile-referral__popup.application .block-place__one .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #071a33
}

@media (min-width: 768px) {
    .profile-referral__popup.application .block-place__one .name {
        font-size:18px
    }
}

.profile-referral__popup.application .block-place__one .input-place {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

.profile-referral__popup.application .block-place__one .input-place .input-floating {
    width: 100%;
    border-radius: 3px
}

@media (min-width: 768px) {
    .profile-referral__popup.application .block-place__one .input-place .input-floating {
        width:calc(50% - 10px)
    }
}

.profile-referral__popup.application .block-place__one .input-place .input-floating input {
    background: #fff
}

.profile-referral__popup.application .block-place__one .input-place .image-filled {
    width: 100%
}

@media (min-width: 768px) {
    .profile-referral__popup.application .block-place__one .input-place .image-filled {
        width:calc(50% - 15px)
    }
}

.profile-referral__popup.application .block-place__one .input-place .image-filled .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.profile-referral__popup.application .block-place__one .input-place .image-filled .photo__img {
    width: 56px;
    height: 56px
}

.profile-referral__popup.application .block-place__one .input-place .image-filled .photo__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.profile-referral__popup.application .block-place__one .input-place .image-filled .photo__input {
    margin-left: 16px
}

.profile-referral__popup.application .block-place__one .input-place .image-filled .photo__input .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #39485b
}

.profile-referral__popup.application .block-place__one .input-place .image-filled .photo__input label {
    margin-top: 6px;
    width: 112px;
    height: 36px;
    padding: 0;
    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;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #fff
}

.profile-referral__popup.application .block-place__one .input-place .image-filled .photo__input label input {
    display: none
}

.profile-referral__popup.application .bottom-block {
    margin: 20px 0 40px
}

@media (min-width: 768px) {
    .profile-referral__popup.application .bottom-block {
        margin:40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.profile-referral__popup.application .bottom-block .price-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #141414;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .profile-referral__popup.application .bottom-block .price-info {
        display:block
    }
}

.profile-referral__popup.application .bottom-block .price-info span {
    font-weight: 700;
    font-size: 20px;
    line-height: 145%;
    color: #141414;
    display: block
}

@media (min-width: 768px) {
    .profile-referral__popup.application .bottom-block .price-info span {
        font-size:24px
    }
}

.profile-referral__popup.application .bottom-block .btn,.profile-referral__popup.application .bottom-block .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.application .bottom-block .close-btn,.profile-referral__popup.application .bottom-block .active-filters__button {
    width: 100%;
    height: 50px;
    padding: 0;
    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;
    margin-top: 16px
}

@media (min-width: 768px) {
    .profile-referral__popup.application .bottom-block .btn,.profile-referral__popup.application .bottom-block .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.application .bottom-block .close-btn,.profile-referral__popup.application .bottom-block .active-filters__button {
        width:370px;
        height: 60px;
        margin-top: 0
    }
}

.profile-referral__popup.success {
    max-width: 252px
}

@media (min-width: 768px) {
    .profile-referral__popup.success {
        max-width:472px;
        padding-right: 40px
    }
}

.profile-referral__popup.success .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup.success .title {
        font-size:24px
    }
}

.profile-referral__popup.success .title a {
    text-decoration: underline
}

.profile-referral__popup.success .info {
    margin-top: 16px;
    padding: 12px 16px;
    background: #75767814;
    border-radius: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup.success .info {
        margin-top:20px;
        padding: 20px 16px;
        font-size: 14px
    }
}

.profile-referral__popup.success .caption {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #141414
}

@media (min-width: 768px) {
    .profile-referral__popup.success .caption {
        font-size:16px
    }
}

.profile-referral__popup.success .caption span {
    font-weight: 700
}

.profile-referral__popup.success .btn,.profile-referral__popup.success .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.success .close-btn,.profile-referral__popup.success .active-filters__button {
    margin: 30px 0 40px;
    width: 100%;
    height: 50px;
    padding: 0;
    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;
    font-weight: 400;
    font-size: 20px
}

@media (min-width: 768px) {
    .profile-referral__popup.success .btn,.profile-referral__popup.success .active-filters__link .close-btn,.active-filters__link .profile-referral__popup.success .close-btn,.profile-referral__popup.success .active-filters__button {
        margin:20px 0 40px;
        height: 60px
    }
}

a.a-inherit {
    color: inherit
}

a.a-uu {
    text-decoration: underline!important
}

a.a-uu:hover {
    text-decoration: underline!important
}

a.a-nu {
    text-decoration: none
}

a.a-nu:hover {
    text-decoration: underline
}

a.a-nu {
    text-decoration: none
}

a.a-nu.a-nu:hover {
    text-decoration: underline
}

a.a-nn {
    text-decoration: none
}

a.a-nn:hover {
    text-decoration: none
}

a.a-un {
    text-decoration: underline
}

a.a-un:hover {
    text-decoration: none
}

.n-ui-placeholder-pane {
    position: relative
}

.n-ui-placeholder-pane .n-ui-edit-toolbar {
    position: absolute;
    display: none
}

.n-ui-placeholder-pane:hover {
    outline: 2px solid #ff0
}

.n-ui-placeholder-pane:hover .n-ui-edit-toolbar {
    display: block;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    padding: 5px;
    background: #fff;
    z-index: 100;
    -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3);
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3)
}

.n-ui-placeholder-pane:hover .n-ui-edit-toolbar i {
    background: url(/acp/img/svg/edit.svg) no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%
}

.n-ui-acp-site-toolbar-pane {
    position: relative
}

.n-ui-acp-site-toolbar-pane .n-ui-btn-view {
    position: absolute;
    display: none
}

.n-ui-acp-site-toolbar-pane:hover {
    outline: 2px solid #ff0
}

.n-ui-acp-site-toolbar-pane:hover .n-ui-btn-view {
    display: block;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    padding: 5px;
    background: #fff;
    z-index: 100;
    -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3);
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3)
}

.n-ui-acp-site-toolbar-pane:hover .n-ui-btn-view i {
    background: url(/acp/img/svg/edit3.svg) no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%
}

.n-ui-autocomplete-block .z-index-popup {
    z-index: 100
}

.n-ui-autocomplete-block .n-ui-popup {
    position: absolute;
    opacity: 0;
    -webkit-transform: scaleY(.1);
    -ms-transform: scaleY(.1);
    transform: scaleY(.1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    top: -1px;
    left: 0;
    min-width: 150px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3);
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3);
    border: 1px solid #999;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.n-ui-autocomplete-block .n-ui-popup.n-ui-opened {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.n-ui-autocomplete-block .n-ui-popup ul {
    width: 100%;
    list-style: none outside none;
    padding: 0;
    margin: 0
}

.n-ui-autocomplete-block .n-ui-popup li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 7px 10px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden
}

.n-ui-autocomplete-block .n-ui-popup li.n-ui-selected {
    background-color: #f2d7f4
}

.n-ui-autocomplete-block .n-ui-popup li.n-ui-selected:hover {
    background-color: #efcff1
}

.n-ui-autocomplete-block .n-ui-popup li:hover {
    background-color: #f2d7f4
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-nodes {
    padding-left: 15px
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0;
    background-color: #f8f8f8
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node>li:hover {
    background-color: #f6e3f7
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node>li.n-ui-selected {
    background-color: #f2d7f4
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node>li.n-ui-selected:hover {
    background-color: #efcff1
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-opened>li,.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-closed>li {
    padding-left: 30px;
    cursor: pointer
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-opened>li a,.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-closed>li a {
    padding-left: 0
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-opened .n-ui-toogle,.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-closed .n-ui-toogle {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 8px center
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-opened>.n-ui-toogle {
    background-image: url(/acp/img/svg/minus.svg)
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-closed>.n-ui-toogle {
    background-image: url(/acp/img/svg/plus.svg)
}

.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-closed .n-ui-nodes {
    display: none
}

.n-ui-autocomplete-block .n-ui-selected-item {
    display: inline-block;
    max-width: 300px;
    background: #6f8191;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    margin: 0 5px 3px 0;
    cursor: default;
    color: #000
}

.n-ui-autocomplete-block .n-ui-selected-item .grid.table {
    display: table;
    width: auto;
    margin: 0
}

.n-ui-autocomplete-block .n-ui-selected-item .grid.table .col {
    display: table-cell
}

.n-ui-autocomplete-block .n-ui-selected-item.n-ui-unknown-text {
    background: #f1c2c2
}

.n-ui-autocomplete-block .n-ui-selected-item .n-ui-title {
    padding: 5px 0 5px 10px;
    cursor: default;
    max-width: 270px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.n-ui-autocomplete-block .n-ui-selected-item .n-ui-close {
    padding: 5px 10px;
    cursor: pointer;
    color: rgba(0,0,0,.5);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.n-ui-autocomplete-block .n-ui-selected-item .n-ui-close:hover {
    color: #000
}

.n-ui-autocomplete-block .n-ui-values {
    max-height: 250px;
    overflow-y: auto
}

.n-ui-autocomplete-block .n-ui-more {
    padding: 7px 10px;
    cursor: pointer;
    text-decoration: underline;
    color: #6f8191
}

.n-ui-autocomplete .z-index-popup {
    z-index: 100
}

.n-ui-autocomplete .n-ui-popup {
    position: absolute;
    opacity: 0;
    -webkit-transform: scaleY(.1);
    -ms-transform: scaleY(.1);
    transform: scaleY(.1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    top: -1px;
    left: 0;
    min-width: 150px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3);
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,.3);
    border: 1px solid #999;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.n-ui-autocomplete .n-ui-popup.n-ui-opened {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.n-ui-autocomplete .n-ui-popup ul {
    width: 100%;
    list-style: none outside none;
    padding: 0;
    margin: 0
}

.n-ui-autocomplete .n-ui-popup li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 7px 10px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden
}

.n-ui-autocomplete .n-ui-popup li.n-ui-selected {
    background-color: #f2d7f4
}

.n-ui-autocomplete .n-ui-popup li.n-ui-selected:hover {
    background-color: #efcff1
}

.n-ui-autocomplete .n-ui-popup li:hover {
    background-color: #f2d7f4
}

.n-ui-autocomplete .n-ui-popup .n-ui-nodes {
    padding-left: 15px
}

.n-ui-autocomplete .n-ui-popup .n-ui-node {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.n-ui-autocomplete .n-ui-popup .n-ui-node>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0;
    background-color: #f8f8f8
}

.n-ui-autocomplete .n-ui-popup .n-ui-node>li:hover {
    background-color: #f6e3f7
}

.n-ui-autocomplete .n-ui-popup .n-ui-node>li.n-ui-selected {
    background-color: #f2d7f4
}

.n-ui-autocomplete .n-ui-popup .n-ui-node>li.n-ui-selected:hover {
    background-color: #efcff1
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened>li,.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed>li {
    padding-left: 30px;
    cursor: pointer
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened>li a,.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed>li a {
    padding-left: 0
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened .n-ui-toogle,.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed .n-ui-toogle {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 8px center
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened>.n-ui-toogle {
    background-image: url(/acp/img/svg/minus.svg)
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed>.n-ui-toogle {
    background-image: url(/acp/img/svg/plus.svg)
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed .n-ui-nodes {
    display: none
}

.n-ui-autocomplete .n-ui-selected-item {
    display: inline-block;
    max-width: 300px;
    background: #6f8191;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    margin: 0 5px 3px 0;
    cursor: default;
    color: #000
}

.n-ui-autocomplete .n-ui-selected-item .grid.table {
    display: table;
    width: auto;
    margin: 0
}

.n-ui-autocomplete .n-ui-selected-item .grid.table .col {
    display: table-cell
}

.n-ui-autocomplete .n-ui-selected-item.n-ui-unknown-text {
    background: #f1c2c2
}

.n-ui-autocomplete .n-ui-selected-item .n-ui-title {
    padding: 5px 0 5px 10px;
    cursor: default;
    max-width: 270px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.n-ui-autocomplete .n-ui-selected-item .n-ui-close {
    padding: 5px 10px;
    cursor: pointer;
    color: rgba(0,0,0,.5);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.n-ui-autocomplete .n-ui-selected-item .n-ui-close:hover {
    color: #000
}

.n-ui-autocomplete .n-ui-values {
    max-height: 250px;
    overflow-y: auto
}

.n-ui-autocomplete .n-ui-more {
    padding: 7px 10px;
    cursor: pointer;
    text-decoration: underline;
    color: #6f8191
}

.clk,.clickable {
    cursor: pointer
}

.d-inline-block {
    display: inline-block
}

.d-block {
    display: block
}

.d-inline {
    display: inline
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.zoom-image {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.zoom-image img {
    display: block;
    width: 100%;
    height: 100%
}

.zoom-image:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/ui/zoom_white.svg);
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,.75));
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,.75));
    width: 24px;
    height: 24px;
    right: 5%;
    bottom: 5%;
    pointer-events: none
}

@-webkit-keyframes zoom-image-loading {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom-image-loading {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.zoom-image-loading {
    -webkit-animation-name: zoom-image-loading;
    animation-name: zoom-image-loading;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.pswp {
    display: none
}

.html-content img,.html-content .zoom-image {
    margin-right: 10px
}

img.video_anchor {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: url(/plugins/ckeditor/plugins/video/images/placeholder.jpg) no-repeat center center #fff;
    border: 1px solid #a9a9a9;
    min-width: 100px;
    min-height: 50px;
    margin: 5px 0 10px 0
}

.video_card {
    max-width: 100%!important;
    width: 100%;
    background: #000;
    overflow: hidden;
    position: relative
}

.video_card .thumb_rel {
    position: relative
}

.video_card .thumb_rel .thumb {
    cursor: pointer;
    width: 100%
}

.video_card .thumb_rel .thumb img {
    width: 100%;
    display: block;
    margin: 0 auto
}

.video_card .thumb_rel .play_btn {
    position: absolute;
    width: 70px;
    height: 50px;
    background: #cc362c url(../images/ui/play_btn.png) no-repeat center center;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.8);
    box-shadow: 0 0 12px rgba(0,0,0,.8);
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -25px;
    cursor: pointer
}

.video_card .thumb_rel:hover .play_btn {
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000
}

.video_card .thumb_rel:active .play_btn {
    margin-top: -24px;
    margin-left: -34px;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.9);
    box-shadow: 0 0 12px rgba(0,0,0,.9)
}

.video_card .video {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

.delivery-points-popup {
    width: 700px
}
