body {
    padding-top: 76px;
}
.navbar {
    background-color: #fff;
}
.navbar a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #000;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.navbar a:hover {
    text-decoration: underline;
}
@media (max-width: 992px) {
    .navbar a{
        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(0, 0, 0)' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }
.slider-section {
    padding-bottom: 24px;
}
.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;
}

.slider-title span,
.slider-text span{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff;
}

.am-section {
    padding-top: 76px;
    margin-bottom: 24px;
}
@media (max-width: 768px) {
    .am-section {
        padding-top: 30px;
        margin-bottom: 0px;
    }
}
.card {
    padding: 10px 0px;
    border: none;
}
.section-title {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .section-title {
        padding-bottom: 10px;
    }
}
.about-text {
    padding-top: 50px;
}
@media (max-width: 768px) {
    .about-text {
    padding-top: 20px;
    }
}
.contacts-text {
    padding-top: 50px
}
@media (max-width: 768px) {
    .contacts-text {
    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: 11px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
}
