:root {
    --main-color: #FF5C00;
    --main-gradient: linear-gradient(231deg, #C49C60 1.67%, #DDBC90 44%, #C49C60 86.32%);
}


@font-face {
    font-family: 'Artegra Sans Extended';
    src: url('../fonts/ArtegraSansExMedium.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Belarus';
    src: url('../fonts/Belarus.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Good Vibes Pro';
    src: url('../fonts/GoodVibesCyr.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Artegra Sans Extended';

    font-weight: 400;
    color: white;
    background: #000000;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
ul {
    margin: 0;
    padding: 0;
}

.menu-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
}

.menu-line ul li {
    display: inline-block;
    padding-left: 40px;
}

.menu-line ul li a {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-family: 'Belarus';

    font-size: 119px;
    font-style: normal;
    font-weight: 300;

    text-transform: uppercase;

    background: var(--main-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1 span {

    background: none;
    /* Очищаем задний фон */
    -webkit-background-clip: initial;
    /* Возвращаем значение по умолчанию для background-clip */
    -webkit-text-fill-color: white;
    text-shadow: 0px 4.511px 4.511px rgba(255, 255, 255, 0.25);
    font-size: 95px;
    color: white;
    display: block;
    margin-top: -90px;
    font-family: 'Good Vibes Pro';
    text-transform: none;
}

.boxes-contacts {
    margin-top: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.boxes-contacts p:not(:first-child) {
    margin-top: 6px;
}

.right-menu {
    margin-left: auto;
    text-align: right;
}

.right-menu a {
    font-style: normal;

    font-size: 18px;
    color: #FFFFFF;
}

.right-menu p {
    font-weight: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.slider,
.slider .container {
    position: relative;
}

.box-contacts .socials {
    display: flex;
    align-items: center;

}

.box-contacts .socials a {
    display: block;
    color: white;
}

.box-contacts .socials a:not(:first-child) {
    margin-left: 15px;
}

.socials-header {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 50px;
}

.socials-header a:not(:last-child) {
    margin-right: 50px;
}

.socials-header a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: #FFFFFF;
    display: inline-block;
}

img.scroll {
    position: absolute;
    margin-left: -24px;
    margin-top: -24px;
    bottom: 50px;
    left: 50%;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.slider .container,
.slider .row {
    height: 100%;
}



.slider p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
}

.btns {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #4F3E26;
    padding: 20px 50px;
    background: var(--main-gradient);
    border-radius: 0px;
    border: 1px solid #C49C60;
    transition: 0.3s all;
}

.btn:hover {
    color: #4F3E26;
}

.btn-border:hover {
    color: white;
}

#order {
    margin-top: 60px;
    padding-top: 100px;
}

#contacts {
    margin-top: 0px;
    padding-top: 100px;
}

#order,
#contacts {
    background: url('../img/back-bron.webp');
    background-size: cover;
    background-position: center center;
}

.btn-border {
    transition: 0.3s all;
    background: none;
    color: white;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(50px);
}

.black-btn:hover {
    transition: 0.3s all;
    background: none;
    color: black;
}

.btns .btn-border {
    margin-left: 20px;
}

section {
    margin-top: 100px;
}

section.slider {
    margin-top: 0px;
}

p.sub-header {
    color: white;
    font-family: 'Belarus';
    font-size: 21px;


}

h2 {
    color: #FFF;
    font-family: 'Belarus';
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
}

.about-text {
    margin-top: 50px;
    font-size: 17px;
}

#about img {
    max-width: 100%;
    margin-top: 130px;
}

#menu {

    background: url('../img/back-bron.webp');
    background-size: cover;
    background-position: center center;
    margin-top: -35px;
    background-color: #C49C60;

    color: black;
    padding-top: 65px;
    padding-bottom: 30px;
}

#menu h2,
#menu p {
    color: #392a14 !important;
}

.flex-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.flex-header p {
    margin-left: 30px;
    width: 450px;
}

.menu-row {
    margin-top: 50px;
}



h3 {
    color: #FFF;
    text-align: center;
    font-family: 'Belarus';
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
}

.menu-box-col:first-child,
.menu-box-col:last-child {
    margin-top: 30px;
}

.black-btn {
    background: black;
    border-color: black;
    color: white
}

.see-all {
    text-align: center;
    margin-top: 30px;
}

#interior p {
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}

.swiper-interior img {
    width: 100%;
}

#interior .swiper {
    margin-top: 80px;
}

.form-col {
    margin-top: 50px;
}

.flex-input-line {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

input[type='date'],
input[type='time'],
select {
    -webkit-appearance: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.flex-input-line:last-child {
    margin-top: 15px;
}

form {
    width: 100%;


}

form input {
    width: calc(100%/3.1);
}

input {
    border: 1px solid #CCC;
    padding: 19px 21px;
    background: none;
    font-size: 14px;
    color: white;
}

form .btn {
    padding: 19px 21px;
}

::placeholder {
    color: #CCCCCC;
}

a,
input {
    outline: none !important;
}

#contacts h2.big {
    font-size: 67px;
}

#contacts h2.small {
    font-size: 50px;
}

#contacts p a {
    color: white;
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer p {
    font-weight: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

#map {
    margin-top: 30px;
}

.burger-menu,
.menu-mobile {
    display: none;
}
.center-main{
    height: 100%;
    width: 100%;
}
.center-main main,.center-main body{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-block{
    padding-top: 150px;
    text-align: center;
}
.center-block img{
    max-width: 85px;
    margin-bottom: 10px;
}
.center-block p{
    opacity: 0.8;
    margin-top: 5px;
}
.center-block a{
    margin-top: 15px;
    padding: 15px 60px;
}
.center-block h3{
    background: var(--main-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
@media screen and (max-width: 992px) {
    .menu-line {
        display: none;
    }

    h1 {
        font-size: 55px;
        text-align: center;
    }

    h1 span {
        margin-top: -40px;
        font-size: 45px;
    }

    .slider p {
        font-size: 14px;
        text-align: center;
    }

    .btns {
        flex-direction: column;
    }

    .btns .btn-border {
        margin-left: 0px;
        margin-top: 20px;
    }

    img.scroll {
        display: none;
    }

    .socials-header {
        margin-top: 50px;
        justify-content: center;
        position: unset;
        right: unset;
    }

    h2,
    #contacts h2.big,
    #contacts h2.small {
        font-size: 32px;
    }

    p {
        font-size: 16px;
    }

    p.sub-header {
        margin-bottom: 20px;
    }

    .flex-header {
        flex-direction: column;
    }

    .flex-header p {
        width: unset;
        margin-left: 0px;
        margin-top: 30px;
    }

    .menu-box-col:first-child,
    .menu-box-col:last-child {
        margin-top: 0px;
    }

    .menu-box-col {
        margin-bottom: 30px;
    }

    .flex-input-line {
        flex-direction: column;
    }

    .btn {
        font-size: 14px;
    }

    form input {
        width: 100%;
        margin-bottom: 20px;
    }

    .boxes-contacts {
        flex-direction: column;
        align-items: flex-start;
    }

    .box-contacts:not(:first-child) {
        margin-top: 20px;
    }

    #contacts p {
        margin-top: 10px;
    }

    footer .container {
        flex-direction: column;
    }

    footer .container div {
        margin-top: 20px;
    }

    .burger-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #181718;
        z-index: 9999;
        display: none;
    }

    .hamburger--active {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .header-bm {
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-mobile img.lg,
    .header-bm img.lg {
        max-width: 50px;
    }

    .menu-lines {
        margin-top: 30px;
    }

    .menu-lines ul li {
        display: block;
        padding-bottom: 20px;
    }

    .menu-lines ul li a {
        font-weight: normal;
        font-size: 18px;
        color: white;
        transition: 0.5s all;
    }

    p.call,
    p.phone {
        text-align: center;
    }

    p.call {
        font-size: 18px;
        background: var(--main-gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

    }

    p.phone a {

        font-size: 26px;
        color: white;
    }
    .socials-header{
        flex-direction: column;
    }
    .socials-header a:not(:last-child){
        margin: 0;
        margin-bottom: 20px;
    }
    .slider{
        padding-top: 150px;
        padding-bottom: 50px;
        height: auto;
    }

    .bm-c p.time {
        text-align: center;
    }

    .bm-c .socials-contacts {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 17px;
    }

    .bm-c .socials-contacts a {
        color: white;
    }

    .socials-contacts a:not(:last-child) {
        margin-right: 30px;
    }

    .bm-c .socials-contacts {
        font-size: 16px;
    }

    p.time {
        font-size: 16px;
    }

    .menu-mobile {
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .upper-burger {
        width: 100%;
    }

    .bm-c {
        margin-bottom: 30px;
    }

    footer a {
        text-align: center;
    }
}