@charset "UTF-8";

/* ==================================================================
                                FONTS
   ================================================================== */
@font-face {
    font-family: "montserrat";
    src: url("../fonts/montserrat/montserrat-black.woff2") format("woff2"),
      url("../fonts/montserrat/montserrat-black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "montserrat";
    src: url("../fonts/montserrat/montserrat-bold.woff2") format("woff2"),
      url("../fonts/montserrat/montserrat-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "montserrat";
    src: url("../fonts/montserrat/montserrat-light.woff2") format("woff2"),
      url("../fonts/montserrat/montserrat-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "montserrat";
    src: url("../fonts/montserrat/montserrat-medium.woff2") format("woff2"),
      url("../fonts/montserrat/montserrat-medium.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "montserrat";
    src: url("../fonts/montserrat/montserrat-regular.woff2") format("woff2"),
      url("../fonts/montserrat/montserrat-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans/OpenSans-Light.woff2") format("woff2"),
      url("../fonts/opensans/OpenSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans/OpenSans-Regular.woff2") format("woff2"),
      url("../fonts/opensans/OpenSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans/OpenSans-SemiBold.woff2") format("woff2"),
      url("../fonts/opensans/OpenSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans/OpenSans-Bold.woff2") format("woff2"),
      url("../fonts/opensans/OpenSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* Основные стили */
:root {
    --basic-blue: #11507d;
    --basic-grey: #2f2f2f;
    --basic-dark: #063251;
    --secondary-grey: #f7f7f7;
    --link-color: #21455E;
}

html {
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    width: 100%;
    min-height: 100%;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    overflow-y: auto;
    background-color: #ffffff;
}

.container {
    position: relative;
    z-index: 1;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
}

header,
main,
section,
footer,
div {
    position: relative;
}

.flex-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.grid-block {
    display: grid;
}

.grey-bg {
    background: var(--secondary-grey);
}

h1 {
    font-family: "montserrat", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1;
}

h2,
h3,
h4 {
    font-family: "montserrat", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1;
}

p {
    font-weight: 300;
    line-height: 1.55;
}

h2.basic-style {
    position: relative;
}

h2.basic-style::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    width: 210px;
    height: 5px;
    background: var(--basic-blue);
}

.heading-h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 600;
    line-height: 1;
}

.btn {
    display: block;
    padding: 10px 30px;
    margin: 0 auto;
    font-family: "montserrat", Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

a.btn {
    text-decoration: none;
}

.btn-first {
    border: 1px solid var(--basic-blue);
    background-color: gold;
    color: var(--basic-blue);
    box-shadow: -1px 6px 10px -4px var(--basic-dark);
    transition: .5s;
}

.btn-first:hover {
    background-color:rgba(247, 247, 247, .5);
    transform: scale(1.03);
}

ul li {
    font-weight: 300;
}

ul.list-style-one {
    padding-left: 2em;
}

ul.list-style-one li {
    position: relative;
}

ul.list-style-one li::before {
    content: "";
    position: absolute;
    top: .2em;
    left: -2em;
    display: block;
    width: 1.2em;
    height: 1.2em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%230078d7'%3E%3Cpath d='M497.4 70a19.3 19.3 0 00-27.3 0L238.6 300.8 155 210.1a19.3 19.3 0 00-28.4 26.2l97 105.5c3.7 3.8 8.6 6 13.9 6.2h.4c5 0 10-2 13.6-5.6L497.3 97.3a19.3 19.3 0 000-27.3z'/%3E%3Cpath d='M492.7 236.7a19.3 19.3 0 00-19.3 19.3A217.6 217.6 0 01256 473.4 217.7 217.7 0 0138.6 256 217.7 217.7 0 01256 38.6 19.3 19.3 0 10256 0 256.3 256.3 0 000 256c0 141.2 114.8 256 256 256s256-114.8 256-256c0-10.7-8.6-19.3-19.3-19.3z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}

.close-btn {
    position: absolute;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: none;
    border: 0;
    cursor: pointer;
}

.close-btn:hover {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

.close-btn::before,
.close-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    display: block;
    width: 100%;
    height: 2px;
}

.close-btn::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.close-btn::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

@keyframes spiner-rotate {
    from {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
    }
    to {
        transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
    }
}

@-webkit-keyframes spiner-rotate {
    from {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
    }
    to {
        transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
    }
}

.spiner-btn::before {
    content: "";
    position: absolute;
    top: calc(50% - .6em);
    left: calc(50% - .6em);
    z-index: 2;
    display: block;
    width: 1.2em;
    height: 1.2em;
    border: 3px solid var(--basic-grey);
    border-right-color: transparent;
    border-radius: 50%;
    animation: spiner-rotate 1s both infinite;
    -webkit-animation: spiner-rotate .8s both infinite;
}

/* ==================================================================
                        HEADER
================================================================== */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    padding: 5px 0;
    border-bottom: 2px solid var(--basic-blue);
    background-color: gold;
}

header .logo-body a {
    display: block;
    line-height: 1px;
}

header .logo-body img {
    width: auto;
    height: 100%;
}

header nav {
    margin: 0 20px 0 auto;
    align-self: center;
}

header nav a {
    text-decoration: none;
    color: var(--basic-blue);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

header nav > ul > li {
    position: relative;
    z-index: 3;
}

header nav > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 20px;
}

header nav > ul > li:hover > a,
header nav > ul > li.active a {
    background: rgba(247, 247, 247, .5);
    border-radius: 40px;
    box-shadow: 12px 15px 15px -22px #000000
}

/* header nav > ul > li.active {

} */


/* ==================================================================
                        MAIN
================================================================== */
section h2 {
    color: var(--basic-blue);
}

section > .container > h2 {
    margin-bottom: 1.2em;
}

.index-page section .container > h2 {
    display: inline-block;
}

.index-page section .container > h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: -moz-linear-gradient(left,  rgba(17,80,125,1) 0%, rgba(17,80,125,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(17,80,125,1) 0%,rgba(17,80,125,0) 100%);
    background: linear-gradient(to right,  rgba(17,80,125,1) 0%,rgba(17,80,125,0) 100%);
    filter:
    progid:DXImageTransform.Microsoft.gradient( startColorstr='#11507d', endColorstr='#0011507d',GradientType=1 );
    -webkit-filter:
    progid:DXImageTransform.Microsoft.gradient( startColorstr='#11507d', endColorstr='#0011507d',GradientType=1 );
}

section.top-gallery-wrapper {
    width: 100%;
    padding: 0;
}

.top-gallery-wrapper img {
    width: 100%;
}

.tariff-section .tariff-card > div {
    width: 100%;
    max-width: 390px;
    height: 100%;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    border: 1px solid var(--basic-blue);
    box-shadow: 0 15px 25px -20px var(--basic-blue);
    background: var(--secondary-grey);
}

.tariff-section .tariff-card > div h2 {
    font-size: 2em;
    line-height: 1.25em;
    color: inherit;
}

.tariff-section .tariff-card > div .heading-h3 {
    font-size: 3em;
}

.payment-methods-section .grid-block {
    grid-gap: 40px;
    align-items: center;
}

.payment-methods-section picture {
    display: block;
    width: 100%;
    max-width: 390px;
}

.news-card {
    flex-direction: column;
}

.news-card:not(:last-of-type)::after {
    content: "";
    position: absolute;
    display: block;
    width: 80%;
    height: 2px;
    margin-left: 10%;
    background: var(--secondary-grey);
}

.news-card .date-line {
    margin-bottom: .5em;
    padding-left: 2em;
    font-size: .85em;
    color: var(--basic-blue);
}

.news-card .date-line::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 1.25em;
    height: 1.25em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2311507d'%3E%3Cpath d='M14 1v3h-3V1H5v3H2V1H0v15h16V1ZM3 15H1v-2h2Zm0-3H1v-2h2Zm0-3H1V7h2zm3 6H4v-2h2Zm0-3H4v-2h2Zm0-3H4V7h2zm3 6H7v-2h2Zm0-3H7v-2h2Zm0-3H7V7h2zm3 6h-2v-2h2zm0-3h-2v-2h2zm0-3h-2V7h2zm3 6h-2v-2h2zm0-3h-2v-2h2zm0-3h-2V7h2z'/%3E%3Cpath d='M3 0h1v3H3Zm9 0h1v3h-1z'/%3E%3C/svg%3E");
}

.news-card .flex-block {
    margin-top: 20px;
}

.more-link {
    position: relative;
    right: 10%;
    margin: 0 0 0 auto;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: smaller;
    text-align: right;
    text-decoration: none;
    color: var(--link-color);
}

.more-link::after {
    content: " >>";
}

.title-section {
    padding: 15px 0;
    text-align: center;
    background: var(--basic-dark);
    color: #ffffff;
}

.news-index-page .news-card {
    padding: 15px 20px;
}

.news-index-page .news-card:nth-child(odd) {
    background: var(--secondary-grey);
}

.news-index-page .news-card h3 {
    margin-bottom: 20px;
}

.news-index-page .news-card .news-text p {
    margin-bottom: 0.5em;
    text-indent: 2em;
}

.news-wrapper {
    grid-template-areas:
            "A B"
            "C C"
            "D D";
}

.news-wrapper .date-body {
    grid-area: A;
    grid-template-rows: 1.5em 1fr 1.5em;
    height: 110px;
    background: var(--secondary-grey);
    border: 1px solid #6499be;
    align-items: center;
    text-align: center;
}

.news-wrapper .date-body .year {
    background: #6499be;
    color: #ffffff;
    font-weight: 600;
}

.news-wrapper .date-body .day {
    font-size: 2.5em;
    font-weight: 700;
}

.news-wrapper .date-body .month {
    background: #063251;
    color: #ffffff;
    font-weight: 600;
}

.news-wrapper .title-body {
    grid-area: B;
    padding-left: 15px;
}

.news-wrapper .img-body {
    grid-area: C;
    padding-top: 40px;
}

.news-wrapper .img-body picture {
    display: block;
}

.news-wrapper .text-body {
    padding-top: 40px;
    grid-area: D;
}

/* Вкладки на странице безопасность */

.safety-index-page .tabs {
    justify-content: flex-start;
}

.safety-index-page .tabs-items {
    justify-content: flex-start;
}

.safety-index-page .tab-inp,
.safety-index-page .tab-content {
    display: none;
}

.safety-index-page .tab-lbl {
    height: 40px;
    margin-right: 20px;
    padding: 0 20px;
    line-height: 40px;
    border: 1px solid var(--basic-dark);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
}

.safety-index-page #tab-1:checked ~ .tab-lbl-1,
.safety-index-page #tab-2:checked ~ .tab-lbl-2 {
    background: #6499BE;
    color: #ffffff;
}

.safety-index-page #tab-1:checked ~ .tab-content-1,
.safety-index-page #tab-2:checked ~ .tab-content-2 {
    display: block;
}

.safety-index-page .tab-content {
    width: 100%;
    padding: 30px 0 0;
}

.safety-index-page .tab-content .warning-text {
    font-size: 1.2em;
    font-weight: 600;
    color: red;
}


.consumer-index-page .main-body .tabs-titles ul {
    list-style: none;
    padding-left: 0;
}

.consumer-index-page .main-body .tabs-titles ul button {
    width: 100%;
    border: 0;
    padding: 5px 5px 5px 10px;
    text-align: left;
    background: var(--secondary-grey);
}

.consumer-index-page .main-body .tabs-titles ul button.active {
    background: #ffffff;
}


/* ==================================================================
                        FOOTER
================================================================== */
footer {
    padding: 30px 0;
    color: #ffffff;
    background-color: var(--basic-dark);
}

footer .grid-block {
    grid-gap: 40px;
}

footer .grid-block > div:first-child a:nth-child(2) {
    margin-bottom: 25px;
}

footer .grid-block > div:nth-child(2) picture {
    display: block;
    margin: 0 auto;
}

footer .grid-block > div:nth-child(3) address {
    margin-left: 40px;
}

footer h3 {
    font-size: 1em;
    margin-bottom: 10px;
}

footer a {
    display: inline-block;
    padding-left: 40px;
    font-size: 1.3em;
    text-decoration: none;
    color: #ffffff;
    cursor: inherit;
}

/* ==================================================================
                        MEDIA
================================================================== */
/* ======================== screen max 360 ====================== */
@media screen and (max-width: 360px) {
    .payment-methods-section picture {
        max-width: 320px;
    }
}

/* ======================== screen max 639 ====================== */
@media screen and (max-width: 640px) {

    h2 {
        font-size: 1.8em;
    }

    .tariff-section .grid-block {
        grid-row-gap: 30px;
    }

    .news-wrapper {
        grid-template-columns: 100px 1fr;
    }

    /* .consumer-index-page .main-body > .grid-block {

    } */

}

/* ======================== screen min 640 ====================== */
@media screen and (min-width: 640px) {

    h2 {
        font-size: 2.2em;
    }

    .news-wrapper {
        grid-template-columns: 100px 1fr;
    }

    .consumer-index-page .main-body > .grid-block {
         grid-template-columns: 250px 1fr;
         grid-column-gap: 10px;
    }

    .consumer-index-page .main-body .tabs-titles {
        /* border-right: 2px solid var(--secondary-grey); */
    }

    .consumer-index-page .main-body .tabs-titles ul button.active {
        border-right: 4px solid var(--basic-blue);
    }


}

/* ======================== screen max 767 ====================== */
@media screen and (max-width: 767px) {
    header {
        height: 60px;
    }

    header .container {
        position: static;
    }

    header .container.grid-block {
        grid-template-columns: 72px 1fr;
    }

    header .logo-body {
        height: 50px;
    }

    header nav input {
        display: none;
    }

    header nav label {
        position: relative;
        display: block;
        width: 36px;
        height: 21px;
    }

    header nav label span {
        position: absolute;
        left: 0;
        top: 9px;
        width: 100%;
        height: 3px;
        background: var(--basic-blue);
        transition: .2s ease;
        -webkit-transition: .2s ease;
        -moz-transition: .2s ease;
        -ms-transition: .2s ease;
        -o-transition: .2s ease;
    }

    header nav label::before,
    header nav label::after {
        content: "";
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 3px;
        background: var(--basic-blue);
        transition: .2s ease;
        -webkit-transition: .2s ease;
        -moz-transition: .2s ease;
        -ms-transition: .2s ease;
        -o-transition: .2s ease;
        transform-origin: 0;
    }

    header nav label::before {
        top: 0;
        z-index: 2;
    }

    header nav label::after {
        bottom: 0;
        z-index: 3;
    }

    header nav input:checked ~ label span {
        visibility: hidden;
    }

    header nav input:checked ~ label::before {
        transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transition-delay: .2s;
    }

    header nav input:checked ~ label::after {
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transition-delay: .2s;
    }

    header nav > ul {
        position: absolute;
        top: 60px;
        right: 0;
        width: 200px;
        max-height: 0;
        overflow: hidden;
        background: gold;
        transition: max-height 0.8s linear;
        -webkit-transition: max-height 0.8s linear;
        -moz-transition: max-height 0.8s linear;
        -ms-transition: max-height 0.8s linear;
        -o-transition: max-height 0.8s linear;
    }

    header nav input:checked ~ ul {
        max-height: 500px;
    }

    header nav > ul > li {
        width: 100%;
    }

    header nav > ul > li > a {
        color: #0c1221;
    }

    header nav > ul > li a .nav-link-decorate {
        display: none;
    }

    header nav > ul > li:hover > a {
        background: #838999;
        color: #ffffff;
    }

    main {
        padding-top: 60px;
    }

    .warrning-block {
        padding: 15px 20px;
        text-align: center;
        background: #B8860B;
        color: #ffffff;
    }

    .warrning-block h3 {
        margin-bottom: 0.5em;
        font-weight: 700;
    }

    .warrning-block p {
        margin-bottom: 1em;
        font-weight: 400;
    }

    @keyframes flashing {
        0% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
        }
        50% {
            transform: scale(1.02);
            -webkit-transform: scale(1.02);
            -moz-transform: scale(1.02);
            -ms-transform: scale(1.02);
            -o-transform: scale(1.02);
        }
        100% {
            transform: scale(1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }
    }

    @-webkit-keyframes flashing {
        0% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
        }
        50% {
            transform: scale(1.02);
            -webkit-transform: scale(1.02);
            -moz-transform: scale(1.02);
            -ms-transform: scale(1.02);
            -o-transform: scale(1.02);
        }
        100% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
        }
    }

    .warrning-block a {
        position: relative;
        display: block;
        width: 100%;
        max-width: 320px;
        height: 40px;
        margin: 0 auto;
        font-weight: 600;
        line-height: 40px;
        text-decoration: none;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        color: #e1c46f;
        background: #7f2605;
        background: -moz-linear-gradient(top,  #7f2605 0%, #c3400f 25%, #c3400f 80%, #e18e6f 100%);
        background: -webkit-linear-gradient(top,  #7f2605 0%,#c3400f 25%,#c3400f 80%,#e18e6f 100%);
        background: linear-gradient(to bottom,  #7f2605 0%,#c3400f 25%,#c3400f 80%,#e18e6f 100%);
        /*animation: tik 1s both infinite;
        -webkit-animation: flashing 2s linear infinite;
        */
    }

    .warrning-block a::before {
        content: "";
        position: absolute;
        top: 15px;
        right: -18px;
        display: block;
        width: 36px;
        height: 36px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23e1c46f'%3E%3Cpath d='M482 331l-57-113c-8-16-23-27-40-29l-113-18c-24-3-47 8-59 29l-35-70c9-13 14-29 14-45a85 85 0 00-171 0c0 45 35 81 79 85l99 199c2 4 0 8 0 10-1 1-4 5-10 5h-88a37 37 0 00-33 53l8 16c1 2 3 4 6 5l151 47a148 148 0 00110-9l100-50a85 85 0 0039-115zM167 107l-20-40c-8-15-23-24-39-24-24 0-44 19-44 45 0 7 2 14 5 20l19 38a64 64 0 1179-39z'/%3E%3C/svg%3E") no-repeat;
        background-size: 100% 100%;
    }

    section:not(.top-gallery-wrapper, .title-section) {
        padding: 40px 0 50px;
    }

    .news-card {
        margin-bottom: 40px;
    }

    .news-card:not(:last-of-type)::after {
        bottom: -20px;
    }

    .more-link {
        bottom: 20px;
    }

    footer > .container > div:nth-child(2) picture {
        width: 60px;
    }

}

/* ======================== screen min 768 ====================== */
@media screen and (min-width: 768px) {
    header nav input,
    header nav label {
        display: none;
    }

    section:not(.top-gallery-wrapper, .title-section) {
        padding: 50px 0;
    }

    .warrning-block {
        display: none;
    }

    .tariff-section .grid-block,
    .payment-methods-section .grid-block {
        grid-template-columns: repeat(3, 1fr);

    }

    .news-card {
        margin-bottom: 50px;
    }

    .news-card:not(:last-of-type)::after {
        bottom: -25px;
    }

    footer > .container > div:nth-child(2) picture {
        width: 70px;
    }

}

/* ======================== screen min 768 max 1023 ====================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    header {
        height: 70px;
    }

    header .container.grid-block {
        grid-template-columns: 86px 1fr;
    }

    header .logo-body {
        height: 60px;
    }

    main {
        padding-top: 70px;
    }

    .tariff-section .tariff-card > div h2 {
        font-size: 1.4em;
    }

    .tariff-section .tariff-card > div .heading-h3 {
        font-size: 2em;
    }

    footer .grid-block {
        grid-template-columns: 33% 16% 42%;
    }
}

/* ======================== screen min 1024 ====================== */
@media screen and (min-width: 1024px) {
    header {
        height: 90px;
    }

    header .container.grid-block {
        grid-template-columns: 115px 1fr;
    }

    header .logo-body {
        height: 80px;
    }

    main {
        padding-top: 90px;
    }

    .consumer-index-page .main-body > .grid-block {
        grid-column-gap: 30px;
   }

    footer .grid-block {
        grid-template-columns: 30% 30% 40%;
    }

    /* .tariff-section .tariff-card > div h2 {
        font-size: 1.4em;
    }

    .tariff-section .tariff-card > div .heading-h3 {
        font-size: 2em;
    } */
}

/* ======================== screen min 1024 ====================== */
@media screen and (orientation: landscape) {
    main .top-gallery-wrapper img {
        max-height: calc(100vh - 90px);
    }
}