@import url("reset.css");

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #303030;
    width: 100vw;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

img {
    width: 100%;
    height: auto;
}

.wrapper {
    margin: auto;
    max-width: 1170px;
    width: 100%;
    padding: 0 10px;
}


header {
    padding: 15px 0;
}

header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .left_block, header .right_block {
    display: flex;
    align-items: center;
}

header .logo {
    width: 66px;
    margin-right: 50px;
}

header .order_catering {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

header .tel_number {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-right: 50px;
}

.lang_switcher {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.lang_switcher a {
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 4px;
    border-radius: 4px;
    text-transform: uppercase;
}

.lang_switcher a:last-child {
    margin-right: 0;
}

.lang_switcher a.active {
    background: #303030;
    color: #fff;
    pointer-events: none;
}

.mob_menu {
    display: block;
    position: absolute;
    width: 100%;
    top: 100px;
    left: 100vw;
    padding: 150px 0;
    background: #fff;
    transition: .3s;
    z-index: 3;
}

.mob_menu.active {
    left: 0;
}

.mob_menu .wrapper {
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
}

.mob_menu .online_application, footer .online_application {
    display: inline-block;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #303030;
    margin-bottom: 100px;
}

.mob_menu .online_application span, footer .online_application span {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.mob_menu .online_application span:after, footer .online_application span:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #303030;
    margin-left: 10px;
}

.mob_menu .menu ul li {
    margin-left: 10px;
    margin-bottom: 30px;
}

.mob_menu .menu ul li a {
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase
}

header .menu_btn {
    height: 20px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

header .menu_btn img.close {
    height: 100%;
    width: auto;
}

header .menu_btn img {
    display: none;
}

header .menu_btn img.active {
    display: block;
}

main {
    color: #303030;
    flex: 1 0 auto;
    padding-top: 20px;
    background: url("../img/figure.png");
    background-repeat: no-repeat;
}

footer {
    background: #303030;
    color: #fff;
    flex: 0 0 auto;
    padding: 30px 0;
}

footer .online_application {
    border: 1px solid #FFF;
    margin-bottom: 50px;
}

footer .online_application span:after {
    background: #fff;
}

html body .descoff {
    display: none;
}

footer .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .menu {
    margin-bottom: 30px;
}

footer .menu ul {
    display: flex;
}

footer .menu ul li {
    margin: 0 10px;
}

footer .menu ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

footer .two_blocks {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

footer .two_blocks .left_block, footer .two_blocks .right_block {
    display: flex;
    flex-direction: column;
}

footer .two_blocks .left_block, footer .two_blocks .right_block p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .two_blocks .left_block p {
    margin-bottom: 30px;
}

footer .two_blocks .left_block a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

footer .two_blocks .right_block p {
    margin-bottom: 20px;
}

.socials {
    display: flex;
    margin-bottom: 30px;
}

.socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #FFF;
    margin-right: 5px;
}

.socials a:last-child {
    margin-right: 0;
}

.socials a img {
    width: 25px;
}

footer .footer_dev {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .footer_dev a {
    margin-left: 10px;
}

main .bottom_block {
    display: flex;
}

main .bottom_block a {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 200px 0;
}

main .bottom_block a.services {
    background: linear-gradient(0deg, rgba(4, 4, 4, 0.70) 0%, rgba(4, 4, 4, 0.70) 100%), url("../img/services.jpg");
}

main .bottom_block a.gallery {
    background: linear-gradient(0deg, rgba(4, 4, 4, 0.70) 0%, rgba(4, 4, 4, 0.70) 100%), url("../img/gallery.jpg");
}

main .bottom_block a span {
    color: #fff;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

main .title {
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.forms {
    position: relative;
}

.forms .form_block {
    display: flex;
    margin-bottom: 50px;
}

.forms .form_block:last-child {
    margin-bottom: 70px;
}

.forms .form_block .left_block {
    width: 35%;
    margin-right: 10px;
}

.forms .form_block .right_block {
    width: 65%;
}

.forms .form_block .left_block .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.4px;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 3px;
    padding-left: 5px;
}

.forms .form_block .left_block .notice {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.6px;
    padding-left: 5px;
}

.forms .form_block .catering_form {
    padding: 0 10px;
}

.forms .form_block .catering_form .input {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.forms .form_block .catering_form label, .forms .form_block .catering_form .select_title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.__select {
    position: relative;
    width: 100%;

    &[data-state="active"] {
        .__select__title {
            &:before {
                transform: translate(-3px, -50%) rotate(-45deg);
            }

            &:after {
                transform: translate(3px, -50%) rotate(45deg);
            }
        }

        .__select__content {
            opacity: 1;
            pointer-events: auto;
        }
    }
}

.__select__title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    cursor: pointer;
    border-bottom: 1px solid #4D4D4D;
    color: #303030;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;

    &:before,
    &:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 10px;
        height: 2px;
        transition: all 0.3s ease-out;
        background-color: #303030;
        transform: translate(-3px, -50%) rotate(45deg);
    }

    &:after {
        transform: translate(3px, -50%) rotate(-45deg);
    }
}

.forms .form_block .catering_form input.__select__input {
    border-bottom: none;
    padding: 0;
}

.__select__content {
    position: absolute;
    top: 42px;
    left: 3px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    background: #303030;
    transition: all 0.3s ease-out;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
}

.__select__label {
    display: flex;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.forms .form_block .catering_form .two_blocks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.forms .form_block .catering_form input {
    padding: 10px 0;
    border-bottom: 1px solid #4D4D4D;
}

.forms .form_block .catering_form input::placeholder {
    color: #303030;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
}

.forms .form_block .catering_form textarea {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #4D4D4D;
    resize: vertical;
    margin-bottom: 30px;
}

.forms .form_block .catering_form .checkbox_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 0;
}

.forms .form_block .catering_form .checkbox_wrap input {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #303030;
    border-radius: 50%;
    flex-shrink: 0;
    padding: 0;
    cursor: pointer;
    margin-right: 10px;
}

.forms .form_block .catering_form .checkbox_wrap input:checked {
    background: url("../img/check.png");
    background-position: 50% 50%;
}

.forms .form_block .catering_form .checkbox_wrap label {
    color: #272727;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.forms .form_block .catering_form .checkbox_wrap label a {
    font-weight: 600;
    text-decoration: underline;
}

.forms .form_block .catering_form .form_submit {
    display: flex;
    padding: 50px 90px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #303030;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.catering_budget_input {
    width: 45%;
}

@media (max-width: 768px) {
    .moboff {
        display: none;
    }

    html body .descoff {
        display: block;
    }

    header .tel_number.descoff {
        margin-right: 0;
    }

    header .logo {
        margin-right: 0;
    }

    .mob_menu {
        padding: 35px 0 15px;
        top: 85px;
    }

    .mob_menu .wrapper {
        align-items: center;
    }

    .mob_menu .online_application {
        margin-bottom: 50px;
    }

    .mob_menu .menu {
        margin-bottom: 50px;
    }

    .mob_menu .menu ul li {
        margin: 0 0 20px;
    }

    .mob_menu .menu ul li a {
        font-size: 15px;
    }

    .mob_menu .menu ul li a.active {
        font-weight: 600;
    }

    .mob_menu .socials {
        display: flex;
        margin-bottom: 50px;
    }

    .mob_menu .socials a {
        border: 1px solid #303030;
    }

    .mob_menu .lang_switcher {
        margin-right: 0;
    }

    main .title {
        font-size: 24px;
    }

    .forms .form_block {
        flex-direction: column;
    }

    .forms .form_block .left_block {
        margin: 0 0 30px;
    }

    .forms .form_block .left_block, .forms .form_block .right_block {
        width: 100%;
    }

    .catering_budget_input {
        width: 100%;
    }

    .forms .button_wrap {
        display: flex;
        justify-content: center;
    }

    .forms .form_block:last-child {
        margin-bottom: 30px;
    }

    main .bottom_block {
        flex-direction: column;
    }

    main .bottom_block a {
        width: 100%;
        padding: 200px 0;
    }

    main .bottom_block a span {
        font-size: 24px;
    }

    footer {
        padding: 20px 0;
    }

    footer .menu {
        margin-bottom: 30px;
    }

    footer .menu ul {
        flex-direction: column;
        align-items: center;
    }

    footer .menu ul li {
        margin-bottom: 20px;
    }

    footer .menu ul li:last-child {
        margin-bottom: 0;
    }

    footer .two_blocks {
        flex-direction: column;
        align-items: center;
    }

    footer .two_blocks .left_block a {
        text-align: center;
    }

    footer .two_blocks .left_block {
        margin-bottom: 20px;
    }

    footer .two_blocks .right_block p {
        text-align: center;
    }

    footer .two_blocks .right_block p:last-child {
        margin-bottom: 0;
    }
}

/******/

#catering_form .form_input {
    position: relative;
}

#catering_form .form_input input {
    width: 100%;
}

#catering_form .two_blocks .form_input {
    width: 45%;
}

#catering_form .err-val-catering_date {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 15px;
    bottom: -90%;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-c 2s infinite ease-in-out;
}

#catering_form .err-val-catering_date::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#catering_form .err-val-catering_number_of_guests {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 15px;
    bottom: -90%;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-c 2s infinite ease-in-out;
}

#catering_form .err-val-catering_number_of_guests::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#catering_form .err-val-catering_place {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 15px;
    bottom: -90%;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-c 2s infinite ease-in-out;
}

#catering_form .err-val-catering_place::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#catering_form .err-val-catering_duration {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 15px;
    bottom: -90%;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-c 2s infinite ease-in-out;
}

#catering_form .err-val-catering_duration::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#catering_form .err-val-catering_user_name {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 15px;
    bottom: -90%;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-c 2s infinite ease-in-out;
}

#catering_form .err-val-catering_user_name::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#catering_form .err-val-catering_tel {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 15px;
    bottom: -90%;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-c 2s infinite ease-in-out;
}

#catering_form .err-val-catering_tel::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#catering_form .err-val-catering_email {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 15px;
    bottom: -90%;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-c 2s infinite ease-in-out;
}

#catering_form .err-val-catering_email::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}
/*******/

#catering_form .sender-done, #catering_form .sender-err {
    display: none;
    position: absolute;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #303030;
    background: #ffffff;
}

#catering_form .sender-done .flex-container, #catering_form .sender-err .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 100%;
}

#catering_form .massage-content {
    margin: auto;
    text-align: center;
}

#catering_form .massage-content p {
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #000000;
    font-size: 16px;
    margin: 20px;
}

#catering_form .massage-content .like_h2 {
    font-size: 24px
}

#catering_form .massage-content p.sender-check {
    font-size: 60px;
}