@charset "UTF-8";@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);@font-face {
    font-family: yr;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Lato/YesevaOne-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Lato/YesevaOne-Regular.ttf) format("truetype")
}

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

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

html {
    font-size: 10px;
    font-family: flc
}

body {
    font-family: lr
}

@media (max-width: 767px) {
    .dn-sm {
        display:none
    }
}

#scroller {
    position: fixed;
    right: 0;
    bottom: 10rem;
    height: 4rem;
    width: 4rem;
    color: #fff;
    font-size: 3rem;
    line-height: 3rem;
    display: inline-block;
    background: #607c94;
    text-align: center;
    -webkit-transform: translateX(4rem);
    -ms-transform: translateX(4rem);
    transform: translateX(4rem);
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity .3s ease,-webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: opacity .3s ease,-webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .5s cubic-bezier(.175,.885,.32,1.275),opacity .3s ease;
    transition: transform .5s cubic-bezier(.175,.885,.32,1.275),opacity .3s ease,-webkit-transform .5s cubic-bezier(.175,.885,.32,1.275)
}

@media screen and (max-width: 991px) {
    #scroller {
        bottom:5.5rem
    }
}

#scroller.show {
    -webkit-transform: translateX(-3rem);
    -ms-transform: translateX(-3rem);
    transform: translateX(-3rem);
    opacity: 1
}

@media (max-width: 1200px) {
    .dn-1200 {
        display:none
    }
}

.datepicker-container {
    z-index: 9999!important
}

.error-phone {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    border-color: transparent!important
}

.error-page {
    text-align: center;
    font-family: yr;
    height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.error-page h1 {
    text-transform: uppercase;
    font-size: 4rem;
    margin-bottom: 2rem;
    font-family: yr;
    margin-bottom: 5rem
}

.error-page h1 span {
    color: red
}

@media screen and (max-width: 1200px) {
    .error-page h1 {
        font-size:4.5rem
    }
}

@media screen and (max-width: 991px) {
    .error-page h1 {
        font-size:4rem
    }
}

@media screen and (max-width: 768px) {
    .error-page h1 {
        font-size:3.5rem
    }
}

@media screen and (max-width: 575px) {
    .error-page h1 {
        font-size:3rem
    }
}

.error-page .btn-decor {
    max-width: 30rem;
    margin: 0 auto;
    font-size: 1.6rem;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    background: -webkit-gradient(linear,left top,right top,from(#566f85),to(#6d5184));
    background: -webkit-linear-gradient(left,#566f85,#6d5184);
    background: linear-gradient(to right,#566f85,#6d5184)
}

.error-page .btn-decor:hover {
    text-decoration: none;
    color: #fff
}

@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scaleX(.98);
        transform: scaleX(.98)
    }
}

@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scaleX(.98);
        transform: scaleX(.98)
    }
}

.hvr-pulse-shrink {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink
}

.nav__phone {
    display: none;
    font-size: 1.6rem;
    font-family: yr;
    padding-right: 1.5rem;
    color: #fff;
    margin-left: auto;
    position: relative
}

@media screen and (max-width: 991px) {
    .nav__phone {
        z-index:2
    }
}

.nav__phone:before {
    content: "\f10b";
    font-family: FontAwesome;
    position: absolute;
    color: #d0d093;
    font-size: 2.5rem;
    left: -1.8rem;
    top: -.7rem
}

.nav__phone:hover {
    color: #d0d093
}

@media screen and (max-width: 991px) {
    .nav__phone {
        display:block
    }
}

.btn-decor {
    height: 5rem;
    min-width: 24rem;
    position: relative;
    display: inline-block;
    font-family: fmc;
    font-size: 1.6rem;
    line-height: 5rem;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    padding: 0 1rem;
    position: relative;
    outline: 0!important;
    margin: 2.5rem 0
}

.btn-decor--blue-grad {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    background: -webkit-gradient(linear,left top,right top,from(#566f85),to(#6d5184));
    background: -webkit-linear-gradient(left,#566f85,#6d5184);
    background: linear-gradient(to right,#566f85,#6d5184);
    color: #fff;
    text-align: center
}

.btn-decor--blue-grad:hover {
    text-decoration: none;
    color: inherit;
    color: #fff
}

.btn-decor:after {
    content: "";
    display: block;
    width: 15.3rem;
    height: 2.2rem;
    position: absolute;
    background: url(../img/decor/btn-bottom.png);
    background-size: cover;
    bottom: -2.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.btn-decor:before {
    content: "";
    display: block;
    width: 15.3rem;
    height: 2.2rem;
    position: absolute;
    background: url(../img/decor/btn-top.png);
    background-size: cover;
    top: -2.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main-title {
    font-size: 3.6rem;
    font-family: yr;
    position: relative;
    background: url(../img/decor/title-bg.png) no-repeat center center;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    padding: 4rem 0
}

@media (max-width: 1200px) {
    .main-title {
        font-size:3.4rem
    }
}

.main-title--st {
    font-size: 3rem
}

.main-title--white {
    color: #fff
}

.main-title--blue {
    color: #566f85
}

.main-title:after,.main-title:before {
    content: "";
    display: inline-block;
    background: url(../img/decor/title-bg-before.png) no-repeat;
    width: 52px;
    height: 15px;
    margin: 0 1.5rem;
    line-height: 1.5;
    margin-bottom: .5rem
}

@media (max-width: 991px) {
    .main-title:after,.main-title:before {
        display:none
    }
}

.main-title:after {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.reserve-modal .modal-dialog {
    max-width: 35rem;
    margin: 10rem auto 20px;
    position: relative;
    z-index: 100
}

.reserve-modal .modal-dialog .modal-header {
    text-align: center;
    position: relative;
    border: none;
    font-family: flc;
    text-transform: uppercase;
    color: #fff;
    padding-top: 3rem
}

.reserve-modal .modal-dialog .modal-header h5 {
    width: 100%;
    font-size: 2.5rem;
    color: #000
}

.reserve-modal .modal-dialog .modal-header h5:after,.reserve-modal .modal-dialog .modal-header h5:before {
    display: none
}

.reserve-modal .modal-dialog .modal-header .close {
    position: absolute;
    right: -2rem;
    top: -2rem;
    opacity: 1;
    padding: 0;
    margin: 0;
    cursor: pointer
}

@media screen and (max-width: 575px) {
    .reserve-modal .modal-dialog .modal-header .close {
        right:50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        top: -4rem
    }
}

.reserve-modal .modal-dialog .modal-header .close .fa {
    color: #fff;
    border: 2px solid #d0d093;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 2.5rem
}

.reserve-modal .modal-content {
    border: none;
    position: relative;
    background-color: transparent
}

.reserve-modal .modal-content svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.reserve-modal .modal-content svg [id=m3]+use {
    fill: #fff
}

.reserve-modal .modal-content svg [id=m3]+use {
    fill: #fff
}

.reserve-modal .modal-content svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.reserve-modal .modal-content svg [id=m5]+use {
    fill: #fff
}

.reserve-modal .modal-content svg [id=m5]+use {
    fill: #fff
}

.reserve-modal .modal-body {
    padding-bottom: 3rem
}

.reserve-modal form .btn-decor {
    background: #d0d093;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    font-family: fmc;
    margin: 1rem 0 1rem;
    padding: 0 1rem
}

.reserve-modal form .form-group {
    margin-bottom: 2rem
}

.reserve-modal form input {
    height: 5rem;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.reserve-modal form textarea {
    height: 8.5rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    padding-top: 1.5rem
}

.reserve-modal form input,.reserve-modal form textarea {
    width: 100%;
    border: 2px solid #d0d093;
    color: #566f85;
    padding-left: 2.5rem;
    outline: 0;
    font-family: fmc;
    font-size: 2rem
}

.reserve-modal form input::-webkit-input-placeholder,.reserve-modal form textarea::-webkit-input-placeholder {
    color: #d0d093
}

.reserve-modal form input::-moz-placeholder,.reserve-modal form textarea::-moz-placeholder {
    color: #d0d093
}

.reserve-modal form input:-ms-input-placeholder,.reserve-modal form textarea:-ms-input-placeholder {
    color: #d0d093
}

.reserve-modal form input:-moz-placeholder,.reserve-modal form textarea:-moz-placeholder {
    color: #d0d093
}

.reserve-modal.thank .modal-content {
    border: none;
    position: relative;
    background-color: transparent
}

.reserve-modal.thank .modal-content svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.reserve-modal.thank .modal-content svg [id=m4]+use {
    fill: #fff
}

.reserve-modal.thank .modal-content svg [id=m4]+use {
    fill: #fff
}

.reserve-modal.thank .modal-body p {
    text-align: center;
    font-size: 2rem;
    font-family: flc;
    margin-bottom: 2rem
}

.reserve-modal.thank .modal-body .btn-decor {
    display: inline-block;
    width: 100%;
    background-color: #d0d093;
    margin: 0
}

.reserve-modal.thank .modal-body .btn-decor:after,.reserve-modal.thank .modal-body .btn-decor:before {
    display: none;
    margin: 0
}

.menu-modal .modal-dialog {
    max-width: 95rem;
    margin-top: 10rem
}

@media screen and (max-width: 991px) {
    .menu-modal .modal-dialog {
        max-width:74rem
    }
}

.menu-modal .modal-dialog .modal-header {
    text-align: center;
    border-bottom: none
}

.menu-modal .modal-dialog .modal-header .main-title {
    margin: 0 auto;
    font-size: 2.8rem;
    color: #566f85;
    position: relative
}

@media screen and (max-width: 991px) {
    .menu-modal .modal-dialog .modal-header .main-title {
        font-size:2.4rem
    }
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-header .main-title {
        font-size:2rem
    }
}

.menu-modal .modal-dialog .modal-header .main-title:after,.menu-modal .modal-dialog .modal-header .main-title:before {
    position: absolute;
    margin: 0
}

.menu-modal .modal-dialog .modal-header .main-title:after {
    left: -webkit-calc(100% - 88%);
    left: calc(100% - 88%);
    top: 4.5rem
}

.menu-modal .modal-dialog .modal-header .main-title:before {
    right: -webkit-calc(100% - 87%);
    right: calc(100% - 87%);
    top: 4.5rem
}

.menu-modal .modal-dialog .modal-header .close {
    position: absolute;
    right: -3rem;
    top: -3rem;
    opacity: 1;
    padding: 0;
    margin: 0;
    cursor: pointer
}

@media screen and (max-width: 1020px) {
    .menu-modal .modal-dialog .modal-header .close {
        right:-1rem;
        top: -1rem
    }
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-header .close {
        right:50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        top: -4rem
    }
}

.menu-modal .modal-dialog .modal-header .close .fa {
    color: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 2.5rem
}

.menu-modal .modal-dialog .modal-body {
    border-bottom: none;
    padding-left: 5rem;
    padding-right: 5rem
}

@media screen and (max-width: 991px) {
    .menu-modal .modal-dialog .modal-body {
        padding-left:1rem;
        padding-right: 1rem
    }
}

.menu-modal .modal-dialog .modal-body .list-menu {
    position: relative
}

.menu-modal .modal-dialog .modal-body .list-menu.list-menu2 .owl-nav {
    display: none
}

.menu-modal .modal-dialog .modal-body .list-menu .menu-title {
    text-align: center;
    color: #566f85;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-family: yr;
    margin-bottom: 0
}

.menu-modal .modal-dialog .modal-body .list-menu .menu-title:after,.menu-modal .modal-dialog .modal-body .list-menu .menu-title:before {
    content: "";
    display: inline-block;
    background: url(../img/decor/menu-before.png) no-repeat;
    width: 25px;
    height: 11px;
    margin: 0 1rem
}

.menu-modal .modal-dialog .modal-body .list-menu .menu-title:after {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.menu-modal .modal-dialog .modal-body .list-menu .owl-nav {
    position: absolute;
    width: 100%;
    top: -3.7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu-modal .modal-dialog .modal-body .list-menu .owl-nav .owl-next,.menu-modal .modal-dialog .modal-body .list-menu .owl-nav .owl-prev {
    font-size: 4rem;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
    line-height: 1
}

.menu-modal .modal-dialog .modal-body .list-menu .owl-nav .owl-next .fa,.menu-modal .modal-dialog .modal-body .list-menu .owl-nav .owl-prev .fa {
    color: #d0d093;
    line-height: 1
}

.menu-modal .modal-dialog .modal-body .list-menu .owl-nav .owl-prev {
    left: 1rem;
    line-height: 4rem;
    height: 4rem
}

.menu-modal .modal-dialog .modal-body .list-menu .owl-nav .owl-prev:after {
    content: "Назад";
    font-size: 1.6rem;
    display: inline-block;
    line-height: 3.4rem;
    height: 4rem;
    vertical-align: middle;
    font-family: yr;
    color: #d0d093;
    margin-left: 1rem
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-body .list-menu .owl-nav .owl-prev:after {
        display:none
    }
}

.menu-modal .modal-dialog .modal-body .list-menu .owl-nav .owl-next {
    right: 1rem
}

.menu-modal .modal-dialog .modal-body .list-menu .owl-nav .owl-next:before {
    content: "Далі";
    font-size: 1.6rem;
    display: inline-block;
    line-height: 3.4rem;
    height: 4rem;
    vertical-align: middle;
    font-family: yr;
    color: #d0d093;
    margin-right: 1rem
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-body .list-menu .owl-nav .owl-next:before {
        display:none
    }
}

.menu-modal .modal-dialog .modal-body .list-menu .owl-dots {
    width: 100%;
    text-align: center;
    z-index: 1;
    position: absolute;
    bottom: -7.5rem
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-body .list-menu .owl-dots {
        bottom:-6.8rem
    }
}

.menu-modal .modal-dialog .modal-body .list-menu .owl-dots .owl-dot {
    height: 1.5rem;
    width: 1.5rem;
    background: #d0d093;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-body .list-menu .owl-dots .owl-dot {
        height:.5rem;
        width: .5rem
    }
}

.menu-modal .modal-dialog .modal-body .list-menu .owl-dots .owl-dot:first-child {
    margin-left: 0
}

.menu-modal .modal-dialog .modal-body .list-menu .owl-dots .owl-dot.active {
    background: #566f85
}

.menu-modal .modal-dialog .modal-body .table {
    margin-top: 5rem
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-body .table {
        margin-top:1.5rem
    }
}

.menu-modal .modal-dialog .modal-body .table thead {
    border: none
}

.menu-modal .modal-dialog .modal-body .table thead tr {
    border: none
}

.menu-modal .modal-dialog .modal-body .table thead tr th {
    padding: 1rem;
    border-bottom: none;
    background: #f2f2f2;
    font-family: flc;
    font-size: 2rem;
    border-right: .5rem solid #fff;
    border-bottom: none;
    border-top: none
}

@media screen and (max-width: 991px) {
    .menu-modal .modal-dialog .modal-body .table thead tr th {
        font-size:1.6rem;
        padding: 1rem .5rem
    }
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-body .table thead tr th {
        border:none
    }
}

.menu-modal .modal-dialog .modal-body .table thead tr th:first-child {
    border: none;
    padding-left: 2rem
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-body .table thead tr th:first-child {
        border-right:.5rem solid #fff
    }
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-body .table thead tr th:nth-child(2) {
        display:none
    }
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-body .table thead tr th:nth-child(3) {
        border-right:.5rem solid #fff;
        font-size: 1.2rem
    }
}

.menu-modal .modal-dialog .modal-body .table thead tr th:last-child {
    border: none;
    padding: 1rem 2rem
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-body .table thead tr th:last-child {
        font-size:1.2rem
    }
}

.menu-modal .modal-dialog .modal-body .table thead tr th:not(:first-child) {
    text-align: center
}

.menu-modal .modal-dialog .modal-body .table tbody tr td {
    border-top: none;
    vertical-align: middle;
    text-align: center;
    font-size: 1.8rem
}

@media screen and (max-width: 991px) {
    .menu-modal .modal-dialog .modal-body .table tbody tr td {
        font-size:1.4rem
    }
}

@media screen and (max-width: 767px) {
    .menu-modal .modal-dialog .modal-body .table tbody tr td {
        padding:.5rem
    }
}

.menu-modal .modal-dialog .modal-body .table tbody tr td:first-child {
    font-family: flc;
    text-align: left
}

.menu-modal .modal-dialog .modal-body .table tbody tr td:nth-child(2) {
    font-family: yr;
    color: #d0d093
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-body .table tbody tr td:nth-child(2) {
        display:none
    }
}

.menu-modal .modal-dialog .modal-body .table tbody tr td:nth-child(3) {
    font-family: yr;
    color: #d0d093
}

.menu-modal .modal-dialog .modal-body .table tbody tr td:last-child {
    font-family: yr;
    color: #566f85
}

.menu-modal .modal-dialog .modal-footer {
    height: 10rem;
    line-height: 10rem;
    border-top: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-modal .modal-dialog .modal-footer .owl-triger {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10rem;
    position: relative;
    z-index: 110
}

.menu-modal .modal-dialog .modal-footer .owl-triger .owl-triger-next,.menu-modal .modal-dialog .modal-footer .owl-triger .owl-triger-prev {
    font-size: 4rem;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
    line-height: 1;
    cursor: pointer
}

.menu-modal .modal-dialog .modal-footer .owl-triger .owl-triger-next .fa,.menu-modal .modal-dialog .modal-footer .owl-triger .owl-triger-prev .fa {
    color: #d0d093;
    line-height: 1;
    cursor: pointer
}

.menu-modal .modal-dialog .modal-footer .owl-triger .owl-triger-prev {
    left: 5rem
}

@media screen and (max-width: 767px) {
    .menu-modal .modal-dialog .modal-footer .owl-triger .owl-triger-prev {
        left:1rem
    }
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-footer .owl-triger .owl-triger-prev {
        left:0
    }
}

.menu-modal .modal-dialog .modal-footer .owl-triger .owl-triger-prev:after {
    content: "Назад";
    font-size: 1.6rem;
    display: inline-block;
    line-height: 3.4rem;
    height: 4rem;
    vertical-align: middle;
    font-family: yr;
    color: #d0d093;
    cursor: pointer
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-footer .owl-triger .owl-triger-prev:after {
        display:none
    }
}

.menu-modal .modal-dialog .modal-footer .owl-triger .owl-triger-next {
    right: 5rem
}

@media screen and (max-width: 767px) {
    .menu-modal .modal-dialog .modal-footer .owl-triger .owl-triger-next {
        right:1rem
    }
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-footer .owl-triger .owl-triger-next {
        right:0
    }
}

.menu-modal .modal-dialog .modal-footer .owl-triger .owl-triger-next:before {
    content: "Далі";
    font-size: 1.6rem;
    display: inline-block;
    line-height: 3.4rem;
    height: 4rem;
    vertical-align: middle;
    font-family: yr;
    color: #d0d093;
    cursor: pointer
}

@media screen and (max-width: 575px) {
    .menu-modal .modal-dialog .modal-footer .owl-triger .owl-triger-next:before {
        display:none
    }
}

.menu-modal .modal-dialog .modal-content {
    border: none;
    position: relative;
    background-color: transparent
}

.menu-modal .modal-dialog .modal-content svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.menu-modal .modal-dialog .modal-content svg [id='m']+use {
    fill: #fff
}

.menu-modal .modal-dialog .modal-content svg [id=m2]+use {
    fill: #fff
}

.menu-modal .modal-dialog .modal-content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../img/decor/m-l.png),url(../img/decor/m-l.png),url(../img/decor/m-l-b.png),url(../img/decor/m-l-b.png);
    background-repeat: no-repeat;
    background-position: 2% 35%,98% 35%,center 92.3%,center 99%;
    background-size: auto 85%,auto 85%,90% auto,90% auto;
    padding-top: 1rem
}

@media screen and (max-width: 991px) {
    .menu-modal .modal-dialog .modal-content:before {
        display:none
    }
}

.menu-modal.menu-modal2 .modal-footer {
    display: none
}

.menu-modal.menu-modal2 .modal-content:before {
    background: url(../img/decor/m-l.png),url(../img/decor/m-l.png),url(../img/decor/m-l-b.png);
    background-repeat: no-repeat;
    background-position: 2% 35%,98% 35%,center 99%;
    background-size: auto 90%,auto 90%,90% auto
}

@media screen and (max-width: 991px) {
    .menu-modal.menu-modal2 .modal-content:before {
        display:none
    }
}

.widget {
    position: fixed;
    left: 5rem;
    bottom: 8rem;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 1;
    z-index: 10;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width: 991px) {
    .widget {
        width:5rem;
        height: 5rem;
        left: 3rem;
        bottom: 5rem
    }
}

.widget:hover {
    opacity: 1
}

.widget:hover .widget__button {
    -webkit-animation: zcwmini2 1s .4s ease-out infinite;
    animation: zcwmini2 1s .4s ease-out infinite
}

.widget:hover .widget__button:before {
    -webkit-animation: zcwphone2 1s linear infinite;
    animation: zcwphone2 1s linear infinite
}

.widget__button {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background: #d0d093;
    width: 70px;
    height: 70px;
    -webkit-animation: zcwmini 1.5s 0s ease-out infinite;
    animation: zcwmini 1.5s 0s ease-out infinite
}

@media screen and (max-width: 991px) {
    .widget__button {
        width:5rem;
        height: 5rem
    }
}

.widget__button:before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 4.2rem;
    text-align: center;
    line-height: 7rem;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone 1.5s linear infinite;
    animation: zcwphone 1.5s linear infinite
}

@media screen and (max-width: 991px) {
    .widget__button:before {
        line-height:5rem;
        font-size: 2.5rem
    }
}

@-webkit-keyframes zcwphone {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    75% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes zcwphone {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    75% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes zcwphone2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    75% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
}

@keyframes zcwphone2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    75% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
}

@-webkit-keyframes zcwmini {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 0 transparent,0 0 0 0 rgba(207,8,8,0);
        box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 0 transparent,0 0 0 0 rgba(207,8,8,0)
    }

    10% {
        -webkit-box-shadow: 0 0 8px 6px rgba(0,0,0,.3),0 0 12px 10px transparent,0 0 0 0 rgba(0,0,0,.3);
        box-shadow: 0 0 8px 6px rgba(0,0,0,.3),0 0 12px 10px transparent,0 0 0 0 rgba(0,0,0,.3)
    }

    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 40px transparent,0 0 0 40px rgba(207,8,8,0);
        box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 40px transparent,0 0 0 40px rgba(207,8,8,0)
    }
}

@keyframes zcwmini {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 0 transparent,0 0 0 0 rgba(207,8,8,0);
        box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 0 transparent,0 0 0 0 rgba(207,8,8,0)
    }

    10% {
        -webkit-box-shadow: 0 0 8px 6px rgba(0,0,0,.3),0 0 12px 10px transparent,0 0 0 0 rgba(0,0,0,.3);
        box-shadow: 0 0 8px 6px rgba(0,0,0,.3),0 0 12px 10px transparent,0 0 0 0 rgba(0,0,0,.3)
    }

    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 40px transparent,0 0 0 40px rgba(207,8,8,0);
        box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 40px transparent,0 0 0 40px rgba(207,8,8,0)
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 0 transparent,0 0 0 0 rgba(207,8,8,0);
        box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 0 transparent,0 0 0 0 rgba(207,8,8,0)
    }

    10% {
        -webkit-box-shadow: 0 0 8px 6px rgba(0,0,0,.2),0 0 12px 10px transparent,0 0 0 0 rgba(0,0,0,.2);
        box-shadow: 0 0 8px 6px rgba(0,0,0,.2),0 0 12px 10px transparent,0 0 0 0 rgba(0,0,0,.2)
    }

    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 40px transparent,0 0 0 40px rgba(207,8,8,0);
        box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 40px transparent,0 0 0 40px rgba(207,8,8,0)
    }
}

@keyframes zcwmini2 {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 0 transparent,0 0 0 0 rgba(207,8,8,0);
        box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 0 transparent,0 0 0 0 rgba(207,8,8,0)
    }

    10% {
        -webkit-box-shadow: 0 0 8px 6px rgba(0,0,0,.2),0 0 12px 10px transparent,0 0 0 0 rgba(0,0,0,.2);
        box-shadow: 0 0 8px 6px rgba(0,0,0,.2),0 0 12px 10px transparent,0 0 0 0 rgba(0,0,0,.2)
    }

    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 40px transparent,0 0 0 40px rgba(207,8,8,0);
        box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 40px transparent,0 0 0 40px rgba(207,8,8,0)
    }
}

.hero {
    height: 100vh;
    background-size: cover;
    position: relative;
    background: url(../img/baner/d-b-l.png),url(../img/baner/d-b-r.png),url(../img/baner/ln-c.png),url(../img/baner/ln-c.png);
    background-repeat: no-repeat;
    background-position: 4% 96%,96% 96%,4% center,96% center
}

@media (max-width: 991px) {
    .hero {
        background:url(../img/mobile-bg.jpg) no-repeat;
        background-size: cover;
        z-index: 10
    }
}

.hero:after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.6);
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .9;
    z-index: -1;
    -webkit-filter: invert(1%);
    filter: invert(1%)
}

@media (max-width: 991px) {
    .hero:after {
        display:inline-block;
        background: url(../img/baner/d-b-l.png),url(../img/baner/d-b-r.png),url(../img/baner/ln-c.png),url(../img/baner/ln-c.png),rgba(0,0,0,.6);
        background-repeat: no-repeat;
        background-position: 4% 96%,96% 96%,4% center,96% center;
        z-index: 0
    }
}

.hero__content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 0
}

@media (max-width: 991px) {
    .hero__content {
        z-index:2
    }
}

.hero__content .logo-wrap {
    overflow: hidden;
    margin-bottom: 7rem
}

@media (max-width: 1200px) {
    .hero__content .logo-wrap {
        margin-bottom:3rem
    }
}

.hero__content .logo-wrap .logo-img {
    max-width: 100%
}

@media (max-width: 1440px) {
    .hero__content .logo-wrap .logo-img {
        max-width:95%
    }
}

@media (max-width: 1200px) {
    .hero__content .logo-wrap .logo-img {
        max-width:70%
    }
}

.hero .navbar {
    background: 0 0;
    padding: 5rem 5rem 2rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 1200px) {
    .hero .navbar .container {
        max-width:1920px
    }
}

@media (max-width: 991px) {
    .hero .navbar {
        padding:2rem 2rem 2rem
    }

    .hero .navbar .container {
        max-width: 1920px
    }
}

@media (max-width: 575px) {
    .hero .navbar {
        padding:1rem 0
    }
}

@media (max-width: 991px) {
    .hero .navbar .navbar-collapse {
        position:fixed;
        opacity: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 10%;
        background: #fff;
        z-index: 50;
        -webkit-transition: .5s;
        transition: .5s
    }

    .hero .navbar .navbar-collapse.show {
        opacity: 1
    }
}

@media (max-width: 991px) and (max-width:991px) {
    .hero .navbar .navbar-collapse.show .navbar-nav .nav-item {
        -webkit-transform:translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 1s;
        transition: 1s
    }
}

@media (max-width: 991px) {
    .hero .navbar .navbar-nav {
        -webkit-box-ordinal-group:0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 3rem
    }
}

@media (max-width: 991px) {
    .hero .navbar .navbar-nav .nav-item {
        -webkit-transform:translateY(2rem);
        -ms-transform: translateY(2rem);
        transform: translateY(2rem);
        -webkit-transition: .5s;
        transition: .5s
    }
}

.hero .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.8rem;
    font-family: flc;
    color: #fff;
    padding: .5rem 2rem;
    position: relative
}

@media (max-width: 1200px) {
    .hero .navbar .navbar-nav .nav-item .nav-link {
        padding:.5rem 1rem
    }
}

@media (min-width: 991px) {
    .hero .navbar .navbar-nav .nav-item .nav-link:before {
        content:"";
        position: absolute;
        display: inline-block;
        width: 80%;
        height: 2px;
        background: #d0d093;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%) scaleX(0);
        -ms-transform: translateX(-50%) scaleX(0);
        transform: translateX(-50%) scaleX(0);
        -webkit-transition: .2s;
        transition: .2s
    }
}

.hero .navbar .navbar-nav .nav-item .nav-link:hover:before {
    -webkit-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
    -webkit-transition: .4s;
    transition: .4s
}

@media (max-width: 991px) {
    .hero .navbar .navbar-nav .nav-item .nav-link {
        text-align:center;
        padding: 1.5rem 1rem;
        font-size: 2rem;
        color: #000;
        font-family: fmc
    }

    .hero .navbar .navbar-nav .nav-item .nav-link:hover {
        background: #f4f4f4;
        color: #000
    }

    .hero .navbar .navbar-nav .nav-item .nav-link:hover:before {
        -webkit-transform: translateX(-50%) scaleX(1);
        -ms-transform: translateX(-50%) scaleX(1);
        transform: translateX(-50%) scaleX(1);
        -webkit-transition: .6s;
        transition: .6s
    }
}

@media (max-width: 991px) {
    .hero .navbar .navbar-nav.nav-info {
        display:none
    }
}

.hero .navbar .navbar-nav.nav-info .nav-item {
    position: relative
}

.hero .navbar .navbar-nav.nav-info .nav-item .nav-link {
    font-size: 1.8rem;
    font-family: flc;
    color: #fff;
    line-height: 1;
    padding: .5rem 2rem
}

.hero .navbar .navbar-nav.nav-info .nav-item .nav-link:before {
    display: none
}

@media (max-width: 1200px) {
    .hero .navbar .navbar-nav.nav-info .nav-item .nav-link {
        padding:.5rem 1rem
    }
}

.hero .navbar .navbar-nav.nav-info .nav-item:first-child:before {
    content: "\f041";
    font-family: FontAwesome;
    position: absolute;
    color: #d0d093;
    font-size: 2.5rem;
    left: 0;
    top: -.8rem
}

@media (max-width: 1200px) {
    .hero .navbar .navbar-nav.nav-info .nav-item:first-child:before {
        left:-1rem
    }
}

.hero .navbar .navbar-nav.nav-info .nav-item:last-child {
    margin-left: 4rem
}

.hero .navbar .navbar-nav.nav-info .nav-item:last-child .nav-link {
    padding: .5rem 1rem
}

.hero .navbar .navbar-nav.nav-info .nav-item:last-child:before {
    content: "\f10b";
    font-family: FontAwesome;
    position: absolute;
    color: #d0d093;
    font-size: 3rem;
    left: -1rem;
    top: -1.5rem
}

.hero .bgvideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-position: left
}

@media (max-width: 991px) {
    .hero .bgvideo {
        display:none
    }
}

.hamburger {
    margin-top: 0;
    padding: 0;
    outline: 0;
    height: 2.5rem;
    width: 2.5rem;
    margin: 1.2rem 0 1.2rem 1.2rem;
    position: relative;
    display: none;
    opacity: 1;
    z-index: 100;
    outline: 0!important
}

@media screen and (max-width: 991px) {
    .hamburger {
        display:block
    }
}

.hamburger:after {
    content: "Меню";
    position: absolute;
    right: -5.5rem;
    top: 12%;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: fmc;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.hamburger:hover {
    opacity: 1
}

.hamburger .hamburger-box {
    height: 2.5rem;
    width: 2.5rem
}

.hamburger .hamburger-box .hamburger-inner,.hamburger .hamburger-box .hamburger-inner::after,.hamburger .hamburger-box .hamburger-inner::before {
    width: 2.5rem;
    background: #fff
}

.hamburger.black:after {
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.hamburger.black .hamburger-inner,.hamburger.black .hamburger-inner::after,.hamburger.black .hamburger-inner::before {
    background: #000;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.intro {
    padding: 7rem 0 10rem;
    position: relative
}

.intro:after {
    content: "";
    position: absolute;
    background: url(../img/decor/divider.png);
    width: 283px;
    height: 24px;
    bottom: 3.8rem;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.intro__header {
    text-align: center;
    text-transform: uppercase
}

.intro__header h1 {
    color: #566f85;
    font-family: yr;
    font-size: 4.8rem;
    margin: 0 0 1.5rem 0
}

@media (max-width: 767px) {
    .intro__header h1 {
        font-size:3.8rem
    }
}

@media (max-width: 575px) {
    .intro__header h1 {
        font-size:3rem;
        margin-bottom: .5rem
    }
}

.intro__header h1:before {
    content: '"';
    color: #d0d093
}

.intro__header h1:after {
    content: '"';
    color: #d0d093
}

.intro__header h3 {
    color: #d0d093;
    font-size: 2.5rem;
    font-family: yr;
    margin: 0 0 1.5rem
}

@media (max-width: 575px) {
    .intro__header h3 {
        font-size:2.3rem;
        margin-bottom: .5rem
    }
}

.intro__header h3:before {
    content: '';
    display: inline-block;
    width: 5.2rem;
    height: 1.5rem;
    background: url(../img/decor/title-bg-before.png);
    margin-right: 3rem
}

@media (max-width: 575px) {
    .intro__header h3:before {
        margin-right:1rem;
        width: 4rem;
        height: 1.5rem;
        background-size: 100% 100%
    }
}

.intro__header h3:after {
    content: '';
    display: inline-block;
    width: 5.2rem;
    height: 1.5rem;
    background: url(../img/decor/title-bg-before.png);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 3rem
}

@media (max-width: 575px) {
    .intro__header h3:after {
        margin-left:1rem;
        width: 4rem;
        height: 1.5rem;
        background-size: 100% 100%
    }
}

.intro__header p {
    color: #d0d093;
    font-size: 2.5rem;
    font-family: yr;
    margin: 0
}

@media (max-width: 575px) {
    .intro__header p {
        font-size:1.8rem
    }
}

.intro__item {
    text-align: center;
    text-transform: uppercase
}

.intro__item .img-wrap {
    width: 14.5rem;
    height: 14.5rem;
    background: url(../img/decor/icon-bg.png);
    background-size: cover;
    text-align: center;
    line-height: 14.5rem;
    margin: 5rem auto 0;
    background-position: 50%
}

@media (max-width: 575px) {
    .intro__item .img-wrap {
        margin-top:3.5rem
    }
}

.intro__item .img-wrap img {
    display: inline-block
}

.intro__item p {
    font-size: 1.8rem;
    font-family: yr;
    line-height: 1.2;
    margin: -2.5rem 0 0 0
}

@media (max-width: 575px) {
    .intro__item p {
        font-size:1.6rem
    }
}

.intro__text {
    text-align: center;
    font-family: flc;
    font-size: 1.8rem;
    margin: 8rem 0 0 0
}

@media (max-width: 575px) {
    .intro__text {
        margin-top:5rem
    }
}

@media (min-width: 1200px) {
    .intro .container {
        max-width:1205px
    }
}

.divider-images__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.divider-images__list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333%;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%
}

.divider-images__list-item img {
    max-width: 100%;
    width: 100%
}

.intro-carousel {
    padding: 2rem 0 10rem;
    background: url(../img/food/food-2.png),url(../img/food/food-2.png),url(../img/food/food-1.png),url(../img/food/food-4.png);
    background-repeat: no-repeat;
    background-position: 0 5%,98% 98%,0 96%,100% 10%;
    position: relative;
    overflow: hidden
}

.intro-carousel:after {
    content: "";
    width: 23rem;
    height: 34rem;
    position: absolute;
    background: url(../img/food/food-3.png);
    display: inline-block;
    bottom: 5%;
    right: 0
}

@media (max-width: 1470px) {
    .intro-carousel:after {
        bottom:5%;
        right: -2%;
        overflow: hidden
    }
}

@media (max-width: 1470px) and (max-width:1200px) {
    .intro-carousel:after {
        width:18rem;
        height: 27rem
    }
}

@media (max-width: 767px) {
    .intro-carousel:after {
        width:14rem;
        height: 21rem
    }
}

@media (max-width: 575px) {
    .intro-carousel:after {
        width:10rem;
        height: 20rem;
        bottom: 2%;
        right: 0
    }
}

@media (min-width: 1200px) {
    .intro-carousel .container {
        max-width:1920px
    }
}

.intro-carousel .carousel-delishes {
    padding: 0;
    margin: 4rem auto 0;
    list-style: none;
    max-width: 90%
}

@media (max-width: 575px) {
    .intro-carousel .carousel-delishes {
        max-width:100%
    }
}

.intro-carousel .carousel-delishes li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 17px 36px rgba(0,0,0,.19),0 0 0 rgba(0,0,0,.23);
    box-shadow: 0 17px 36px rgba(0,0,0,.19),0 0 0 rgba(0,0,0,.23);
    position: relative
}

@media (max-width: 991px) {
    .intro-carousel .carousel-delishes li {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.intro-carousel .carousel-delishes li .content-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width: 991px) {
    .intro-carousel .carousel-delishes li .content-image {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.intro-carousel .carousel-delishes li .content-image .owl-nav {
    width: 10rem;
    height: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    color: #000;
    z-index: 100;
    bottom: 50%;
    right: 0;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%)
}

@media (max-width: 1200px) {
    .intro-carousel .carousel-delishes li .content-image .owl-nav {
        width:8rem;
        height: 4rem
    }
}

@media (max-width: 991px) {
    .intro-carousel .carousel-delishes li .content-image .owl-nav {
        bottom:0;
        right: 50%
    }
}

.intro-carousel .carousel-delishes li .content-image .owl-nav .owl-next,.intro-carousel .carousel-delishes li .content-image .owl-nav .owl-prev {
    width: 50%;
    background-color: #566f85;
    text-align: center;
    line-height: 6rem;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 999
}

@media (max-width: 1200px) {
    .intro-carousel .carousel-delishes li .content-image .owl-nav .owl-next,.intro-carousel .carousel-delishes li .content-image .owl-nav .owl-prev {
        line-height:5.5rem
    }
}

.intro-carousel .carousel-delishes li .content-image .owl-nav .owl-next:hover,.intro-carousel .carousel-delishes li .content-image .owl-nav .owl-prev:hover {
    background-color: #607c94
}

.intro-carousel .carousel-delishes li .content-image .owl-nav .owl-next .fa,.intro-carousel .carousel-delishes li .content-image .owl-nav .owl-prev .fa {
    color: #fff;
    font-size: 3rem
}

.intro-carousel .carousel-delishes li .content-image img {
    max-width: 100%;
    width: 100%
}

.intro-carousel .carousel-delishes li .content-text {
    padding: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    background: url(../img/decor/bottom-uz.png),url(../img/decor/bottom-dots-uz.png),url(../img/decor/top-uz-r-1.png),url(../img/decor/top-uz.png),#f4f4f4;
    background-repeat: no-repeat;
    background-position: 10% 90%,90% 90%,90% 10%,10% 10%
}

@media (max-width: 1200px) {
    .intro-carousel .carousel-delishes li .content-text {
        padding:5rem 6rem;
        background-position: 5% 90%,95% 90%,95% 10%,5% 10%
    }
}

@media (max-width: 991px) {
    .intro-carousel .carousel-delishes li .content-text {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5rem 5rem 5rem 10rem
    }
}

@media (max-width: 575px) {
    .intro-carousel .carousel-delishes li .content-text {
        padding:5rem 2rem 5rem 2rem;
        background-size: 4rem 4rem,6rem 3rem,5rem 5rem,3rem 3rem
    }
}

.intro-carousel .carousel-delishes li .content-text h4 {
    font-size: 3.6rem;
    font-family: yr;
    color: #566f85;
    text-transform: uppercase;
    margin-bottom: 2rem
}

@media (max-width: 1470px) {
    .intro-carousel .carousel-delishes li .content-text h4 {
        font-size:3.3rem
    }
}

@media (max-width: 1350px) {
    .intro-carousel .carousel-delishes li .content-text h4 {
        font-size:3rem
    }
}

@media (max-width: 1200px) {
    .intro-carousel .carousel-delishes li .content-text h4 {
        font-size:2.5rem
    }
}

.intro-carousel .carousel-delishes li .content-text p {
    font-family: flc;
    font-size: 3rem;
    margin-bottom: 2rem
}

@media (max-width: 1470px) {
    .intro-carousel .carousel-delishes li .content-text p {
        font-size:2.6rem
    }
}

@media (max-width: 1470px) {
    .intro-carousel .carousel-delishes li .content-text p {
        font-size:2.2rem
    }
}

@media (max-width: 1200px) {
    .intro-carousel .carousel-delishes li .content-text p {
        font-size:1.8rem
    }
}

.intro-carousel .carousel-delishes li .content-text p.after {
    font-size: 2.4rem;
    font-family: yr;
    color: #566f85;
    text-transform: uppercase;
    margin: 0
}

@media (max-width: 575px) {
    .intro-carousel .carousel-delishes li .content-text p.after {
        font-size:1.8rem
    }
}

.menus__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 450px) {
    .menus__list {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.menus__list .btn-decor {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    -webkit-transition: opacity .3s,-webkit-transform 1s;
    transition: opacity .3s,-webkit-transform 1s;
    transition: opacity .3s,transform 1s;
    transition: opacity .3s,transform 1s,-webkit-transform 1s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

@media (max-width: 991px) {
    .menus__list .btn-decor {
        opacity:1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width: 575px) {
    .menus__list .btn-decor {
        padding:0;
        min-width: 18rem
    }
}

.menus__list .btn-decor:after,.menus__list .btn-decor:before {
    display: none
}

.menus__list .btn-decor:hover {
    color: #000;
    text-decoration: none
}

.menus__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 80vh;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    cursor: pointer
}

@media (max-width: 450px) {
    .menus__list li {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.menus__list li:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.menus__list li:hover .btn-decor {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .4s,-webkit-transform 1s;
    transition: opacity .4s,-webkit-transform 1s;
    transition: opacity .4s,transform 1s;
    transition: opacity .4s,transform 1s,-webkit-transform 1s
}

.menus__list li:hover:before {
    background: rgba(0,0,0,.3)
}

.menus__list li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    -webkit-transition: .4s;
    transition: .4s
}

.menus__list li:first-child {
    background: url(../img/menu-1.jpg);
    background-size: cover
}

.menus__list li:last-child {
    background: url(../img/menu-2.jpg);
    background-size: cover
}

.menus__list li h3 {
    margin-bottom: 7rem;
    font-size: 3rem;
    color: #fff;
    font-family: yr;
    text-transform: uppercase;
    position: relative
}

@media (max-width: 767px) {
    .menus__list li h3 {
        font-size:2.6rem
    }
}

@media (max-width: 575px) {
    .menus__list li h3 {
        font-size:2.2rem
    }
}

@media (max-width: 450px) {
    .menus__list li h3 {
        font-size:2.5rem
    }
}

.menus__list li h3:after,.menus__list li h3:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 255px;
    height: 36px;
    background: url(../img/decor/title-uz-db.png)
}

@media (max-width: 767px) {
    .menus__list li h3:after,.menus__list li h3:before {
        width:235px;
        height: 36px;
        background-position: center 0;
        background-size: 100% 100%
    }
}

@media (max-width: 575px) {
    .menus__list li h3:after,.menus__list li h3:before {
        width:200px
    }
}

@media (max-width: 450px) {
    .menus__list li h3:after,.menus__list li h3:before {
        width:240px
    }
}

.menus__list li h3:after {
    top: -4.5rem
}

.menus__list li h3:before {
    bottom: -4.5rem;
    -webkit-transform: scaleY(-1) translateX(-50%);
    -ms-transform: scaleY(-1) translateX(-50%);
    transform: scaleY(-1) translateX(-50%)
}

.best {
    padding: 5rem 0 9rem;
    background: url(../img/food/food-5.png),url(../img/food/food-7.png),url(../img/food/food-6.png),url(../img/food/olive-sm.png),url(../img/food/cutlery.png),url(../img/food/cutlery-2.png),url(../img/food/lemon-blur.png);
    background-repeat: no-repeat;
    background-position: 50% 145%,left bottom,right bottom,5% 10%,left center,right center,95% 20%
}

@media (max-width: 1600px) {
    .best {
        background-position:50% 145%,left bottom,right bottom,6% 10%,-4% center,103% center,96% 20%
    }
}

@media (max-width: 1350px) {
    .best {
        background-position:50% 150%,left bottom,right 110%,6% 10%,-7% center,106% center,95% 20%
    }
}

@media (max-width: 991px) {
    .best {
        background-position:50% 150%,left 109%,right 110%,6% 10%,-7% center,106% center,95% 20%
    }
}

@media (max-width: 575px) {
    .best {
        background-position:50% 150%,left 109%,right 150%,1% 1%,-190% 56%,190% 56%,95% 20%
    }
}

@media (min-width: 1200px) {
    .best .container {
        max-width:1450px
    }
}

@media (min-width: 992px) {
    .best .col-lg-6 {
        padding:0 3rem
    }
}

@media (max-width: 575px) {
    .best .main-title {
        font-size:2.6rem
    }
}

.best__item {
    margin-top: 7rem;
    position: relative
}

.best__item.we {
    background: url(../img/decor/we-bg.png);
    background-size: 100% 100%;
    padding: 6rem 3rem 5rem 6rem;
    max-width: 722px
}

@media (max-width: 1200px) {
    .best__item.we {
        margin:5rem auto 0
    }
}

@media (max-width: 575px) {
    .best__item.we {
        background:0 0;
        margin-top: 0
    }
}

@media (max-width: 575px) {
    .best__item.we {
        margin-top:0;
        padding: 2rem 0 10rem 0
    }
}

.best__item.we h5 {
    font-size: 4.8rem;
    text-transform: uppercase;
    font-family: yr;
    color: #566f85;
    position: absolute;
    top: -2rem;
    left: 9.5rem
}

@media (max-width: 1350px) {
    .best__item.we h5 {
        font-size:4.3rem
    }
}

@media (max-width: 1300px) {
    .best__item.we h5 {
        font-size:4rem
    }
}

@media (max-width: 1200px) {
    .best__item.we h5 {
        left:10.5rem
    }
}

@media (max-width: 575px) {
    .best__item.we h5 {
        position:static
    }
}

.best__item.we ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.best__item.we ul li {
    font-size: 2.4rem;
    font-family: flc;
    padding-left: 3rem;
    margin-bottom: 1rem
}

@media (max-width: 1350px) {
    .best__item.we ul li {
        font-size:2rem
    }
}

.best__item.we ul li:before {
    content: "\f006";
    font-family: FontAwesome;
    position: absolute;
    left: 6rem;
    color: #566f85
}

@media (max-width: 575px) {
    .best__item.we ul li:before {
        left:0
    }
}

.best__item.other {
    background: url(../img/decor/others-bg.png);
    background-size: 100% 100%;
    padding: 4rem 2rem 5rem 4rem
}

@media (max-width: 1200px) {
    .best__item.other {
        max-width:57.7rem;
        margin: 5rem auto 0
    }
}

@media (max-width: 575px) {
    .best__item.other {
        background:0 0
    }
}

@media (max-width: 575px) {
    .best__item.other {
        margin-top:0;
        padding: 0
    }
}

.best__item.other h5 {
    font-size: 3rem;
    text-transform: uppercase;
    font-family: yr;
    color: #d0d093;
    position: absolute;
    top: -1.5rem
}

@media (max-width: 575px) {
    .best__item.other h5 {
        position:static
    }
}

.best__item.other ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.best__item.other ul li {
    font-size: 2.4rem;
    font-family: flc;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1rem
}

@media (max-width: 1350px) {
    .best__item.other ul li {
        font-size:2rem
    }
}

.best__item.other ul li:before {
    content: "-";
    position: absolute;
    left: .5rem;
    color: #d0d093
}

.induvidual {
    background: url(../img/individual-bg.jpg);
    position: relative;
    padding: 5rem 0 7rem;
    z-index: 10
}

@media (max-width: 1200px) {
    .induvidual {
        padding-bottom:10rem
    }
}

.induvidual:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/decor/i-d-l.png),url(../img/decor/i-d-r.png),url(../img/food/food-8.png),url(../img/food/food-9.png);
    background-repeat: no-repeat;
    background-position: 5% 30%,95% 30%,100% 210%,0 210%;
    z-index: 0
}

@media (max-width: 1500px) {
    .induvidual:before {
        background-position:5% 30%,95% 30%,103% 220%,-3% 220%
    }
}

@media (max-width: 1300px) {
    .induvidual:before {
        background-position:3% 30%,97% 30%,107% 235%,-7% 235%
    }
}

@media (max-width: 1200px) {
    .induvidual:before {
        background-position:1% 15%,99% 15%,102% 170%,0 170%
    }
}

@media (max-width: 767px) {
    .induvidual:before {
        background-position:1% 5%,99% 5%,102% 170%,0 170%
    }
}

.induvidual__text {
    text-align: center;
    font-size: 2.4rem;
    color: #fff;
    font-family: flc;
    margin: 0;
    line-height: 1
}

@media (max-width: 575px) {
    .induvidual .main-title {
        font-size:2.6rem
    }
}

.induvidual__form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.induvidual__form form .form-group {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin-top: 7rem;
    height: 5rem
}

@media (max-width: 1200px) {
    .induvidual__form form .form-group {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        margin-top: 2rem
    }

    .induvidual__form form .form-group:first-child {
        margin-top: 5rem
    }
}

.induvidual__form form .form-group input[type=number],.induvidual__form form .form-group input[type=text] {
    width: 100%;
    height: 5rem;
    -webkit-border-radius: 10rem;
    border-radius: 10rem;
    display: block;
    background: 0 0;
    border: 2px solid #d0d093;
    padding-left: 6.3rem;
    font-family: flc;
    font-size: 1.8rem;
    color: #fff;
    outline: 0
}

.induvidual__form form .form-group input[type=number]::-webkit-input-placeholder,.induvidual__form form .form-group input[type=text]::-webkit-input-placeholder {
    color: #fff
}

.induvidual__form form .form-group input[type=number]::-moz-placeholder,.induvidual__form form .form-group input[type=text]::-moz-placeholder {
    color: #fff
}

.induvidual__form form .form-group input[type=number]:-ms-input-placeholder,.induvidual__form form .form-group input[type=text]:-ms-input-placeholder {
    color: #fff
}

.induvidual__form form .form-group input[type=number]::placeholder,.induvidual__form form .form-group input[type=text]::placeholder {
    color: #fff
}

.induvidual__form form .form-group input[name=phone] {
    background: url(../img/phone-i.png) no-repeat 15px center;
    padding-left: 6.8rem
}

.induvidual__form form .form-group input[name=name] {
    background: url(../img/name-i.png) no-repeat 15px center
}

.induvidual__form form .form-group input[type=submit] {
    width: 100%;
    margin: 0
}

.induvidual--outro:before {
    background: url(../img/decor/i-d-l.png),url(../img/decor/i-d-r.png),url(../img/bantik-r.png),url(../img/bantik-l.png);
    background-repeat: no-repeat;
    background-position: 5% 30%,95% 30%,100% 150%,0 150%
}

@media (max-width: 1300px) {
    .induvidual--outro:before {
        background-position:3% 30%,97% 30%,102% 165%,-2% 165%
    }
}

@media (max-width: 1200px) {
    .induvidual--outro:before {
        background-position:1% 15%,99% 15%,102% 130%,-2% 130%
    }
}

@media (max-width: 767px) {
    .induvidual--outro:before {
        background-position:1% 5%,99% 5%,105% 132%,-5% 132%
    }
}

.interier {
    padding: 5rem 0 10rem
}

@media (min-width: 1200px) {
    .interier .container {
        max-width:135rem
    }
}

@media (max-width: 575px) {
    .interier .main-title {
        font-size:2.6rem
    }
}

.interier__carousel {
    padding: 0;
    margin: 4rem auto 0;
    list-style: none;
    max-width: 100%;
    position: relative
}

.interier__carousel .owl-nav {
    width: 10rem;
    height: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    color: #000;
    z-index: 100;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%)
}

@media (max-width: 1200px) {
    .interier__carousel .owl-nav {
        width:8rem;
        height: 4rem
    }
}

@media (max-width: 767px) {
    .interier__carousel .owl-nav {
        bottom:0
    }
}

.interier__carousel .owl-nav .owl-next,.interier__carousel .owl-nav .owl-prev {
    width: 50%;
    background-color: #566f85;
    text-align: center;
    line-height: 6rem;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 999
}

@media (max-width: 1200px) {
    .interier__carousel .owl-nav .owl-next,.interier__carousel .owl-nav .owl-prev {
        line-height:5.5rem
    }
}

.interier__carousel .owl-nav .owl-next:hover,.interier__carousel .owl-nav .owl-prev:hover {
    background-color: #607c94
}

.interier__carousel .owl-nav .owl-next .fa,.interier__carousel .owl-nav .owl-prev .fa {
    color: #fff;
    font-size: 3rem
}

.interier__carousel li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 17px 36px rgba(0,0,0,.19),0 0 0 rgba(0,0,0,.23);
    box-shadow: 0 17px 36px rgba(0,0,0,.19),0 0 0 rgba(0,0,0,.23);
    position: relative
}

@media (max-width: 767px) {
    .interier__carousel li {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: shrink;
        -webkit-align-items: shrink;
        -ms-flex-align: shrink;
        align-items: shrink
    }
}

@media (max-width: 575px) {
    .interier__carousel li {
        -webkit-box-shadow:none;
        box-shadow: none
    }
}

.interier__carousel li .content-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width: 767px) {
    .interier__carousel li .content-image {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
}

.interier__carousel li .content-image img {
    max-width: 100%;
    width: 100%
}

.interier__carousel li .content-text {
    padding: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    background: url(../img/decor/bottom-uz.png),url(../img/decor/bottom-dots-uz.png),url(../img/decor/top-uz-r-1.png),url(../img/decor/top-uz.png),#f4f4f4;
    background-repeat: no-repeat;
    background-position: 10% 90%,90% 90%,90% 10%,10% 10%
}

@media (max-width: 1200px) {
    .interier__carousel li .content-text {
        padding:5rem;
        background-position: 5% 95%,95% 95%,95% 5%,5% 5%
    }
}

@media (max-width: 767px) {
    .interier__carousel li .content-text {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5rem 5rem 5rem 10rem
    }
}

@media (max-width: 575px) {
    .interier__carousel li .content-text {
        padding:10rem 4rem 10rem 4rem;
        background-size: 4rem 4rem,6rem 3rem,5rem 5rem,3rem 3rem;
        background-position: 5% 95%,95% 95%,95% 5%,5% 5%;
        height: 25rem
    }
}

@media (max-width: 375px) {
    .interier__carousel li .content-text {
        height:30rem
    }
}

.interier__carousel li .content-text h4 {
    font-size: 3rem;
    font-family: yr;
    color: #566f85;
    text-transform: uppercase;
    margin-bottom: 2rem
}

@media (max-width: 1200px) {
    .interier__carousel li .content-text h4 {
        font-size:2.6rem;
        margin-bottom: 1rem
    }
}

@media (max-width: 575px) {
    .interier__carousel li .content-text h4 {
        font-size:2rem
    }
}

.interier__carousel li .content-text hr {
    width: 4rem;
    height: .2rem;
    background: #d0d093;
    margin: 0;
    border: 0;
    margin-bottom: 2rem
}

@media (max-width: 1200px) {
    .interier__carousel li .content-text hr {
        margin-bottom:1rem
    }
}

.interier__carousel li .content-text p {
    font-family: flc;
    font-size: 2.4rem
}

@media (max-width: 1200px) {
    .interier__carousel li .content-text p {
        font-size:1.8rem
    }
}

.wedding {
    padding: 5rem 0 15rem;
    background: url(../img/wedding-bg.jpg) no-repeat;
    background-size: cover;
    position: relative
}

@media (max-width: 1200px) {
    .wedding {
        padding:5rem 0 10rem;
        background-position-x: 50%
    }
}

@media (max-width: 991px) {
    .wedding {
        background-position-x:10%
    }
}

@media (min-width: 1200px) {
    .wedding .container {
        max-width:135rem
    }
}

.wedding__content .main-title {
    font-size: 2.8rem
}

@media (max-width: 1400px) {
    .wedding__content .main-title:after,.wedding__content .main-title:before {
        display:none
    }
}

.wedding__content .divider {
    width: 92px;
    height: 16px;
    background: url(../img/decor/title-btm-uz.png);
    margin: 3rem auto
}

.wedding__content .text {
    font-family: flc;
    font-size: 2rem;
    text-align: center;
    margin: 0
}

.wedding__content .prevelegies-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.wedding__content .prevelegies-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin-top: 7rem
}

@media (max-width: 1200px) {
    .wedding__content .prevelegies-list li {
        margin-top:5rem
    }
}

.wedding__content .prevelegies-list li .img-wrap {
    width: 78px;
    height: 78px;
    line-height: 78px;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%
}

.wedding__content .prevelegies-list li .img-wrap img {
    display: inline-block
}

.wedding__content .prevelegies-list li p {
    font-family: fmc;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center
}

.wedding__desk {
    font-size: 1.8rem;
    font-family: flc;
    text-align: center;
    text-transform: uppercase;
    margin: 1rem 0 0
}

.center-prevelegies {
    background: url(../img/centered-digit-bg.png);
    height: 18.5rem;
    max-width: 83rem;
    width: 83rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
    padding: 2rem;
    margin: 0;
    list-style: none;
    font-size: 2.4rem;
    font-family: yr;
    color: #d0d093;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1400px) {
    .center-prevelegies {
        height:17.5rem;
        max-width: 75rem;
        background-size: 100% 100%
    }
}

@media (max-width: 1200px) {
    .center-prevelegies {
        height:13.5rem;
        max-width: 65rem;
        max-width-padding: 1rem
    }
}

@media (max-width: 767px) {
    .center-prevelegies {
        max-width:40rem;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 575px) {
    .center-prevelegies {
        max-width:30rem
    }
}

.center-prevelegies li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1200px) {
    .center-prevelegies li {
        font-size:2rem;
        padding: 1rem
    }
}

@media (max-width: 767px) {
    .center-prevelegies li {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.center-prevelegies li:first-child {
    border-right: 1px solid #d0d093
}

@media (max-width: 767px) {
    .center-prevelegies li:first-child {
        border:none;
        border-bottom: 1px solid #d0d093
    }
}

.center-prevelegies li span.count {
    color: #fff;
    font-size: 7rem;
    line-height: 1;
    display: inline-block;
    margin: 0 1rem
}

@media (max-width: 1200px) {
    .center-prevelegies li span.count {
        font-size:5rem
    }
}

@media (max-width: 767px) {
    .center-prevelegies li span.count {
        font-size:3.5rem
    }
}

.center-prevelegies li span.dbl-text {
    text-align: left;
    line-height: 1.5
}

@media (max-width: 1200px) {
    .center-prevelegies li span.dbl-text {
        line-height:1.2
    }
}

@media (max-width: 767px) {
    .center-prevelegies li span.dbl-text {
        font-size:1.6rem
    }
}

.kozackiy__grid {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1200px) {
    .kozackiy__grid {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.kozackiy__grid .grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media (max-width: 1200px) {
    .kozackiy__grid .grid-item {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.kozackiy__grid .bg-wrap img {
    max-width: 100%;
    width: 100%
}

.kozackiy__grid .content-wrap {
    padding: 10rem 10rem 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../img/food/food-10.png) no-repeat 103% 130%
}

@media (max-width: 1500px) {
    .kozackiy__grid .content-wrap {
        background:url(../img/food/food-10.png) no-repeat 103% 145%
    }
}

@media (max-width: 1350px) {
    .kozackiy__grid .content-wrap {
        padding:10rem 2rem 5rem
    }
}

@media (max-width: 1300px) {
    .kozackiy__grid .content-wrap {
        background:url(../img/food/food-10.png) no-repeat 120% 185%
    }
}

@media (max-width: 575px) {
    .kozackiy__grid .content-wrap {
        padding:5rem 5rem 5rem;
        background: url(../img/food/food-10.png) no-repeat 145% 195%
    }
}

.kozackiy__grid .content-wrap.ua-kitchen {
    background: url(../img/food/food-8.png),url(../img/food/food-11.png);
    background-repeat: no-repeat;
    background-position: 100% 120%,0 150%
}

@media (max-width: 1500px) {
    .kozackiy__grid .content-wrap.ua-kitchen {
        background-position:100% 130%,0 180%
    }
}

@media (max-width: 1400px) {
    .kozackiy__grid .content-wrap.ua-kitchen {
        background-position:100% 140%,0 200%
    }
}

@media (max-width: 1300px) {
    .kozackiy__grid .content-wrap.ua-kitchen {
        background-position:100% 160%,-5% 366%
    }
}

.kozackiy__grid .content-wrap .divider {
    width: 92px;
    height: 16px;
    background: url(../img/decor/title-btm-uz.png);
    margin: 5rem auto
}

@media (max-width: 1470px) {
    .kozackiy__grid .content-wrap .divider {
        margin:3rem auto
    }
}

.kozackiy__grid .content-wrap .divider-after {
    width: 153px;
    height: 22px;
    background: url(../img/decor/btn-bottom.png);
    margin: 5rem auto 0
}

.kozackiy__grid .content-wrap p {
    font-size: 2rem;
    text-align: center;
    font-family: flc;
    margin: 0
}

.kozackiy.kitchen .content-wrap {
    padding: 5rem 5rem 5rem
}

@media (max-width: 1300px) {
    .kozackiy.kitchen .content-wrap {
        padding:10rem 2rem 5rem
    }
}

@media (max-width: 1200px) {
    .kozackiy.kitchen .content-wrap {
        padding:10rem 5rem 5rem
    }
}

@media (max-width: 1300px) {
    .kozackiy.kitchen .bg-wrap img {
        height:100%
    }
}

.kozackiy.banket {
    position: relative
}

.kozackiy.banket .main-title {
    font-size: 2.8rem
}

@media (max-width: 1500px) {
    .kozackiy.banket .main-title {
        font-size:2.5rem
    }
}

@media (max-width: 1500px) {
    .kozackiy.banket .main-title:after,.kozackiy.banket .main-title:before {
        display:none
    }
}

@media (max-width: 1200px) {
    .kozackiy.banket .main-title:after,.kozackiy.banket .main-title:before {
        display:none
    }
}

@media (max-width: 575px) {
    .kozackiy.banket .main-title {
        font-size:2.6rem
    }
}

.kozackiy.banket .content-wrap {
    padding: 5rem 5rem 5rem;
    background: 0 0
}

@media (max-width: 1600px) {
    .kozackiy.banket .content-wrap {
        padding:5rem 5rem 8rem
    }
}

@media (max-width: 1500px) {
    .kozackiy.banket .content-wrap {
        padding:2rem 2.5rem 10rem
    }
}

@media (max-width: 1200px) {
    .kozackiy.banket .content-wrap {
        padding:5rem 2.5rem 10rem
    }
}

.kozackiy.banket .prevelegies-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (max-width: 575px) {
    .kozackiy.banket .prevelegies-list {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.kozackiy.banket .prevelegies-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-top: 7rem
}

@media (max-width: 1400px) {
    .kozackiy.banket .prevelegies-list li {
        margin-top:4rem
    }
}

@media (max-width: 575px) {
    .kozackiy.banket .prevelegies-list li {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.kozackiy.banket .prevelegies-list li .img-wrap {
    width: 78px;
    height: 78px;
    line-height: 78px;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%
}

.kozackiy.banket .prevelegies-list li .img-wrap img {
    display: inline-block
}

.kozackiy.banket .prevelegies-list li p {
    font-family: fmc;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center
}

.rotate-cards {
    padding: 5rem 0 10rem
}

@media (max-width: 767px) {
    .rotate-cards {
        padding:5rem 0
    }
}

@media (max-width: 575px) {
    .rotate-cards .main-title {
        font-size:2.6rem
    }
}

.rotate-cards .card-container {
    cursor: pointer;
    height: 25.7rem;
    -webkit-perspective: 800;
    perspective: 800;
    position: relative;
    width: 27.9rem;
    margin: 2.5rem auto 0
}

.rotate-cards .card-container .card {
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 100%;
    border: none;
    outline: 0
}

@media (max-width: 991px) {
    .rotate-cards .card-container .card {
        -webkit-transition:all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }
}

.rotate-cards .card-container .card:hover {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.rotate-cards .card-container .card.rotated {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.rotate-cards .card-container .card .side {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: url(../img/decor/card-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.rotate-cards .card-container .card .side .card-img {
    height: 7rem;
    width: 8rem;
    margin: 0 auto 2rem;
    text-align: center
}

.rotate-cards .card-container .card .side .card-img img {
    display: inline-block
}

.rotate-cards .card-container .card .side p {
    font-size: 1.6rem;
    font-family: fmc;
    text-transform: uppercase
}

.rotate-cards .card-container .card .back {
    background: url(../img/decor/card-bg-back.png);
    color: #0087cc;
    line-height: 150px;
    text-align: center;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: relative
}

.rotate-cards .card-container .card .back p {
    color: #fff
}

.rotate-cards .card-container .card .back.music:before {
    background: url(../img/c-4.png) no-repeat center center
}

.rotate-cards .card-container .card .back.big:before {
    background: url(../img/c-5.png) no-repeat center center
}

.rotate-cards .card-container .card .back.candy:before {
    background: url(../img/c-6.png) no-repeat center center
}

.rotate-cards .card-container .card .back:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/c-5.png) no-repeat center center
}

.free-date {
    background: url(../img/individual-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 5rem 0 0
}

@media (max-width: 1200px) {
    .free-date {
        padding-bottom:5rem
    }
}

.free-date .main-title {
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 3rem;
    background: 0 0
}

@media (max-width: 575px) {
    .free-date .main-title {
        font-size:2.6rem
    }
}

.free-date .main-title:after,.free-date .main-title:before {
    position: absolute;
    top: .5rem;
    margin: 0
}

.free-date .main-title:before {
    left: 23%
}

@media (max-width: 1200px) {
    .free-date .main-title:before {
        left:30%
    }
}

.free-date .main-title:after {
    right: 24%
}

@media (max-width: 1200px) {
    .free-date .main-title:after {
        right:32%
    }
}

.free-date:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../img/decor/i-d-l.png),url(../img/decor/i-d-r.png),url(../img/food/food-9.png),url(../img/decor/free-uz-r-b.png);
    background-repeat: no-repeat;
    background-position: 5% 10%,95% 10%,0 125%,95% 90%;
    background-size: auto auto,auto auto,auto auto,98px 93px
}

@media (max-width: 1500px) {
    .free-date:before {
        background-position:5% 10%,95% 10%,-3% 135%,95% 90%
    }
}

@media (max-width: 1200px) {
    .free-date:before {
        background-position:1% 5%,99% 5%,-1% 180%,99% 95%
    }
}

@media (max-width: 575px) {
    .free-date:before {
        background-position:1% 5%,99% 5%,-20% 145%,99% 95%
    }
}

.free-date__admin img {
    margin-top: -9.5rem;
    max-width: 100%
}

.free-date__form {
    margin-top: 7rem
}

.free-date__form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.free-date__form form .btn-decor {
    margin: 3rem auto 0
}

@media (max-width: 575px) {
    .free-date__form form .btn-decor {
        margin:2rem auto 0
    }
}

.free-date__form form .form-group {
    margin: 0 0 3rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%
}

@media (max-width: 575px) {
    .free-date__form form .form-group {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.free-date__form form .form-group input[type=submit] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.free-date__form form .form-group input[type=date],.free-date__form form .form-group input[type=text] {
    width: 100%;
    height: 5rem;
    -webkit-border-radius: 10rem;
    border-radius: 10rem;
    display: block;
    background: 0 0;
    border: 2px solid #d0d093;
    padding-left: 6.3rem;
    font-family: flc;
    font-size: 1.8rem;
    color: #fff;
    outline: 0
}

.free-date__form form .form-group input[type=date]::-webkit-input-placeholder,.free-date__form form .form-group input[type=text]::-webkit-input-placeholder {
    color: #fff
}

.free-date__form form .form-group input[type=date]::-moz-placeholder,.free-date__form form .form-group input[type=text]::-moz-placeholder {
    color: #fff
}

.free-date__form form .form-group input[type=date]:-ms-input-placeholder,.free-date__form form .form-group input[type=text]:-ms-input-placeholder {
    color: #fff
}

.free-date__form form .form-group input[type=date]::placeholder,.free-date__form form .form-group input[type=text]::placeholder {
    color: #fff
}

.free-date__form form .form-group input[name=phone] {
    background: url(../img/phone-i.png) no-repeat 15px center;
    padding-left: 6.8rem
}

.free-date__form form .form-group input[name=name] {
    background: url(../img/name-i.png) no-repeat 15px center
}

.free-date__form form .form-group input[name=date] {
    background: url(../img/date-i.png) no-repeat 18px center;
    padding-left: 6.7rem
}

.free-date__form form .form-group input[name=people] {
    background: url(../img/people-i.png) no-repeat 12px center
}

.video-sect {
    background: url(../img/v-bg.jpg) no-repeat;
    background-size: 100% 38%;
    background-position: bottom center;
    padding: 5rem 0 15rem;
    position: relative
}

.video-sect:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../img/decor/i-d-l.png),url(../img/decor/i-d-r.png),url(../img/decor/uz-blue-l.png),url(../img/decor/uz-blue-r.png);
    background-repeat: no-repeat;
    background-position: 5% 10%,95% 10%,5% 93%,95% 93%
}

.video-sect .main-title {
    text-align: center;
    font-size: 3rem
}

.video-sect .main-title:after,.video-sect .main-title:before {
    position: absolute;
    top: 4.5rem;
    margin: 0
}

.video-sect .main-title:before {
    left: 30%
}

@media (max-width: 1200px) {
    .video-sect .main-title:before {
        left:25%
    }
}

.video-sect .main-title:after {
    right: 32%
}

@media (max-width: 1200px) {
    .video-sect .main-title:after {
        right:27%
    }
}

.video-sect__text {
    font-size: 2.4rem;
    line-height: 1.2;
    font-family: flc;
    text-align: center;
    margin: 0 0 5rem 0
}

.video-sect__carousel {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)
}

@media (max-width: 1370px) {
    .video-sect__carousel {
        width:90%;
        margin: 0 auto
    }
}

.video-sect__carousel li {
    text-align: center
}

.video-sect__carousel li a {
    position: relative;
    height: 100%;
    display: block;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    margin: 0 auto
}

.video-sect__carousel li a:before {
    content: "";
    background: url(../img/video-play.png) no-repeat center center,rgba(0,0,0,.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 3rem;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s cubic-bezier(.175,.885,.32,1.275);
    transition: .4s cubic-bezier(.175,.885,.32,1.275);
    z-index: 100
}

.video-sect__carousel li a:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.video-sect__carousel li a img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%
}

.video-sect__carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.video-sect__carousel .owl-nav .owl-next,.video-sect__carousel .owl-nav .owl-prev {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 4rem;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%)
}

.video-sect__carousel .owl-nav .owl-next .fa,.video-sect__carousel .owl-nav .owl-prev .fa {
    color: #d0d093
}

.video-sect__carousel .owl-nav .owl-next .fa:hover,.video-sect__carousel .owl-nav .owl-prev .fa:hover {
    color: #566f85
}

.video-sect__carousel .owl-nav .owl-prev {
    left: -20%
}

@media (max-width: 1600px) {
    .video-sect__carousel .owl-nav .owl-prev {
        left:-10%
    }
}

@media (max-width: 1220px) {
    .video-sect__carousel .owl-nav .owl-prev {
        left:-8%
    }
}

.video-sect__carousel .owl-nav .owl-next {
    right: -20%
}

@media (max-width: 1600px) {
    .video-sect__carousel .owl-nav .owl-next {
        right:-10%
    }
}

@media (max-width: 1220px) {
    .video-sect__carousel .owl-nav .owl-next {
        right:-8%
    }
}

.video-sect__carousel .owl-dots {
    width: 100%;
    text-align: center;
    z-index: 1;
    position: absolute;
    bottom: -8rem
}

.video-sect__carousel .owl-dots .owl-dot {
    height: 1.5rem;
    width: 1.5rem;
    background: #d0d093;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.video-sect__carousel .owl-dots .owl-dot:first-child {
    margin-left: 0
}

.video-sect__carousel .owl-dots .owl-dot.active {
    background: #566f85
}

.testimonials {
    padding: 5rem 0 11rem
}

@media (min-width: 1200px) {
    .testimonials .container {
        max-width:1350px
    }
}

.testimonials__carousel {
    padding: 0;
    margin: 5rem 0 0;
    list-style: none
}

@media (max-width: 575px) {
    .testimonials__carousel {
        margin-top:2rem
    }
}

.testimonials__carousel .owl-dots {
    width: 100%;
    text-align: center;
    z-index: 1;
    position: absolute;
    bottom: -6rem
}

.testimonials__carousel .owl-dots .owl-dot {
    height: 1.5rem;
    width: 1.5rem;
    background: #d0d093;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.testimonials__carousel .owl-dots .owl-dot:first-child {
    margin-left: 0
}

.testimonials__carousel .owl-dots .owl-dot.active {
    background: #566f85
}

.testimonials__carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.testimonials__carousel .owl-nav .owl-next,.testimonials__carousel .owl-nav .owl-prev {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 4rem;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%)
}

.testimonials__carousel .owl-nav .owl-next .fa,.testimonials__carousel .owl-nav .owl-prev .fa {
    color: #d0d093
}

.testimonials__carousel .owl-nav .owl-next .fa:hover,.testimonials__carousel .owl-nav .owl-prev .fa:hover {
    color: #566f85
}

.testimonials__carousel .owl-nav .owl-prev {
    left: -2rem
}

@media (max-width: 1370px) {
    .testimonials__carousel .owl-nav .owl-prev {
        left:-1rem
    }
}

@media (max-width: 575px) {
    .testimonials__carousel .owl-nav .owl-prev {
        left:0
    }
}

.testimonials__carousel .owl-nav .owl-next {
    right: -2rem
}

@media (max-width: 1370px) {
    .testimonials__carousel .owl-nav .owl-next {
        right:-1rem
    }
}

@media (max-width: 575px) {
    .testimonials__carousel .owl-nav .owl-next {
        right:0
    }
}

.testimonials__carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.testimonials__carousel .owl-stage .owl-item.center li .main-title {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s
}

.testimonials__carousel .owl-stage .owl-item.center li .avatar-wrap img {
    width: 15rem;
    height: 15rem
}

.testimonials__carousel .owl-stage .owl-item.center li .avatar-wrap:before {
    opacity: 1
}

.testimonials__carousel .owl-stage .owl-item.center li span {
    opacity: 1;
    -webkit-transition: opacity 2s,-webkit-transform 1s;
    transition: opacity 2s,-webkit-transform 1s;
    transition: transform 1s,opacity 2s;
    transition: transform 1s,opacity 2s,-webkit-transform 1s
}

.testimonials__carousel .owl-stage .owl-item.center li p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 2s,-webkit-transform 1s;
    transition: opacity 2s,-webkit-transform 1s;
    transition: transform 1s,opacity 2s;
    transition: transform 1s,opacity 2s,-webkit-transform 1s
}

.testimonials__carousel .owl-stage .owl-item.center li .view-original {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s
}

.testimonials__carousel .owl-stage .owl-item.center li .view-original img {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s
}

.testimonials__carousel .owl-stage .owl-item.center li .view-original a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s;
    transition: 1s
}

.testimonials__carousel li {
    text-align: center;
    padding: 0 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

@media (max-width: 1440px) {
    .testimonials__carousel li {
        padding:0 2rem
    }
}

@media (max-width: 575px) {
    .testimonials__carousel li {
        padding:0 1rem
    }
}

.testimonials__carousel li .main-title {
    background: 0 0;
    padding: 0;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s
}

@media (max-width: 575px) {
    .testimonials__carousel li .main-title {
        margin:0
    }
}

.testimonials__carousel li .main-title:after,.testimonials__carousel li .main-title:before {
    content: "";
    display: inline-block;
    background: url(../img/decor/title-bg-before.png) no-repeat;
    width: 52px;
    height: 15px;
    margin: 0 1.5rem;
    line-height: 1.5
}

@media (max-width: 575px) {
    .testimonials__carousel li .main-title:after,.testimonials__carousel li .main-title:before {
        display:none;
        margin: 0
    }
}

.testimonials__carousel li .avatar-wrap {
    width: 23rem;
    height: 22rem;
    overflow: hidden;
    margin: 0 auto 2rem;
    position: relative;
    line-height: 22rem;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.testimonials__carousel li .avatar-wrap:before {
    content: "";
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../img/decor/t-bg.png) center center;
    background-size: 23.9rem 21.8rem;
    -webkit-transition: 1s;
    transition: 1s
}

.testimonials__carousel li .avatar-wrap img {
    max-width: 100%;
    width: 10rem;
    height: 10rem;
    display: inline-block;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.testimonials__carousel li span {
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-family: flc;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem)
}

.testimonials__carousel li p {
    font-size: 1.8rem;
    font-family: flc;
    margin-bottom: 3rem;
    opacity: 0;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: opacity 2s,-webkit-transform 1s;
    transition: opacity 2s,-webkit-transform 1s;
    transition: transform 1s,opacity 2s;
    transition: transform 1s,opacity 2s,-webkit-transform 1s
}

.testimonials__carousel li .view-original {
    text-align: center;
    margin-top: auto;
    opacity: 0
}

.testimonials__carousel li .view-original .list-logo-link {
    display: block;
    border: none
}

.testimonials__carousel li .view-original img {
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s
}

.testimonials__carousel li .view-original a {
    display: inline-block;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: fmc;
    color: #607c94;
    text-decoration: none;
    border-bottom: 1px solid;
    opacity: 0;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: opacity 2s,-webkit-transform 1s;
    transition: opacity 2s,-webkit-transform 1s;
    transition: transform 1s,opacity 2s;
    transition: transform 1s,opacity 2s,-webkit-transform 1s
}

.map {
    height: 68rem;
    position: relative
}

@media screen and (max-width: 1200px) {
    .map {
        height:auto
    }
}

.map #map {
    height: 100%
}

@media screen and (max-width: 1200px) {
    .map #map {
        position:relative;
        height: 20rem
    }
}

.map .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
    pointer-events: none
}

@media screen and (max-width: 1200px) {
    .map .container {
        position:relative
    }
}

.map__info {
    padding: 4rem 1rem;
    list-style: none;
    margin: 0;
    background: url(../img/map-bg.png) no-repeat center;
    width: 40.5rem;
    height: 55.5rem;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
    font-family: ll;
    font-size: 1.4rem;
    pointer-events: auto
}

@media screen and (max-width: 1200px) {
    .map__info {
        padding:0;
        margin: 0 auto
    }
}

@media screen and (max-width: 430px) {
    .map__info {
        width:100%;
        background-size: 100% 100%;
        padding: 4rem 2.5rem
    }
}

.map__info .main-title {
    font-size: 2.8rem;
    margin-bottom: 1rem
}

.map__info p {
    text-align: center;
    font-size: 2rem;
    font-family: flc;
    line-height: 1.1
}

.map__info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.map__info li {
    padding-top: 5rem;
    font-size: 2rem;
    font-family: flc;
    line-height: 1.2;
    position: relative
}

.map__info li:not(:last-child) {
    padding-left: 0;
    position: relative
}

.map__info li:not(:last-child):before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2.5rem;
    content: "\f00e";
    position: absolute;
    left: 50%;
    top: 12%;
    color: #d0d093;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.map__info li:first-child:before {
    content: "\f041"
}

.map__info li:nth-child(2) a {
    display: block
}

.map__info li:nth-child(2):before {
    content: "\f095";
    font-size: 2rem
}

.map__info li:last-child:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0e0";
    font-size: 2rem;
    color: #d0d093;
    top: 25%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.map__info label {
    text-transform: uppercase;
    margin-bottom: 0
}

.map__info a {
    color: inherit
}

.map__info .main-btn {
    width: 100%;
    font-size: 1.4rem
}

@media screen and (max-width: 767px) {
    .footer {
        padding:1rem
    }
}

.footer p {
    height: 6rem;
    line-height: 6rem;
    margin: 0;
    font-family: flc;
    font-size: 1.8rem;
    color: #a0a0a0
}

@media screen and (max-width: 1200px) {
    .footer p {
        text-align:center
    }
}

@media screen and (max-width: 767px) {
    .footer p {
        height:100%;
        margin-bottom: 0
    }
}

@media screen and (max-width: 413px) {
    .footer p {
        font-size:1.6rem
    }
}

.footer p img {
    max-width: 100%
}

@media screen and (max-width: 767px) {
    .footer p.lft span {
        display:block
    }
}

.footer p.rght {
    margin-left: auto;
    text-align: right
}

@media screen and (max-width: 1200px) {
    .footer p.rght {
        text-align:center
    }
}

.footer p.rght img {
    margin-left: 2rem
}

@media screen and (max-width: 413px) {
    .footer p.rght img {
        margin:0
    }
}

.footer p.rght a {
    color: inherit
}

@media screen and (max-width: 413px) {
    .footer p.rght a span {
        display:block
    }
}

@media screen and (max-width: 413px) {
    .footer p.rght a span.devby {
        line-height:1
    }
}

.delishes-slide {
	height: 100%
}

.delishes-slide img {
	object-fit: cover;
	height: 100%;
}

@media screen and (min-width: 991px) {
	.content-image .owl-item,
	.owl-stage-outer,
	.owl-stage {
		height: 100%;
	}
}

.intro-carousel .carousel-delishes li .content-text{
	padding: 8rem 10rem
}

.delishes-slide__desk {
	position: absolute;
	padding: 20px 20px;
	font-size: 18px;
	background: #f4f4f4;
	background: url(../img/individual-bg.jpg) no-repeat, #566f85;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	font-family: yr;
    /*color: #566f85;*/
    color: #f4f4f4;
    text-align: center;	
    line-height: 1.1;
}

@media screen and (max-width: 991px) {
	.delishes-slide__desk {
		bottom: 2.5rem;
	}
}

@media screen and (max-width: 768px) {
	.delishes-slide__desk {
		bottom: auto;
		left: auto;
		transform: none;
		position: relative;
		font-size: 	16px;
		padding-bottom: 45px;
		min-height: 101px;
	}
}