:root {
    --menu-bg: #000000;
    --menu-text: #bb9334;
    --menu-text-soft: #ccaa4e;
    --menu-accent-orange: #bb9334;
    --main-color: #bb9334;

    --red: var(--menu-accent-orange);
    --green: var(--menu-text-soft);
    --beige: var(--menu-bg);
    --gold: var(--main-color);
    --gray: var(--menu-text-soft);

    --black: #000000;
    --dgray: var(--menu-text-soft);
    --border: var(--menu-accent-orange);
    --lgray: var(--menu-bg);
    --white: #ffffff;

    --text: var(--menu-text);
}
html,
body {
    min-height: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    scroll-behavior: smooth;
}

body {
    background-color: var(--menu-bg);
    color: var(--menu-text);
    overflow-y: scroll;
    min-width: 320px;
}

a,
img,
*:focus {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

img {
    border: none;
    line-height: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}

.l { text-align: left; }

.c { text-align: center; }

.r { text-align: right; }

.hide { display: none; }

.nw { white-space: nowrap; }

@media (max-width: 1119.999px)  {
    section { padding: 10px; }
}

@media (min-width: 640px)  {
    hgroup {
        max-width: 640px;
        margin: 0 auto;
    }
}

@media (min-width: 1120px) {
    section {
        padding: 10px 20px;
        max-width: 1360px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}



@media (max-width: 979.999px) {
    main section { padding: 10px; }

    .pb,
    .ps1 { padding: 10px; }

    .ps { padding: 0 10px; }
}

@media (min-width: 980px) {
    header section,
    main section,
    footer section {
        padding-left: 20px;
        padding-right: 20px;
    }

    main section {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .pb { padding: 20px; }

    .ps { padding: 0 20px; }

    .ps1 { padding: 10px 20px; }
}

.p1 { padding: 10px; }

.p2 { padding: 20px; }

.p4 { padding: 40px; }

.p01 { padding: 0 10px; }

.m8 {
    max-width: 800px;
    margin: 0 auto;
}

.cf { overflow: auto; }

.cf .fl { float: left; }

.cf .fr { float: right; }


@media (min-width: 480px) {
    .c32,
    .c-32 {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .fx {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .fx > div {
        display: flex;
        flex-direction: column;
    }

    .fx > div > div:last-child { margin-top: auto; }
}

@media (min-width: 640px) {
    .c43,
    .c-4 {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }
}

@media (min-width: 480px) and (max-width: 679.999px) {
    .c32,
    .c-32 { width: 50%; }
}

@media (min-width: 640px) and (max-width: 799.999px) {
    .c43,
    .c-4 { width: 50%; }
}
@media (min-width: 680px) {
    .c32 { width: 33.333%; }

    .c-32 { width: 66.666%; }
}

@media (min-width: 800px) {
    .c2,
    .c3,
    .c-3,
    .c4,
    .c-4 {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .c2 { width: 50%; }

    .c3 { width: 33.333%; }

    .c-3 { width: 66.666%; }
}

@media (min-width: 800px) and (max-width: 1119.999px) {
    .c4,
    .c-4 { width: 50%; }

    .c43 { width: 33.333%; }

    .c-4 { width: 66.666%; }
}

@media (min-width: 1120px) {
    .c4,
    .c43 { width: 25%; }

    .c-4 { width: 75%; }
}

.mgE {
    width: 30px;
    height: 30px;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.mgE hr {
    left: 10px;
    border: none;
    margin: 0;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: var(--black);
    transition: all .25s ease;
}

.mgE hr { top: 24px; }

.mgE hr:first-child { top: 15px; }

.mgE hr:last-child { top: 33px; }

body.nav .mgE hr:first-child,
body.nav .mgE hr:last-child {
    width: 0;
    top: 15px;
    margin: 15px;
    opacity: 0;
}

body.nav .mgE hr:nth-child(2) { transform: rotate(45deg); }

body.nav .mgE hr:nth-child(3) { transform: rotate(-45deg); }

body {
	font-family: "Wix Madefor Text", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--dgray);
}

h1, h3 {
	font-family: "Source Serif 4", serif;
	font-weight: 400;
	font-style: normal;
}

h1 {
	font-size: 48px;
	line-height: 56px;
	color: var(--gold);
}

h3 {
	font-size: 28px;
	color: var(--red);
}

a {
	color: var(--gold);
	text-decoration: underline;
	transition: color .5s ease;
}

a:hover { color: var(--gold); }

p, li {
	line-height: 26px;
	font-size: 16px;
}

ul li,
ol li {
	padding: 5px;
}

ul li {
	list-style: none;
	position: relative;
}

ul li::before {
	position: absolute;
	display: block;
	content: ' ';
	border-bottom: 1px solid var(--gold);
	border-right: 1px solid var(--gold);
	width: 6px;
	height: 12px;
	top: 14px;
	left: -20px;
	transform: translateY(-50%) rotate(45deg);
}
del {
    position: relative;
    text-decoration: none;
    padding: 0 5px;
}

del::after {
    content: '';
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--red);
    transform: rotate(-10deg);
}
a.button,
form button[type=submit] {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	/*font-weight: bold;*/
	/*margin-bottom: 20px;*/
	letter-spacing: 2px;
	border-radius: 25px;
}

a.button.gold,
form button[type=submit] {
	padding: 15px 40px 15px 40px;
	background-color: var(--gold);
	color: var(--white);
	transition: background-color .3s;
}

a.button.gold:hover,
form button[type=submit]:hover { background-color: var(--green); }

a.button.beige {
	padding: 15px 40px 15px 40px;
	background-color: var(--beige);
	color: var(--black);
	transition: background-color .3s, color .3s;
}

a.button.beige:hover {
	background-color: var(--white);
	color: var(--red);
}

a.button.border {
	padding: 14px 39px 12px 39px;
	background-color: var(--white);
	border: 1px solid var(--gold);
	transition: background-color .3s, color .3s;
}

a.button.border:hover {
	background-color: var(--gold);
	color: var(--white);
}

a.button.more {
	padding: 15px 20px 15px 20px;
	color: var(--green);
	transition: color .3s;
}

a.button.more:hover { color: var(--gold); }

main div.beige {
	background-color: var(--beige);
	padding: 40px 0 80px 0;
}

header .contacts {
    display: flex;
    justify-content: space-between;
}

header a {
    text-decoration: none;
    cursor: pointer;
}

header .social a img {
    width: 16px;
    height: 16px;
    margin: 10px;
}

header .lang a,
header .lang span {
    border: 1px solid var(--gold);
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
}

header .lang a {
    background-color: transparent;
    color: var(--white);
    text-decoration: none;
    cursor: pointer;
    transition: border-color .5s, background-color .5s, color .5s;
}

header .lang a:hover {
    border-color: var(--green);
    background-color: var(--green);
    color: var(--white);
}

header .lang span {
    background-color: var(--gold);
    color: var(--white);
}

header .booknow a.button {
    padding: 12px 30px 11px 30px;
    background-color: var(--gold);
    color: var(--white);
    transition: background-color .3s;
}

header .booknow a.button:hover { background-color: var(--green); }

header nav div.nav > div a {
    display: inline-block;
    color: var(--white);
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .5s;
}

header nav div.nav > div a:hover { color: var(--main-color); }

@media (max-width: 959.999px) {
    header {
        position: relative;
        background-color: var(--beige);
    }

    header a.logo {
        display: inline-block;
        width: 110px;
        padding: 16px 20px;
    }

    header nav {
        text-align: center;
        background-color: var(--red);
    }

    header .mgE {
        float: right;
        margin: 15px;
    }

    header .mgE hr { background-color: var(--main-color); }

    header nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 0;
        overflow: hidden;
        transition: height .5s;
        z-index: 1;
    }

    body.nav header nav {
        height: calc(100dvh - 100%);
        overflow-y: auto;
        overflow-x: hidden;
    }

    header nav .contacts { padding: 20px; }

    header nav div.booknow { padding: 10px 10px 30px 10px; }

    header .lang a { margin: 0 10px; }

    header nav a { color: var(--white); }

    header nav .nav { padding: 30px 10px 10px 10px; }

    header .social { padding-bottom: 30px; }

    header .social img { filter: invert(1); }

    header .social a {
        display: inline-block;
        background-color: var(--gold);
        margin: 5px;
        padding: 0;
        cursor: pointer;
        border-radius: 50%;
        transition: background-color .5s;
    }

    header .social a:hover { background-color: var(--green); }

    header .social a { border-radius: 50%; }
}

@media (min-width: 960px) {
    header {
        position: relative;
        background-color: var(--menu-bg);
        height: 100px;
    }

    header:after {
        content: '';
        display: block;
        clear: both;
    }

    header a.logo {
        width: 160px;
        height: 110px;
        padding: 16px 20px;
        margin-bottom: -20px;
        z-index: 1;
        position: relative;
    }

    header .mgE { display: none; }

    header div.social {
        position: absolute;
        right: 200px;
        top: 0;
        border-right: 1px solid var(--gray);
        margin-right: 10px;
        padding-right: 10px;
    }

    header div.social a img {
        margin: 14px 7px;
        opacity: .5;
        transition: color .5s;
    }

    header div.social a:hover img { opacity: 1; }


    header nav div.booknow {
        float: right;
        margin-top: 5px;
    }

    header nav div.nav > div { display: inline-block; }

    header nav div.contacts a {
        display: inline-block;
        color: var(--dgray);
        font-size: 15px;
        line-height: 28px;
    }

    header nav div.contacts a.phone {
        padding: 8px 10px 8px 24px;
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 0px 15px;
    }

    header nav div.contacts a.address { padding: 8px 10px; }

    header nav div.contacts a.phone { background-image: url(../svg/phone.svg); }

    /*header nav div.contacts a.email { background-image: url(../svg/letter.svg); }*/

    /*header nav div.contacts a.address { background-image: url(../svg/pin.svg); }*/
}

@media (min-width: 960px) and (max-width: 1199.999px) {
    header nav div.contacts { padding-left: 10px; }

    header nav div.nav > div a { padding: 16px 10px; }
}

@media (min-width: 1200px) and (max-width: 1699.999px) {
    header nav div.contacts { padding-left: 28px; }
}

@media (min-width: 960px) and (max-width: 1699.999px) {
    header a.logo { float: left; }

    header nav {
        float: right;
        width: calc(100% - 220px);
        padding-right: 20px;
    }

    header nav div.lang {
        float: right;
        margin-top: 6px;
        margin-right: 10px;
    }

    header nav div.nav { float: left; }
}

@media (min-width: 1700px) {
    header a.logo {
        position: absolute;
        left: calc((100% - 1360px) / 2);
    }

    header nav { padding: 0 20px; }

    header nav div.lang {
        float: left;
        margin-top: 6px;
    }

    header nav div.nav {
        margin: 0 200px;
        text-align: center;
    }
}

.intro {
    padding: 50px 0;
    background-image: url("https://zavedenia.com/apps/qrmenu/fragments/custom/sofia/4583/kabbo2.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.intro h4.uptitle {
    font-family: "Wix Madefor Text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: var(--red);
    margin: 10px 0;
}
.intro h4.uptitle + img{
    max-width: 265px;
}

.intro section { max-width: 900px; }

.intro q {
    font-size: 28px;
    font-style: italic;
    text-align: center;
    display: block;
    color: var(--gold);
}

@media (max-width: 800px) {
    .intro section { text-align: center; }
}

@media (min-width: 800px) {
    .intro section > div:nth-child(odd) > div:first-child {
        padding-top: 140px;
    }

    .intro section > div:nth-child(even) > div:first-child {
        float: right;
    }

    .intro section > div:nth-child(even) img {
        margin-top: -100px;
    }
}

picture.bg {
    position: relative;
    display: block;
}

picture.bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

picture.bg a.scroll {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: move .7s infinite alternate ease-in-out;
    padding: 40px;
}

@keyframes move {
    from {
        transform: translate(-50%,-50%);
    }
    to {
        transform: translate(-50%,-60%);
    }
}


@media (max-width: 959.999px) {
    picture.bg { height: calc(100vh - 80px); }
}


@media (min-width: 960px) {
    picture.bg { height: calc(100vh - 100px); }
}
picture.bg a.hero-booknow {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 14px 34px;
    background-color: var(--main-color);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color .3s, color .3s, transform .3s;
    z-index: 1;
}

picture.bg a.hero-booknow:hover {
    background-color: var(--menu-text-soft);
    color: #fff;
    transform: translate(-50%, -50%) scale(1.05);
}

.mgCarousel { padding: 10px; }

.mgCarousel .items {
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mgCarousel .items::-webkit-scrollbar { display: none; }

.mgCarousel .items.snap {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.mgCarousel .items > div {
    white-space: initial;
    display: inline-block;
    vertical-align: top;
    user-select: none;
}

.mgCarousel .items > div a,
.mgCarousel .items > div img {
    pointer-events: none;
    height: 400px;
    max-width: none;
}

.mgCarousel .items > div a { cursor: pointer; }

.mgCarousel .items > div:not(:last-child) {
    margin-right: 10px;
    scroll-snap-align: start;
}

.mgCarousel .items > div:last-child { scroll-snap-align: end; }

.reviews {
	text-align: center;
	padding-bottom: 30px;
}

.reviews .photo { position: relative; }

.reviews .photo > img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-bottom: 8px;
}

.reviews .photo a.social {
    position: absolute;
    top: -4px;
    left: calc(50% + 14px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background-color: var(--white);
    border: 1px solid var(--gold);
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
}

.reviews .photo a.social img {
    width: 12px;
    height: 12px;
    margin: 0;
}

.reviews .photo a.social:hover { background-color: var(--beige); }

.reviews strong.name {
    color: var(--red);
    display: block;
    text-align: center;
    margin-top: 8px;
}

.reviews .c43 p,
.reviews p.comment {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 4.5em;
    margin-top: 8px;
    padding: 0 10px;
    color: var(--menu-text-soft, #ccc);
}


.about strong.up {
	display: block;
	margin-bottom: -25px;
	color: var(--gray);
	font-weight: normal;
}

.about span.gold { color: var(--gold); }

@media (max-width: 800px) {
	.about > div .c2:last-child { padding: 20px; }
}

@media (min-width: 800px) {
	.about .c2 {
		vertical-align: middle;
		padding: 40px;
	}

	.about > div:nth-child(even) {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
	}

	.about > div:nth-child(odd) > div:first-child,
	.about > div:nth-child(even) > div:last-child { text-align: right; }
}

main .booknow {
	background-color: var(--gold);
	color: var(--white);
	padding: 30px 10px;
}

main .booknow h3 {
	color: var(--white);
	margin: 10px;
}

main .booknow section { text-align: center; }

main .booknow a.button { margin: 20px 0; }

footer {
	background-color: var(--beige);
	color: #fff;
}

footer h4 {
	font-family: "Wix Madefor Text", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	color: var(--gold);
}

footer nav a {
	display: inline-block;
	color: #fff;
	padding: 10px 0;
	text-decoration: none;
	cursor: pointer;
}


footer > div:first-child {
	background-color: var(--gold);
	color: var(--white);
	padding: 30px 10px;
}

footer > div:first-child h3 {
	color: var(--white);
	margin: 10px;
}

footer > div:first-child section { text-align: center; }

footer a.booknow { margin: 20px 0; }

footer div.logo{
	display: block;
	margin: 20px auto;
	text-align: center;
}

footer nav > div:last-child {
	text-align: center;
	border-top: 1px solid var(--gold);
	border-bottom: 1px solid var(--gold);
	margin: 10px 0;
}

footer .social a {
    display: inline-block;
    border: 1px solid var(--gold);
    /*background-color: var(--gold);*/
    margin: 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
}

footer .social a img {
    filter: brightness(0) invert(1);
    width: 16px;
    height: 16px;
    margin: 10px;
}

footer .social a:hover { background-color: var(--gold); }

footer .social a a { border-radius: 50%; }

footer a.logo img { filter: invert(1); }

@media (max-width: 799.999px) {
	footer { text-align: center; }

	footer .last { margin-bottom: 20px; }
}

@media (min-width: 800px) {
	footer nav > div:last-child > div {
		display: inline-block;
		margin: 0 20px;
	}

	footer .last { text-align: right; }
}


footer .footer-credit {
	color: #fff;
	padding: 20px 10px;
}

.mgCookies {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    background-color: #FFFE;
    opacity: 0;
    z-index: 1;
    border-top: 1px solid #CCC;
    transition: bottom 1s ease, opacity 1s ease;
}

.mgCookies.show {
    bottom: 0;
    opacity: 1;
}

.mgCookies a.mgIAgree {
    display: inline-block;
    border: 1px solid #CCC;
    background-color: #EEE;
    border-radius: 5px;
    padding: 8px 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .3s, color .3s;
}

.mgCookies a.mgIAgree:hover {
    background-color: #CCC;
    color: #FFF;
}

@media (max-width: 799.999px) {
    .mgCookies > section { padding: 10px; }

    .mgCookies section > div:last-child { text-align: center; }

    .mgCookies a.mgIAgree { margin-top: 10px; }
}

@media (min-width: 800px) {
    .mgCookies > section {
        display: flex;
        padding: 20px 10px;
        justify-content: space-between;
    }

    .mgCookies a.mgIAgree { margin-left: 20px; }
}



form legend {
    padding: 8px 0 8px 2px;
    color: #555;
}

form legend.required::after {
    content: ' *';
    color: red;
}

form input[type=text],
form input[type=email],
form input[type=password],
form textarea,
form select {
    font-family: sans-serif;
    font-size: 14px;

    margin: 0;
    padding: 4px 8px;
    line-height: 24px;

    border: 1px solid #CCC;
    border-radius: 0;
    background-color: #FFF;
    color: #000;

    box-sizing: border-box;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form textarea {
    height: 60px;
    min-height: 60px;
    resize: vertical;
}

form select::-ms-expand { display: none; }

/* TODO: replace down.svg with ::after -> see label.checkbox */
form select {
    background-image: url(../svg/form/down.svg);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 4px 30px 4px 6px;
}

form .w100 input,
form .w100 textarea,
form .w100 select,
form .w100 button,
form .w100 {
    width: 100%;
    box-sizing: border-box;
}

form button[type=submit] {
    border: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


label.checkbox {
    line-height: 19px;
    padding: 5px 20px 5px 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: bottom;
    display: inline-block;
}

label.checkbox input { display: none;}

label.checkbox span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #FFF;
    border: 1px solid #CCC;
    /*border-radius: 3px;*/
    content: ' ';
    vertical-align: bottom;
    margin-right: 6px;
    margin-left: -30px;
}

label.checkbox:hover span { border-color: #1CC664;}

label.checkbox input:checked + span {
    position: relative;
    background-color: #1CC664;
    border-color: #1CC664;
}

label.checkbox input:checked + span::before {
    position: absolute;
    display: block;
    content: ' ';
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    width: 4px;
    height: 8px;
    top: 3px;
    left: 6px;
    transform: rotate(45deg);
}

form.disabled { position: relative; }
form.disabled .mgLoader {
    position: absolute;
    inset: 0;
    background-color: #FFFFFF99;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    opacity: 0;
    transition: opacity 0.5s ease;
}

.mgLoader .circular {
    animation: loaderRotate 2s linear infinite;
    height: 48px;
    position: relative;
    width: 48px;
}

.mgLoader .path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: loaderDash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: var(--green);
}

@keyframes loaderRotate {
    100%{ transform: rotate(360deg); }
}

@keyframes loaderDash {
    0%{
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50%{
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }
    100%{
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

.mgErrorTooltip {
    position: absolute;
    max-width: 520px;
    padding: 7px 20px 7px 10px;
    text-align: left;
    border-radius: 4px;
    color: var(--white);
    background-color: var(--red);
    box-shadow: 1px 1px 3px 0 rgba(0, 0 ,0, 0.35);
    margin-top: 3px;
    z-index: 1;
}

.mgErrorTooltip:after {
    height: 0;
    width: 0;
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-bottom-color: var(--red);
    border-width: 7px;
    margin-left: -7px;
}

svg.success path:first-child {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: success-dash 5s linear forwards;
}

svg.success path:last-child {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: success-dash 5s linear forwards;
    animation-delay: .5s;
}

@keyframes success-dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

svg.failed path:first-child {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: failed-dash 5s linear forwards;
}

svg.failed path:nth-child(2) {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: failed-dash 5s linear forwards;
    animation-delay: .4s;
}

svg.failed path:last-child {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: failed-dash 5s linear forwards;
    animation-delay: .6s;
}

@keyframes failed-dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}


.mgErrorTooltip {
    position: absolute;
    max-width: 520px;
    padding: 7px 20px 7px 10px;
    text-align: left;
    border-radius: 4px;
    color: var(--white);
    background-color: var(--red);
    box-shadow: 1px 1px 3px 0 rgba(0, 0 ,0, 0.35);
    margin-top: 3px;
    z-index: 1;
}

.mgErrorTooltip:after {
    height: 0;
    width: 0;
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-bottom-color: var(--red);
    border-width: 7px;
    margin-left: -7px;
}

.mgPopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
}

.mgPopup > div {
    position: relative;
    background-color: #FFF;
    box-sizing: border-box;
    display: inline-block;
    text-align: initial;
}

.mgPopup > div.fullscreen {
    display: block;
    padding: 0;
    margin: 0;
    max-width: 100%;
    min-height: 100%;
    width: 100vw;
    height: 100vh;
}

.mgPopup > div.fullscreen iframe {
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
}

.mgPopup > div.right {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

.mgPopup div.mgClose {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.mgPopup div.mgClose hr {
    position: absolute;
    top: 11px;
    left: 8px;
    border: none;
    width: 24px;
    height: 1px;
    background-color: #8e8e8e;
}

.mgPopup div.mgClose hr:first-child { transform: rotate(45deg); }

.mgPopup div.mgClose hr:last-child { transform: rotate(-45deg); }

.mgPopup div.mgClose:hover hr { background-color: #000; }

@media (min-width: 800px) {
    .mgPopup > div.center { margin: 50px 0; }
}

.mgErrors {
    top:0;
    position: absolute;
    background-color: #FFFEE4;
    border: 1px solid #CC0000;
    border-top: none;
    z-index: 1;
}

.mgErrors div {
    padding: 10px 15px 0 15px;
    text-align: left;
    color: #FF0000;
}

.mgErrors > div:last-child {
    display: block;
    padding: 0 15px;
}

@media all and (max-width: 840px) {

    .mgErrors {
        left: 10px;
        right: 10px;
    }
}

@media all and (min-width: 841px) {

    .mgErrors {
        left: 50%;
        margin-left: -400px;
        width: 800px;
    }
}

@media (max-width: 599.999px) {
	article { padding: 0 10px; }
}

@media (min-width: 600px) and (max-width: 999.999px) {
	article { padding: 0 40px; }
}

@media (max-width: 999.999px) {
	.mgTerms aside {
	    max-width: 340px;
	    height: 40px;
	    margin: 20px auto;
	    position: relative;
	}

	.mgTerms nav a.current { display: block; }

	.mgTerms nav a:not(.current) { display: none; }

	.mgTerms nav.show a:not(.current) { display: block; }

	.mgTerms nav.show div.arrow { display: none; }

	.mgTerms nav {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background-color: var(--white);
		border: 1px solid var(--gold);
		border-radius: 5px;
	}

	.mgTerms nav::after {
		position: absolute;
		display: block;
		content: ' ';
		border-bottom: 2px solid var(--gold);
		border-right: 2px solid var(--gold);
		width: 8px;
		height: 8px;
		top: 17px;
		right: 20px;
		transform: translateY(-50%) rotate(45deg);
	}

	.mgTerms aside nav a {
	    display:  block;
	    padding: 10px 30px 10px 20px;
	    text-decoration: none;
	    background-color: var(--white);
	    border-radius: 5px;
	}

	.mgTerms aside nav a:hover,
	.mgTerms aside nav a.current {
		background-color: var(--beige);
		color: var(--black);
	}
}

@media (min-width: 1000px) {
	section.mgTerms {
		max-width: 1000px;
		box-sizing: border-box;
		padding: 0
	}

	section.mgTerms aside {
	    display: inline-block;
	    width: 300px;
	    vertical-align: top;
	    position: sticky;
	    top: 50px;
	}

	section.mgTerms aside nav a {
		text-align: right;
	    display:  block;
	    padding: 10px 20px 10px 10px;
	    text-decoration: none;
	    margin-right: -1px;
	    border-right: 1px solid var(--beige);
	}

	section.mgTerms aside nav a:hover {
		color: var(--red);
		border-right: 1px solid var(--red);
	}

	section.mgTerms aside nav a.current {
		background-color: var(--beige);
		border-right: 1px solid var(--red);
		color: var(--red);
	}

	section.mgTerms article {
	    display: inline-block;
		width: 650px;
		vertical-align: top;
		margin-left: 50px;
	}
}

.restaurant-menu {
    max-width: 980px;
    margin: 0 auto;
    padding: 56px 20px 80px;
    color: var(--menu-text);
}

.restaurant-menu__header {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
}

.restaurant-menu__eyebrow {
    margin: 0 0 8px;
    color: var(--menu-text-soft);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.restaurant-menu__title {
    margin: 0;
    color: var(--main-color);
    font-family: "Source Serif 4", serif;
    font-size: clamp(38px, 7vw, 68px);
    line-height: 1;
}

.restaurant-menu__note {
    margin: 16px 0 0;
    color: var(--menu-text-soft);
    font-size: 14px;
}

.menu-section {
    margin-top: 56px;
}

.menu-section__title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 28px;
    color: var(--main-color);
    font-family: "Source Serif 4", serif;
    font-size: 28px;
    text-transform: uppercase;
}

.menu-section__title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: color-mix(in srgb, var(--main-color) 48%, transparent);
}

.menu-section__items {
    display: grid;
    gap: 30px;
}

.menu-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
}

.menu-item__thumb {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 8px;
}

.menu-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-item__topline {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.menu-item__name {
    flex: 0 1 auto;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.menu-item__leader {
    flex: 1;
    min-width: 24px;
    border-bottom: 2px dotted color-mix(in srgb, var(--menu-text-soft) 58%, transparent);
    transform: translateY(-3px);
}

.menu-item__price {
    flex: 0 0 auto;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
}

.menu-item__description {
    max-width: 720px;
    margin: 7px 0 0;
    color: var(--menu-text-soft);
    font-size: 13px;
    line-height: 1.55;
}

.menu-item__meta {
    display: flex;
    gap: 8px;
    margin-top: 7px;
    color: color-mix(in srgb, var(--menu-text-soft) 76%, transparent);
    font-size: 12px;
}

.menu-item__meta span + span::before {
    content: "•";
    margin-right: 8px;
}

@media (max-width: 600px) {
    .restaurant-menu {
        padding: 40px 14px 64px;
    }

    .menu-section {
        margin-top: 44px;
    }

    .menu-item {
        gap: 12px;
    }

    .menu-item__topline {
        gap: 7px;
    }

    .menu-item__name {
        font-size: 15px;
    }

    .menu-item__price {
        font-size: 15px;
    }
}

.mgPageGallery { padding: 5px; }

.mgPageGallery a {
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
}

.mgPageGallery img { transition: transform .2s; }

.mgPageGallery img:hover {
    z-index: 1;
    transform: scale(1.03);
}

.mgPageGallery a img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
    transition: transform .5s;
}

@media (max-width: 639.999px) {
    .mgPageGallery a { width: 50%; }
}

@media (min-width: 640px) and (max-width: 899.999px) {
    .mgPageGallery a { width: 33.333%; }
}

@media (min-width: 900px) and (max-width: 1159.999px) {
    .mgPageGallery a { width: 25%; }
}

@media (min-width: 1160px) and (max-width: 1439.999px) {
    .mgPageGallery a { width: 20%; }
}

@media (min-width: 1440px) {
    .mgPageGallery a { width: 16.666%; }
}

.mgGallery,
.mgGallery .slider { height: 100%; }

.mgGallery .slider .slide {
    text-align: center;
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 100%;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fullscreen .mgGallery .slider .slide { text-align: center; }

.mgGallery .slider .slide img {
    max-width: 100vw;
    max-height: 100vh;
    vertical-align: middle;
}

.mgGallery .slider .slide span {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 0px;
    height: 100vh;
    vertical-align: middle;
}

.mgGallery .slider .slide.fade {
    position: absolute;
    top: 0;
    left: 0;
}


.mgGallery .frame {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mgGallery .items { display: none; }

.mgGallery a.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;

    background-color: rgba(0,0,0,0.05);
}

.mgGallery a.close hr {
    position: absolute;
    top: 19px;
    left: 20px;
    border: none;
    width: 24px;
    height: 2px;
    background-color: #999;

    pointer-events: none;
}

.mgGallery a.close hr:first-child { transform: rotate(45deg); }

.mgGallery a.close hr:last-child { transform: rotate(-45deg); }

.mgGallery a.close:hover hr { background-color: #333; }

.mgGallery a.left,
.mgGallery a.right {
    position: absolute;
    top: 10%;
    width: 10%;
    height: 80%;
    cursor: pointer;
}

.mgGallery a.left,
.mgGallery a.left span { left: 0; }

.mgGallery a.right,
.mgGallery a.right span { right: 0; }

.mgGallery a.left span,
.mgGallery a.right span {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    cursor: pointer;

    background-color: rgba(0,0,0,0.05);
}

.mgGallery a.left hr,
.mgGallery a.right hr {
    margin: 0;
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #999;
    border: none;

    pointer-events: none;
}

.mgGallery a.left hr { left: 21px; }

.mgGallery a.right hr { left: 26px; }

.mgGallery a.left:hover hr,
.mgGallery a.right:hover hr { background-color: #333; }

.mgGallery a.left hr:first-child,
.mgGallery a.right hr:last-child { transform: rotate(-45deg); }

.mgGallery a.left hr:last-child,
.mgGallery a.right hr:first-child { transform: rotate(45deg); }

.mgGallery a.left hr:first-child,
.mgGallery a.right hr:first-child { top: 24px; }

.mgGallery a.left hr:last-child,
.mgGallery a.right hr:last-child { top: 32px; }

input[type=text].mgDate {
    background-image: url(../svg/form/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 32px;
    max-width: 132px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    input[type=text].mgDate {
        background-size: 22px;
        max-width: 152px;
    }
}

form.dark input[type=text].mgDate { max-width: none; }

.mgCalendar {
    margin-top:  2px;
    position: absolute;
    width: 280px;
    border: 1px solid #999;
    padding: 4px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: sans-serif;
    font-size: 14px;
}

.mgCalendar h3.my {
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin: 0 50px;
    padding: 0;

    font-family: sans-serif;
}

.mgCalendar a.left,
.mgCalendar a.right {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.mgCalendar a.left { float: left; }

.mgCalendar a.right { float: right; }

.mgCalendar h3 {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin: 0 50px;

    font-family: sans-serif;
}

.mgCalendar a.left hr,
.mgCalendar a.right hr {
    margin: 0;
    position: absolute;
    width: 13px;
    height: 1px;
    background-color: #999;
    border: none;
    pointer-events: none;
}

.mgCalendar a.left hr { left: 13px; }

.mgCalendar a.right hr { left: 15px; }

.mgCalendar a.left:hover hr,
.mgCalendar a.right:hover hr {
    background-color: #333;
}

.mgCalendar a.left hr:first-child {
    transform: rotate(-45deg);
    top: 15px;
}

.mgCalendar a.left hr:last-child {
    transform: rotate(45deg);
    top: 24px;
}

.mgCalendar a.right hr:first-child {
    transform: rotate(45deg);
    top: 15px;
}

.mgCalendar a.right hr:last-child {
    transform: rotate(-45deg);
    top: 24px;
}

.mgCalendar div.weekdays {
    color: #777;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin: 2px 0;
}

.mgCalendar div.weekdays span {
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 30px;
}

.mgCalendar span.today,
.mgCalendar a.today {
    display: block;
    border-top: 1px solid #CCC;
    text-align: center;
    line-height: 27px;
    color: #777;
    margin-top: 2px;
    padding-top: 2px;
}

.mgCalendar a.today:hover {
    cursor: pointer;
    color: #000;
}

.mgCalendar div.days a,
.mgCalendar div.days span {
    display: inline-block;
    width: 40px;
    line-height: 30px;
    text-align: center;
}

.mgCalendar div.days span { color: #777; }

.mgCalendar div.days a { cursor: pointer; }

.mgCalendar div.days span.current,
.mgCalendar div.days a.current { background-color: #EEE; }

.mgCalendar div.days a:hover { background-color: #3CDFFF; }

.mgCalendar div.days a.day {  background-color: #3CDFFF; }

.mgCalendar div.days a.days { background-color: #B1F2FF; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .mgCalendar { font-size: 18px !important; }
}

.mgCalendar a.close {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: left;
}

.mgCalendar a.close hr {
    position: absolute;
    top: 11px;
    left: 12px;
    border: none;
    width: 18px;
    height: 1px;
    background-color: #8e8e8e;
    pointer-events: none;
}

.mgCalendar a.close hr:first-child { transform: rotate(45deg); }

.mgCalendar a.close hr:last-child { transform: rotate(-45deg); }

.mgCalendar a.close:hover hr { background-color: #000; }

.mgCalendar a.up,
.mgCalendar a.down {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: right;
}

.mgCalendar a.up hr,
.mgCalendar a.down hr {
    position: absolute;
    border: none;
    width: 13px;
    height: 1px;
    background-color: #8e8e8e;
    pointer-events: none;
}

.mgCalendar a.up hr { top: 10px; }

.mgCalendar a.up hr:first-child {
    left: 13px;
    transform: rotate(45deg);
}

.mgCalendar a.up hr:last-child {
    left: 4px;
    transform: rotate(-45deg);
}

.mgCalendar a.down hr { top: 14px; }

.mgCalendar a.down hr:first-child {
    left: 4px;
    transform: rotate(45deg);
}

.mgCalendar a.down hr:last-child {
    left: 13px;
    transform: rotate(-45deg);
}

.mgCalendar a.up:hover hr,
.mgCalendar a.down:hover hr { background-color: #000; }

.mgCalendar div.months {
    width: 100%;
    column-count: 3;
    column-gap: 10px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 5px 0;
}

.mgCalendar div.months a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
    color: #999;
}

.mgCalendar div.months a.current,
.mgCalendar div.months a:hover { color: #000; }


.mgCalendar div.months a:nth-last-child(-n+6) { float: right; }

.mgSelect {
    position: relative;
    display: inline-block;
}

.mgReadOnly {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.mgSelect input[type=text]::after {
    position: absolute;
    top: 15px;
    right: 8px;
    display: block;
    content: ' ';
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
}

.mgSelect .mgSList {
    display: none;
    opacity: 0;
    position: absolute;
    margin-top: 2px;
    background-color: #fff;
    border: 1px solid #999;
    min-width: 100%;
    box-sizing: border-box;
    text-align: left;

    max-height: 300px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    overflow-x: hidden;
    overflow-y: auto;
}

.mgSelect .mgSList a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    form.dark .mgSelect .mgSList {
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

/* ===== requests/css/indexb317.css ===== */
form.disabled .mgLoader { background-color: #DDB97F99; }

.mgLoader .path { stroke: var(--white); }

.gold {
    background-color: var(--gold);
    padding: 20px 0 60px 0;
}

.gold section {
    margin: 0 auto;
    max-width: 960px;
}

.gold h3 { color: var(--white); }

.gold form input[type=text],
.gold form input[type=email],
.gold form input[type=tel],
.gold form input[type=number],
.gold form textarea,
.gold form select {
    font-family: sans-serif;
    font-size: 14px;

    margin: 0;
    padding: 4px 8px;
    line-height: 24px;

    border: 2px solid #ae956b;
    border-radius: 6px;
    background-color: var(--beige);
    color: var(--black);

    box-sizing: border-box;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.gold input[type=number] { -moz-appearance:textfield; }

.gold input.mgDate { max-width: 100%; }

.gold label.checkbox span {
    background-color: var(--beige);
    border: 2px solid #ae956b;
    border-radius: 6px;
}

.gold label.checkbox:hover span { border-color: #1CC664;}

.gold label.checkbox input:checked + span {
    background-color: #ae956b;
    border-color: #ae956b;
}

.gold .iagree div:last-child { float: right; }

.gold .iagree a {
    color: var(--white);
    text-decoration: underline;
}

.gold form button[type=submit] {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 2px;
    border-radius: 25px;
}

.gold form button[type=submit] {
    padding: 15px 40px 15px 40px;
    background-color: var(--beige);
    color: var(--dgray);
    transition: background-color .3, color .3;
}

.gold form button[type=submit]:hover {
    background-color: var(--green);
    color: var(--white);
}

.gold .mgCalendar {
    border: 2px solid #ae956b;
    border-radius: 6px;
    background-color: var(--beige);
}

.gold .mgCalendar h3 { color: var(--dgray); }

.gold .mgCalendar a {
    color: var(--dgray);
    text-decoration: none;
}

.gold .mgCalendar .days a:hover { background-color: var(--gold); }
.gold .mgCalendar .days a.day {
    background-color: var(--green);
    color: var(--white);
}

.gold .mgSelect .mgSList a { color: var(--dgray); }

.gold .mgSelect .mgSList a.current,
.gold .mgSelect .mgSList a:hover { background-color: var(--beige); }

.contacts a {
    text-decoration: none;
    color: var(--red);
}

.contacts a:hover { color: var(--gold); }

@media(max-width: 800px) {
    section.contacts .c2 { padding-bottom: 40px; }

    section.contacts iframe {
        width: 100%;
        height: 300px;
    }
}

@media(min-width: 801px) {
    section.contacts > div {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    section.contacts iframe {
        width: 50%;
        height: auto;
    }
}


.contact-page__grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 36px;
    height: 300px;
    max-height: 300px;
}

.contact-page__map,
.contact-page__image {
    min-width: 0;
}

.contact-page__map {
    background-color: var(--main-color);
}

.contact-page__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    height: 300px;
    max-height: 300px;
    border: 0;
}

.contact-page__image {
    position: relative;
    height: 300px;
    max-height: 300px;
    background: url("https://zavedenia.com/zimages/sofia/big/4583/4583-143076046835520625.jpg") center / cover no-repeat;
}

.contact-page__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .45) 42%, rgba(0, 0, 0, .05) 100%);
}

.contact-page__hours {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 24px;
    left: 24px;
    margin: 0;
    color: var(--white);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.45;
}

.contact-page__hours span {
    display: block;
    font-weight: 400;
}

@media (max-width: 719.999px) {
    .contact-page__grid {
        grid-template-columns: 1fr;
        height: auto;
        max-height: none;
    }

    .contact-page__map iframe,
    .contact-page__image {
        height: 300px;
        min-height: 0;
        max-height: 300px;
    }
}
.contact-page__details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 36px;
    margin-top: 64px;
}

.contact-page__details {
    display: flex;
    min-width: 0;
    min-height: 680px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    background-color: transparent;
    color: var(--white);
}

.contact-page__detail + .contact-page__detail {
    margin-top: 36px;
}

.contact-page__detail h2,
.contact-page__social-block h2 {
    margin: 0 0 18px;
    color: var(--main-color);
    font-family: "Source Serif 4", serif;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.15;
}

.contact-page__detail p {
    margin: 8px 0;
    font-size: 20px;
    line-height: 1.5;
}

.contact-page__detail a {
    color: inherit;
    text-decoration: none;
}

.contact-page__address {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-page__address img {
    width: 26px;
    height: 34px;
    margin-top: 3px;
}

.contact-page__social-block {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid color-mix(in srgb, var(--main-color) 48%, transparent);
}

.contact-page__social {
    display: flex;
    gap: 14px;
}

.contact-page__social a {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    background-color: var(--main-color);
}

.contact-page__social img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.contact-page__form {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    height: 390px;
    max-height: 450px;
    /* background-color: var(--main-color); */
}

.contact-page__form iframe {
    display: block;
    width: 100%;
    height: 441px;
    max-height: 450px;
    margin: auto;
    border: 0;
}

@media (max-width: 719.999px) {
    .contact-page__details-grid {
        grid-template-columns: 1fr;
        margin-top: 36px;
    }

    .contact-page__details {
        min-height: 0;
        padding: 32px 24px;
    }

    .contact-page__form,
    .contact-page__form iframe {
        height: 441px;
        min-height: 0;
        max-height: 450px;
    }
}