

/* Start:/local/include/css/custom.css?174600825036120*/
/*region Common */
.mobile-nav.is-active,
.header.is-active {
    z-index: 99999;
}

h2.inside small, .inside h2 small {
    margin: 0;
    font-size: 11px;
    line-height: 11px;
}

.no-padding h1 {
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
}

.inside, .no-padding h1, .no-padding .review, .no-padding .news-filter, .no-padding ul {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.text-page .text-page__body.no-padding > p {
    padding: 0 30px;
}

.with-photo__toggle {
    padding-bottom: 35px;
    margin: 0 0 0px;
    border-bottom: unset;
}

small.end {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    text-transform: none;
    font-weight: normal;
    padding: 9px 0 0 0;
    display: block;
    line-height: 1.2;
}

a.mark {
    background-color: rgb(255, 255, 161);
    -webkit-box-shadow: 0 2px 0 #ffffa1, 0 -2px 0 #ffffa1;
    box-shadow: 0 2px 0 #ffffa1, 0 -2px 0 #ffffa1;
    color: rgba(0, 0, 0, 0.82);
    padding: 0 5px;
}

.contents {
    margin: 30px 0 70px 0;
}

.contents ul li {
    padding-left: 0;
}

.text-page h2 {
    margin: 15px 0 10px;
}

.text-page p {
    margin: 0 0 30px;
}

i.photo a,
a.u-line {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: underline;
    text-decoration-color: rgba(23, 121, 186, 0.3);
    text-decoration-thickness: 1px;
}

a.u-line--grey {
    text-decoration-color: rgba(127, 130, 129, 0.3);
}

a.u-line--grey:hover {
    text-decoration-color: rgba(23, 121, 186, 0.3);
}

i.photo a:hover,
a.u-line:hover {
    color: rgba(23, 121, 186, 0.7);
}

a.u-line {
    color: #7f8281;
}

a.no-line {
    color: #7f8281;
    text-decoration: none;
}

a.blue {
    color: rgba(23, 121, 186, 0.7);
}

a.blue:hover {
    text-decoration: underline;
}

a.no-line:hover {
    color: rgba(23, 121, 186, 0.9);
}

.gasgolder-calc__body h2 {
    margin-bottom: 30px;
}

.breadcrumbs li:not(:last-child)::after,
.breadcrumbs li:last-child:after {
    margin: 0 .25rem;
}
/*endregion*/

/*region CTA */
.cta {
    background-color: #2FBD54;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    color: #FFF;
    font-family: "Museo";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 27px */
    background-image: url("https://www.vervex.ru/technical-gases/images/phone-call.svg");
    background-position: right center;
    background-repeat: no-repeat;
}

.cta.cta--black {
    background-color: #44423A;
    border-top: unset;
    border-bottom: unset;
}

.cta.cta--black b {
    color: #fff;
}

.cta b {
    display: block;
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 25.2px */
}

.cta strong {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    margin-top: 18px;
    display: block;
}

.cta a:hover strong {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.5);
    text-decoration-thickness: 2px;
}

.cta > div {
    padding: 40px;
}

.cta > div:first-child {
    padding-right: 0;
}

@media screen and (max-width: 1024px) {
    .cta {
        flex-direction: column;
        background-position: right bottom;
    }

    .cta .cta__description {
        padding-bottom: 0;
        padding-right: 40px !important;
    }
}
@media screen and (max-width: 500px) {
    .cta strong {
        font-size: 36px;
    }
}
@media screen and (max-width: 400px) {
    .cta strong {
        font-size: 28px;
    }
}
@media screen and (max-width: 330px) {
    .cta strong {
        font-size: 18px;
    }
}
/*endregion*/

/*region Price examples */
.delivery-icons__text span {
    opacity: 0.7;
    margin-top: 7px;
    display: block;
}

.dopog {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 1.5;
    padding: 0 30px;
}
/*endregion*/

/*region Header promo */
.price-badge {
    position: relative;
    float: right;
    margin-top: -29px;
    margin-right: 50px;
}

.header-promo {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.header-promo--reversed {
    margin-bottom: 0px !important;
}

.header-promo:not(.header-promo--reversed) > div:last-child,
.header-promo--reversed > div:first-child {
    display: flex;
    align-items: center;
}

.header-promo--reversed > div:first-child {
    margin-top: 30px;
}

.header-promo img {
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-right: none;
}

@media screen and (max-width: 767px) {
    .header-promo {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }

    .header-promo img {
        border-left: none;
    }

    .contents {
        margin: 30px 0 50px 0 !important;
    }

    .price-badge {
        position: absolute;
        right: 5px;
        margin-top: -25px;
        margin-right: 0;
        max-width: 60px;
    }

    h1 .end {
        max-width: 90%;
    }
}

.header-promo {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
}

.header-promo .contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-left: unset;
    margin: 20px 0 28px 0;
}

.header-promo .contents ul {
    border-left: 5px solid #D1E4F1;
    margin-left: 0 !important;
}

.header-promo .contents ul li {
    margin: 0 0 0 25px;
}

.header-promo .contents a {
    border-bottom: unset;
    color: #1779BA;
    font-family: "Museo";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}

.header-promo__img {
    border: unset !important;
}

.header-promo__img--mobile {
    display: none;
}

.header-promo__img-card {
    position: absolute;

}

.header-promo__img-card div:first-child {
    border-radius: 22px;
    background: #00AE2D;
    display: inline-flex;
    padding: 7px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: #FFF;
    font-family: "Museo";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

.header-promo__img-card div:last-child {
    display: flex;
    width: 262px;
    padding: 20px 15px 10px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 0px 20px 20px 20px;
    background: rgba(11, 11, 11, 0.40);
    color: #FFF;
    font-family: "Museo";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 18px */
    margin-top: -16px;
}

.header-promo__img-card:first-child {
    margin-left: 34px;
    margin-top: -40px;
}

.header-promo__img-card:nth-child(2) {
    margin-left: 34px;
    margin-top: 280px;
}

.header-promo__img-card:nth-child(3) {
    position: absolute;
    left: 50%;
    margin-top: 180px;
    text-align: right;
}

.header-promo__img-card:nth-child(3) div:last-child {
    border-radius: 20px 0 20px 20px;
}

@media screen and (max-width: 1250px) {
    .header-promo__img-card:nth-child(2) {
        margin-top: 240px;
    }

    .header-promo__img-card:nth-child(3) {

    }
}

@media screen and (max-width: 1150px) {
    .header-promo__img-card:first-child {
        margin-left: 14px;
        margin-top: -70px;
    }

    .header-promo__img-card:nth-child(2) {
        margin-left: 14px;
        margin-top: 190px;
    }

    .header-promo__img-card:nth-child(3) {
        margin-left: -50px;
    }
}

@media screen and (max-width: 1023px) {
    .header-promo__img-card:nth-child(3) {
        margin-left: 18%;
    }
}

@media screen and (max-width: 900px) {
    .header-promo__img-card:nth-child(3) {
        margin-left: 15%;
    }
}

@media screen and (max-width: 800px) {
    .header-promo__img-card:nth-child(3) {
        margin-left: 10%;
        margin-top: 150px;
    }

    .header-promo .contents {
        grid-template-columns: 1fr !important;
    }
}

@media screen and (max-width: 700px) {
    .header-promo__img-card div:first-child {
        border-radius: 10px;
        padding: 3px 8px;
        font-size: 16px;
        line-height: 120%;
    }

    .header-promo__img-card div:last-child {
        padding: 16px 8px 8px 8px;
        border-radius: 0 10px 10px 10px;
        font-size: 14px;
        margin-top: -12px;
    }

    .header-promo__img-card:nth-child(2) {
        margin-top: 180px;
    }

    .header-promo__img-card:nth-child(3) {
        margin-left: 7%;
    }

    .header-promo__img-card:nth-child(3)  div:last-child {
        border-radius: 10px 0 10px 10px;
    }
}

@media screen and (max-width: 650px) {
    .header-promo__img--desktop {
        display: none;
    }

    .header-promo__img--mobile {
        display: block;
    }

    .header-promo__img-card:nth-child(2) {
        margin-top: 500px;
    }

    .header-promo__img-card:nth-child(3) {
        margin-top: 180px;
        left: unset;
        right: 25px;
    }
}

@media screen and (max-width: 560px) {
    .header-promo__img-card:nth-child(1) {
        margin-top: -440px;
    }

    .header-promo__img-card:nth-child(2) {
        margin-top: 400px;
    }

    .header-promo__img-card:nth-child(3) {
        margin-top: 100px;
    }
}

@media screen and (max-width: 520px) {
    .header-promo__img-card:nth-child(1) {
        margin-top: -400px;
    }
}

@media screen and (max-width: 480px) {
    .header-promo__img-card:nth-child(1) {
        margin-top: -360px;
    }
}

@media screen and (max-width: 460px) {
    .header-promo__img-card:nth-child(1) {
        margin-top: -330px;
        margin-left: 5px;
    }

    .header-promo__img-card:nth-child(2) {
        margin-top: 340px;
        margin-left: 5px;
    }

    .header-promo__img-card:nth-child(3) {
        margin-top: 60px;
        right: 12px;
    }
}

@media screen and (max-width: 400px) {
    .header-promo__img-card:nth-child(1) {
        margin-top: -280px;
    }

    .header-promo__img-card:nth-child(2) {
        margin-top: 290px;
    }

    .header-promo__img-card:nth-child(3) {
        margin-top: 20px;
    }
}

/*--*/

.header-lead {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.header-lead--reversed {
    margin-bottom: 0px !important;
}

.header-lead:not(.header-lead--reversed) > div:last-child,
.header-lead--reversed > div:first-child {
    display: flex;
    align-items: center;
}

.header-lead--reversed > div:first-child {
    margin-top: 30px;
}

.header-lead img {
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-right: none;
}

@media screen and (max-width: 767px) {
    .header-lead {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }

    .header-lead img {
        border-left: none;
    }

    .contents {
        margin: 30px 0 50px 0 !important;
    }

    .price-badge {
        position: absolute;
        right: 5px;
        margin-top: -25px;
        margin-right: 0;
        max-width: 60px;
    }

    h1 .end {
        max-width: 90%;
    }
}

.header-lead {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
}

.header-lead .contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-left: unset;
    margin: 20px 0 28px 0;
}

.header-lead .contents ul {
    border-left: 5px solid #D1E4F1;
    margin-left: 0 !important;
}

.header-lead .contents ul li {
    margin: 0 0 0 25px;
}

.header-lead .contents a {
    border-bottom: unset;
    color: #1779BA;
    font-family: "Museo";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}

.header-lead__img {
    border: unset !important;
}

.header-lead__img--mobile {
    display: none;
}

.header-lead__img-card {
    position: absolute;

}

.header-lead__img-card div:first-child {
    border-radius: 22px;
    background: #00AE2D;
    display: inline-flex;
    padding: 7px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: #FFF;
    font-family: "Museo";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

.header-lead__img-card div:last-child {
    display: flex;
    width: 262px;
    padding: 20px 15px 10px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 0px 20px 20px 20px;
    background: rgba(11, 11, 11, 0.40);
    color: #FFF;
    font-family: "Museo";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 18px */
    margin-top: -16px;
}

.header-lead__img-card:first-child {
    margin-left: 34px;
    margin-top: -40px;
}

.header-lead__img-card:nth-child(2) {
    margin-left: 34px;
    margin-top: 280px;
}

.header-lead__img-card:nth-child(3) {
    position: absolute;
    left: 50%;
    margin-top: 180px;
    text-align: right;
}

.header-lead__img-card:nth-child(3) div:last-child {
    border-radius: 20px 0 20px 20px;
}

@media screen and (max-width: 1250px) {
    .header-lead__img-card:nth-child(2) {
        margin-top: 240px;
    }

    .header-lead__img-card:nth-child(3) {

    }
}

@media screen and (max-width: 1150px) {
    .header-lead__img-card:first-child {
        margin-left: 14px;
        margin-top: -70px;
    }

    .header-lead__img-card:nth-child(2) {
        margin-left: 14px;
        margin-top: 190px;
    }

    .header-lead__img-card:nth-child(3) {
        margin-left: -50px;
    }
}

@media screen and (max-width: 1023px) {
    .header-lead__img-card:nth-child(3) {
        margin-left: 18%;
    }
}

@media screen and (max-width: 900px) {
    .header-lead__img-card:nth-child(3) {
        margin-left: 15%;
    }
}

@media screen and (max-width: 800px) {
    .header-lead__img-card:nth-child(3) {
        margin-left: 10%;
        margin-top: 150px;
    }

    .header-lead .contents {
        grid-template-columns: 1fr !important;
    }
}

@media screen and (max-width: 700px) {
    .header-lead__img-card div:first-child {
        border-radius: 10px;
        padding: 3px 8px;
        font-size: 16px;
        line-height: 120%;
    }

    .header-lead__img-card div:last-child {
        padding: 16px 8px 8px 8px;
        border-radius: 0 10px 10px 10px;
        font-size: 14px;
        margin-top: -12px;
    }

    .header-lead__img-card:nth-child(2) {
        margin-top: 180px;
    }

    .header-lead__img-card:nth-child(3) {
        margin-left: 7%;
    }

    .header-lead__img-card:nth-child(3)  div:last-child {
        border-radius: 10px 0 10px 10px;
    }
}

@media screen and (max-width: 650px) {
    .header-lead__img--desktop {
        display: none;
    }

    .header-lead__img--mobile {
        display: block;
    }

    .header-lead__img-card:nth-child(2) {
        margin-top: 500px;
    }

    .header-lead__img-card:nth-child(3) {
        margin-top: 180px;
        left: unset;
        right: 25px;
    }
}

@media screen and (max-width: 560px) {
    .header-lead__img-card:nth-child(1) {
        margin-top: -440px;
    }

    .header-lead__img-card:nth-child(2) {
        margin-top: 400px;
    }

    .header-lead__img-card:nth-child(3) {
        margin-top: 100px;
    }
}

@media screen and (max-width: 520px) {
    .header-lead__img-card:nth-child(1) {
        margin-top: -400px;
    }
}

@media screen and (max-width: 480px) {
    .header-lead__img-card:nth-child(1) {
        margin-top: -360px;
    }
}

@media screen and (max-width: 460px) {
    .header-lead__img-card:nth-child(1) {
        margin-top: -330px;
        margin-left: 5px;
    }

    .header-lead__img-card:nth-child(2) {
        margin-top: 340px;
        margin-left: 5px;
    }

    .header-lead__img-card:nth-child(3) {
        margin-top: 60px;
        right: 12px;
    }
}

@media screen and (max-width: 400px) {
    .header-lead__img-card:nth-child(1) {
        margin-top: -280px;
    }

    .header-lead__img-card:nth-child(2) {
        margin-top: 290px;
    }

    .header-lead__img-card:nth-child(3) {
        margin-top: 20px;
    }
}

.price-tag {
    width: 98px;
    height: 113px;
    background-image: url("/delivery/images/price-tag.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: right;
    font-size: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    font-family: "Museo";
    margin-top: -28px;
    margin-right: 28px;
    line-height: 20px;
    padding-top: 20px;
    padding-right: 3px;
}

.price-tag nobr {
    font-size: 10px;
}

.price-tag b {
    font-size: 36px;
    font-weight: 500;
}

.price-tag div:last-child {
    margin-top: -10px;
}

@media screen and (max-width: 767px) {
    .price-tag {
        position: absolute;
        right: 25px;
        margin-right: 0;
        width: 68px;
        height: 79px;
        font-size: 14px;
        padding-right: 3px;
        line-height: 15px;
        padding-top: 18px;
    }

    .price-tag b {
        font-size: 26px;
        font-weight: 500;
    }

    .price-tag nobr {
        font-size: 8px;
    }

    .price-tag nobr span {
        display: none;
    }
}
/*endregion*/

/*region Fueling img */
.fueling__img {
    border: unset;
}

.fueling__img--mobile {
    display: none;
}

.fueling__img-card {
    position: absolute;

}

.fueling__img-card div:first-child {
    border-radius: 22px;
    background: #ffd21f;
    display: inline-flex;
    padding: 7px 15px;
    flex-direction: column;
    align-items: flex-start;
    flex-direction: row;
    gap: 5px;
    color: #000000;
    font-family: "Museo";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

.fueling__img-card div:last-child {
    width: 350px;
    padding: 20px 15px 10px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 0px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.70);
    color: #000000;
    font-family: "Museo";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 18px */
    margin-top: -16px;
}

.fueling__img-card--gns {
    left: 47%;
    margin-top: -10px;
    text-align: right;
}

.fueling__img-card--gns div:last-child,
.fueling__img-card--price div:last-child {
    border-radius: 20px 0 20px 20px;
}

.fueling__img-card--agzs {
    margin-left: 35px;
    margin-top: 100px;
}

.fueling__img-card--price {
    left: 47%;
    margin-top: 300px;
    text-align: right;
}

.fueling__img-card--cars {
    margin-left: 35px;
    margin-top: 420px;
}

@media screen and (max-width: 1500px) {
    .fueling__img-card--gns,
    .fueling__img-card--price {
        left: 45%;
    }
}

@media screen and (max-width: 1200px) {
    .fueling__img-card--gns,
    .fueling__img-card--price {
        left: 43%;
    }

    .fueling__img-card--cars {
        margin-top: 390px;
    }
}

@media screen and (max-width: 1150px) {
    .fueling__img-card--gns,
    .fueling__img-card--price {
        left: 40%;
    }

    .fueling__img-card--cars {
        margin-top: 360px;
    }
}

@media screen and (max-width: 1100px) {
    .fueling__img-card--gns,
    .fueling__img-card--price {
        left: 37%;
    }

    .fueling__img-card--agzs,
    .fueling__img-card--cars {
        margin-left: 5px;
    }

    .fueling__img-card--cars {
        margin-top: 300px;
    }
}

@media screen and (max-width: 1023px) {
    .fueling__img-card--gns,
    .fueling__img-card--price {
        right: 27px;
        left: unset;
    }

    .fueling__img-card--agzs,
    .fueling__img-card--cars {
        margin-left: 5px;
    }

    .fueling__img-card--cars {
        margin-top: 450px;
    }
}

@media screen and (max-width: 960px) {
    .fueling__img-card--cars {
        margin-top: calc(50% - 80px);
    }
}

@media screen and (max-width: 760px) {
    .fueling__img--mobile {
        display: block;
    }

    .fueling__img--desktop {
        display: none;
    }

    .fueling__img-card--gns, .fueling__img-card--price {
        right: 17px;
    }

    .fueling__img-card--gns {
        display: flex;
        text-align: right;
        flex-direction: column;
        align-items: flex-end;
    }

    .fueling__img-card--gns div:first-child {
        z-index: 1;
    }

    .fueling__img-card div:last-child {
        width: 300px;
    }

    .fueling__img-card--cars {
        margin-top: calc(50% + 50px);
    }

    .fueling__img-card--price {
        margin-top: 295px;
    }
}

@media screen and (max-width: 680px) {
    .fueling__img-card div:first-child {
        font-size: 15px;
        padding: 3px 9px;
    }

    .fueling__img-card div:last-child {
        width: 220px;
        padding: 20px 10px 10px 10px;
        font-size: 12px;
    }

    .fueling__img-card--price {
        margin-top: 270px;
    }

    .price-list > div:nth-child(4),
    .price-list > div:nth-child(5) {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .fueling__img-card--agzs {
        margin-top: 70px;
    }

    .fueling__img-card--cars {
        margin-top: calc(50% + 20px);
    }
}

@media screen and (max-width: 520px) {
    .fueling__img-card--agzs {
        margin-top: 30px;
    }

    .fueling__img-card--cars {
        margin-top: calc(50% + 10px);
    }

    .fueling__img-card--price {
        margin-top: 190px;
    }
}

@media screen and (max-width: 480px) {
    .fueling__img-card div:last-child {
        width: 160px;
        margin-top: -12px;
        padding: 15px 5px 5px 5px;
        border-radius: 0px 10px 10px 10px;
        font-size: 9px;
    }

    .fueling__img-card div:first-child {
        font-size: 12px;
        padding: 3px 5px;
        border-radius: 8px;
    }

    .fueling__img-card--gns {
        margin-top: 156px;
    }

    .fueling__img-card--gns div:last-child,
    .fueling__img-card--price div:last-child {
        border-radius: 10px 0 10px 10px;
    }

    .fueling__img-card--agzs {
        margin-top: 10px;
    }

    .fueling__img-card--price {
        margin-top: 10px;
    }
}

@media screen and (max-width: 440px) {
    .fueling__img-card--cars {
        margin-top: calc(50% - 0px);
    }

}

@media screen and (max-width: 362px) {
    .fueling__img-card--agzs,
    .fueling__img-card--cars,
    .fueling__img-card--gns {
        display: none;
    }
}

/*endregion*/

/*region Gas cariers img */
.gas-carriers__img {
    border: unset;
}

.gas-carriers__img--mobile {
    display: none;
}

.gas-carriers__img-card {
    position: absolute;

}

.gas-carriers__img-card div:first-child {
    border-radius: 22px;
    background: #ffd21f;
    display: inline-flex;
    padding: 7px 15px;
    flex-direction: column;
    align-items: flex-start;
    flex-direction: row;
    gap: 5px;
    color: #000000;
    font-family: "Museo";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

.gas-carriers__img-card div:last-child {
    width: 350px;
    padding: 20px 15px 10px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 0px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.70);
    color: #000000;
    font-family: "Museo";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 18px */
    margin-top: -16px;
}

.gas-carriers__img-card--express {
    left: 48%;
    margin-top: 10px;
    text-align: right;
}

.gas-carriers__img-card--wholesale {
    margin-left: 8px;
    margin-top: 10px;
}

.gas-carriers__img-card--express div:last-child {
    border-radius: 20px 0 20px 20px;
}

@media screen and (max-width: 1600px) {
    .gas-carriers__img-card--express {
        left: calc(50% - 40px);
    }
}

@media screen and (max-width: 1250px) {
    .gas-carriers__img-card--express {
        left: calc(50% - 70px);
    }
}

@media screen and (max-width: 1160px) {
    .gas-carriers__img-card--express {
        left: calc(50% - 100px);
    }
}

@media screen and (max-width: 1110px) {
    .gas-carriers__img-card--express {
        left: calc(50% - 140px);
    }
}

@media screen and (max-width: 1123px) {
    .gas-carriers__img-card--express {
        left: unset;
        right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .gas-carriers__img-card--express {
        right: 15px;
    }

    .gas-carriers__img-card div:first-child {
        border-radius: 8px;
        padding: 3px 8px 1px 8px;
        font-size: 14px;
    }

    .gas-carriers__img-card div:last-child {
        width: 180px;
        padding: 20px 8px 8px 8px;
        border-radius: 0px 10px 10px 10px;
        font-size: 11px;
        margin-top: -16px;
    }
}

@media screen and (max-width: 400px) {
    .gas-carriers__img-card--express {
        display: none;
    }

    .gas-carriers__img-card--wholesale {
        right: 15px;
        text-align: right;
    }


    .gas-carriers__img-card--wholesale div:last-child {
        border-radius: 10px 0 10px 10px;
    }
}

@media screen and (max-width: 310px) {
    .gas-carriers__img-card--wholesale {
        display: none;
    }
}


/*endregion*/

/*region Calc examples */
.calc-example {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #515151;
    font-family: "Museo";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 120% !important; /* 21.6px */
    margin-top: 13px;
    margin-bottom: 30px;
}

.calc-example > div:first-child {
    background: #f5f5f5;
    padding: 24px 32px;
}

.calc-example img {
    max-width: 100%;
}

.calc-example strong {
    color: #515151;
    font-family: "Museo";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

.calc-example p {
    margin-bottom: 13px !important;
    font-family: "Museo";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 120% !important; /* 21.6px */
}

.calc-example b {
    display: block;
}

.calc-example ul {
    margin: 0 !important;
}

.calc-example ul li {
    padding-left: 0 !important;
    font-family: "Museo";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 120% !important; /* 21.6px */
}

.calc-example ul li:before {
    content: unset;
}

.gns-img {
    display: grid;
    align-content: center;
    justify-items: center;
}

.gns-img > div {
    grid-row: 1;
    grid-column: 1;
}

.gns-img__img {
    border: unset;
}

.gns-img__img--mobile {
    display: none;
}

.gns-img__img-card {
    position: absolute;
    margin-top: 25px;
}

.gns-img__img-card div:first-child {
    border-radius: 22px;
    background: #ffd21f;
    display: inline-flex;
    padding: 7px 15px;
    flex-direction: column;
    align-items: flex-start;
    flex-direction: row;
    gap: 5px;
    color: #000000;
    font-family: "Museo";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

.gns-img__img-card div:last-child {
    width: 385px;
    padding: 20px 15px 10px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 0 0 20px 20px;
    background: rgba(255, 255, 255, 0.70);
    color: #000000;
    font-family: "Museo";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 18px */
    margin-top: -16px;
}

@media screen and (max-width: 1250px) {
    .calc-example {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 460px) {
    .gns-img__img-card div:first-child {
        border-radius: 12px;
        padding: 3px 8px;
        font-size: 16px;
    }

    .gns-img__img-card div:last-child {
        width: 300px;
        padding: 20px 8px 8px 8px;
        border-radius: 0 0 10px 10px;
        font-size: 12px;
    }
}

@media screen and (max-width: 330px) {
    .gns-img__img-card div:first-child {
        border-radius: 12px;
        padding: 3px 8px;
        font-size: 12px;
    }

    .gns-img__img-card div:last-child {
        width: 229px;
        padding: 13px 8px 8px 8px;
        border-radius: 0 0 10px 10px;
        font-size: 10px;
        margin-top: -10px;
    }
}

/*endregion*/

/*region Gas station */
.gas-station {
    display: grid;
}

.gas-station > div {
    grid-column: 1;
    grid-row: 1;
}

.gas-station__info {
    z-index: 1;
    width: 70%;
    display: grid;
}

.gas-station--other .gas-station__info {
    width: 100%;
}

.gas-station__info > div {
    height: 100%;
    grid-column: 1;
    grid-row: 1;
}

.gas-station__info > div:last-child {
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 27px;
}

.gas-station__check {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.gas-station__check > div:last-child {
    color: #FFF;
    font-family: "Museo Sans Cyrl";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 16.8px */
    display: flex;
    align-items: center;
}

.gas-station__img-card {
    position: absolute;
    margin-top: 25px;
    margin-left: 25px;
}

.gas-station__img-card div:first-child {
    border-radius: 22px;
    background: #ffd21f;
    display: inline-flex;
    padding: 7px 15px;
    flex-direction: column;
    align-items: flex-start;
    flex-direction: row;
    gap: 5px;
    color: #000000;
    font-family: "Museo";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

.gas-station__img-card div:last-child {
    width: 350px;
    padding: 20px 15px 10px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 0px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.70);
    color: #000000;
    font-family: "Museo";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 18px */
    margin-top: -16px;
}

.inside ul.gas-station__geo {
    margin-bottom: 40px;
}

@media screen and (max-width: 1110px) {
    .gas-station--spb .gas-station__check--opt {
        display: none;
    }
}

@media screen and (max-width: 1110px) {
    .gas-station--spb .gas-station__check--opt {
        display: flex;
    }
}

@media screen and (max-width: 850px) {
    .gas-station--spb .gas-station__check--opt {
        display: none;
    }
}

@media screen and (max-width: 645px) {
    .gas-station--spb .gas-station__check--quality {
        display: none;
    }
}

@media screen and (max-width: 590px) {
    .gas-station__img-card div:first-child {
        border-radius: 12px;
        padding: 7px 8px;
        gap: 5px;
        font-size: 14px;
    }

    .gas-station__check > div:last-child {
        font-size: 10px;
    }

    .gas-station__img-card div:last-child {
        width: 350px;
        padding: 20px 10px 5px 10px;
        gap: 5px;
        border-radius: 0px 10px 10px 10px;
        background: rgba(255, 255, 255, 0.70);
        font-size: 10px;
    }

    .gas-station__img-card {
        margin-top: 5px;
        margin-left: 5px;
    }

    .gas-station__info > div:last-child {
        padding-left: 7px;
        padding-bottom: 7px;
    }

    .gas-station--other .gas-station__check--opt {
        display: none;
    }


    .inside ul.gas-station__geo {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 380px) {
    .gas-station__img-card {
        display: none;
    }

    .gas-station__check--quality {
        display: none;
    }
}

.diamond-check {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.diamond-check > div:first-child {
    margin-top: 7px;
}

.diamond-check img {
    min-width: 47px;
}
/*endregion*/

/*region Village neighbours */
.village {
    display: grid;
    align-items: start;
}

.village > div {
    grid-column: 1;
    grid-row: 1;
}

.village__info {
    z-index: 1;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    padding-top: 40px;
    color: #FFF;
    font-family: "Museo";
    font-size: 34.222px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 41.067px */
}

.village__info > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0;
    gap: 34px;
    width: 100%;
    background: rgba(0, 0, 0, 0.30);
}

.village__info > div > div:first-child {
    width: 120px;
}

.village__info img {
    position: absolute;
    width: 120px;
    margin-top: -30px;
}


@media screen and (max-width: 678px) {
    .village__info {
        font-size: 24px;
        padding-top: 20px;
    }

    .village__info > div {
        gap: 24px;
    }

    .village__info > div > div:first-child {
        width: 90px;
    }

    .village__info img {
        position: absolute;
        width: 90px;
        margin-top: -23px;
    }
}

@media screen and (max-width: 500px) {
    .village__info {
        font-size: 16px;
        padding-top: 16px;
    }

    .village__info > div {
        gap: 16px;
    }

    .village__info > div > div:first-child {
        width: 70px;
    }

    .village__info img {
        position: absolute;
        width: 70px;
        margin-top: -20px;
    }
}


@media screen and (max-width: 350px) {
    .village__info {
        font-size: 14px;
        padding-top: 12px;
    }

    .village__info > div {
        gap: 0;
    }

    .village__info > div > div:first-child {
        display: none;
    }
}
/*endregion*/

.lead-navy {
    display: flex;
}

.lead-navy > div {
    width: 50%;
}

@media screen and (max-width: 797px) {
    .lead-navy {
        flex-direction: column;
    }

    .lead-navy > div {
        width: 100%;
    }

    .lead-navy > div:first-child {
        margin-bottom: 0 !important;
    }

    .lead-navy > div:last-child {
        margin-top: 0 !important;
    }
}

.big-icon h2 {
     max-width: unset !important;
}

.footer-nav__block--sm-only {
    display: none;
}

@media screen and (max-width: 797px) {
    .footer-nav__block--sm-only {
        display: block;
    }
}

.footer .footer-nav {
    justify-content: space-between;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1754575358137*/
.no-padding h2,
.no-padding h3,
.no-padding h4,
.no-padding h5 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
/* End */
/* /local/include/css/custom.css?174600825036120 */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1754575358137 */
