@charset "UTF-8";

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

html {
    height: 100%;
}

body {
    height: 100%;
    /* Установите высоту body и html на 100% */
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
        Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    /* background-image: url(../images/background.webp);
    background-size: cover; */
    background-color: #3c3c3c;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

a:hover {
    color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
        'Courier New', monospace;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role='button'] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
    -webkit-appearance: button;
}

[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend+* {
    clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

::-webkit-input-placeholder {
    color: #666;
}

::-moz-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

::-ms-input-placeholder {
    color: #666;
}

::placeholder {
    color: #666;
}

::-moz-selection {
    background-color: orange;
    color: #fff;
}

::selection {
    background-color: orange;
    color: #fff;
}

input,
textarea {
    outline: 0;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red;
}

input:required:valid,
textarea:required:valid {
    border-color: green;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.65;
    color: #fff;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
}

@media (max-width: 320px) {
    body {
        font-size: 12px;
    }
}

main.main-single {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/dist/water-longread.jpg);
    background-position: center;
    background-size: cover;
}

@media (orientation: portrait) {
    main.main-single {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
            url(../images/dist/water-longread-vert.jpg);
        background-position: center;
        background-size: cover;
    }
}

main.main-single1 {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/dist/text_bg.jpg);
    background-position: center;
    background-size: cover;
}

@media (orientation: portrait) {
    main.main-single1 {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
            url(../images/dist/text_bg.jpg);
        background-position: top center;
        background-size: cover;
    }
}

main.main-single2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 32px 33px;
}



main.main-single h1 {
    color: #fff;
}

@media (orientation: portrait) {
    main.main-single h1 {
        background: rgba(0, 0, 0, 0.37);
    }
}

/*main.main-single p {
    color: #000;
    opacity: .9;
    font-size: 16px;
    max-width: 576px
}*/





.main1 {
    background: #252525;
    border-radius: 10px 10px 0 0;
    margin-top: 10px;
    padding: 40px 15px 30px;
    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;
    position: relative;
    margin-top: 80px;
}

.main__logo1 {
    text-align: center;
    margin-bottom: 27px;
}

.main__title1 {
    max-width: 792px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

.main__title1 h1 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
}

.main__bottom1 {
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    color: #b7b7b7;
    /*margin-top: 30px;*/
}

#restriction {
    text-align: right;
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 0;
}

#restriction {
    text-align: right;
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 0;
}

#warning {
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 0.95em;
}

.block-1 img {
    width: 100%;
    padding-bottom: 20px;
}

.tooltip {
    cursor: pointer;
    background: rgba(255, 255, 0, 0.41);
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    max-width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    width: 200px;
    bottom: 100%;
    left: 5%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

@media (orientation: portrait) {
    .tooltip .tooltiptext {
        width: 200px;
        bottom: 100%;
        left: 5%;
    }
}

.block-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.faq--right {
    border-top: 1px solid #c9c9c9;
}

.faq--right h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #1c1c1c;
    margin-top: 25px;
}

.faq--right h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #353535;
    margin-bottom: 18px;
}

.faq--right p {
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

.faq--right .section-materials__wrapper {
    /*height: 600px*/
}

.faq--right .section-materials__wrapper ul {
    margin: 10px -15px;
}

.faq--right .section-materials__wrapper li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 31%;
    flex: 1 1 31%;
    margin: 10px 15px;
}

@media (max-width: 575.98px) {
    .faq--right .section-materials__wrapper {
        height: auto;
    }

    .faq--right .section-materials__wrapper li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

.faq--right__wrapper {
    border-bottom: 1px solid #c9c9c9;
}

.faq--right1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

.faq--right__wrapper1 ul {
    padding: 0;
}

.faq--right__wrapper1 li {
    padding: 40px;
    list-style: none;
    background: #fff;
    opacity: 0.99;
    border: 1px solid rgba(206, 206, 206, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    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;
    margin-bottom: 15px;
}

@media (max-width: 575.98px) {
    .faq--right__wrapper1 li {
        padding: 10px;
    }
}

.faq--right__number1 {
    margin-bottom: 18px;
}

.faq--right__number1 span {
    background: rgba(196, 196, 196, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #171717;
}

.faq--right__title1 h2 {
    font-size: 20px;
    line-height: 23px;
    color: #171717;
    margin-bottom: 20px;
    font-weight: 700;
}

.faq--right__text1 {
    font-size: 14px;
    line-height: 130%;
    color: #282828;
}

.faq--right__text1 img {
    max-width: 100%;
}

.block {
    margin-bottom: 50px;
}

.block-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575.98px) {
    .block-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.block-2__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 575px;
    flex: 0 1 575px;
}

@media (max-width: 1199.98px) {
    .block-2__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 425px;
        flex: 0 1 425px;
    }
}

@media (max-width: 575.98px) {
    .block-2__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

.block-2--right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #f8f8f8;
}

.integration {
    background-color: #f4f4f4;
    border-left: 6px solid #fdc425;
    padding-left: 10px;
}

.block-2--right:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background: #fdc425;
}

.block-2--right .block-2__title {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-2--right .span-title {
    font-weight: 700;
    font-size: 70px;
    line-height: 120%;
    color: #0e81ab;
}

.block-2--right span {
    font-size: 20px;
    line-height: 120%;
    color: #0e81ab;
}

@media (max-width: 575.98px) {
    .block-2--right {
        padding: 50px 0;
    }
}

.bolded {
    font-weight: 600;
}

.block-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-4--img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 500px;
    flex: 0 1 500px;
}

.block-4--img img {
    max-width: 100%;
    width: 100%;
}

.block-4--text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin-left: 15px;
}

.block-4 .block-4--title {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #0e81ab;
    opacity: 0.8;
}

@media (max-width: 575.98px) {
    .block-4 .block-4--title {
        font-size: 28px;
    }
}

.block-4 span {
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #171717;
    opacity: 0.2;
    display: block;
    margin: 25px 0 30px;
}

@media (max-width: 575.98px) {
    .block-4 span {
        font-size: 18px;
    }
}

.block-4 p {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    opacity: 0.7;
}

@media (max-width: 575.98px) {
    .block-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .block-4--img {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
    }

    .block-4--text {
        margin-top: 20px;
    }
}

.block-quote {
    background: #f8f8f8;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.block-quote img {
    margin-bottom: 35px;
}

.block-video {
    background-image: url(../images/dist/Rectangle132.jpg);
    height: 380px;
}

.block-video__overlay {
    background-color: rgba(10, 91, 117, 0.5);
    width: 100%;
    height: 100%;
}

.block-video__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;
    position: relative;
    width: 100%;
    height: 100%;
}

.block-video__wrapper h2 {
    max-width: 320px;
    font-size: 32px;
    line-height: 107%;
    color: #fff;
    margin-left: 40px;
    position: relative;
    margin-bottom: 40px;
}

.block-video__wrapper h2:before {
    content: '';
    width: 15px;
    height: 100%;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#43b59c),
            to(#0d80ab));
    background: -o-linear-gradient(top, #43b59c 0, #0d80ab 100%);
    background: linear-gradient(180deg, #43b59c 0, #0d80ab 100%);
    position: absolute;
    left: -20px;
    top: 0;
}

.block-video__wrapper .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1199.98px) {
    .block-video__wrapper img {
        max-width: 250px;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .block-video__wrapper {
        position: relative;
    }

    .block-video__wrapper img {
        display: none;
    }

    .block-video__wrapper .play img {
        display: block;
        width: 70px;
    }

    .block-video__wrapper h2 {
        margin-bottom: 0;
        position: absolute;
        top: 30px;
        left: 30px;
        max-width: 100%;
        margin-left: 0;
        padding: 0 15px;
        font-size: 25px;
    }
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    z-index: 3;
}

@media (max-width: 767.98px) {
    .popup iframe {
        width: 500px !important;
    }
}

@media (max-width: 575.98px) {
    .popup iframe {
        width: 250px !important;
        height: 300px;
    }
}

.popup.open {
    opacity: 1;
    visibility: visible;
}

.popup.open .popup__content {
    -webkit-transform: perspective(600px) translate(0, 0) rotateX(0);
    transform: perspective(600px) translate(0, 0) rotateX(0);
    opacity: 1;
}

.popup__area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup__body {
    min-height: 100%;
    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;
    padding: 30px 10px;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.popup__content {
    background-color: #fff;
    color: #000;
    max-width: 800px;
    position: relative;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    opacity: 0;
    -webkit-transform: perspective(600px) translate(0, -100%) rotateX(45deg);
    transform: perspective(600px) translate(0, -100%) rotateX(45deg);
}

.popup__content_image {
    padding: 0;
}

.popup__image img {
    max-width: 100%;
    vertical-align: top;
}

.popup__close {
    position: absolute;
    right: -30px;
    top: -30px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.popup__close:hover {
    color: #fff;
}

.popup__title {
    font-size: 40px;
    margin: 0 0 1em 0;
}

.block-person {
    background: #f8f8f8;
    padding: 40px 0;
    color: #313131;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -59vw;
    margin-right: -50vw;
    position: relative;
    overflow: hidden;
}

.block-person h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #000;
}

.block-person p {
    color: #000;
}

.block-person--text {
    margin-left: 40px;
}




@media (max-width: 575.98px) {
    .block-person {
        padding: 15px;
    }

    .block-person--text {
        margin-left: 0;
        margin-top: 20px;
    }
}

.block-person__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 173px;
}






.header {

    z-index: 10;
    background-color: transparent;
    color: #fff;
}

.header .dark-logo {
    display: none;
}

.header__logo img {
    max-width: 210px;
}

.header__logo-2 img {
    max-height: 48px;
}

.header-fix {
    background-color: #fff;
}

.header-fix .menu__link {
    color: #000;
}

.header-fix .light-logo {
    display: none;
}

.header-fix .dark-logo {
    display: block;
}


.header__container {
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 33px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 70px;
}

.menu__icon {
    display: none;
}

.menu__list>li {
    position: relative;
    margin: 0 0 0 20px;
}

.menu__link {
    color: rgb(0, 0, 0);
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu__link:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.header-fix .menu__link:hover,
.header-single .menu__link:hover {
    background-color: #000;
    color: #fff;
}

.menu__sub-list {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #000;
    padding: 15px;
    min-width: 200px;
}

.menu__sub-list li {
    margin: 0 0 10px 0;
}

.menu__sub-list li:last-child {
    margin: 0;
}

.menu__sub-link {
    color: #fff;
}

.menu__sub-link:hover {
    text-decoration: underline;
}

.menu__arrow {
    display: none;
}

body._pc .menu__list>li:hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: all;
}

body._touch .menu__list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body._touch .menu__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

body._touch .menu__arrow {
    display: block;
    width: 0;
    height: 0;
    margin: 0 0 0 5px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
}

body._touch .menu__list>li._active .menu__sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: all;
}

body._touch .menu__list>li._active .menu__arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}





.header-single {
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    background-color: #000;
    color: #fff;

}

.header-single .menu__link {
    color: #000;
}

@media (orientation: portrait) {
    .header-single .menu__link {
        color: #fff;
    }
}

.section-wrapper {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0 15px;
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header a {
    text-decoration: none;
}

.main {}



.first {
    height: 600px;
    margin-bottom: 50px;
}

.main-home {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/dist/main-bg.jpg);
    background-size: cover;
    background-position: center;
}






.main__wrapper {
    height: 100%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.main--top {
    margin-bottom: 70px;
}

.main--top img {
    max-width: 200px;
}

.main-title {
    max-width: 866px;
    width: 100%;
}

.main-title h1 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 47px;
    line-height: 125%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.main-title h1 span {
    color: #fdc425;
}

.main-title p {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    opacity: 0.9;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;

}



/*.main-title h1 {
    font-size: 28px
}

.main-title p {
    font-size: 16px
}*/

.section-text p {
    padding-bottom: 55px;
    border-bottom: 1px solid #c9c9c9;
}

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

.section-materials__wrapper li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    background: #f9f9f9;
    padding: 15px 15px 45px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.section-materials__wrapper li:before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.section-materials__wrapper li:hover li {
    border-radius: 0 0 20px 0;
}

.section-materials__wrapper li:hover:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background: #fdc425;
    border-radius: 0 0 20px 0;
}

.section-materials__wrapper li:hover p {
    opacity: 1;
    visibility: 1;
    position: relative;
    bottom: 0;
}

.section-materials__wrapper li:hover .material--text {
    height: auto;
}


.material--img img {
    max-width: 100%;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.material--text {
    margin-top: 20px;
    min-height: 480px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.material--text img {
    width: 20px;
    margin-left: 20px;
}

.material--text p {
    opacity: 1;
    visibility: 1;
    /*position: absolute;
    bottom: -100%;*/
    -webkit-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    transition: bottom 0.5s;
    margin-top: 20px;
    margin-bottom: 40px;
}

.material--text h3 {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #000;
}

.material--text a {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #0d397f;
    opacity: 0.9;
}

.section-materials {
    margin-top: 50px;
    margin-bottom: 100px;
    /*height: 650px*/
}

.section-materials .title-block {
    margin-bottom: 70px;
}

@media (max-width: 1199.98px) {
    .section-materials {
        height: auto;
    }
}

.footer-btn {
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    max-width: 110px;
    width: 100%;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}

.footer-btn img {
    margin-right: 5px;
}

.footer-btn:hover {
    color: #fff;
}

.faq-section {
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
}

@media (orientation: portrait) {
    .faq-section {
        padding-top: 0;
    }
}

.faq-section1 {
    padding-top: 40px;
    padding-bottom: 50px;
    background-image: url(../images/dist/section-bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
}

.faq-section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.faq--left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    -ms-flex-item-align: normal;
    -ms-grid-row-align: normal;
    align-self: normal;
    margin-right: 30px;
}


.faq--left__wrapper {
    background: #fff;
    opacity: 0.99;
    border: 1px solid rgba(206, 206, 206, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px 30px 30px 50px;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(13, 103, 149, 0.1),
        inset 0 4px 0 #fdc425;
    box-shadow: inset 0 0 0 1px rgba(13, 103, 149, 0.1), inset 0 4px 0 #fdc425;
    border-radius: 5px;
    z-index: 2;
}

.faq--left__wrapper ul {
    list-style-type: none;
    counter-reset: num;
    padding: 0;
}

.faq--left__wrapper li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.faq--left__wrapper li:hover {
    color: #4f5384;
}

.faq--left__wrapper li::before {
    content: counter(num) '. ';
    counter-increment: num;
    position: absolute;
    left: -20px;
}

.faq--left__wrapper li.active {
    color: #4f5384;
}

.faq--left__wrapper li.active a {
    color: #4f5384;
}

.faq--left__wrapper a {
    color: #171717;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.faq--left__wrapper a:hover {
    color: #4f5384;
    text-decoration: none;
}

.main__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;

}

.main__block .main__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 635px;
    flex: 0 0 635px;
}

.main__block .main-img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}


.subscript {
    font-size: 10px;
    font-weight: 800;
}

.inner-list li {
    all: revert;
    margin-bottom: 10px;
    list-style-position: inside;
    list-style-type: circle;
    padding-left: 20px;
}

#quiz {

    -webkit-box-sizing: border-box;
    box-sizing: border-box;


}



#quiz-counter {
    color: #fdc425;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 25px;
    line-height: 140%;
    margin-bottom: 16px;
}

.quiz-container {
    padding: 0.25em 9px;

}

.quiz-container a {
    text-decoration: none;
    color: #333;
}

#quiz-counter,
#quiz-header,
#quiz-results-screen,
#quiz-start-screen {
    text-align: center;
}

#quiz-header {
    justify-content: space-between;
}

#quiz-start-screen {
    padding: 5px;
    align-items: center;
    justify-content: space-between;
}

#quiz-start-screen img {
    max-width: 330px;
}

#quiz-start-btn,
#quiz-next-btn,
#quiz-finish-btn,
#quiz-restart-btn,
.link-btn {
    background-color: #FDC425;
    padding: 13px 16px;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    border-radius: 5px;
    margin-top: 20px;
}

.question {
    font-size: 1.25em;
}


.answers {
    list-style: none;
    padding: 0;
    justify-content: space-between;
    gap: 15px;
}

.answers a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    background-color: #D9D9D9;
    text-align: center;
    min-height: 78px;
}

.answers a.correct {
    background: rgb(238, 220, 0);
}

/* .answers a.incorrect {
    background: #c00;
} */

.answers a.correct,
.answers a.incorrect {
    color: rgb(99, 102, 106);
}

#quiz-controls {
    padding: 0;
    text-align: center;
    /* background-color: #fff; */
}

#quiz-controls #quiz-response {
    color: #000;
    background-color: #ccc;
    padding: 10px 15px;
    border-radius: 8px;
}

#quiz-controls #quiz-next-btn {
    margin-top: 0;
}

#quiz-results {

    max-width: 893px;
    text-align: justify;
    margin: 0 auto;
    padding: 126px 0 6px;
}

.quiz-container .quiz-button {
    display: inline-block;
    background: #fdc425;
    border-radius: 8px;
    margin-top: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    padding: 12px 25px;
}

.quiz-results-state #quiz-controls {
    background: 0 0;
    padding: 0;
    margin-top: auto;
    margin-bottom: 25px;
}

.quiz-results-state #quiz-buttons a {
    background: #fdc425;
    color: #000;
}

/* #quiz-results a {
    padding: 10px 25px;
    background-color: #fcb26d;
    color: #fff;
    margin-top: 15px;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
} */

#quiz-results div {
    text-align: center;
}

#quiz-results p {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-align: justify;
    margin-bottom: 30px;
}

.q {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.author {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.left {
    text-align: left;
}

.index-link {
    text-decoration: none;
    color: black !important;
    cursor: pointer;
}

.answers li .info {
    display: flex;
    gap: 18px;
    text-align: justify;
    letter-spacing: -0.04em;
}

.answers li.correct .info {
    color: #FDC425;
}

.answers li.correct a,
.answers li.incorrect a {
    margin-bottom: 10px;

}

.answers li .info::before {
    content: '';
    flex-shrink: 0;
    width: 25px;
    height: 25px;
}

.answers li.correct .info::before {

    background-image: url(../images/dist/Subtract.svg);
    background-repeat: no-repeat;
}

.answers li.incorrect .info::before {
    background-image: url(../images/dist/Subtract-n.svg);
    background-repeat: no-repeat;
}



.info {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;

}

.all-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

footer {
    margin-bottom: 25px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
}

footer::before {
    position: relative;
    top: -18px;
    margin: 0 auto;
    display: block;
    content: '';
    height: 1px;
    background-color: #FDC425;
    width: 236px;
}

.all-content {
    flex-grow: 1;
}


.tyre__image {
    max-height: 300px;
}

.tyre {
    position: absolute;
    animation-duration: 2s;
    overflow: hidden;
}

.flex-column {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.quiz-descr {
    max-width: 600px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
}



.question {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 32px;
}

.answers {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 42px;
    margin-bottom: 32px;
}

.answers li {
    width: min(calc((100% - 15px) / 2), 474px);
    min-height: 60px;

}

#quiz-next-btn,
#quiz-finish-btn,
#quiz-restart-btn,
.link-btn {
    min-width: 198px;
    display: inline-block;
    margin-bottom: 32px;
}

#quiz-finish-btn,
#quiz-restart-btn {
    min-width: 306px;
}

.link-btn {
    font-size: 30px;
    line-height: 1.25;
    text-align: center;
    max-width: 90%;
}

button,
a {
    transition: opacity .2s ease-in;
}

button:hover,
a:hover {
    opacity: 0.8;
}

@media (max-width: 1199px) {
    main.main-single2 {
        padding-top: 86px;
        padding-bottom: 115px;
    }

    .main-title h1 {
        margin-bottom: 37px;
    }

    #quiz-start-screen img {
        max-width: none;
        width: 380px;
        margin-bottom: 35px;
    }

    #quiz-start-screen {
        justify-content: flex-start;
    }

    .quiz-descr {
        margin-top: auto;
        margin-bottom: 45px;
        max-width: 450px;
    }

    #quiz-counter {
        padding-top: 70px;
        margin-bottom: 67px;
    }

    .question {
        max-width: 610px;
        margin: 0 auto 45px;
    }

    .answers {
        flex-direction: column;
        align-items: center;
        gap: 22px;
        margin-bottom: 60px;
    }

    .answers li {
        width: 610px;
        min-height: 0;
    }

    .answers li a {
        min-height: 47px;
        padding: 15px 5px;
    }

    /* .answers li.correct a,
    .answers li.incorrect a {
        margin-bottom: 20px;
    } */

    .answers li .info {
        padding: 9px;
    }

    #quiz-finish-btn,
    #quiz-restart-btn {
        min-width: 0;
        max-width: 200px;
    }

    #quiz-restart-btn {
        padding: 13px 22px;
    }

    #quiz-results {
        max-width: 635px;
        padding-top: 145px;
        padding-bottom: 40px;
    }

    footer {
        margin-bottom: 85px;
    }

    footer::before {
        top: -25px;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .header__container {
        padding: 0 20px;
    }

    .quiz-container {
        padding: 0.25em 0;
    }

    main.main-single2 {
        padding-top: 18px;
        padding-bottom: 0;
    }

    .main-title h1 {
        font-size: 29px;
        margin-bottom: 25px;
    }

    .main__block .main__wrapper {
        flex: 0 0 235px;
    }

    .main-title p {
        font-size: 18px;
        margin-bottom: 0;
    }

    #quiz-start-screen img+p {
        order: 1;
        margin-bottom: 26px;
    }

    #quiz-start-screen img {
        position: relative;
        left: -55px;
        order: 2;
        margin-bottom: 22px;
    }

    .quiz-descr {
        order: 3;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 20px;
    }

    #quiz-start-btn {
        margin-top: 22px;
    }

    #quiz-counter {
        padding-top: 10px;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 6px;
    }

    .question {
        max-width: 320px;
        margin: 0 auto 21px;
        font-size: 18px;
        line-height: 22px;
    }

    .answers {
        padding: 0 22px;
        gap: 8px;
        margin-bottom: 42px;
    }

    .answers li {
        width: 100%;
    }

    .answers li a {
        padding: 5px;
    }

    .answers li .info {
        gap: 8px;
        padding: 0 2px;
        margin-bottom: 8px;
    }

    #quiz-results {
        padding: 20px;
    }



    #quiz-results p {
        font-size: 14px;
        margin-bottom: 10px;

    }

    #quiz-restart-btn {
        margin-top: 48px;
    }

    footer {
        margin-bottom: 22px;
        line-height: 16px;
    }

    footer::before {
        margin-bottom: 25px;
        position: static;
    }

    .link-btn {
        font-size: 24px;
    }
}