body {
    color: #000000;
    /*max-width: 980px;*/
    /*box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);*/
}
.exo2 {
    font-family: 'Exo 2', sans-serif;
}
.manrope {
    font-family: 'Manrope', sans-serif;
}
/*img {
    max-width: 100%;
}*/
.circle {
    border-radius: 40px;
    background-color: #E3E3E3;
    height: auto;
    width: auto;
    align-items: center;
    text-align: center;
}
h2 {
    /*font-size: 2.75rem;*/
    font-style: normal;
    font-weight: 800;
    text-align: center;
    font-size: 1.5rem;
}
h3 {}
.is_last {
    margin-bottom: 0 !important;
}
.is_last p:last-child {
    margin-bottom: 0 !important;
}
a {
    color: #000;
}
a:hover, a:focus {
    color: #4B4B4B;
    text-decoration: none;
}
#menu .container,
#bheader,
#bprices,
#bautos,
#border,
#bcert,
#binfo,
#bpartners,
#bmaps
{
    max-width: 980px;

}
.navbar {
    background-color: #FFFFFF;
}
.navbar-toggler {
    border: none;
}
.navbar-nav {
    align-items: center;
}
.navbar-brand {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
}
.navbar .nav-link {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #4B4B4B;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: underline;
}
.b-request {
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}
.b-request_text {
    font-weight: 800;
    font-size: 1.75rem;
    line-height: 1.2em;
}
.b-request_phone {
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
    color: #FFFFFF;
    background: #EA761D;
    border-radius: 100px;
    padding: 0.95rem;
    width: 100%;
    line-height: 1.2em;
    margin-top: 0.5rem;
    text-decoration: none;
}
.b-request_phone:link {
    color: #FFFFFF;
}

.b-request_phone:hover {
    color: #EA761D;
    background: #FFFFFF;
}
.b-header {
    /*background-image: url("../images/bg_header.jpg");
    background-repeat: no-repeat;
    background-position: 50% 100px;
    background-size: contain;*/
}
.b-header .b-request {
    align-items: start;
}
.b-header .b-header_request {
    position: relative;
}
.b-header h1 span {
    color: #EA761D;
}
.b-header_icons > div {
    text-align: center;
}
.b-header_icons {
    margin-top: 60px;
}
.b-header_icon {
    align-items: center;
    justify-content: start;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.b-header_icon .circle img {
    margin: 10px;
    width: 60px;
    max-width: 60px;
    max-height: 60px;
    height: 60px;
}
.b-header_icon span {
    font-size: 1rem;
    font-weight: 800;
    font-style: normal;
    margin-left: 1.5rem;
    text-align: left;
}
.icon3 img,
.icon4 img{
    padding: 5px;
}
.b-header_bg {
    width: 100%;
    text-align: center;
}
.b-header_bg img {
    max-width: 100%;
    height: auto;
}


/* цены на дизтопливо */
.b-prices_table_row {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    justify-content: start;
    margin: 1rem 0;
}
.b-prices_price {
    background-color: #232323;
    color: #fff;
    flex: 0 0 auto;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.b-prices_desc {
    background-color: #E5E5E5;
    color: #4B4B4B;
    flex: 0 0 auto;
    width: 100%;
    padding: 2rem;
    flex-direction: column;
    justify-content: space-between;
    align-content: start;
    flex-wrap: wrap;
}
.b-prices_sort {
    font-size: 1.25rem;
    color: #FFC53B;
    font-weight: 800;
    font-style: normal;
}
.b-prices_cost
{
    font-style: normal;
    font-weight: 600;
}
.b-prices_cost span
{
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 3.375rem;
    line-height: normal;
}
.b-prices_desc .b-request {
    max-width: 235px;
    margin-top: 1rem;
    align-items: start;
}
.b-prices_desc .b-request_text {
    font-size: 1.25rem;
}
.b-prices_desc .b-request_phone {
    font-size: 1rem;
    margin-left: 0;
}
.b-prices_desc ul {
    margin-bottom: 0;
    padding-left: 20px;
    list-style: none;
}
/*.b-prices_desc ul li {
    list-style-image: url("../images/li.png");
}*/
.b-prices_desc ul li {
    position: relative;
    list-style-type: none;
    padding-left: 1rem;
    margin: 0.5rem 0;
}
.b-prices_desc ul li:first-child {
    margin-top: 0;
}

.b-prices_desc ul li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-size: auto;
}
/* end */

/** Автопарк  */
.b-autos {
    color: #4B4B4B;
}
.b-autos .col {
    margin-top: 1.5rem;
}
.b-autos_round {
    border-radius: 20px;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    max-width: 305px;
    margin: 0 auto;
}
.b-autos h3 {
    font-style: normal;
    font-weight: 700;
    color: #4B4B4B;
    font-size: 1rem;
    margin: 1rem 0;
}
/* end */

/** Заказ  */
.b-order {

}
.b-order .circle {
    margin: 0 auto;
    justify-content: center;
    width: 80px;
    height: 80px;
}
.b-order .circle span {
    margin: 10px;
    font-size: 2.5rem;
}
.b-order h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 1.25rem;
    color: #EA761D;
}
.b-order p {
    /*margin-bottom: 0;*/
}
.b-order h3, .b-order p {
    text-align: center;
}
/* end */

/** партнеры */
.b-partners {
    background: #E5E5E5;

}
.b-partners img {
    width: 100%;
    height: auto;
    max-width: 200px;
}
/* end */

/** Сертификаты */
.b-cert {
    background: #E5E5E5;
}
.b-cert img {
    width: 100%;
    height: auto;
}
/* end */

/** Карта */
.b-maps {

}
.b-maps_table {

}
.b-maps_table_row {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    justify-content: start;
}
.b-maps_desc {
    padding: 1.5rem;
}
.b-maps_contact {
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
    align-content: start;
    flex-wrap: wrap;
}
.b-maps_desc .b-request {
    max-width: 235px;
    margin-top: 1rem;
    align-items: start;
}
.b-maps_desc .b-request_text {
    font-size: 1.25rem;
}
.b-maps_desc .b-request_phone {
    font-size: 1rem;
    margin-left: 0;
}
.b-maps_map {
    /*height: 100%;
    overflow-x: auto;*/
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    margin: 1.5rem 1rem 1.5rem 0;
}
/*.b-maps_contact {
    background: #FFFFFF;
    height: 100%;
    margin-bottom: 1rem;
    padding: 2rem;
    flex-direction: column;
    justify-content: space-between;
    align-content: start;
    flex-wrap: wrap;
}
.b-maps .b-request {
    flex-direction: column;
}
.b-maps .b-maps_map {
    overflow: auto;
}
.b-maps .b-request_text {
    font-size: 1.25rem;
}
.b-maps .b-request_phone {
    font-size: 1rem;
    margin-left: 0;
}*/
/* end */
/** Footer */
.b-footer {
    background-color: #454545;
    color: #fff;
}
/* end */
@media (min-width: 576px) {
    .b-header {
        background-position: 100% 0;
        background-size: contain;

    }
    .b-header_slogan {

    }
    .b-header_slogan h2 {
        font-size: 2.75rem;

    }
    .b-header_icon {

    }
    .b-header_icon .circle {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .b-header_icon span {
        font-size: 1.25rem;
    }
    .b-header_icon .circle img {
    }
    .b-maps_contact {
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
        background: #FFFFFF;
        height: 100%;
        padding: 2rem;
    }
    .b-maps_table_row {
        flex-direction: row;
    }
    .b-maps_desc {
        margin-right: 0.75rem;
        width: 45%;
    }
    .b-maps_desc .b-request {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .b-header {
        background-position: 50% 100px;
        background-size: inherit;
    }
    h2 {
        font-size: 2.75rem;
    }
    .b-header_slogan {
        width: 80%;
    }
    .b-header_slogan h1 {
        font-size: 2.75rem;

    }
    .b-header .b-header_request {
        /*height: 625px;*/
    }
    .b-header .b-request {
        align-items: center;
        flex-direction: row;
        padding: 0 15%;
    }
    .b-request_phone {
        width: auto;
    }
    .b-header_icon {

    }
    .b-header_icon .circle {

    }
    .b-header_icon span {
        font-size: 1.25rem;
    }
    .b-prices_table_row {
        flex-direction: row;
    }
    .b-prices_price {
        width: 30%;
    }
    .b-prices_desc {
        width: 70%;
    }
    .b-prices_desc .b-request {
        margin-top: 0;
    }
    .b-maps_desc {
        margin-right: 0.75rem;
        width: 45%;
    }

}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .b-header {
        background-position: 100% 0;
        background-size: inherit;
    }
    .b-header .b-header_request {
        /*height: 375px;*/
    }
    .b-header_slogan {
        width: 62%;
    }
    .b-header_slogan h1 {
        font-size: 2.75rem;

    }
    .b-header_icon {
        flex-direction: column;
    }
    .b-header_icon .circle {

    }
    .b-header_icon span {
        font-size: 1.25rem;
        margin-left: 0;
        text-align: center;
    }
    .b-header_bg {
        width: 100%;
        text-align: right;
        position: absolute;
        z-index: -1;
    }
    .b-header .b-request {
        width: 100%;
        align-items: start;
        flex-direction: column;
        justify-content: start;
        padding: 0;
        margin-top: 70px;
    }
    .b-request_phone {
        width: auto;
    }
    .b-prices_desc {
        flex-direction: row;
        align-items: center;
    }
    .b-maps_desc {
        margin-right: 0.75rem;
        width: 35%;
    }
}