* {
    box-sizing: border-box
}
html, body {
    margin: 0;
    padding: 0;
    font-family: arial;
    background: lightgrey;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    scroll-behavior: smooth;
}
h1 {
    margin: 0;
    padding: 0;
}


nav {
    position: relative;
    z-index: 2;
}
.menu li {
    position: relative;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    width: max-content;
    max-width: 250px;
}
.dropdown > a::after {
    content: "▼";
    display: inline-block;
    margin-left: 6px;
    font-size: 10px;
    vertical-align: middle;
    transform: translateY(-2px);
    transition: transform 0.3s;
}
.dropdown-menu li a {
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
.dropdown-menu li a:hover {
    background: #444;
    color: white;
}
.menu-item {
    padding: 16px;
    color: white;
    font-weight: bold;
    transition: 0.25s;
}


.content {
    position: relative;
    width: 1100px;
    height: 100%;
    margin-left: 50%;
    left: -550px;
}

.pro {
    transition: background-image 0.1s ease-in-out;
}
.pro .loaded {
    transition: background-image 0.3s ease-in-out;
}

.card {
    padding-left: 20px;
    padding-right: 20px;
}

.card .pro {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.side-by-side {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bg-lighter {
    background: #eee;
}

.bg-light {
    background: #e3e3e3;
}

.nav-social {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.nav-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

.nav-social li{
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    transition: filter 0.2s ease-in-out;
}

.nav-social li:hover, .footer-social li:hover {
    cursor: pointer;
    filter: brightness(70%); 
}

footer {
    background: #555;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-social {
    width: 100%;
}

.footer-social li {
    transition: filter 0.2s ease-in-out;
}

.footer-social ul {
    height: 60px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
}

.hero {
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 179px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.hero-box-form {
    width: 100%;
}
.hero-box-form input, .hero-box-form textarea{
    width: 100%;
    font-size: 14pt;
    border-radius:4px;
    border: none;
    background: #eee;
    color: #303030;
    padding: 16px;
    margin-bottom: 10px;
    font-family: inherit;
}
.hero-content {
    display: flex;
    align-items: center;
}
.hero-box-clear {
    padding-top: 70px;
    padding-bottom: 70px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.hero-location {
    display: flex; 
    align-items: center; 
    gap: 8px; 
    color: #ffffff;
}

.hero-location span {
    font-size: 17pt;
}

.hero-box-title {
    text-align: center;
    padding-bottom: 10px;
}

.col-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
}
.col-2 .col-item {
    width: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    order: 0;
}
.col-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
}
.col-1 .col-item {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    order: 0;
}
.col-item-center {
    align-self: center;
}

.box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

nav {
    background: #303030;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu .link li {
    text-align: center;
    padding: 16px;
    color: white;
    font-weight: bold;
    transition: 0.25s;
}

.menu .link li:hover, .menu-item:hover {
    background: #ee0e0e;
    cursor: pointer;
}

nav a {
    color: inherit;
}

header {
    background: white;
}
.header-phone {
    margin-left: auto;
}
.header-content {
    display: flex;
    align-items: center;
}
header a, nav a {
    text-decoration: none;
}

.logo {
    margin: auto;
}
.logo img{
    height: 120px;
}

form .btn {
    width: 100%;
}

.btn {
    background: red;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    font-size: 14pt;
    margin: auto;
    transition: 0.25s;
    border: none;
    font-family: inherit;
}
.btn:hover {
    background: #d51919;
    cursor: pointer;
}

.hamburger {
    display:none;
    position: absolute;
    top: 0;
    width: 50px;
    right: 0;
    z-index: 6;
    transition: width 0.3s ease-in-out 0.2s;
}
.hamburger-lines {
    height: 32px;
    width: 40px;
    position: fixed;
    top: 45px;
    right: 20px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hamburger-checkbox {
    position: fixed;
    display: block;
    height: 40px;
    width: 40px;
    top: 38px;
    right: 17px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}
.hamburger-lines span {
    display: block;
    height: 5px;
    width: 100%;
    border-radius: 10px;
    background: #303030;
    z-index: 4;
}
.hamburger-line-1 {
    transform-origin: 100% 0;
    transition: transform 0.3s ease-in-out;
}
.hamburger-line-2 {
    transition: transform 0.1s ease-in-out;
}
.hamburger-line-3 {
    transform-origin: 100% 100%;
    transition: transform 0.3s ease-in-out;
}
.hamburger input[type="checkbox"]:checked ~ nav {
    transform: translateX(0);
}
.hamburger input[type="checkbox"]:checked ~ .hamburger-lines .hamburger-line-1 {
    transform: rotate(-45deg);
}
.hamburger input[type="checkbox"]:checked ~ .hamburger-lines .hamburger-line-2 {
    transform: scaleY(0);
}
.hamburger input[type="checkbox"]:checked ~ .hamburger-lines .hamburger-line-3 {
    transform: rotate(45deg);
}
.hamburger-open {
    width: 85%;
    height: 120px;
    background: white;
    transition: width 0.3s ease-in-out 0.2s;
}

.mobile-nav-open {
    transform: translateX(0);
    box-shadow: -120px 0 0 0 rgba(0,0,0,0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.2s ease-in-out 0.15s;
}
.mobile-phone {
    margin-top: 12px;
    display: none;
}
.mobile-padding {
    display: none;
    padding-top: 125px;
}
.location {
    position: relative;
    z-index: 1;
}
.open {
    display: block;
}

@media only screen and (max-width: 1200px) {
    .content {
        width: 900px;
        left: -450px;
    }
}

@media only screen and (max-width: 950px) {
    .content {
        width: 720px;
        left: -360px;
    }
}

@media only screen and (min-width: 801px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .content {
        width: calc(100% - 40px);
        left: calc(-50% + 20px);
    }
    
    .col-2 .col-item {
        width: 100%;
    }
    
    .header-content {
        justify-content: center;
    }
    
    .header-phone {
        display: none;
    }
    
    .mobile-phone {
        display: block;
    }
    
    .mobile-padding {
        display: block;
    }
    
    header {
        position: fixed;
        width: 100%;
        z-index: 2;
    }
    
    .dropdown-menu {
        position: relative;
        background: #eee;
        border-radius: 6px;
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
        top: 0;
    }
    .dropdown-menu li a {
        padding: 15px 20px;
        font-weight: normal;
    }
    .menu-item a {
        padding: 16px;
        width: 100%;
    }
    .menu-item:hover {
        background: inherit;
    }
    
    nav {
        background: white;
        transform: translateX(150%);
        transition: transform 0.3s ease-in-out, box-shadow 0.1s ease-in-out;
        width: 85%;
        top: 0;
        left: 15%;
        z-index: 2;
        height: 100vh;
        position: fixed;
        padding-top: 120px;
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    .menu {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        align-content: stretch;
    }
    
    nav ul a, .menu-item {
        width: 100%;
    }
    
    .menu .link li, .menu-item {
        color: #303030;
        text-align: center;
        padding: 16px 0;
    }
    
    .hero {
        height: auto;
    }
    
    .hamburger {
        display: block;
    }
    
    .hero-box-clear {
        text-align: center;
    }
    
    .box {
        margin-top: 0;
    }
    
    .hero-location {
        justify-content: center;
    }
    
    .nav-social {
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .nav-social ul {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .nav-social {
        width: 100%;
    }
}



.grecaptcha-badge {
    z-index:5;
}
