@charset "UTF-8";
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

body {
    margin: 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
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .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 + .9vw)
}

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

h3 {
    font-size: calc(1.3rem + .6vw)
}

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

h4 {
    font-size: calc(1.275rem + .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: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.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: .875em
}

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

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

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .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: .5rem;
    padding-bottom: .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: .5rem;
    font-size: calc(1.275rem + .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
}

@font-face {
    font-family: proxima;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ProximaNova-Regular.woff2) format("woff2")
}

@font-face {
    font-family: proxima;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/ProximaNova-Semibold.woff2) format("woff2")
}

@font-face {
    font-family: proxima;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/ProximaNova-Bold.woff2) format("woff2")
}

::-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: proxima, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #333;
    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/stol-1-h.jpg);
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}
@media (orientation: portrait) {
	main.main-single {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(../images/dist/stol-1-h-v.jpg);
    background-position: center;
    background-size: cover;

	}
}
main.main-stol-2 {
    position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(../images/dist/stol-2-h.jpg);
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}
@media (orientation: portrait) {
	main.main-stol-2 {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(../images/dist/stol-2-h-v.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/stol3-header.jpg);
    background-position: top;
    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/stol3-header-v.jpg);
       background-position: top center;
       background-size: cover;

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

main.main-text-1 {
    position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url(../images/dist/text-1-h-1.jpg);
    background-position: center;
    background-size: cover
}
@media (orientation: portrait) {
    main.main-text-1 {
        position: relative;
        background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url(../images/dist/text-1-h-1-v.jpg);
        background-position: center;
        background-size: cover
       

    }
}
main.main-text-2 {
    position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url(../images/dist/text-2-h-1.jpg);
    background-position: center;
    background-size: cover
}
@media (orientation: portrait) {
    main.main-text-2 {
        position: relative;
        background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url(../images/dist/text-2-h-v-1.jpg);
        background-position: center;
        background-size: cover
       

    }
}
main.main-text-3 {
    position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url(../images/dist/text-3-h-1.jpg);
    background-position: center;
    background-size: cover
}
@media (orientation: portrait) {
    main.main-text-3 {
        position: relative;
        background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url(../images/dist/text-3-h-v-1.jpg);
        background-position: center;
        background-size: cover
       

    }
}
main.main-text-4 {
    position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url(../images/dist/text-4-h.jpg);
    background-position: center;
    background-size: cover
}
main.main-text-5 {
    position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url(../images/dist/text-5-h.jpg);
    background-position: center;
    background-size: cover
}
main.main-text-6 {
    position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url(../images/dist/text-6-h.jpg);
    background-position: center;
    background-size: cover
}
main.main-text-7 {
    position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url(../images/dist/text-7-h.jpg);
    background-position: center;
    background-size: cover
}
main.main-text-8 {
    position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url(../images/dist/text-8-h.jpg);
    background-position: center;
    background-size: cover
}
main.main-zakupki {
    position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url(../images/dist/stol5-header.jpg);
    background-position: center;
    background-size: cover
}
main.main-text-9 {
    position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url(../images/dist/text-9-h-1.jpg);
    background-position: center;
    background-size: cover
}

@media (orientation: portrait) {
    main.main-zakupki {
        position: relative;
        background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url(../images/dist/stol5-header-v.jpg);
        background-position: center;
        background-size: cover
       

    }
}
main.main-text-10 {
    position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ),url(../images/dist/text-10-h-1.jpg);
    background-position: center;
    background-size: cover
}






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
}*/

@media (max-width:991.98px) {
    main.main-single::after {
        display: none
    }
}

@media (max-width:1199.98px) {
    main.main-single:after {
        width: 700px;
        right: -150px
    }
}
.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: 20px
}

.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 rgb(185, 24, 39);
    padding: 20px 0px 10px 20px;
}

.block-2--right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background: rgb(185, 24, 39)
}

.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: .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: .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: .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 p{
    font-weight: 600;
}
.block-quote img {
    margin-bottom: 35px;
    max-width: 30px;
}

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

.block-video__overlay {
    background-color: rgba(10, 91, 117, .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, .8);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .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 .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

.popup__content {
    background-color: #fff;
    color: #000;
    max-width: 800px;
    position: relative;
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .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:1199.98px) {
    .block-person {
        margin-left: -64vw
    }
}

@media (max-width:991.98px) {
    .block-person {
        margin-left: -50vw
    }
}

@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
}

@media (max-width:1199.98px) {
    .block-person__wrapper {
        max-width: 650px;
        left: 120px
    }
}

@media (max-width:991.98px) {
    .block-person__wrapper {
        left: 0
    }
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: transparent;
  color: #fff;
}
.header .dark-logo {
  display: none;
}
.header__logo img {
    max-width: 150px;
}
.header__logo-2 img {
    max-height: 80px;
}
.header-fix {
  background-color: #fff;
}
.header-fix .menu__link {
  color: #000;
}
.header-fix .light-logo {
  display: none;
}
.header-fix .dark-logo {
  display: block;
}
@media (max-width: 575.98px) {
  .header__logo-2 {
    display: none;
  }
}
.header__container {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
  -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;
}
@media (max-width: 1200px) {
    .header__container {
     
        padding: 0 10px;
      
      }
}
.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);
}

@media (min-width: 767px) {
  .menu__list {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu__list > li {
    padding: 10px 0;
  }
  .menu__sub-list {
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    transform: translate(0, 10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 767px) {
  .menu__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .menu__icon span,
  .menu__icon::after,
  .menu__icon::before {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
  }
  .menu__icon._active span,
  .menu__icon._active::after,
  .menu__icon._active::before {
    background-color: #fff;
  }
  .header-fix .menu__icon._active span,
  .header-fix .menu__icon._active::after,
  .header-fix .menu__icon._active::before {
    background-color: #fff;
  }
  .header-single .menu__icon._active span,
  .header-single .menu__icon._active::after,
  .header-single .menu__icon._active::before {
    background-color: #fff;
  }
  .header-single .menu__icon span,
  .header-single .menu__icon::after,
  .header-single .menu__icon::before {
    background-color: #000;
  }
  .header-fix .menu__icon span,
  .header-fix .menu__icon::after,
  .header-fix .menu__icon::before {
    background-color: #000;
  }
  /*.header-fix .menu__body._active .menu__link {
    color: #fff;
  }
  .header-single .menu__body._active .menu__link {
    color: #fff;
  }*/
  .menu__icon::after,
  .menu__icon::before {
    content: "";
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .menu__icon span {
    top: 50%;
    -webkit-transform: scale(1) translate(0, -50%);
    -ms-transform: scale(1) translate(0, -50%);
    transform: scale(1) translate(0, -50%);
  }
  .menu__icon._active span {
    -webkit-transform: scale(0) translate(0, -50%);
    -ms-transform: scale(0) translate(0, -50%);
    transform: scale(0) translate(0, -50%);
  }
  .menu__icon._active::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    -ms-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
  }
  .menu__icon._active::after {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translate(0, 50%);
    -ms-transform: rotate(45deg) translate(0, 50%);
    transform: rotate(45deg) translate(0, 50%);
  }
  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 100px 30px 30px 30px;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body._active {
    left: 0;
  }
  .menu__list > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
  }
  .menu__list > li:last-child {
    margin-bottom: 0;
  }
  .menu__list > li._active .menu__sub-list {
    display: block;
  }
  .menu__link {
    font-size: 24px;
  }
  .menu__sub-list {
    position: relative;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 20px 0 0 0;
    display: none;
  }
  .menu__sub-link {
    font-size: 20px;
    color: #000;
  }
}
.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: #fff;
  z-index: 2px;
}
.header-single .menu__link {
  color: #000;
}
@media (orientation:portrait) {
    .header-single .menu__link {
        color: #fff;
      }
}

.section-wrapper {
    max-width: 1200px;
    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 {
    background: -o-linear-gradient(2.05deg, #51c498 10.61%, #087bac 92.44%);
    background: linear-gradient(87.95deg, #51c498 10.61%, #087bac 92.44%);
    height: 600px;
    margin-top: 70px;
    margin-bottom: 60px
}

@media (max-width:991.98px) {
    .main {
        height: 500px
    }
}
.test {

    height: 300px;
    margin-top: 80px;
}

@media (orientation: portrait) {
    .test {
        height: 600px;
    }
}

.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.3) ), url(../images/dist/main-head-2.jpg);
    background-size: cover;
    background-position: center
}
/*@media (orientation: portrait) and (max-width: 756px) {
    .main-home {

        background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/dist/main-head-1-v.jpg);
        background-size: cover;
        background-position: center
    }
}*/
@media (max-width:1199.98px) {
    .main-home:after {
        width: 500px;
        right: 0;
        bottom: 0
    }
}

@media (max-width:991.98px) {
    .main-home {
        padding: 60px 0;
        /*background-position: right*/
    }
    .main-home:after {
        display: none
    }
}

.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: 400px;
    width: 100%
}
@media (min-width: 760px){
    .t {
     padding-left: 200px;
    }
}

.main-title h1 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    color: #fff
}

.main-title p {
    font-size: 24px;
    line-height: 140%;
    color: #fff;
    opacity: .9;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.37);
}

@media (max-width:767.98px) {
    .main-title h1 {
        font-size: 40px
    }
    .main-title p {
        font-size: 22px
    }
}

/*.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 50%;
    flex: 0 0 50%;
    background: #f9f9f9;
    padding: 15px 15px 45px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.section-materials__wrapper li:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .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: rgb(185, 24, 39);
    border-radius: 0 0 20px 0
}
.slider-item:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background: rgb(185, 24, 39);
    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
}

@media (max-width:991.98px) {
    .section-materials__wrapper ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .section-materials__wrapper li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }
}

@media (max-width:767.98px) {
    .section-materials__wrapper li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 20px
    }
    .section-materials__wrapper li:before {
        position: relative
    }
    .section-materials__wrapper li p {
        opacity: 1;
        visibility: 1;
        position: relative;
        bottom: 0
    }
    .section-materials__wrapper li .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: 350px;
    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: baseline;
}

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

.material--text p {
    opacity: 1;
    visibility: 1;
    /*position: absolute;
    bottom: -100%;*/
    -webkit-transition: bottom .5s;
    -o-transition: bottom .5s;
    transition: bottom .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: 18px;
    line-height: 120%;
    color: #0d397f;
    opacity: .9
}

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


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

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

footer {
    margin: auto;
    max-width: 1240px;
    text-align: center;
    margin-bottom: 20px;
}
.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
}

@media (max-width:1199.98px) {
    .faq--left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px
    }
}

@media (max-width:991.98px) {
    .faq--left {
        display: none
    }
}

.faq--left__wrapper {
    background: #fff;
    opacity: .99;
    border: 1px solid rgba(206, 206, 206, .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, .1), inset 0 4px 0 rgb(185, 24, 39);
    box-shadow: inset 0 0 0 1px rgba(13, 103, 149, .1), inset 0 4px 0 rgb(185, 24, 39);
    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: 16px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 16px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .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: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.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: space-between;
    -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 576px;
    flex: 0 0 576px
}

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

@media (max-width:1199.98px) {
    .main__block .main__wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 476px;
        flex: 0 0 476px
    }
    .main__block .main-img img {
        max-width: 800px
    }
}

@media (max-width:991.98px) {
    .main__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .main__block .main-img img {
        max-width: 800px;
        width: 100%
    }
}

@media (max-width:991.98px) {
    .main {
        height: auto
    }
}
.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 {
    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: 50px;
}
@media (max-width: 767.98px) {
    #quiz {
        padding: 15px;
        font-size: 14px;
    }
    #quiz img {
        max-width: 100%;
        width: 100%;
    }
}
#quiz-counter {
    color: #88449a;
}
.quiz-container {
    padding: 0.25em;
    max-width: 650px;
    margin: 1em auto;
}
.quiz-container a {
    text-decoration: none;
    color: #333;
}
#quiz-counter,
#quiz-header,
#quiz-results-screen,
#quiz-start-screen {
    text-align: center;
}
.question {
    font-size: 1.25em;
}
@media (max-width: 767.98px) {
    .question {
        font-size: 14px;
    }
}
.answers {
    list-style: none;
    padding: 0;
}
.answers a {
    display: block;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 5px;
}
.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 {
    font-size: 1.25em;
}
#quiz-buttons a,
.quiz-container .quiz-button {
    display: inline-block;
    background: rgb(185, 24, 39);
    border-radius: 8px;
    margin-top: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: rgb(99, 102, 106);
    padding: 12px 25px;
}
.quiz-results-state #quiz-controls {
    background: 0 0;
    padding: 0;
}
.quiz-results-state #quiz-buttons a {
    background: rgb(185, 24, 39);
    color: #fff;
}
.section-quiz {
    padding: 50px 0;
    /*background-image: url(../images/dist/Rectangle34.jpg);
    background-size: cover;*/
    background: rgb(236, 236, 236);
}
#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;
}
.q {
    font-family: proxima, sans-serif;
}
.author {
    text-align: right;
    font-family: proxima, sans-serif;
    font-weight: 600;

}
.left {
    text-align: left;
}
.index-link {
    text-decoration: none;
    color: black !important;
    cursor: pointer;
}
.answers li.correct {
    list-style-image: url(../images/success.png); 
  }
  
  .answers li.incorrect {
    list-style-image: url(../images/close-icon.png); 
  }

@media (max-width:765px) {
    .answers {
        padding-left: 25px;
    }
}
.material--text h4 {
    font-size: 16px;
    font-weight: 600;
}
.readmore {
    min-height: 500px;
}
.intro-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.intro-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: auto;
}
.intro-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: auto;
}
.intro-left-textblock {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 50px 85px 20px;
}
.intro-left-textblock-title {
    text-align: center;
    margin-bottom: 50px;
}
.intro-left-textblock-title h1 {
    font-size: 32px;
    position: relative;
    display: inline-block;
}
.intro-left-textblock-subtitle {
    font-size: 22px;
    display: block;
}
.intro-left-textblock p {
    font-size: 20px;
    padding-bottom: 20px;
}
.intro-left-image img {
    max-width: 100%;
height: auto;
width: 100%;
}
#video-intro {
    font-size: 22px;
}
iframe {
    max-width: 1424px;
    width: 100%;
    aspect-ratio: 16/9;
}
@media (max-width:1423px) {
    iframe {
        width: 95%;
        height: 55vw;
    }
}
.stol img {
    max-width: 100%;
    margin-top: 20px;
}
.mobile {
    display: none;
}
@media (orientation: portrait) {
    .stol {
        display: none;
    }
    .mobile {
        display: block;
    }
}
.people {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.person {
    max-width: 25%;
    min-width: 15%;
    margin-right: 40px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.ava {
    height: 160px;
    width: 160px;
    border-radius: 80px;
    border: solid 8px rgb(255, 169, 169);
    
    
}
.ava.alena {
    background: url("../images/dist/alena.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.kan {
    background: url("../images/dist/kan.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.pis {
    background: url("../images/dist/pis.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.mir {
    background: url("../images/dist/mir.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.kov {
    background: url("../images/dist/kov.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
    border: solid 8px rgb(185, 177, 177);

}
.ava.tashaev {
    background: url("../images/dist/tashaev.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.masl {
    background: url("../images/dist/masl.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.lidia {
    background: url("../images/dist/lidia.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.minakov {
    background: url("../images/dist/minakov.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.krugl {
    background: url("../images/dist/krugl.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.tyan {
    background: url("../images/dist/tyan.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.moskalenko {
    background: url("../images/dist/moskalenko.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.igo {
    background: url("../images/dist/igo.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.kuv {
    background: url("../images/dist/kuv.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.kuv {
    background: url("../images/dist/kuv.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.burukin {
    background: url("../images/dist/burukin.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.bykova {
    background: url("../images/dist/bykova.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.veprev {
    background: url("../images/dist/veprev.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.kruglikova {
    background: url("../images/dist/kruglikova.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.moryakov {
    background: url("../images/dist/moryakov.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.simonenko {
    background: url("../images/dist/simonenko.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.chernogorov {
    background: url("../images/dist/chernogorov.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.akov {
    background: url("../images/dist/akov.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.samiev {
    background: url("../images/dist/samiev.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.fedorov {
    background: url("../images/dist/fedorov.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.mineeva {
    background: url("../images/dist/mineeva.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.platonov {
    background: url("../images/dist/platonov.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.sedov {
    background: url("../images/dist/sedov.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.zammoev {
    background: url("../images/dist/zammoev.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.grebennikov {
    background: url("../images/dist/grebennikov.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.raizner {
    background: url("../images/dist/raizner.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.ava.ryb {
    background: url("../images/dist/ryb.jpg")/* 50% 50% no-repeat*/;
    background-size: cover;
    background-repeat: no-repeat;
}
.name1 {
    margin: 5px 0;
    width: 160px;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
}
.name2 {
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: #ACACAC;
}
@media (max-width: 768px){
    .person {
        max-width: 38%;
        margin-right: 20px;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
    }
    .ava {
        height: 120px;
        width: 120px;
    }
    .name1 {
        width: 120px;
    }
}
.people-wrapper h1 {
    margin-top: 10px;
    text-align: center;
}
.mod {
    font-size: 12px;
    color: rgb(170, 169, 169);
    filter: invert(100%);
}

.intro-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.intro-text {
    -ms-flex: 1 1 70%;
    flex: 0 0 70%;
}
.intro-buttons {
    margin: auto;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; 
}
@media (max-width:768px) {
    .intro-text,
    .intro-buttons {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; 
    }
    .intro-buttons {
        padding-top: 10px;
    }
}
.intro-text p {
    border-bottom: 0;
    padding-bottom: 0;
    padding-right: 20px;
}
.button-link {
    text-align: center;
}
.button-link button {
    font-size: 18px;
}
.button-82-pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-82-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition:
      transform
      600ms
      cubic-bezier(.3, .7, .4, 1);
  }
  
  .button-82-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(
      to left,
      hsl(340deg 100% 16%) 0%,
      hsl(340deg 100% 32%) 8%,
      hsl(340deg 100% 32%) 92%,
      hsl(340deg 100% 16%) 100%
    );
  }
  
  .button-82-front {
    display: block;
    position: relative;
    padding: 12px 27px;
    border-radius: 12px;
    font-size: 1.1rem;
    color: white;
    background: rgb(185, 24, 39);
    will-change: transform;
    transform: translateY(-4px);
    transition:
      transform
      600ms
      cubic-bezier(.3, .7, .4, 1);
  }
  
  @media (min-width: 768px) {
    .button-82-front {
      font-size: 1.25rem;
      padding: 12px 42px;
    }
  }
  
  .button-82-pushable:hover {
    filter: brightness(110%);
  }
  
  .button-82-pushable:hover .button-82-front {
    transform: translateY(-6px);
    transition:
      transform
      250ms
      cubic-bezier(.3, .7, .4, 1.5);
  }
  
  .button-82-pushable:active .button-82-front {
    transform: translateY(-2px);
    transition: transform 34ms;
  }
  
  .button-82-pushable:hover .button-82-shadow {
    transform: translateY(4px);
    transition:
      transform
      250ms
      cubic-bezier(.3, .7, .4, 1.5);
  }
  
  .button-82-pushable:active .button-82-shadow {
    transform: translateY(1px);
    transition: transform 34ms;
  }
  
  .button-82-pushable:focus:not(:focus-visible) {
    outline: none;
  }

.phone-link {
    margin-top: 10px;
}
.a-podrobnee {
    position: absolute;
    bottom: 20px;
}
.main-logo-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .main-logo-mobile {
        display: block;
    }
    .main-logo {
        display: none;
    }
}


.slider-item {
    padding: 20px;
}
.slider-wrapper {
    position: relative;
}

.button-84 {
    align-items: center;
    background-color: initial;
    background-image: linear-gradient(#464d55, #25292e);
    border-radius: 8px;
    border-width: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1),0 3px 6px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 18px;
    height: 52px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 0 32px;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition: all 150ms;
    vertical-align: baseline;
    white-space: nowrap;
  }
  
  .button-84:hover {
    box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
    opacity: .85;
  }
  
  .button-84:active {
    outline: 0;
  }
  
  .button-84:focus {
    box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
  }
  
  @media (max-width: 420px) {
    .button-84 {
      height: 48px;
    }
  }
  .about-author {
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(128, 128, 128, 0.91);
}
.posit {
    margin-bottom: 10px;
    font-size: 12px;
}
.block-person--text h3 {
    margin-bottom: 0;
}
.block-person--img img {
    width: 150px;
    padding-bottom: 0;
}
@media (max-width:576px) {
    .block-person--img img {
        width: 100%;
       
    }
    
}

.btnLink {
    background: #d81123;
    border: 7px solid #d81123;
    color: white;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: inset 0 0 0 2px white;
}
.phoneNum {
    font-size: 1.5em;
    color: black;
}
.interview {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background: #f9f9f9;
}
.interview-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    order: 1;
}
.interview-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    order: 0;
    margin: auto;
}
.interview-photo img {
    max-width: 100%;
    padding: 20px;
}
.section-text {
    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;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 50px 85px;
}
@media (max-width: 1200px) {
    .section-text {
        padding: 20px 30px;
    }
    
}
.section-1__title {
    text-align: center;
    margin-bottom: 20px;
}
.section-text h1 {
    font-size: 29px;
    position: relative;
    display: inline-block;
}
.section-text .subtitle {
    font-size: 18px;
    display: block;
    color: #333;
}
.section-text h1::after{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #000;
    display: block;
}
@media screen and (max-width: 756px) {
    .interview {
        flex-direction: column;
    }
    .interview-photo {
        max-width: 100%;
    }
    .interview-text {
        max-width: 100%;
    }
    
}
.link-interview {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #0d397f;
    opacity: .9;
}

.inner-h2 {
    font-size: 18px;
    background-color: #003eff;
    color: #fff;
    padding-right: 20px;
}
.section-1__title a {
    text-decoration: none;
    color: #333;
}
.misl {
    background: rgba(148, 141, 141, 0.16);
    margin-left: 40px;
    padding: 10px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1140px) {
    .misl {
        margin-left: 0;
    }
}
.misl-img {
    text-align: center;
}
.misl-img img {
    max-width: 50px;
    padding-bottom: 20px;
}