@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(https://special.kommersant.ru/assets/fonts/ProximaNova-Regular.woff2) format("woff2")
}

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

@font-face {
    font-family: proxima;
    font-style: normal;
    font-weight: 700;
    src: url(https://special.kommersant.ru/assets/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
}

.product {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/product1.jpg) !important;
    background-position: center;
    background-size: cover

}
@media (max-width:1200px) {
    .product {
        background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/product1100.jpg)  !important;
        background-position: center;
    background-size: cover
    }
}
.kolonka {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/kolonka.jpg) !important;
    background-position: bottom right;
    background-size: cover

}
@media (max-width:1200px) {
    .kolonka {
        background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/kolonka1100.jpg)  !important;
    }
}

main.main-single {
    position: relative;
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/podborka_2070_1.jpg);
    background-position: bottom right;
    background-size: cover
}
@media (max-width:1200px) {
    main.main-single {
        background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/podborka_1200.jpg);
    }
}
/*@media (max-width:800px) {
    main.main-single {
        background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/podborka_800_1.jpg);
        background-position: bottom center;

    }
}*/

/*main.main-single h1 {
    color: #109a34
}*/

main.main-single p {
    color: #fff;
    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
    }
}

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

.offset--list {
	margin-left: 20px;
}

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

.block {
    margin-bottom: 50px
}

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

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

    }
}

.block-quote--img {
    	flex: 0 0 150px;
        margin-left: 0
    }
    .block-quote--text {
        font-style: italic;
    	flex: 0 0 80%;
    }

.block-quote--img img {
    margin: auto;
    width: 140px;
    padding: 20px;
}

@media (max-width:767.98px) {
    .block-quote--img {
    	margin: auto;
        
    }
    .block-quote--text {
    	flex: 0 0 100%;
    }
    .block-quote--img img {
        max-width: 145px;
        width: 100%
    }
}
.block-1--img {
    margin-left: 20px
}

.block-1--img img {
    width: 350px;
    max-width: 350px;
}

@media (max-width:767.98px) {
    .block-1--img {
        margin-left: 0
    }
    .block-1--img img {
        max-width: 100%;
        width: 100%
    }
}

.block-person--img img {
    max-width: 300px;
}

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

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

.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
}
.inner-list {
    margin-left: 20px;
}
.inner-list li{
    list-style: square inside;
}
.block-2--right span {
    margin-left: 19px;
    font-size: 18px;
    line-height: 120%;
    color: #0e81ab
}

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

.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 350px;
    flex: 0 1 350px
}

.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 img {
    margin-bottom: 35px
}

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


.ona {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/ona.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

	
}
@media (max-width:800px) {
	.ona {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/ona-500.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

	
	}
}
.ki3 {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/kolonka-inner-3.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
}
@media (max-width:800px) {
    .ki3 {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/kolonka-inner-3s.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
    }
}
.chel {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/chel.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
}
@media (max-width:800px) {
    .chel {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/chels.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
    }
}
.jarvis {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/jarvis.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
}
@media (max-width:800px) {
    .jarvis {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/jarviss.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
    }
}
.wally {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/wally1.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
}
@media (max-width:800px) {
    .wally {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/wallys.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
    }
}
.elec {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/elec.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
}
@media (max-width:800px) {
    .elec {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/elecs.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
    }
}
.mrep {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/mrep.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
}
@media (max-width:800px) {
    .mrep {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/mreps.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
    }
}
.vern {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/vern.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
}
@media (max-width:800px) {
    .vern {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/verns.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
    }
}
.robot {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/robot.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
}
@media (max-width:800px) {
    .robot {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/robots.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
    }
}
.kir {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/kir.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
}
@media (max-width:800px) {
    .kir {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/kirs.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
    }
}
.cult {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/cult.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
}
@media (max-width:800px) {
    .cult {
    background-image: url(https://im.kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/22/cults.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    
    }
}
.block-video__overlay {
    background-color: rgba(10, 91, 117, .5);


    width: 100%;
    height: 380px;
}

.block-film {
	background: rgb(255, 253, 221);
}

.block-quotation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.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;
        background-color: rgba(10, 91, 117, .5);

    font-size: 70px;
    line-height: 107%;
    color: #fff;
    margin-left: 40px;
    position: relative;
    margin-bottom: 40px
}
@media(min-width: 1024px) {
    .block-video__wrapper h2 {
        max-width: 500px;
    }
}
.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%
    }
}
#den {
        font-size: 50px;
    }
@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: 150px;
        left: 30px;
        max-width: 100%;
        margin-left: 0;
        padding: 0 15px;
        font-size: 66px
    }
    #chelovek {
    	top: 58px;
    }
    #elec {
        font-size: 40px;
    }
    #den {
        font-size: 40px;
    }

}

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

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

.block-6--img {
    margin-left: 20px
}

.block-6--img img {
    width: 350px
}

@media (max-width:767.98px) {
    .block-6--img {
        margin-left: 0
    }
    .block-6--img img {
        max-width: 100%;
        width: 100%
    }
}

.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 {
    background: #333;
    border-radius: 8px;
    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;
    color: #fff;
    padding: 15px 15px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header:hover {
    text-decoration: none;
    color: #fff;
    background: #333
}

.header__block {
    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
}

.logo img {
        width: 76%;
    float: right;
}
.header p {
    margin-bottom: 0;
    margin-left: 40px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    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
}

.header p:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff
}

@media (max-width:575.98px) {
    .header p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .header .footer-btn {
        margin-left: 0
    }
}

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

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

.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: 20px;
    margin-bottom: 60px
}

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

.main-home {
    position: relative;
    overflow: hidden;
    background-image: url(http://kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/23/robot-1280.jpg);
    background-size: cover;
    background-position: bottom right;
}

@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
    }
}
@media (orientation: portrait) {
    .main-home {
        background-image: url(http://kommersant.ru/ISSUES.PHOTO/PARTNERS_PROJECTS/2021/07/23/robot-320.jpg);

    }
}

.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-title {
	background: rgba(84, 84, 84, 0.81);
    max-width: 700px;
    width: 100%;
    padding: 5px;
}

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

.main-title p {
    font-size: 24px;
    line-height: 140%;
    color: #fff;
    opacity: .9
}

@media (max-width:767.98px) {
    .main-title h1 {
        font-size: 40px;
    color: #fff;
    }
    .main-title p {
        font-size: 18px;
            color: #fff;

    }
}

.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: .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: #0d6795;
    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;
    height: auto;
    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: 0;
    visibility: 0;
    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: 16px;
    line-height: 120%;
    color: #0d397f;
    opacity: .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
}

.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 #0d6795;
    box-shadow: inset 0 0 0 1px rgba(13, 103, 149, .1), inset 0 4px 0 #0d6795;
    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: .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
}

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

@media (orientation:landscape) {
    #top__main-home {
        justify-content: start;
    }
    #top__main--top {
        margin-bottom: 20px;
    }
}
.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 400px;
        flex: 0 0 400px
    }
    .main__block .main-img img {
        max-width: 800px
    }
}

@media (max-width:991.98px) {
	.main {
		margin-bottom: 0px;
	}
	.main-title {
		background: rgba(84, 84, 84, 0.81);
	}
    .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
    }*/
}