@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-Thin.woff') format('woff'),
       url('../../fonts/Roboto/Roboto-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-Regular.woff') format('woff'),
       url('../../fonts/Roboto/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-Medium.woff') format('woff'),
       url('../../fonts/Roboto/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-Bold.woff') format('woff'),
       url('../../fonts/Roboto/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}



/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none; }

header, footer {
    height: 86px; }
header .container, footer .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
header .main-menu, footer .main-menu {
    display: flex;
    justify-content: center;
    align-items: center; }
header .main-menu li, footer .main-menu li {
    padding: 0 25px;
    border-right: 1px solid #000; }
header .main-menu li:last-of-type, footer .main-menu li:last-of-type {
    border: 0; }
header .mobile-menu, footer .mobile-menu {
    display: none;
    position: relative;
    cursor: pointer; }
header .mobile-menu:after, footer .mobile-menu:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("https://filearchive.cnews.ru/img/files/2021/06/03/expandarrow.png");
    position: absolute;
    background-size: contain;
    right: -24px;
    top: -3px; }

.contact-center {
    background-color: #E0752A;
    min-height: 330px;
    color: #fff;
    overflow: hidden; }
.contact-center .container {
    display: flex;
    align-items: center; }
@media (max-width: 1030px) {
    .contact-center .container {
        flex-direction: column; } }
.contact-center .container .img1 {
    margin-bottom: -4px; }
.contact-center h2 {
    margin-bottom: 18px; }
.contact-center p {
    font-size: 20px;
    line-height: 23px; }
.contact-center .text-block {
    width: 340px;
    margin-right: 40px;
    flex-shrink: 0; }
@media (max-width: 1030px) {
    .contact-center .text-block {
        width: 80%;
        padding: 30px 0; } }
.contact-center .image-block {
    position: relative; }
@media (max-width: 1030px) {
    .contact-center .image-block {
        align-self: self-start;
        margin-left: -10px; } }
.contact-center .image-block:after {
    content: '';
    width: 190px;
    height: 100%;
    background: #DBDBDB;
    position: absolute;
    top: 0;
    right: -185px; }
.contact-center .image-block .pattern_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 66px; }

.contact-center-line2 {
    display: flex;
    align-items: center;
    min-height: 170px; }
.contact-center-line2 .container {
    display: flex;
    align-items: center;
    height: 100%; }
@media (max-width: 1030px) {
    .contact-center-line2 .container {
        flex-direction: column;
        align-items: flex-start;
        width: 80%;
        padding: 30px 0; } }
.contact-center-line2 h3 {
    width: 382px;
    padding-left: 98px;
    color: #000; }
@media (max-width: 1030px) {
    .contact-center-line2 h3 {
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px; } }
.contact-center-line2 p {
    max-width: 440px;
    padding-left: 32px; }

.infographics {
    background-color: #ECECEC;
    padding-bottom: 10px; }
.infographics .pattern_2_block {
    position: relative;
    overflow: hidden;
    height: 83px;
    background-color: #fff; }
.infographics .pattern_2 {
    position: absolute;
    top: 0;
    width: 120%;
    height: 83px;
    background-image: url("https://filearchive.cnews.ru/img/files/2021/06/03/pattern2.svg");
    background-repeat: repeat-x;
    background-position: top; }
.infographics h3 {
    margin: 10px 0 20px 66px; }

.infographics-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    margin-top: -66px; }
@media (max-width: 1030px) {
    .infographics-wrapper {
        flex-wrap: wrap; } }

.infographics-item {
    margin: 0 20px 30px;
    width: 131px; }
.infographics-item .circle {
    border-radius: 50%;
    width: 131px;
    height: 131px;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    line-height: .8;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px; }
.infographics-item .circle.teal {
    background-color: #177E8C; }
.infographics-item .circle.teal p {
    position: relative; }
.infographics-item .circle.teal p span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
.infographics-item .circle.teal p span.before {
    top: -34px; }
.infographics-item .circle.teal p span.after {
    top: 34px; }
.infographics-item .circle.red {
    background-color: #CB0D1D; }
.infographics-item .circle.blue {
    background-color: #0A3D5B; }
.infographics-item .circle.orange {
    background-color: #E05023; }
.infographics-item .circle.orange p {
    position: relative; }
.infographics-item .circle.orange p span {
    font-size: 20px;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    margin: 0 auto; }
.infographics-item .circle.green {
    background-color: #3DA188; }
.infographics-item .circle span {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: normal; }
.infographics-item p {
    text-align: center;
     }

.component-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
@media (max-width: 1030px) {
    .component-item {
        flex-wrap: wrap; } }
.component-item .component-num {
    font-weight: 100;
    font-size: 80px;
    color: #CFCFCF;
    text-align: center;
    width: 44px;
    margin-right: 22px;
    flex-shrink: 0; }
.component-item .component-name {
    font-weight: 700;
    font-size: 20px;
    color: #177E8C;
    width: 260px;
    margin-right: 20px;
    flex-shrink: 0; }
.component-item .component-desc {
    font-size: 14px;
    line-height: 16px; }
@media (max-width: 1030px) {
    .component-item .component-desc {
        padding-left: 66px; } }

section.section_1 {
    position: relative;
    height: 636px;
    overflow: hidden; }
section.section_1:after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    background: #ECECEC;
    bottom: 200px;
    z-index: -1; }
section.section_1 .img2 {
    position: absolute;
    margin: 0 auto; }
section.section_1 .container {
    height: 636px;
    display: flex;
    align-items: center;
    padding-left: 415px; }
section.section_1 .container .text-block {
    color: #fff;
    width: 560px;
    position: relative;
    padding: 30px 45px 40px; }
section.section_1 .container .text-block:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 300%;
    left: 0;
    top: 0;
    background: #177E8C; }
section.section_1 .container .text-block:before {
    content: '';
    position: absolute;
    height: calc(100% + 60px + 50px);
    width: 472px;
    left: -50px;
    top: -60px;
    background: url("https://filearchive.cnews.ru/img/files/2021/06/03/pattern3.svg"); }
section.section_2 {
    height: 1000px;
    width: 100%;
    background: #ECECEC;
    padding-top: 96px;
    position: relative; }
section.section_2 .container .text-block {
    width: 596px;
    height: 100%;
    padding-right: 25px;
    background: #ECECEC; }
section.section_2 .img3 {
    position: absolute;
    right: 0; }
section.section_2 .pattern_2_block {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 72px;
    background: #fff; }
section.section_2 .pattern_2_block .pattern_2 {
    position: absolute;
    top: 0;
    width: 120%;
    height: 72px;
    background-image: url(https://filearchive.cnews.ru/img/files/2021/06/03/pattern2.svg);
    background-repeat: repeat-x;
    background-position: top; }
section.section_2.section_4 {
    height: 1020px;
    background: url("https://filearchive.cnews.ru/img/files/2021/06/03/section4.jpg") no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden;
    margin-bottom: 86px; }
section.section_2.section_4 .text-block {
    position: relative;
    padding-bottom: 45px; }
section.section_2.section_4 .text-block:before {
    content: '';
    position: absolute;
    width: 300%;
    height: 100%;
    right: 0;
    display: block;
    background: #ECECEC; }
section.section_2.section_4 .text-block h2 {
    padding-top: 45px;
    max-width: 500px; }
section.section_2.section_4 .text-block .pattern_1 {
    position: absolute;
    right: -100px;
    top: 0;
    height: 100%; }
section.section_3 {
    margin-top: 86px;
    height: 848px;
    width: 100%;
    background: #E0752A;
    padding-top: 58px;
    position: relative;
    color: #fff; }
section.section_3:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 760px;
    left: 0;
    top: 0;
    background: url("https://filearchive.cnews.ru/img/files/2021/06/03/pattern4.svg");
    opacity: .5; }
section.section_3 .container {
    padding-left: 365px; }
section.section_3 .container .text-block {
    width: 615px;
    height: 100%;
    padding-left: 45px;
    background: #E0752A; }
section.section_3 .container .text-block h2 {
    max-width: 500px; }
section.section_3 .container .text-block ul:before {
    background: #fff; }
section.section_3 .container .text-block ul li p.title {
    color: #fff; }
section.section_3 .img4 {
    position: absolute;
    left: 0; }
section.section_3.section_5 {
    height: 880px;
    background: #ECECEC;
    color: #000;
    padding-top: 0; }
section.section_3.section_5:before {
    display: none; }
section.section_3.section_5 .text-block {
    background: #ECECEC;
    height: 100%;
    padding-bottom: 20px; }
section.section_3.section_5 .text-block ul:before {
    background: #000; }
section.section_3.section_5 .text-block ul li p.title {
    color: #000; }
section.section_3.section_5 .pattern_2_block {
    position: relative;
    top: 0;
    width: 100%;
    height: 72px;
    background: #fff;
    margin-bottom: 66px; }
section.section_3.section_5 .pattern_2_block .pattern_2 {
    position: absolute;
    top: 0;
    width: 120%;
    height: 72px;
    background-image: url(https://filearchive.cnews.ru/img/files/2021/06/03/pattern2.svg);
    background-repeat: repeat-x;
    background-position: top; }
section .text-block h2 {
    margin-bottom: 20px;
    max-width: 340px;
    position: relative;
    z-index: 1; }
section .text-block p {
    margin-bottom: 30px;
    position: relative;
    z-index: 1; }
section .text-block ul {
    position: relative;
    padding-left: 27px; }
section .text-block ul:before {
    content: '';
    display: block;
    height: 100%;
    width: 7px;
    background: #177E8C;
    position: absolute;
    left: 0; }
section .text-block ul li {
    margin-bottom: 15px; }
section .text-block ul li p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0; }
section .text-block ul li p.title {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #177E8C; }
section.colored.teal .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 251px;
    height: 54px;
    background: #E0752A;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 1; }
section.colored.teal .btn:hover {
    background: #E05023;
    text-decoration: none; }
@media (max-width: 1030px) {
    section.colored.teal .btn {
        width: 100%;
        max-width: 251px; } }

.history {
    background-color: #177E8C;
    padding-top: 27px;
    color: #fff;
    min-height: 472px;
    position: relative;
    overflow: hidden; }
@media (max-width: 760px) {
    .history {
        min-height: 200px; } }
.history:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #ECECEC; }
.history .container {
    width: calc(990px + 76px);
    max-width: calc(990px + 76px);
    transform: translateX(38px); }
@media (max-width: 1060px) {
    .history .container {
        width: 100%;
        padding: 0 10px;
        transform: none; } }
.history .pattern_5 {
    position: absolute;
    right: -72px;
    bottom: 0; }
.history h2 {
    position: absolute;
    color: #000;
    margin-top: 5px;
    z-index: 2; }
@media (max-width: 1060px) {
    .history h2 {
        padding-left: 20px; } }
.history .swiper-slide {
    display: flex;
    justify-content: space-between; }
@media (max-width: 1060px) {
    .history .swiper-slide {
        flex-direction: column;
        justify-content: flex-start; } }
.history .text-block {
    width: 345px;
    padding-left: 42px;
    padding-top: 95px;
    margin-bottom: 20px;
    background: #177E8C;
    position: relative;
    display: flex;
    flex-direction: column;}
.history .text-block:before {
    content: '';
    width: 1066px;
    height: 83px;
    background: #ECECEC;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 0; }
.history .text-block:after {
    content: '';
    width: 345px;
    height: 300px;
    background: #177E8C;
    position: absolute;
    bottom: -130px;
    left: 0;
    z-index: 0; }
.history .text-block .slide-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px; }
.history .text-block p {
    font-size: 15px;}
@media (max-width: 1060px) {
    .history .text-block {
        padding-left: 79px;
        width: 100%;
        padding-right: 20px;
        margin: 0; }
    .history .text-block:after {
        content: '';
        width: 345px;
        height: 625px;
        background: #177E8C;
        position: absolute;
        bottom: -600px;
        left: 0;
        z-index: 0; } }
@media (max-width: 760px) {
    .history .text-block {
        padding-left: 0;
        padding-right: 0; }
    .history .text-block p {
        padding-left: 70px;
        padding-right: 70px; } }
@media (max-width: 500px) {
    .history .text-block p {
        padding-left: 30px;
        padding-right: 30px; } }
.history .image-block {
    position: relative;
    width: 570px;
    height: 488px;
    margin-top: 11px; }
.history .image-block img {
    position: absolute;
    right: 76px;
    width: 100%;
    height: 100%;
    z-index: 1; }
.history .image-block:after {
    content: '';
    position: absolute;
    width: 485px;
    height: 540px;
    background: url("https://filearchive.cnews.ru/img/files/2021/06/03/pattern5.svg");
    right: -76px;
    bottom: -53px; }
@media (max-width: 1060px) {
    .history .image-block {
        align-self: flex-end; } }
@media (max-width: 760px) {
    .history .image-block {
        width: 100%;
        height: 83vw;
        padding-right: 0; }
    .history .image-block img {
        right: 0;
        height: auto; }
    .history .image-block:after {
        display: none; } }

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
.swiper-container .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box; }
.swiper-container .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    /*height: 100%;*/
    position: relative;
    transition-property: transform; }

.swiper-buttons {
    position: absolute;
    top: 50%;
    margin-top: -51px;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%; }
.swiper-buttons .swiper-button-next, .swiper-buttons .swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    right: 70px;
    left: auto;
    width: 52px;
    height: 52px;
    background: #E0752A;
    border-radius: 50%;
    outline: none !important; }
@media (max-width: 1060px) {
    .swiper-buttons .swiper-button-next, .swiper-buttons .swiper-button-prev {
        right: 25px; } }
@media (max-width: 760px) {
    .swiper-buttons .swiper-button-next, .swiper-buttons .swiper-button-prev {
        right: 10px; } }
@media (max-width: 500px) {
    .swiper-buttons .swiper-button-next, .swiper-buttons .swiper-button-prev {
        background: transparent;
        right: -10px; } }
.swiper-buttons .swiper-button-next:after, .swiper-buttons .swiper-button-prev:after {
    content: '';
    width: 29px;
    height: 57px;
    background: url(https://filearchive.cnews.ru/img/files/2021/06/03/arrow.svg) no-repeat;
    background-position: center; }
.swiper-buttons .swiper-button-prev, .swiper-buttons .swiper-container-rtl .swiper-button-next {
    left: -6px;
    right: auto; }
@media (max-width: 1060px) {
    .swiper-buttons .swiper-button-prev, .swiper-buttons .swiper-container-rtl .swiper-button-next {
        left: 25px; } }
@media (max-width: 760px) {
    .swiper-buttons .swiper-button-prev, .swiper-buttons .swiper-container-rtl .swiper-button-next {
        left: 10px; } }
@media (max-width: 500px) {
    .swiper-buttons .swiper-button-prev, .swiper-buttons .swiper-container-rtl .swiper-button-next {
        left: -10px; } }
.swiper-buttons .swiper-button-next.swiper-button-disabled, .swiper-buttons .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none; }
.swiper-buttons .swiper-button-prev:after {
    content: '';
    background: url(https://filearchive.cnews.ru/img/files/2021/06/03/arrowl.svg) no-repeat;
    background-position: center; }
.swiper-buttons .swiper-button-next:hover, .swiper-buttons .swiper-button-prev:hover {
    transform: scale(1.2); }
@media (max-width: 760px) {
    .swiper-buttons {
        top: 32%; } }

.anketa {
    background-image: url("https://filearchive.cnews.ru/img/files/2021/06/03/anketa.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    min-height: 768px;
    position: relative;
    overflow: hidden; }
.anketa:before {
    content: '';
    width: 70%;
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(89.55deg, #646B70 43.87%, rgba(196, 196, 196, 0) 82.3%); }
.anketa .pattern_2_block {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 72px;
    z-index: 2; }
.anketa .pattern_2_block .pattern_2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 72px;
    background-image: url(https://filearchive.cnews.ru/img/files/2021/06/03/pattern2.svg);
    background-repeat: repeat-x;
    background-position: bottom; }

.ss-form-container {
    padding-top: 30px; }
.ss-form-container .ss-form-heading .ss-form-title {
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    margin-bottom: 18px; }
.ss-form-container .ss-form-heading .ss-form-desc {
    font-size: 15px;
    line-height: 18px;
    max-width: 547px;
    color: #FFFFFF;
    margin-bottom: 36px; }
.ss-form-container .ss-form-inner .ss-form {
    width: 661px;
    background: #E0752A;
    padding: 37px 76px 162px 65px;
    position: relative; }
.ss-form-container .ss-form-inner .ss-form:after {
    content: '';
    width: 661px;
    height: 200px;
    background: #E0752A;
    position: absolute;
    top: 100%;
    left: 0; }
@media (max-width: 700px) {
    .ss-form-container .ss-form-inner .ss-form {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; }
    .ss-form-container .ss-form-inner .ss-form:after {
        width: 100%; } }
.ss-form-container .ss-form-inner .ss-form .ss-form-item {
    margin-bottom: 29px; }
.ss-form-container .ss-form-inner .ss-form input.ss-form-input {
    background: #FFFFFF;
    border-radius: 24px;
    width: 100%;
    height: 57px;
    padding: 20px 18px;
    border: 0;
    font-size: 15px;
    line-height: 18px;
    color: #000000; }
.ss-form-container .ss-form-inner .ss-form .ss-item-type-checkbox .ss-item-input label {
    display: flex;
    align-items: center;
    cursor: pointer; }
.ss-form-container .ss-form-inner .ss-form .ss-item-type-checkbox .ss-item-input label .ss-input-checkbox {
    width: 24px;
    height: 24px;
    background: #fff;
    margin-right: 13px;
    cursor: pointer;
    border: 0; }
.ss-form-container .ss-form-inner .ss-form .ss-item-type-checkbox .ss-item-input label .ss-input-value {
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF; }
.ss-form-container .ss-form-inner .ss-form .ss-form-button {
    width: 251px;
    height: 54px;
    float: right;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    border: 0;
    outline: 0 !important;
    color: #FFFFFF;
    background: #177E8C;
    cursor: pointer; }
.ss-form-container .ss-form-inner .ss-form .ss-form-button:hover, .ss-form-container .ss-form-inner .ss-form .ss-form-button:active {
    background: #1c5e67; }

input:hover, input:active, input:focus, input:focus-visible {
    outline: none !important; }

* {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box; }

html {
    line-height: 1.2; }

body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 16px; }

.wrapper {
    overflow-x: hidden;
    max-width: 100vw;
    display: flex;
    flex-direction: column; }

.container {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%; }

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

a {
    text-decoration: none;
    color: #000; }
a:hover {
    text-decoration: underline; }

h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 400; }

h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400; }

.article-annonce .article-title {
    font-size: 2em;
    margin: 0.67em 0; }
.article-annonce .article-annonce-text p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4; }

.container.article-wrap figure.image {
    margin: 30px 0;
    text-align: center; }
.container.article-wrap figure.image .popup_img img {
    width: 100%; }
.container.article-wrap p {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.5; }
.container.article-wrap p span {
    background-color: transparent !important; }
.container.article-wrap a {
    text-decoration: underline; }
.container.article-wrap ol {
    margin-left: 40px; }
.container.article-wrap ol li {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.5; }

.btn-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 251px;
    height: 54px;
    background: #E0752A;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    z-index: 1; }
.btn-fixed:hover {
    text-decoration: none;
    background: #E05023; }

@media (max-width: 1030px) {
    body {
        font-size: 14px; }

    h2 {
        font-size: 30px;
        line-height: 36px; }

    h3 {
        font-size: 24px;
        line-height: 26px; }

    .container {
        width: 100%;
        padding: 0 10px; }

    header {
        height: auto;
        padding: 20px 0; }
    header .container {
        flex-wrap: wrap; }
    header .container .menu-block {
        width: 100%;
        order: 1; }
    header .mobile-menu {
        display: inline-block; }
    header .menu-block.open .main-menu {
        height: 165px;
        opacity: 1; }
    header .menu-block .main-menu {
        height: 0;
        opacity: 0;
        transition: all 1s ease;
        flex-direction: column;
        justify-content: flex-start; }
    header .menu-block .main-menu li {
        border: 0; }
    header .menu-block .main-menu li a {
        padding: 15px 0 5px;
        display: block; }

    section.section_1, section.section_2, section.section_3, section.section_4, section.section_5 {
        height: auto; }
    section.section_1 .container, section.section_2 .container, section.section_3 .container, section.section_4 .container, section.section_5 .container {
        flex-direction: column;
        padding: 0 10px;
        height: auto; }
    section.section_1 .container .text-block, section.section_2 .container .text-block, section.section_3 .container .text-block, section.section_4 .container .text-block, section.section_5 .container .text-block {
        width: 95%;
        padding: 20px;
        margin: 0; }
    section.section_1 .img2, section.section_1 .img3, section.section_1 .img4, section.section_2 .img2, section.section_2 .img3, section.section_2 .img4, section.section_3 .img2, section.section_3 .img3, section.section_3 .img4, section.section_4 .img2, section.section_4 .img3, section.section_4 .img4, section.section_5 .img2, section.section_5 .img3, section.section_5 .img4 {
        position: relative;
        width: 100%; }
    section.section_1 {
        margin-bottom: -200px; }
    section.section_2 {
        padding-top: 0; }
    section.section_2 .text-block {
        padding-bottom: 80px !important; }
    section.section_2.section_4 {
        height: auto;
        padding-top: 57vw;
        background-size: 100%;
        background-position: top;
        margin-bottom: 0; }
    section.section_2.section_4 .container {
        background: #ECECEC; }
    section.section_3 {
        padding-top: 0; }
    section.section_3:before {
        display: none; }
    section.section_3.section_5 {
        margin-top: 0;
        height: auto; }
    section.section_3.section_5 .pattern_2_block {
        margin-bottom: 0; } }

.section_2 .img3 {
    max-height: 771px;
}
section.history.colored.teal .btn {
    margin-top: auto;
    margin-bottom: 20px;
}
