:root {
    --base-color: #facc6d;
    --color-theme-header: linear-gradient(125deg, #111111 0%, #2e2e2e 80%);
    --color-theme-base: linear-gradient(90deg, #000000 10%, #2e2e2e 100%);
    --base-color-black: #000;
    --base-color-white: #fff;
    --base-color-111: #111;
    --base-color-222: #222;
    --base--color-overlay: rgba(0, 0, 0, 0.5);
    --base-color-btn: transparent;
}

body.dark {
    --base-color: #EE6101;
    --color-theme-header: linear-gradient(125deg, #fff 0%, #eeeeee 80%);
    --color-theme-base: linear-gradient(90deg, #fff 10%, #eaeaea 80%);
    --base-color-black: var(--base-color-white);
    --base-color-white: var(--base-color-black);
    --base-color-111: #fff;
    --base-color-222: #fff;
    --base--color-overlay: rgba(255, 255, 255, 0.7);
}

@-webkit-keyframes slideme {
    0% {
        left: -45px;
        margin-left: 0;
    }

    30%,
    to {
        left: 110%;
        margin-left: 80px;
    }
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:active,
:focus,
a:active,
a:focus {
    outline: 1px;
    outline-color: #de984d;
}

aside,
footer,
header,
nav {
    display: block;
}

body,
html {
    height: 100%;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

button,
input,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:hover,
a:visited {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?rnyvnk');
    src: url('../fonts/icomoon.eot?rnyvnk#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?rnyvnk') format('truetype'), url('../fonts/icomoon.woff?rnyvnk') format('woff'), url('../fonts/icomoon.svg?rnyvnk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-call:before {
    content: "\e900";
    color: var(--base-color);
}

html {
    font-family: "Montserrat", sans-serif;
    min-height: 100vh;
}

body {
    background-color: var(--base-color-black);
}

body::-webkit-scrollbar {
    background-color: var(--base-color)
}

body::-webkit-scrollbar-thumb {
    background-color: var(--base-color);
}

body::-webkit-scrollbar-track {
    /* background-color: #000; */
    background: linear-gradient(125deg, var(--base-color-111) 0%, var(--base-color-222) 80%);
    /* border: 1px solid var(--base-color); */
}

body.lock {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.card__img {
    position: relative;
    width: 350px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: transform .22s ease;
}

.card__img:hover {
    transform: scale(1.01);
}

.card__img img {
    width: 100%;
    height: 100%;
}

.btn,
.card__title {
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.card__title {
    margin-top: 36px;
    width: 400px;
    font-size: 24px;
    line-height: 136%;
    letter-spacing: -0.04em;
    color: var(--base-color);
    text-align: center;
}

.btn {
    cursor: pointer;
    border: 1px solid var(--base-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: var(--base-color);
    font-size: 20px;
    line-height: 29px;
    color: var(--base-color-black);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.btn:hover {
    border: 1px solid #de984d;
    background-color: #de984d;
}

.btn:focus {
    border: 3px solid #de984d;
}

.subhead,
.title {
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 159%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--base-color-white);
}

.subhead {
    font-size: 48px;
    text-align: center;
}

.subhead a {
    color: var(--base-color);
}

.header {
    position: fixed;
    width: 100%;
    background: var(--color-theme-header);
    padding: 20px 0;
    z-index: 3;
    top: 0;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    transition: all linear 0.15s;
}

.header.out {
    background: linear-gradient(0deg, #ffffff00 0%, #ffffff00 0%);
    padding: 1px 0;
}

.header__button {
    background-color: var(--base-color-btn);
    color: var(--base-color-white);
    padding: .5em;
    border: 1px solid;
    border-color: var(--base-color-white);
}

.header__mobile-nav {
    display: none;
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__burger {
    display: none;
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__link {
    margin-right: 38px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    opacity: 0.8;
    border-bottom: 1px solid transparent;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header__link a {
    color: var(--base-color-white);
}

.header__link:hover {
    opacity: 1;
    border-bottom: 1px solid var(--base-color);
}

.header__link:hover a,
.main__title span {
    color: var(--base-color);
}

.header__link:last-child {
    margin-right: 0;
}

.header__tel {
    text-align: center;
}

.header__tel a,
.header__tel p {
    font-style: normal;
    font-weight: 700;
}

.header__tel a {
    font-size: 28px;
    line-height: 39px;
    color: var(--base-color);
    -webkit-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s;
}

.header__tel a:before {
    font-family: "icomoon" !important;
    content: "\e900";
    font-size: 22px;
    margin-right: 8px;
}

.cards__dsc a:hover,
.header__tel a:hover {
    color: #de984d;
}

.header__tel p {
    font-size: 16px;
    line-height: 20px;
    color: var(--base-color-white);
}

.background,
.background::before {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all ease .3s;
}

.background::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    background-color: var(--base--color-overlay);


}

.background img,
.background picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all ease .3s;
}

.main {
    position: relative;
    padding: 155px 0 120px;
    z-index: 2;
}

.main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main__subtitle,
.main__title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 177%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--base-color);
}

.main__title {
    font-weight: 600;
    font-size: 64px;
    line-height: 127%;
    color: var(--base-color-white);
}

.main__buttons {
    margin: 118px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 780px;
}

.main__btn {
    width: 320px;
    padding: 12px 0;
}

.main__btn:first-child {
    position: relative;
    overflow: hidden;
    margin-right: 70px;
}

.main__btn:first-child:hover::before {
    background-color: none;
    -webkit-animation: paused;
    animation: paused;
}

.main__btn:first-child:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.6);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    top: -60px;
    left: -45px;
    width: 10px;
    height: 200px;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation: slideme 3s ease 0.05s infinite;
    animation: slideme 3s ease 0.05s infinite;
}


/* Фича с картами */

.main__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main__content-inner {
    position: relative;
    width: 350px;
    height: 222px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #de984d;
    transform: scale(1);
    transition: all 0.3s ease .22s;
}

.main__content-inner:hover {
    transform: scale(1.1);
}

.main__img:first-child {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0%;
    /* transform: rotate(-45deg); */
    transition: all 0.3s ease .22s;
}

.main__img:first-child:hover+.main__img:last-child {
    top: 0;
    left: -100%;
}

.main__img:last-child {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: -49%;
    border-radius: inherit;
    /* transform: rotate(-45deg); */
    transition: all 0.3s ease .22s;
    z-index: 2;
    box-shadow: 0px 0px 2px black;
}

.main__img:last-child:hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0%;
    /* transform: rotate(-45deg); */
    transition: all 0.3s ease .22s;
    z-index: 2;
}

.main__img:first-child::before,
.main__img:last-child::before {
    position: absolute;
    content: 'Узнать подробнее о карте →';
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .3s ease .32s, color .3s ease .32s;
}

.main__img:first-child:hover::before,
.main__img:last-child:hover::before {
    color: white;
    background: rgba(0, 0, 0, .5);
}

.advantages {
    position: relative;
    z-index: 2;
    background: var(--color-theme-base);
    padding: 50px 0 150px;
}

.advantages__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.advantages__items {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.advantages__item {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-right: 100px;
    margin-top: 100px;
}

.advantages__item:nth-child(3),
.advantages__item:nth-child(6) {
    margin-right: 0;
}

.advantages__img {
    width: 100px;
}

.advantages__img img {
    width: 100%;
}

.advantages__dsc {
    margin-top: 36px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 136%;
    color: var(--base-color-white);
}

.cards {
    position: relative;
    z-index: 2;
    padding-top: 54px;
    padding-bottom: 50px;
    background-color: var(--base--color-overlay);
    color: var(--base-color-white);
}

.cards__wrapper {
    margin-top: 56px;
}

.cards__item {
    position: relative;
    padding: 50px 30px 100px;
}

.cards__item:last-child {
    padding-bottom: 0;
}

.cards__item:nth-child(even) .cards__flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cards__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.cards__text {
    -ms-flex-preferred-size: 540px;
    flex-basis: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cards__text h5,
.cards__text p {
    font-style: normal;
    line-height: 136%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.cards__text h5 {
    font-size: 36px;
    margin: 32px 0;
}

.cards__text p {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 32px;
}

.cards__btn {
    max-width: 320px;
    padding: 10px 57px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}

.cards__btn:hover::before {
    background-color: none;
    -webkit-animation: paused;
    animation: paused;
}

.cards__btn:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.6);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    top: -60px;
    left: -45px;
    width: 10px;
    height: 200px;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation: slideme 3s ease 0.05s infinite;
    animation: slideme 3s ease 0.05s infinite;
}

.cards__img {
    cursor: pointer;
    width: 350px;
    border-radius: 15px;
    overflow: hidden;
    transition: transform .22s ease;
}

.cards__img:hover {
    transform: scale(1.01);
}

.cards__img img {
    width: 100%;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}

.cards__content {
    display: block;
    margin-top: 96px;
}

.cards__dsc,
.cards__special {
    font-size: 24px;
    line-height: 136%;
    letter-spacing: -0.04em;
}

.cards__dsc {
    font-style: normal;
    font-weight: 500;
    margin-bottom: 36px;
}

.cards__dsc span,
.cards__text h5 {
    font-weight: 700;
    color: var(--base-color);
}

.cards__dsc a {
    position: relative;
    color: var(--base-color);
    text-decoration: underline;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.cards__special {
    font-weight: 600;
    color: var(--base-color);
}

.forms {
    position: relative;
    z-index: 2;
    background: var(--color-theme-base);
    color: var(--base-color-white);
    padding: 50px 0 50px;
}

.forms__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.forms__box {
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
    padding: 60px 130px;
    width: 100%;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (85px) [2] 105px 22px 50px;
    grid-template-rows: repeat(2, 85px) 105px 22px 50px;
    gap: 55px;
}

.forms__box label,
.forms__box label input {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

.forms__box label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.forms__box label input {
    height: 50px;
    color: var(--base-color-white);
    padding-left: 16px;
    background-color: transparent;
    border: 1px solid var(--base-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 8px;
    border-radius: 0;
    transition: all ease .5s
}

.forms__box label input:focus {
    border: 3px solid #de984d;
    background: rgba(255, 255, 255, 0.9);
    color: var(--base-color-black);
}

.forms__box label:nth-child(3) input {
    text-transform: none;
}

.forms__box label:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.forms__box label:nth-child(5) input {
    height: unset;
}

.forms__box label:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 30px;
    text-transform: none;
}

.forms__box label:nth-child(6) a {
    margin-left: 8px;
    color: var(--base-color-white);
    text-decoration: underline;
    -webkit-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s;
}

.forms__box label:nth-child(6) a:hover {
    color: var(--base-color);
}

.forms__box label:nth-child(6) input {
    position: absolute;
    margin-left: -30px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    width: 22px;
    height: 22px;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
    -webkit-box-shadow: border-box;
    box-shadow: border-box;
}

.forms__box label:nth-child(6) input:focus+span {
    background-image: url(../images/checkbox/policy__focus.svg);
}

.forms__box label:nth-child(6) input:checked+span {
    background-image: url(../images/checkbox/policy__on.svg);
}

.forms__box label:nth-child(6) span {
    z-index: 1;
    position: absolute;
    margin-left: -30px;
    background-image: url(../images/checkbox/policy__off.svg);
    width: 22px;
    height: 22px;
}

.forms__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.forms__mask {
    position: relative;
    width: 78px;
    height: 50px;
    border: 1px solid var(--base-color);
    margin-top: 24px;
    margin-right: 24px;
}

.forms__mask:nth-child(1) span {
    background-image: url(../images/checkbox/multy--purple.png);
}

.forms__mask:nth-child(2) span {
    background-image: url(../images/checkbox/lukoil.png);
}

.forms__mask:nth-child(3) span {
    background-image: url(../images/checkbox/gazprom.png);
}

.forms__mask:nth-child(4) span {
    background-image: url(../images/checkbox/multy--blue.png);
    margin-right: 0;
}

/*
.forms__mask:nth-child(4) span {
    background-image: url(../images/checkbox/rosneft.png);
}
.forms__mask:nth-child(5) span {
    background-image: url(../images/checkbox/multy--blue.png);
    margin-right: 0;
} */

.forms__mask input[type="checkbox"] {
    position: absolute;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 50px !important;
    background-color: transparent;
    z-index: 2;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    cursor: pointer;
    margin-top: 0;
}

.forms__mask input[type="checkbox"]:focus {
    background: 0 0;
    color: var(--base-color-black);
    border: 3px solid #de984d;
}

.forms__mask input[type="checkbox"]:checked+span::after,
.forms__mask input[type="checkbox"]:checked+span::before {
    display: block;
}

.forms__mask span {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.forms__mask span::after,
.forms__mask span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.forms__mask span::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.forms__mask span::after {
    background-image: url(../images/checkbox/arrow--done.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.forms__btn {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin: 0 auto;
    border-radius: 0;
    padding: 0;
    width: 300px;
    display: block;
    -webkit-appearance: none;
}

.questions {
    position: relative;
    z-index: 2;
    padding: 50px 0 100px;
    color: var(--base-color-white);
    background-color: var(--base--color-overlay);
}

.questions__item {
    cursor: pointer;
    border-bottom: 1px solid var(--base-color);
    padding: 23px 10px;
}

.questions__item:first-child {
    margin-top: 55px;
    border-top: 1px solid var(--base-color);
    border-bottom: 1px solid var(--base-color);
}

.questions__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 136%;
    letter-spacing: -0.04em;
}

.questions__more {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    margin-left: 12px;
}

.questions__more.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.questions__dsc {
    margin-top: 60px;
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 136%;
    letter-spacing: -0.04em;
    list-style-position: inside;
    transition: all ease .5s;
}

.questions__dsc.show {
    display: block;
}

.questions__dsc a,
.questions__dsc span {
    color: var(--base-color);
    font-weight: 600;
}

.questions__dsc .p-act,
.questions__dsc a {
    cursor: pointer;
    text-decoration: underline;
}

.questions__dsc li {
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    margin-bottom: 24px;
}

.contacts__column:last-child .contacts__row:last-child span:last-child,
.questions__dsc li:last-child {
    margin-bottom: 0;
}

.questions__other {
    margin-top: 96px;
}

.questions__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 36px;
}

.questions__contact {
    margin-top: 16px;
    margin-right: 24px;
}

.footer__list li:last-child,
.footer__wrapper .footer__column:last-child .footer__row .footer__column:last-child,
.questions__contact:last-child {
    margin-right: 0;
}

.questions__contact p {
    font-weight: 500;
    font-size: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: var(--base-color-white);
}

.questions__contact a {
    font-weight: 500;
    font-size: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: var(--base-color-white);
    -webkit-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s;
}

.contacts a:hover,
.contacts__row span b,
.footer a:hover,
.questions__contact a:hover {
    color: var(--base-color);
}

.about {
    padding: 50px 0 100px;
    position: relative;
    z-index: 2;
    background: var(--color-theme-base);
    color: var(--base-color-white);
}

.about__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 136%;
    margin-top: 54px;
    letter-spacing: -0.055em;
}

.about__subtitle span {
    font-style: normal;
    font-weight: 600;
    color: var(--base-color);
}

.about__wrapper {
    margin-top: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about__item {
    margin-top: 24px;
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
}

.about__item h4,
.about__item p,
.questions__contact a,
.questions__contact p {
    font-style: normal;
    line-height: 136%;
    letter-spacing: -0.055em;
}

.about__item h4 {
    font-weight: 600;
    font-size: 64px;
    color: var(--base-color);
}

.about__item p {
    margin-top: 24px;
    font-weight: 500;
    font-size: 32px;
}

.gazprom {
    padding: 80px 0;
    position: relative;
    z-index: 2;
    background-color: var(--base--color-overlay) !important;
    background-image: url(../images/gazprombc-light.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.gazprom::before {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--base--color-overlay);
    z-index: 2;
}

.gazprom__container {
    position: relative;
    z-index: 13;
}

.gazprom__box button,
.gazprom__wrapper {

    font-style: normal;
    font-weight: 500;
    color: var(--base-color-white);
}

.gazprom__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    font-size: 32px;
    line-height: 136%;
    letter-spacing: -0.055em;
}

.gazprom__box,
.gazprom__wrapper p {
    margin-top: 54px;
    -ms-flex-preferred-size: 800px;
    flex-basis: 800px;
}

.gazprom__wrapper .blue {
    color: #0079c2;
    font-weight: 500;
    text-decoration: underline;
}

.gazprom__wrapper .yellow {
    color: var(--base-color);
    font-weight: 500;
}

.gazprom__box {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gazprom__box button {
    margin-top: 72px;
    padding: 13px 80px;
    background: #0079c2;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gazprom__box button:hover {
    background: #025285;
}

.gazprom__box button:focus {
    border: 3px solid #025285;
}

.partners {
    padding: 80px 0;
    position: relative;
    z-index: 2;
    background-color: var(--base-color-111);
}

.partners__wrapper {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners__wrapper a {
    padding: 48px 32px 0;
}

.partners__title {
    color: var(--base-color-white);
}

.contacts {
    padding: 50px 0;
    position: relative;
    z-index: 2;
    background-color: var(--base-color-111);
    color: var(--base-color-white);
}

.contacts a {
    color: var(--base-color-white);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 136%;
    letter-spacing: -0.055em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 580px;
    flex-basis: 580px;
    margin-top: 50px;
}

.contacts__column:last-child .contacts__row:last-child span {
    margin-bottom: 4px;
}

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.contacts__row:last-child {
    margin-bottom: 0;
}

.contacts__row h4,
.contacts__row p,
.contacts__row span {
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    letter-spacing: -0.055em;
}

.contacts__row h4 {
    font-size: 36px;
    text-transform: uppercase;
    color: var(--base-color);
    margin-bottom: 8px;
}

.contacts__row p,
.contacts__row span {
    font-size: 24px;
}

.footer {
    padding: 25px 0;
    position: relative;
    z-index: 2;
    background-color: var(--base-color-111);
    color: var(--base-color-white);
}

.footer a {
    color: var(--base-color-white);
    -webkit-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s;
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__wrapper .footer__column:first-child nav+a {
    margin-top: 44px;
}

.footer__wrapper .footer__column:first-child,
.footer__wrapper .footer__column:first-child a+a {
    margin-top: 24px;
}

.footer__wrapper .footer__column:first-child a+a,
.footer__wrapper .footer__column:first-child nav+a {
    text-decoration: underline;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.footer__wrapper .footer__column:last-child .footer__row {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__wrapper .footer__column:last-child .footer__row .footer__column {
    margin-top: 14px;
    margin-right: 26px;
}

.footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__column p {
    margin-top: -7px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__list li {
    margin-right: 24px;
}

.footer__link,
.footer__title,
.quiz__result p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}

.footer__link:hover {
    text-decoration: underline;
}

.footer__title {
    margin-top: 24px;
}

.footer__title span {
    color: var(--base-color);
}

.quiz {
    position: relative;
    z-index: 2;
    padding-top: 54px;
    padding-bottom: 50px;
    background-color: var(--base-color-black);
    color: var(--base-color-white);
}

.quiz__result {
    color: var(--base-color-white);
    z-index: 36;
    width: 100%;
    font-size: 26px;
    padding: 50px;
    display: none;
    row-gap: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 50px;
    grid-template-rows: 1fr 50px;
}

.quiz__result p {
    font-weight: 400;
    font-size: 36px;
    line-height: 111%;
    text-align: center;
    letter-spacing: -0.04em;
}

.quiz__result p:last-child {
    font-size: 14px;
}

.quiz__result p:last-child a {
    color: var(--base-color-white);
    text-decoration: underline;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.quiz__result p:last-child a:hover {
    color: var(--base-color);
}

.quiz__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    width: 100%;
}

.quiz__box input[type="tel"] {
    display: block;
    padding-left: 16px;
    border: 1px solid var(--base-color);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    width: 320px;
    background: 0 0;
    color: var(--base-color-white);
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.quiz .quiz__inner .quiz__input[type="text"]:focus,
.quiz__box input[type="tel"]:focus {
    border: 3px solid #de984d;
    background: rgba(255, 255, 255, 0.9);
    color: var(--base-color-black);
}

.quiz__box input[type="tel"].valid {
    border: 1px solid green;
    background-color: rgba(0, 128, 0, 0.1);
    color: var(--base-color-white);
}

.quiz__box input[type="tel"].invalid {
    border: 1px solid red;
    background-color: rgba(255, 0, 0, 0.1);
    color: var(--base-color-white);
}

.quiz__box input[type="submit"] {
    border: 0;
    display: block;
    padding: 0;
    width: 180px;
    border-radius: 0;
    -webkit-appearance: none;
}

.quiz__box input[type="submit"].valid {
    border: 1px solid green;
    background-color: green;
    color: var(--base-color-white);
}

.quiz__box input[type="submit"].invalid {
    border: 1px solid red;
    background-color: red;
}

.quiz__top {
    width: 100%;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 80px;
    row-gap: 24px;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quiz__title {
    text-align: left;
}

.quiz__progress {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    width: 20%;
    height: 5px;
    background-color: var(--base-color);
    -webkit-transition: width ease 0.5s;
    -o-transition: width ease 0.5s;
    transition: width ease 0.5s;
}

.quiz__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.quiz__btn {
    width: 265px;
    height: 50px;
    padding: 0;
}

.quiz__btn:disabled {
    color: var(--base-color-white);
    background: 0 0;
    opacity: 0.6;
    pointer-events: none;
}

.quiz__wrapper {
    margin-bottom: 32px;
}

.quiz__item {
    display: none;
}

.quiz__item:first-child {
    display: block;
}

.quiz .quiz__inner label,
.quiz__question {
    font-style: normal;
    line-height: 111%;
    letter-spacing: -0.04em;
}

.quiz__question {
    font-weight: 500;
    font-size: 36px;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.quiz .quiz__inner {
    margin-top: 66px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 24px;
}

.quiz .quiz__inner label {
    font-weight: 400;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.quiz .quiz__inner input[type="checkbox"],
.quiz .quiz__inner input[type="radio"] {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: -16px;
    margin-left: -24px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 3;
}

.quiz .quiz__inner input[type="checkbox"]:checked+span,
.quiz .quiz__inner input[type="radio"]:checked+span {
    background-image: url(../images/checkbox/radio__on.svg);
}

.quiz .quiz__inner .quiz__input[type="text"] {
    width: 320px;
    height: 50px;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid var(--base-color);
    background-color: transparent;
    border-radius: 0;
    padding-left: 16px;
    color: var(--base-color-white);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.quiz .quiz__inner .quiz__input[type="text"]::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.8);
}

.quiz .quiz__inner .quiz__input[type="text"]::-moz-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.8);
}

.quiz .quiz__inner .quiz__input[type="text"]:-ms-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.8);
}

.quiz .quiz__inner .quiz__input[type="text"]::-ms-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.8);
}

.quiz .quiz__inner .quiz__input[type="text"]::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.8);
}

.quiz .radio__mask {
    padding-left: 24px;
}

.quiz .radio__mask span {
    margin-left: -24px;
    margin-top: -16px;
    background-image: url(../images/checkbox/radio__off.svg);
    width: 25px;
    height: 25px;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-switch {
    cursor: pointer;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 50px;
    z-index: 101;
}

.theme-switch__btn {
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: var(--base-color-111);
    border: 1px solid var(--base-color);
    border-radius: 50%;
    background-image: url(../images/icons/dark-mode.svg);
    background-size: 25px;
    background-position: center center;
    z-index: 11;
    -webkit-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
}

body.dark .theme-switch__btn {
    background-image: url(../images/icons/light-mode.svg);
}

.fixed-link {
    cursor: pointer;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 210px;
    z-index: 101;
}

.fixed-link__btn,
.quiz .radio__mask span,
.theme-switch__btn {
    position: absolute;
    background-repeat: no-repeat;
}

.fixed-link__btn {
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: var(--base-color-111);
    border: 1px solid var(--base-color);
    border-radius: 50%;
    background-image: url(../images/icons/fixed-link-on.svg);
    background-size: 25px;
    background-position: center center;
    z-index: 11;
    -webkit-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
}

body.dark .fixed-link__btn {
    background-image: url(../images/icons/fixed-link-on-dark.svg);
}

.fixed-link__btn.close {
    background-image: url(../images/icons/fixed-link-off.svg);
    background-size: 20px;
}

body.dark .fixed-link__btn.close {
    background-image: url(../images/icons/fixed-link-off-dark.svg);
    background-size: 20px;
}

.fixed-link__btn:hover {
    border: 1px solid #de984d;
}

.fixed-link a:nth-child(2) {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: var(--base-color-111);
    border: 1px solid var(--base-color);
    border-radius: 50%;
    background-image: url(../images/icons/whatsup-link.svg);
    background-size: 27px;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

body.dark .fixed-link a:nth-child(2) {
    background-image: url(../images/icons/whatsup-link-dark.svg);
}

.fixed-link a:nth-child(2).show {
    bottom: 70px;
    opacity: 1;
}

.fixed-link a:last-child {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: var(--base-color-111);
    border: 1px solid var(--base-color);
    border-radius: 50%;
    background-image: url(../images/icons/telegram-link.svg);
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

body.dark .fixed-link a:last-child {
    background-image: url(../images/icons/telegram-link-dark.svg);

}

.fixed-link a:last-child.show {
    bottom: 140px;
    opacity: 1;
}

.thanks,
.thanks__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.thanks {
    display: none;
    top: 0;
    position: fixed;
    z-index: 33;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    padding: 0 15px;
}

.thanks__body {
    padding: 50px;
    background: var(--color-theme-header);
    border: 1px solid var(--base-color);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.thanks p {
    font-size: 32px;
    color: var(--base-color);
}

.thanks p:first-child {
    font-size: 48px;
    margin-bottom: 24px;
    color: var(--base-color-white);
}

.cookie-bar {
    width: 100%;
    background-color: var(--base-color-222);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    color: var(--base-color-white);
    bottom: 0;
    z-index: 100;
    -webkit-filter: drop-shadow(0px -10px 30px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px -10px 30px rgba(0, 0, 0, 0.25));

}

.cookie-bar.show {
    display: flex;
}

.cookie-bar__body {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cookie-bar__body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: var(--base-color);
    margin-bottom: 8px;
}

.cookie-bar__body button {
    font-weight: 500;
    display: block;
    margin: 24px auto 0;
    padding: 10px 100px;
    line-height: 16px;
    font-size: 16px;
}

@media (max-width: 1124px) {
    .advantages__item {
        width: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-right: 100px;
        margin-top: 100px;
    }

    .advantages__item:nth-child(3),
    .advantages__item:nth-child(6) {
        margin-right: 100px;
    }

    .advantages__item:nth-child(even) {
        margin-right: 0;
    }

    .gazprom__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 136%;
        letter-spacing: -0.055em;
        color: var(--base-color-white);
    }

    .gazprom__wrapper p {
        margin-top: 54px;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
    }

    .gazprom__wrapper .blue {
        color: #0079c2;
        font-weight: 500;
        text-decoration: underline;
    }

    .gazprom__wrapper .yellow {
        color: var(--base-color);
        font-weight: 500;
    }
}

@media (max-width: 1024px) {
    .main__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main__content {
        display: none;
    }
}

@media (max-width: 980px) {
    .cards__flexbox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cards__text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cards__text p {
        text-align: center;
    }
}

@media (max-width: 960px) {

    .header__nav,
    .header__tel {
        display: none;
    }

    .header__burger {
        position: relative;
        display: block;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
    }

    .header__burger span,
    .header__burger span::after,
    .header__burger span::before {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--base-color);
    }

    .header__burger span::after,
    .header__burger span::before {
        content: "";
        width: 80%;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .header__burger span::after {
        top: -8px;
    }

    .header__burger span::before {
        top: 8px;
    }

    .header .header__burger.active span {
        height: 0;
    }

    .header .header__burger.active span::after {
        width: 40px;
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header .header__burger.active span::before {
        width: 40px;
        top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header__wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .header__mobile-nav {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        background: var(--color-theme-header);
        z-index: -1;
        padding: 100px 0;
        overflow: auto;
        display: none;
    }

    .header__mobile-nav.active {
        display: block;
    }

    .header__mobile-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .header__mobile-link {
        position: relative;
        font-size: 24px;
        background-color: transparent;
        padding: 20px 10px;
        width: 100%;
    }

    .header__mobile-link a {
        color: var(--base-color-white);
    }

    .header__mobile-link a:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .header__mobile-link:hover {
        background-color: var(--base-color);
    }

    .header__mobile-link:hover a {
        color: var(--base-color-black);
    }

    .header__mobile-tel {
        padding: 0 10px;
        margin-top: 40px;
        text-align: center;
    }

    .header__mobile-tel a,
    .header__mobile-tel p {
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 39px;
        color: var(--base-color);
    }

    .header__mobile-tel a:before {
        font-family: "icomoon" !important;
        content: "\e900";
        font-size: 22px;
        margin-right: 8px;
    }

    .header__mobile-tel p {
        font-size: 16px;
        line-height: 20px;
        color: var(--base-color-white);
    }

    .cards__flexbox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cards__text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cards__text p {
        text-align: center;
    }

    .forms__box label {
        font-size: 16px;
    }

    .footer__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__column:last-child .footer__row {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
}

@media (max-width: 815px) {
    .forms__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    .forms__box label {
        margin-bottom: 55px;
    }

    .forms__box label:last-child {
        margin-bottom: 0;
    }

    .forms__btn {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
    }
}

@media (max-width: 745px) {
    .main__btn {
        width: 320px;
        padding: 12px 0;
    }

    .main__btn:first-child {
        margin-right: 16px;
    }
}

@media (max-width: 720px) {
    .advantages__item {
        margin-right: 0;
        margin-top: 100px;
    }

    .advantages__item:nth-child(3),
    .advantages__item:nth-child(6),
    .advantages__item:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width: 690px) {
    .quiz__title {
        text-align: left;
    }

    .quiz__question,
    .quiz__result p {
        font-size: 24px;
    }

    .quiz__counter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .quiz .quiz__input[type="text"] {
        width: 100% !important;
    }

    .quiz__result {
        padding: 50px 0;
        row-gap: 50px;
        -ms-grid-rows: 1fr 100px;
        grid-template-rows: 1fr 100px;
    }

    .quiz__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .quiz__box input[type="tel"] {
        width: 100%;
        margin-bottom: 8px;
    }

    .quiz__box input[type="submit"],
    .quiz__btn {
        width: 100%;
    }

    .main__btn {
        width: 320px;
        padding: 12px 0;
    }

    .main__btn:first-child {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

@media (max-width: 630px) {
    .header {
        padding: 10px 0;
    }

    .header__wrapper a img {
        width: 90px;
    }

    .title {
        font-size: 36px;
        line-height: 159%;
        letter-spacing: -0.04em;
    }

    .main {
        padding: 100px 0;
    }

    .main__subtitle,
    .main__title {
        font-size: 16px;
        line-height: 177%;
        letter-spacing: -0.04em;
    }

    .main__title {
        font-size: 32px;
    }

    .main__buttons {
        margin: 64px auto 0;
    }

    .main__btn {
        width: 320px;
        padding: 12px 0;
        font-size: 18px;
        line-height: 20px;
    }

    .advantages__items {
        width: 280px;
    }

    .advantages__items img {
        width: 80px;
    }

    .advantages__dsc {
        font-weight: 500;
        font-size: 20px;
        line-height: 136%;
    }

    .cards__content,
    .cards__wrapper {
        margin-top: 46px;
    }

    .cards__item {
        padding: 50px 0 100px;
    }

    .cards__item:last-child {
        padding-bottom: 0;
    }

    .cards__text h5 {
        font-size: 24px;
        text-align: center;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .cards__text p {
        font-size: 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: left;
        margin-top: 32px;
    }

    .cards__btn {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .cards__dsc,
    .cards__special {
        font-size: 18px;
    }

    .forms__box {
        padding: 30px 0;
    }

    .subhead {
        font-weight: 500;
        font-size: 26px;
        line-height: 159%;
        text-align: center;
        letter-spacing: -0.04em;
    }

    .questions__dsc,
    .questions__main h3 {
        font-size: 18px;
        line-height: 136%;
        letter-spacing: -0.04em;
    }

    .questions__main span img {
        width: 20px;
    }

    .questions__dsc {
        font-weight: 600;
        font-size: 16px;
    }

    .questions__contact p {
        font-size: 26px;
        line-height: 136%;
        letter-spacing: -0.055em;
    }

    .about__item p,
    .questions__contact a {
        font-size: 20px;
    }

    .about__subtitle {
        font-size: 24px;
    }

    .about__item h4,
    .about__item p,
    .about__subtitle,
    .gazprom__wrapper p,
    .questions__contact a {
        line-height: 136%;
        letter-spacing: -0.055em;
    }

    .about__item h4 {
        font-weight: 600;
        font-size: 36px;
    }

    .gazprom__wrapper p {
        font-size: 22px;
    }

    .contacts__row h4,
    .contacts__row p,
    .contacts__row span {
        font-size: 26px;
        line-height: 136%;
        letter-spacing: -0.055em;
    }

    .contacts__row p,
    .contacts__row span {
        font-size: 20px;
    }

    .footer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__list li {
        margin-bottom: 24px;
    }

    .footer__list li:last-child {
        margin-bottom: 0;
    }

    .footer__link {
        font-weight: 500;
    }

    .footer__link,
    .footer__title {
        font-size: 20px;
        line-height: 24px;
    }

    .footer__column p {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .footer__wrapper .footer__column:first-child a+a,
    .footer__wrapper .footer__column:first-child nav+a {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }

    .thanks__body {
        padding: 15px;
    }

    .thanks__body p {
        font-size: 16px;
        color: var(--base-color);
    }

    .thanks__body p:first-child {
        font-size: 22px;
        margin-bottom: 24px;
        color: var(--base-color-white);
    }

    .fixed-link {

        right: 10px;
        bottom: 160px;
    }

    .theme-switch {
        right: 10px;
        bottom: 15px;
    }

    /* .fixed-link a:nth-child(2).show {
        bottom: 80px;
        opacity: 1;
    }
    .fixed-link a:last-child.show {
        bottom: 160px;
        opacity: 1;
    } */
}

@media (max-width: 449px) {
    .forms__box label:nth-child(6) a {
        margin-left: 0;
    }
}

@media (max-width: 380px) {
    .questions__contact {
        margin-top: 16px;
        margin-right: 0;
    }

    .questions__contact:last-child {
        margin-right: 0;
    }
}

@media (max-width: 375px) {
    .forms__mask {
        margin-top: 16px;
        position: relative;
        width: 48px;
        height: 30px;
        border: 1px solid var(--base-color);
    }

    .forms__mask:nth-child(1) span {
        background-image: url(../images/checkbox/multy--purple.png);
    }

    .forms__mask:nth-child(2) span {
        background-image: url(../images/checkbox/lukoil.png);
    }

    .forms__mask:nth-child(3) span {
        background-image: url(../images/checkbox/gazprom.png);
    }

    .forms__mask:nth-child(4) span {
        background-image: url(../images/checkbox/rosneft.png);
    }

    .forms__mask:nth-child(5) span {
        background-image: url(../images/checkbox/multy--blue.png);
    }

    .forms__mask input[type="checkbox"] {
        position: absolute;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        width: 100%;
        height: 30px !important;
        background-color: transparent;
        z-index: 2;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        cursor: pointer;
    }

    .forms__mask input[type="checkbox"]:focus {
        background: 0 0;
        color: var(--base-color-black);
        border: 3px solid #de984d;
    }

    .forms__mask input[type="checkbox"]:checked+span::after,
    .forms__mask input[type="checkbox"]:checked+span::before {
        display: block;
    }

    .partners__wrapper {
        margin-top: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .partners__wrapper a {
        padding: 48px 8px 0;
    }
}

@supports (background-attachment: fixed) {
    .gazprom {
        background-attachment: fixed;
    }
}

.locator-fixed {
    cursor: pointer;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 130px;

    z-index: 11;

}

body.dark .locator-btn {
    background-image: url(/images/icons/locator-dark.svg);
}

.locator-btn {
    position: relative;
    background-image: url(/images/icons/locator.svg);
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: var(--base-color-111);
    border: 1px solid var(--base-color);
    border-radius: 50%;
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 111;
    -webkit-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;

}

.locator {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    display: none;
    background-color: var(--base-color-111);

}

.locator.show {
    display: block;
}

.locator__wrapper {
    width: 100%;
    height: 100%;
}

.locator__close {
    font-size: 18px;
    background: transparent;
    width: 100%;
    height: 30px;
    text-align: right;
    padding: 0 2em;
    color: var(--base-color);
    font-weight: 500;
}

.locator__body {
    width: 100%;
    height: calc(100% - 30px);
}

.locator__body iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 630px) {
    .locator-fixed {
        right: 10px;
        bottom: 85px;
    }
}

.rigth-link button {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-transition: border-color ease 0.1s;
    -o-transition: border-color ease 0.1s;
    transition: border-color ease 0.1s;
}


@media (pointer: fine) {
    .rigth-link:hover:after {
        width: 250px;
        padding-right: 60px;
        padding-left: 16px;
        color: var(--base-color-white);
        background-color: var(--base-color-111);
        border: 1px solid var(--base-color);
        visibility: visible;
    }

    .rigth-link:hover button {
        border-left-color: transparent;
        border-top-color: transparent;
        border-bottom-color: transparent;
    }
}

.rigth-link::after {
    -webkit-tap-highlight-color: transparent !important;
    content: attr(data-title);
    position: absolute;
    width: 250px;
    height: 64px;
    left: -191px;
    top: 50%;
    transform: translateY(-50%);
    /* background: black; */
    /* padding: 1rem 60px ;1rem 1rem  */
    padding: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 1px solid transparent;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: transparent;
    -webkit-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
    pointer-events: none;
    visibility: hidden;
}

#btn_lock:disabled {
    background: transparent;
}
