@font-face {
    font-family: Circe;
    src: url('../fonts/Circe-Regular.ttf') format('truetype');
}
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: Circe, Arial, Helvetica, sans-serif;
    color: #343434;
    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;
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.center-wrap {
    max-width: 1230px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
}

.center-wrap--1160 {
    max-width: 1160px;
}

@media screen and (max-width: 1200px) {
    .center-wrap {
        max-width: 768px;
    }
}

h1, h2, h3, h4 {
    margin: 0px;
}

.simple-title {
    text-align: center;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .simple-title {
        font-size: 24px;
    }
}

#to-top {
    display: inline-block;
    background-color: #c2b7b2;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    background: #c2b7b2 url(../images/arrow--white.svg) no-repeat;
    background-position: center;
    background-size: 25px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    -o-transition: background-color .3s, opacity .5s, visibility .5s;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #to-top:hover {
        opacity: 0.8 !important;
    }

    #to-top.show {
        opacity: 1;
        visibility: visible;
    }

.--error {
    color: red;
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
    font-size: 13px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.simple-title-wrap {
    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;
    margin-bottom: 50px;
}

.simple-title-wrap__back {
    position: absolute;
    left: 0px;
    opacity: 0.8;
}

    .simple-title-wrap__back:hover {
        opacity: 1;
    }

    .simple-title-wrap__back::before {
        content: "";
        display: inline-block;
        margin-left: 5px;
        width: 10px;
        height: 10px;
        background: url(../images/arrow.svg) no-repeat;
        background-size: contain;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 10px;
        margin-right: 10px;
    }

.simple-title-wrap .simple-title {
    margin-bottom: 0px;
}

.header {
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    z-index: 2;
    margin-top: 28px;
}

@media screen and (max-width: 768px) {
    .header {
        margin-top: 0px;
    }
}

.header .center-wrap {
    height: 100px;
    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;
    position: relative;
}

@media screen and (max-width: 768px) {
    .header .center-wrap {
        height: 60px;
    }
}

.header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 250px;
    max-height: 90px;
}

    .header__logo img {
        max-width: 100%;
        max-height: 100%;
    }

@media screen and (max-width: 768px) {
    .header__logo {
        width: 170px;
    }

        .header__logo img {
            max-width: 100%;
        }
}

@media screen and (max-width: 370px) {
    .header__logo {
        width: 150px;
    }
}

.header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 28px;
}

@media screen and (min-width: 1200px) {
    .header__burger {
        display: none;
    }
}

.header__burger div {
    margin-bottom: 6px;
    width: 100%;
    height: 2px;
    background: #343434;
    border-bottom: 1px solid #a7a7a7;
}

    .header__burger div:last-child {
        margin-bottom: 0px;
    }

.header__nav2 {
    margin-left: auto;
}

@media screen and (max-width: 1200px) {
    .header__nav, .header__nav2 {
        display: none;
    }
}

.header__nav-list, .header__nav2-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.header__nav-item, .header__nav2-item {
    margin-right: 55px;
    position: relative;
}

    .header__nav-item:last-child, .header__nav2-item:last-child {
        margin-right: 0px;
    }

    .header__nav-item:hover ul, .header__nav2-item:hover ul {
        opacity: 1;
        visibility: visible;
    }

    .header__nav-item:hover .header__nav-link--arrow::after, .header__nav2-item:hover .header__nav-link--arrow::after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .header__nav-item ul, .header__nav2-item ul {
        position: absolute;
        background-color: #ffff;
        -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.17);
        box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.17);
        z-index: 2;
        list-style: none;
        padding: 12px 30px;
        top: calc( 100% + 10px);
        left: 0px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

        .header__nav-item ul::before, .header__nav2-item ul::before {
            content: "";
            position: absolute;
            border: 6px solid transparent;
            border-bottom: 6px solid #fff;
            bottom: 100%;
            left: 20px;
        }

        .header__nav-item ul::after, .header__nav2-item ul::after {
            content: "";
            height: 15px;
            bottom: 100%;
            left: 0px;
            width: 100%;
            opacity: 0;
            position: absolute;
            display: block;
        }

        .header__nav-item ul a, .header__nav2-item ul a {
            font-size: 14px;
            line-height: 30px;
            text-decoration: none;
            white-space: nowrap;
            cursor: pointer;
            position: relative;
            display: inline-block;
        }

            .header__nav-item ul a::before, .header__nav2-item ul a::before {
                content: "";
                position: absolute;
                left: 0px;
                bottom: 8px;
                width: 0px;
                height: 1px;
                background: #343434;
                opacity: 0;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

            .header__nav-item ul a:hover::before, .header__nav2-item ul a:hover::before {
                width: 100%;
                opacity: 0.8;
            }

.header__nav-link, .header__nav2-link {
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

    .header__nav-link::before, .header__nav2-link::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 2px;
        width: 0px;
        height: 1px;
        background: #343434;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .header__nav-link:hover::before, .header__nav2-link:hover::before {
        width: 100%;
        opacity: 0.9;
    }

.header__nav-link--arrow:hover::after, .header__nav2-link--arrow:hover::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header__nav-link--arrow::before, .header__nav2-link--arrow::before {
    display: none;
}

.header__nav-link--arrow::after, .header__nav2-link--arrow::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: calc( 50% - 5px);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -15px;
    background: url(../images/arrow.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.header__login {
    background: #89a5ba;
    color: #fff;
    font-size: 13px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 35px;
    margin-left: 80px;
    position: relative;
    cursor: pointer;
}

    .header__login:hover {
        opacity: 0.9;
    }

@media screen and (max-width: 1200px) {
    .header__login {
        margin-left: auto;
    }
}

.header__login::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/repeat.png);
    opacity: 0.13;
}

@media screen and (max-width: 450px) {
    .header__login {
        font-size: 10px;
        padding: 0px 20px;
    }
}

.header__logout {
    background: #89a5ba;
    color: #fff;
    font-size: 13px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 20px;
    margin-left: 80px;
    position: relative;
    cursor: pointer;
    min-width: 110px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .header__logout:hover .header__logout-hovs {
        display: block;
    }

@media screen and (max-width: 1200px) {
    .header__logout {
        margin-left: auto;
    }
}

.header__logout::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/repeat.png);
    opacity: 0.13;
}

@media screen and (max-width: 450px) {
    .header__logout {
        font-size: 10px;
        padding: 0px 20px;
    }
}

.header__logout-hovs {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #343434;
    z-index: 2;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
    display: none;
}

.header__logout-hov {
    border-bottom: 1px solid #ccc;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
}

    .header__logout-hov:last-child {
        border-bottom: none;
    }

    .header__logout-hov:hover {
        font-size: 15px;
    }

.footer {
    color: #fff;
    padding: 30px 0px;
    padding-bottom: 0px;
    position: relative;
    background: #89a5ba;
}

    .footer::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: url(../images/repeat.png);
        opacity: 0.13;
    }

    .footer > .center-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
    }

@media screen and (max-width: 1200px) {
    .footer > .center-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.footer__left {
    width: 100%;
    max-width: 450px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}

@media screen and (max-width: 1200px) {
    .footer__left {
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .footer__left {
        max-width: 100%;
    }
}

.footer__left p {
    margin-bottom: 10px;
}

    .footer__left p:last-child {
        margin-bottom: 0px;
    }

.footer__left a {
    cursor: pointer;
    position: relative;
}

    .footer__left a::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 3px;
        width: 0%;
        height: 1px;
        background: #fff;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .footer__left a:hover::before {
        width: 100%;
        opacity: 1;
    }

.footer__right {
    width: 100%;
    max-width: 350px;
}

@media screen and (max-width: 500px) {
    .footer__right {
        max-width: 100%;
    }
}

.footer__bot {
    margin-top: 30px;
    border-top: 1px solid #e8e8e8;
}

    .footer__bot .center-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;
        font-weight: 300;
        font-size: 14px;
        height: 42px;
    }

@media screen and (max-width: 400px) {
    .footer__bot .center-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 15px;
        height: auto;
        text-align: center;
    }

        .footer__bot .center-wrap span {
            margin-top: 5px;
        }
}

.footer__bot .center-wrap a {
    position: relative;
    padding-right: 20px;
    font-weight: 400;
}

    .footer__bot .center-wrap a::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        top: calc( 50% - 7px);
        right: 0px;
        background: url(../images/login.svg) no-repeat;
        background-size: contain;
    }

    .footer__bot .center-wrap a:hover {
        opacity: 0.85;
    }

.footer .weatherInformer21 {
    width: calc( 100% + 25px);
    margin-left: -25px;
}

    .footer .weatherInformer21, .footer .weatherInformer21 .weatherInformer21-cont .weatherInformer21-cont-line p, .footer .weatherInformer21 .weatherInformer21-cont .weatherInformer21-cont-line span {
        background: transparent !important;
    }

.footer .weather > div {
    width: 100%;
}

.footer .weather > iframe {
    margin-left: auto;
    margin-bottom: -30px;
}

.kurs {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.kurs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 7px;
}

    .kurs__item p {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .kurs__item p:nth-child(1) {
            width: 140px;
        }

        .kurs__item p:nth-child(2) {
            width: 55px;
        }

        .kurs__item p:nth-child(3) {
            width: 55px;
        }

.kurs__item--header {
    font-weight: 400;
    font-size: 15px;
}

.kurs__btn {
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    border-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .kurs__btn a {
        position: relative;
        display: inline-block;
    }

        .kurs__btn a::before {
            content: "";
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 1px;
            background: #fff;
            opacity: 0.4;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .kurs__btn a:hover::before {
            width: 0px;
            opacity: 0;
        }

.weather {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 300;
    margin: 20px 0px;
}

.weather__params {
    width: calc( ( 100% - 35px ) / 2);
}

.weather__params-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

    .weather__params-item span {
        margin-right: 13px;
        width: 62px;
        white-space: nowrap;
    }

.weather__left {
    width: calc( ( 100% - 35px ) / 2);
    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;
}

.weather__temp {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    padding-right: 10px;
    position: relative;
}

    .weather__temp::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        border: 1px solid #fff;
        right: 0px;
        top: 2px;
    }

.weather__img {
    max-width: 60px;
    height: 60px;
}

    .weather__img img {
        max-width: 100%;
        max-height: 100%;
    }

.socials {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    padding-right: 20px;
}

@media screen and (max-width: 500px) {
    .socials {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 0px;
        margin-right: 0px;
    }
}

.socials__item {
    margin-right: 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;
}

    .socials__item img {
        width: 28px;
        height: 28px;
    }

    .socials__item:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

.socials__item--vk img {
    width: 36px;
    height: 36px;
}

.btn {
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    background: #89a5ba;
    padding: 0px 25px;
    line-height: 57px;
    border: 2px solid #89a5ba;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

@media screen and (max-width: 768px) {
    .btn {
        line-height: 40px;
        font-size: 15px;
    }
}

.btn:hover {
    background: transparent;
    color: #89a5ba;
}

.btn--brown {
    background: #c2b7b2;
    border-color: #c2b7b2;
}

    .btn--brown:hover {
        color: #111;
    }

.main-screen {
    min-height: calc( 200px + 100px + 28px);
    margin-top: calc( -100px - 28px);
    padding-top: calc( 100px + 28px);
    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: url(../images/main-screen.png) no-repeat;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 768px) {
    .main-screen {
        min-height: calc( 150px + 60px);
        margin-top: calc( -60px);
        padding-top: calc( 60px);
    }
}

.main-screen .book-form--big {
    background: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 1200px) {
    .main-screen .book-form--big {
        margin: 0px;
    }
}

.main-screen .center-wrap {
    position: relative;
}

@media screen and (max-width: 500px) {
    .main-screen .center-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.main-screen::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.main-screen h1 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .main-screen h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 500px) {
    .main-screen h1 {
        font-size: 25px;
    }
}

.main-screen__feats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 500px) {
    .main-screen__feats {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        max-width: 400px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
    }
}

.main-screen__feat {
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    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;
    font-size: 11px;
    text-align: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 375px) {
    .main-screen__feat {
        width: 95px;
        height: 95px;
        font-size: 10px;
    }

        .main-screen__feat span {
            font-size: 20px !important;
            line-height: 20px !important;
        }
}

.main-screen__feat:last-child {
    margin-bottom: 0px;
}

.main-screen__feat span {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: -2px;
}

.main-screen--home {
    padding: 70px 0px;
    padding-top: calc( 100px + 28px + 70px);
    background: url(../images/main-screen--home.png) no-repeat;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 768px) {
    .main-screen--home {
        padding-top: calc( 60px + 70px);
    }
}

@media screen and (max-width: 500px) {
    .main-screen--home {
        padding-top: calc( 60px + 40px);
        padding-bottom: 40px;
    }
}

.main-screen--home .center-wrap {
    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;
}

.main-screen__slider {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

    .main-screen__slider .swiper-slide {
        position: relative;
    }

        .main-screen__slider .swiper-slide img {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.main-screen__langs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: calc( 100% + 15px);
    right: 15px;
}

@media screen and (max-width: 768px) {
    .main-screen__langs {
        display: none;
    }
}

.main-screen__langs .select {
    height: 30px;
    font-size: 13px;
    background: transparent;
}

    .main-screen__langs .select:first-child {
        margin-right: 6px;
        min-width: 70px;
    }

.main-screen__langs .select__value {
    background: rgba(255, 255, 255, 0.88);
}

    .main-screen__langs .select__value::before {
        right: 5px;
        left: auto;
        width: 9px;
        height: 9px;
    }

.main-screen__langs .select__variants {
    background: rgba(255, 255, 255, 0.92);
}

.main-screen__langs .select__variant {
    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;
}

    .main-screen__langs .select__variant img {
        margin-right: 5px;
    }

@media screen and (min-width: 1200px) {
    .main-screen--big {
        padding-top: calc( 100px + 28px + 120px);
        padding-bottom: 120px;
    }

        .main-screen--big .center-wrap {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .main-screen--big .main-screen__feats {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            margin-bottom: 20px;
        }

        .main-screen--big .main-screen__feat {
            margin-right: 20px;
        }

            .main-screen--big .main-screen__feat:last-child {
                margin-right: 0px;
            }
}

.mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99;
    overflow: hidden;
    background: rgba(111, 111, 111, 0.75);
    display: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -ms-touch-action: none;
    touch-action: none;
}

    .mobile-menu svg * {
        fill: #000;
    }

.mobile-menu--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-menu--opacity0 {
    opacity: 0;
}

.mobile-menu--opacity1 {
    opacity: 1;
}

.mobile-menu__wrap {
    background: #fff;
    width: 320px;
    height: 100%;
    position: relative;
    left: -320px;
    -webkit-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-menu__wrap--left0 {
    left: 0px;
}

.mobile-menu__wrap--left300 {
    left: -300px;
}

.mobile-menu__header {
    height: 50px;
    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;
}

.mobile-menu__phone {
    font-size: 20px;
    text-decoration: none;
    color: #000;
    text-align: center;
    width: 100%;
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 54px;
    margin-top: auto;
}

.mobile-menu__title {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 20px;
}

.mobile-menu__act {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    border-left: 1px solid rgba(87, 87, 87, 0.1);
}

.mobile-menu__nav {
    position: relative;
}

.mobile-menu__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 10px;
    list-style: none;
}

.mobile-menu__nav-item:last-child a {
    border-bottom: none;
}

.mobile-menu__nav-link {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    padding: 0px 25px;
    display: block;
    padding-left: 24px;
    position: relative;
}

    .mobile-menu__nav-link::before {
        content: "";
        position: absolute;
        height: 8px;
        width: 8px;
        background: url(../images/arrow.svg) no-repeat;
        background-position: center;
        background-size: contain;
        right: 10px;
        top: calc( 50% - 4px);
    }

.mobile-menu .header__logo {
    padding-left: 35px;
    margin-top: auto;
    padding-bottom: 40px;
}

.mobile-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    height: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.mobile-menu__link {
    width: 50%;
    text-align: center;
}

    .mobile-menu__link:first-child {
        position: relative;
    }

        .mobile-menu__link:first-child::before {
            content: "";
            position: absolute;
            right: 0px;
            height: 100%;
            width: 1px;
            background: #e8e8e8;
        }

.mobile-menu .main-screen__langs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: static;
    padding-left: 35px;
    margin: 20px 0px;
}

.news {
    margin: 70px 0px;
}

.news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid #c2b7b2;
    margin-bottom: 60px;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .news__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .news__item {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

.news__item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.news__item-img {
    max-width: calc( 50% - 20px);
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    display: block;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .news__item-img {
        max-width: 100%;
    }
}

.news__item-img > div {
    padding-bottom: 70%;
}

.news__item-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
    transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
    -o-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform;
    transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform;
    transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform, 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
}

.news__item-img:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.news__item-content {
    max-width: calc( 50% - 20px);
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 1200px) {
    .news__item-content {
        max-width: 100%;
    }
}

.news__item-date {
    margin-bottom: auto;
    color: #fff;
    font-size: 17px;
    background: #c2b7b2;
    line-height: 45px;
    padding: 0px 30px;
}

@media screen and (max-width: 1200px) {
    .news__item-date {
        position: absolute;
        top: 0px;
        right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .news__item-date {
        line-height: 34px;
        font-size: 15px;
        padding: 0px 15px;
    }
}

.news__item-title {
    font-size: 33px;
    line-height: 33px;
    font-weight: 400;
    /*margin-bottom: 25px;
    margin-top: 35px;*/
}

@media screen and (max-width: 768px) {
    .news__item-title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

.news__item-text {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 35px;
    overflow: hidden;
    max-height: 260px;
    mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
}

@media screen and (max-width: 768px) {
    .news__item-text {
        margin-bottom: 20px;
    }
}

.news__item .btn {
    margin-top: auto;
}

.new {
    margin: 70px 0px;
}

@media screen and (max-width: 768px) {
    .new .center-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.new__date {
    color: #fff;
    font-size: 17px;
    background: #c2b7b2;
    line-height: 45px;
    padding: 0px 30px;
    display: inline-block;
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .new__date {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media screen and (max-width: 768px) {
    .new__date {
        line-height: 34px;
        font-size: 15px;
        padding: 0px 15px;
    }
}

.new__title {
    font-size: 33px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .new__title {
        font-size: 24px;
        line-height: 24px;
    }
}

.new__img {
    float: right;
    max-width: 45%;
    margin-left: 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .new__img {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }
}

@media screen and (max-width: 768px) {
    .new__img {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-left: 0px;
    }
}

.editor {
    font-size: 17px;
    line-height: 24px;
}

@media screen and (max-width: 500px) {
    .editor {
        font-size: 15px;
        line-height: 19px;
    }
}

.editor p {
    margin-bottom: 15px;
}

    .editor p:last-child {
        margin-bottom: 0px;
    }

.editor ul {
    list-style: none;
    margin: 15px 0px;
}

    .editor ul li {
        margin-bottom: 15px;
    }

.reg {
    margin: 55px 0px;
}

    .reg .inputs__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .reg .inputs__btn .btn {
            padding: 0px 75px;
        }

@media screen and (max-width: 768px) {
    .reg .inputs__btn .btn {
        padding: 0px 30px;
    }
}

.inputs__block {
    border: 1px solid #c2b7b2;
    margin: 55px 0px;
    padding: 45px 60px;
    padding-top: 30px;
}

.inputs__block-title {
    font-size: 33px;
    margin-bottom: 30px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .inputs__block-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .inputs__block {
        padding: 45px;
    }
}

@media screen and (max-width: 768px) {
    .inputs__block {
        margin: 27px 0px;
        padding: 22px 15px;
        padding-top: 15px;
    }
}

.inputs__wraps {
    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-bottom: -24px;
}

.inputs__wrap {
    margin-bottom: 24px;
    width: 100%;
}

.inputs__wrap-title {
    font-size: 17px;
    margin-bottom: 12px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .inputs__wrap-title {
        font-size: 15px;
        margin-bottom: 10px;
    }
}

.inputs__wrap input {
    border: 1px solid #e4e4e4;
    line-height: 48px;
    width: 100%;
    padding-left: 17px;
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .inputs__wrap input {
        line-height: 40px;
        font-size: 15px;
        padding-left: 10px;
    }
}

.inputs__wrap textarea {
    border: 1px solid #e4e4e4;
    resize: none;
    width: 100%;
    padding-left: 17px;
    font-size: 17px;
    height: 135px;
    padding-top: 10px;
}

.inputs__wrap--require .inputs__wrap-title {
    position: relative;
}

    .inputs__wrap--require .inputs__wrap-title::before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border: 1px solid red;
        opacity: 0.8;
        border-radius: 50%;
        right: -8px;
    }

.inputs__wrap--50 {
    width: calc( 50% - 45px);
}

@media screen and (max-width: 1200px) {
    .inputs__wrap--50 {
        width: calc( 50% - 10px);
    }
}

@media screen and (max-width: 500px) {
    .inputs__wrap--50 {
        width: 100%;
    }
}

.inputs__wrap--33 {
    width: calc( ( 100% - 15px * 2  ) / 3);
}

@media screen and (max-width: 1200px) {
    .inputs__wrap--33 {
        width: calc( 50% - 10px);
    }
}

@media screen and (max-width: 500px) {
    .inputs__wrap--33 {
        width: 100%;
    }
}

.inputs__wrap--hide {
    margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
    .inputs__wrap .select {
        height: 42px;
        font-size: 15px;
    }

    .inputs__wrap .select__value {
        padding-left: 10px;
    }

    .inputs__wrap .select__variant {
        padding: 0px 10px;
    }
}

.inputs__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inputs__date {
    background: #fff url(../images/calendar.png) no-repeat;
    background-position: calc( 100% - 10px) center;
    cursor: pointer;
}

input:not([type="submit"]),
textarea {
    border: 1px solid #e4e4e4;
    line-height: 48px;
    width: 100%;
    padding-left: 17px;
    font-size: 17px;
    /* Firefox 19+ */
    /* Firefox 18- */
}

    input:not([type="submit"])::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #ccc;
    }

    input:not([type="submit"])::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #ccc;
    }

    input:not([type="submit"]):-moz-placeholder,
    textarea:-moz-placeholder {
        color: #ccc;
    }

    input:not([type="submit"]):-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #ccc;
    }

@media screen and (max-width: 768px) {
    input:not([type="submit"]),
    textarea {
        line-height: 40px;
        font-size: 15px;
        padding-left: 10px;
    }
}

textarea {
    line-height: 1.2 !important;
    padding-top: 12px;
}

.rounds {
    font-size: 17px;
}

.rounds--ml {
    margin-left: auto;
    padding-left: 10px;
}

.rounds--date {
    margin-bottom: auto;
    margin-top: 30px;
}

.rounds__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px;
    cursor: pointer;
}

.rounds__item--active div::before {
    opacity: 1 !important;
}

.rounds__item:last-child {
    margin-bottom: 0px;
}

.rounds__item div {
    width: 15px;
    height: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #7c7c7c;
    border-radius: 50%;
    margin-right: 25px;
    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;
}

    .rounds__item div::before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        background: #89a5ba;
        border-radius: 50%;
        opacity: 0;
    }

.info {
    margin: 50px 0px;
}

    .info .center-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

@media screen and (max-width: 1200px) {
    .info .center-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.info__photo {
    width: 280px;
}

@media screen and (max-width: 1200px) {
    .info__photo {
        width: 100%;
        max-width: 320px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}

.info__photo > label {
    cursor: pointer;
    position: relative;
    padding-bottom: 100%;
    display: block;
    overflow: hidden;
}

    .info__photo > label img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
        transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
        -o-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform;
        transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform;
        transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform, 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
    }

    .info__photo > label:hover img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }

.info__photo p {
    font-size: 17px;
    color: #89a5ba;
    text-align: center;
    margin-top: 25px;
}

.info__right {
    width: calc( 100% - 280px - 40px);
}

@media screen and (max-width: 1200px) {
    .info__right {
        width: 100%;
    }
}

.info__block {
    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-bottom: 50px;
    margin-bottom: 55px;
    border-bottom: 1px solid #c2b7b2;
}

.info__block-title {
    width: 100%;
    font-size: 33px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .info__block-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.info__block:last-of-type {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
    width: calc( 50% - 45px);
}

@media screen and (max-width: 1200px) {
    .info__block:last-of-type {
        width: calc( 50% - 10px);
        min-width: 235px;
    }
}

@media screen and (max-width: 500px) {
    .info__block:last-of-type {
        width: 100%;
    }
}

.info__block .btn {
    padding: 0px 70px;
}

@media screen and (max-width: 768px) {
    .info__block .btn {
        padding: 0px 35px;
    }
}

@media screen and (max-width: 500px) {
    .info__block .btn {
        width: 100%;
    }
}

.backet {
    margin-bottom: 60px;
}

    .backet .inputs__block {
        border: 1px solid rgba(194, 183, 178, 0.3);
    }

    .backet .inputs__btn .btn {
        margin-left: auto;
    }

@media screen and (max-width: 500px) {
    .backet .inputs__btn .btn {
        width: 100%;
    }
}

.backet .inputs__btn .btn:nth-child(2) {
    margin-left: 10px;
}

.backet textarea {
    margin-bottom: 15px;
}

.backet__icon {
    width: 30px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: auto;
    margin-bottom: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

    .backet__icon img {
        max-width: 30px;
        max-height: 30px;
    }

.backet .inputs__wrap--33 {
    width: calc( ( ( 100% - 18px * 2 ) - 40px  ) / 3);
}

.card {
    margin-bottom: 75px;
}

.card__title {
    font-size: 33px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 75px;
}

@media screen and (max-width: 768px) {
    .card__title {
        font-size: 23px;
        line-height: 23px;
        margin-top: 45px;
        margin-bottom: 40px;
    }
}

.card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    .card__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.card__img {
    width: 45%;
}

@media screen and (max-width: 1200px) {
    .card__img {
        width: 100%;
        margin-bottom: 30px;
    }
}

.card__img .card__img-size {
    position: relative;
    padding-bottom: 94%;
}

    .card__img .card__img-size img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.card__right {
    width: calc( 55% - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    .card__right {
        width: 100%;
    }
}

.card__params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card__param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 17px;
    margin-bottom: 20px;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .card__param {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 15px;
    }
}

.card__param span {
    font-weight: 700;
    text-align: left;
}

.card__text {
    border-bottom: 1px solid #c2b7b2;
    border-top: 1px solid #c2b7b2;
    padding: 18px 0px;
    margin-top: auto;
}

.card__city {
    border-top: 1px solid #c2b7b2;
    border-bottom: 1px solid #c2b7b2;
    background: url(../images/city.png) no-repeat;
    background-position: 12px center;
    padding-left: 45px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .card__city {
        height: 50px;
        font-size: 15px;
    }
}

.card__price {
    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: 21px;
    text-transform: uppercase;
    padding-top: 25px;
}

    .card__price span:nth-child(2) {
        color: #89a5ba;
        font-weight: 700;
    }

@media screen and (max-width: 768px) {
    .card__price {
        font-size: 18px;
    }
}

.card__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 500px) {
    .card__btns .btn {
        width: calc( 50% - 4px);
        text-align: center;
        padding: 0px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 500px) and (max-width: 340px) {
    .card__btns .btn {
        font-size: 12px;
    }
}

.card__date {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #c2b7b2;
    line-height: 46px;
    padding: 0px 22px;
    text-align: center;
    margin-right: auto;
    margin-bottom: 25px;
}

.card__backet {
    padding: 0px 20px;
    height: 68px;
    font-size: 21px;
    font-weight: 300;
    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;
    background: #89a5ba;
    color: #fff;
    cursor: pointer;
}

    .card__backet > div {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #fff url(../images/backet.png) no-repeat;
        background-position: center;
    }

@media screen and (max-width: 768px) {
    .card__backet > div {
        width: 32px;
        height: 32px;
        background-size: 16px;
    }
}

.card__backet:hover {
    opacity: 0.9;
}

@media screen and (max-width: 768px) {
    .card__backet {
        height: 40px;
        font-size: 18px;
    }
}

.promo {
    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: 0px 60px;
}

@media screen and (max-width: 675px) {
    .promo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0px !important;
    }
}

@media screen and (max-width: 1200px) {
    .promo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.promo__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 380px;
    width: 100%;
    font-size: 21px;
    padding-left: 20px;
}

@media screen and (max-width: 1200px) {
    .promo__right {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .promo__right {
        font-size: 18px;
    }
}

.promo__right p {
    font-weight: 700;
    color: #c25b5b;
}

@media screen and (max-width: 768px) {
    .promo__right p {
        margin-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    .promo__right {
        margin-left: auto;
        width: auto;
    }
}

@media screen and (max-width: 675px) {
    .promo__right {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        padding: 0px;
    }
}

.promo__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1200px) {
    .promo__form {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .promo__form {
        width: calc( 50% - 10px);
    }
}

@media screen and (max-width: 675px) {
    .promo__form {
        width: 100%;
        max-width: 500px;
    }
}

@media screen and (max-width: 1200px) {
    .promo {
        padding: 0px;
    }
}

.promo__sale {
    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;
}

@media screen and (max-width: 1200px) {
    .promo__sale {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        -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: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }
}

.promo__sale-title {
    margin-bottom: 5px;
    color: #c25b5b;
}

@media screen and (max-width: 1200px) {
    .promo__sale-title {
        margin-bottom: 0px;
    }
}

.promo__sale-price {
    margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
    .promo__sale-price {
        margin: 0px 30px;
    }
}

.promo__sale .btn {
    line-height: 42px;
    font-size: 14px;
    padding: 0px 15px;
}

.booking {
    margin: 60px 0px;
}

    .booking .card {
        background: #f7f7f7;
        padding: 35px 0px;
    }

    .booking .card__price {
        padding-bottom: 25px;
    }

    .booking .inputs__block {
        background: #fff;
    }

    .booking .backet {
        display: none;
    }

.welcom {
    background: #89a5ba;
    color: #fff;
    position: relative;
    padding: 40px 0px;
}

    .welcom::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: url(../images/repeat.png);
        opacity: 0.15;
    }

    .welcom .center-wrap {
        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;
    }

.welcom__text {
    text-align: center;
    font-size: 19px;
    line-height: 23px;
    font-weight: 300;
    max-height: 72px;
    overflow: hidden;
    -webkit-transition: max-height 1.4s;
    -o-transition: max-height 1.4s;
    transition: max-height 1.4s;
}

.welcom__text--active {
    max-height: 1000px;
    -webkit-transition: max-height 3s;
    -o-transition: max-height 3s;
    transition: max-height 3s;
}

@media screen and (max-width: 768px) {
    .welcom__text {
        font-size: 17px;
        line-height: 21px;
    }
}

.welcom__text p {
    margin-bottom: 15px;
}

    .welcom__text p:last-child {
        margin-bottom: 0px;
    }

.welcom__more {
    text-align: center;
    margin-top: 10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    cursor: pointer;
}

    .welcom__more::before {
        content: "";
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        position: absolute;
        right: 0px;
        top: calc( 50% - 6px);
        width: 13px;
        height: 13px;
        background: url(../images/arrow--white.svg) no-repeat;
        background-size: contain;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.welcom__more--active::before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.catalog {
    overflow: hidden;
    margin-bottom: 70px;
}

.catalog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -30px;
}

@media screen and (max-width: 768px) {
    .catalog__list {
        margin-bottom: -20px;
    }
}

.catalog__list .product {
    min-height: 560px;
    width: calc( ( 100% - 40px * 2  ) / 3);
    margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
    .catalog__list .product {
        width: calc( ( 100% - 40px * 1  ) / 2);
    }
}

@media screen and (max-width: 768px) {
    .catalog__list .product {
        width: calc( ( 100% - 20px * 1  ) / 2);
        margin-bottom: 20px;
        padding: 10px;
    }
}

@media screen and (max-width: 500px) {
    .catalog__list .product {
        width: 100%;
    }
}

.catalog__list-info {
    color: #fff;
    background: #c2b7b2;
    font-size: 17px;
    width: 100%;
    padding: 12px 0px;
    position: relative;
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .catalog__list-info {
        font-size: 15px;
    }
}

.catalog__list-info::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4000px;
    left: -1200px;
    top: 0px;
    background: #c2b7b2;
    z-index: -1;
}

.product {
    padding: 20px;
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product--hide {
    margin-bottom: 0px !important;
    padding: 0px !important;
    opacity: 0 !important;
    height: 0px !important;
    min-height: 0px !important;
}

.product__img {
    display: block;
    cursor: pointer;
}

    .product__img > div {
        position: relative;
        padding-bottom: 70%;
        overflow: hidden;
    }

        .product__img > div img {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
            transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
            -o-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform;
            transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform;
            transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform, 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
        }

        .product__img > div::before {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background: url(../images/product-loop.png) no-repeat;
            background-position: center;
            z-index: 2;
        }

.product__img-sale {
    position: absolute;
    background-color: rgba(194, 91, 91, 0.9);
    color: #fff;
    font-size: 21px;
    text-align: center;
    padding: 20px 8px;
    right: 0px;
    top: 0px;
}

@media screen and (max-width: 768px) {
    .product__img-sale {
        font-size: 16px;
        padding: 10px 5px;
    }
}

.product__img-info {
    position: absolute;
    width: 100%;
    padding: 0px 12px;
    min-height: 36px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.product__img:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.product__title {
    font-size: 21px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .product__title {
        font-size: 15px;
    }
}

.product__text {
    font-size: 13px;
    left: 15px;
    font-weight: 300;
    color: #000;
    margin: 10px 0px;
    display: none;
}

.product__text--active {
    display: block;
}

.product__price {
    background: #89a5ba;
    color: #fff;
    font-size: 21px;
    text-align: center;
    position: relative;
    height: 60px;
    margin-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;
    padding: 0px 10px;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.product__price--sale span:nth-child(1) {
    margin-right: 10px;
    font-size: 20px;
    position: relative;
}

    .product__price--sale span:nth-child(1)::before {
        content: "";
        position: absolute;
        top: calc( 50% - 1px);
        width: calc( 100% + 4px);
        height: 1px;
        left: -2px;
        background: #fff;
    }

@media screen and (max-width: 768px) {
    .product__price {
        height: 40px;
        font-size: 18px;
    }
}

.product__price:hover {
    opacity: 0.9;
}

.product__price span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product__price::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/repeat.png);
    opacity: 0.15;
}

.product__price div {
    position: absolute;
    right: 10px;
}

@media screen and (max-width: 768px) {
    .product__price div {
        width: 32px;
        height: 32px;
    }

        .product__price div img {
            max-width: 100%;
        }
}

.product__status {
    font-size: 17px;
    color: #74af6a;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.product__status--offline {
    color: #bcbcbc;
}

.product__numbers {
    text-align: center;
    color: #c25b5b;
    margin-bottom: -24px;
    margin-top: 8px;
}

    .product__numbers span {
        font-weight: 700;
    }

@media screen and (max-width: 768px) {
    .product__numbers {
        margin-bottom: -20px;
        margin-top: 6px;
    }
}

.product__nights {
    margin: 20px 0px;
}

.product__nights-title {
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .product__nights-title::after {
        content: "";
        display: inline-block;
        margin-left: 5px;
        width: 12px;
        height: 12px;
        background: url(../images/arrow.svg) no-repeat;
        background-size: contain;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.product__nights-wrap {
    display: none;
}

.product__nights-list {
    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;
    margin-top: 20px;
    margin-bottom: -10px;
}

.product__nights-item {
    width: calc( ( 100% - 8px * 2  ) / 3);
    text-align: 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;
    margin-bottom: 10px;
}

.product__nights-item--hide {
    margin-bottom: 0% !important;
}

.product__nights-item > span {
    font-weight: 700;
}

.product__desk {
    font-size: 17px;
    color: #89a5ba;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 32px;
    margin-bottom: 8px;
    cursor: pointer;
    position: relative;
}

    .product__desk::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 0%;
        height: 1px;
        background: #89a5ba;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .product__desk:hover::before {
        width: 100%;
        opacity: 1;
    }

@media screen and (max-width: 768px) {
    .product__desk {
        font-size: 14px;
        margin-top: 22px;
    }
}

.reviews-page__top {
    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;
    margin: 65px 0px;
}

.reviews-page .stars {
    margin-bottom: 25px;
}

.reviews-page__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 50px 0px;
}

.reviews {
    margin: 70px 0px;
}

.reviews__item {
    background: #f7f7f7;
    margin-bottom: 20px;
    padding: 40px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .reviews__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        overflow: hidden;
    }
}

@media screen and (max-width: 500px) {
    .reviews__item {
        padding: 35px 15px;
    }
}

.reviews__item:last-child {
    margin-bottom: 0px;
}

.reviews__item-img {
    width: 90px;
    background: #fff url(../images/review.png) no-repeat;
    background-position: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .reviews__item-img > div {
        position: relative;
        padding-bottom: 100%;
    }

        .reviews__item-img > div img {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.reviews__item-right {
    width: calc( 100% - 90px - 40px);
    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 screen and (max-width: 768px) {
    .reviews__item-right {
        width: 100%;
    }
}

.reviews__item-name {
    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;
    width: 100%;
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .reviews__item-name {
        -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;
        position: absolute;
        left: 130px;
        top: calc( 40px + ( 90px / 2 ));
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        .reviews__item-name .stars {
            margin-bottom: 0px;
            margin-top: 5px;
        }
}

@media screen and (max-width: 500px) {
    .reviews__item-name {
        left: 120px;
    }
}

.reviews__item-theme {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 17px;
    margin-top: 12px;
}

@media screen and (max-width: 768px) {
    .reviews__item-theme {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
}

.reviews__item-text {
    font-size: 17px;
}

@media screen and (max-width: 500px) {
    .reviews__item-text {
        font-size: 15px;
    }
}

.reviews__item-date {
    font-size: 11px;
    color: #343434;
    margin-top: 20px;
    opacity: 0.55;
}

.reviews-form {
    margin: 50px 0px;
}

.reviews-form__wrap {
    padding: 30px;
    border: 1px solid #c2b7b2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .reviews-form__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 768px) {
    .reviews-form__wrap {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 500px) {
    .reviews-form__wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.reviews-form__left {
    width: calc( 50% - 35px);
    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 screen and (max-width: 1200px) {
    .reviews-form__left {
        width: 100%;
    }
}

.reviews-form__left .inputs__wrap:last-child {
    margin-bottom: 0px;
}

.reviews-form__left .inputs__wrap--50 {
    width: calc( 50% - 15px);
}

.reviews-form__right {
    width: calc( 50% - 35px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1200px) {
    .reviews-form__right {
        width: 100%;
        margin-bottom: 40px;
    }
}

.reviews-form__right .btn {
    margin-top: auto;
    margin-left: auto;
}

@media screen and (max-width: 1200px) {
    .reviews-form__right .btn {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }
}

@media screen and (max-width: 500px) {
    .reviews-form__right .btn {
        right: 15px;
    }
}

.reviews-form__title {
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
}

.reviews-form__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reviews-form__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: 25px;
}

    .reviews-form__item:last-child {
        margin-bottom: 0px;
    }

    .reviews-form__item p {
        font-size: 17px;
    }

@media screen and (max-width: 500px) {
    .reviews-form__item p {
        font-size: 15px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 500px) {
    .reviews-form__item {
        -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;
    }
}

.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.stars__item {
    width: 25px;
    height: 25px;
    background: #cdcdcd url(../images/star.svg) no-repeat;
    background-size: 17px;
    background-position: 4px 4px;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
}

    .stars__item:last-child {
        margin-left: 0px;
    }

.stars__item--active {
    background-color: #89a5ba;
}

    .stars__item--active ~ .stars__item {
        background-color: #89a5ba;
    }

.stars:not(.stars--disabled) .stars__item:hover {
    background-color: #89a5ba;
}

    .stars:not(.stars--disabled) .stars__item:hover ~ .stars__item {
        background-color: #89a5ba;
    }

.book-form {
    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;
    width: 100%;
    max-width: 320px;
    padding: 35px;
    padding-bottom: 0px;
    background: rgba(255, 255, 255, 0.8);
    /*#c2b7b2;*/
    position: relative;
    padding-bottom: 70px;
}

    .book-form input {
        border: none !important;
        line-height: 36px !important;
    }

    .book-form .select {
        border: none;
        height: 36px;
        font-size: 13px;
    }

    .book-form .select__value::before {
        width: 10px !important;
        height: 10px !important;
        left: auto !important;
        right: 8px !important;
    }

    .book-form .inputs__wrap {
        margin-bottom: 15px !important;
    }

    .book-form .inputs__wrap-title {
        font-size: 13px !important;
        text-transform: uppercase !important;
        margin-bottom: 10px;
    }

    .book-form .inputs__wrap--50 {
        width: calc( 50% - 8px) !important;
    }

    .book-form .inputs__wrap--hide {
        margin-bottom: 0px !important;
    }

    .book-form .btn {
        width: 50% !important;
        line-height: 50px !important;
        font-size: 13px !important;
        padding: 0px !important;
        text-align: center;
    }

        .book-form .btn[type=submit] {
            border: 2px solid #89a5ba !important;
        }

.book-form__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

    .book-form__btns span {
        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;
    }

        .book-form__btns span svg {
            display: none;
            width: 18px;
            height: 18px;
            margin-bottom: 2px;
            margin-right: 12px;
        }

            .book-form__btns span svg * {
                fill: #fff;
            }

.book-form .inputs__date {
    background-size: 18px;
}

@media screen and (max-width: 500px) {
    .book-form {
        width: 100%;
        max-width: 400px;
    }
}

.book-form--big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    padding-bottom: 10px;
    padding-right: calc( 20px + 38px + 15px);
    margin: 100px auto;
    background: #c2b7b2;
    color: #000;
}

    .book-form--big .select {
        color: #000;
    }

@media screen and (max-width: 1200px) {
    .book-form--big {
        width: calc( 100% - 110px - 30px);
        padding-right: 20px;
    }
}

@media screen and (max-width: 500px) {
    .book-form--big {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-bottom: 30px;
    }
}

.book-form--big .inputs__wrap {
    width: calc( ( 100% - 15px * 5  ) / 6) !important;
}

.book-form--big .inputs__wrap--x2 {
    width: calc( ( 100% - 15px * 5  ) / 3) !important;
}

.book-form--big .inputs__wrap:last-child {
    margin-right: 0px;
}

@media screen and (max-width: 1200px) {
    .book-form--big .inputs__wrap {
        width: calc( 50% - 10px) !important;
    }
}

.book-form--big .inputs__wrap input {
    /* Firefox 19+ */
    /* Firefox 18- */
}

    .book-form--big .inputs__wrap input::-webkit-input-placeholder {
        font-weight: 300;
    }

    .book-form--big .inputs__wrap input::-moz-placeholder {
        font-weight: 300;
    }

    .book-form--big .inputs__wrap input:-moz-placeholder {
        font-weight: 300;
    }

    .book-form--big .inputs__wrap input:-ms-input-placeholder {
        font-weight: 300;
    }

@media screen and (max-width: 1200px) {
    .book-form--big .book-form__list {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 500px) {
    .book-form--big {
        width: 100%;
        max-width: 380px;
    }
}

.book-form--big .book-form__btns {
    position: static;
}

    .book-form--big .book-form__btns input[type='submit'] {
        position: absolute;
        width: 38px !important;
        height: 36px !important;
        font-size: 0px !important;
        right: 20px;
        bottom: calc( 15px + 10px);
        background: #89a5ba url(../images/search.svg) no-repeat;
        background-size: 20px;
        background-position: center;
        border-radius: 2px;
        font-size: 0px;
    }

@media screen and (max-width: 1200px) {
    .book-form--big .book-form__btns input[type='submit'] {
        position: static;
        width: 100% !important;
        font-size: 18px !important;
        background: #c2b7b2;
        border-color: #c2b7b2 !important;
        line-height: 36px !important;
    }

        .book-form--big .book-form__btns input[type='submit']:hover {
            color: #fff !important;
        }
}

.book-form--big .book-form__btns span {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    line-height: 30px !important;
    border-radius: 0px 0px 25px 25px;
    font-weight: 700;
    letter-spacing: 0.6px;
    border-color: #89a5ba;
    background: #89a5ba;
    width: auto;
    max-width: 450px;
}

@media screen and (max-width: 500px) {
    .book-form--big .book-form__btns span {
        white-space: nowrap;
        width: calc( 100% - 40px) !important;
        font-size: 12px !important;
        line-height: 28px !important;
        padding-top: 2px !important;
    }
}

.book-form--big .book-form__btns span:hover {
    color: #89a5ba;
    background: #fff;
    border-color: #fff;
}

    .book-form--big .book-form__btns span:hover svg * {
        fill: #89a5ba;
    }

.book-form--big .book-form__btns span svg {
    display: block;
}

@media screen and (max-width: 500px) {
    .book-form--big .book-form__btns span svg {
        width: 15px;
        height: 15px;
        margin-right: 8px;
        margin-bottom: 2px !important;
    }
}

.book-form--fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 3;
    padding-left: calc( ( 100% - 1200px ) / 2);
    padding-right: calc( ( ( 100% - 1200px )  / 2 ) + 38px + 15px);
    background: rgba(255, 255, 255, 0.9);
    padding-top: 15px;
    padding-bottom: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1200px) {
    .book-form--fixed {
        display: none;
    }
}

.book-form--fixed input, .book-form--fixed .select {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
}

.book-form--fixed .book-form__btns span {
    display: none;
}

.book-form--fixed .book-form__btns input {
    right: calc( ( 100% - 1200px ) / 2) !important;
    top: 38px !important;
}

.book-form--fixed .book-form__list {
    display: none;
}

.book-form__list {
    position: absolute;
    bottom: 100%;
    left: 0px;
    background: #89a5ba;
    padding: 0px 20px;
    border-radius: 4px 4px 0px 0px;
}

.book-form__item {
    color: #fff;
    font-size: 15px;
    margin-right: 20px;
    line-height: 30px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
}

    .book-form__item:last-child {
        margin-right: 0px;
    }

    .book-form__item::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 2px;
        width: 0%;
        height: 1px;
        background: #fff;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .book-form__item:hover::before {
        width: 100%;
        opacity: 1;
    }

.features {
    margin: 70px 0px;
}

@media screen and (min-width: 700px) {
    .features__slider {
        display: none;
    }
}

.features__slider .swiper-container {
    padding-right: 100px;
    padding-bottom: 20px;
}

@media screen and (max-width: 540px) {
    .features__slider .swiper-container {
        padding-right: 25%;
    }
}

@media screen and (max-width: 400px) {
    .features__slider .swiper-container {
        padding-right: 35%;
    }
}

.features__slider .features__item {
    width: 100%;
}

.features__slider .swiper-pagination {
    bottom: 0px;
}

.features__slider .swiper-pagination-bullet {
    opacity: 0.3 !important;
    background: #ccc;
}

.features__slider .swiper-pagination-bullet-active {
    background: #89a5ba;
    opacity: 1 !important;
}

@media screen and (max-width: 700px) {
    .features .center-wrap {
        padding-right: 0px;
    }
}

.features__list {
    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;
    margin-bottom: -30px;
}

@media screen and (max-width: 700px) {
    .features__list {
        display: none;
    }
}

.features h2 {
    margin-bottom: 55px;
}

.features__item {
    width: calc( ( 100% - 20px * 5  ) / 6);
    margin-bottom: 30px;
    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 screen and (max-width: 1200px) {
    .features__item {
        width: calc( ( 100% - 1px * 3  ) / 4);
    }
}

@media screen and (max-width: 700px) {
    .features__item {
        width: calc( ( 100% - 1px * 3  ) / 4);
    }
}

.features__item h3 {
    font-size: 11px;
    line-height: 15px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.features__item-img {
    width: 100%;
    width: 80px;
    height: 80px;
    position: relative;
    margin-bottom: 15px;
}

    .features__item-img > div {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        border: 2px solid #c2b7b2;
        border-radius: 50%;
    }

        .features__item-img > div img {
            position: absolute;
            top: 2%;
            left: 2%;
            max-width: 96%;
            max-height: 96%;
        }

        .features__item-img > div i {
            font-size: 2.5em !important;
        }

.slider {
    background: #ebebeb;
    padding: 45px 0px;
}

.slider__slider {
    position: relative;
    padding: 0px 100px;
}

@media screen and (max-width: 768px) {
    .slider__slider {
        padding: 0px 20px;
    }
}

.slider__slider > .swiper-button-prev,
.slider__slider .swiper-button-next {
    width: 60px;
    height: 60px;
}

@media screen and (max-width: 768px) {
    .slider__slider > .swiper-button-prev,
    .slider__slider .swiper-button-next {
        width: 30px;
        height: 30px;
    }
}

.slider__slider .swiper-button-prev {
    left: 0px;
}

@media screen and (max-width: 768px) {
    .slider__slider .swiper-button-prev {
        left: -15px;
    }
}

.slider__slider .swiper-button-next {
    right: 0px;
}

@media screen and (max-width: 768px) {
    .slider__slider .swiper-button-next {
        right: -15px;
    }
}

.slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    .slider__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.slider__item-left {
    width: calc( 50% - 17px);
    position: relative;
}

@media screen and (max-width: 1200px) {
    .slider__item-left {
        width: 100%;
    }
}

.slider__item-left > div {
    padding-bottom: 60%;
}

.slider__item-left .swiper-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

    .slider__item-left .swiper-container img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .slider__item-left .swiper-container .swiper-slide {
        height: 100%;
    }

    .slider__item-left .swiper-container .swiper-button-prev,
    .slider__item-left .swiper-container .swiper-button-next {
        width: 55px;
        height: 100%;
        top: 0px;
        margin: 0px;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

        .slider__item-left .swiper-container .swiper-button-prev.swiper-button-disabled,
        .slider__item-left .swiper-container .swiper-button-next.swiper-button-disabled {
            opacity: 0;
        }

        .slider__item-left .swiper-container .swiper-button-prev:hover,
        .slider__item-left .swiper-container .swiper-button-next:hover {
            background-color: rgba(0, 0, 0, 0.4) !important;
        }

    .slider__item-left .swiper-container .swiper-button-prev {
        left: 0px;
        background: rgba(0, 0, 0, 0.1) url(../images/arrow--white.svg) no-repeat;
        background-size: 24px;
        background-position: center;
    }

    .slider__item-left .swiper-container .swiper-button-next {
        right: 0px;
        background: rgba(0, 0, 0, 0.1) url(../images/arrow--white.svg) no-repeat;
        background-size: 24px;
        background-position: center;
    }

.slider__item-right {
    width: calc( 50% - 17px);
}

@media screen and (max-width: 1200px) {
    .slider__item-right {
        width: 100%;
        margin-top: 20px;
    }
}

.slider__item-title {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .slider__item-title {
        font-size: 23px;
    }
}

.slider__item-text {
    font-size: 17px;
    line-height: 22px;
}

@media screen and (max-width: 768px) {
    .slider__item-text {
        font-size: 15px;
        line-height: 19px;
    }
}

.swiper-button-prev,
.swiper-button-next {
    background: url(../images/arrow--gray.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

    .swiper-button-prev::after,
    .swiper-button-next::after {
        display: none;
    }

.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select {
    font-size: 17px;
    font-weight: 400;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 50px;
    border: 1px solid #e4e4e4;
}

.select__value {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

    .select__value::before {
        content: "";
        position: absolute;
        left: calc( 100% - 30px);
        top: calc( 50% - 5px);
        width: 11px;
        height: 11px;
        background: url(../images/arrow.svg) no-repeat;
        background-size: contain;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.select__variants {
    position: absolute;
    z-index: 2;
    top: 100%;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7.2px 0.8px rgba(0, 4, 7, 0.15);
    box-shadow: 0px 0px 7.2px 0.8px rgba(0, 4, 7, 0.15);
    padding: 6px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 185px;
    overflow: auto;
}

    .select__variants::-webkit-scrollbar {
        width: 4px;
    }

    .select__variants::-webkit-scrollbar-track {
        background: transparent;
    }

    .select__variants::-webkit-scrollbar-thumb {
        background: #e9e9e9;
    }

        .select__variants::-webkit-scrollbar-thumb:hover {
            background: #ccc;
        }

.select__variant {
    line-height: 33px;
    display: block;
    border: 1px solid transparent;
    text-align: left;
    padding: 0px 15px;
    cursor: pointer;
    margin-bottom: -1px;
}

.select__variant--active {
    border-color: #e8e8e8;
}

.select__variant:hover {
    border-color: #e8e8e8;
}

.select--active .select__variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.select--active .select__value::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sales {
    margin: 80px 0px;
}

@media screen and (max-width: 510px) {
    .sales {
        margin: 30px 0px;
    }
}

.sales .simple-title {
    margin-bottom: 40px;
}

@media screen and (max-width: 760px) {
    .sales .center-wrap {
        padding-right: 0px;
        padding-left: 0px;
    }

        .sales .center-wrap h2 {
            margin-left: 15px;
            margin-right: 15px;
        }
}

@media screen and (max-width: 510px) {
    .sales .center-wrap {
        padding-left: 15px;
    }

        .sales .center-wrap h2 {
            margin-left: 0px;
        }
}

.sales__slider {
    position: relative;
}

@media screen and (max-width: 768px) {
    .sales__slider .swiper-container {
        padding-left: 20%;
        padding-right: 20%;
    }
}

@media screen and (max-width: 510px) {
    .sales__slider .swiper-container {
        padding-left: 0px;
    }
}

.sales__slider .sales__item {
    width: 100%;
}

.sales__slider > .swiper-button-prev,
.sales__slider .swiper-button-next {
    width: 60px;
    height: 60px;
}

@media screen and (max-width: 768px) {
    .sales__slider > .swiper-button-prev,
    .sales__slider .swiper-button-next {
        display: none;
    }
}

.sales__slider .swiper-button-prev {
    left: 0px;
}

@media screen and (max-width: 768px) {
    .sales__slider .swiper-button-prev {
        left: -15px;
    }
}

.sales__slider .swiper-button-next {
    right: 0px;
}

@media screen and (max-width: 768px) {
    .sales__slider .swiper-button-next {
        right: -15px;
    }
}

.sales__item {
    width: calc( ( 100% - 18px * 2  ) / 3);
    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;
    overflow: hidden;
}

@media screen and (max-width: 800px) {
    .sales__item {
        width: calc( ( 100% - 10px * 2  ) / 3);
    }
}

.sales__item > div {
    position: relative;
    padding-bottom: 100%;
}

.sales__item:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.sales__item:hover .sales__item-content {
    margin-bottom: 5px;
}

.sales__item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(3%, black), color-stop(39%, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, black 3%, rgba(0, 0, 0, 0) 39%);
    background-image: linear-gradient(0deg, black 3%, rgba(0, 0, 0, 0) 39%);
}

.sales__item img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform, 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
}

.sales__item-content {
    margin-top: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    z-index: 2;
    -webkit-transition: 0.2s linear margin;
    -o-transition: 0.2s linear margin;
    transition: 0.2s linear margin;
    padding: 30px;
}

@media screen and (max-width: 1000px) {
    .sales__item-content {
        padding: 15px;
    }
}

.sales__item-date {
    font-weight: 700;
    background: #e05555;
    padding: 0px 8px;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 15px;
}

@media screen and (max-width: 510px) {
    .sales__item-date {
        font-size: 12px;
        line-height: 18px;
        padding: 0px 4px;
        margin-bottom: 5px;
    }
}

.sales__item-title {
    font-size: 17px;
    margin-bottom: 12px;
}

@media screen and (max-width: 510px) {
    .sales__item-title {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

.sales__item-text {
    font-weight: 300;
}

@media screen and (max-width: 510px) {
    .sales__item-text {
        font-size: 12px;
        line-height: 15px;
    }
}

.login .popup {
    padding: 35px;
    padding-top: 60px;
    width: 100%;
    max-width: 420px;
}

@media screen and (max-width: 450px) {
    .login .popup {
        max-width: calc( 100% - 30px);
    }
}

@media screen and (max-width: 380px) {
    .login .popup {
        padding: 20px;
        padding-top: 40px;
    }
}

.login .btn {
    line-height: 51px;
}

    .login .btn:hover {
        border: 1px solid #89a5ba;
        line-height: 49px;
    }

.login form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .login form input,
    .login form textarea {
        width: 100%;
        margin-bottom: 10px;
        resize: none;
        border: none;
    }

        .login form input:last-child,
        .login form textarea:last-child {
            margin-bottom: 0px;
        }

.login__title {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.login__rem {
    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: 8px;
    margin-bottom: 30px;
}

.login__rem-rem {
    cursor: pointer;
    font-size: 13px;
    line-height: 13px;
    color: #797979;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .login__rem-rem > div {
        background: #fff;
        width: 15px;
        height: 15px;
        border: 1px solid #797979;
        margin-right: 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;
    }

        .login__rem-rem > div div {
            width: calc( 100% - 4px);
            height: calc( 100% - 4px);
            background: #89a5ba;
            opacity: 0;
            -webkit-transition: opacity 0.2s;
            -o-transition: opacity 0.2s;
            transition: opacity 0.2s;
        }

.login__rem-rem--active div {
    opacity: 1 !important;
}

.login__rem-pass {
    cursor: pointer;
    position: relative;
    color: #c25b5b;
    font-size: 13px;
}

    .login__rem-pass::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 1px;
        background: #c25b5b;
        opacity: 1;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .login__rem-pass:hover::before {
        width: 0px;
        opacity: 0;
    }

.login__bot {
    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;
    font-size: 13px;
    padding-top: 28px;
    margin-top: 28px;
    border-top: 1px solid #797979;
}

    .login__bot a {
        cursor: pointer;
        position: relative;
    }

        .login__bot a:nth-child(1) {
            color: #797979;
            margin-bottom: 10px;
        }

            .login__bot a:nth-child(1)::before {
                background: #797979;
            }

        .login__bot a:nth-child(2) {
            color: #c25b5b;
            text-transform: uppercase;
        }

            .login__bot a:nth-child(2)::before {
                background: #c25b5b;
            }

        .login__bot a::before {
            content: "";
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 0%;
            height: 1px;
            background: red;
            opacity: 0;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .login__bot a:hover::before {
            width: 100%;
            opacity: 1;
        }

.login textarea {
    min-height: 120px;
}

.confirm {
    margin: 100px 0px;
}

@media screen and (max-width: 500px) {
    .confirm {
        margin: 60px 0px;
    }
}

@media screen and (min-width: 1000px) {
    .confirm .center-wrap {
        max-width: 1050px;
    }
}

.confirm p {
    color: #343434;
    font-size: 33px;
    line-height: 48px;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .confirm p {
        font-size: 28px;
        line-height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .confirm p {
        font-size: 22px;
        line-height: 32px;
    }
}

@media screen and (max-width: 460px) {
    .confirm p {
        font-size: 18px;
        line-height: 28px;
    }
}

.services {
    margin: 50px 0px;
}

    .services > .center-wrap {
        max-width: 1330px;
    }

.services__nav {
    padding: 0px 50px;
    position: relative;
}

    .services__nav .swiper-slide {
        background: #a1b7c8;
        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;
        min-height: 46px;
        font-size: 17px;
        font-weight: 300;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
    }

        .services__nav .swiper-slide.services__nav--active, .services__nav .swiper-slide:hover {
            background: #89a5ba;
            font-weight: 500;
        }

    .services__nav .swiper-button-prev,
    .services__nav .swiper-button-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin-top: 0px;
    }

        .services__nav .swiper-button-prev::after,
        .services__nav .swiper-button-next::after {
            color: #8faabd;
        }

    .services__nav .swiper-button-prev {
        -webkit-transform: translate(0, -50%) rotate(180deg) !important;
        -ms-transform: translate(0, -50%) rotate(180deg) !important;
        transform: translate(0, -50%) rotate(180deg) !important;
    }

.services__tabs {
    margin-top: 55px;
    padding: 0px 50px;
}

.services__tab {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .services__tab:not(.services__tab--photoes) .swiper-button-prev,
    .services__tab:not(.services__tab--photoes) .swiper-button-next {
        width: 55px;
        height: 100%;
        top: 0px;
        margin: 0px;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

        .services__tab:not(.services__tab--photoes) .swiper-button-prev.swiper-button-disabled,
        .services__tab:not(.services__tab--photoes) .swiper-button-next.swiper-button-disabled {
            opacity: 0;
        }

        .services__tab:not(.services__tab--photoes) .swiper-button-prev:hover,
        .services__tab:not(.services__tab--photoes) .swiper-button-next:hover {
            background-color: rgba(0, 0, 0, 0.4) !important;
        }

    .services__tab:not(.services__tab--photoes) .swiper-button-prev {
        left: 0px;
        background: rgba(0, 0, 0, 0.1) url(../images/arrow--white.svg) no-repeat;
        background-size: 24px;
        background-position: center;
    }

    .services__tab:not(.services__tab--photoes) .swiper-button-next {
        right: 0px;
        background: rgba(0, 0, 0, 0.1) url(../images/arrow--white.svg) no-repeat;
        background-size: 24px;
        background-position: center;
    }

    .services__tab:not(.services__tab--photoes) .swiper-slide > div {
        position: relative;
        padding-bottom: 60%;
    }

        .services__tab:not(.services__tab--photoes) .swiper-slide > div img {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

@media screen and (max-width: 1200px) {
    .services__tab:not(.services__tab--photoes) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.services__tab.services__tab--photoes {
    padding-left: 0px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .services__tab.services__tab--photoes {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.services__tab.services__tab--photoes > .swiper-button-prev,
.services__tab.services__tab--photoes .swiper-button-next {
    width: 60px;
    height: 60px;
}

@media screen and (max-width: 768px) {
    .services__tab.services__tab--photoes > .swiper-button-prev,
    .services__tab.services__tab--photoes .swiper-button-next {
        width: 30px;
        height: 30px;
    }
}

.services__tab.services__tab--photoes .swiper-button-prev {
    left: -70px;
}

@media screen and (max-width: 768px) {
    .services__tab.services__tab--photoes .swiper-button-prev {
        left: -15px;
    }
}

.services__tab.services__tab--photoes .swiper-button-next {
    right: -70px;
}

@media screen and (max-width: 768px) {
    .services__tab.services__tab--photoes .swiper-button-next {
        right: -15px;
    }
}

.services__tab--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.services__tab-title {
    font-size: 33px;
    margin-bottom: 20px;
}

.services__tab-left {
    width: 50%;
}

@media screen and (max-width: 1200px) {
    .services__tab-left {
        width: 100%;
    }
}

.services__tab-right {
    width: calc( 50% - 25px);
    margin-top: 57px;
    font-size: 17px;
    line-height: 24px;
}

@media screen and (max-width: 1200px) {
    .services__tab-right {
        width: 100%;
    }
}

.photo-item {
    padding: 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;
    background: #f7f7f7;
}

.photo-item__img {
    position: relative;
    width: 100%;
}

    .photo-item__img > div {
        padding-bottom: 66%;
    }

        .photo-item__img > div img {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.photo-item__btn {
    margin-top: auto;
    font-size: 13px;
    line-height: 40px;
    padding: 0px 16px;
}

.photo-item__title {
    width: 100%;
    text-align: left;
    font-size: 21px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.photo-item__place {
    width: 100%;
    text-align: left;
    font-size: 17px;
    margin-bottom: 10px;
}

.photo-item__time {
    width: 100%;
    text-align: left;
    font-size: 17px;
    margin-bottom: 22px;
}

.photo-item__price {
    color: #9c4848;
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 50%;
    font-size: 13px;
}

    .photo-item__price span {
        font-size: 17px;
        font-weight: 700;
    }

.transfer {
    margin: 55px 0px;
}

.transfer__title {
    text-align: center;
}

@media screen and (max-width: 500px) {
    .transfer__title {
        margin-bottom: 50px;
    }
}

.transfer__usd {
    background: #89a5ba;
    color: #fff;
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: calc( 100% + 2px);
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 21px;
}

.transfer .inputs__block {
    position: relative;
    padding-bottom: 50px;
}

.transfer__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    margin-top: 45px;
    border-top: 1px solid #c2b7b2;
    padding-bottom: 45px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .transfer__fields .inputs__wrap {
        margin-bottom: 0px;
    }

.transfer__fields-left {
    width: calc( 50% - 45px);
    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;
}

@media screen and (max-width: 1200px) {
    .transfer__fields-left {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 500px) {
    .transfer__fields-left {
        -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;
    }

        .transfer__fields-left .rounds {
            margin-left: 0px;
            margin-top: 20px;
            padding-left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
        }

        .transfer__fields-left .rounds__item {
            margin-bottom: 0px;
            font-size: 15px;
            margin-right: 20px;
        }

            .transfer__fields-left .rounds__item:last-child {
                margin-right: 0px;
            }

            .transfer__fields-left .rounds__item div {
                margin-right: 10px;
            }
}

.transfer__fields-left .inputs__wrap {
    width: 50%;
}

@media screen and (max-width: 500px) {
    .transfer__fields-left .inputs__wrap {
        width: 100%;
    }
}

.transfer__type .rounds {
    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: center;
    -ms-flex-align: center;
    align-items: center;
}

.transfer__type .rounds__item {
    margin-bottom: 0px;
}

    .transfer__type .rounds__item:first-child {
        margin-right: 25px;
    }

.voucher .center-wrap {
    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-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #c2b7b2;
}

.voucher__btns {
    margin: 40px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
}

@media screen and (max-width: 550px) {
    .voucher__btns {
        width: 100%;
    }
}

.voucher__btns .btn {
    line-height: 42px;
    text-transform: initial;
    font-weight: 300;
}

@media screen and (max-width: 550px) {
    .voucher__btns .btn {
        width: 50%;
        text-align: center;
        padding: 0px 5px;
    }
}

@media screen and (max-width: 390px) {
    .voucher__btns .btn {
        width: 61%;
    }
}

.voucher__btns .btn:nth-child(1) {
    margin-right: 2px;
}

@media screen and (max-width: 390px) {
    .voucher__btns .btn:nth-child(1) {
        width: 39%;
    }
}

.voucher__success {
    position: relative;
    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;
    margin-bottom: 60px;
}

@media screen and (max-width: 550px) {
    .voucher__success {
        padding-top: 50px;
    }
}

.voucher__success::before {
    content: "";
    width: 40px;
    height: 40px;
    background: #89a5ba url(../images/check.svg) no-repeat;
    background-size: 55%;
    background-position: center;
    display: block;
    border-radius: 50%;
    margin-right: 25px;
}

@media screen and (max-width: 550px) {
    .voucher__success::before {
        position: absolute;
        top: 0px;
    }
}

.voucher__date {
    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;
    font-size: 21px;
    line-height: 34px;
    text-transform: uppercase;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .voucher__date {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .voucher__date {
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (max-width: 450px) {
    .voucher__date {
        font-size: 16px;
        line-height: 24px;
    }
}

.voucher__date span {
    font-weight: 700;
    text-transform: initial;
}

.voucher__company {
    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: #c2b7b2;
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    margin: 40px 0px;
    margin-right: auto;
}

@media screen and (max-width: 1200px) {
    .voucher__company {
        margin-left: auto;
    }
}

.voucher__company img {
    margin-bottom: 20px;
}

.voucher__company a {
    cursor: pointer;
    position: relative;
}

    .voucher__company a::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 2px;
        width: 0%;
        height: 1px;
        background: #c2b7b2;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .voucher__company a:hover::before {
        width: 100%;
        opacity: 0.8;
    }

.voucher-table {
    margin: 55px 0px;
}

.voucher-table__title {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.voucher-table .center-wrap {
    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;
    max-width: 820px;
}

.voucher-table__table {
    border: 1px solid #c2b7b2;
    font-size: 17px;
    width: 100%;
    padding: 35px 90px;
}

@media screen and (max-width: 768px) {
    .voucher-table__table {
        padding: 30px 15px;
    }
}

.voucher-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
}

.voucher-table__item--line {
    border-top: 1px solid #c2b7b2;
    padding-top: 16px;
}

.voucher-table__item:last-child {
    margin-bottom: 0px;
}

.voucher-table__item span {
    font-weight: 700;
    width: 48%;
}

.voucher-table__item p {
    width: 48%;
}

@media screen and (max-width: 420px) {
    .voucher-table__item {
        font-size: 15px;
    }
}

.voucher-table .btn {
    margin-top: 35px;
    padding: 0px 80px;
}

.pagination .btn {
    padding: 0px 20px;
    line-height: 45px;
    margin-right: 2px;
    background: transparent;
    color: #89a5ba;
}

.pagination .btn-primary {
    background: #89a5ba;
    color: #fff;
}

.pagination2 {
    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;
    margin-top: 35px;
}

.pagination2 a:hover {
    cursor:pointer;
}

.pagination2__link {
    font-size: 11px;
    font-weight: 700;
    display: block;
    width: 28px;
    height: 28px;
    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;
}

    .pagination2__link:hover {
        color: #dc4242;
    }

.pagination2__link--active {
    background: #dc4242;
    color: #fff;
}

    .pagination2__link--active:hover {
        color: #fff;
    }

.pagination2__arrow {
    width: 28px;
    height: 28px;
    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;
}

    .pagination2__arrow:hover {
        opacity: 0.6;
    }

    .pagination2__arrow img {
        width: 10px;
        height: 10px;
    }

.pagination2__arrow--double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .pagination2__arrow--double img:first-child {
        margin-right: -5px;
    }

.pagination2__arrow--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cart {
    margin: 50px 0px;
}

    .cart .backet {
        display: none;
    }

.cart__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.cart__nav-link {
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 30px;
    padding: 10px 20px;
    border-radius: 2px;
}

.cart__nav-link--active {
    background: #89a5ba;
    color: #fff;
}

.cart__nav-link:last-child {
    margin-right: 0px;
}

.cart__tab {
    display: none;
}

.cart__tab--active {
    display: block;
}

.cart__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 0px 30px;
}

    .cart__header p {
        font-size: 18px;
        line-height: 27px;
    }

        .cart__header p:nth-child(1) {
            width: 40%;
            margin-right: auto;
        }

        .cart__header p:nth-child(2) {
            width: 110px;
            margin-right: 50px;
        }

        .cart__header p:nth-child(3) {
            width: 120px;
            margin-right: 50px;
        }

        .cart__header p:nth-child(4) {
            width: 120px;
        }

.cart__list {
    padding: 20px;
    padding-bottom: 0px;
    border: 1px solid rgba(194, 183, 178, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(52, 52, 52, 0.05);
    box-shadow: 0px 2px 2px rgba(52, 52, 52, 0.05);
    border-radius: 5px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .cart__list:last-child {
        margin-bottom: 0px;
    }

    .cart__list > .btn {
        margin-left: auto;
        margin-bottom: 20px;
        line-height: 42px;
        font-size: 14px;
        margin-top: -20px;
    }

.cart__check {
    width: 18px;
    height: 18px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
}

.cart__check--active {
    background: url(../images/cart-check.svg) no-repeat;
    background-size: 11px auto;
    background-position: center;
}

.cart__item {
    padding: 40px 20px;
    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;
    border-bottom: 1px solid rgba(194, 183, 178, 0.3);
}

    .cart__item:last-of-type {
        border-bottom: none;
    }

.cart__item-content {
    margin-right: auto;
    margin-bottom: auto;
    width: calc( 40% - ( 18px + 20px ) - ( 100px + 20px ));
}

.cart__item-price {
    color: #89a5ba;
    font-size: 18px;
    line-height: 27px;
    width: 120px;
}

    .cart__item-price:nth-of-type(1) {
        margin-right: 50px;
    }

.cart__item-title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 5px;
}

.cart__item-img {
    width: 100px;
    margin-right: 20px;
    margin-bottom: auto;
}

    .cart__item-img > div {
        position: relative;
        padding-bottom: 100%;
    }

        .cart__item-img > div img {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.cart__item-param {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

    .cart__item-param span {
        font-weight: 700;
    }

.cart__cat {
    font-weight: 700;
    border-bottom: 1px solid rgba(194, 183, 178, 0.3);
    padding: 0px 20px;
    padding-bottom: 20px;
    padding-top: 2px;
    font-size: 18px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart .kol {
    margin-right: 50px;
}

.kol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    width: 120px;
}

.kol__btn {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    cursor: pointer;
}

    .kol__btn div {
        background: #000;
        height: 1px;
        width: 8px;
        position: absolute;
    }

.kol__btn--plus div:nth-child(1) {
    width: 9px;
}

.kol__btn--plus div:nth-child(2) {
    height: 9px;
    width: 1px;
}

.kol input {
    width: 35px;
    height: 100%;
    padding: 0px;
    border: none;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #ccc;
    text-align: center;
    color: #545454;
    background: transparent;
}

    .kol input::-webkit-inner-spin-button, .kol input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.checkbox {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    cursor: pointer;
}

.checkbox--active div div {
    background: url(../images/cart-check.svg) no-repeat;
    background-size: 11px auto;
    background-position: center;
}

.checkbox div div {
    width: 18px;
    height: 18px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
}

.shop-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop-grid__item {
    width: calc( ( 100% - 15px * 2  ) / 3);
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .shop-grid__item:hover img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }

.shop-grid__item--50 {
    width: calc( ( 100% - 15px * 1  ) / 2);
}

    .shop-grid__item--50 > div {
        padding-bottom: 66% !important;
    }

.shop-grid__item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(0, 0, 0, 0.8)), color-stop(39%, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 3%, rgba(0, 0, 0, 0) 39%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 3%, rgba(0, 0, 0, 0) 39%);
}

.shop-grid__item > div {
    position: relative;
    padding-bottom: 85%;
}

    .shop-grid__item > div > img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
        transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
        -o-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform;
        transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform;
        transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform, 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
    }

.shop-grid__item-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.shop-grid__content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    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;
}

.shop-grid__content-top {
    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;
}

.shop-grid__content-label {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    background: #32b469;
    font-weight: 700;
    padding: 7px 15px;
    border-radius: 4px;
    font-size: 14px;
}

.shop-grid__content-date {
    margin-right: auto;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .shop-grid__content-date span {
        margin-left: 4px;
        font-size: 15px;
    }

    .shop-grid__content-date img {
        width: 14px;
        margin-bottom: 4px;
        margin-left: 12px;
    }

.shop-grid__content-price {
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 10px;
    font-weight: 700;
}

.shop-grid__content-name {
    font-weight: 700;
    font-size: 22px;
    padding-right: 20px;
}

.shop-grid--eks .shop-grid__item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #34363c;
    opacity: .5;
    z-index: 2;
    background-image: none;
}

.shop {
    margin-bottom: 50px;
}

    .shop .sidebar {
        width: 270px;
        margin-bottom: auto;
    }

.shop__right {
    width: calc( 100% - 270px - 30px);
}

.shop__right-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

@media screen and (max-width: 670px) {
    .shop__right-top {
        display: none;
    }
}

.shop__products {
    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;
}

    .shop__products .shop-product {
        width: calc( ( 100% - 20px * 2  ) / 3);
        margin-bottom: 20px;
    }

.shop__products--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .shop__products--list .shop-product {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .shop__products--list .shop-product__img {
        width: 250px;
        padding-bottom: 0px;
    }

    .shop__products--list .shop-product__more {
        display: none;
    }

    .shop__products--list .shop-product__wrap {
        display: block !important;
    }

    .shop__products--list .shop-product .kol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.shop__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop__category {
    font-weight: 700;
    font-size: 24px;
    margin-right: 35px;
    text-transform: uppercase;
}

.shop__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.shop__view-item {
    margin-right: 12px;
    cursor: pointer;
}

    .shop__view-item:last-child {
        margin-right: 0px;
    }

    .shop__view-item:nth-child(1) svg {
        width: 20px;
        height: 20px;
    }

    .shop__view-item:nth-child(2) svg {
        width: 26px;
        height: 26px;
    }

    .shop__view-item svg {
        fill: #89a5ba;
    }

.shop__price {
    margin-bottom: 25px;
}

.shop__price-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.shop__price-top {
    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-size: 14px;
    padding-bottom: 8px;
}

.shop__price-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .shop__price-fields input {
        width: calc( ( 100% - 8px * 1  ) / 2);
        padding-left: 13px;
        font-size: 14px;
        border: 1px solid #ccc;
        line-height: 34px;
        /* Firefox 19+ */
        /* Firefox 18- */
    }

        .shop__price-fields input::-webkit-input-placeholder {
            font-weight: 300;
            color: #5a5a5a;
        }

        .shop__price-fields input::-moz-placeholder {
            font-weight: 300;
            color: #5a5a5a;
        }

        .shop__price-fields input:-moz-placeholder {
            font-weight: 300;
            color: #5a5a5a;
        }

        .shop__price-fields input:-ms-input-placeholder {
            font-weight: 300;
            color: #5a5a5a;
        }

.sidebar {
    border-radius: 10px;
    padding: 0px 20px;
}

.sidebar__title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 4px;
}

.shop-product {
    border: 1px solid rgba(87, 87, 87, 0.1);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    overflow: hidden;
}

.shop-product__img {
    position: relative;
    padding-bottom: 66%;
}

    .shop-product__img img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.shop-product__title {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.shop-product__container {
    padding: 30px 20px;
}

.shop-product__param {
    font-size: 15px;
    margin-bottom: 3px;
}

    .shop-product__param span {
        font-weight: 700;
        margin-right: 5px;
    }

    .shop-product__param:last-child {
        margin-bottom: 0px;
    }

.shop-product__text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #6f6868;
    max-width: 400px;
}

.shop-product__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    line-height: 46px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #89a5ba;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.shop-product__bot-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 8px;
}

.shop-product .kol {
    display: none;
}

.shop-product__price {
    font-size: 17px;
}

.shop-product__cart {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

    .shop-product__cart img {
        width: 100%;
        margin-top: -2px;
    }

.shop-product__more {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}

    .shop-product__more::after {
        content: "";
        display: inline-block;
        margin-left: 5px;
        width: 12px;
        height: 12px;
        background: url(../images/arrow.svg) no-repeat;
        background-size: contain;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 10px;
    }

.shop-product__wrap {
    display: none;
}

.sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

    .sort p {
        margin-right: 18px;
    }

.sort__item {
    margin-right: 15px;
    color: #5a5a5a;
    cursor: pointer;
    position: relative;
}

    .sort__item::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 0px;
        height: 1px;
        background: #5a5a5a;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .sort__item:hover::before {
        width: 100%;
        opacity: 1;
    }

    .sort__item:last-child {
        margin-right: 0px;
    }

.sort__item--active {
    font-weight: 700;
    color: #000;
}

    .sort__item--active:before {
        bottom: 0px;
        width: 100%;
        opacity: 1;
    }

    .sort__item--active:hover::before {
        opacity: 0;
        width: 0;
    }

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 44px;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.search--mobile {
    margin: 15px;
    height: 34px;
    display: none;
}

.search--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search--opacity0 {
    opacity: 0;
}

.search input {
    height: 100%;
    border: none;
}

    .search input[type='text'] {
        border-radius: 5px 0px 0px 5px;
        border: 1px solid rgba(87, 87, 87, 0.1);
        padding-left: 20px;
        font-weight: 300;
        font-size: 14px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .search input[type='submit'] {
        width: 64px;
        cursor: pointer;
        border-radius: 0px 5px 5px 0px;
        background: #89a5ba url(../images/search.png) no-repeat;
        background-size: 18px;
        background-position: center;
    }

.filter {
    margin-bottom: 20px;
}

.filter__title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}

.filter__list {
    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;
}

.filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

    .filter__item > div {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 14px;
        height: 14px;
        border: 1px solid #dddddd;
        border-radius: 3px;
        margin-right: 8px;
        position: relative;
    }

        .filter__item > div::before {
            content: "";
            position: absolute;
            width: calc( 100% + 1px);
            height: calc( 100% + 1px);
            bottom: 2px;
            left: 2px;
            background: url(../images/check.png) no-repeat;
            background-position: center;
            background-size: contain;
            opacity: 0;
            -webkit-transition: opacity 0.2s;
            -o-transition: opacity 0.2s;
            transition: opacity 0.2s;
        }

    .filter__item span {
        font-size: 14px;
        font-weight: 300;
        color: #5a5a5a;
    }

.filter__item--active > div::before {
    opacity: 1;
}

.cart-popup {
    width: 420px;
    max-width: 100%;
    overflow-x: 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;
    padding: 45px;
    position: relative;
}

@media screen and (max-width: 450px) {
    .cart-popup {
        padding: 25px;
    }
}

.cart-popup .popup {
    background: #fff;
}

.cart-popup__close {
    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;
    cursor: pointer;
    z-index: 2;
    top: 15px;
    right: 15px;
    width: 12px;
    height: 12px;
}

    .cart-popup__close:hover {
        opacity: 0.7;
    }

    .cart-popup__close div {
        width: 100%;
        height: 2px;
        position: absolute;
        background: #bababa;
    }

        .cart-popup__close div:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .cart-popup__close div:nth-child(2) {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.cart-popup__title {
    font-weight: 700;
    text-align: center;
    font-size: 17px;
}

.cart-popup__img {
    width: 100%;
    max-width: 150px;
    margin: 20px 0px;
}

    .cart-popup__img img {
        width: 100%;
    }

.cart-popup__btns {
    width: 100%;
    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 screen and (max-width: 400px) {
    .cart-popup__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cart-popup__btns .btn {
    width: calc( 50% - 4px);
    white-space: nowrap;
    padding: 0px;
    font-size: 12px;
    text-align: center;
    line-height: 42px;
}

@media screen and (max-width: 400px) {
    .cart-popup__btns .btn {
        width: 100%;
    }

        .cart-popup__btns .btn:nth-child(1) {
            margin-bottom: 5px;
        }
}

.cart-popup__name {
    font-size: 14px;
    color: #6f6f6f;
    max-width: 150px;
    text-align: center;
    margin-bottom: 35px;
    line-height: 18px;
}

@media screen and (max-width: 450px) {
    .cart-popup__name {
        margin-bottom: 20px;
    }
}

.eks-content {
    margin: 50px 0px;
    font-size: 16px;
    line-height: 21px;
}

    .eks-content h2 {
        margin-bottom: 20px;
    }

    .eks-content p {
        margin-bottom: 20px;
    }

        .eks-content p:last-child {
            margin-bottom: 0px;
        }

    .eks-content ul {
        margin-bottom: 30px;
    }

        .eks-content ul li {
            margin-bottom: 10px;
        }

.eks-slider {
    margin: 80px 0px;
    height: 600px;
}

    .eks-slider .swiper-container {
        width: 80%;
        height: 100%;
        float: left;
        -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
        transition: opacity .6s ease, -webkit-transform .3s ease;
        -o-transition: opacity .6s ease, transform .3s ease;
        transition: opacity .6s ease, transform .3s ease;
        transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
    }

        .eks-slider .swiper-container.nav-slider {
            width: 20%;
            padding-left: 5px;
        }

            .eks-slider .swiper-container.nav-slider .swiper-slide {
                cursor: pointer;
                opacity: .4;
                -webkit-transition: opacity .3s ease;
                -o-transition: opacity .3s ease;
                transition: opacity .3s ease;
            }

                .eks-slider .swiper-container.nav-slider .swiper-slide.swiper-slide-active {
                    opacity: 1;
                }

                .eks-slider .swiper-container.nav-slider .swiper-slide .content {
                    width: 100%;
                }

                    .eks-slider .swiper-container.nav-slider .swiper-slide .content .title {
                        font-size: 20px;
                    }

        .eks-slider .swiper-container.loading {
            opacity: 0;
            visibility: hidden;
        }

    .eks-slider .swiper-slide {
        overflow: hidden;
    }

    .eks-slider .swiper-slide-active .content {
        left: 0px !important;
        opacity: 1 !important;
    }

    .eks-slider .swiper-slide .slide-bgimg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }

    .eks-slider .swiper-slide .entity-img {
        display: none;
    }

    .eks-slider .swiper-slide .content {
        position: absolute;
        top: 40%;
        left: 100px;
        width: 50%;
        color: #fff;
        padding-left: 5%;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        opacity: 0;
    }

        .eks-slider .swiper-slide .content .title {
            font-size: 2.6em;
            font-weight: bold;
            margin-bottom: 30px;
        }

        .eks-slider .swiper-slide .content .caption {
            display: block;
            font-size: 13px;
            line-height: 1.4;
            -webkit-transition: opacity .3s ease, -webkit-transform .7s ease;
            transition: opacity .3s ease, -webkit-transform .7s ease;
            -o-transition: opacity .3s ease, transform .7s ease;
            transition: opacity .3s ease, transform .7s ease;
            transition: opacity .3s ease, transform .7s ease, -webkit-transform .7s ease;
        }

.eks-days {
    margin: 100px 0px;
    font-size: 16px;
    line-height: 21px;
}

.eks-days__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.eks-days__bar {
    width: 40px;
    position: relative;
}

    .eks-days__bar::before {
        content: "";
        position: absolute;
        left: 0px;
        border-left: 3px dashed #c2b7b2;
        height: 100%;
    }

.eks-days__right {
    width: calc( 100% - 40px - 30px);
}

.eks-days__num {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    background: #89a5ba;
    color: #fff;
    margin-left: calc( -30px - 20px);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px;
    position: relative;
    margin-top: 20px;
}

    .eks-days__num::before {
        content: "";
        position: absolute;
        right: calc( 100% - 1px);
        border: 8px solid transparent;
        border-top: 9px solid #89a5ba;
        top: calc( 50% - 8px);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.eks-days__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;
    margin-bottom: 40px;
    margin-top: 40px;
}

.eks-days__item-icon {
    border-radius: 50%;
    border: 2px solid #c2b7b2;
    width: 54px;
    height: 54px;
    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;
    margin-left: calc( -30px - 40px - 27px);
    background: #fff;
    z-index: 2;
    position: relative;
    margin-bottom: -35px;
}

    .eks-days__item-icon svg {
        width: 34px;
        height: 34px;
    }

        .eks-days__item-icon svg * {
            fill: #c2b7b2;
        }

.eks-days__item-content p {
    margin-bottom: 15px;
}

    .eks-days__item-content p:last-child {
        margin-bottom: 0px;
    }

.eks-days__item-content img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 300px;
    border-radius: 4px;
}

.eks-days__item-photoes {
    width: 100%;
    background: #c2b7b2;
    padding: 30px;
    clear: both;
    color: #fff;
    position: relative;
    border-radius: 4px;
}

    .eks-days__item-photoes::before {
        content: "";
        position: absolute;
        border: 8px solid transparent;
        border-bottom: 9px solid #c2b7b2;
        border-radius: 5px;
        bottom: calc( 100% - 2px);
        left: calc( 150px - 10px);
    }

.eks-days__item-slider {
    position: relative;
}

    .eks-days__item-slider .swiper-slide > a {
        position: relative;
        padding-bottom: 82%;
        width: 100%;
        display: block;
        border-radius: 5px;
        overflow: hidden;
    }

        .eks-days__item-slider .swiper-slide > a:hover img {
            -webkit-transform: scale(1.08);
            -ms-transform: scale(1.08);
            transform: scale(1.08);
        }

        .eks-days__item-slider .swiper-slide > a img {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 5px;
            -webkit-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
            transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
            -o-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform;
            transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform;
            transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) transform, 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) -webkit-transform;
        }

    .eks-days__item-slider .swiper-button-prev,
    .eks-days__item-slider .swiper-button-next {
        width: 20px;
        height: 20px;
        background-size: contain;
        margin-top: 0px;
        top: calc( 50% - 10px);
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
        background: url(../images/arrow--white.svg) !important;
        background-size: contain !important;
    }

        .eks-days__item-slider .swiper-button-prev::after,
        .eks-days__item-slider .swiper-button-next::after {
            font-size: 0px;
            color: #fff;
        }

        .eks-days__item-slider .swiper-button-prev:hover,
        .eks-days__item-slider .swiper-button-next:hover {
            opacity: 0.4;
        }

    .eks-days__item-slider .swiper-button-prev {
        left: 0px;
    }

    .eks-days__item-slider .swiper-button-next {
        right: 0px;
    }

.eks-desk {
    margin: 50px 0px;
    margin-top: -20px;
}

.eks-desk__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.eks-desk__left {
    width: 300px;
    border-right: 1px solid #ccc;
}

.eks-desk__right {
    width: calc( 100% - 300px - 20px);
}

.eks-desk__param {
    margin-bottom: 8px;
    font-size: 17px;
}

    .eks-desk__param span {
        font-weight: 700;
        margin-right: 5px;
    }

.search-form {
    margin: 70px 0px;
}

.search-form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin: 0px auto;
    height: 54px;
}

    .search-form__wrap .btn {
        line-height: 54px;
    }

        .search-form__wrap .btn:hover {
            background: #c2b7b2;
            border-color: #c2b7b2;
            color: #fff;
        }

.search-form__title {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.popup-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    display: none;
}

.popup-wrap--text .popup {
    max-width: 900px !important;
}

    .popup-wrap--text .popup p {
        margin-bottom: 15px;
    }

@media screen and (max-width: 930px) {
    .popup-wrap--text .popup {
        max-width: calc( 100% - 30px) !important;
    }
}

.popup-wrap--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup-wrap .popup {
    background: #f6f4f2;
    max-height: 90%;
    overflow: auto;
    position: relative;
    padding: 35px;
    max-height: 90vh;
    overflow: auto;
}

    .popup-wrap .popup::-webkit-scrollbar {
        width: 4px;
    }

    .popup-wrap .popup::-webkit-scrollbar-track {
        background: transparent;
    }

    .popup-wrap .popup::-webkit-scrollbar-thumb {
        background: #e9e9e9;
    }

        .popup-wrap .popup::-webkit-scrollbar-thumb:hover {
            background: #ccc;
        }

.popup-wrap--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup-wrap__close {
    position: absolute;
    top: 20px;
    right: 15px;
    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: 20px;
    height: 20px;
    cursor: pointer;
}

    .popup-wrap__close div {
        width: 100%;
        height: 1px;
        position: absolute;
        background: #000;
    }

        .popup-wrap__close div:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .popup-wrap__close div:nth-child(2) {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.sign {
    padding-top: 20px;
}

.sign__top {
    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: 20px;
}

.sign__promo {
    color: #89a5ba;
    cursor: pointer;
    position: relative;
}

    .sign__promo::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 2px;
        width: 100%;
        height: 1px;
        background: #89a5ba;
        opacity: 1;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .sign__promo:hover::before {
        width: 0px;
        opacity: 0;
    }

.sign__places {
    color: rgba(0, 0, 0, 0.7);
}

    .sign__places span {
        color: #000;
        font-weight: 700;
    }

.sign__title {
    font-size: 18px;
    font-weight: 700;
}

.sign__main {
    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;
}

.sign__img {
    width: 50%;
}

    .sign__img > div {
        position: relative;
        padding-bottom: 65%;
    }

        .sign__img > div img {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.sign__params {
    width: calc( 50% - 20px);
}

.sign__param {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    margin-bottom: 5px;
}

    .sign__param:last-child {
        margin-bottom: 0px;
    }

    .sign__param span {
        font-weight: 700;
        color: black;
        padding-right: 5px;
    }

.sign__inputs .inputs__wraps {
    margin-bottom: 0px;
}

    .sign__inputs .inputs__wraps:last-child {
        margin-bottom: 0px;
    }

.sign__inputs .inputs__wrap {
    margin-bottom: 20px;
}

.sign__inputs .inputs__wrap-title {
    font-size: 15px;
    margin-bottom: 5px;
}

.sign__inputs .inputs__wrap--50 {
    width: calc( 50% - 7px);
}

.sign__inputs .inputs__wrap input {
    line-height: 42px;
}

.sign__inputs .inputs__wrap .select {
    height: 42px;
    font-size: 15px;
}

.sign__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sign__price-price {
    margin-right: 15px;
    font-size: 18px;
}

.sign .promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    margin-top: 20px;
}

    .sign .promo .promo__sale {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        -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: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }

    .sign .promo .promo__sale-price {
        margin: 0px 30px;
    }

    .sign .promo .promo__sale-title {
        margin-bottom: 0px;
    }

.popup--sign {
    width: 100%;
    max-width: 600px;
}

.eks-slider .center-wrap {
    height: 100%;
}

.services__nav--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}