@-webkit-keyframes sheens {
    0%, 79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}

@-moz-keyframes sheens {
    0%, 79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        -moz-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        -moz-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        -moz-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        -moz-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}

@keyframes sheens {
    0%, 79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        -moz-transform: rotateZ(60deg) translate(-5em, 7.5em);
        -o-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        -moz-transform: rotateZ(60deg) translate(-5em, 7.5em);
        -o-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        -moz-transform: rotateZ(60deg) translate(1em, -11em);
        -o-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        -moz-transform: rotateZ(60deg) translate(1em, -9em);
        -o-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}

@-webkit-keyframes sheen {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }
    10% {
        width: 10px;
        height: 10px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    90% {
        width: 40px;
        height: 40px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-moz-keyframes sheen {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }
    10% {
        width: 10px;
        height: 10px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    90% {
        width: 40px;
        height: 40px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@keyframes sheen {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }
    10% {
        width: 10px;
        height: 10px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    90% {
        width: 40px;
        height: 40px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes floating {
    0%, to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    50% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%)
    }
}

@-moz-keyframes floating {
    0%, to {
        -moz-transform: translateY(0%);
        transform: translateY(0%)
    }
    50% {
        -moz-transform: translateY(3%);
        transform: translateY(3%)
    }
}

@keyframes floating {
    0%, to {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%)
    }
    50% {
        -webkit-transform: translateY(3%);
        -moz-transform: translateY(3%);
        -o-transform: translateY(3%);
        transform: translateY(3%)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
}

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

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

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

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

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

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

body {
    font-family: "Gilroy", sans-serif;
    background-color: #fff;
    font-size: calc(12px + 4 * ((100vw - 420px) / 860));
    line-height: calc(18px + 4 * ((100vw - 420px) / 860));
    position: relative;
    color: #1e1e1e
}

@media screen and (min-width: 1280px) {
    body {
        line-height: 22px
    }
}

@media screen and (max-width: 420px) {
    body {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    body {
        font-size: 16px
    }
}

@media screen and (max-width: 420px) {
    body {
        font-size: 12px
    }
}

p {
    margin: 0
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.container_0 {
    padding: 0
}

.title {
    font-family: "Oswald-DemiBold", sans-serif;
    text-transform: uppercase
}

.title_s {
    font-size: calc(16px + 8 * ((100vw - 420px) / 860));
    line-height: calc(22px + 10 * ((100vw - 420px) / 860))
}

@media screen and (min-width: 1280px) {
    .title_s {
        line-height: 32px
    }
}

@media screen and (max-width: 420px) {
    .title_s {
        line-height: 22px
    }
}

@media screen and (min-width: 1280px) {
    .title_s {
        font-size: 24px
    }
}

@media screen and (max-width: 420px) {
    .title_s {
        font-size: 16px
    }
}

.title_m {
    font-size: calc(16px + 8 * ((100vw - 420px) / 860));
    line-height: calc(22px + 8 * ((100vw - 420px) / 860))
}

@media screen and (min-width: 1280px) {
    .title_m {
        line-height: 30px
    }
}

@media screen and (max-width: 420px) {
    .title_m {
        line-height: 22px
    }
}

@media screen and (min-width: 1280px) {
    .title_m {
        font-size: 24px
    }
}

@media screen and (max-width: 420px) {
    .title_m {
        font-size: 16px
    }
}

.title_l {
    font-size: calc(20px + 20 * ((100vw - 420px) / 860));
    line-height: calc(26px + 20 * ((100vw - 420px) / 860))
}

@media screen and (min-width: 1280px) {
    .title_l {
        line-height: 46px
    }
}

@media screen and (max-width: 420px) {
    .title_l {
        line-height: 26px
    }
}

@media screen and (min-width: 1280px) {
    .title_l {
        font-size: 40px
    }
}

@media screen and (max-width: 420px) {
    .title_l {
        font-size: 20px
    }
}

.title_xl {
    font-size: calc(24px + 26 * ((100vw - 320px) / 960));
    line-height: calc(34px + 26 * ((100vw - 320px) / 960))
}

@media screen and (min-width: 1280px) {
    .title_xl {
        line-height: 60px
    }
}

@media screen and (max-width: 320px) {
    .title_xl {
        line-height: 34px
    }
}

@media screen and (min-width: 1280px) {
    .title_xl {
        font-size: 50px
    }
}

@media screen and (max-width: 320px) {
    .title_xl {
        font-size: 24px
    }
}

.title b {
    font-weight: 500
}

.title_blue {
    color: #4284de
}

.description {
    font-family: "PTSerif-Italic", sans-serif
}

.description_l {
    font-size: calc(16px + 12 * ((100vw - 320px) / 960));
    line-height: calc(22px + 12 * ((100vw - 320px) / 960))
}

@media screen and (min-width: 1280px) {
    .description_l {
        line-height: 34px
    }
}

@media screen and (max-width: 320px) {
    .description_l {
        line-height: 22px
    }
}

@media screen and (min-width: 1280px) {
    .description_l {
        font-size: 28px
    }
}

@media screen and (max-width: 320px) {
    .description_l {
        font-size: 16px
    }
}

.description_xl {
    font-size: calc(16px + 8 * ((100vw - 420px) / 860));
    line-height: calc(22px + 10 * ((100vw - 420px) / 860))
}

@media screen and (min-width: 1280px) {
    .description_xl {
        line-height: 32px
    }
}

@media screen and (max-width: 420px) {
    .description_xl {
        line-height: 22px
    }
}

@media screen and (min-width: 1280px) {
    .description_xl {
        font-size: 24px
    }
}

@media screen and (max-width: 420px) {
    .description_xl {
        font-size: 16px
    }
}

.button {
    font-family: "Oswald-DemiBold", sans-serif;
    background: 0 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    display: table;
    font-weight: 700;
    cursor: pointer
}

.button_yellow {
    background: #fee48f;
    background: -webkit-linear-gradient(180deg, #fee48f 0%, #f9b234 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fee48f), to(#f9b234));
    background: -webkit-linear-gradient(top, #fee48f 0%, #f9b234 100%);
    background: -moz- oldlinear-gradient(top, #fee48f 0%, #f9b234 100%);
    background: linear-gradient(180deg, #fee48f 0%, #f9b234 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fee48f", endColorstr="#f9b234", GradientType=1);
    -webkit-box-shadow: 0 2px 0 0 rgba(255, 150, 0, .004), 0 10px 35px 0 rgba(255, 150, 0, .3), inset 0 2px 0 0 rgba(255, 254, 204, .004);
    box-shadow: 0 2px 0 0 rgba(255, 150, 0, .004), 0 10px 35px 0 rgba(255, 150, 0, .3), inset 0 2px 0 0 rgba(255, 254, 204, .004);
    border-bottom: 2px solid #ff9600;
    color: #7f350c;
    border-radius: 7px
}

.button_yellow:hover {
    background: #eba830;
    background: -webkit-linear-gradient(180deg, #fee48f 0%, #eba830 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fee48f), to(#eba830));
    background: -webkit-linear-gradient(top, #fee48f 0%, #eba830 100%);
    background: -moz- oldlinear-gradient(top, #fee48f 0%, #eba830 100%);
    background: linear-gradient(180deg, #fee48f 0%, #eba830 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fee48f", endColorstr="#eba830", GradientType=1)
}

.button_m {
    padding: 16px 25px;
    font-size: calc(12px + 1 * ((100vw - 420px) / 860));
    line-height: calc(18px + 1 * ((100vw - 420px) / 860))
}

@media screen and (min-width: 1280px) {
    .button_m {
        line-height: 19px
    }
}

@media screen and (max-width: 420px) {
    .button_m {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .button_m {
        font-size: 13px
    }
}

@media screen and (max-width: 420px) {
    .button_m {
        font-size: 12px
    }
}

.button_l {
    padding: 26px 45px;
    font-size: calc(14px + 4 * ((100vw - 320px) / 960));
    line-height: calc(20px + 4 * ((100vw - 320px) / 960));
    text-transform: uppercase
}

@media screen and (min-width: 1280px) {
    .button_l {
        line-height: 24px
    }
}

@media screen and (max-width: 320px) {
    .button_l {
        line-height: 20px
    }
}

@media screen and (min-width: 1280px) {
    .button_l {
        font-size: 18px
    }
}

@media screen and (max-width: 320px) {
    .button_l {
        font-size: 14px
    }
}

.button__blik {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    overflow: hidden
}

.button__blik:after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5ac8e), color-stop(50%, #fff), color-stop(50%, #e5ac8e));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), color-stop(50%, rgba(229, 172, 142, 0)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), to(rgba(229, 172, 142, 0)));
    background: -webkit-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
    background: -moz- oldlinear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    -ms-transform: rotate(60deg) translate(-5em, 7.5em);
    -moz-transform: rotateZ(60deg) translate(-5em, 7.5em);
    -o-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: sheens 3s infinite;
    -moz-animation: sheens 3s infinite;
    animation: sheens 3s infinite;
    z-index: 1
}

.form__field + .form__field {
    margin-top: 15px
}

.form__label {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    color: #b6c2c8;
    font-size: calc(12px + 2 * ((100vw - 420px) / 860));
    line-height: calc(18px + 2 * ((100vw - 420px) / 860))
}

@media screen and (min-width: 1280px) {
    .form__label {
        line-height: 20px
    }
}

@media screen and (max-width: 420px) {
    .form__label {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .form__label {
        font-size: 14px
    }
}

@media screen and (max-width: 420px) {
    .form__label {
        font-size: 12px
    }
}

.form__input {
    background-repeat: no-repeat;
    height: 75px
}

.form__input, .form__select, .form__textarea {
    font-family: "Gilroy", sans-serif;
    background-color: #e8f0f4;
    -webkit-background-size: 15px 15px;
    background-size: 15px;
    background-position: 15px 48%;
    margin: 0;
    outline: 0;
    border: 1px solid #e8f0f4;
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    font-size: calc(14px + 4 * ((100vw - 420px) / 860));
    line-height: calc(20px + 4 * ((100vw - 420px) / 860))
}

.form__textarea {
    background-repeat: no-repeat
}

.form__select {
    height: 75px
}

@media screen and (min-width: 1280px) {
    .form__input, .form__select, .form__textarea {
        line-height: 24px
    }
}

@media screen and (max-width: 420px) {
    .form__input, .form__select, .form__textarea {
        line-height: 20px
    }
}

@media screen and (min-width: 1280px) {
    .form__input, .form__select, .form__textarea {
        font-size: 18px
    }
}

@media screen and (max-width: 420px) {
    .form__input, .form__select, .form__textarea {
        font-size: 14px
    }
}

.form__input::-webkit-input-placeholder, .form__select::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
    color: #a4bac6
}

.form__input::-moz-placeholder, .form__select::-moz-placeholder, .form__textarea::-moz-placeholder {
    color: #a4bac6
}

.form__input::-ms-input-placeholder, .form__select::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
    color: #a4bac6
}

.form__input::placeholder, .form__select::placeholder, .form__textarea::placeholder {
    color: #a4bac6
}

.form__input:active, .form__input:focus, .form__select:active, .form__select:focus, .form__textarea:active, .form__textarea:focus {
    border-color: #dddfe0
}

.form__input.error, .form__select.error, .form__textarea.error {
    border-color: red
}

.form__select {
    background-image: url("../img/form/icon-select.svg");
    background-repeat: no-repeat;
    background-position-x: -webkit-calc(100% - 15px);
    background-position-x: -moz-calc(100% - 15px);
    background-position-x: calc(100% - 15px);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important
}

.form label.error {
    display: none !important
}

.form__textarea {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px
}

.form__submit {
    width: 100%
}

.form__policy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px
}

.form__policy-text {
    font-size: 12px;
    line-height: 17px;
    color: #646464;
    margin-top: 0;
    text-align: left !important
}

.form__policy-text span {
    border-bottom: 1px solid;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.form__policy-text span:hover {
    color: #2580d2;
    border-color: #2580d2
}

.form__policy_theme_default .form__policy-text {
    color: #000
}

.form__radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px
}

.form__radio + .form__radio-label {
    position: relative;
    padding: 0 0 0 25px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 16px
}

.form__radio + .form__radio-label:before {
    content: '';
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid red
}

.form__radio + .form__radio-label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("../img/form/icon-checkbox.svg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 50% 50%;
    background-size: 50%;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.form__radio:checked + .form__radio-label:after {
    opacity: 1
}

.form__radio:checked + .form__radio-label:before {
    border: 1px solid transparent
}

.form__title {
    font-size: calc(20px + 6 * ((100vw - 420px) / 860));
    line-height: calc(26px + 10 * ((100vw - 420px) / 860));
    text-align: center
}

@media screen and (min-width: 1280px) {
    .form__title {
        line-height: 36px
    }
}

@media screen and (max-width: 420px) {
    .form__title {
        line-height: 26px
    }
}

@media screen and (min-width: 1280px) {
    .form__title {
        font-size: 26px
    }
}

@media screen and (max-width: 420px) {
    .form__title {
        font-size: 20px
    }
}

.form__title_white {
    color: #fff
}

.form__desciption {
    margin-top: 20px
}

.form__desciption_white {
    color: #fff
}

.form-method, .form-methods {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-methods {
    width: 100%
}

.form-method {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    background-color: #fff;
    border: 1px solid #4284de;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    cursor: pointer
}

.form-method_current {
    background-color: #4284de;
    border-color: #4284de;
    color: #fff
}

.form-method:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.form-method:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.form-method:not(:first-child) {
    border-left: 0
}

.form-method__icon {
    background-position: center center;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 3px
}

.form-method__icon_phone {
    background-image: url("../img/form/icon-phone.svg.html")
}

.form-method__icon_viber {
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-image: url("../img/form/icon-viber.svg.html")
}

.form-method__icon_telegram, .form-method__icon_whatsapp {
    background-image: url("../img/form/icon-whatsapp.svg.html");
    -webkit-background-size: 90% 90%;
    background-size: 90%
}

.form-method__icon_telegram {
    background-image: url("../img/form/icon-telegram.svg.html")
}

.form-method_current .form-method__icon_phone {
    background-image: url("../img/form/icon-phone_white.svg.html")
}

.form-method_current .form-method__icon_viber {
    background-image: url("../img/form/icon-viber_white.svg.html")
}

.form-method_current .form-method__icon_whatsapp {
    background-image: url("../img/form/icon-whatsapp_white.svg.html")
}

.form-method_current .form-method__icon_telegram {
    background-image: url("../img/form/icon-telegram_white.svg.html")
}

.form-method__title {
    font-size: calc(10px + 2 * ((100vw - 420px) / 860));
    line-height: calc(16px + 2 * ((100vw - 420px) / 860))
}

@media screen and (min-width: 1280px) {
    .form-method__title {
        line-height: 18px
    }
}

@media screen and (max-width: 420px) {
    .form-method__title {
        line-height: 16px
    }
}

@media screen and (min-width: 1280px) {
    .form-method__title {
        font-size: 12px
    }
}

@media screen and (max-width: 420px) {
    .form-method__title {
        font-size: 10px
    }
}

.form__header {
    background-color: #3e4757;
    background: -webkit-gradient(linear, left top, right top, from(#55697b), to(#465868));
    background: -webkit-linear-gradient(left, #55697b, #465868);
    background: -moz- oldlinear-gradient(left, #55697b, #465868);
    background: linear-gradient(to right, #55697b, #465868);
    color: #fff;
    padding: 20px 30px
}

.form__body {
    padding: 30px
}

.form-inner {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 47px 70px 0 rgba(109, 144, 171, .2);
    box-shadow: 0 47px 70px 0 rgba(109, 144, 171, .2)
}

.form-inner__top {
    padding: 45px 45px 25px
}

.form-inner__bottom {
    padding: 25px 45px;
    border-top: 1px solid #e8f0f4
}

.form-contacts__phone {
    font-size: calc(14px + 8 * ((100vw - 320px) / 960));
    line-height: calc(20px + 8 * ((100vw - 320px) / 960));
    font-weight: 700
}

@media screen and (min-width: 1280px) {
    .form-contacts__phone {
        line-height: 28px
    }
}

@media screen and (max-width: 320px) {
    .form-contacts__phone {
        line-height: 20px
    }
}

@media screen and (min-width: 1280px) {
    .form-contacts__phone {
        font-size: 22px
    }
}

@media screen and (max-width: 320px) {
    .form-contacts__phone {
        font-size: 14px
    }
}

.form-contacts__time {
    position: relative;
    padding-left: 15px;
    font-size: calc(8px + 4 * ((100vw - 320px) / 960));
    line-height: calc(14px + 4 * ((100vw - 320px) / 960))
}

@media screen and (min-width: 1280px) {
    .form-contacts__time {
        line-height: 18px
    }
}

@media screen and (max-width: 320px) {
    .form-contacts__time {
        line-height: 14px
    }
}

@media screen and (min-width: 1280px) {
    .form-contacts__time {
        font-size: 12px
    }
}

@media screen and (max-width: 320px) {
    .form-contacts__time {
        font-size: 8px
    }
}

.form-contacts__time:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #00dc8c;
    position: absolute;
    top: 50%;
    border-radius: 100%
}

.slider__arrow {
    background-image: url("../img/slider/icon-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-position-x: 50%;
    width: 33px;
    height: 33px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 50%;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.form-contacts__time:before, .slider__arrow-prev {
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider__arrow-prev:hover {
    -webkit-transform: translateY(-50%) translateX(-3px);
    -moz-transform: translateY(-50%) translateX(-3px);
    -ms-transform: translateY(-50%) translateX(-3px);
    -o-transform: translateY(-50%) translateX(-3px);
    transform: translateY(-50%) translateX(-3px)
}

.slider__arrow-next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.slider__arrow-next:hover {
    -webkit-transform: translateY(-50%) translateX(3px) rotate(-180deg);
    -moz-transform: translateY(-50%) translateX(3px) rotate(-180deg);
    -ms-transform: translateY(-50%) translateX(3px) rotate(-180deg);
    -o-transform: translateY(-50%) translateX(3px) rotate(-180deg);
    transform: translateY(-50%) translateX(3px) rotate(-180deg)
}

.slider li {
    width: 8px !important;
    height: 8px !important;
    border-radius: 100% !important;
    margin: 0 5px !important;
    background-color: #e9e9e9 !important
}

.slider li.slick-active {
    background-color: #fed66a !important
}

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

.bg-after, .bg-before {
    position: relative;
    z-index: 1
}

.bg-before:before {
    content: "";
    background-image: url("../img/bg-before.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    top: -1px;
    height: 172px;
    z-index: -1
}

.bg-after:after, .bg-before:before, .header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%
}

.bg-after:after {
    content: "";
    background-image: url("../img/bg-after.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    bottom: -1px;
    height: 172px;
    z-index: -1
}

.header {
    padding: 30px 0;
    top: 0;
    z-index: 5
}

.header_fixed, .header_theme_white {
    background-color: #fff
}

.header_fixed {
    position: fixed;
    -webkit-box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    padding: 15px 0
}

.header-address, .header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header-address {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto
}

.header-address__icon {
    background-image: url("../img/header/icon-address.svg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 23px;
    height: 33px
}

.header-address__title {
    color: #fff;
    margin-left: 15px;
    font-size: calc(12px + 3 * ((100vw - 320px) / 960));
    line-height: calc(18px + 3 * ((100vw - 320px) / 960))
}

@media screen and (min-width: 1280px) {
    .header-address__title {
        line-height: 21px
    }
}

@media screen and (max-width: 320px) {
    .header-address__title {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .header-address__title {
        font-size: 15px
    }
}

@media screen and (max-width: 320px) {
    .header-address__title {
        font-size: 12px
    }
}

.header_fixed .header-address__title, .header_theme_white .header-address__title {
    color: #232323
}

.header-logo {
    margin-right: auto
}

.header-logo__logo {
    display: block;
    max-width: 130px;
    width: 100%
}

.header_fixed .header-logo {
    display: none
}

.header-menu {
    display: none;
    margin-right: auto
}

.header-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.header-menu__list-item {
    padding: 0 25px
}

.header-menu__list-link {
    font-family: "Oswald-DemiBold", sans-serif;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.header-menu__list-link_active {
    color: #fbbb45
}

.header-menu__open {
    background-image: url("../img/header/icon-menu.svg");
    background-position: center center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: none
}

.header_fixed .header-menu__open, .header_theme_white .header-menu__open {
    background-image: url("../img/header/icon-menu_black.svg")
}

.header-menu__open_opened, .header_fixed .header-menu__open_opened, .header_theme_white .header-menu__open_opened {
    background-image: url("../img/header/icon-close.svg")
}

.header_fixed .header-menu {
    display: block
}

.header-contacts__phone {
    font-family: "Oswald-DemiBold", sans-serif;
    font-size: calc(16px + 8 * ((100vw - 320px) / 960));
    line-height: calc(22px + 8 * ((100vw - 320px) / 960));
    color: #fff
}

@media screen and (min-width: 1280px) {
    .header-contacts__phone {
        line-height: 30px
    }
}

@media screen and (max-width: 320px) {
    .header-contacts__phone {
        line-height: 22px
    }
}

@media screen and (min-width: 1280px) {
    .header-contacts__phone {
        font-size: 24px
    }
}

@media screen and (max-width: 320px) {
    .header-contacts__phone {
        font-size: 16px
    }
}

.header_fixed .header-contacts__phone, .header_theme_white .header-contacts__phone {
    color: #232323
}

.promo {
    background-image: url("../img/dishes/img-122.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 160px;
    padding-top: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.promo__container {
    padding: 50px 0
}

.promo__logo {
    display: none
}

.promo__description, .promo__title {
    text-align: center;
    color: #fff
}

.promo__description {
    font-family: "PTSerif-Italic", sans-serif;
    font-size: calc(18px + 12 * ((100vw - 320px) / 960));
    line-height: calc(24px + 12 * ((100vw - 320px) / 960));
    margin-top: 30px
}

@media screen and (min-width: 1280px) {
    .promo__description {
        line-height: 36px
    }
}

@media screen and (max-width: 320px) {
    .promo__description {
        line-height: 24px
    }
}

@media screen and (min-width: 1280px) {
    .promo__description {
        font-size: 30px
    }
}

@media screen and (max-width: 320px) {
    .promo__description {
        font-size: 18px
    }
}

.promo__description-label {
    font-size: calc(18px + 10 * ((100vw - 320px) / 960));
    line-height: calc(24px + 10 * ((100vw - 320px) / 960));
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    margin-left: 10px;
    margin-bottom: 15px;
    display: inline-block
}

@media screen and (min-width: 1280px) {
    .promo__description-label {
        line-height: 34px
    }
}

@media screen and (max-width: 320px) {
    .promo__description-label {
        line-height: 24px
    }
}

@media screen and (min-width: 1280px) {
    .promo__description-label {
        font-size: 28px
    }
}

@media screen and (max-width: 320px) {
    .promo__description-label {
        font-size: 18px
    }
}

.promo-video__play:before, .promo__description-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.promo__description-label:before {
    background: #85ab00;
    background: -webkit-linear-gradient(90deg, #85ab00 0%, #5ea826 100%);
    background: -webkit-gradient(linear, left top, right top, from(#85ab00), to(#5ea826));
    background: -webkit-linear-gradient(left, #85ab00 0%, #5ea826 100%);
    background: -moz- oldlinear-gradient(left, #85ab00 0%, #5ea826 100%);
    background: linear-gradient(90deg, #85ab00 0%, #5ea826 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#85ab00", endColorstr="#5ea826", GradientType=1);
    z-index: -1;
    border-radius: 5px;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg)
}

.promo-video {
    display: table;
    border: 1px solid #fff;
    padding: 10px;
    margin: 45px auto 0;
    border-radius: 100px
}

.promo-video__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.promo-video__play {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #fee48f;
    background: -webkit-linear-gradient(180deg, #fee48f 0%, #f9b234 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fee48f), to(#f9b234));
    background: -webkit-linear-gradient(top, #fee48f 0%, #f9b234 100%);
    background: -moz- oldlinear-gradient(top, #fee48f 0%, #f9b234 100%);
    background: linear-gradient(180deg, #fee48f 0%, #f9b234 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fee48f", endColorstr="#f9b234", GradientType=1);
    -webkit-box-shadow: 0 2px 0 0 rgba(255, 150, 0, .004), 0 10px 35px 0 rgba(255, 150, 0, .3), inset 0 2px 0 0 rgba(255, 254, 204, .004);
    box-shadow: 0 2px 0 0 rgba(255, 150, 0, .004), 0 10px 35px 0 rgba(255, 150, 0, .3), inset 0 2px 0 0 rgba(255, 254, 204, .004);
    border-bottom: 2px solid #ff9600;
    position: relative
}

.promo-video__play:before {
    background-image: url("../img/promo/icon-play.svg");
    background-position: 53% center;
    background-repeat: no-repeat
}

.promo-video__content {
    padding: 0 15px
}

.promo-video__title {
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.promo-video__time {
    font-size: 11px;
    line-height: 17px;
    color: #a1a1a1;
    margin-top: 5px
}

.promo__button {
    margin: 50px auto 0
}

.t-promo_2 {
    padding-bottom: 50px;
    position: relative;
    z-index: 1
}

.t-promo__container {
    padding: 180px 0
}

.t-promo__container_2 {
    padding-bottom: 0 !important
}

.t-promo__description {
    font-family: "PTSerif-Italic", sans-serif;
    text-align: center;
    color: #fff;
    font-size: calc(18px + 6 * ((100vw - 320px) / 960));
    line-height: calc(24px + 6 * ((100vw - 320px) / 960));
    margin-top: 20px
}

@media screen and (min-width: 1280px) {
    .t-promo__description {
        line-height: 30px
    }
}

@media screen and (max-width: 320px) {
    .t-promo__description {
        line-height: 24px
    }
}

@media screen and (min-width: 1280px) {
    .t-promo__description {
        font-size: 24px
    }
}

@media screen and (max-width: 320px) {
    .t-promo__description {
        font-size: 18px
    }
}

.best {
    padding: 40px 0;
    position: relative;
    z-index: 2
}

.best__title {
    text-align: center!important
}

.best__description {
    text-align: center;
    margin-top: 15px
}

.best-items {
    display: grid;
    grid-gap: 15px;
    grid-template-columns:repeat(5, 1fr);
    margin-top: 50px
}

.best-item, .best-item__inner {
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.best-item {
    background-color: #fff;
    -webkit-box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    padding: 10px
}

.best-item__inner {
    border: 1px solid #ecf1f8;
    padding: 15px 10px;
    height: 100%
}

.best-item__picture {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.best-item__picture-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px
}

.best-item__title {
    text-align: center;
    font-size: calc(12px + 5 * ((100vw - 320px) / 960));
    line-height: calc(18px + 5 * ((100vw - 320px) / 960));
    margin-top: 15px
}

@media screen and (min-width: 1280px) {
    .best-item__title {
        line-height: 23px
    }
}

@media screen and (max-width: 320px) {
    .best-item__title {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .best-item__title {
        font-size: 17px
    }
}

@media screen and (max-width: 320px) {
    .best-item__title {
        font-size: 12px
    }
}

.halls {
    background-image: url("../img/halls/bg4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 220px 0
}

.halls__description, .halls__title {
    text-align: center;
    color: #fff
}

.halls__description {
    margin-top: 15px
}

.halls-items {
    display: grid;
    grid-gap: 2px;
    grid-template-columns:repeat(3, 1fr);
    margin-top: 50px
}

.halls-item {
    height: 385px;
    cursor: pointer
}

.halls-item__bg {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative
}

.halls-item__content, .halls-item__hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.halls-item__hidden {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.halls-item:hover .halls-item__content {
    opacity: 0
}

.halls-item:hover .halls-item__hidden {
    opacity: 1
}

.halls-item__title {
    font-family: "Lumios-Marker", sans-serif;
    text-align: center;
    color: #fff;
    font-size: calc(32px + 18 * ((100vw - 320px) / 960));
    line-height: calc(40px + 20 * ((100vw - 320px) / 960))
}

@media screen and (min-width: 1280px) {
    .halls-item__title {
        line-height: 60px
    }
}

@media screen and (max-width: 320px) {
    .halls-item__title {
        line-height: 40px
    }
}

@media screen and (min-width: 1280px) {
    .halls-item__title {
        font-size: 50px
    }
}

@media screen and (max-width: 320px) {
    .halls-item__title {
        font-size: 32px
    }
}

.halls-item__description {
    font-family: "Oswald-DemiBold", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 10px
}

.halls-item__label {
    font-family: "PTSerif-Italic", sans-serif;
    color: #fff;
    font-size: calc(12px + 2 * ((100vw - 320px) / 960));
    line-height: calc(18px + 2 * ((100vw - 320px) / 960));
    position: relative;
    z-index: 1;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px
}

@media screen and (min-width: 1280px) {
    .halls-item__label {
        line-height: 20px
    }
}

@media screen and (max-width: 320px) {
    .halls-item__label {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .halls-item__label {
        font-size: 14px
    }
}

@media screen and (max-width: 320px) {
    .halls-item__label {
        font-size: 12px
    }
}

.conveniences-item__label:before, .dishes-item__label:before, .halls-item__label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e51404;
    background: -webkit-linear-gradient(90deg, #e51404 0%, #ff483b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e51404), to(#ff483b));
    background: -webkit-linear-gradient(left, #e51404 0%, #ff483b 100%);
    background: -moz- oldlinear-gradient(left, #e51404 0%, #ff483b 100%);
    background: linear-gradient(90deg, #e51404 0%, #ff483b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e51404", endColorstr="#ff483b", GradientType=1);
    z-index: -1;
    border-radius: 5px;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg)
}

.halls-item__text {
    font-family: "Oswald-DemiBold", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: calc(16px + 2 * ((100vw - 320px) / 960));
    line-height: calc(22px + 8 * ((100vw - 320px) / 960))
}

@media screen and (min-width: 1280px) {
    .halls-item__text {
        line-height: 30px
    }
}

@media screen and (max-width: 320px) {
    .halls-item__text {
        line-height: 22px
    }
}

@media screen and (min-width: 1280px) {
    .halls-item__text {
        font-size: 18px
    }
}

@media screen and (max-width: 320px) {
    .halls-item__text {
        font-size: 16px
    }
}

.halls-flowers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("../img/halls/flowers.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    margin-top: 2px
}

.halls-flowers__title {
    text-align: center;
    font-size: calc(16px + 10 * ((100vw - 320px) / 960));
    line-height: calc(22px + 10 * ((100vw - 320px) / 960))
}

@media screen and (min-width: 1280px) {
    .halls-flowers__title {
        line-height: 32px
    }
}

@media screen and (max-width: 320px) {
    .halls-flowers__title {
        line-height: 22px
    }
}

@media screen and (min-width: 1280px) {
    .halls-flowers__title {
        font-size: 26px
    }
}

@media screen and (max-width: 320px) {
    .halls-flowers__title {
        font-size: 16px
    }
}

.halls-flowers__description {
    text-align: center;
    font-size: calc(12px + 5 * ((100vw - 320px) / 960));
    line-height: calc(18px + 5 * ((100vw - 320px) / 960));
    margin-top: 5px
}

@media screen and (min-width: 1280px) {
    .halls-flowers__description {
        line-height: 23px
    }
}

@media screen and (max-width: 320px) {
    .halls-flowers__description {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .halls-flowers__description {
        font-size: 17px
    }
}

@media screen and (max-width: 320px) {
    .halls-flowers__description {
        font-size: 12px
    }
}

.conveniences {
    padding: 40px 0;
    position: relative;
    z-index: 2
}

.conveniences__title {
    text-align: center
}

.conveniences__description {
    text-align: center;
    margin-top: 15px
}

.conveniences-items {
    display: grid;
    grid-gap: 15px;
    grid-template-columns:repeat(6, 1fr);
    margin-top: 50px
}

.conveniences-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    position: relative
}

.conveniences-item__inner {
    border-radius: 5px;
    border: 1px solid #ecf1f8;
    padding: 15px 5px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.conveniences-item__picture {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.conveniences-item__picture-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px
}

.conveniences-item__title {
    text-align: center;
    font-size: calc(12px + 3 * ((100vw - 320px) / 960));
    line-height: calc(18px + 3 * ((100vw - 320px) / 960));
    margin-top: 15px
}

@media screen and (min-width: 1280px) {
    .conveniences-item__title {
        line-height: 21px
    }
}

@media screen and (max-width: 320px) {
    .conveniences-item__title {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .conveniences-item__title {
        font-size: 15px
    }
}

@media screen and (max-width: 320px) {
    .conveniences-item__title {
        font-size: 12px
    }
}

.conveniences-item__label {
    font-family: "PTSerif-Italic", sans-serif;
    color: #fff;
    font-size: calc(12px + 0 * ((100vw - 320px) / 960));
    line-height: calc(18px + 0 * ((100vw - 320px) / 960));
    position: absolute;
    top: 20px;
    left: -5px;
    z-index: 1;
    padding: 2px 6px;
    display: inline-block
}

@media screen and (min-width: 1280px) {
    .conveniences-item__label {
        line-height: 18px
    }
}

@media screen and (max-width: 320px) {
    .conveniences-item__label {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .conveniences-item__label {
        font-size: 12px
    }
}

@media screen and (max-width: 320px) {
    .conveniences-item__label {
        font-size: 12px
    }
}

.conveniences__button {
    margin: 40px auto 0
}

.dishes {
    background-image: url("../img/halls/bg5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 220px 0
}

.dishes__description, .dishes__title {
    text-align: center;
    color: #fff
}

.dishes__description {
    margin-top: 15px
}

.dishes-items {
    display: grid;
    grid-gap: 2px;
    grid-template-columns:repeat(4, 1fr);
    margin-top: 50px
}

.dishes-item {
    height: 290px;
    cursor: pointer
}

.dishes-item__bg {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative
}

.dishes-item__content, .dishes-item__hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.dishes-item__hidden {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.dishes-item:hover .dishes-item__content {
    opacity: 0
}

.dishes-item:hover .dishes-item__hidden {
    opacity: 1
}

.dishes-item__title {
    font-family: "Lumios-Marker", sans-serif;
    text-align: center;
    color: #fff;
    font-size: calc(24px + 26 * ((100vw - 320px) / 960));
    line-height: calc(30px + 30 * ((100vw - 320px) / 960))
}

@media screen and (min-width: 1280px) {
    .dishes-item__title {
        line-height: 60px
    }
}

@media screen and (max-width: 320px) {
    .dishes-item__title {
        line-height: 30px
    }
}

@media screen and (min-width: 1280px) {
    .dishes-item__title {
        font-size: 50px
    }
}

@media screen and (max-width: 320px) {
    .dishes-item__title {
        font-size: 24px
    }
}

.dishes-item__description {
    font-family: "Oswald-DemiBold", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 10px
}

.dishes-item__label {
    font-family: "PTSerif-Italic", sans-serif;
    color: #fff;
    font-size: calc(12px + 2 * ((100vw - 320px) / 960));
    line-height: calc(18px + 2 * ((100vw - 320px) / 960));
    position: relative;
    z-index: 1;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px
}

@media screen and (min-width: 1280px) {
    .dishes-item__label {
        line-height: 20px
    }
}

@media screen and (max-width: 320px) {
    .dishes-item__label {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .dishes-item__label {
        font-size: 14px
    }
}

@media screen and (max-width: 320px) {
    .dishes-item__label {
        font-size: 12px
    }
}

.dishes-item__text {
    font-family: "Oswald-DemiBold", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: calc(16px + 2 * ((100vw - 320px) / 960));
    line-height: calc(22px + 8 * ((100vw - 320px) / 960))
}

@media screen and (min-width: 1280px) {
    .dishes-item__text {
        line-height: 30px
    }
}

@media screen and (max-width: 320px) {
    .dishes-item__text {
        line-height: 22px
    }
}

@media screen and (min-width: 1280px) {
    .dishes-item__text {
        font-size: 18px
    }
}

@media screen and (max-width: 320px) {
    .dishes-item__text {
        font-size: 16px
    }
}

.carte {
    padding: 40px 0
}

.carte__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.carte__col_left {
    position: relative;
    z-index: 1
}

.carte__col_right {
    -webkit-flex-basis: 570px;
    -ms-flex-preferred-size: 570px;
    flex-basis: 570px;
    position: relative;
    z-index: 2
}

.carte__rounds {
    width: 660px;
    height: 660px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -330px;
    margin-left: -330px;
    z-index: -1;
    -webkit-animation: pulse infinite ease-in-out 2s;
    -moz-animation: pulse infinite ease-in-out 2s;
    animation: pulse infinite ease-in-out 2s
}

.carte__round {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 1px solid #ededed;
    position: absolute
}

.carte__round:nth-child(2) {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    height: -webkit-calc(100% - 150px);
    height: -moz-calc(100% - 150px);
    height: calc(100% - 150px);
    top: 75px;
    left: 75px
}

.carte__title {
    margin-top: 15px
}

.carte__picture {
    display: block;
    max-width: 100%
}

.carte-items {
    display: grid;
    grid-gap: 10px;
    grid-template-columns:repeat(2, 1fr);
    margin-top: 35px
}

.carte-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11)
}

.carte-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
    border: 1px solid #ecf1f8;
    padding: 10px 5px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.carte-item__col_left {
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px
}

.carte-item__col_right {
    -webkit-flex-basis: -webkit-calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: -moz-calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.carte-item__icon {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.carte-item__icon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px
}

.carte-item__title {
    font-size: calc(12px + 3 * ((100vw - 320px) / 960));
    line-height: calc(18px + 3 * ((100vw - 320px) / 960))
}

@media screen and (min-width: 1280px) {
    .carte-item__title {
        line-height: 21px
    }
}

@media screen and (max-width: 320px) {
    .carte-item__title {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .carte-item__title {
        font-size: 15px
    }
}

@media screen and (max-width: 320px) {
    .carte-item__title {
        font-size: 12px
    }
}

.carte-can {
    background-color: #f84e46;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    margin-top: 10px
}

.carte-can__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
    border: 1px solid #ff928d;
    padding: 10px 5px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.carte-can__col_left {
    -webkit-flex-basis: 121px;
    -ms-flex-preferred-size: 121px;
    flex-basis: 121px
}

.carte-can__col_right {
    -webkit-flex-basis: -webkit-calc(100% - 121px);
    -ms-flex-preferred-size: calc(100% - 121px);
    flex-basis: -moz-calc(100% - 121px);
    flex-basis: calc(100% - 121px);
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.carte-can__icon {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -20px;
    margin-top: -15px
}

.carte-can__icon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px
}

.carte-can__title {
    font-size: calc(14px + 3 * ((100vw - 320px) / 960));
    line-height: calc(20px + 3 * ((100vw - 320px) / 960));
    color: #fff
}

@media screen and (min-width: 1280px) {
    .carte-can__title {
        line-height: 23px
    }
}

@media screen and (max-width: 320px) {
    .carte-can__title {
        line-height: 20px
    }
}

@media screen and (min-width: 1280px) {
    .carte-can__title {
        font-size: 17px
    }
}

@media screen and (max-width: 320px) {
    .carte-can__title {
        font-size: 14px
    }
}

.carte__download {
    margin-top: 30px
}

.steps {
    background-image: url("../img/halls/bg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 220px 0
}

.steps__description, .steps__title {
    text-align: center;
    color: #fff
}

.steps__description {
    margin-top: 15px
}

.steps-items {
    display: grid;
    grid-gap: 15px;
    grid-template-columns:repeat(6, 1fr);
    margin-top: 50px
}

.steps-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    position: relative
}

.steps-item_yellow {
    background: #fee693;
    background: -webkit-linear-gradient(180deg, #fee693 0%, #f9b234 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fee693), to(#f9b234));
    background: -webkit-linear-gradient(top, #fee693 0%, #f9b234 100%);
    background: -moz- oldlinear-gradient(top, #fee693 0%, #f9b234 100%);
    background: linear-gradient(180deg, #fee693 0%, #f9b234 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fee693", endColorstr="#f9b234", GradientType=1);
    -webkit-box-shadow: 0 11px 22.08px 9.92px rgba(249, 178, 52, .1);
    box-shadow: 0 11px 22.08px 9.92px rgba(249, 178, 52, .1);
    cursor: pointer
}

.steps-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #ecf1f8;
    padding: 15px 5px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.steps-item__picture-container, .steps-item_yellow .steps-item__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.steps-item_yellow .steps-item__inner {
    border-color: #fff
}

.steps-item__picture {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.steps-item__picture-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.steps-item__picture-container_1 {
    height: 120px
}

.steps-item__number {
    font-family: "PTSerif-Italic", sans-serif;
    color: #fff;
    font-size: calc(14px + 4 * ((100vw - 320px) / 960));
    line-height: calc(20px + 4 * ((100vw - 320px) / 960));
    z-index: 1;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: -5px
}

@media screen and (min-width: 1280px) {
    .steps-item__number {
        line-height: 24px
    }
}

@media screen and (max-width: 320px) {
    .steps-item__number {
        line-height: 20px
    }
}

@media screen and (min-width: 1280px) {
    .steps-item__number {
        font-size: 18px
    }
}

@media screen and (max-width: 320px) {
    .steps-item__number {
        font-size: 14px
    }
}

.free-item__label:before, .steps-item__label:before, .steps-item__number:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #85ab00;
    background: -webkit-linear-gradient(90deg, #85ab00 0%, #7ad03a 100%);
    background: -webkit-gradient(linear, left top, right top, from(#85ab00), to(#7ad03a));
    background: -webkit-linear-gradient(left, #85ab00 0%, #7ad03a 100%);
    background: -moz- oldlinear-gradient(left, #85ab00 0%, #7ad03a 100%);
    background: linear-gradient(90deg, #85ab00 0%, #7ad03a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#85ab00", endColorstr="#7ad03a", GradientType=1);
    z-index: -1;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg)
}

.steps-item__title {
    text-align: center;
    font-size: calc(12px + 3 * ((100vw - 320px) / 960));
    line-height: calc(18px + 3 * ((100vw - 320px) / 960));
    margin-top: 15px
}

@media screen and (min-width: 1280px) {
    .steps-item__title {
        line-height: 21px
    }
}

@media screen and (max-width: 320px) {
    .steps-item__title {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .steps-item__title {
        font-size: 15px
    }
}

@media screen and (max-width: 320px) {
    .steps-item__title {
        font-size: 12px
    }
}

.steps-item__title_yellow {
    font-family: "Oswald-DemiBold", sans-serif;
    color: #7f350c;
    text-transform: uppercase;
    font-size: calc(12px + 3 * ((100vw - 320px) / 960));
    line-height: calc(18px + 7 * ((100vw - 320px) / 960))
}

@media screen and (min-width: 1280px) {
    .steps-item__title_yellow {
        line-height: 25px
    }
}

@media screen and (max-width: 320px) {
    .steps-item__title_yellow {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .steps-item__title_yellow {
        font-size: 15px
    }
}

@media screen and (max-width: 320px) {
    .steps-item__title_yellow {
        font-size: 12px
    }
}

.steps-item__title_yellow span {
    border-bottom: 1px solid
}

.steps-item__label {
    font-family: "PTSerif-Italic", sans-serif;
    color: #fff;
    font-size: calc(12px + 0 * ((100vw - 320px) / 960));
    line-height: calc(18px + 0 * ((100vw - 320px) / 960));
    position: absolute;
    top: 20px;
    left: -5px;
    z-index: 1;
    padding: 2px 6px;
    display: inline-block
}

@media screen and (min-width: 1280px) {
    .steps-item__label {
        line-height: 18px
    }
}

@media screen and (max-width: 320px) {
    .steps-item__label {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .steps-item__label {
        font-size: 12px
    }
}

@media screen and (max-width: 320px) {
    .steps-item__label {
        font-size: 12px
    }
}

.free-item__label:before, .steps-item__label:before {
    border-radius: 5px
}

.free {
    padding: 0
}

.free__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.free__col_left, .free__col_right {
    position: relative;
    z-index: 1
}

.free__col_right {
    -webkit-flex-basis: 570px;
    -ms-flex-preferred-size: 570px;
    flex-basis: 570px;
    z-index: 2
}

.free__rounds {
    width: 660px;
    height: 660px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -330px;
    margin-left: -330px;
    z-index: -1;
    -webkit-animation: pulse infinite ease-in-out 2s;
    -moz-animation: pulse infinite ease-in-out 2s;
    animation: pulse infinite ease-in-out 2s
}

.free__round {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 1px solid #ededed;
    position: absolute
}

.free__round:nth-child(2) {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    height: -webkit-calc(100% - 150px);
    height: -moz-calc(100% - 150px);
    height: calc(100% - 150px);
    top: 75px;
    left: 75px
}

.free__description {
    margin-top: 15px
}

.free__picture {
    display: block;
    max-width: 100%
}

.free-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    position: relative;
    margin-top: 25px
}

.free-item__col, .free-item__inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.free-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
    border: 1px solid #ecf1f8;
    height: 100%;
    padding: 15px 5px
}

.free-item__col {
    padding: 0 20px
}

.free-item__col_left {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%
}

.free-item__col_right {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
}

.free-item__title {
    font-size: calc(16px + 8 * ((100vw - 320px) / 960));
    line-height: calc(22px + 8 * ((100vw - 320px) / 960))
}

@media screen and (min-width: 1280px) {
    .free-item__title {
        line-height: 30px
    }
}

@media screen and (max-width: 320px) {
    .free-item__title {
        line-height: 22px
    }
}

@media screen and (min-width: 1280px) {
    .free-item__title {
        font-size: 24px
    }
}

@media screen and (max-width: 320px) {
    .free-item__title {
        font-size: 16px
    }
}

.free-item__label {
    font-family: "PTSerif-Italic", sans-serif;
    color: #fff;
    font-size: calc(12px + 0 * ((100vw - 320px) / 960));
    line-height: calc(18px + 0 * ((100vw - 320px) / 960));
    position: absolute;
    top: 20px;
    left: -5px;
    z-index: 1;
    padding: 2px 6px;
    display: inline-block
}

@media screen and (min-width: 1280px) {
    .free-item__label {
        line-height: 18px
    }
}

@media screen and (max-width: 320px) {
    .free-item__label {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .free-item__label {
        font-size: 12px
    }
}

@media screen and (max-width: 320px) {
    .free-item__label {
        font-size: 12px
    }
}

.free-item__list {
    padding: 0;
    /*list-style: none;*/
    margin: 15px 0 0
}

.free-item__list-item, .tarifs-item__button + .tarifs-item__button {
    margin-top: 10px
}

.free__button {
    margin-top: 35px
}

.reviews {
    background-image: url("../img/halls/bg5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 220px 0
}

.reviews__description, .reviews__title {
    text-align: center;
    color: #fff
}

.reviews__description {
    margin-top: 15px
}

.reviews-slider {
    margin-top: 50px;
    padding: 0 30px 50px
}

.reviews-item__picture {
    display: block;
    max-width: 251px;
    width: 100%;
    margin: 0 auto
}

.tarifs {
    padding: 40px 0
}

.tarifs__title {
    text-align: center
}

.tarifs-items {
    display: grid;
    grid-gap: 40px;
    grid-template-columns:repeat(3, 1fr);
    margin-top: 100px
}

.tarifs-item {
    background-color: #1a4689;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    position: relative
}

.tarifs-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #4d80cc;
    padding: 25px 5px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tarifs-item__picture {
    margin-right: -50px;
    margin-left: -50px
}

.tarifs-item__picture-container {
    margin-top: -80px;
    margin-bottom: -20px
}

.tarifs-item__title {
    text-align: center;
    font-size: calc(20px + 10 * ((100vw - 320px) / 960));
    line-height: calc(26px + 10 * ((100vw - 320px) / 960));
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase
}

@media screen and (min-width: 1280px) {
    .tarifs-item__title {
        line-height: 36px
    }
}

@media screen and (max-width: 320px) {
    .tarifs-item__title {
        line-height: 26px
    }
}

@media screen and (min-width: 1280px) {
    .tarifs-item__title {
        font-size: 30px
    }
}

@media screen and (max-width: 320px) {
    .tarifs-item__title {
        font-size: 20px
    }
}

.tarifs-item__description, .tarifs-item__price {
    text-align: center;
    color: #fff;
    margin-top: 15px
}

.tarifs-item__price {
    font-size: calc(16px + 8 * ((100vw - 320px) / 960));
    line-height: calc(22px + 10 * ((100vw - 320px) / 960));
    text-transform: uppercase
}

@media screen and (min-width: 1280px) {
    .tarifs-item__price {
        line-height: 32px
    }
}

@media screen and (max-width: 320px) {
    .tarifs-item__price {
        line-height: 22px
    }
}

@media screen and (min-width: 1280px) {
    .tarifs-item__price {
        font-size: 24px
    }
}

@media screen and (max-width: 320px) {
    .tarifs-item__price {
        font-size: 16px
    }
}

.tarifs-item__button {
    margin: 30px auto 0
}

.all {
    padding: 40px 0;
    position: relative;
    z-index: 2
}

.all__title {
    text-align: center
}

.all-items {
    display: grid;
    grid-gap: 30px;
    grid-template-columns:repeat(2, 1fr);
    margin-top: 50px
}

.all-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    position: relative
}

.all-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
    border: 1px solid #ecf1f8;
    padding: 15px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 150px
}

.all-item__col_left {
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px
}

.all-item__col_right {
    -webkit-flex-basis: -webkit-calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: -moz-calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.all-item__picture {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.all-item__picture-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.all-item__picture-container_1 {
    height: 120px
}

.all-item__number {
    font-family: "PTSerif-Italic", sans-serif;
    color: #fff;
    font-size: calc(14px + 4 * ((100vw - 320px) / 960));
    line-height: calc(20px + 4 * ((100vw - 320px) / 960));
    z-index: 1;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: -5px
}

@media screen and (min-width: 1280px) {
    .all-item__number {
        line-height: 24px
    }
}

@media screen and (max-width: 320px) {
    .all-item__number {
        line-height: 20px
    }
}

@media screen and (min-width: 1280px) {
    .all-item__number {
        font-size: 18px
    }
}

@media screen and (max-width: 320px) {
    .all-item__number {
        font-size: 14px
    }
}

.all-item__number:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e51404;
    background: -webkit-linear-gradient(90deg, #e51404 0%, #ff483b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e51404), to(#ff483b));
    background: -webkit-linear-gradient(left, #e51404 0%, #ff483b 100%);
    background: -moz- oldlinear-gradient(left, #e51404 0%, #ff483b 100%);
    background: linear-gradient(90deg, #e51404 0%, #ff483b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e51404", endColorstr="#ff483b", GradientType=1);
    z-index: -1;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg)
}

.all-item__title {
    font-size: calc(16px + 4 * ((100vw - 320px) / 960));
    line-height: calc(22px + 4 * ((100vw - 320px) / 960));
    font-weight: 700
}

@media screen and (min-width: 1280px) {
    .all-item__title {
        line-height: 26px
    }
}

@media screen and (max-width: 320px) {
    .all-item__title {
        line-height: 22px
    }
}

@media screen and (min-width: 1280px) {
    .all-item__title {
        font-size: 20px
    }
}

@media screen and (max-width: 320px) {
    .all-item__title {
        font-size: 16px
    }
}

.all-item__description {
    margin-top: 10px
}

.contacts {
    padding: 220px 0 130px;
    background-color: #eee;
    position: relative;
    z-index: 1
}

.contacts:after, .contacts:before {
    z-index: 1
}

.contacts__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.contacts__description, .contacts__title {
    text-align: center;
    text-shadow: 0 0 50px #fff;
    z-index: 2;
    position: relative
}

.contacts__description {
    margin-top: 15px
}

.contacts-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    box-shadow: 0 11px 22.08px 9.92px rgba(145, 168, 189, .11);
    margin: 250px auto 0;
    max-width: 1100px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    z-index: 2;
    position: relative
}

.contacts-item__col_left {
    -webkit-flex-basis: 510px;
    -ms-flex-preferred-size: 510px;
    flex-basis: 510px;
    overflow: hidden
}

.contacts-item__col_right {
    -webkit-flex-basis: -webkit-calc(100% - 510px);
    -ms-flex-preferred-size: calc(100% - 510px);
    flex-basis: -moz-calc(100% - 510px);
    flex-basis: calc(100% - 510px)
}

.contacts-item__picture {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.contacts-item__title {
    font-size: calc(16px + 4 * ((100vw - 320px) / 960));
    line-height: calc(22px + 4 * ((100vw - 320px) / 960));
    text-transform: uppercase
}

@media screen and (min-width: 1280px) {
    .contacts-item__title {
        line-height: 26px
    }
}

@media screen and (max-width: 320px) {
    .contacts-item__title {
        line-height: 22px
    }
}

@media screen and (min-width: 1280px) {
    .contacts-item__title {
        font-size: 20px
    }
}

@media screen and (max-width: 320px) {
    .contacts-item__title {
        font-size: 16px
    }
}

.contacts-item__phone {
    font-size: calc(16px + 4 * ((100vw - 320px) / 960));
    line-height: calc(22px + 4 * ((100vw - 320px) / 960));
    text-transform: uppercase;
    display: table;
    margin-top: 5px
}

@media screen and (min-width: 1280px) {
    .contacts-item__phone {
        line-height: 26px
    }
}

@media screen and (max-width: 320px) {
    .contacts-item__phone {
        line-height: 22px
    }
}

@media screen and (min-width: 1280px) {
    .contacts-item__phone {
        font-size: 20px
    }
}

@media screen and (max-width: 320px) {
    .contacts-item__phone {
        font-size: 16px
    }
}

.contacts-item__text {
    padding-top: 1px;
    margin-top: 5px
}

.contacts-item__text p {
    font-size: calc(12px + 2 * ((100vw - 320px) / 960));
    line-height: calc(18px + 2 * ((100vw - 320px) / 960));
    margin-top: 10px
}

@media screen and (min-width: 1280px) {
    .contacts-item__text p {
        line-height: 20px
    }
}

@media screen and (max-width: 320px) {
    .contacts-item__text p {
        line-height: 18px
    }
}

@media screen and (min-width: 1280px) {
    .contacts-item__text p {
        font-size: 14px
    }
}

@media screen and (max-width: 320px) {
    .contacts-item__text p {
        font-size: 12px
    }
}

.contacts-item__button {
    margin-top: 25px
}

.contacts-inner, .contacts-inner__inner {
    border-radius: 5px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.contacts-inner {
    background-color: #fff;
    position: relative;
    padding: 10px
}

.contacts-inner__inner {
    border: 1px solid #ecf1f8;
    padding: 15px 20px
}

.footer {
    padding: 20px 0 40px
}

.footer-logo__logo {
    display: block;
    max-width: 80px;
    margin: 0 auto
}

.footer__policy {
    display: table;
    font-size: 13px;
    line-height: 19px;
    margin: 10px auto 0;
    border-bottom: 1px solid;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.footer__policy:hover {
    color: #f9b234
}

.fancybox-bg {
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.fancybox-close-small {
    background-image: url("../img/popup/icon-close.svg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 80% 80%;
    background-size: 80%;
    width: 25px;
    height: 25px;
    top: -30px;
    right: 0
}

.fancybox-close-small:after, .popup {
    display: none
}

.popup {
    font-family: "Gilroy", sans-serif;
    padding: 0;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: initial;
    -webkit-box-shadow: 0 47px 70px 0 rgba(109, 144, 171, .2);
    box-shadow: 0 47px 70px 0 rgba(109, 144, 171, .2)
}

.popup, .popup-product {
    max-width: 1170px
}

.popup-policy {
    max-width: 760px;
    padding: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.popup-policy__content {
    padding: 45px
}

.popup-policy__text {
    margin-top: 15px
}

.popup-policy__text p {
    margin-top: 15px;
    text-align: justify
}

.popup-order {
    max-width: 480px
}

.popup-order__content {
    padding: 50px 70px
}

.order-form {
    margin-top: 30px
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 1024px
    }

    .form__policy-text br {
        display: none
    }

    .header {
        padding: 15px 0
    }

    .header-logo__logo {
        max-width: 100px
    }

    .promo {
        padding-top: 100px;
        padding-bottom: 130px
    }

    .halls-item {
        height: 330px
    }

    .dishes-item {
        height: 250px
    }

    .carte__col_left, .free__col_left {
        -webkit-flex-basis: 360px;
        -ms-flex-preferred-size: 360px;
        flex-basis: 360px
    }

    .carte__round:nth-child(2), .free__round:nth-child(2) {
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
        height: -webkit-calc(100% - 140px);
        height: -moz-calc(100% - 140px);
        height: calc(100% - 140px);
        top: 70px;
        left: 70px
    }

    .tarifs-items {
        grid-gap: 15px
    }

    .tarifs-item__picture {
        width: 300px
    }
}

@media only screen and (max-width: 1023px) {
    .container {
        max-width: 768px
    }

    .bg-after:after, .bg-before:before {
        height: 100px
    }

    .header-logo, .header_fixed .header-menu {
        display: none
    }

    .header-menu {
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 10px 0
    }

    .header-menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-menu__list-item {
        padding: 7px 15px
    }

    .header-menu__open {
        display: block
    }

    .header-contacts {
        margin-right: auto
    }

    .promo {
        padding-top: 70px
    }

    .promo__logo {
        display: block;
        margin: 0 auto;
        max-width: 70px
    }

    .promo__title {
        margin-top: 25px
    }

    .t-promo__container {
        padding: 70px 0
    }

    .best-items {
        grid-template-columns:repeat(2, 1fr);
        margin-top: 35px
    }

    .halls {
        padding: 130px 0
    }

    .halls-items {
        margin-top: 35px
    }

    .halls-item {
        height: 245px
    }

    .conveniences-items {
        grid-template-columns:repeat(3, 1fr);
        margin-top: 35px
    }

    .dishes {
        padding: 130px 0
    }

    .dishes-items {
        margin-top: 35px
    }

    .dishes-item {
        height: 180px
    }

    .carte__col_left {
        -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px
    }

    .carte__rounds {
        width: 460px;
        height: 460px;
        margin-top: -230px;
        margin-left: -230px
    }

    .carte__description, .carte__title {
        text-align: center
    }

    .carte__download {
        margin: 30px auto 0
    }

    .steps {
        padding: 130px 0
    }

    .steps-items {
        grid-template-columns:repeat(4, 1fr);
        margin-top: 35px
    }

    .free__col_left {
        -webkit-flex-basis: 340px;
        -ms-flex-preferred-size: 340px;
        flex-basis: 340px
    }

    .free__col_right {
        margin-top: 25px
    }

    .free__rounds {
        width: 460px;
        height: 460px;
        margin-top: -230px;
        margin-left: -230px
    }

    .free__description, .free__title {
        text-align: center
    }

    .free__button {
        margin: 30px auto 0
    }

    .reviews {
        padding: 130px 0
    }

    .reviews-slider {
        margin-top: 35px;
        padding-bottom: 40px
    }

    .tarifs-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-calc(100% + 14px);
        width: -moz-calc(100% + 14px);
        width: calc(100% + 14px);
        margin-left: -7px;
        margin-right: -7px;
        margin-top: 30px
    }

    .tarifs-item {
        -webkit-flex-basis: -webkit-calc(50% - 15px);
        -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: -moz-calc(50% - 15px);
        flex-basis: calc(50% - 15px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 50px 7px 0
    }

    .all-items {
        margin-top: 35px;
        grid-gap: 15px
    }

    .all-item__col_left {
        -webkit-flex-basis: 70px;
        -ms-flex-preferred-size: 70px;
        flex-basis: 70px
    }

    .all-item__col_right {
        -webkit-flex-basis: -webkit-calc(100% - 70px);
        -ms-flex-preferred-size: calc(100% - 70px);
        flex-basis: -moz-calc(100% - 70px);
        flex-basis: calc(100% - 70px);
        padding-left: 15px
    }

    .all-item__picture_1 {
        max-width: 80px;
        margin-right: -15px;
        margin-left: -15px
    }

    .all-item__picture_3 {
        width: 45px
    }

    .all-item__picture_4 {
        width: 60px
    }

    .all-item__picture_5 {
        width: 70px;
        margin-left: -15px;
        margin-right: -15px
    }

    .all-item__picture_6 {
        width: 70px
    }

    .contacts {
        padding: 130px 0 50px
    }

    .contacts:after {
        z-index: 0
    }

    .contacts-item {
        max-width: 510px
    }

    .contacts-item__col_left, .contacts-item__col_right {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .contacts-item__picture {
        height: 260px
    }

    .popup-product {
        max-width: 540px
    }

    .popup-order__content {
        padding: 35px
    }
}

@media only screen and (max-width: 767px) {
    .button_l {
        padding: 22.5px 25px
    }

    .form__input, .form__select, .form__textarea {
        height: 65px
    }

    .form__desciption br {
        display: none
    }

    .form-inner__top {
        padding: 30px 30px 20px
    }

    .form-inner__bottom {
        padding: 25px 30px
    }

    .halls-flowers {
        background-color: #e9f6fb;
        background-image: url("../img/halls/flowers-m.png");
        background-position: bottom center;
        height: 100px
    }

    .carte__col_left {
        -webkit-flex-basis: 220px;
        -ms-flex-preferred-size: 220px;
        flex-basis: 220px
    }

    .carte__col_right {
        margin-top: 15px
    }

    .carte__rounds {
        width: 300px;
        height: 300px;
        margin-top: -150px;
        margin-left: -150px
    }

    .free__col_left {
        -webkit-flex-basis: 260px;
        -ms-flex-preferred-size: 260px;
        flex-basis: 260px
    }

    .free__rounds {
        width: 300px;
        height: 300px;
        margin-top: -150px;
        margin-left: -150px
    }

    .all-items {
        grid-template-columns:repeat(1, 1fr);
        max-width: 540px;
        width: 100%;
        margin: 35px auto 0
    }
}

@media only screen and (max-width: 700px) {
    .promo {
        padding-top: 70px;
        padding-bottom: 100px
    }

    .steps-items {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media only screen and (max-width: 580px) {
    .slider__arrow {
        width: 30px;
        height: 30px
    }

    .halls-items {
        grid-template-columns:repeat(2, 1fr)
    }

    .dishes-items {
        grid-template-columns:repeat(3, 1fr)
    }

    .carte-item__col_left {
        -webkit-flex-basis: 50px;
        -ms-flex-preferred-size: 50px;
        flex-basis: 50px
    }

    .carte-item__col_right {
        -webkit-flex-basis: -webkit-calc(100% - 50px);
        -ms-flex-preferred-size: calc(100% - 50px);
        flex-basis: -moz-calc(100% - 50px);
        flex-basis: calc(100% - 50px)
    }

    .tarifs-item {
        -webkit-flex-basis: 320px;
        -ms-flex-preferred-size: 320px;
        flex-basis: 320px
    }

    .tarifs-item__picture-container {
        margin-top: -60px
    }
}

@media only screen and (max-width: 540px) {
    .popup-policy {
        padding: 25px 20px
    }
}

@media only screen and (max-width: 479px) {
    .form__field + .form__field {
        margin-top: 10px
    }

    .form__policy {
        width: 100%
    }

    .form__policy-text {
        font-size: 9px
    }

    .form__title br {
        display: none
    }

    .form__desciption {
        margin-top: 15px
    }

    .form__body, .form__header {
        padding: 20px
    }

    .form-inner__bottom, .form-inner__top {
        padding: 20px 25px
    }

    .form-contacts__time {
        padding-left: 10px
    }

    .form-contacts__time:before {
        width: 5px;
        height: 5px
    }

    .bg-after:after, .bg-before:before {
        height: 70px
    }

    .header-address__title {
        margin-left: 10px
    }

    .header-menu__list-link {
        font-size: 16px;
        line-height: 22px
    }

    .promo {
        padding-bottom: 70px
    }

    .promo__container {
        padding: 25px 0 45px
    }

    .promo__description {
        margin-top: 20px
    }

    .promo-video {
        margin-top: 25px
    }

    .promo-video__play {
        width: 60px;
        height: 60px
    }

    .popup-policy__text p, .promo-video__title {
        font-size: 12px;
        line-height: 18px
    }

    .promo__button {
        margin-top: 40px
    }

    .best {
        padding: 25px 0
    }

    .best__description {
        margin-top: 10px
    }

    .best-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 25px
    }

    .best-item {
        -webkit-flex-basis: -webkit-calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: -moz-calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        overflow: hidden;
        margin: 10px 5px 0
    }

    .best-item__picture_1 {
        width: 95px
    }

    .best-item__picture_2 {
        width: 100px
    }

    .best-item__picture_3 {
        width: 80px
    }

    .best-item__picture_4 {
        width: 120px
    }

    .best-item__picture_5 {
        width: 130px
    }

    .best-item__picture-container {
        height: 120px
    }

    .best-item__title {
        margin-top: 5px
    }

    .halls {
        padding: 100px 0
    }

    .halls__description {
        margin-top: 10px
    }

    .halls-item__description {
        margin-top: 5px
    }

    .conveniences {
        padding: 25px 0
    }

    .conveniences__description {
        margin-top: 10px
    }

    .conveniences-items {
        grid-template-columns:repeat(2, 1fr)
    }

    .conveniences-item__picture-container {
        height: 100px
    }

    .conveniences__button {
        margin-top: 35px
    }

    .dishes {
        padding: 100px 0
    }

    .dishes__description {
        margin-top: 10px
    }

    .dishes-item {
        height: 140px
    }

    .carte {
        padding: 25px 0
    }

    .carte__title {
        margin-top: 10px
    }

    .carte-item__inner {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .carte-item__col_left {
        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px
    }

    .carte-item__col_right {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: 0;
        margin-top: 5px
    }

    .carte-item__icon {
        margin: 0 auto
    }

    .carte-item__icon_1 {
        width: 70px
    }

    .carte-item__icon_2 {
        width: 50px
    }

    .carte-item__title {
        text-align: center
    }

    .steps {
        padding: 100px 0
    }

    .steps__description {
        margin-top: 10px
    }

    .steps-items {
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 10px
    }

    .steps-item__inner {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .steps-item__picture-container {
        height: 100px
    }

    .free__description {
        margin-top: 10px
    }

    .free-item__col {
        padding: 0 10px
    }

    .reviews {
        padding: 100px 0
    }

    .reviews__description {
        margin-top: 10px
    }

    .tarifs {
        padding: 25px 0
    }

    .tarifs-items {
        margin-top: 10px
    }

    .tarifs-item__picture {
        width: 260px
    }

    .all {
        padding: 25px 0;
        margin-top: 15px
    }

    .all-item__picture_2 {
        max-width: 60px
    }

    .contacts {
        padding: 100px 0 30px
    }

    .contacts__description {
        margin-top: 10px
    }

    .contacts-item {
        margin-top: 200px
    }

    .popup-order__content {
        padding: 25px 20px
    }
}

@media only screen and (max-width: 360px) {
    .container {
        padding: 0 10px
    }

    .form-method {
        height: 40px
    }

    .form-method__icon {
        margin-right: 0
    }

    .form-method__title {
        text-align: center;
        width: 100%;
        margin-top: -5px
    }

    .form__body, .form__header {
        padding: 20px 15px
    }

    .form-inner__bottom, .form-inner__top {
        padding: 20px 25px
    }

    .header-address__icon {
        width: 15px;
        height: 22px
    }

    .header-contacts {
        display: none
    }

    .promo__container {
        padding: 15px 0 35px
    }

    .best {
        padding: 15px 0
    }

    .halls-items {
        grid-template-columns:repeat(1, 1fr)
    }

    .conveniences {
        padding: 15px 0
    }

    .dishes-items {
        grid-template-columns:repeat(2, 1fr)
    }

    .carte {
        padding: 15px 0
    }

    .reviews-item__picture {
        max-width: 180px
    }

    .all, .tarifs {
        padding: 15px 0
    }
}

@media only screen and (min-width: 1921px) {
    .bg-after:after, .bg-before:before {
        -webkit-background-size: cover;
        background-size: cover;
        background-position-y: 100%;
        height: 230px
    }

    .bg-after:after {
        background-position-y: 0
    }

    .contacts {
        padding-bottom: 220px
    }
}