

/* Start:/bitrix/templates/empty/css/style.css?176116138512*/







/* End */


/* Start:/bitrix/templates/empty/styles.css?17664363023134*/
body {
    margin: 0;
    padding: 0;
    background: #d7cec5;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: black;
}

.container {
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    max-width: 1920px;
    width: 100%;
}

.header {
    background: #b6a697;
    padding: 10px 0;
    border-bottom: black solid 1px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    width: 100%;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerInfo {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    gap: 20px;
}

.info {
    font-size: 16px;
    cursor: pointer;
}

.logo {
    font-size: 30px;
    font-weight: bold;
}

.burger {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 1;
}

.burgerInner {
    cursor: pointer;
    height: 100%;
}

.burgerLine {
    background: black;
    border: solid 1px;
    width: 20px;
    height: 1px;
    margin: 3px 0;
}

.burgerMenu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: red;
    transition: all 1s ease;
}

.burgerMenu.opened {
    left: 0;
}

.footer {
    margin: 0 auto;
    background: #38332f;
    padding: 0 0 30px 0;
}

.footerBanner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    color: #d7cec5;
}

.footerName {
    font-size: 35px;
    font-weight: bold;
    margin: 50px 0 20px 0;
    color: #d7cec5;
}

.footerDescription {
    font-size: 25px;
    margin: 7px 0;

}

.footerImage {
    display: flex;
    margin: 10px 10px;
}

.imgSocialNetwork {
    width: 50px;
    height: auto;
    border-radius: 15px;
    border: 1px solid black;
    margin: 10px 7px;
}

.footerInfo {
    display: flex;
    justify-content: center;
    margin: 0  auto;
}

.footerBlock {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 14%;
    color: #d7cec5;
}

.footerTitle {
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 10px 0;
}

.footerSections {
    font-size: 18px;
}

.hidden {
    display: none !important;
}


@media screen and (max-width: 450px) {

    .headerInner {
        display: flex;
        justify-content: flex-start;
        max-width: 450px;
    }

    .logo {
        margin: 0 20px;
    }

    .headerInfo {
        display: none;
    }

    .footerInfo {
        flex-direction: column;

    }

    .footerCompany {
        margin: 15px 20px;
        padding: 0;
    }

    .footerHelp {
        margin: 15px 20px;
        padding: 0;
    }

    .answers {
        margin: 15px 20px;
        padding: 0;
    }

    .footerTitle {
        margin: 0 0 10px 0;
    }

    .footerSections {
        margin: 3px 0;
    }

}
/* End */
/* /bitrix/templates/empty/css/style.css?176116138512 */
/* /bitrix/templates/empty/styles.css?17664363023134 */
