:root {
    --theme-bg-color: rgb(250, 255, 251);
    --theme-primary-color: rgb(69 194 109);
    --theme-primary-color-hover: rgb(43, 128, 70);
    --theme-secondary-color: #6c757d;
    --theme-link-color: #0d6efd;
}

.header {
    background-color: var(--theme-primary-color);
    color: white;
    padding: 10px;
}

.button {
    background-color: var(--theme-secondary-color);
    border: 2px solid var(--theme-accent-color);
    color: white;
    padding: 5px 10px;
}

.footer {
    background-color: var(--theme-primary-color);
    color: var(--theme-secondary-color);
    padding: 20px;
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Oswald-Regular.ttf") format("truetype");
}

.__btn-palette-color-3 {
    color: #fff !important;
    background-color: var(--theme-primary-color) !important;
    border-color: var(--theme-primary-color) !important;
}

.__btn-palette-color-3:hover {
    color: #fff;
    background-color: var(--theme-primary-color-hover);
    border-color: var(--theme-primary-color-hover);
}

body {
    font-family: 'OpenSans', sans-serif;
    color: #383838;
    background-color: var(--theme-bg-color);
    font-size: 1rem;
}

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.8rem;
}

.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: var(--theme-primary-color);
    border: none;
}

.__phone {
    font-size: 1.2rem;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    color: white;
    transition: all 0.5s ease-out;
    display: block;
    margin-left: auto;
}

.__phone:hover {
    color: var(--theme-primary-color);
    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-screen.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;
}
.__bg-5 {
    background-image: url('../img/7-2.jpg');
    min-height: 80vh
}
.__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: var(--theme-primary-color);
    text-align: center;
    line-height: 1.3em;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--theme-primary-color-hover);
}

.__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;
}

.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: var(--theme-primary-color);
    color: #fff;
    text-align: center;
    opacity: 0.5;
    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;
    font-family: 'Oswald', sans-serif;
}

.btn-scroll-top-tooltip {
    opacity: 0;
}

.btn-scroll-top:hover .btn-scroll-top-tooltip {
    visibility: visible;
    opacity: 1;
}

.btn-scroll-top:hover {
    background-color: var(--theme-primary-color);
    color: #fff;
    opacity: 1;
}

a {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    color: var(--theme-link-color);
}

.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 */


.navbar-nav .nav-link {max-width: auto;}

body {
    font-size: 1em;
    min-width: 375px;
}

a {text-decoration: none;}
.logo {
    width: 30px;
}

.__promo-light {
    color: var(--theme-primary-color);
}

.__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: 35px;
    }

    .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;
    }
    .navbar-nav .nav-link {max-width: auto;}
}

/* Medium	md	≥768px */
@media (min-width:768px) {
    body {
        font-size: 1em;
    }

    .logo {
        width: 45px;
    }

    .__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: 50px;
    }

    .__mobile-nav {
        position: initial;

    }

    .__phone-footer {
        margin-left: 0;
    }
    .navbar-nav .nav-link {max-width: 256px;}
}

/* Extra large	xl	≥1200px */
@media (min-width:1200px) {
    body {
        font-size: 1.2em;
    }

    .logo {
        width: 60px;
    }

    .__mobile-nav {
        position: initial;
    }

    .__phone-footer {
        margin-left: 0;
    }
    .navbar-nav .nav-link {max-width: 256px;}
}

/* Extra extra large	xxl	≥1400px */
@media (min-width:1400px) {
    body {
        font-size: 1.3em;
    }

    .logo {
        width: 70px;
    }

    .__mobile-nav {
        position: initial;
    }

    .__phone-footer {
        margin-left: 0;
    }
    .navbar-nav .nav-link {max-width: 256px;}
}

