:root {
    --site-color-1: #0053A5;
    --site-color-2: #EB625A;
}

html {
    scroll-behavior: unset;
}

body {
    font-family: "Montserrat", sans-serif;
}

p {
    font-size: 13px;
    line-height: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Newsreader", serif;
}

i {
    font-style: italic;
}

strong {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

.link {
    text-decoration: none;
    transition: 0.3s all;
}

.link_white {
    color: #fff;
}

.link_blue {
    color: var(--site-color-1);
}

.link_blue:hover {
    color: var(--site-color-2);
}

.btn {
    min-width: 116px;
    display: inline-block;
    font-family: "Newsreader", serif;
    text-align: center;
    text-decoration: none;
    border-radius: 47px;
    transition: 0.3s all;
}

.btn_color-1 {
    color: #fff;
    background: var(--site-color-2);
}

.btn_color-1:hover,
.btn_toggle_from.active {
    color: var(--site-color-1);
    background: #fff;
}

.text-white,
.headline__title.text-white {
    color: #fff;
}

.container {
    max-width: 1304px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.site-header {
    position: sticky;
    top: 0;
    padding-bottom: 4px;
    background: #fff;
    border-bottom: 1px solid var(--site-color-1);
    z-index: 3;
}

.site-header .container {
    max-width: 1382px;
    display: flex;
    justify-content: space-between;
}

.header-navigation {
    display: flex;
    align-items: center;
    grid-column-gap: 33px;
}

.header-navigation ul.menu {
    display: flex;
    grid-column-gap: 33px;
}

.header-navigation ul.menu a {
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    transition: 0.3s all;
}

.menu-item.menu-item-has-children:hover > a,
.header-navigation ul.menu a:hover {
    color: var(--site-color-2);
}

.menu-item.menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
    grid-column-gap: 7px;
}

.submenu-toggle {
    transition: 0.3s all;
}

.header-navigation ul.sub-menu li:not(:nth-last-child(1)) {
    margin-bottom: 5px;
}

.header_btn .btn {
    font-weight: 600;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
}

.header_btn .btn:hover {
    color: #fff;
    background: var(--site-color-1);
}

.anim_text:not(.load),
.list_info > li:not(.load) {
    opacity: 0;
}

.image-fade-right:not(.load) {
    opacity: 0;
    transform: translateX(100%);
}

.announcement_bar  {
    padding: 15px 0 12px;
    color: #0053A5;
    text-align: center;
    background: #F7DF70;
}

.site-header .container {
    position: relative;
}

.close_announcement_bar {
    position: absolute;
    top: 3px;
    right: 15px;
}

.announcement_bar a {
    color: #0053A5;
    text-decoration: none;
}

.announcement_bar .entry-content {
    width: 100%;
    padding: 0 40px;
}

.announcement_bar .entry-content p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
}

.announcement_bar .entry-content p a {
    font-weight: 500;
}

.banner {
    padding: 85px 0 0;
}

.banner__title {
    font-size: 36px;
    line-height: 43px;
    color: var(--site-color-1);
}

.banner__title span {
    font-style: italic;
    color: var(--site-color-2);
}

.banner__description {
    max-width: 335px;
    font-size: 13px;
    line-height: 18px;
}

.headline__description {
    font-weight: 500;
    color: var(--site-color-1);
}

.headline__description.text-white {
    color: #fff;
}

.headline__description.hidden {
    margin-top: 15px;
}

.headline__sub_title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}

.headline__title {
    font-size: 36px;
    line-height: 36px;
}

.headline__title,
.lunch_menu__info_card__title {
    color: var(--site-color-1);
}

.headline__title span,
.lunch_menu__info_card__title span {
    font-style: italic;
    color: var(--site-color-2);
}

.section_image_parallax .image_parallax {
    border-radius: 16px;
    overflow: hidden;
}
.image_parallax {
    font-size: 0;
}

.image_parallax img {
    object-fit: contain;
    object-position: 50% 50%;
}

.section_image_parallax[data-order="6"] .image_parallax {
    position: relative;
    padding-top: 40.2%;
}

.section_image_parallax[data-order="6"] .image_parallax img {
    position: absolute;
    top: 0;
    left: 0;
}

.s-our-mission {
    position: relative;
    overflow: hidden;
}

.s-our-mission .container {
    max-width: 1374px;
}

.list_info {
    padding-top: 24px;
}

.list_info > li {
    position: relative;
    display: flex;
}

.list_info > li:nth-last-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    right: -46px;
    width: 200vw;
    height: 100%;
    border-radius: 0 0 35px 0;
    background: var(--site-color-1);
    z-index: -1;
}

.list_info span {
    font: 400 40px "Newsreader", serif;
    line-height: 40px;
}

.list_info div ul {
    margin-top: 6px;
}

.list_info div ul li:not(:nth-last-child(1)) {
    margin-bottom: 4px;
}

.our-mission__img {
    position: relative;
}

.our-mission__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 35px;
}

.section_image_parallax {
    position: relative;
    padding: 46px 0 19px;
    z-index: 2;
}

.section_image_parallax .container {
    position: relative;
    max-width: 1344px;
}

.section_image_parallax .icon_star {
    position: absolute;
    top: 0;
    left: 19px;
    max-width: 182px;
    width: 18%;
    height: auto;
    transform: translate(-29%, -32%);
    z-index: 2;
}

.parallax-mirror-2 {
    border-radius: 35px;
}

.s-our-history {
    position: relative;
    padding: 0 0 35px;
}

.s-our-history .container {
    max-width: 1338px;
}

.s-our-history .headline__sub_title {
    color: var(--site-color-2);
}

.s-our-history--icon {
    position: absolute;
    top: 59.5%;
    left: 52.5%;
    max-width: 219px;
    width: 15.5%;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.s-our-history .headline__txt p {
    text-align: justify;
}
/*.svg-animate path {*/
/*    stroke-dasharray: 1360.45px;*/
/*    stroke-dashoffset: 1360.45px;*/
/*    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;*/
/*}*/

/*.svg-animate.active path {*/
/*    stroke-dashoffset: 0;*/
/*}*/

.our-history__img img {
    border-radius: 35px;
}

.hidden {
    display: none;
}

.toggle_hidden_txt {
    position: relative;
    margin-top: 14px;
    display: inline-block;
    font: 600 20px "Newsreader", serif;
    line-height: 20.8px;
    text-decoration: none;
    color: var(--site-color-1);
}

.toggle_hidden_txt.active .toggle_hidden_txt--label-hide,
.toggle_hidden_txt:not(.active) .toggle_hidden_txt--label-open {
    display: none;
}

.toggle_hidden_txt svg {
    position: relative;
    right: -6px;
    top: -1px;
    transform: rotate(180deg);
    transition: 0.3s all;
}

.toggle_hidden_txt.active svg {
    transform: none;
}

.s-our-staff {
    padding: 27px 0 33px;
}

.s-our-staff .container {
    max-width: 1370px;
}

.team_slider__wrap {
    position: relative;
    margin-top: 50px;
}

.card_team__img {
    position: relative;
    margin-bottom: 9px;
    padding-top: 103%;
    font-size: 0;
}

.card_team__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.card_team__txt {
    display: flex;
    flex-direction: column;
}

.card_team__txt p {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: var(--site-color-1);
}

.card_team__txt .card_team__title {
    margin-bottom: 5px;
    font-weight: 800;
}

.card_team__txt a {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: var(--site-color-1);
}

.team_slider_arrow {
    position: absolute;
    top: -48px;
    color: var(--site-color-2);
    border: 0;
    background: transparent;
    transform: translateY(-100%);
    cursor: pointer;
    z-index: 2;
}

.team_slider_arrow.swiper_nav_prev {
    left: -8px;
}

.team_slider_arrow.swiper_nav_next {
    right: 19px;
}

.team_slider_arrow path {
    transition: 0.3s all;
}

.team_slider_arrow:hover {
    color: var(--site-color-1);
}

.our-staff__img {
    margin-top: 44px;
    text-align: center;
}

.our-staff__img img {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.s-calendar .container {
    max-width: 1318px;
}

.calendar_block {
    position: relative;
}

.calendar_block__icon {
    max-width: 181px;
    width: 46.5%;
    position: absolute;
    top: 0;
    right: -12px;
    transform: translateY(-44%);
}

.calendar_slider__wrap{
    position: relative;
}

.card_calendar {
    padding: 19px 30px 32px 30px;
    border-radius: 25px;
    background: var(--site-color-2);
}

.card_calendar__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
}

.card_calendar__schedule--item-title {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.card_calendar__schedule--item-description {
    font-size: 13px;
    line-height: 13px;
}

.s-lunch-menu {
    position: relative;
    padding: 34px 0 7px;
    overflow: hidden;
}

.s-lunch-menu .container {
    max-width: 1336px;
}

.lunch_menu__days_wrap {
    position: relative;
}

.lunch_menu__days_wrap__nav {

}

.lunch_menu__days_arrow,
.calendar_slider_arrow {
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
}

.lunch_menu__days_arrow path,
.calendar_slider_arrow path {
    transition: 0.3s all;
}

.lunch_menu__days_arrow:hover path,
.calendar_slider_arrow:hover path {
    stroke: var(--site-color-1);
}


.lunch_menu__days_card {
    padding: 35px 23px 34px;
    border-radius: 25px;
    background: var(--site-color-2);
}

.lunch_menu__info_card--txt {
    display: flex;
    grid-column-gap: 20px;
    justify-content: space-between;
}

.lunch_menu__info_card__description {
    font-weight: 500;
    font-family: "Newsreader", serif;
    color: var(--site-color-1);
}

.lunch_menu__info_card--img {
    position: relative;
}

.section_image_parallax[data-order="6"] {
    padding-top: 57px;
    background: var(--site-color-1);
}

.s-employment {
    padding: 11px 0 72px;
    color: #fff;
    background: var(--site-color-1);
}


.s-employment .headline__description {
    font-size: 14px;
    font-weight: 600;
}

.form_wrap,
.form_wrap .gform_wrapper.gravity-theme .gform_validation_errors,
.contact_form_wrap .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}
/*.form_wrap .gform_wrapper.gravity-theme .gfield_validation_message,*/
/*.form_wrap .gform_wrapper.gravity-theme .validation_message*/
/*.contact_form_wrap .gform_wrapper.gravity-theme .validation_message*/
.form_wrap .gform_wrapper.gravity-theme .gfield_validation_message,
.contact_form_wrap .gform_wrapper.gravity-theme .gfield_validation_message {
    padding: 0;
    color: #EB625A;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    background: transparent;
}

.form_wrap .gform_wrapper.gravity-theme .gfield.gfield--input-type-address.gfield_error .gfield_validation_message {
    margin-top: -22px;
}

.contact_form_wrap .gform_wrapper.gravity-theme .gfield_validation_message {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
}

.form_wrap h4 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.form_wrap .gform_wrapper.gravity-theme .gfield {
    position: relative;
}

.form_wrap .gform_wrapper.gravity-theme .gfield input,
.form_wrap .gform_wrapper.gravity-theme .gfield select {
    width: 100%;
    padding: 0 0 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
}

.form_wrap .gform_wrapper.gravity-theme .gfield select option {
    color: var(--site-color-1);
}

.gform_wrapper.gravity-theme .ginput_container_date {
    padding-top: 18px;
}

.form_wrap .gform_wrapper.gravity-theme .gfield input:focus,
.form_wrap .gform_wrapper.gravity-theme .gfield select:focus,
.contact_form_wrap .gform_wrapper.gravity-theme .gfield input:focus,
.contact_form_wrap .gform_wrapper.gravity-theme .gfield select:focus {
    outline: none;
}

.form_wrap .gform_wrapper.gravity-theme .gfield select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border-radius: 0;
    color: rgba(255, 255, 255, 0.75);
}

.form_wrap .gform_wrapper.gravity-theme .gfield select.active {
    color: #fff;
}

.form_wrap .gform_wrapper.gravity-theme .gf_placeholder,
.form_wrap .gform_wrapper.gravity-theme .gfield select::placeholder,
.form_wrap .gform_wrapper.gravity-theme .gfield input::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.ginput_container_select {
    position: relative;
}

.ginput_container_select::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 11px;
    background: url("../images/select-arrow.svg") center no-repeat;
    background-size: contain;
    z-index: 2;
}

.form_space {
    width: 100%;
    height: 14px;
}

.form_wrap .gfield--type-fileupload {
    position: relative;
    height: max-content;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    grid-column-gap: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
}

.form_wrap .gform_wrapper.gravity-theme .gfield.gfield--type-fileupload .gfield_validation_message {
    position: absolute;
    left: 0;
    bottom: -23px;
}

.form_wrap .gform_wrapper.gravity-theme .gfield--type-fileupload label {
    margin: 14px 0 0;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
}

.form_wrap .gform_wrapper.gravity-theme .gfield.gfield--type-fileupload input[type=file] {
    width: 100%;
    padding: 0;
    border: 0;
    direction: rtl;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
}

.form_wrap .gform_wrapper.gravity-theme .gfield input[type=file]::-webkit-file-upload-button {
    min-width: 150px;
    display: inline-block;
    padding: 9px 10px;
    font-size: 20px;
    font-family: "Newsreader", serif;
    text-align: center;
    text-decoration: none;
    color: var(--site-color-1);
    border: 0;
    border-radius: 47px;
    background: #fff;
    transition: 0.3s all;
}

.form_wrap .gform_wrapper.gravity-theme .gform_fileupload_rules {
    position: absolute;
    right: 0;
    bottom: -31px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: right;
    color: rgba(255, 255, 255, 0.75);
}

.form_wrap .gform_wrapper.gravity-theme .gform_footer input,
.contact_form_wrap .gform_wrapper.gravity-theme .gform_footer input {
    width: 100%;
    padding: 16px 20px 9px;
    font-family: "Newsreader", serif;
    color: #fff;
    border-radius: 35px;
    border: 0;
    background: var(--site-color-2);
    cursor: pointer;
    transition: 0.3s all;
}

.form_wrap .gform_wrapper.gravity-theme .gform_footer input {
    max-width: 310px;
}

.contact_form_wrap .gform_wrapper.gravity-theme .gform_footer input {
    max-width: 167px;
    border: 1px solid var(--site-color-2);
}

.form_wrap .gform_wrapper.gravity-theme .gform_footer input:hover,
.contact_form_wrap .gform_wrapper.gravity-theme .gform_footer input:hover {
    color: var(--site-color-1);
    background: #fff;
}

.form_spacer {
    width: 100%;
    height: 3px;
}

.form_spacer-2 {
    width: 100%;
    height: 0;
}

.s-contact {
    position: relative;
    padding: 39px 0 53px;
    overflow: hidden;
}

.s-contact .container {
    max-width: 1354px;
}

.contact_form_wrap {
    position: relative;
    min-height: 274px;
    padding: 18px 24px 15px;
    border-radius: 35px;
    background: var(--site-color-1);
}

.contact_form_wrap .gform_wrapper {
    position: relative;
    z-index: 2;
}

.gform_confirmation_message {
    font-family: "Newsreader", serif;
    font-size: 32px;
    line-height: 32px;
}

.form_wrap .gform_confirmation_message {
    padding: 50px 0;
    text-align: center;
    color: var(--site-color-1);
}

.contact_form_wrap .gform_confirmation_message {
    text-align: center;
    color: #fff;
}

.contact_form_wrap__icon {
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact_form_wrap .gform_wrapper.gravity-theme .gfield {
    position: relative;
}

.contact_form_wrap .gform_wrapper.gravity-theme .gfield label {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-weight: 400;
    color: #fff;
    transition: 0.3s all;
}

.contact_form_wrap .gform_wrapper.gravity-theme .gfield.active label {
    font-size: 14px;
    transform: translateY(-12px);
}

.contact_form_wrap .gform_wrapper.gravity-theme .gfield.gfield_error label::before {
    content: "*";
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 14px;
    color: #eb8069;
}

#wrapper .gform_wrapper.gravity-theme .gfield_required {
    display: none;
}

.contact_form_wrap .gform_wrapper.gravity-theme .gfield input {
    padding: 9px 0 9px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
}

/*.gform_wrapper.gravity-theme .gfield.gfield_error input {*/
/*    border-color: #eb8069;*/
/*}*/

    /*
    Footer
     */
.footer_site {
    padding: 17px 0 15px;
    color: #fff;
    background: var(--site-color-2);
}

.footer_site .container {
    max-width: 1320px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer_site__logotype {
    max-width: 203px;
}

.footer_site__description h4,
.footer_site__description h5 {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.footer_site__description a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s all;
}

#copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-column-gap: 47px;
}

#copyright,
.footer_btn a {
    font-weight: 700;
}

.footer_site__description a {
    font-weight: 700;
}

.footer_site__description a,
.footer_btn a,
.footer_menu li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s all;
}


.footer_site__description a:hover,
.footer_btn a:hover,
.footer_menu li a:hover {
    opacity: 0.5;
}

.footer_btn {
    position: relative;
}

.page-wrap {
    padding: 59px 0 73px;
}

.page-wrap .header {
    max-width: 1172px;
    margin: 0 auto 62px;
}

.entry-title {
    font-size: 32px;
    line-height: 32px;
}

.entry-title .word {
    display: block !important;
}

.entry-title {
    color: var(--site-color-1);
}

.entry-title .line:nth-child(2) .word {
    font-style: italic;
    color: var(--site-color-2);
}

.page-wrap .entry-content {
    max-width: 1014px;
    margin: 0 auto;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    font-family: "Montserrat", sans-serif;
    color: var(--site-color-2);
}

.entry-content h3 {
    margin-bottom: 20px;
    color: var(--site-color-2);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.entry-content p + h3 {
    margin-top: 34px;
}

.entry-content p {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 16px;
    color: var(--site-color-1);
}
.entry-content p a,
.entry-content li a {
    font-weight: 700;
    color: var(--site-color-1);
    text-decoration: none;
}

.entry-content p a:hover,
.entry-content li a:hover {
    text-decoration: underline;
}

.page-404-wrap {
    position: relative;
    padding: 38px 0 90px;
    overflow: hidden;
}

.page-404-wrap .container {
    display: flex;
}

.page-404__caption {
    margin-bottom: 17px;
    font-size: 40px;
    line-height: 40px;
    color: var(--site-color-1);
}

.page-404--title {
    margin-bottom: -12px;
    font-size: 96px;
    line-height: 96px;
    color: var(--site-color-1);
}

.page-404__sub_title {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 36px;
    font-style: italic;
    color: var(--site-color-2);
}

.page-404-wrap .entry-content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
}

.page-404-wrap .btn_box {
    padding-top: 13px;
}

.image-404 {
    position: relative;
    padding-top: 56%;
    overflow: hidden;
}

.image-404 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 35px;
}

@media (min-width: 992px) {
    p {
        font-size: 20px;
        line-height: 21px;
    }

    .banner__title,
    .entry-title,
    .headline__title.large {
        font-size: 64px;
        line-height: 64px;
    }

    .headline__title {
        font-size: 48px;
        line-height: 48px;
    }

    .lunch_menu__days_card__title,
    .lunch_menu__info_card__title {
        font-size: 40px;
        line-height: 46px;
    }

    .card_calendar__title {
        margin-bottom: 7px;
        font-size: 36px;
        line-height: normal;
    }

    h4 {
        font-size: 32px;
        line-height: 28.8px;
    }

    h5 {
        font-size: 20px;
        line-height: 16px;
    }

    .form_wrap .gform_wrapper.gravity-theme .gform_footer input,
    .contact_form_wrap .gform_wrapper.gravity-theme .gform_footer input,
    .form_wrap h4 {
        font-size: 24px;
        line-height: 24px;
    }

    .btn,
    #copyright,
    .footer_btn a,
    .form_wrap .gform_wrapper.gravity-theme .gfield--type-fileupload label,
    .contact_form_wrap .gform_wrapper.gravity-theme .gfield input,
    .contact_form_wrap .gform_wrapper.gravity-theme .gfield label,
    .headline__sub_title,
    .card_calendar__schedule--item-title {
        font-size: 20px;
        line-height: 20.8px;
    }

    .header-navigation ul.menu a,
    .footer_site__description li {
        font-size: 15px;
        line-height: normal;
    }

    .card_calendar__schedule--item-description {
        font-size: 14px;
        line-height: 14px;
    }

    .entry-content h3 {
        margin-bottom: 33px;
        font-size: 20px;
        line-height: 20px;
    }

    .announcement_bar .entry-content p {
        font-size: 20px;
        line-height: 20px;
    }

    .entry-content p + h3 {
        margin-top: 26px;
    }

    .entry-content p {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 18px;
    }

    .page-404__caption {
        margin-bottom: 24px;
        font-size: 64px;
        line-height: 64px;
    }

    .page-404--title {
        margin-bottom: 7px;
        font-size: 128px;
        line-height: 128px;
    }

    .page-404__sub_title {
        margin-bottom: 24px;
        font-size: 64px;
        line-height: 64px;
    }

    .btn_close_mobile_menu,
    .mobile_info_toggle {
        display: none;
    }

    .headline__sub_title {
        margin-bottom: 21px;
    }

    .headline__description,
    .list_info p,
    .list_info div li {
        font-size: 14px;
        line-height: 18px;
    }

    .btn {
        padding: 11px 10px 10px;
    }

    .header-navigation {
        padding-right: 33px;
    }

    .header-navigation ul.menu a {
        color: var(--site-color-1);
    }

    .header-navigation ul.sub-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 124px;
        padding-top: 11px;
        background: #fff;
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    .menu-item.menu-item-has-children:hover ul.sub-menu  {
        opacity: 1;
        visibility: visible;
    }

    .submenu-toggle {
        color: var(--site-color-1);
        transition: 0.3s all;
    }

    .menu-item.menu-item-has-children:hover .submenu-toggle {
        color: var(--site-color-2);
        transform: rotate(180deg);
    }

    .header-navigation ul.menu ul.sub-menu a {
        width: 100%;
        display: inline-block;
        padding: 7px;
        font-size: 13px;
        line-height: 104%;
        text-align: center;
        white-space: nowrap;
    }

    .header-navigation ul.menu ul.sub-menu a:hover {
        color: #fff;
        background: var(--site-color-2);
    }


    .banner {
        padding: 87px 0 0;
    }

    .banner_row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 43px;
    }

    .banner__description {
        padding-bottom: 11px;
        text-align: right;
    }

    .image_parallax {
        /*min-height: 473px;*/
    }

    .section_image_parallax .image_parallax {
        border-radius: 35px;
    }

    .s-our-mission .row {
        display: flex;
        padding-bottom: 40px;
    }

    .s-our-mission .col:nth-child(1) {
        position: relative;
        width: 45.67%;
        padding: 39px 46px 0 29px;
        z-index: 1;
    }

    .s-our-mission .col:nth-child(1)::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100%;
        background: var(--site-color-2);
        border-radius: 0 0 35px 0;
        z-index: -1;
    }

    .list_info {
        padding-top: 37px;
    }

    .list_info > li {
        margin-bottom: 16px;
        padding: 0 27px 0 66px;
    }

    .list_info > li:nth-last-child(2),
    .list_info > li:nth-last-child(1) {
        margin: 0;
    }

    .list_info span {
        position: absolute;
        top: -4px;
        left: -5px;
        width: 48px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 16px;
        font-size: 40px;
        line-height: 48px;
    }

    .list_info > li p {
        padding-right: 18px;
    }

    .list_info > li div {
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
    }

    .list_info > li:nth-last-child(2) div,
    .list_info > li:nth-last-child(1) div {
        margin: 0;
        border: 0;
    }

    .list_info > li:nth-last-child(1) {
        padding-top: 33px;
        padding-bottom: 16px;
    }

    .list_info div li {
        display: flex;
        grid-column-gap: 8px;
    }

    .list_info div li strong {
        white-space: nowrap;
    }

    .s-our-mission .col:nth-child(2) {
        width: 54.5%;
        margin-right: 0;
        padding: 45px 0 36px 68px;
    }

    .section_image_parallax {
        padding: 53px 0 55px;
    }

    .our-mission__img {
        height: 100%;
    }

    .s-our-history {
        padding: 61px 0 69px;
    }

    .s-our-history .row {
        display: flex;
        justify-content: space-between;
    }

    .s-our-history .col:nth-child(1) {
        width: 56%;
    }

    .s-our-history .col:nth-child(2) {
        width: 42%;
        padding: 23px 8px 0 0;
        text-align: right;
    }

    .s-our-history .headline__sub_title {
        margin-bottom: 30px;
    }

    .s-our-history .headline__title {
        margin: 0 13px 13px 0;
    }

    .s-our-history .headline__txt {
        max-width: 415px;
        min-height: 490px;
        margin: 0 0 0 auto;
    }

    .toggle_hidden_txt {
        margin-top: 8px;
    }

    .s-our-staff {
        padding: 13px 0 60px;
    }

    .s-our-staff .headline {
        padding-left: 16px;
    }

    .team_slider__wrap {
        margin-top: 57px;
        padding: 0 74px;
    }

    .team_slider_arrow {
        top: 34%;
        transform: translateY(-50%);
    }

    .team_slider:not(.swiper-initialized) .swiper-wrapper {
        display: flex;
        grid-column-gap: 41px;
    }

    .team_slider:not(.swiper-initialized) .swiper-slide {
        flex-shrink: unset;
    }

    .team_slider:not(.swiper-initialized) .swiper-slide:nth-child(5) ~ .swiper-slide {
        display: none;
    }

    .our-staff__img {
        margin-top: 124px;
    }

    .card_team__img {
        margin-bottom: 10px;
    }

    .s-calendar {
        padding: 94px 0 62px;
    }

    .s-calendar .row {
        display: flex;
        justify-content: space-between;
    }

    .s-calendar .col:nth-child(1) {
        width: 29.9%;
    }


    .calendar_block {
        padding: 53px 36px 51px;
        border-radius: 35px;
        background: var(--site-color-1);
    }

    .calendar_block__img {
        margin-top: 11px;
    }

    .s-calendar .col:nth-child(2) {
        width: 67.5%;
        padding-right: 34px;
    }

    .card_calendar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 24px 42px 27px 56px;
    }

    .card_calendar__schedule {
        display: flex;
        grid-column-gap: 33px;
    }

    li.card_calendar__schedule--item {
        min-width: 19%;
    }

    .calendar_slider_wrap__nav {
        position: absolute;
        top: 50%;
        right: 0;
        display: flex;
        flex-direction: column;
        grid-row-gap: 70px;
        transform: translate(168%, -50%);
    }

    .s-lunch-menu {
        padding: 60px 0;
    }

    .s-lunch-menu .headline {
        margin-bottom: 24px;
        padding-left: 12px;
    }

    .s-lunch-menu .row {
        display: flex;
        justify-content: space-between;
    }

    .s-lunch-menu .col:nth-child(1) {
        width: 51%;
    }

    .s-lunch-menu .col:nth-child(1) .lunch_menu__info_card--img {
        display: none;
    }

    .s-lunch-menu .col:nth-child(2) {
        width: 43.4%;
        padding-right: 9px;
    }

    .lunch_menu__days_wrap__nav {
        position: absolute;
        top: 50%;
        right: 0;
        display: flex;
        flex-direction: column;
        grid-row-gap: 70px;
        transform: translateY(-50%);
    }

    .lunch_menu__days {
        width: calc(100% - 84px);
        margin: 0 auto 0 0;
    }

    .lunch_menu__days_card {
        padding: 17px 30px 34px;
        border-radius: 35px;
    }

    .lunch_menu__days_card__description {
        max-width: 420px;
    }

    .lunch_menu__days_card__description p:not(:nth-last-child(1)) {
        margin-bottom: 16px;
    }

    .lunch_menu__info_card--img {
        margin: 4px 0 22px;
        padding-top: 94.2%;
    }


    .lunch_menu__info_card--img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 35px;
    }

    .lunch_menu__info_card--txt {
        padding-right: 17px;
    }

    .lunch_menu__info_card__title {
        text-align: right;
    }

    .lunch_menu__info_card__description {
        min-width: 140px;
        padding-top: 12px;
        line-height: 23px;
    }

    .section_image_parallax[data-order="6"] {
        padding: 104px 0 0;
    }

    .headline_row {
        display: flex;
        justify-content: space-between;
    }

    .headline_col:nth-child(1) {
        width: 48%;
    }

    .s-employment .headline_col:nth-child(1) {
        width: 68%;
    }

    .headline_col:nth-child(2) {
        width: 48%;
        text-align: right;
    }

    .s-employment .headline_col:nth-child(2) {
        width: 38%;
    }

    .s-employment {
        padding: 65px 0 86px;
    }

    .s-employment .headline_row {
        align-items: center;
    }

    .s-employment .headline__description {
        max-width: 342px;
        margin: 11px 0 0 auto;
        font-size: 20px;
        line-height: 25px;
    }

    .btn_toggle_from {
        min-width: 219px;
        margin-top: 23px;
    }

    .form_wrap {
        padding-bottom: 62px;
    }

    .form_wrap .gform_wrapper {
        margin-top: 37px;
    }

    .form_wrap .gform_confirmation_message {
        padding: 100px 0;
    }

    .form_wrap .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 6%;
        grid-row-gap: 19px;
    }

    .form_wrap h4 {
        margin-bottom: -3px;
    }

    .gfield ~ .gfield--type-html h4 {
        margin-top: 16px;
    }

    .form_wrap .gform_wrapper.gravity-theme .gfield input {
        padding-bottom: 7px;
        font-size: 20px;
    }

    .form_wrap .gform_wrapper.gravity-theme .gfield select {
        padding-bottom: 7px;
        font-size: 20px;
    }

    .form_wrap .gform_wrapper.gravity-theme .ginput_complex.ginput_container_address {
        grid-row-gap: 22px;
        grid-column-gap: 4.2%;
    }

    .form_wrap .gform_wrapper.gravity-theme .ginput_complex .address_line_2 {
        flex: 0 0 21.7%;
    }

    .form_wrap .gform_wrapper.gravity-theme .ginput_complex .address_city {
        flex: 0 0 22.2%;
    }

    .form_wrap .gform_wrapper.gravity-theme .ginput_complex .address_state {
        flex: 0 0 21%;
    }

    .form_wrap .gform_wrapper.gravity-theme .ginput_complex .address_zip {
        flex: 0 0 22.5%;
    }

    .form_wrap .gform_wrapper.gravity-theme #field_1_18 {
        grid-column: span 5;
    }

    .form_wrap .gform_wrapper.gravity-theme .gfield.gfield--type-fileupload {
        grid-column: span 7;
    }

    .form_wrap  .gform_wrapper.gravity-theme .gform_footer {
        padding-top: 59px;
    }

    .s-contact {
        padding: 98px 0 111px;
    }

    .s-contact .headline {
        padding-left: 21px;
    }

    .s-contact .row {
        display: flex;
        justify-content: space-between;
        padding-top: 21px;
    }

    .s-contact .col:nth-child(1) {
        width: 62.2%;
    }

    .s-contact .col:nth-child(2) {
        width: 35%;
        padding-right: 14px;
        text-align: right;
    }

    .contact_form_wrap {
        min-height: 420px;
        padding: 64px 64px 25px;
    }

    .gform_confirmation_message {
        font-size: 48px;
        line-height: 48px;
    }

    .contact_form_wrap .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 34px;
    }

    .contact_form_wrap .gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths {
        width: 85%;
    }

    .contact_form_wrap .gform_wrapper.gravity-theme .gfield.gfield--width-seven-twelfths {
        width: 79%;
        margin-left: auto;
    }

    .contact_form_wrap .gform_wrapper.gravity-theme .gform_footer {
        margin: 45px 0 0;
    }

    .contact_form_wrap__icon {
        max-width: 222px;
        width: 27%;
        transform: translateY(3%);
    }

    .contact--img {
        position: relative;
        height: 100%;
    }

    .contact--img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 35px;
    }

    .footer_site {
        padding: 25px 0 33px;
    }

    .footer_site__logotype {
        margin: 22px 0 0 -15px;
    }

    .footer_site__description {
        padding-top: 24px;
    }

    .footer_site__description h4,
    .footer_site__description h5 {
        margin-bottom: 21px;
    }

    .footer_site__description ul {
        margin-bottom: 28px;
    }

    .footer_site__description li:not(:nth-last-child(1)) {
        margin-bottom: 16px;
    }

    .footer_site__description li br {
        display: none;
    }

    .footer_menu {
        position: relative;
    }

    .footer_menu::before,
    .footer_btn::before {
        content: "";
        position: absolute;
        top: -2px;
        left: -40px;
        width: 3px;
        height: 22px;
        background: #fff;
    }

    .footer_bottom {
        padding-top: 21px;
    }

    #copyright {
        grid-column-gap: 68px;
        margin-left: -8px;
    }

    .page-wrap {
        padding: 127px 0 114px;
    }

    .page-404-wrap {
        padding: 61px 0 72px;
    }

    .page-404-wrap .container {
        align-items: center;
        justify-content: space-between;
    }

    .page-404-wrap .container .col:nth-child(1) {
        width: 48%;
        padding: 20px 0 0 5.2%;
    }

    .page-404-wrap .container .col:nth-child(2) {
        width: 48%;
    }

    .page-404-wrap__txt {
        max-width: 320px;
    }

    .image-404 {
        padding-top: 86%;
    }
}

@media (min-width: 992px) and (max-width: 1441px) {
    .s-our-mission .col:nth-child(2) {
        padding-right: 50px;
    }

    .calendar_slider {
        padding-right: 20px;
    }
    .calendar_slider_wrap__nav {
        transform: translate(45px, -50%);
    }
}

@media (max-width: 991px) {
    .s-our-staff .headline__title,
    .s-calendar .headline__title,
    .s-lunch-menu .headline__title,
    .lunch_menu__days_card__title {
        font-size: 32px;
        line-height: 23px;
    }

    .s-employment .headline__title,
    .s-contact .headline__title {
        margin-bottom: 17px;
        font-size: 32px;
        line-height: 32px;
    }

    .close_announcement_bar {
        top: 1px;
    }
    
    .site-header .container {
        align-items: center;
    }

    .header_logotype {
        max-width: 66px;
    }

    .mobile_info_toggle {
        position: relative;
        width: 24px;
        height: 18px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .mobile_info_toggle span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 1px;
        background: var(--site-color-1);
        transition: 0.5s all;
    }

    .mobile_info_toggle span:nth-child(1) {
        top: 0;
    }

    .mobile_info_toggle span:nth-child(2) {
        top: 8px;
    }

    .mobile_info_toggle span:nth-child(3) {
        top: calc(100% - 2px)
    }

    .mobile_info_toggle.active span:nth-child(1),
    .mobile_info_toggle.active span:nth-child(3) {
        opacity: 0;
    }

    .menu-item.menu-item-has-children:hover > a,
    .header-navigation ul.menu a:hover {
        color: var(--site-color-1);
    }

    body.active-menu {
        overflow: hidden;
    }

    .site-header .container::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(26, 26, 26, 0.52);
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

    body.active-menu .site-header .container::before {
        opacity: 1;
        visibility: visible;
        z-index: 2;
    }

    .header-navigation {
        position: fixed;
        top: 0;
        right: 0;
        width: 235px;
        height: 100%;
        flex-direction: column;
        align-items: flex-start;
        grid-row-gap: 37px;
        padding: 115px 34px 34px;
        background: var(--site-color-2);
        transform: translateX(100%);
        transition: 0.3s all;
        z-index: 4;
    }

    body.active-menu .header-navigation {
        transform: none;
    }

    .btn_close_mobile_menu {
        position: absolute;
        top: 24px;
        right: 24px;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .header-navigation ul.menu {
        flex-direction: column;
        grid-row-gap: 37px;
    }

    .header-navigation ul.menu a,
    .header_btn a {
        font-weight: 600;
        font-size: 16px;
    }

    .header_btn a {
        min-width: auto;
        font-family: 'Montserrat', sans-serif;
    }

    .header_btn a:hover {
        background: transparent;
    }

    .sub-menu {
        display: none;
        margin-top: 20px;
    }

    .header-navigation ul.sub-menu li:not(:nth-last-child(1)) {
        margin-bottom: 22px;
    }

    .menu-item.menu-item-has-children {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .header-navigation ul.menu .menu-item-has-children.active > a {
        color: var(--site-color-1);
    }

    .submenu-toggle {
        position: absolute;
        top: 0;
        right: -4px;
        color: #fff;
    }

    .header-navigation ul.menu .menu-item-has-children:hover .submenu-toggle,
    .header-navigation ul.menu .menu-item-has-children.active .submenu-toggle {
        color: var(--site-color-1);
    }

    .header-navigation ul.menu .menu-item-has-children.active .submenu-toggle {
        transform: rotate(180deg);
    }

    .banner_row {
        padding-bottom: 76px;
    }

    .banner__title {
        margin-bottom: 55px
    }

    .image_parallax {
        /*padding-top: 55.5%;*/
    }

    .s-our-mission {
        padding: 32px 0 0;
        background: var(--site-color-2);
    }

    .list_info > li {
        flex-direction: column;
    }

    .list_info > li:not(:nth-last-child(1)) {
        margin-bottom: 17px;
    }

    .list_info > li:nth-last-child(1) {
        margin-top: 27px;
        padding: 18px 0 22px;
    }

    .list_info > li:nth-last-child(1) p,
    .list_info > li:nth-last-child(1) li {
        font-size: 14px;
        line-height: 16px;
    }

    .list_info div ul {
        margin-top: 7px;
    }

    .list_info div ul li:not(:nth-last-child(1)) {
        margin-bottom: 8px;
    }

    .list_info span {
        margin-bottom: 3px;
    }

    .s-our-history .col:nth-child(1),
    .calendar_block__icon,
    .calendar_block__img,
    .s-lunch-menu .col:nth-child(2) .lunch_menu__info_card--img,
    .s-contact .col:nth-child(2) {
        display: none;
    }

    .s-our-history .headline__sub_title {
        margin-bottom: 15px;
    }

    .s-our-history .headline__title {
        margin-bottom: 10px;
    }

    .s-our-staff .headline {
        padding-right: 120px;
    }

    .s-our-staff .headline__title,
    .s-calendar .headline__title {
        color: var(--site-color-1);
    }

    .s-our-staff .headline__title span,
    .s-calendar .headline__title span {
        color: var(--site-color-2);
    }

    .s-our-history--icon {
        top: -3%;
        left: 77%;
        z-index: 2;
        width: 18%;
    }

    .team_slider_arrow {
        padding: 0;
    }

    .team_slider_arrow.swiper_nav_prev {
        left: auto;
        right: 80px;
    }

    .team_slider_arrow.swiper_nav_next {
        right: 2px;
    }

    .team_slider_arrow svg {
        width: 20px;
        height: auto;
    }

    .team_slider_arrow path {
        stroke: var(--site-color-2);
        stroke-width: 4px;
    }

    .team_slider_arrow:hover path {
        stroke: var(--site-color-1);
    }

    .calendar_block {
        margin-bottom: 19px;
    }

    .card_calendar {
        height: 100% !important;
    }

    .card_team__title {
        color: var(--site-color-1);
    }

    .s-calendar {
        position: relative;
        padding: 26px 0 30px;
        overflow: hidden;
    }

    .s-calendar .headline__title {
        line-height: normal;
    }

    .calendar_slider  {
        width: 100%;
        height: auto !important;
        margin: 17px 0 0;
        overflow: visible;
    }

    .calendar_slider  .swiper-slide {
        max-width: 244px;
        width: 244px !important;
        height: initial;
    }

    .calendar_slider_wrap__nav {
        position: absolute;
        top: -49px;
        right: 0;
        width: 113px;
        display: flex;
        justify-content: space-between;
        transform: translateY(-100%);
    }

    .card_calendar__schedule--item:not(:nth-last-child(1)) {
        margin-bottom: 16px;
    }

    .lunch_menu__info_card--img {
        margin-bottom: 47px;
    }

    .lunch_menu__info_card--img img {
        border-radius: 19px;
    }

    .s-lunch-menu .headline__title {
        max-width: 98px;
        line-height: 32px;
    }

    .lunch_menu__days {
        width: 100%;
        height: auto !important;
        margin: 17px 0 0;
        overflow: visible;
    }

    .lunch_menu__days .swiper-slide {
        max-width: 216px;
        width: 216px;
        height: initial;
    }

    .lunch_menu__days_card__title {
        margin-bottom: 24px;
    }

    .lunch_menu__days_card__description p {
        font-size: 14px;
        line-height: 14px;
    }

    .lunch_menu__days_card__description p:not(:nth-last-child(1)) {
        margin-bottom: 10px;
    }

    .lunch_menu__days_wrap__nav {
        position: absolute;
        top: -28px;
        right: 0;
        width: 113px;
        display: flex;
        justify-content: space-between;
        transform: translateY(-100%);
    }

    .calendar_slider_arrow,
    .lunch_menu__days_arrow {
        padding: 0;
        transform: rotate(-90deg);
    }

    .calendar_slider_arrow svg,
    .lunch_menu__days_arrow svg {
        width: 34px;
        height: auto;
    }

    .lunch_menu__info_card {
        margin-top: 42px;
    }

    .lunch_menu__info_card__title {
        max-width: 160px;
        padding-top: 5px;
        text-align: right;
        font-size: 32px;
        line-height: 36px;
    }

    .lunch_menu__info_card__description {
        font-size: 16px;
        line-height: 18px;
    }

    .form_wrap {
        padding: 41px 0 0;
    }

    .form_wrap .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        grid-column: span 12;
    }

    .form_wrap .gform_wrapper.gravity-theme #field_1_9,
    .form_wrap .gform_wrapper.gravity-theme #field_1_10,
    .form_wrap .gform_wrapper.gravity-theme #field_1_11 {
        grid-column: span 4;
    }

    .form_wrap .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 17px;
    }

    .form_wrap .gform_wrapper.gravity-theme .ginput_container_address {
        justify-content: space-between;
        grid-row-gap: 15px;
    }

    .form_wrap .gform_wrapper.gravity-theme .ginput_complex .address_line_2,
    .form_wrap .gform_wrapper.gravity-theme .ginput_complex .address_city,
    .form_wrap .gform_wrapper.gravity-theme .ginput_complex .address_state,
    .form_wrap .gform_wrapper.gravity-theme .ginput_complex .address_zip {
        flex: 0 0 46%;
    }

    .form_wrap .gform_wrapper.gravity-theme .ginput_complex .address_zip {
        margin-left: auto;
    }

    .form_wrap .gform_wrapper.gravity-theme .gfield.gfield--input-type-address.gfield_error .gfield_validation_message {
        margin-top: 8px;
    }

    #field_1_21,
    #field_1_22 {
        display: none;
    }

    #field_1_12 {
        margin: 13px 0 -5px;
    }

    #field_1_16 {
        margin-top: 2px;
    }

    .ginput_container_select::before {
        top: 5px;
    }

    #field_1_18 {
        margin-top: -18px;
    }

    .form_wrap .ginput_container_fileupload {
        width: 100%;
    }

    .form_wrap .gfield--type-fileupload {
        flex-direction: column;
        grid-row-gap: 22px;
        margin-top: -3px;
        border: 0;
    }

    .form_wrap .gform_wrapper.gravity-theme .gfield.gfield--type-fileupload input[type=file] {
        font-size: 13px;
        line-height: 13px;
    }

    .form_wrap .gform_wrapper.gravity-theme .gfield input[type=file]::-webkit-file-upload-button {
        padding: 12px 8px 8px;
        font-size: 13px;
        line-height: 13px;
    }

    .form_wrap .gform_wrapper.gravity-theme .gform_fileupload_rules {
        bottom: -11px;
        font-size: 13px;
        line-height: 13px;
    }

    .form_wrap .gform_wrapper.gravity-theme .gform_footer {
        margin-top: 37px;
    }

    .form_wrap .gform_wrapper.gravity-theme .gform_footer input {
        max-width: 184px;
        padding: 8px 20px 8px;
        font-size: 24px;
    }

    .btn_toggle_from {
        width: 100%;
        min-width: 174px;
        margin-top: 37px;
        font-size: 24px;
        padding: 16px 10px 11px;
    }


    .s-lunch-menu + .section_image_parallax .image_parallax {
        border-radius: 24px;
    }

    .contact--img img {
        margin-bottom: 43px;
        border-radius: 26px;
    }

    .contact_form_wrap {
        margin-top: 31px;
    }

    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: normal !important;
        min-height: auto !important;
    }

    .contact_form_wrap .gform_wrapper.gravity-theme .gfield.active label {
        font-size: 12px;
        transform: translateY(-11px);
    }

    .contact_form_wrap .gform_wrapper.gravity-theme .gfield input {
        padding: 0 0 1px;
    }

    .contact_form_wrap .gform_wrapper.gravity-theme .gfield.gfield--type-text  {
        margin-top: 17px;
    }

    .contact_form_wrap .gform_wrapper.gravity-theme #field_2_5 input {
        padding-bottom: 6px;
    }

    .contact_form_wrap .gform_wrapper.gravity-theme .gform_footer {
        margin-top: 36px;
        padding: 0;
    }

    .contact_form_wrap .gform_wrapper.gravity-theme .gform_footer input {
        max-width: 102px;
        padding: 6px 4px 2px;
        font-size: 24px;
    }

    .contact_form_wrap .gform_wrapper.gravity-theme .gfield_validation_message {
        position: relative;
        top: auto;
        font-size: 12px;
    }

    .contact_form_wrap__icon {
        right: 20px;
        bottom: -1px;
        max-width: 85px;
        height: auto;
    }

    .contact_form_wrap .gform_confirmation_message {
        margin-top: 36px;
    }

    .footer_site .container {
        flex-direction: column;
    }

    .footer_site__logotype {
        max-width: 98px;
        margin-bottom: 20px;
    }

    .footer_site__description * {
        text-align: left !important;
    }

    .footer_site__description h4 {
        margin-bottom: 17px;
        font-size: 14px;
        line-height: 12px;
    }

    .footer_site__description h5 {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 16px;
    }

    .footer_site__description ul {
        margin-bottom: 16px;
    }

    .footer_site__description li:not(:nth-last-child(1)) {
        margin-bottom: 15px;
    }

    .footer_site__description li,
    .footer_site__description p{
        font-size: 13px;
        line-height: 16px;
    }

    .footer_site .footer_bottom .container {
        align-items: center;
        text-align: center;
        padding-top: 33px;
    }

    #copyright {
        flex-direction: column;
        grid-row-gap: 9px;
        font-size: 12px;
        line-height: 16px;
    }

    .footer_menu li a {
        font-size: 12px;
    }

    .page-404-wrap .container {
        flex-direction: column-reverse;
    }

    .page-404-wrap__txt {
        padding-top: 43px;
    }

    .page-404-wrap .btn_box {
        padding-top: 31px;
    }

    .page-404-wrap .btn_box .btn {
        padding: 11px 20px 10px;
        font-size: 20px;
    }
}


@media (max-width: 991px) and (min-width: 769px){
    .team_slider:not(.swiper-initialized) .swiper-wrapper {
        display: flex;
        grid-column-gap: 41px;
    }

    .team_slider:not(.swiper-initialized) .swiper-slide {
        flex-shrink: unset;
    }

    .team_slider:not(.swiper-initialized) .swiper-slide:nth-child(4) ~ .swiper-slide {
        display: none;
    }
}

@media (min-width: 641px) and (max-width: 991px) {
    .contact_form_wrap {
        min-height: 239px;
    }
}

@media (min-width: 641px) and (max-width: 768px) {
    .team_slider:not(.swiper-initialized) .swiper-wrapper {
        display: flex;
        grid-column-gap: 41px;
    }

    .team_slider:not(.swiper-initialized) .swiper-slide {
        flex-shrink: unset;
    }

    .team_slider:not(.swiper-initialized) .swiper-slide:nth-child(2) ~ .swiper-slide {
        display: none;
    }
}

@media (max-width: 640px) {
    .contact_form_wrap .gform_confirmation_message {
        margin-top: 22px;
    }

    .s-our-staff {
        position: relative;
        overflow: hidden;
    }

    .team_slider {
        max-width: 204px;
        margin: 0;
        overflow: visible;
    }
}