a, .btn, button {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@font-face {
    font-family: GOTHICI; /* Имя шрифта */
    src: url(/fonts/GOTHIC.TTF); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: GOTHICI; /* Имя шрифта */
    font-weight: 600;
    src: url(/fonts/GOTHICB.TTF); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: GOTHICI; /* Имя шрифта */
    font-weight: 400;
    font-style: italic;
    src: url(/fonts/GOTHICI.TTF); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: GOTHICI; /* Имя шрифта */
    font-weight: 600;
    font-style: italic;
    src: url(/fonts/GOTHICBI.TTF); /* Путь к файлу со шрифтом */
}

body { /*font-family: 'Open Sans', sans-serif;    font-family: 'Ubuntu', sans-serif;    font-family: 'Fira Sans', sans-serif;*/
    font-family: GOTHICI;
}

.main main {
    padding-bottom: 0
}

main {
    background-color: #D9D9D9;
    padding-bottom: 50px;
    overflow: hidden
}

footer {
    display: block;
    width: 100%;
    float: left;
    background: white
}
header .mbar {
    text-align: right;
    height: 100px;
    line-height: 100px;
    width: 100%;
}

header .mbar {
    text-align: right;
    height: 100px;
    line-height: 100px;
    width: 100%;
}

header .mbar a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding-left: 0.75rem;
}
header .mbar a:hover {
    text-decoration: underline;
    color: #bdafa6;
    color: #6e3d1e;
}

.header-logo {
    height: 100px;
    line-height: 100px;
    text-align: right;
    padding: 5px 0.75rem;
    display: block;
}

header #logo {
    border-bottom: 2px solid #fff;
}

header #logo > img {
    margin-right: 15px;
    max-width: none;
    max-height: none;
    height: 100px;
    line-height: 100px
}

footer #logo > img { /*max-width: none;*/
    margin-right: 15px;
    max-width: 65%;
    max-height: 120px;
}

footer .lbar a {
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 2
}

header .lbar a {
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    background-color: black;
    text-align: center
}

footer .lbar a {
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    background-color: black;
    text-align: center
}

footer .col .lbar a {
    color: #fff;
}

footer .lbar .scl {
    width: 100%;
    float: left;
    position: relative
}

footer .lbar .scl a {
    float: left;
    width: 40px;
    height: 36px;
    line-height: 36px;
}

header .lbar .scl a {
    float: left;
    width: 40px;
    height: 36px;
    line-height: 36px;
}

header .lbar .scl a {
    float: left;
    width: 40px;
    height: 36px;
    line-height: 36px;
}

footer .lbar .fa {
    height: auto
}

header .lbar .fa {
    height: auto
}

header .lbar {
    /*height: 100px;*/
    /*line-height: 100px;*/
}

footer { /*padding: 20px 40px 0 40px; margin-top: -76px;*/
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%
}

footer .col {
    float: right;
    text-align: right;
    font-size: 16px;
}

footer .col .btn {
    color: #6e3d1e;
    background: #fff;
}

footer .col .btn:hover {
    color: #6e3d1e;
    background: #e2cdbf;
}

footer .col a {
    color: #000;
    font-weight: 600;
    font-size: 14px
}

/*footer .col a:hover {text-decoration: underline}*/
.always-visible.ps-container > .ps-scrollbar-x-rail, .always-visible.ps-container > .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.sert-slider img {
    max-height: calc(100vh - 300px);
    margin: auto;
    display: block
}

.photoalbum p {
    text-align: center;
    color: #964B00;
    text-decoration: underline;
}

.banquet .col {
    background: #eee;
    border: 2px solid #ccc;
    padding: 10vh 20px 5vh;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    position: relative;
}

.banquet .col::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .3);
}

.banquet .col p, .banquet .col h3 {
    text-align: center;
    color: #fff;
    position: relative
}

.banquet .col img {
    max-width: 60%;
    display: block;
    margin: auto;
    position: relative;
}

.banquets h2 {
    text-align: center
}

.banquet-type img {
    display: block
}

.banquet-type {
    margin-bottom: 20px
}

#callback {
    width: 450px;
}

#callback .c-popup__header {
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 0px;
}

.footer-form .btn {
    margin-bottom: 10px;
    background: #6e3d1e;
    color: #fff;
}

.footer-form a {
    font-size: 14px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    text-decoration: underline
}

.footer-form {
    text-align: center;
    margin-bottom: 0px;
    overflow: hidden
}

.slick-slide[data-fancybox="group"] img {
    cursor: url(../img/zoomin1.cur), pointer;
}

.slick-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-slide img {
    cursor: url(../img/zoomin1.cur), pointer;
}

.news-art {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.news-art .s3 > img {
    margin: auto;
    display: block;
}

.news-art .s3 > img {
    margin: auto;
    display: block;
}

.news-art h2 {
    margin: 0;
    color: #6e3d1e;
    text-decoration: underline
}

.news-art p {
    margin: 0;
}

.news-art .btn {
    background: #6e3d1e;
    color: #fff;
}

.news-art .col.s6 {
    margin-top: 20px;
}

.news-art .art-date p {
    color: #ccc;
    margin-bottom: 10px;
    line-height: 36px;
    height: 36px;
}

.news-art .art-date {
    padding: 0;
}

.menu_slides {
}
.description{
    max-width: 70%;
    margin: 10px auto;
}
.art-content > .art-poster {
    max-height: calc(100vh - 340px);
    display: block;
    margin: 0 auto 20px;
    clear: both
}
.news_photoalbum{
    display: grid;
    padding: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 30px;
}
.news_photoalbum a img{
    width: 100%;
    max-height: unset;
    max-width: unset;
    border: unset;
}
.photoalbum {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.photoalbum img {
    margin: auto;
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 300px;
}
.photoalbum figure {
    margin: 0 0;
}
/*.delivery-selection{float: left; background-color: #6e3d1e; height: 230px; width: 240px; margin-left: 16px;}*//*.delivery-selection>a{color:white; text-align: center; font-size: 26px; font-family: sans-serif;}*/
.delivery-selection {
    float: left;
    margin-left: 30px;
    width: 240px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    background-color: #63442b;
    margin-bottom: 15px;
}

.delivery-selection > div::before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 4px solid #fff;
    content: ''
}

.delivery-selection > div {
    text-align: center;
    font-size: 20px;
    font-family: sans-serif;
    color: white;
    position: relative;
}

.delivery-selection-border {
    border: 1px solid white;
    padding-top: 100px;
    width: 250px;
    height: 250px;
}

.gallery img {
    display: block;
    margin: 10px auto;
}
.tel {
    font-weight: 600;
    font-size: 18px;
    text-align: right;
}
footer .tel {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
.deviz {
    font-weight: 600;
    font-size: 16px;
    text-align: left
}
.men {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.men .mbar {
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: center;
    width: 100%;
}
.men .mbar a {
    margin: 0 5px
}
.st .s3 > .s12 {
    position: relative;
    padding: 0;
}
.s3 > .s12 img {
    display: block;
    filter: grayscale(100%);
}
.s4 > .s12 img {
    display: block
}
.main .service .row > .col.s4 .ctitle {
    height: 105px;
    padding-bottom: 15px
}
.ctitle ~ strong img {
    display: block
}
.ctitle {
    text-align: center;
    padding: 10px;
    background-color: #EFEFEF;
    color: black;
    margin-bottom: 20px;
}
.st .s3 {
    margin: 20px 0
}
.st .s4.s12 {
    position: relative;
    padding: 0;
}
.s4 > .s12 img {
    display: block
}
.st .s4 {
    padding: 0 10px;
    margin: 20px 0
}
.st .container {
    padding-top: 15px;
    padding-bottom: 40px
}
.s9 h3 {
    margin: 0
}
.mrk {
    height: 61px;
    line-height: 61px;
    padding: 0;
    border-bottom: 1px solid #eee
}
.nws {
    padding: 0;
    border-right: 1px solid black
}
.mrk .s2 {
    height: 40px;
    line-height: 40px;
    margin: 10px 0;
    padding: 0;
}
.s12 .mrk .s2 {
    margin-left: -1.75rem;
}
.s2 p {
    margin: 0;
    background-color: black;
    color: white;
    padding: 0 5px
}
.col .s6 .eml {
    width: 100%;
    margin-top: 5px;
    padding: 0 60px
}

.col .s12 .btn {
    width: 100%;
    border: 1px solid #CCCCCC;
    color: black;
    background-color: white
}

.ard {
    padding-top: 40px;
    padding-bottom: 40px
}

footer .row .mbar { /*height: 40px;line-height: 40px;*/
}

.hli {
    font-size: 14px;
    background-color: black
}

.hli .col a {
    color: white
}

/*.bord:hover {border: 3px solid #999; box-sizing: border-box; margin-top: 15px }*/
.log {
    height: 90px;
    line-height: 90px;
}

footer a span {
    color: red
}

.flex-container {
    display: flex;
    height: 50px;
    color: #fff;
    flex-flow: column wrap;
    width: 100%
}

.flex-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.flex-item a:hover {
    text-decoration: underline
}

.news {
    position: relative
}

.row .news {
    padding-right: 0
}

.new {
    position: relative;
    display: block;
}

.new .new-name {
    padding: 20px 20px 20px 90px;
    width: 100%;
    border-bottom: 1px solid #eee
}

.new .new-name h3 {
    margin: 0;
    color: white;
    height: 1.5em;
    overflow: hidden
}

.new .new-date {
    position: absolute;
    left: -20px;
    margin-top: 15px;
    width: 100px;
    background: #4E4E4E;
    color: #fff;
    border: 2px solid white;
}

.new .new-date p {
    padding: 5px;
    margin: 0;
    text-align: center
}

.new .new-about {
    position: absolute;
    right: 0;
    padding-right: 40px;
    width: 20px;
    text-align: center
}

.new .new-about .new-arrow {
    height: 66px;
    line-height: 66px;
}

.news.col.s6:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 2px;
    height: 100%;
    background-color: white
}

.news .s6.mail {
    position: absolute;
    height: 100%;
    right: 1px;
    padding-right: 0
}

.mail a {
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.but1 {
    background: white;
    padding: 5px;
    color: black;
}

.but2 {
    padding-left: 5px;
    color: black;
}

main .container:not(:first-child) .header-nav {
    background: #8B0000;
    padding: 0 15px
}

main .container:not(:first-child) .header-nav li a {
    color: #fff;
}

main .page_content {
    background: white;
 padding: 15px 15px;
    overflow: hidden
}
.gallery-description {
    margin-bottom: 15px;
}
.page_content .gallery-img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.gallery-img a img {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
}
.list-description {
    margin-top: 15px;
}
.subscribe-form .input-field {
    padding: 0 50px;
}

.comment-form {
    /*padding: 0 32.5%;*/
    padding: 0 30%;
}

.comment-form .input-field .btn {
    background-color: #8B0000;
    width: 100%
}

.comment-form textarea {
    border: 1px solid #CCCCCC
}

.comment-form .select-wrapper input.select-dropdown {
    margin-bottom: 0
}

.comment-form-inner {
    background-color: white;
    padding-bottom: 30px
}

.comment-form .input-field {
    padding: 0 50px;
}

.comment-msg {
    padding-bottom: 25px
}

.news_category {
    padding: 0 0 20px 0
}

.news_category.row {
    margin-left: -20px;
    margin-right: -20px
}

.news_category .col {
    padding-left: 20px;
    padding-right: 20px
}

.news_category .news_item:nth-of-type(3n+1) {
    clear: left;
}

.news_category .news_item {
    margin-bottom: 20px
}

.news_category .news_item .news_item-img {
    overflow: hidden
}

.news_category .news_item .news_item-img img {
    max-height: none;
    min-height: 100%;
    min-width: 100%;
    display: block;
}

.news_category .news_item .news_item-date  {
    margin-top: 7px
}

.news_category .news_item .news_item-text {
    margin-top: 7px
}

.news_page {
    overflow: hidden;
    background-color: white
}

.news_page .news_page-title {
    background-color: #D9D9D9;
}

.page_content .news_page .news_page-title {
    background-color: white;
}
.page_content ul:not(.tabs) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5px 0 0 20px !important;
    margin: 0 0;
}
.page_content ul.tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page_content ul.tabs > li.tab {
    width: 100%;
}
.page_content ul li {
    list-style-type: circle !important;
}
.news_page .news_page-title .type-h3 {
    text-align: center;
}

.news_page .news_page-title .slid-h3 {
    min-width: 250px;
    display: inline-block;
    width: auto;
    padding: 0 10px
}

/*.news_page .news_page-img {max-width: 500px; float: left; padding-right: 20px}*/
.news_page .news_page-img {
    padding-top: 20px
}

.pol {
    margin: 10px 0;
}

.mrg p {
    color: white
}

.mrg h3 {
    color: white
}

.mrg {
    margin: auto;
}

.slid {
    padding-bottom: 75px;
    position: relative;
    /*padding-top: 100px*/
    padding-top: 50px
}

.slid h1.main-h1 {
    position: relative;
}

.slid .row {
    position: relative
}

.slid:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    content: '';
    background: url('../img/01.jpg');
    background-position: center center;
    background-position-y: -50%;
}

.slid-h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    width: 250px;
    border: 2px solid darkred;
    margin: 25px auto 25px;
    position: relative
}

.type-h3 {
    padding: 25px 0 25px;
}

.type-h3 h1 {
    margin-top: 0;
    margin-bottom: 0
}

.news-h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    width: 250px;
    margin: 25px auto 25px;
    color: white
}

.header-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
    height: 48px;
    padding: 0;
    margin: 0
}

.header-nav li {
    list-style-type: none;
    position: relative;
}

.header-nav ul li {
    transition: background-color .3s;
    float: left;
    padding: 0;
}

.header-nav a {
    color: black;
    padding: 0;
    transition: .2s
}

.header-nav .s6 {
    text-align: center;
}

.header-nav .s6 a {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.header-nav li > a {
    font-size: 16px;
    font-weight: 500
}

/*.header-nav li>a:hover {text-decoration: underline}*/
.slid > .container > .slick-slider {
    margin-bottom: 0
}

header .mbar .s4 i {
    text-align: center
}

.nav-slider {
    background: #eee;
    z-index: 3
}

.bord a {
    color: black;
    text-decoration: none;
}

.bord .logo {
    text-align: center;
    padding: 0 0.75rem;
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #EFEFEF;
    padding: 5px 0
}

.ard .s3 a {
    text-decoration: none;
}

.service {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px
}

.service:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    content: '';
    background: url('../img/02.jpg');
    background-position: center center;
}

.service .row {
    position: relative
}

.service .row .col.s4 {
}

.service .row .col.s4 img {
    display: block
}

.text-restaurant {
    padding: 20px 20px 0;
    margin: 0;
    background-color: white;
    min-height: 200px
}

.text-restaurant p {
    text-align: justify;
    margin: 0 0 20px;
}

.container .tabs .indicator {
    background-color: black
}

.container .tabs {
    padding: 0
}

.container .tabs > .tab > a {
    color: black
}

.container .tabs > .tab > a.active {
    color: black
}

header .container {
    width: 85%;
    overflow: hidden
}

main .container {
    width: 85%
}

footer .container {
    width: 85%
}

.news-container {
    padding-bottom: 60px;
    padding-top: 20px;
}

.ctitle h3 {
    margin: 0;
    line-height: 22px;
}

.ctitle p {
    margin: 0;
    line-height: 18px;
}

.projects .col.s3 {
    margin-bottom: 20px
}

.projects .col.s3 a {
    display: block
}

.projects .col.s3 a .ctitle {
    min-height: 101px
}

.projects .col.s3:nth-of-type(4n+1) {
    clear: left
}

.projects .col.s3 .logo {
    background: #efefef;
}

.projects .col.s3 img {
    display: block
}

.projects .col.s3 .logo > img {
    display: inline-block
}

.card .col.s12 {
    background: #fff;
    padding: 0;
}

.card-title {
    padding: 10px;
    background: #fff;
}

.card-title h3 {
    margin: 0;
    text-align: center;
    font-size: 16px;
}

.card-title p {
    margin: 0;
    text-align: center;
    font-size: 14px;
}

.content {
    padding: 10px;
    background: #fff;
}

.logo {
    height: 50px;
    line-height: 40px;
    text-align: right;
    padding: 5px 0.75rem;
    display: block
}

.slick-slider .slick-arrow::before {
    color: white;
    font-family: 'FontAwesome';
}

.slick-next::before {
    content: "\f054"
}

.slick-prev::before {
    content: "\f053"
}

.about-company {
    min-height: 350px;
    background-color: white
}

.bonus-programm h3 {
    font-size: 20px;
    text-align: center;
}

.bonus-programm .move-h3 {
    font-size: 18px;
    font-weight: 400;
    padding: 40px 0
}

.bonus-programm .move-p {
    font-size: 18px;
    font-weight: 400;
}

.bonus-panel {
    text-align: center;
    padding: 40px 10px;
    background-color: #EEEEEE;
    color: black;
}

.bonus-panel h3, p {
    margin: 0
}

.row > .logo-menu {
    vertical-align: middle;
    filter: grayscale(100%);
    margin: 20px 0;
    width: 20%
}

.logo-menu:nth-of-type(5n+1) {
    clear: left;
}

.logo-menu a {
    display: flex;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.logo-menu a img {
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    margin: auto;
}

.info-bonus {
    background: white;
    padding: 1px 15px;
    overflow: hidden;
    margin-top: 40px;
}

.info-bonus p {
    margin-bottom: 15px
}

.info-bonus span {
    font-weight: 600
}

.news_page-center-img {
    display: block;
}

.col.news_page-date {
    padding-top: 20px;
    padding-bottom: 20px;
}

.news_page-text p {
    padding: 20px 0 0
}

.main-logo {
    height: 100px;
    line-height: 100px;
    text-align: right;
    padding: 5px 0.75rem;
    display: block;
}

.about_header {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.statistics {
}

.statistics span {
    color: red;
    font-size: 28px;
    margin: 0;
    margin-right: 10px;

}

.statistics p {
    color: black;
    font-size: 16px;
    padding-bottom: 25px
}

#who-are-we {
    padding: 20px
}

/*------this is hell------*/
.history-page {
    padding-bottom: 15px
}

.history-page {
}

.history-page .timeline {
}

.history-page .timeline .h_row {
    padding: 60px 40px 0 40px
}

.history-page .timeline .h_row > article:nth-of-type(2n+1) {
    clear: both
}

.history-page .timeline .h_row .h_left, .history-page .timeline .h_row .h_right, .history-page .timeline .h_row .h_center {
    position: relative;
    float: left;
    border-top: 10px solid #c1c1c1;
    border-bottom: 10px solid #c1c1c1;
    height: 400px;
    padding: 100px 0;
    margin-top: -10px;
}

.history-page .timeline .h_row .h_left, .history-page .timeline .h_row .h_right {
    padding-top: 125px;
}

.history-page .timeline .h_row .h_left {
    width: 40%;
    padding-left: 10px
}

.history-page .timeline .h_row .h_right {
    width: 40%;
    padding-right: 10px
}

.history-page .timeline .h_row .h_center {
    width: 20%;
    text-align: center;
    padding: 100px 10px;
}

.history-page .timeline .h_row .h_date {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: -55px;
    width: 100px;
    height: 135px;
    background: url("/media/history/date.png") center;
    background-size: cover;
    padding-top: 40px;
}

.history-page .timeline .h_row .h_date span {
    height: 40px;
    display: block;
    font-size: 20px;
    top: 20px;
    position: absolute;
    width: 100%;
}

.history-page .timeline .h_row .h_year {
    color: white;
    font-size: 28px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: -45px;
    width: 80px;
    height: 80px;
    background: #c1c1c1;
    border-radius: 50%
}

.history-page .timeline .h_row .h_img {
    width: 150px;
    float: left
}

.history-page .timeline .h_row .h_center .h_img {
    width: 200px;
    max-width: 100%
}

.history-page .timeline .h_row .h_img img {
    max-width: 100%
}

.history-page .timeline .h_row .h_left .h_img, .history-page .timeline .h_row .h_right .h_img {
    width: 40%;
    padding: 0 20px 0 0
}

.history-page .timeline .h_row .h_center .h_year {
    left: calc(50% - 40px);
}

.history-page .timeline .h_row .h_left .h_year {
    left: 20%
}

.history-page .timeline .h_row .h_right .h_year {
    right: 20%
}

.history-page .timeline .h_row .h_left .h_date {
    left: 50%
}

.history-page .timeline .h_row .h_right .h_date {
    right: 50%
}

.history-page .timeline .h_row > article:nth-of-type(4n+2) {
    border-right: 10px solid #c1c1c1;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
}

.history-page .timeline .h_row > article:nth-of-type(4n+3) {
    border-left: 10px solid #c1c1c1;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px
}

.history-page .timeline .h_row > article:nth-of-type(4n+1) {
    border-bottom: 10px solid transparent;;
    border-top: 10px solid transparent;
}

.history-page .timeline .h_row > article:nth-of-type(4n) {
    border-top: 10px solid transparent;;
    border-bottom: 10px solid transparent;
}

.history-page .timeline .h_row > article:nth-of-type(0) {
    border-top: 10px solid #c1c1c1;
}

.history-page .timeline .h_row > article:nth-of-type(1) {
    border-top: 10px solid #c1c1c1;
}

.history-page .timeline .h_row > article:last-of-type {
    border-bottom: 10px solid #c1c1c1;
}

/*.col.st2 { width: 20%; margin-left: auto; left: auto; right: auto; }*/
.page_content .banquets .s4 {
    padding-bottom: 20px;
}
.h_text {float: left;width: 60%;}

.banquets-p {
    clear: both;
    padding-bottom: 10px;
    text-align: justify
}

.page_content .banquets .s4 {
    padding-bottom: 20px;
}

.banquets-p {
    clear: both;
    padding-bottom: 10px;
    text-align: justify
}

.banquets-h3 {
    text-align: left;
}

.banquets h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0
}

.banquets .s4 img {
    display: block;
}

#work img {
    filter: grayscale(100%);
}

.delivery-h3 {
    color: black;
    text-align: center
}

#banquet-callback .btn {
    border: none;
    color: white;
    width: auto
}

#work img {
    filter: grayscale(100%);
}

.page_content a {
    color: black
}

.container .page_content ul {
    padding-left: 1rem;
}

.container .page_content ul > li {
    list-style-type: disc;
}

.page_content div ul {
    padding-left: 1rem;
}

.page_content div ul > li {
    list-style-type: disc;
}

/*----menu----*/
.menu_wrapper {
    margin: 10px 0 20px;
}

.menu_wrapper .menu_list:not(:first-of-type) {
    margin-top: 30px
}

.menu_wrapper .menu_list.menu_tab {
    margin-top: 10px
}

.menu_wrapper .menu_list {
    column-count: 3;
    column-gap: 50px
}

.menu_wrapper .menu_list h2.menu_title {
    margin: 0 0 15px;
    border-bottom: 2px solid black;
}

.menu_wrapper .menu_list h3.menu_title {
    margin: 15px 0 5px;
    border-bottom: 2px solid #D9D9D9;
}

.menu_wrapper .menu_list h2.menu_title:first-of-type {
    margin: 0 0 15px;
}

.menu_wrapper .menu_list h3.menu_title:first-of-type {
    margin: 0 0 5px;
}

.menu_wrapper .menu_list .item {
    margin: 5px 0;
    min-height: 4px;
    display: inline-block;
    vertical-align: top;
    width: 100%; /* опционально */
}

.menu_wrapper .menu_list .item .item_price {
    float: right;
    margin: 0 0 0 10px
}

.menu_wrapper .fix {
    display: inline-block;
    vertical-align: top;
    width: 100%; /* опционально */
}

.menu_wrapper .tabs > .tab > a {
    color: black;
    font-weight: bold
}

.loader {
    background: #000;
    background: radial-gradient(#222, #000);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.loader-inner {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap {
    animation: spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform-origin: 50% 100%;
    width: 100px;
}

.loader-line {
    border: 4px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-line-wrap:nth-child(1) {
    animation-delay: -50ms;
}

.loader-line-wrap:nth-child(2) {
    animation-delay: -100ms;
}

.loader-line-wrap:nth-child(3) {
    animation-delay: -150ms;
}

.loader-line-wrap:nth-child(4) {
    animation-delay: -200ms;
}

.loader-line-wrap:nth-child(5) {
    animation-delay: -250ms;
}

.loader-line-wrap:nth-child(1) .loader-line {
    border-color: hsl(0, 80%, 60%);
    height: 90px;
    width: 90px;
    top: 7px;
}

.loader-line-wrap:nth-child(2) .loader-line {
    border-color: hsl(60, 80%, 60%);
    height: 76px;
    width: 76px;
    top: 14px;
}

.loader-line-wrap:nth-child(3) .loader-line {
    border-color: hsl(120, 80%, 60%);
    height: 62px;
    width: 62px;
    top: 21px;
}

.loader-line-wrap:nth-child(4) .loader-line {
    border-color: hsl(180, 80%, 60%);
    height: 48px;
    width: 48px;
    top: 28px;
}

.loader-line-wrap:nth-child(5) .loader-line {
    border-color: hsl(240, 80%, 60%);
    height: 34px;
    width: 34px;
    top: 35px;
}
li.tab{text-transform: inherit !important;}

@keyframes spin {
    0%, 15% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hr img {
    display: block
}

.hurma-banquets .col.s6:nth-of-type(2n+1) {
    clear: left;
}

.who {
    padding: 1.5rem 0;
}

.whowe {
    text-align: left;
    padding: 20px;
    background-color: #EEEEEE;
    color: black;
    margin-bottom: 25px;
}

.modal-answer {
    text-align: center;
    font-size: 20px;
}

.modal .modal-content {
    line-height: 250px;
    height: 250px;
}

/*.container #reviews-answer {*/
/*top: 25%;*/
/*height: 250px;*/
/*}*/

#magazine-page .news_page-img {display: none}
#magazine-page .news_page-text {padding-top: 10px}
#magazine-page .news_page_last_news {display: none}
ul.tabs.tabs_noisy .tab a{padding: 0 15px !important;}

.photoalbum-fix img {
    margin: auto;
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 300px;
}

.banquet-container{
    padding: 20px 0;
}
.banquet-container > .banquet-container__img{
    padding-bottom: 15px;
}