body {
    padding-top: 61px;
}

.sugar-section {
    padding-top: 60px;
    padding-bottom: 40px;
}
@media (max-width: 768px) {
    .sugar-section {
        padding-top: 20px;
        padding-bottom: 0px;
    }

}
.slider-section {
    padding-bottom: 0px;
}
@media (max-width: 768px) {
    .slider-section {
        padding-bottom: 30px;
    }

}
.navbar {
    background-color: #501717;
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-brand {
    font-family: 'DM Serif Dispaly', serif;
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.navbar-brand:any-link {
    color: #ffbd59;
}
.nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #ffbd59;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.nav-link:hover {
    text-decoration: underline;
}
.nav-link:any-link {
    color: #ffbd59;
}
@media (max-width: 992px) {
    .nav-link{
        font-size: 20px;
    }
}
.navbar-toggler {
    border-width: 0px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler-icon {
            background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 189, 89)' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }

.slider-title {
    font-weight: bolder;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: -.02em;
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    .slider-title {
        font-size: 18px;
        line-height:20px;
    }
}
.slider-text {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    letter-spacing: -.02em;
}
@media (max-width: 768px) {
    .slider-text {
        font-size: 14px;
        line-height:16px;
    }
}
.slider-title span,
.slider-text span {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff;
}

.dsgn {
    font-family: 'Arial', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
}

.dsgn-body {
    padding-top: 10px;
}

.dsgn-title{
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    letter-spacing: -.02em;
}

@media (max-width: 992px) {
    .dsgn-title{
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 768px) {
    .dsgn-title {
        font-size: 20px;
        line-height: 23px;
    }

}

.about-item {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

@media (max-width: 992px) {
    .about-item{
        padding-top: 20px;
    }
}

.contacts-item {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    padding-left: 10px;
}

.contacts-link {
    color: #000;
    text-decoration: none;
}

.contacts-link:hover {
    text-decoration: underline;
}

.copyright-item {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
}
