@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Raleway-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Oswald-Regular.ttf") format("truetype");
}

.__palette-color-1 {
    color: #000;
}

.__palette-color-2 {
    color: #80ff80;
}

.__palette-color-3 {
    color: #d2692d;
}

.__btn-palette-color-3 {
    color: #fff !important;
    background-color: #d2692d !important;
    border-color: #d2692d !important;
}

.__btn-palette-color-3:hover {
    color: #fff;
    background-color: #7c401d;
    border-color: #7c401d;
}

body {
    font-family: 'Raleway', sans-serif;
    color: #383838;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
}

.h1,
h1 {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    line-height: 3rem;
}

.__text-shadow {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}

.h2,
h2 {
    font-size: 1.7rem;
}

.h3,
h3 {
    font-size: 1.6rem;
}

.__logo-text {
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    line-height: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: 20px;
}

.__price-button {
    background-color: #fff;
    border: none;
    font-size: .9rem;
    padding: .8rem 2rem;
    font-weight: bold;
}

.__price-button:hover {
    background-color: #D2692D;
    border: none;
}

.__phone {
    font-size: 1.2rem;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    color: white;
    transition: all 0.5s ease-out;
    width: 167px;
    display: block;
    margin-left: auto;
}

.__phone:hover {
    color: #D2692D;
    transition: all 0.5s ease-out;
}

.__phone-footer {
    font-size: 1.2rem;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    transition: all 0.5s ease-out;
    color: #383838;
    width: 167px;
    margin-right: auto;
    margin-left: auto;
}

.__online {
    font-size: 0.8rem;
    color: white;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.__online_footer {
    font-size: 1.1rem;    
    font-family: 'Oswald', sans-serif;
}

.__bg-main {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)), url('../img/main-decor.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 100vh;
}

.__bg-2,
.__bg-3,
.__bg-4 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.__bg-2 {
    background-image: url('../img/3-1.jpg');
    min-height: 80vh;
}

.__bg-3 {
    background-image: url('../img/5-1.jpg');
    min-height: 80vh;
}

.__bg-4 {
    background-image: url('../img/6-1.jpg');
    min-height: 50vh;
}

.__promo-text {
    font-size: 1.2rem;
}

.card {
    background-color: rgba(255, 255, 255, .75);
    font-family: 'Oswald', sans-serif;
}

.navbar-nav {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.navbar-nav .nav-link {
    color: #D2692D;
}

.nav-link:focus,
.nav-link:hover {
    color: #954213;
}

.__line {
    border-color: #767677 !important;
}

.__h-bg {
    height: 75vh;
}

.__h-50 {
    height: 50vh;
}

.__adress {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    color: #383838;
}

.navbar-toggler {
    height: 50px;
    width: 50px;
}

.btn-scroll-top.show {
    right: 1.25rem;
    opacity: 1;
}

.btn-scroll-top {
    display: block;
    position: fixed;
    right: -4.125rem;
    bottom: 1.25rem;
    width: 2.75rem;
    height: 2.75rem;
    -webkit-transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.25s ease-in-out;
    transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.25s ease-in-out;
    border-radius: 50%;
    background-color: rgba(210, 105, 45, 0.5);
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: 1025;
    font-size: 1em;
    line-height: 2.75rem;
}

.btn-scroll-top .btn-scroll-top-tooltip {
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    visibility: hidden;
    opacity: 0;
    font-family: 'Oswald', sans-serif;
}

.btn-scroll-top:hover .btn-scroll-top-tooltip {
    visibility: visible;
    opacity: 1;
}

.btn-scroll-top:hover {
    background-color: rgba(210, 105, 45, 1);
    color: #fff;
}

.text-muted {
    color: rgba(210, 105, 45, 1) !important;
}

a {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.form-captcha__refresh {
    padding: 5px 0 0 0px;
    line-height: 1;
    border: 1px solid #ced4da;
    margin-right: 0.5rem;
    cursor: pointer;
    height: 38px;
    width: 38px;
    text-align: center;
    border-radius: .375rem;
}
/* X-Small	None	<576px */
body {
    font-size: 1em;
    min-width: 375px;
}

.logo {
    width: 65px;
}

.__promo-light {
    color: #D2692D;
}

.__mobile-nav {
    position: absolute;
    top: -16px;
    right: 10px;
    background: #212529;
    padding: 25px;
    z-index: 999;
    font-size: 1.4rem;
    box-shadow: 5px 5px 20px #000;
}

.footer-border-left {
    border-top: 3px solid #d9d9d9;

}

.footer-border-right {
    border-bottom: 3px solid #d9d9d9;
}

/* Small	sm	≥576px */
@media (min-width:576px) {
    body {
        font-size: .9em;
    }

    .logo {
        width: 70px;
    }

    .footer-border-left {
        border-bottom: 3px solid #d9d9d9;
        border-right: 3px solid #d9d9d9;
    }

    .footer-border-right {
        border-top: 3px solid #d9d9d9;
    }
    .__phone-footer {
        margin-left: 0;
    }
}

/* Medium	md	≥768px */
@media (min-width:768px) {
    body {
        font-size: 1em;
    }

    .logo {
        width: 75px;
    }

    .__mobile-nav {
        position: initial;
        padding: 0;
        background: none;
        box-shadow: none;
    }
    .__phone-footer {
        margin-left: 0;
    }
}

/* Large	lg	≥992px */
@media (min-width:992px) {
    body {
        font-size: 1.1em;
    }

    .logo {
        width: 80px;
    }

    .__mobile-nav {
        position: initial;

    }
    .__phone-footer {
        margin-left: 0;
    }
}

/* Extra large	xl	≥1200px */
@media (min-width:1200px) {
    body {
        font-size: 1.2em;
    }

    .logo {
        width: 90px;
    }

    .__mobile-nav {
        position: initial;
    }
    .__phone-footer {
        margin-left: 0;
    }
}

/* Extra extra large	xxl	≥1400px */
@media (min-width:1400px) {
    body {
        font-size: 1.3em;
    }

    .logo {
        width: 100px;
    }

    .__mobile-nav {
        position: initial;
    }
    .__phone-footer {
        margin-left: 0;
    }
}

.row>* {
    padding-right: calc(var(--bs-gutter-x) * .7);
    padding-left: calc(var(--bs-gutter-x) * .7);
}