﻿:root {
    --btn-color: #ffcc00;
    --yellow:#fed523;
    --Label-Primary:#292826;
    --header-height: 184px;
    --hero-gap: 56px;
    --main-gap: 22px;
}
html {
    scroll-padding-top: calc(var(--header-height) + 16px);
}

@media (max-width: 767.98px) {
    #glightbox-body.modalForm .gcontainer {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    #glightbox-body.modalForm .gslide,
    #glightbox-body.modalForm .gslide-inner-content,
    #glightbox-body.modalForm .ginner-container {
        max-width: 100%;
        box-sizing: border-box;
    }
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
select,
input {
    font-family: 'Montserrat';
}
body {
    font-family: 'Montserrat', Arial, sans-serif;;
    font-weight: 500;
    font-size: 16px;
    color:#292826;
    line-height: 1.5;
    background-color: #fff;
    overflow-x: hidden;
    margin-bottom: 50px;
}
body.header-menu-open {
    overflow: hidden;
}
body.header-menu-open::before {
    content: '';
    position: fixed;
    inset: 0;
    background-color: #fff;
    z-index: 2147483646;
}
p, ul, li {
    margin: 0;
    padding: 0;
}

.description__info-text p {
    margin: 0 0 16px;
}
.description__info-text p:last-child {
    margin-bottom: 0;
}

.container {
    max-width: 1620px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

img {
    width: 100%;
}
.btn {
    border:none;
    border-radius: 16px;
    background-color: var(--btn-color);
    font-size: 18px;
    padding: 17px;
    white-space: nowrap;
    text-decoration: none;    
    color:#000;
    text-align: center;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
}
.goverlay {
    background: rgba(41, 40, 38, 0.20) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); /* Для поддержки Safari */
}
.glightbox-clean .gslide-media {
    box-shadow: unset!important;
    border-radius: 16px;
    overflow: hidden;
}
/* .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: transparent!important;
}
.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
    fill:#292826;
} */




