body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #303030;
}


h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #303030;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #303030;
}

h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #303030;
}

h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #003563;
}

a {
    text-decoration: none;
    color: #303030;
}

a:hover {
    text-decoration: none;
    color: #2eca55;
}

@media all and (min-width: 768px) {
    .container,
    .container-md {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media all and (max-width: 767px) {
    h1 {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }

    h4 {
        font-size: 1rem;
        font-weight: 600;
        color: #58585a;
    }

    .modal-dialog {
        max-width: 767px;
    }

}

/*основная часть*/
/*начало хлебных крошек*/
.breadcrumbs {
    color: #303030;
    font-weight: 400;
    font-size: 0.85rem;
    margin-top: 1.7rem;
    margin-bottom: 3rem;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.breadcrumbs a {
    text-decoration: none;
    color: #303030;
}

.breadcrumbs ul li:after {
    content: ">";
    color: red;
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumbs ul li:last-child:after {
    content: "";
}

/*конец хлебных крошек*/
/*конец основной части*/
.info_icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: url("../icon/header/Info.svg") no-repeat top left;
    display: block;
    text-indent: -9999px;
    width: 80px;
    height: 95px;
    background-size: cover;
}

.gray-background{
    background-color: #f0eeef;
}
