@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: Montserrat;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
footer a {
    color: white;
}
.collapse {
    text-align: center;
}
.shadow {
    background-color: #403006;
}
.navbar-brand {
    font-weight: 800;
}
.collapse {
    background-color: #ffc018;
    color: #403006;
}
.collapse a {
    color: #403006;
}
.collapse a:hover {
    text-decoration: underline;
}
.navbar-nav {
    margin-left: 0px;
    text-align: center;
}
.nav-item {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.phone {
    font-size: 21px;
    text-align: center;
}
.phone {
    margin-top: 15px;
    margin-bottom: 15px;
}
.slider {
    display: none;
}
.banner {
    position: relative;
    height: 600px;
    background-image: url(/images/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner_div {
    color: white;
    /* height: 300px; */
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    background-color: rgba(85,69,30,.7);
}
.banner_title {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
}
button {
    background-color: #ffc018;
    border-radius: 10px;
    padding: 15px;
    border: none;
}
.banner_div p {
    font-size: 14px;
}
.card-desk {
    color: #403006;
}
.card-text {
    text-align: left;
    font-size: 1.2rem;
}
.grey {
    background-color: #f0eeea;
}
.card-desk1 .card {
    height: 310px;
}
.card-desk1 img {
    height: 100px;
    width: auto;
    margin: auto;
}
.rew-img {
    max-width: 500px;
    margin: auto;
}
.yellow {
    color: #403006;
    background-color: #ecdaac;
}
.fs {
    font-size: 30px;
}
.ftr_bi {
    width: 100%;
    height: 50px;
    background-image: url(/images/zbr.png);
}
.grey_b {
    color: white;
    background-color: #403006;
}
.grey_b a:hover {
    color: white;
    text-decoration: underline;
}
.navbar-brand-footer {
    font-weight: 800;
    font-size: 32px;
}
.card-img-top {
    height: 100px;
    width: 100px;
    margin: auto;
}
.card-img-top1 {
    width: 100%;
}

/* 2 колонки на sm */
@media (min-width: 576px) {
    .card-desk {
        -webkit-column-count: 2;
        column-count: 2;
    }
}
/* 3 колонки на md */
@media (min-width: 768px) {
    .card-desk {
        -webkit-column-count: 3;
        column-count: 3;
    }
}
/* 4 колонки на lg и xl */
@media (min-width: 992px) {
    .card-desk {
        -webkit-column-count: 3;
        column-count: 3;
    }
    .slider {
        display: block;
    }
    .navbar-nav {
        margin-left: 30px;
    }
}