/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }


/* Добавляем раздел Инвесторам IT-13734*/

.intro-investors {
    background: var(--blue) url(../../static/images/general/intro_bg_1.webp) 0 0 no-repeat;
    color: var(--white);
    padding: 58px 66px 84px;
    background-size: cover;
}

.investors-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-100 {
    flex-basis: 100%;
}

.investors-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.investors-blocks-30 {
    border: 1px solid;
    padding: 70px;
    flex-basis: 33.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 250px;
    align-items: center;
    margin-left: -1px;
}

.investors-blocks-60 {
    border: 1px solid;
    padding: 70px;
    flex-basis: 66.55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 250px;
    align-items: center;
    margin-left: -1px;
}

.investors-blocks-wrapper {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

.investors-blocks-header {
    font-size: 30px;
    font-weight: 500;
}

.investors-blocks-text {
    font-size: 20px;
}

.investors-block-30-bg1 {
    background-image: url(../../static/images/general/decisions-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 250px;
    width: 33.3%;
}

.investors.s-foot__right {
    text-align: right;
}

.m-t-60 {
    margin-top: 60px;
}

.investors-history-block {
    background-color: var(--blue);
    padding: 70px;
}

h2.investors-title-white {
    color: white;
    padding-bottom: 80px;
}

.text-white {
    color: white!important;
}

.text-blue {
    color: var(--blue)!important;
}

.investors-button-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.investors-why-block {
    padding: 70px;
    display: flex;
    flex-direction: column;
}

.investors-why-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.investors-why-info-block {
    padding: 30px 0;
    flex-basis: 48%;
    margin-right: 15px;
}

.investors-why-info-block-header {
    font-size: 24px;
}

.line {
    width: 100px;
    border-top: 1px solid;
    margin: 20px 0;
}

.line-w-100 {
    width: 100%;
    border-top: 1px solid white;
    margin: 30px 0;
}

.investors-why-info-block-text {
    font-size: 16px;
}

.investors-partners-block {
    padding: 70px;
    background-image: url(../../static/images/general/decisions-4.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.investors-partners-block-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.investors-partners-block-info-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.investors-partners-block-info-subblock-icon {
    width: 52px;
    margin-bottom: 30px;
}

.investors-products-block-main-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 60px;
}

.investors-list__item {
    width: 33.33%;
    border: 1px solid var(--blue);
    min-height: 280px;
}

.investors-products-block {
    padding: 70px;
}

.investors-products-block-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 481px) and (max-width: 768px) {
    .intro-investors {
        background: var(--blue) url(../../static/images/general/intro-bg-m.png) 0 0 no-repeat;
        color: var(--white);
        padding: 30px;
        background-size: cover;
    }
}



/*Скрытое поле для защиты от спама*/
.hidden-area {
    display: none;
}

/* Правки верстки IT-6194 -start*/

h1.investors-title {
    font-size: 96px;
    line-height: 91px;
}

.red {
    color: var(--red);
    margin-right: 5px;
    font-weight: 600;
}

.modal-text {
    font-weight: 500!important;
}

.modal-about p {
    margin-bottom: 30px;
    text-align: justify;
}

.decisions-item__title {
    font-size: 24px;
}

.decisions-subtitle {
    font-size: 30px!important;
}


.footer-menu__link {
    white-space: nowrap;
}

    .footer-menu__link:hover, .footer-menu__link.active {
        font-weight: bold;
        color: white!important;
    }

.services-form li {
    text-align: left;
}


.pnd_list .services-list__item {
    width: 50% !important;
    height: 250px;
}
.pnd_list a.services-item {
    height: 250px;
}
.pnd_list .services-item__img {
    height: 250px;
}
.pnd_list .services-item__info {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.pnd_list .services-item__btn.centered {
    height: 90px;
    width: 40px;
    margin-bottom: 0;
}
.pnd_list svg.svg-sprite-icon.icon-arrow {
    width: 28px;
}
.pnd_list .services-item__txt {
    max-width: 230px;
}

.services-list__item_short {
    width: 33.33% !important;
    height: 250px;
    border-right: 1px solid var(--blue);
    border-bottom: 1px solid var(--blue);
}

.investors-dynamics-block {
    padding: 70px;
}

.investors-dynamics-block-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
}

.investors-dynamics-block-diagramm {
    flex-basis: 45%;
    width: 45%;
}

.investors-dynamics-block-diagramm-legend-text {
    font-size: 15px;
    margin-left: 10px;
}

.blue-box {
    width: 15px;
    height: 15px;
    background-color: var(--blue);
}

.gray-box {
    width: 15px;
    height: 15px;
    background-color: #8DA9CD;
}

.investors-dynamics-block-diagramm-legend {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    margin-left: 15px;
    margin-top: 5px;
}

.canvas-diagram-wrapper {
    height: 300px;
}

.blue-circle {
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 30px;
    border: 5px solid;
}

.gray-circle {
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 30px;
    border: 5px solid #8DA9CD;
}

.investors-obligations-block {
    padding: 100px 70px;
    background-image: url(../../static/images/general/investors-obligations-block-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.investors-obligations-block-subblock1 {
    flex-basis: 40%;
}

.investors-obligations-block-subblock2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    flex-basis: 50%;
    min-height: 320px;
}

.investors-obligations-block-subblock-header {
    font-size: 50px;
    line-height: 50px;
}

.investors-obligations-block-subblock-text {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.investors-obligations-block-subblock-button {
}

.investors-obligations-block-subblock2-child {
    flex-basis: 50%;
}

.investors-obligations-block-subblock2-child-header {
    font-size: 30px;
    font-weight: 600;
}

.investors-obligations-block-subblock2-child-text {
    font-size: 20px;
    max-width: 200px;
}

.investors-security-block {
    padding: 70px;
    background-color: var(--blue);
    color: white;
    display: flex;
    flex-direction: column;
}

.investors-security-block-subblock {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    height: 100px;
    align-items: center;
    padding: 0 30px;
}

.investors-security-block-subblocks-wrapper {
    margin-top: 60px;
}

.f-100 {
    flex-basis: 100%;
}

.investors-security-block-subblock-button {
    stroke: white;
    width: 60px;
    border: 1px solid white;
    height: 40px;
    border-radius: 30px;
    display: flex;
    padding: 10px;
}

.investors-feedback-img {
    background-image: url(/static/images/general/investors-feedback-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    flex-basis: 50%;
}

.investors-feedback-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}

.investors-feedback {
    flex-basis: 45%;
}

.investors-feedback-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 70px;
    min-height: 750px;
}

.investors-feedback-form-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.investors-feedback-form-number {
    border: 1px solid var(--blue);
    border-radius: 30px;
    width: 53px;
    height: 36px;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.investors-feedback-form-input {
    margin-left: 20px;
    width: 100%;
    margin-bottom: 30px;
}

.investors-feedback-form-input-placeholder {
    font-size: 24px;
}

label.investors-form-group {
    font-size: 24px;
    color: #8A8B8E;
    border-bottom: 1px solid #8A8B8E;
    padding: 5px 0;
}

input.investors-form-input {
    background-color: unset;
    border: 0;
    font-weight: 400;
}

.investors-form-textarea {
    height: 96px;
}

.investors-form-item {
    margin-bottom: 0;
    text-align: center;
    align-self: flex-start;
}

form#InvestorsForm {
    display: flex;
    flex-direction: column;
}

.investors-timeline-wrapper {
    color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.investors-timeline-block1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    border-bottom: 2px solid white;
    padding: 20px 20px 10px 20px;
}

.investors-timeline-block1-text {
    font-size: 36px;
    font-weight: 600;
    flex-basis: 25%;
}

.investors-timeline-block2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    padding: 20px;
}

.investors-timeline-block3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    padding: 20px 20px 10px 20px;
    align-items: center;
    align-content: center;
}

.investors-timeline-block4 {
    display: flex;
    padding: 20px;
}

.investors-timeline-block2-text {
    font-size: 16px;
    padding: 5px;
    flex-basis: 25%;
}

.investors-timeline-block3-text {
    font-size: 36px;
    font-weight: 600;
    flex-basis: 25%;
}

.investors-timeline-block2-text {
    font-size: 16px;
    padding: 5px;
    flex-basis: 25%;
}

.investors-timeline-block1-text:after {
    content: "";
    position: relative;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 999px;
    border: 3px solid white;
    bottom: -18px;
    display: block;
}

.investors-timeline-block3-text:after {
    content: "";
    position: relative;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 999px;
    border: 3px solid white;
    bottom: -18px;
    display: block;
}

.investors-timeline-block2-text2 {
    font-size: 16px;
    padding: 5px;
    flex-basis: 50%;
}
.investors-history-block-mobile {
    display: none;
}
.investors-products-block-main-wrapper-mobile {
    display: none;
}

@media(max-width: 480px) {
    h1.investors-title {
        font-size: 3em;
        line-height: 91px;
    }
    .pnd_list .services-list__item {
        height: 120px;
        width: 100% !important;
        border: 1px solid var(--blue);
        transition: background 0.5s ease;
        margin-bottom: 0;
    }

    .pnd_list .services-list__item_short {
        height: 120px;
        width: 100% !important;
        border: 1px solid var(--blue);
        transition: background 0.5s ease;
        margin-bottom: 0;
    }

    .pnd_list a.services-item {
        height: 120px;
    }

    .pnd_list .services-item__img {
        display: none;
    }

    .pnd_list .services-item__info {
        flex-wrap: nowrap;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120px;
        padding: 38px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .pnd_list .services-item__btn.centered {
        height: 60px;
        width: 30px;
        margin-bottom: 0;
        display: flex;
    }

    .pnd_list svg.svg-sprite-icon.icon-arrow {
        width: 15px;
    }

    button.form-close-btn {
        border: none;
        text-align: right;
    }

    .intro-investors {
        padding: 0;
    }

    .investors-history-block {
        background-color: var(--blue);
        padding: 60px 30px;
    }

    .investors-history-block-mobile {
        display: block;
        background-color: var(--blue);
        padding: 45px 30px;
    }

    .investors-history-block {
        display: none;
    }

    .investors-blocks {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .investors-blocks-header {
        font-size: 20px;
        font-weight: 600;
    }

    .investors-blocks-text {
        font-size: 16px;
    }

    .investors-blocks-30 {
        border-bottom: 1px solid !important;
        border: unset;
        padding: 0;
        flex-basis: 33.3%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 90px;
        align-items: flex-start;
        order: 2;
    }

    .investors-blocks-60 {
        border-bottom: 1px solid !important;
        border: unset;
        padding: 0;
        flex-basis: 66.66%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 90px;
        align-items: flex-start;
        align-content: flex-start;
        order: 3;
    }

    .investors-block-30-bg1 {
        background-image: url(../../static/images/general/decisions-3.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        min-height: 300px;
        width: 100%;
        order: 1;
    }

    h2.investors-title-white {
        color: white;
        padding-bottom: 0;
    }

    .investors-timeline-block1-text:after {
        content: "";
        position: relative;
        width: 15px;
        height: 15px;
        background: white;
        border-radius: 999px;
        border: 3px solid white;
        bottom: 0;
        left: -28px;
        display: block;
    }

    .investors-timeline-block1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: 100%;
        border-left: 2px solid white;
        padding: 20px 20px 10px 20px;
        border-bottom: none;
        margin-top: 30px;
    }

    .investors-timeline-block2 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        border-left: 2px solid white;
        border-right: none;
        border-bottom: none;
        padding: 20px;
    }

    .investors-timeline-block3 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: 100%;
        border-left: 2px solid white;
        border-bottom: none;
        padding: 20px 20px 10px 20px;
        align-items: flex-start;
        align-content: center;
    }

    .investors-timeline-block4 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: 100%;
        border-left: 2px solid white;
        border-bottom: none;
        padding: 20px 20px 10px 20px;
        align-items: flex-start;
    }

    .investors-timeline-block5 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: 100%;
        border-left: 2px solid white;
        border-bottom: none;
        padding: 20px 20px 10px 20px;
        align-items: flex-start;
    }

    .investors-timeline-block6 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: 100%;
        border-left: 2px solid white;
        border-bottom: none;
        padding: 20px 20px 10px 20px;
        align-items: flex-start;
    }

    .investors-timeline-block3-text:after {
        content: "";
        position: relative;
        width: 15px;
        height: 15px;
        background: white;
        border-radius: 999px;
        border: 3px solid white;
        bottom: 0;
        left: -28px;
        display: block;
    }

    .investors-why-block {
        padding: 45px 30px;
        display: flex;
        flex-direction: column;
    }

    .s-title {
        margin-bottom: 0!important;
    }
    .investors-why-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .investors-why-info-block {
        padding: 20px;
        flex-basis: 48%;
        margin-right: 0;
        border: 1px solid;
        margin-bottom: 20px;
    }
    .investors-partners-block {
        padding: 45px 30px;
    }
    .investors-partners-block-info-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        min-height: 480px;
    }
    .investors-products-block {
        padding: 45px 30px;
    }
    .investors-dynamics-block {
        padding: 45px 30px;
    }
    .investors-dynamics-block-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin-top: 60px;
    }
    .investors-dynamics-block-diagramm {
        flex-basis: 100%;
        width: 100%;
    }
    .investors-obligations-block {
        padding: 60px 30px;
        background-image: url(../../static/images/general/investors-obligations-block-bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .investors-obligations-block-subblock-button {
        width: 100%;
    }
    .investors-obligations-block-subblock-text {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .investors-obligations-block-subblock-header {
        font-size: 24px;
        line-height: 24px;
    }
    .investors-obligations-block-subblock2 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        flex-basis: 100%;
        min-height: 480px;
        align-items: center;
        text-align: center;
        justify-content: space-around;
        margin-top: 30px;
    }
    .investors-obligations-block-subblock2-child-header {
        font-size: 20px;
        font-weight: 600;
    }
    .investors-obligations-block-subblock2-child-text {
        font-size: 16px;
        max-width: 200px;
    }
    .investors-security-block {
        padding: 45px 30px;
        background-color: var(--blue);
        color: white;
        display: flex;
        flex-direction: column;
    }
    .investors-security-block-subblocks-wrapper {
        margin-top: 30px;
    }
    .investors-security-block-subblock {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        height: 80px;
        align-items: center;
        padding: 0 30px;
    }
    .investors-feedback-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 45px 30px;
        min-height: 750px;
    }
    .investors-feedback-img {
        display: none;
    }

    .investors-feedback {
        flex-basis: 100%;
    }

    .investors-feedback-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 45px 30px;
        min-height: 750px;
    }

    .investors-form-item {
        margin-bottom: 0;
        text-align: center;
        align-self: flex-start;
        width: 100%;
    }

    .investors-feedback-form-input-placeholder {
        font-size: 16px;
    }

    label.investors-form-group {
        font-size: 16px;
        color: #8A8B8E;
        border-bottom: 1px solid #8A8B8E;
        padding: 0 0 5px 0;
    }
    a.btn {
        width: 100%;
    }
    .investors-item__btn__mobile.centered svg {
        width: 35px;
    }
    .investors-products-block-main-wrapper-mobile {
        display: block;
        padding: 0 30px;
    }

    .investors-list__item {
        width: 100%;
        border: 1px solid var(--blue);
        min-height: 280px;
        padding: 25%;
    }

    .services-item__info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-content: center;
    }
    .services-item__txt {
        padding: 0;
        font-size: 16px;
    }

    .investors-products-block-main-wrapper {
        display: none;
    }
    .services-item__btn.centered {
        display: flex!important;
    }

}
@media(min-width:481px) and (max-width: 610px) {
    .investors-blocks {
        display: flex;
        flex-direction: column!important;
        flex-wrap: wrap;
    }
    .investors-block-30-bg1 {
        width: 100%;
    }
}

@media(min-width:481px) and (max-width: 768px) {
    h1.investors-title {
        font-size: 3em;
        line-height: 91px;
    }
    .investors-products-block-main-wrapper {
        display: none;
    }
    .investors-list__item {
        width: 100%;
        border: 1px solid var(--blue);
        min-height: 280px;
        padding: 15%;
    }
    .services-item__btn {
        display: flex!important;
    }

    .investors-products-block-main-wrapper-mobile {
        display: flex;
        padding: 0 30px;
        flex-wrap: wrap;
    }

    .investors-history-block-mobile {
        display: none;
    }
    .pnd_list .services-list__item {
        height: 250px;
        width: 50%;
        border: 1px solid var(--blue);
        background: none;
        padding: 0;
        margin-bottom: 0;
    }
    .pnd-list__item_long {
        height: 250px;
        width: 100%;
        border: 1px solid var(--blue);
        background: none;
        padding: 0;
        margin-bottom: 0;
    }
    .services-list__item_short {
        height: 250px;
        width: 33.33%;
        border: 1px solid var(--blue);
        background: none;
        padding: 0;
        margin-bottom: 0;
    }

        .pnd_list .services-list__item_short .services-item__info {
            padding: 30px!important;
        }
        .pnd_list .services-list__item_short .services-item__txt {
            max-width: 110px;
        }

        .pnd_list .services-item__img {
            display: none;
        }

    .pnd_list .services-item__btn.centered {
        height: 80px;
        width: 40px;
        margin-bottom: 0;
        display: flex;
    }

    .pnd_list .services-item__info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 250px;
        padding: 68px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .services-item__txt {
        padding-right: 0!important;
    }
    .s-foot__right {
        display: none;
    }
    .s-title {
        font-size: 24px;
    }
    .services-txt {
        font-size: 16px;
        margin-bottom: 30px!important;
    }
    .services-title {
        margin-bottom: 15px!important;
    }
    .investors-blocks-header {
        font-size: 20px;
        font-weight: 500;
    }
    .investors-blocks-text {
        font-size: 16px;
    }
    .investors-blocks-60 {
        padding: 70px 30px;
    }
    .investors-blocks-30 {
        padding: 70px 30px;
    }
    .investors-blocks {
        padding: 0;
    }
    .investors-history-block {
        background-color: var(--blue);
        padding: 45px 30px;
    }
    h2.investors-title-white {
        color: white;
        padding-bottom: 40px;
    }
    .investors-timeline-block1-text {
        font-size: 20px;
    }
    .investors-timeline-block3-text {
        font-size: 20px;
    }
    .investors-timeline-block2-text2 {
        font-size: 16px;
        padding: 5px;
        flex-basis: 50%;
    }
    .investors-why-info-block-header {
        font-size: 20px;
    }
    .investors-why-wrapper {
        margin-top: 0;
    }
    .investors-why-block {
        padding: 45px 30px;
    }
    .investors-why-info-block {
        flex-basis: 45%;
    }
    .investors-partners-block {
        padding: 45px 30px;
    }
    .investors-partners-block-info-subblock-text {
        font-size: 16px;
    }
    .investors-products-block-main-wrapper {
        margin-top: 0;
        padding: 0 30px;
    }
    .investors-list__item {
        min-height: 220px;
    }
    .investors-dynamics-block {
        padding: 45px 30px;
    }
    .investors-obligations-block {
        padding: 70px 30px;
    }
    .investors-obligations-block-subblock-header {
        font-size: 24px;
        line-height: 30px;
    }
    .investors-obligations-block-subblock-text {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 40px;
    }
    .investors-obligations-block-subblock2 {
        min-height: 250px;
    }
    .investors-obligations-block-subblock2-child-header {
        font-size: 20px;
        font-weight: 600;
    }
    .investors-obligations-block-subblock2-child-text {
        font-size: 16px;
        max-width: 200px;
    }
    .investors-products-block {
        padding: 45px 30px;
    }
    .investors-security-block {
        padding: 45px 30px;
    }
    .investors-security-block-subblocks-wrapper {
        margin-top: 45px;
    }
    .investors-security-block-subblock {
        height: 80px;
        padding: 0 20px;
    }
    .investors-feedback-text {
        font-size: 16px;
    }
    .investors-feedback-wrapper {
        padding: 45px 30px;
        min-height: 650px;
    }
    .investors-feedback-form-input-placeholder {
        font-size: 16px;
    }
    label.investors-form-group {
        font-size: 16px;
    }
    .investors-form-textarea {
        height: 70px;
    }
}
@media(min-width:1025px) and (max-width: 1310px) {
    .investors-content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .investors-blocks-30 {
        border: 1px solid;
        padding: 30px;
        flex-basis: 33.3%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 250px;
        align-items: center;
        margin-left: -1px;
    }
}

    /* Правки верстки IT-6194 -end*/

    /*Раздел Технологии -start*/

    .intro-tech {
        background: var(--blue) url(../../static/images/general/tech-block1-bg-pc.png) 0 0 no-repeat;
        color: var(--white);
        padding: 58px 66px 84px;
        background-size: cover;
    }

    h2.about-title.s-title.tech-title {
        max-width: 550px;
    }

    .flex-tech-header {
        display: flex;
        align-content: center;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        border-bottom: 1px solid #6880A2;
        padding-bottom: 60px;
    }

        .flex-tech-header .s-foot__right {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            justify-content: space-between;
        }

    .tech-sokrat-subheader {
        font-size: 60px;
        line-height: 48px;
        font-weight: 600;
    }

    h2.s-title.tech-title {
        max-width: 550px;
    }

    .section-protrusion.tech-sokrat {
        padding: 70px;
    }

    .tech-sokrat-line1-wrapper {
        display: flex;
        flex-direction: row;
    }

    .tech-sokrat-line1-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 200px;
        width: 100%;
        justify-content: space-between;
        /* border-right: 1px solid; */
        border-left: 1px solid;
        padding-left: 40px;
    }

    .tech-sokrat-line1-blocks-icon {
        border: 1px solid;
        border-radius: 30px;
        width: 60px;
        height: 41px;
        /* text-align: center; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .tech-sokrat-line1-blocks-icon img {
            width: 30px;
        }

    .tech-sokrat-line2-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 60px 0;
    }

    .tech-sokrat-line2-block1 {
        flex-basis: 100%;
        background-image: url(../../static/images/general/tech-block2-img1.png);
        width: 100%;
        height: 100%;
        min-height: 280px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .tech-sokrat-line2-block2 {
        flex-basis: 70%;
        background-color: white;
        min-height: 280px;
        border: 1px solid;
        display: flex;
        flex-direction: row;
    }

    .tech-sokrat-line2-block2-innerblock1 {
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .tech-sokrat-line2-blocks-icon {
        border: 1px solid;
        border-radius: 30px;
        width: 60px;
        height: 41px;
        /* text-align: center; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tech-sokrat-line2-blocks-text {
        font-size: 28px;
        line-height: 38px;
        max-width: 200px;
    }

    .tech-sokrat-line2-blocks-icon img {
        width: 30px;
    }

    .tech-sokrat-line2-block2-innerblock2 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* padding: 60px; */
        align-items: flex-end;
        justify-content: flex-start;
    }

    .tech-sokrat-line2-block2-innerblock2-text {
        flex-basis: 50%;
        font-size: 16px;
        max-width: 200px;
        line-height: 24px;
    }

    .tech-sokrat-line2-block2-innerblock2-text2 {
        flex-basis: 50%;
        font-size: 16px;
        max-width: 200px;
        line-height: 24px;
        padding-left: 40px;
    }

    .tech-sokrat-line2-block2-innerblock2-text-wide {
        flex-basis: 100%;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 40px;
    }

    .tech-sokrat-line2-block3 {
        flex-basis: 30%;
        min-height: 280px;
        border: 1px solid;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .tech-sokrat-line2-block3-header {
        font-size: 28px;
        line-height: 34px;
    }

    .tech-sokrat-line2-block3-text {
        font-size: 16px;
        line-height: 24px;
    }

    .tech-sokrat-line3-wrapper {
        display: flex;
        flex-direction: row;
    }

    .tech-sokrat-line3-block1 {
        /* flex-basis: 100%; */
        background-image: url(../../static/images/general/tech-block2-img2.png);
        width: 100%;
        height: 100%;
        min-height: 550px;
        background-repeat: no-repeat;
        background-size: cover;
        flex-basis: 50%;
    }

    .tech-sokrat-line3-block2-wrapper {
        display: flex;
        flex-direction: column;
        flex-basis: 50%;
        justify-content: space-between;
    }

    .tech-sokrat-line3-block2 {
        border-bottom: 1px solid;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 50%;
        padding: 40px 50px;
        justify-content: space-between;
    }

    .tech-sokrat-line2-blocks-icon {
        border: 1px solid;
        border-radius: 30px;
        width: 60px;
        height: 41px;
        /* text-align: center; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .tech-sokrat-line2-blocks-icon img {
            width: 30px;
        }

    .tech-sokrat-line3-block2-innerwrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .tech-sokrat-line3-block2-text {
        font-size: 24px;
        line-height: 33px;
        max-width: 50%;
    }

    .tech-sokrat-line3-block2-smalltext {
        max-width: 40%;
        /* float: right; */
        font-size: 16px;
        line-height: 24px;
    }

    .tech-sokrat-line3-block3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 50%;
        padding: 40px 50px;
        justify-content: space-between;
    }

    .tech-sokrat-line2-blocks-text {
        font-size: 28px;
        line-height: 38px;
        /* max-width: 200px; */
    }

    .flex-tech-header2 {
        display: flex;
        align-content: center;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        /* border-bottom: 1px solid #6880A2; */
        /* padding-bottom: 30px; */
    }

    .tech-subheader-text {
        font-size: 24px;
        line-height: 33px;
        border-bottom: 1px solid;
        padding-bottom: 40px;
    }

    .biz-ensurance-wrapper-block1-innerblock2-logo img {
        max-height: 24px;
    }

    .tech-sokrat-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tech-sokrat-wrapper-block-left {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-basis: 50%;
        min-height: 200px;
        padding-top: 30px;
    }

    .tech-sokrat-block-text {
        border: 1px dashed;
        padding: 20px 40px;
        border-radius: 60px;
        font-size: 16px;
        line-height: 24px;
    }

    .tech-sokrat-wrapper-block-right {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
        flex-basis: 40%;
    }

    .tech-sokrat-wrapper-block-big {
        flex-basis: 100%;
        background-image: url(../../static/images/general/tech-sokrat.svg);
        width: 100%;
        height: 100%;
        min-height: 500px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
    }

    .tech-sokrat-wrapper-block-right2 {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-start;
        flex-basis: 45%;
    }


    .pg.section.tech-mobile-bg {
        flex-basis: 100%;
        background-image: url(../../static/images/general/tech-block4-bg-pc.png);
        width: 100%;
        /* height: 100%; */
        min-height: 430px;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-position: 50%; */
        padding: 70px 70px 0 70px;
    }

    .flex-tech-header-white {
        color: white;
        display: flex;
        justify-content: space-between;
        font-size: 50px;
        line-height: 55px;
    }

        .flex-tech-header-white .s-number {
            color: #6880A2;
        }

    .tech-block4-wrapper {
        display: flex;
        flex-direction: row;
        height: 100%;
    }

    .tech-block4-wrapper-block1 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-basis: 10%;
    }

        .tech-block4-wrapper-block1 img {
            width: 41px;
            margin-bottom: 40px;
        }

    .tech-block4-wrapper-block2 {
        background-image: url(../../static/images/general/tech-block4-iphone.png);
        width: 100%;
        /* height: 100%; */
        min-height: 430px;
        background-repeat: no-repeat;
        background-size: cover;
        flex-basis: 30%;
        /* display: flex; */
        /* align-items: flex-end; */
        /* justify-content: center; */
    }

    .tech-block4-wrapper-block3 {
        flex-basis: 60%;
        display: flex;
        flex-direction: column;
        padding-left: 40px;
    }

    .tech-block4-wrapper-block3-innerblocks {
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid white;
        padding: 0 50px 30px 0;
    }

    .tech-block4-wrapper-block3-innerblocks-text {
        color: white;
        font-size: 16px;
        line-height: 24px;
        max-width: 250px;
        margin-right: 20px;
        margin-top: 30px;
    }

    h2.about-title.s-title.tech-title2 {
        max-width: 650px;
    }

    .tech-block5-wrapper-blocks {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        border-bottom: 1px solid;
        align-items: flex-end;
        padding-bottom: 30px;
    }

    .tech-block5-wrapper-blocks-number {
        color: #6880A2;
        font-size: 24px;
        flex-basis: 10%;
        line-height: 33px;
    }

    .tech-block5-wrapper-blocks-text {
        color: #012E67;
        font-size: 24px;
        line-height: 33px;
        flex-basis: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        align-content: flex-start;
    }

    .tech-block5-wrapper-blocks-text-ul {
        font-size: 16px;
        line-height: 24px;
    }

    .tech-block5-wrapper-blocks-image {
        /* position: absolute; */
        flex-basis: 40%;
    }

        .tech-block5-wrapper-blocks-image img {
            position: relative;
            top: 60px;
        }

    .tech-block6-wrapper {
        display: flex;
        border: 1px solid;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .tech-block6-wrapper-blocks-50-bg {
        flex-basis: 50%;
        background-image: url(../../static/images/general/tech-block6-img1.png);
        width: 100%;
        /* height: 100%; */
        min-height: 240px;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 40px;
    }

    .tech-sokrat-line1-blocks-icon-white {
        border: 1px solid white;
        border-radius: 30px;
        width: 60px;
        height: 41px;
        /* text-align: center; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .tech-sokrat-line1-blocks-icon-white img {
            width: 30px;
        }

    .tech-sokrat-line1-blocks-text-white {
        color: white;
        font-size: 24px;
        line-height: 33px;
    }

    .tech-block6-wrapper-blocks-25 {
        flex-basis: 25%;
        padding: 40px 0 40px 40px;
        border: 1px solid;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .tech-sokrat-line1-blocks-icon {
        border: 1px solid;
        border-radius: 30px;
        width: 60px;
        height: 41px;
        /* text-align: center; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .tech-sokrat-line1-blocks-icon img {
            width: 30px;
            max-height: 30px;
        }

    .tech-sokrat-line1-blocks-text {
        font-size: 24px;
        line-height: 33px;
    }

    .tech-block6-wrapper-blocks-50-wrapper {
        display: flex;
        flex-direction: row;
        flex-basis: 50%;
        flex-wrap: wrap;
    }

    .tech-block6-wrapper-blocks-50 {
        flex-basis: 50%;
        border: 1px solid;
        padding: 40px 0 40px 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 240px;
    }

    .tech-block6-wrapper-blocks-50-img {
        background-image: url(../../static/images/general/tech-block6-img2.png);
        width: 100%;
        /* height: 100%; */
        min-height: 500px;
        background-repeat: no-repeat;
        background-size: cover;
        flex-basis: 50%;
    }

    .tech-block6-wrapper-blocks-50-white {
        flex-basis: 50%;
        background-color: white;
        border: 1px solid;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .tech-block6-wrapper-blocks-50-bg2 {
        flex-basis: 50%;
        background-image: url(../../static/images/general/tech-block6-img3.png);
        width: 100%;
        /* height: 100%; */
        min-height: 240px;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 40px;
    }

    .tech-block6-wrapper-blocks-30 {
        flex-basis: 33.3%;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 1px solid;
        align-items: stretch;
        align-content: stretch;
        min-height: 240px;
    }

    .pg.section.tech-block7 {
        padding: 70px 0;
    }

    .tech-block7-subheader-text {
        font-size: 24px;
        line-height: 33px;
        border-bottom: 1px solid;
        padding-bottom: 40px;
        padding-left: 70px;
    }

    .tech-block7-wrapper {
        background-image: url(../../static/images/general/tech-block7-bg.png);
        width: 100%;
        /* height: 100%; */
        min-height: 500px;
        background-repeat: no-repeat;
        background-size: cover;
        /* flex-basis: 50%; */
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 70px;
        color: white;
    }

    .tech-block7-blocks {
        flex-basis: 33.3%;
    }

    .tech-block7-blocks-header {
        font-size: 34px;
        line-height: 45px;
        max-width: 200px;
    }

    .tech-block7-blocks-subheader {
        font-size: 24px;
        border-bottom: 1px solid;
        line-height: 33px;
        padding-bottom: 20px;
        max-width: 250px;
    }

    .tech-block7-blocks-ul {
        font-size: 16px;
        line-height: 24px;
        max-width: 250px;
    }

    .tech-block7-blocks {
        flex-basis: 33.3%;
    }

    .tech-block7-safety-wrapper {
        display: flex;
        flex-direction: row;
    }

    .tech-block7-safety-wrapper-block {
        flex-basis: 30%;
        font-size: 34px;
        line-height: 45px;
        font-weight: 600;
        padding: 70px;
    }

    .tech-block7-safety-wrapper-block2 {
        flex-basis: 70%;
        padding-top: 70px;
    }

    .tech-block7-safety-wrapper-innerblock {
        display: flex;
        border-top: 1px solid;
        border-bottom: 1px solid;
        padding: 20px 0 40px 0;
        justify-content: space-between;
    }

    .tech-block7-safety-wrapper-innerblock-number {
        color: #6880A2;
        font-size: 24px;
    }

    h2.about-title.s-title.tech-title3 {
        max-width: 650px;
        padding-left: 70px;
    }

    .tech-sokrat-line3-block2-text2 {
        font-size: 24px;
        line-height: 33px;
        max-width: 80%;
    }

    .tech-sokrat-line1-blocks-icon2 img {
        height: 30px;
    }

    .tech-sokrat-line1-blocks-icon2 {
        border: 1px solid;
        border-radius: 30px;
        width: 60px;
        height: 41px;
        /* text-align: center; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tech-block6-wrapper-blocks-25-white {
        flex-basis: 25%;
        padding: 40px 0 40px 40px;
        border: 1px solid;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: white;
    }

    .pg.section.tech-business {
        padding: 0 70px;
    }

    .form-item-link {
        text-decoration: underline;
    }

    @media (max-width: 480px) {
        svg.close-btn-color {
            filter: invert(13%) sepia(31%) saturate(4585%) hue-rotate(199deg) brightness(100%) contrast(104%);
            width: 20px;
        }

        .form-item-text {
            font-size: 12px;
            line-height: 14px;
        }

        .form-field {
            border: 1px solid var(--blue);
            background: rgba(255, 255, 255, 0.6);
            padding: 6px 16px;
            display: block;
            width: 100%;
            font-size: 14px;
            border-radius: 5px;
        }

        .modal-text {
            font-weight: bold;
            font-size: 14px !important;
            margin-bottom: 30px;
            text-align: center;
        }

        .modal-title {
            font-weight: bold;
            text-align: center;
            margin-bottom: 32px;
            font-size: 24px !important;
            line-height: 22px !important;
        }

        .intro-tech {
            background: var(--blue) url(../../static/images/general/tech-block1-bg-pc.png) 0 0 no-repeat;
            color: var(--white);
            padding: 0;
            background-size: cover;
        }

        h2.s-title.tech-title {
            max-width: 550px;
            padding-right: 30px;
        }

        .tech-sokrat-line3-block2-text2 {
            font-size: 18px;
            line-height: 24px;
            max-width: 100%;
            margin: 20px 0;
            font-weight: 600;
        }

        .tech-sokrat-line3-block2-smalltext {
            max-width: 100%;
            /* float: right; */
            font-size: 16px;
            line-height: 24px;
        }

        .tech-sokrat-line3-block2-innerwrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
        }

        .flex-tech-header {
            display: flex;
            align-content: center;
            align-items: flex-start;
            justify-content: space-between;
            flex-direction: column;
            flex-wrap: nowrap;
            border-bottom: 0;
            padding-bottom: 60px;
            padding-left: 30px;
        }

        .tech-sokrat-subheader {
            font-size: 30px;
            line-height: 46px;
            font-weight: 600;
        }

        .section-protrusion.tech-sokrat {
            padding: 0 30px;
        }

        .tech-sokrat-line1-wrapper {
            display: flex;
            flex-direction: column;
        }

        .tech-sokrat-line1-block {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            height: 200px;
            width: 100%;
            justify-content: space-between;
            /* border-right: 1px solid; */
            /* border-left: 1px solid; */
            /* padding-left: 40px; */
            padding: 20px;
            border: 1px solid;
        }

        .tech-sokrat-line2-block1 {
            flex-basis: 100%;
            background-image: url(../../static/images/general/tech-block2-img1.png);
            width: 100%;
            height: 100%;
            min-height: 220px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 30%;
        }

        .tech-sokrat-line2-block2-innerblock2 {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            padding: 0 20px;
            align-items: flex-start;
            justify-content: flex-start;
        }

        .tech-sokrat-line2-block2-innerblock1 {
            padding: 20px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
        }

        .tech-sokrat-line2-blocks-text {
            font-size: 18px;
            line-height: 24px;
            padding-left: 30px;
            font-weight: 600;
            padding-top: 0;
            max-width: 200px;
        }

        .tech-sokrat-line2-block2-innerblock2-text2 {
            /* flex-basis: 50%; */
            font-size: 16px;
            max-width: 200px;
            line-height: 24px;
            margin: 20px 0;
            padding-left: 0;
        }

        .tech-sokrat-line2-block3 {
            flex-basis: 30%;
            min-height: 180px;
            border: 1px solid;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .tech-sokrat-line2-block3-header {
            font-size: 18px;
            line-height: 24px;
        }

        .tech-sokrat-line3-block2-text {
            font-size: 18px;
            line-height: 24px;
            max-width: 100%;
            margin: 20px 0;
            font-weight: 600;
        }

        .tech-sokrat-line3-block2 {
            /* border-bottom: 1px solid; */
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            height: 50%;
            padding: 20px;
            justify-content: space-between;
            border: 1px solid;
        }

        .tech-sokrat-line3-block2-wrapper {
            display: flex;
            flex-direction: column;
            flex-basis: 50%;
            justify-content: space-between;
        }

        .tech-sokrat-line3-wrapper {
            display: flex;
            flex-direction: column;
        }

        .tech-sokrat-line3-block1 {
            background-image: url(../../static/images/general/tech-block2-img2.png);
            width: 100%;
            min-height: 230px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 20% 10%;
        }

        .tech-sokrat-line2-blocks-text {
            font-size: 18px;
            line-height: 24px;
            /* max-width: 100px; */
            /* padding-left: 30px; */
            font-weight: 600;
            padding-top: 20px;
            max-width: 300px;
        }

        .tech-sokrat-line3-block3 {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            height: 50%;
            padding: 20px;
            justify-content: space-between;
            border: 1px solid;
        }

        .tech-subheader-text {
            font-size: 16px;
            line-height: 24px;
            border-bottom: 0;
            padding-bottom: 40px;
            padding-left: 30px;
        }

        .tech-sokrat-wrapper-block-big {
            flex-basis: 100%;
            background-image: url(../../static/images/general/tech-sokrat.png);
            width: 100%;
            height: 100%;
            min-height: 350px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50%;
            margin-top: 20px;
        }

        .tech-sokrat-wrapper {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: flex-start;
            padding: 0 30px 30px 30px;
        }

        .tech-sokrat-wrapper-block-right {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            align-items: flex-end;
            flex-basis: 40%;
            margin-top: 20px;
        }

        .pg.section.tech-mobile-bg {
            flex-basis: 100%;
            background-image: url(../../static/images/general/tech-block4-bg-pc.png);
            width: 100%;
            /* height: 100%; */
            min-height: 450px;
            background-repeat: no-repeat;
            background-size: 300% 590px;
            /* background-position: 50%; */
            padding: 60px 30px;
            height: 1200px;
        }

        .flex-tech-header-white {
            color: white;
            display: flex;
            justify-content: space-between;
            font-size: 50px;
            line-height: 55px;
            border-left: 1px solid;
            height: 100px;
        }

        .tech-block4-wrapper {
            display: flex;
            flex-direction: row;
            /* height: 100%; */
            align-items: stretch;
            justify-content: flex-end;
            height: 390px;
            flex-wrap: wrap;
            align-content: space-between;
        }

        .tech-block4-wrapper-block1 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            flex-basis: 10%;
            order: 2;
            height: 350px;
        }

        .tech-block4-wrapper-block2 {
            background-image: url(../../static/images/general/tech-block4-iphone.png);
            width: 100%;
            /* height: 100%; */
            height: 390px;
            background-repeat: no-repeat;
            background-size: cover;
            flex-basis: 90%;
            left: 20px;
            order: 1;
            display: flex;
        }

        .tech-block4-wrapper-block3 {
            flex-basis: 100%;
            display: flex;
            flex-direction: column;
            padding-left: 0;
            order: 3;
            padding-top: 30px;
            height: 1000px;
        }

        .tech-block4-wrapper-block3-innerblocks {
            display: flex;
            flex-direction: column;
            border-bottom: 0;
            padding: 0;
        }

        .tech-block4-wrapper-block3-innerblocks-text {
            color: #012E67;
            font-size: 16px;
            line-height: 24px;
            /* max-width: 250px; */
            margin-right: 20px;
            border-bottom: 1px solid #012E67;
            /* padding-bottom: 20px; */
            padding: 20px 0;
            margin-top: 0;
        }

        .pg.section.tech-support {
            display: none;
        }

        .tech-sokrat-line2-wrapper {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            padding: 60px 0;
        }

        .tech-sokrat-line2-block2 {
            flex-basis: 70%;
            background-color: white;
            min-height: 280px;
            border: 1px solid;
            display: flex;
            flex-direction: column;
        }

        .tech-block6-wrapper-blocks-50-wrapper {
            display: flex;
            flex-direction: column;
            flex-basis: 50%;
            flex-wrap: wrap;
        }

        .tech-block6-wrapper {
            display: flex;
            border: 1px solid;
            flex-direction: column;
            flex-wrap: wrap;
        }

        .tech-block6-wrapper-blocks-50-img {
            background-image: url(../../static/images/general/tech-block6-img2.png);
            width: 100%;
            /* height: 100%; */
            min-height: 380px;
            background-repeat: no-repeat;
            background-size: cover;
            flex-basis: 50%;
            background-position: 60%;
        }

        .tech-block6-wrapper-blocks-50 {
            flex-basis: 50%;
            border: 1px solid;
            padding: 40px 0 40px 40px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 190px;
        }

        .tech-sokrat-line1-blocks-text {
            font-size: 16px;
            line-height: 24px;
            max-width: 80%;
        }

        .tech-block6-wrapper-blocks-30 {
            flex-basis: 33.3%;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            border: 1px solid;
            align-items: stretch;
            align-content: stretch;
            min-height: 180px;
        }

        .tech-sokrat-line1-blocks-text-white {
            color: white;
            font-size: 16px;
            line-height: 24px;
        }

        h2.about-title.s-title.tech-title3 {
            max-width: 650px;
            padding-left: 0;
        }

        .tech-block7-subheader-text {
            font-size: 24px;
            line-height: 33px;
            border-bottom: 1px solid;
            padding-bottom: 40px;
            padding-left: 30px;
        }

        .tech-block7-wrapper {
            background-image: url(../../static/images/general/tech-block7-bg.png);
            width: 100%;
            /* height: 100%; */
            min-height: 500px;
            background-repeat: no-repeat;
            background-size: cover;
            /* flex-basis: 50%; */
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: flex-start;
            padding: 30px;
            color: white;
        }

        .tech-block7-safety-wrapper-block {
            flex-basis: 30%;
            font-size: 24px;
            line-height: 36px;
            font-weight: 500;
            padding: 30px;
            max-width: 80%;
        }

        .tech-block7-safety-wrapper-block2 {
            flex-basis: 70%;
            padding: 0 30px;
        }

        .tech-block7-safety-wrapper {
            display: flex;
            flex-direction: column;
        }

        h2.about-title.s-title.tech-title2 {
            max-width: 300px;
        }

        .tech-block7-blocks {
            flex-basis: 100%;
        }

        .tech-block7-blocks-subheader {
            font-size: 24px;
            border-bottom: 1px solid;
            line-height: 33px;
            padding-bottom: 20px;
            max-width: 350px;
        }

        .tech-block7-blocks-ul {
            font-size: 16px;
            line-height: 24px;
            max-width: 350px;
        }

        .tech-block7-safety-wrapper-innerblock-text {
            max-width: 80%;
        }
    }

    @media (min-width: 481px) and (max-width: 780px) {
        .tech-sokrat-subheader {
            font-size: 50px;
            line-height: 46px;
            font-weight: 600;
        }

        h2.s-title.tech-title {
            max-width: 550px;
            padding-left: 30px;
        }

        .tech-sokrat-line1-blocks-text {
            font-size: 16px;
            line-height: 24px;
        }

        .tech-sokrat-line1-wrapper {
            display: flex;
            flex-direction: row;
            padding: 0 30px;
        }

        .tech-sokrat-line2-wrapper {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 60px 30px;
        }

        .tech-sokrat-line2-block2-innerblock2 {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            /* padding: 60px; */
            align-items: flex-end;
            justify-content: flex-start;
            padding-right: 20px;
        }

        .tech-sokrat-line2-block2 {
            flex-basis: 100%;
            background-color: white;
            min-height: 280px;
            border: 1px solid;
            display: flex;
            flex-direction: row;
        }

        .tech-sokrat-line2-block3 {
            flex-basis: 100%;
            min-height: 100px;
            border: 1px solid;
            padding: 40px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-end;
        }

        .tech-sokrat-line3-wrapper {
            display: flex;
            flex-direction: row;
            padding: 0 30px;
        }

        .tech-sokrat-line3-block1 {
            /* flex-basis: 100%; */
            background-image: url(../../static/images/general/tech-block2-img2.png);
            width: 100%;
            height: 100%;
            min-height: 440px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 30%;
            flex-basis: 50%;
        }

        .tech-sokrat-line3-block2-wrapper {
            display: flex;
            flex-direction: column;
            flex-basis: 50%;
            justify-content: space-between;
        }

        .tech-sokrat-line3-block2 {
            border-bottom: 1px solid;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            height: 50%;
            padding: 30px;
            justify-content: space-between;
        }

        .tech-sokrat-line3-block2-innerwrapper {
            display: flex;
            flex-direction: row;
            align-items: flex-end;
            justify-content: space-between;
        }

        .tech-sokrat-line3-block2-text {
            font-size: 20px;
            line-height: 28px;
            max-width: 50%;
        }

        .tech-sokrat-line3-block2-smalltext {
            max-width: 40%;
            /* float: right; */
            font-size: 16px;
            line-height: 24px;
        }

        .tech-sokrat-line3-block3 {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            height: 50%;
            padding: 30px;
            justify-content: space-between;
        }

        .pg.section.tech-business {
            padding: 30px;
        }

        .flex-tech-header-white .s-number {
            color: #6880A2;
            padding-right: 30px;
        }

        .pg.section.tech-mobile-bg {
            flex-basis: 100%;
            background-image: url(../../static/images/general/tech-block4-bg-pc.png);
            width: 100%;
            /* height: 100%; */
            min-height: 430px;
            background-repeat: no-repeat;
            background-size: cover;
            /* background-position: 50%; */
            padding: 50px 0 30px 30px;
        }

        .tech-block4-wrapper {
            display: flex;
            flex-direction: row;
            height: 100%;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            align-content: center;
        }

        .tech-block4-wrapper-block1 {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            flex-basis: 100%;
            flex-wrap: nowrap;
            order: 3;
            align-items: center;
        }

            .tech-block4-wrapper-block1 img {
                width: 41px;
                margin-bottom: 0;
                margin-top: 30px;
                margin-right: 50px;
            }

        .tech-block4-wrapper-block2 {
            background-image: url(../../static/images/general/tech-block4-iphone.png);
            width: 100%;
            /* height: 100%; */
            min-height: 490px;
            background-repeat: no-repeat;
            background-size: cover;
            order: 2;
            flex-basis: 30%;
            display: flex;
            position: relative;
            top: 100px;
            /* align-items: flex-end; */
            justify-content: flex-end;
            align-content: flex-end;
        }

        .tech-block4-wrapper-block3 {
            flex-basis: 60%;
            display: flex;
            flex-direction: column;
            padding-left: 0;
            order: 1;
        }

        .tech-block5-wrapper-blocks {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            border-bottom: 1px solid;
            align-items: flex-start;
            padding-bottom: 0;
            flex-wrap: wrap;
            padding-top: 30px;
            align-content: center;
        }

        .tech-block5-wrapper-blocks-number {
            color: #6880A2;
            font-size: 24px;
            flex-basis: 100%;
            line-height: 33px;
        }

        .tech-block5-wrapper-blocks-text {
            color: #012E67;
            font-size: 24px;
            line-height: 33px;
            flex-basis: 60%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            align-content: flex-start;
        }

        .tech-block5-wrapper-blocks-image {
            /* position: absolute; */
            flex-basis: 40%;
        }

            .tech-block5-wrapper-blocks-image img {
                position: relative;
                /* top: 0; */
                bottom: 30px;
            }

        .tech-sokrat-line1-blocks-text {
            font-size: 24px;
            line-height: 33px;
            padding: 0;
            margin-left: 0;
            margin-bottom: 27px;
            margin-top: 27px;
            max-width: 80%;
            text-align: left;
            overflow-wrap: break-word;
        }

        .tech-sokrat-line1-blocks-text2 {
            font-size: 16px;
            line-height: 24px;
        }

        .tech-sokrat-line2-block1 {
            flex-basis: 100%;
            background-image: url(../../static/images/general/tech-block2-img1.png);
            width: 100%;
            height: 100%;
            min-height: 280px;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .tech-sokrat-line3-block1 {
            /* flex-basis: 100%; */
            background-image: url(../../static/images/general/tech-block2-img2.png);
            width: 100%;
            height: 100%;
            min-height: 550px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 30%;
            flex-basis: 50%;
        }

        .tech-sokrat-line3-block2-text2 {
            font-size: 20px;
            line-height: 28px;
            max-width: 90%;
        }

        h2.s-title.tech-title {
            max-width: 550px;
            padding-left: 0;
        }

        h2.about-title.s-title.tech-title2 {
            max-width: 650px;
            padding: 0 30px;
        }

        .tech-block5-wrapper {
            padding: 0 30px;
        }

        .tech-block7-blocks-header {
            font-size: 34px;
            line-height: 45px;
            min-width: 500px;
            width: 100%;
            padding-bottom: 30px;
        }

        .tech-block7-wrapper {
            background-image: url(../../static/images/general/tech-block7-bg.png);
            width: 100%;
            /* height: 100%; */
            min-height: 500px;
            background-repeat: no-repeat;
            background-size: cover;
            /* flex-basis: 50%; */
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
            padding: 70px;
            color: white;
        }

        .tech-block7-blocks {
            flex-basis: 50%;
        }

        .tech-block7-safety-wrapper {
            display: flex;
            flex-direction: column;
        }

        .tech-block7-safety-wrapper-block2 {
            flex-basis: 70%;
            padding-top: 0;
            padding: 0 30px;
        }

        h1.intro-title {
            font-size: 96px;
            line-height: 91px;
            margin-left: 0;
        }

        .section-protrusion.tech-sokrat {
            margin: 0;
        }

        .intro-tech {
            background: var(--blue) url(../../static/images/general/tech-block1-bg-pc.png) 0 0 no-repeat;
            color: var(--white);
            padding: 58px 30px 60px;
            background-size: cover;
        }

        .flex-tech-header {
            display: flex;
            align-content: center;
            align-items: stretch;
            justify-content: space-between;
            flex-direction: row;
            flex-wrap: nowrap;
            border-bottom: 1px solid #6880A2;
            padding-bottom: 60px;
            padding: 0 30px 60px 30px;
        }

        .section-protrusion.tech-sokrat {
            margin: 0;
            padding: 30px 0;
        }

        .tech-block6-wrapper {
            display: flex;
            border: 1px solid;
            flex-direction: column;
            flex-wrap: wrap;
        }

        .tech-block7-subheader-text {
            font-size: 24px;
            line-height: 33px;
            border-bottom: 1px solid;
            padding-bottom: 40px;
            padding-left: 30px;
        }

        .tech-block7-safety-wrapper-block {
            flex-basis: 30%;
            font-size: 34px;
            line-height: 45px;
            font-weight: 600;
            padding: 50px 30px;
        }

        .tech-block7-wrapper {
            background-image: url(../../static/images/general/tech-block7-bg.png);
            width: 100%;
            /* height: 100%; */
            min-height: 500px;
            background-repeat: no-repeat;
            background-size: cover;
            /* flex-basis: 50%; */
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
            padding: 50px 30px;
            color: white;
        }
    }
    /*Раздел Технологии -end*/





    /*Раздел Гарантия для автомобилей -start*/

    .intro-pg {
        background: var(--blue) url(../../static/images/general/pg-block1-bg-pc.png) 0 0 no-repeat;
        color: var(--white);
        padding: 58px 66px 84px;
        background-size: cover;
    }

    .pg-advantages {
        padding: 0 70px;
    }

    .pg-title {
        max-width: 550px;
    }

    .pg-block2-wrapper {
        border: 1px solid;
        display: flex;
        flex-direction: column;
    }

    .pg-block2-line1 {
        background: none;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 200px;
    }

    .pg-block2-line2 {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }

    .pg-block2-lines-icon1 {
        border: 1px solid #6880A2;
        border-radius: 15px;
        background-image: url(../../static/images/general/pg-icons-1.svg);
        height: 41px;
        width: 61px;
        padding: 10px;
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center;
    }

    .pg-block2-lines-text {
        font-size: 24px;
        line-height: 33px;
    }

    .pg-block2-lines-icon2 {
        border: 1px solid #6880A2;
        border-radius: 15px;
        background-image: url(../../static/images/general/pg-icons-2.svg);
        height: 41px;
        width: 61px;
        padding: 10px;
        background-repeat: no-repeat;
        background-size: 45%;
        background-position: center;
    }

    .pg-block2-line2-left {
        background: url(../../static/images/general/pg-block2-bg.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        flex-basis: 50%;
        background-size: cover;
    }

    .pg-block2-line2-left-text {
        color: white;
        text-align: left;
        padding: 350px 40px 40px 40px;
    }

    .pg-block2-line2-right-block {
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 50%;
        border: 1px solid;
    }

    .pg-block2-line2-right {
        flex-basis: 50%;
        display: flex;
        flex-direction: column;
    }

    .pg-block2-lines-icon {
        text-align: center;
        border: 1px solid #6880A2;
        border-radius: 15px;
        height: 41px;
        width: 61px;
        padding: 10px;
        font-size: 18px;
    }

    .pg-block2-line3-block2 {
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 0;
        flex-basis: 50%;
        background: url(../../static/images/general/services-block1-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }

    .pg-block2-lines-icon4 {
        border: 1px solid #6880A2;
        border-radius: 15px;
        background-image: url(../../static/images/general/pg-icons-4.svg);
        height: 41px;
        width: 61px;
        padding: 10px;
        background-repeat: no-repeat;
        background-size: 45%;
        background-position: center;
    }

    .pg-block2-lines-icon3 {
        border: 1px solid #6880A2;
        border-radius: 15px;
        background-image: url(../../static/images/general/pg-icons-3.svg);
        height: 41px;
        width: 61px;
        padding: 10px;
        background-repeat: no-repeat;
        background-size: 45%;
        background-position: center;
    }

    .pg-block2-line3-block1 {
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 1px solid;
        flex-basis: 50%;
    }

    .pg-block2-line3 {
        display: flex;
        flex-direction: row;
        min-height: 240px;
        align-content: center;
        align-items: stretch;
    }


    .pg-categories-bg {
        background-image: url(../../static/images/general/pg-categories-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .pg-categories-title {
        color: white;
        max-width: 650px;
    }

    .pg-categories-numbers {
        color: #6880A2;
    }

    .flex-pg-header {
        display: flex;
        align-content: flex-start;
        align-items: baseline;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        border-bottom: 1px solid white;
    }

    .pg-block3-inner-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 40px;
    }

    .pg-block3-inner-wrapper-block {
        color: white;
        flex-basis: 33%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-height: 240px;
    }

    .pg-block3-inner-wrapper-block-icon {
        text-align: center;
        border: 1px solid #6880A2;
        border-radius: 15px;
        height: 41px;
        width: 61px;
        padding: 10px;
        font-size: 18px;
        color: white;
    }

    .pg-block3-inner-wrapper-block-text {
        color: white;
        font-size: 20px;
        line-height: 28px;
        margin: 20px 0 30px 0;
    }

    .pg-block3-inner-wrapper-block-text-small {
        font-size: 16px;
        line-height: 24px;
    }

    .pg-block3-inner-wrapper-block2 {
        color: white;
        flex-basis: 33%;
        border-left: 1px solid white;
        border-right: 1px solid white;
        padding: 0 0 0 35px;
    }

    .pg-block3-inner-wrapper-block3 {
        color: white;
        flex-basis: 33%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 240px;
        padding: 0 0 0 35px;
    }

    .pg-block4-line {
        display: flex;
        border-bottom: 1px solid;
        flex-direction: row-reverse;
        align-content: flex-end;
        align-items: stretch;
        justify-content: flex-end;
        padding-top: 60px;
    }

    .pg-block4-line-right-info2 {
        flex-basis: 70%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 80px;
    }

    .pg-block4-line-right-info-number {
        font-size: 34px;
        line-height: 45px;
        color: #6880A2;
    }

    .pg-block4-line-right-info-text {
        padding-right: 80px;
        padding-top: 20px;
    }

    .pg-block4-line-right-image2 {
        background-image: url(../../static/images/general/pg-block4-image2.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 300px;
        height: 300px;
        flex-basis: 30%;
    }

    .pg-block4-line-right-image3 {
        background-image: url(../../static/images/general/pg-block4-image3.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 300px;
        height: 300px;
        flex-basis: 30%;
    }

    .pg-block4-line-right {
        display: flex;
        border-bottom: 1px solid;
        padding-top: 60px;
    }

    .pg-block4-line-right-info-text2 {
        padding-top: 20px;
    }

    .pg-block4-line-right-image4 {
        background-image: url(../../static/images/general/pg-block4-image4.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 300px;
        height: 300px;
        flex-basis: 30%;
    }

    .pg.section.pg-partners-bg {
        background-image: url(../../static/images/general/pg-partners-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .pg-block5-icons-wrapper-icon img {
        max-width: 100px;
        max-height: 34px;
        padding: 17px, 16px, 16px, 16px;
    }

    .pg-block5-icons-wrapper-icon {
        height: 60px;
        border: 1px solid white;
        border-radius: 300px;
        display: flex;
        align-content: center;
        align-items: center;
        padding: 17px 16px 16px 16px;
        margin-bottom: 20px;
        margin-right: 12px;
    }

    .flex-pg-header .s-number {
        color: #6880A2;
    }

    .pg-categories-bg .s-number {
        color: #6880A2;
    }

    .pg-block5-icons-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 50px 0 0 0;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
    }

    td.table-headers {
        font-size: 28px;
        line-height: 38px;
        color: #012E67;
    }

    td.table-subheaders {
        font-size: 16px;
        line-height: 24px;
    }

    table.pg-block6-table {
        width: 100%;
    }

    td.table-cell {
        height: 70px;
        border-bottom: 1px solid;
    }

    table.pg-block6-table tr {
        height: 70px;
    }

    .table-cell-text {
        font-size: 20px;
        line-height: 28px;
        color: #012E67;
    }

    .table-cell-text-small {
        font-size: 16px;
        line-height: 24px;
        color: #6880A2;
    }

    .pg-block4-line-right-info {
        flex-basis: 70%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .pg-block4-line-right-image1 {
        background-image: url(../../static/images/general/pg-block4-image1.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 300px;
        height: 300px;
        flex-basis: 30%;
    }


    @media (max-width: 480px) {
        .intro-pg {
            padding: 0;
        }

        .pg-advantages {
            padding: 0;
        }

        .pg-block2-lines-text {
            font-size: 16px;
            line-height: 24px;
            margin-top: 20px;
        }

        .pg-block2-line2 {
            display: flex;
            flex-direction: column;
            align-items: stretch;
        }

        .pg-block2-line3 {
            display: flex;
            flex-direction: column;
            min-height: 240px;
            align-content: center;
            align-items: stretch;
        }

        .about-title {
            margin-bottom: 40px;
            margin-left: 30px;
        }

        .pg.section {
            padding: 50px 0;
        }

        h2.about-title.s-title.pg-categories-title {
            padding-right: 20px;
        }

        .pg-block3-inner-wrapper {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-items: stretch;
            justify-content: space-between;
            margin-top: 0;
        }

        .pg-block3-inner-wrapper-block {
            color: white;
            flex-basis: 33%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 240px;
            padding: 0 30px;
            margin-bottom: 30px;
        }

        .pg-block3-inner-wrapper-block-icon {
            text-align: center;
            border: 1px solid #6880A2;
            border-radius: 30px;
            height: 41px;
            width: 61px;
            padding: 10px;
            font-size: 24px;
            line-height: 24px;
            color: white;
        }

        .pg-block3-inner-wrapper-block2 {
            color: white;
            flex-basis: 33%;
            border-left: 0;
            border-right: 0;
            padding: 35px 0 35px 35px;
            margin-bottom: 20px;
            border-top: 1px solid white;
            border-bottom: 1px solid white;
        }

        .pg-block3-inner-wrapper-block3 {
            color: white;
            flex-basis: 33%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 240px;
            padding: 0 0 0 35px;
            margin-bottom: 40px;
        }

        .pg-block4-line-right {
            display: flex;
            border-bottom: 1px solid;
            flex-direction: column-reverse;
            padding: 30px 30px 30px 30px;
        }

        .pg-block4-line-right-info-text {
            padding-right: 0;
            padding-top: 20px;
        }

        .pg-block4-line-right-image1 {
            background-image: url(../../static/images/general/pg-block4-image1-mobile.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 100%;
            min-height: 180px;
            height: auto;
            flex-basis: auto;
        }

        .pg-block4-line-right-image2 {
            background-image: url(../../static/images/general/pg-block4-image2-mobile.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 100%;
            min-height: 180px;
            height: auto;
            flex-basis: auto;
        }

        .pg-block4-line-right-image3 {
            background-image: url(../../static/images/general/pg-block4-image3-mobile.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 100%;
            min-height: 180px;
            height: auto;
            flex-basis: auto;
        }

        .pg-block4-line-right-image4 {
            background-image: url(../../static/images/general/pg-block4-image4-mobile.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 100%;
            min-height: 180px;
            height: auto;
            flex-basis: auto;
        }

        .pg-block4-line-right-info2 {
            flex-basis: 100%;
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
            padding: 20px 0 0 0;
        }

        .pg-block4-line {
            display: flex;
            border-bottom: 1px solid;
            flex-direction: column-reverse;
            flex-wrap: wrap;
            padding: 50px 30px 30px 30px;
        }

        .pg.section {
            padding: 50px 0 0 0;
        }

        .pg-block3-inner-wrapper-block-text-small {
            font-size: 16px;
            line-height: 24px;
            padding-right: 20px;
        }

        .pg-block4-line-right-info {
            flex-basis: 70%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            margin-top: 20px;
        }

        h2.about-title.s-title.pg-categories-title {
            font-size: 36px;
            line-height: 44px;
        }

        .pg-block5-icons-wrapper-icon img {
            max-width: 100px;
            max-height: 30px;
            padding: 17px, 16px, 16px, 16px;
        }

        .pg-block5-icons-wrapper-icon {
            height: 40px;
            border: 1px solid white;
            border-radius: 300px;
            display: flex;
            align-content: center;
            align-items: center;
            padding: 17px 16px 16px 16px;
            margin-bottom: 10px;
            margin-right: 10px;
        }

        .pg-block5-icons-wrapper {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 50px 30px;
            align-items: center;
            justify-content: flex-start;
            align-content: center;
        }

        .pg.section.pg-productline {
            display: none;
        }

        .pg-content__top {
            height: 400px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            padding: 20px 26px;
            background: url(../../static/images/general/pg-block1-bg-mobile.png) 0 0 no-repeat;
            background-size: cover;
        }

        .pg-block2-line3 {
            display: flex;
            flex-direction: column-reverse;
            min-height: 240px;
            align-content: center;
            align-items: stretch;
        }

        .pg-block2-wrapper {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            padding-bottom: 60px;
        }
    }

    @media (min-width: 481px) and (max-width: 768px) {
        .intro-pg h1.intro-title {
            font-size: 96px;
            line-height: 91px;
            margin-left: 0;
        }

        .intro-pg {
            background: var(--blue) url(../../static/images/general/pg-block1-bg-pc.png) 0 0 no-repeat;
            color: var(--white);
            padding: 58px 30px 84px;
            background-size: cover;
        }

        .section-protrusion.pg-advantages {
            /* margin: 0; */
            margin-left: 0;
            margin-right: 0;
            padding: 0;
        }

        .pg.section {
            padding: 50px 0;
        }

        .flex-pg-header {
            padding: 0 30px;
        }

        .flex-pnd-header {
            padding: 0 30px;
        }

        .pg-block3-inner-wrapper-block {
            color: white;
            flex-basis: 33%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            min-height: 0;
            padding-bottom: 30px;
        }

        .pg-block3-inner-wrapper-block2 {
            color: white;
            flex-basis: 33%;
            border-left: 0;
            border-right: 0;
            padding: 30px 30px 30px 0;
            border-top: 1px solid white;
            border-bottom: 1px solid white;
        }

        .pg-block3-inner-wrapper-block3 {
            color: white;
            flex-basis: 33%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            min-height: 240px;
            padding: 30px 30px 30px 0;
        }

        .pg-block4-line-right {
            display: flex;
            border-bottom: 1px solid;
            padding-top: 0;
            padding-left: 30px;
        }

        .pg-block5-icons-wrapper {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 50px 30px;
            align-items: center;
            justify-content: flex-start;
            align-content: center;
        }

        .pg-block6-table-wrapper {
            padding: 30px;
        }
    }

    /*Раздел Гарантия для автомобилей -end*/

    /*Раздел Для бизнеса -start*/

    .intro-biz {
        background: var(--blue) url(../../static/images/general/biz-block1-bg.png) 0 0 no-repeat;
        color: var(--white);
        padding: 58px 66px 84px;
        background-size: cover;
    }

    .s-foot__right_biz {
        border-left: 1px solid;
        padding-left: 30px;
    }

    .flex-biz-header-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .flex-biz-header {
        display: flex;
        flex-direction: column;
    }

    .biz-subheader-text {
        margin-top: 30px;
    }

    .biz-subheader-text2 {
        margin-top: 0;
        margin-bottom: 70px;
    }

    .biz-block2-wrapper-blocks-header {
        font-size: 34px;
        line-height: 45px;
    }

    .biz-block2-wrapper-blocks {
        flex-basis: 40%;
    }

    .biz-block2-wrapper {
        background: var(--blue) url(../../static/images/general/biz-block2-bg.png) 0 0 no-repeat;
        padding: 60px 70px;
        background-size: cover;
        color: white;
        display: flex;
        flex-direction: row;
        margin-top: 60px;
        justify-content: flex-start;
    }

    .biz-dealers-block5-wrapper-block4-logos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .intro-txt.biz-txt--bottom {
        max-width: 950px;
        margin-bottom: 54px;
        font-size: 24px;
    }

    .biz-block2-wrapper-blocks2 {
        flex-basis: 60%;
        padding-left: 60px;
        border-top: 1px solid white;
        padding: 30px 0;
        margin-left: 30px;
        display: flex;
        align-items: center;
        align-content: center;
    }

    .biz-block2-wrapper-blocks-logos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 50px;
    }

    .biz-block2-wrapper-blocks-logo {
        border: 1px solid white;
        border-radius: 300px;
        height: 50px;
        max-width: 100px;
        margin-right: 9px;
        margin-bottom: 9px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 8px 16px;
    }

        .biz-block2-wrapper-blocks-logo img {
            max-height: 27px;
        }

    .flex-biz-header2 {
        display: flex;
        align-content: center;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        border-bottom: 0;
        padding-bottom: 60px;
    }

    .biz-leasing-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        border: 1px solid;
    }

    .biz-leasing-wrapper-block1 {
        /* flex-basis: 60%; */
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .biz-leasing-wrapper-block1-innerblock1 {
        flex-basis: 60%;
        border: 1px solid;
    }

    .biz-leasing-wrapper-block1-innerblock1-icon {
        background-color: white;
        width: 90px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid;
        margin-left: 70px;
        margin-top: -1px;
    }

        .biz-leasing-wrapper-block1-innerblock1-icon img {
            height: 30px;
        }

    .biz-leasing-wrapper-block1-innerblock1-text {
        margin: 50px 50px 60px 70px;
        max-width: 490px;
    }

    .biz-leasing-wrapper-block1-innerblock2 {
        flex-basis: 40%;
        border: 1px solid;
    }

    .biz-leasing-wrapper-block1-innerblock1-image {
        background: url(../../static/images/general/biz-block3-img1.png) 0 0 no-repeat;
        background-size: cover;
        background-position-x: -50px;
        width: 100%;
        height: 100%;
        position: relative;
        right: 0;
    }

    .biz-leasing-wrapper-block2-header {
        flex-basis: 20%;
        font-size: 34px;
        line-height: 45px;
        font-weight: 600;
        margin-right: 50px;
    }

    .biz-leasing-wrapper-block2-logos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex-basis: 80%;
    }

    .biz-leasing-wrapper-block2-logo {
        border: 1px solid;
        border-radius: 300px;
        height: 50px;
        background-color: white;
        /* max-width: 100px; */
        margin-right: 9px;
        margin-bottom: 9px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 8px 16px;
    }

        .biz-leasing-wrapper-block2-logo img {
            max-height: 27px;
        }

    .biz-leasing-wrapper-block3 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .biz-leasing-wrapper-block3-innerblock1-image2 {
        background: url(../../static/images/general/biz-block3-img2.png) 0 0 no-repeat;
        background-size: cover;
        background-position-x: -50px;
        width: 100%;
        height: 100%;
        position: relative;
        right: 0;
    }

    .biz-leasing-wrapper-block2 {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        padding: 60px 60px 60px 70px;
    }

    .pg.section.biz-banks {
        background: var(--blue) url(../../static/images/general/biz-block4-bg.png) 0 0 no-repeat;
        background-size: cover;
        color: white;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .s-number-biz {
        font-size: 24px;
        line-height: 33px;
        color: #6880A2;
    }

    .biz-banks-subheader-text {
        font-size: 20px;
        line-height: 28px;
        padding: 0 30px;
    }

    .flex-biz-header3 {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        border-bottom: 1px solid #6880A2;
        padding-bottom: 60px;
    }

    .biz-banks-block1 {
        flex-basis: 50%;
    }

    .biz-banks-block1-image {
        /* background: url(../../static/images/general/biz-block4-img1.png) 0 0 no-repeat; */
        background-size: cover;
        width: 430px;
        height: 185px;
        margin: 50px auto;
    }

    .biz-banks-block1-text {
        padding: 0 40px;
    }

    .biz-banks-block2 {
        flex-basis: 50%;
    }

    .biz-banks-block3 {
        flex-basis: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 60px;
        flex-wrap: nowrap;
    }

    .biz-banks-block3-header {
        font-size: 34px;
        line-height: 45px;
        padding-left: 40px;
        max-width: 200px;
        flex-basis: 30%;
        margin-right: 50px;
    }

    .biz-banks-block3-header {
        font-size: 34px;
        line-height: 45px;
        padding-left: 40px;
        max-width: 200px;
        flex-basis: 30%;
        margin-right: 50px;
    }

    .biz-banks-block3-logo {
        border: 1px solid white;
        border-radius: 300px;
        height: 50px;
        margin-right: 9px;
        margin-bottom: 9px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 8px 16px;
    }

        .biz-banks-block3-logo img {
            max-height: 27px;
        }

    .biz-banks-block3-logos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .biz-dealers-block5-wrapper-block2 p {
        margin-bottom: 20px;
    }

    .biz-leasing-wrapper-block1-innerblock1-text p {
        margin-bottom: 20px;
    }

    .biz-dealers-block5-wrapper-block4-logo img {
        max-height: 27px;
    }

    .biz-dealers-block5-wrapper-block4-logo {
        border: 1px solid;
        border-radius: 300px;
        height: 50px;
        background-color: white;
        margin-right: 9px;
        margin-bottom: 9px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 8px 16px;
    }

    .biz-dealers-block5-wrapper-block4 {
        flex-basis: 50%;
        border: 1px solid;
        padding: 50px;
        display: flex;
        flex-direction: column;
    }

    .biz-dealers-block5-wrapper-block4-header {
        font-size: 34px;
        line-height: 45px;
        font-weight: bold;
        margin-bottom: 50px;
    }

    .biz-dealers-block5-wrapper-block3 {
        flex-basis: 50%;
        font-size: 20px;
        line-height: 28px;
        padding: 50px;
        background-color: white;
        border: 1px solid;
    }

    .biz-dealers-block5-wrapper-block2 p {
        margin-bottom: 20px;
    }

    .biz-dealers-block5-wrapper-block2 {
        flex-basis: 50%;
        font-size: 20px;
        line-height: 28px;
        padding: 50px;
        border: 1px solid;
    }

    .biz-dealers-block5-wrapper-block1 {
        background: url(../../static/images/general/biz-block5-img1.png) 0 0 no-repeat;
        background-size: cover;
        flex-basis: 50%;
    }

    .biz-dealers-block5-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    h2.s-title.biz-title2 {
        border-bottom: 1px solid;
        padding-left: 50px;
    }

    .flex-biz-header4 {
        display: flex;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: nowrap;
        /* border-bottom: 1px solid var(--blue); */
        /* padding-bottom: 60px; */
    }

    .biz-corporate-partners-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        background: url(../../static/images/general/biz-block6-bg.png) 0 0 no-repeat;
        background-size: cover;
        margin-top: 60px;
        color: #E4E8F1;
        padding: 60px 70px;
        justify-content: space-between;
        align-items: flex-end;
    }

    .biz-corporate-partners-wrapper-header {
        font-size: 34px;
        line-height: 45px;
        max-width: 250px;
        flex-basis: 20%;
        padding-bottom: 50px;
    }

    .biz-corporate-partners-wrapper-logos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 50px;
        flex-basis: 60%;
    }

    .s-foot__right_corporate {
        padding-bottom: 50px;
    }

    .biz-corporate-partners-wrapper-text {
        flex-basis: 100%;
        border-top: 1px solid white;
        padding-top: 50px;
        font-size: 20px;
        line-height: 28px;
    }

    .flex-biz-header5 {
        display: flex;
        flex-direction: row;
        padding-bottom: 60px;
        align-items: flex-end;
        padding-left: 70px;
    }

    .biz-ensurance-subheader-text {
        padding: 0 30px 0 80px;
    }

    .biz-corporate-subheader-text {
        background-color: #E4E8F1;
        font-size: 20px;
        line-height: 28px;
        padding-left: 50px;
    }

    .biz-ensurance-wrapper {
        border: 1px solid;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .biz-ensurance-wrapper-block1 {
        flex-basis: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .biz-ensurance-wrapper-block1-innerblock1 {
        display: flex;
        flex-direction: column;
        border: 1px solid;
    }

    .biz-ensurance-wrapper-block1-innerblock1-logo {
        background-color: white;
        width: 90px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid;
        margin-left: 70px;
        margin-top: -1px;
    }

        .biz-ensurance-wrapper-block1-innerblock1-logo img {
            max-height: 27px;
        }

    .biz-ensurance-wrapper-block1-innerblock1-text {
        padding-left: 70px;
        font-size: 20px;
        line-height: 28px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .biz-ensurance-wrapper-block1-innerblock2 {
        padding-left: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    .biz-ensurance-wrapper-block1-innerblock2-header {
        font-size: 34px;
        line-height: 45px;
        max-width: 200px;
        font-weight: bold;
        margin-bottom: 50px;
    }

    .biz-ensurance-wrapper-block1-innerblock3 {
        border: 1px solid;
    }

    .biz-ensurance-wrapper-block2 {
        flex-basis: 50%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
    }

    .biz-ensurance-wrapper-block2-innerblock1 {
        padding: 50px 70px;
        background-color: white;
        border: 1px solid;
        font-size: 20px;
        /* display: block; */
        line-height: 28px;
    }

    .biz-ensurance-wrapper-block2-innerblock2 {
        border: 1px solid;
        height: 100%;
        background: url(../../static/images/general/biz-block7-img1.png) 0 0 no-repeat;
        min-height: 500px;
        background-size: cover;
    }

    .biz-ensurance-wrapper-block1-innerblock2-logo {
        border: 1px solid;
        border-radius: 300px;
        height: 50px;
        /* background-color: white; */
        margin-right: 9px;
        margin-bottom: 9px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 8px 16px;
    }

    .biz-ensurance-wrapper-block1-innerblock2-logos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .biz-leasing-wrapper-block1-innerblock1-image-mobile {
        display: none;
    }

    .flex-biz-header6 {
        display: flex;
        border-bottom: 1px solid;
        padding-bottom: 50px;
    }

    .biz-banks-block1 {
        flex-basis: 50%;
        margin-top: 30px;
    }

    .biz-banks-block2 {
        flex-basis: 50%;
        border-left: 1px solid;
        margin-top: 30px;
    }


    @media (max-width: 480px) {

        .biz-leasing-wrapper-block2 {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 30px;
        }

        .biz-content__top {
            height: 400px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            padding: 20px 26px;
            background: url(../../static/images/general/biz-block1-bg.png) 0 0 no-repeat;
            background-size: cover;
            background-position: 50%;
        }

        .s-foot__right_biz {
            border-left: 0;
            padding-left: 30px;
        }

        .flex-biz-header {
            display: flex;
            flex-direction: column;
            padding-left: 30px;
        }

        .biz-block2-wrapper-blocks-text p {
            margin-bottom: 20px;
        }

        .biz-block2-wrapper-blocks2 {
            flex-basis: 60%;
            padding-left: 60px;
            border-top: 0;
            padding: 30px;
            margin-left: 0;
            display: flex;
            align-items: center;
            background-color: var(--blue);
            align-content: center;
        }

        .biz-block2-wrapper-blocks {
            flex-basis: 40%;
            padding: 30px;
        }

        .biz-block2-wrapper {
            background: var(--blue) url(../../static/images/general/biz-block2-bg.png) 0 0 no-repeat;
            padding: 0;
            background-size: cover;
            color: white;
            display: flex;
            flex-direction: column;
            margin-top: 60px;
            justify-content: flex-start;
        }

        h2.s-title.biz-title {
            padding-left: 30px;
        }

        .flex-biz-header2 {
            display: flex;
            align-content: center;
            align-items: stretch;
            justify-content: space-between;
            flex-direction: row;
            flex-wrap: nowrap;
            border-bottom: 0;
            padding-bottom: 40px;
            padding-left: 30px;
        }

        .biz-subheader-text2 {
            margin-top: 0;
            margin-bottom: 40px;
            padding: 0 30px;
        }

        .biz-leasing-wrapper-block1-innerblock1-text {
            margin: 30px;
            max-width: 490px;
        }

        .biz-leasing-wrapper-block1-innerblock1-icon {
            background-color: white;
            width: 90px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid;
            margin-left: 30px;
        }

        .biz-leasing-wrapper-block1-innerblock1-image-mobile img {
            width: calc(100% - 30px);
        }

        .biz-leasing-wrapper-block1-innerblock1-image-mobile {
            height: 360px;
            display: flex;
            justify-content: flex-end;
        }

        .biz-leasing-wrapper-block2-header {
            flex-basis: 20%;
            font-size: 34px;
            line-height: 45px;
            font-weight: 600;
            margin-right: 50px;
            margin-bottom: 30px;
        }

        .biz-leasing-wrapper-block2 {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            padding: 30px;
        }

        .pg.section.biz-banks {
            background: var(--blue) url(../../static/images/general/biz-block4-bg.png) 0 0 no-repeat;
            background-size: cover;
            color: white;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            margin-top: 50px;
            padding: 50px 30px;
        }

        .flex-tech-header .s-foot__right {
            display: none;
            flex-direction: column;
            align-items: flex-end;
            justify-content: space-between;
        }

        .biz-banks-subheader-text {
            font-size: 16px;
            line-height: 24px;
            padding: 0 30px 0 0;
        }

        .intro-biz {
            background: var(--blue) url(../../static/images/general/biz-block1-bg.png) 0 0 no-repeat;
            color: var(--white);
            padding: 0;
            background-size: cover;
        }

        h2.s-title.biz-title {
            padding-left: 0;
        }

        .biz-leasing-wrapper-block1 {
            /* flex-basis: 60%; */
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
        }

        .biz-leasing-wrapper-block3 {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
        }

        .biz-leasing-wrapper-block1-innerblock2 {
            flex-basis: 40%;
            border: 1px solid;
            display: none;
        }

        .biz-banks-block1 {
            flex-basis: 100%;
            padding-top: 0;
            border-bottom: 1px solid;
        }

        .biz-banks-block1-image {
            /* background: url(../../static/images/general/biz-block4-img1.png) 0 0 no-repeat; */
            background-size: cover;
            width: 100%;
            /* height: 185px; */
            margin: 50px 0 0 0;
        }

        .biz-banks-block1-text {
            padding: 0 0 50px 0;
        }

        .biz-banks-block2 {
            flex-basis: 100%;
            padding-top: 30px;
            border-left: 0;
        }

        .biz-banks-block3 {
            flex-basis: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 0;
            flex-wrap: nowrap;
            padding-bottom: 0;
        }

        .biz-banks-block3-header {
            font-size: 24px;
            line-height: 33px;
            padding-left: 0;
            max-width: 200px;
            flex-basis: 30%;
            margin-right: 0;
            padding-bottom: 30px;
        }

        .biz-banks-block3-logos {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .biz-banks-block3-logo {
            border: 1px solid white;
            border-radius: 300px;
            height: 40px;
            margin-right: 9px;
            margin-bottom: 9px;
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            padding: 8px 16px;
        }

            .biz-banks-block3-logo img {
                max-height: 17px;
            }

        .flex-biz-header6 {
            border-bottom: 1px solid;
            padding-bottom: 50px;
        }

        .biz-dealers-block5-wrapper-block1 {
            background: url(../../static/images/general/biz-block5-img1.png) 0 0 no-repeat;
            background-size: cover;
            flex-basis: 100%;
            width: 100%;
            height: 500px;
            min-height: 500px;
            display: flex;
            order: 1;
        }

        .biz-dealers-block5-wrapper {
            display: flex;
            flex-direction: column;
        }

        .biz-dealers-block5-wrapper-block2 {
            flex-basis: 50%;
            font-size: 16px;
            line-height: 24px;
            padding: 50px;
            border: 1px solid;
            display: flex;
            order: 4;
            flex-direction: column;
        }

        .biz-dealers-block5-wrapper-block3 {
            flex-basis: 50%;
            font-size: 16px;
            line-height: 24px;
            padding: 50px;
            background-color: white;
            border: 1px solid;
            order: 2;
            display: flex;
        }

        .biz-dealers-block5-wrapper-block4 {
            flex-basis: 50%;
            border: 1px solid;
            padding: 50px;
            display: flex;
            flex-direction: column;
            order: 3;
        }

        .biz-corporate-subheader-text {
            background-color: #E4E8F1;
            font-size: 18px;
            line-height: 24px;
            padding-left: 30px;
            padding-top: 30px;
            padding-right: 30px;
        }

        h2.biz-title4 {
            padding-left: 30px;
        }

        .biz-corporate-partners-wrapper {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            background: url(../../static/images/general/biz-block6-bg.png) 0 0 no-repeat;
            background-size: cover;
            margin-top: 60px;
            color: #E4E8F1;
            padding: 0;
            justify-content: space-between;
            align-items: flex-start;
        }

        .biz-corporate-partners-wrapper-header {
            font-size: 34px;
            line-height: 45px;
            max-width: 250px;
            flex-basis: 20%;
            padding-bottom: 30px;
            padding-top: 30px;
            padding-left: 30px;
        }

        .biz-corporate-partners-wrapper-logos {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            padding-bottom: 0px;
            flex-basis: 60%;
            padding-left: 30px;
        }

        .biz-corporate-partners-wrapper-text {
            flex-basis: 100%;
            border-top: 0;
            padding-top: 50px;
            font-size: 16px;
            background-color: var(--blue);
            line-height: 24px;
            padding: 30px;
        }

        .flex-biz-header5 {
            display: flex;
            flex-direction: column;
            padding-bottom: 60px;
            align-items: flex-start;
            padding-left: 30px;
        }

        .flex-biz-header4 {
            display: flex;
            align-items: stretch;
            flex-direction: column;
            flex-wrap: nowrap;
            /* border-bottom: 1px solid var(--blue); */
            /* padding-bottom: 60px; */
        }

        .biz-ensurance-subheader-text {
            padding: 0;
        }

        .biz-ensurance-wrapper-block1-innerblock1-text {
            padding-left: 30px;
            font-size: 16px;
            line-height: 24px;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .biz-ensurance-wrapper-block1-innerblock1-logo {
            background-color: unset;
            width: 90px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid;
            margin-left: 30px;
        }

        .biz-ensurance-wrapper-block1-innerblock1-text {
            padding-left: 30px;
            font-size: 16px;
            line-height: 24px;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .biz-ensurance-wrapper-block1-innerblock2 {
            padding-left: 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
            padding-bottom: 30px;
        }

        .biz-ensurance-wrapper-block1-innerblock2-header {
            font-size: 24px;
            line-height: 36px;
            max-width: 200px;
            font-weight: bold;
            margin-bottom: 30px;
            padding-top: 30px;
        }

        .biz-ensurance-wrapper-block1-innerblock2-logos {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .biz-ensurance-wrapper-block1-innerblock2-logo {
            border: 1px solid;
            border-radius: 300px;
            height: 40px;
            /* background-color: white; */
            margin-right: 9px;
            margin-bottom: 9px;
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            padding: 8px 16px;
        }

            .biz-ensurance-wrapper-block1-innerblock2-logo img {
                max-height: 30px;
            }

        .biz-ensurance-wrapper-block2-innerblock1 {
            padding: 30px;
            background-color: var(--blue);
            border: 1px solid;
            font-size: 16px;
            /* display: block; */
            line-height: 24px;
            color: white;
            order: 2;
            display: flex;
        }

        .biz-ensurance-wrapper-block2-innerblock2 {
            border: 1px solid;
            height: 100%;
            background: url(../../static/images/general/biz-block7-img1.png) 0 0 no-repeat;
            min-height: 500px;
            background-size: cover;
            display: flex;
            order: 1;
        }

        .biz-ensurance-wrapper {
            border: 1px solid;
            display: flex;
            flex-direction: column-reverse;
            flex-wrap: nowrap;
            padding-bottom: 50px;
        }
    }


    @media (min-width: 481px) and (max-width: 768px) {
        .intro-biz {
            background: var(--blue) url(../../static/images/general/biz-block1-bg.png) 0 0 no-repeat;
            color: var(--white);
            padding: 30px;
            background-size: cover;
        }

        .flex-biz-header-wrapper {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding: 0 30px;
        }

        .biz-block2-wrapper-blocks-logo {
            border: 1px solid white;
            border-radius: 300px;
            height: 40px;
            max-width: 100px;
            margin-right: 9px;
            margin-bottom: 9px;
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            padding: 8px 16px;
        }

            .biz-block2-wrapper-blocks-logo img {
                max-height: 20px;
            }

        .biz-block2-wrapper-blocks {
            flex-basis: 50%;
        }

        .biz-block2-wrapper-blocks2 {
            flex-basis: 50%;
            padding-left: 60px;
            border-top: 1px solid white;
            padding: 30px 0;
            margin-left: 30px;
            display: flex;
            align-items: center;
            align-content: center;
        }

        .biz-block2-wrapper-blocks-text p {
            margin-bottom: 15px;
        }

        .flex-biz-header2 {
            display: flex;
            align-content: center;
            align-items: stretch;
            justify-content: space-between;
            flex-direction: row;
            flex-wrap: nowrap;
            border-bottom: 0;
            padding-bottom: 60px;
            padding-left: 30px;
            padding-right: 30px;
        }

        .biz-subheader-text2 {
            margin-top: 0;
            margin-bottom: 70px;
            padding: 0 30px;
        }

        .biz-leasing-wrapper-block1 {
            /* flex-basis: 60%; */
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
        }

        .biz-leasing-wrapper {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            border: 1px solid;
        }

        .biz-leasing-wrapper-block1-innerblock1 {
            flex-basis: 90%;
            border: 1px solid;
        }

        .biz-leasing-wrapper-block1-innerblock1-image-mobile {
            display: none;
        }

        .biz-leasing-wrapper-block1-innerblock1-icon {
            background-color: white;
            width: 90px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid;
            margin-left: 30px;
        }

        .biz-leasing-wrapper-block1-innerblock1-text {
            margin: 50px 30px;
            max-width: 350px;
        }

        .biz-leasing-wrapper-block1-innerblock2 {
            flex-basis: 10%;
            border: 1px solid;
        }

        .biz-leasing-wrapper-block1-innerblock1-image {
            background: var(--blue) url(../../static/images/general/biz-block3-img1.png) 0 0 no-repeat;
            background-size: cover;
            width: 350px;
            height: 360px;
            position: absolute;
            right: 0;
        }

        .biz-leasing-wrapper-block2 {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            padding: 30px;
        }

        .biz-leasing-wrapper-block3 {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
        }

        .biz-leasing-wrapper-block3-innerblock1-image2 {
            background: var(--blue) url(../../static/images/general/biz-block3-img2.png) 0 0 no-repeat;
            background-size: cover;
            width: 350px;
            height: 360px;
            position: absolute;
            right: 0;
        }

        .flex-biz-header6 {
            display: flex;
            border-bottom: 1px solid;
            padding-bottom: 50px;
            padding-left: 30px;
            padding-right: 30px;
        }

        .biz-banks-block1-image {
            /* background: url(../../static/images/general/biz-block4-img1.png) 0 0 no-repeat; */
            background-size: cover;
            width: 80%;
            height: 185px;
            margin: 0 auto;
        }

        .biz-banks-block1 {
            flex-basis: 50%;
            margin-top: 30px;
        }

        .biz-banks-block3-logo img {
            max-height: 17px;
        }

        .biz-dealers-block5-wrapper {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: stretch;
        }

        .biz-dealers-block5-wrapper-block1 {
            background: url(../../static/images/general/biz-block5-img1.png) 0 0 no-repeat;
            background-size: cover;
            flex-basis: 50%;
            /* height: 420px; */
        }

        .biz-dealers-block5-wrapper-block2 {
            flex-basis: 50%;
            font-size: 16px;
            line-height: 24px;
            padding: 30px;
            border: 1px solid;
            /* height: 420px; */
        }

        .biz-dealers-block5-wrapper-block3 {
            flex-basis: 50%;
            font-size: 20px;
            line-height: 28px;
            padding: 30px;
            background-color: white;
            border: 1px solid;
        }

        .biz-dealers-block5-wrapper-block4 {
            flex-basis: 50%;
            border: 0;
            padding: 30px;
            display: flex;
            flex-direction: column;
        }

        .flex-biz-header4 {
            display: flex;
            align-items: stretch;
            flex-direction: row;
            flex-wrap: nowrap;
            /* border-bottom: 1px solid var(--blue); */
            /* padding-bottom: 60px; */
            padding: 0 30px;
        }

        .biz-corporate-subheader-text {
            background-color: #E4E8F1;
            font-size: 16px;
            line-height: 24px;
            padding-left: 50px;
        }

        .biz-banks-block3-logo {
            border: 1px solid white;
            border-radius: 300px;
            height: 40px;
            margin-right: 9px;
            margin-bottom: 9px;
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            padding: 8px 16px;
        }

            .biz-banks-block3-logo img {
                max-height: 17px;
            }

        .biz-corporate-partners-wrapper-text {
            flex-basis: 100%;
            border-top: 1px solid white;
            padding-top: 50px;
            font-size: 16px;
            line-height: 24px;
        }

        .biz-ensurance-subheader-text {
            padding: 30px 30px 0 0;
        }

        .flex-biz-header5 {
            display: flex;
            flex-direction: column;
            padding-bottom: 60px;
            align-items: flex-start;
            padding-left: 30px;
        }

        .biz-ensurance-wrapper-block1-innerblock2-logo img {
            max-height: 20px;
        }

        .biz-ensurance-wrapper-block1-innerblock2 {
            padding-left: 30px;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            height: 100%;
        }

        .biz-ensurance-wrapper-block2 {
            flex-basis: 60%;
            display: flex;
            flex-direction: column-reverse;
            align-items: stretch;
            justify-content: space-between;
        }

        .biz-ensurance-wrapper-block1 {
            flex-basis: 40%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .biz-ensurance-wrapper {
            border: 1px solid;
            display: flex;
            flex-direction: row-reverse;
            flex-wrap: nowrap;
        }

        .biz-ensurance-wrapper-block1-innerblock1-text {
            padding-left: 30px;
            font-size: 20px;
            line-height: 28px;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .biz-ensurance-wrapper-block1-innerblock1-logo {
            background-color: white;
            width: 90px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid;
            margin-left: 30px;
        }

        .biz-ensurance-wrapper-block2-innerblock1 {
            padding: 30px;
            background-color: white;
            border: 1px solid;
            font-size: 20px;
            /* display: block; */
            line-height: 28px;
        }

        .biz-corporate-partners-wrapper {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            background: url(../../static/images/general/biz-block6-bg.png) 0 0 no-repeat;
            background-size: cover;
            margin-top: 60px;
            color: #E4E8F1;
            padding: 30px;
            justify-content: space-between;
            align-items: flex-end;
        }
    }
    /*Раздел Для бизнеса -end*/

    /*Раздел Услуги - Эвакуация -start*/

    .intro-services-evac-page {
        background: var(--blue) url(../../static/images/general/services-evac-block1-bg.png) 0 0 no-repeat;
        color: var(--white);
        padding: 58px 66px 84px;
        background-size: cover;
    }

    .services-evac-price-wrapper {
        display: flex;
        flex-direction: row;
    }

    .services-evac-price-wrapper-block1 {
        flex-basis: 45%;
        background: url(../../static/images/general/services-evac-block2-img1.png) 0 0 no-repeat;
        min-height: 500px;
        background-size: cover;
        border: 1px solid;
    }

    .flex-services-header-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 60px;
    }

    .services-evac-price-wrapper-block2 {
        flex-basis: 55%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .services-evac-price-wrapper-innerblock1 {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        border-bottom: 1px solid;
        padding-bottom: 60px;
        padding-left: 50px;
    }

    .services-evac-price-wrapper-innerblock1-header {
        font-size: 34px;
        line-height: 45px;
        font-weight: bold;
    }

    .services-evac-price-wrapper-innerblock1-text {
        font-size: 20px;
        line-height: 28px;
        margin: 30px 0;
    }

    .services-evac-price-wrapper-innerblock1-button {
        border: 1px solid;
        border-radius: 300px;
        padding: 10px 30px;
        font-size: 24px;
        line-height: 33px;
        /* width: 100%; */
        background-color: white;
        min-width: 300px;
        text-align: center;
    }

    .services-evac-price-wrapper-innerblock1-button2 {
        border: 1px solid;
        border-radius: 300px;
        padding: 10px 30px;
        font-size: 24px;
        line-height: 33px;
        color: white;
        text-align: center;
        min-width: 300px;
        /* width: 100%; */
        background-color: #CD2523;
    }

    .flex-services-header-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 60px;
    }

    .services-why-price-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* border: 1px solid; */
        justify-content: flex-start;
        align-items: stretch;
    }

    .services-why-price-wrapper-block1 {
        border: 1px solid;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 40px;
        min-height: 250px;
        align-items: flex-start;
        flex-basis: 24.9%;
    }

    .services-why-price-wrapper-block2 {
        border: 1px solid;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 40px;
        min-height: 250px;
        align-items: flex-start;
        flex-basis: 24.9%;
    }

    .services-why-price-wrapper-block3 {
        border: 1px solid;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 40px;
        min-height: 250px;
        align-items: flex-start;
        flex-basis: 24.9%;
    }

    .services-why-price-wrapper-block4 {
        border: 1px solid;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 40px;
        min-height: 250px;
        align-items: flex-start;
        flex-basis: 24.9%;
    }

    .services-why-price-wrapper-blocks-icon {
        border: 1px solid;
        border-radius: 300px;
        /* max-height: 26px; */
        height: 40px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 18px;
    }

    .services-why-price-wrapper-blocks-text {
        font-size: 20px;
        line-height: 28px;
    }

    .services-why-price-wrapper-blocks-icon img {
        max-height: 27px;
    }

    .services-why-price-wrapper-block5 {
        border: 1px solid;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 250px;
        align-items: flex-start;
        flex-basis: 60%;
        background-color: white;
    }

    .services-why-price-wrapper-block5-innerblock {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        border: 1px solid;
        flex-wrap: wrap;
        height: 100%;
        padding: 40px;
        align-content: space-between;
    }

    .services-why-price-wrapper-block6 {
        display: flex;
        min-height: 500px;
        flex-basis: 40%;
        background: var(--blue) url(../../static/images/general/tech-block2-img2.png) 0 0 no-repeat;
        background-size: cover;
    }

    .services-evac-price-wrapper-innerblock1-1 {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        border-bottom: 1px solid;
        padding-bottom: 60px;
        padding-top: 60px;
        padding-left: 50px;
    }

    .flex-services-header-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 60px;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .flex-services-header {
        flex-basis: 80%;
    }

    .s-foot__right_services {
        flex-basis: 20%;
        text-align: right;
    }

    .services-evac-pereprobeg-wrapper {
        flex-basis: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 60px;
    }

    .services-evac-pereprobeg-wrapper-blocks {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        min-height: 100px;
        border-bottom: 1px solid;
        padding-top: 20px;
    }

    .services-evac-pereprobeg-wrapper-blocks-text {
        font-size: 24px;
        line-height: 33px;
        width: 50%;
    }

    .services-evac-price-wrapper-innerblock2 {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        border-bottom: 1px solid;
        padding-bottom: 60px;
        padding-left: 50px;
        padding-top: 50px;
    }

    @media (min-width: 781px) and (max-width: 1440px) {
        .services-why-price-wrapper {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            /* border: 1px solid; */
            justify-content: flex-start;
            align-items: stretch;
        }

        .services-why-price-wrapper-block1 {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            min-height: 250px;
            align-items: flex-start;
            flex-basis: 30%;
        }

        .services-why-price-wrapper-block2 {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            min-height: 250px;
            align-items: flex-start;
            flex-basis: 30%;
        }

        .services-why-price-wrapper-block3 {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            min-height: 250px;
            align-items: flex-start;
            flex-basis: 30%;
        }

        .services-why-price-wrapper-block4 {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            min-height: 250px;
            align-items: flex-start;
            flex-basis: 30%;
        }

        .services-why-price-wrapper-block4 {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            min-height: 250px;
            align-items: flex-start;
            flex-basis: 30%;
        }

        .services-why-price-wrapper-block5-innerblock {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
            border: 1px solid;
            flex-wrap: wrap;
            height: 100%;
            padding: 40px;
            align-content: space-between;
            min-height: 240px;
        }

        .services-why-price-wrapper-block6 {
            display: flex;
            min-height: 500px;
            flex-basis: 60%;
            background: var(--blue) url(../../static/images/general/tech-block2-img2.png) 0 0 no-repeat;
            background-size: cover;
            order: 1;
        }
    }

    @media (max-width: 480px) {

        .services-evac-price-wrapper-innerblock2 {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: flex-start;
            border-bottom: 1px solid;
            padding-bottom: 60px;
            padding-left: 50px;
            padding-top: 0;
        }

        .servies.section.services-evac-why {
            padding: 50px 0;
        }

        .intro-services-evac-page {
            background: var(--blue) url(../../static/images/general/services-evac-block1-bg.png) 0 0 no-repeat;
            color: var(--white);
            padding: 0;
            background-size: cover;
        }

        .services-page-content__top {
            height: 400px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            padding: 20px 26px;
            background: url(../../static/images/general/services-evac-block1-bg.png) 0 0 no-repeat;
            background-size: cover;
        }

        .servies.section.services-evac-price {
            padding: 30px 0;
        }

        .flex-services-header-wrapper {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding-bottom: 60px;
            flex-wrap: wrap;
            align-items: flex-start;
            padding-left: 0;
        }

        .services-evac-price-wrapper-innerblock1-header {
            font-size: 34px;
            line-height: 45px;
            font-weight: bold;
            padding-top: 30px;
        }

        .services-evac-price-wrapper {
            display: flex;
            flex-direction: column;
        }

        .services-why-price-wrapper {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            /* border: 1px solid; */
            justify-content: flex-start;
            align-items: stretch;
        }

        .services-evac-price-wrapper-innerblock1 {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: flex-start;
            border-bottom: 1px solid;
            padding-bottom: 60px;
            padding-left: 30px;
        }

        .services-evac-price-title {
            margin-bottom: 0;
        }

        .services-why-price-wrapper-blocks-text {
            font-size: 20px;
            line-height: 28px;
            margin-top: 30px;
        }

        .servies.section.services-evac-pereprobeg {
            padding: 50px 0;
        }

        h2.s-title.services-evac-pereprobeg-title {
            padding-left: 30px;
        }

        h2.s-title.services-evac-price-title {
            padding-left: 30px;
        }

        .services-evac-pereprobeg-wrapper-blocks-text {
            font-size: 16px;
            line-height: 24px;
            flex-basis: 50%;
            padding-left: 30px;
        }

        .services-evac-page-content__top {
            height: 400px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            padding: 20px 26px;
            background: url(../../static/images/general/services-evac-block1-bg.png) 0 0 no-repeat;
            background-size: cover;
        }

        .services-why-price-wrapper-block5-innerblock {
            display: flex;
            flex-direction: row;
            align-items: stretch;
            justify-content: space-between;
            border: 1px solid;
            flex-wrap: wrap;
            height: 100%;
            padding: 40px;
            min-height: 240px;
            align-content: space-between;
        }

        .services-why-price-wrapper-block5 {
            border: 1px solid;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            min-height: 250px;
            align-items: stretch;
            flex-basis: 100%;
            background-color: white;
        }

        .services-why-price-wrapper-block1 {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            min-height: 250px;
            align-items: flex-start;
            flex-basis: 50%;
            width: 50%;
            order: 6;
        }

        .services-why-price-wrapper-block2 {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            min-height: 250px;
            align-items: flex-start;
            flex-basis: 100%;
            order: 7;
        }

        .services-why-price-wrapper-block3 {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            min-height: 250px;
            align-items: flex-start;
            flex-basis: 100%;
            width: 100%;
            order: 1;
        }

        .services-why-price-wrapper-block4 {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            min-height: 250px;
            align-items: flex-start;
            flex-basis: 50%;
            width: 50%;
            order: 5;
        }

        .services-why-price-wrapper-block5 {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            min-height: 250px;
            flex-basis: 100%;
            background-color: white;
            align-items: stretch;
            order: 2;
        }

        .services-why-price-wrapper-block6 {
            display: flex;
            min-height: 500px;
            flex-basis: 100%;
            background: var(--blue) url(../../static/images/general/tech-block2-img2.png) 0 0 no-repeat;
            background-size: cover;
            order: 4;
        }
    }

    @media (min-width: 481px) and (max-width: 768px) {
        .servies.section.services-evac-price {
            padding: 50px 0;
        }

        .servies.section.services-evac-why {
            padding: 50px 0;
        }

        .services-page.section.mobile-flex.services-ext {
            padding: 50px 0;
        }

        .services-evac-page-content__top {
            height: 400px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-start;
            padding: 0;
            background: none;
            background-size: cover;
            flex-direction: column;
            align-content: flex-start;
        }

        .intro-services-evac-page {
            background: var(--blue) url(../../static/images/general/services-evac-block1-bg.png) 0 0 no-repeat;
            color: var(--white);
            padding: 30px;
            background-size: cover;
        }

        .intro-title {
            margin-bottom: 0;
            max-width: 60%;
            margin-left: 0;
            margin-bottom: 25px;
        }

        .services-evac-price-wrapper-innerblock1 {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: flex-start;
            border-bottom: 1px solid;
            padding-bottom: 60px;
            padding-left: 30px;
            padding-top: 60px;
        }

        .services-evac-price {
            padding: 50px 0;
        }

        .flex-services-header-wrapper {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding-bottom: 60px;
            flex-wrap: wrap;
            align-items: flex-start;
            padding-left: 30px;
            padding-right: 30px;
        }

        .services-why-price-wrapper {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            /* border: 1px solid; */
            justify-content: flex-start;
            align-items: stretch;
        }

        .services-why-price-wrapper-block1 {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            min-height: 250px;
            align-items: flex-start;
            flex-basis: 100%;
            order: 1;
        }

        .services-why-price-wrapper-block2 {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            min-height: 250px;
            align-items: flex-start;
            flex-basis: 50%;
            order: 4;
        }

        .services-why-price-wrapper-block3 {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            min-height: 250px;
            align-items: flex-start;
            flex-basis: 50%;
            order: 5;
        }

        .services-why-price-wrapper-block4 {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            min-height: 250px;
            align-items: flex-start;
            flex-basis: 100%;
            order: 6;
        }

        .services-why-price-wrapper-block5 {
            border: 1px solid;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 250px;
            align-items: flex-start;
            flex-basis: 50%;
            background-color: white;
            order: 2;
        }

        .services-why-price-wrapper-block6 {
            display: flex;
            min-height: 500px;
            flex-basis: 50%;
            order: 3;
            background: var(--blue) url(../../static/images/general/tech-block2-img2.png) 0 0 no-repeat;
            background-size: cover;
        }

        .services-evac-pereprobeg-wrapper-blocks-text {
            font-size: 24px;
            line-height: 33px;
            flex-basis: 50%;
        }

        .services-page-block3-1 {
            border: 1px solid;
            padding: 70px;
            width: 90% !important;
            margin-left: 30px;
            display: flex;
            flex-direction: column;
            align-content: flex-start;
            align-items: flex-start;
            background-color: white;
        }

        .services-page-block3-1-header {
            font-size: 50px;
            line-height: 55px;
            display: flex;
            justify-content: flex-start;
            margin-bottom: 70px;
        }

        .services-page-block3-1-button {
            border: 1px solid;
            border-radius: 44px;
            padding: 17px 30px 20px 30px;
            font-size: 20px;
            line-height: 28px;
        }

        .services-page-block3-2 {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            /* height: 150px; */
            align-content: space-between;
            padding: 70px;
            justify-content: flex-start;
        }

        .services-page-block3-2-col {
            display: flex;
            align-content: space-between;
            flex-direction: column;
            justify-content: space-between;
            max-width: 220px;
            height: 152px;
            margin-right: 30px;
            margin-bottom: 30px;
        }

        .services-page-block3-3 {
            background-image: url(/static/images/general/services-block2-bg.png);
            width: 385px;
            height: 458px;
            position: absolute;
            top: 380px;
            right: 0;
        }
    }

    /*Раздел Услуги - Эвакуация -end*/

    /*Таблица Фин.рост*/
    #bar-chart {
        min-height: 350px;
    }

    label.fin-table-label {
        font-size: 14px;
    }

    a.footer-menu__button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: none;
        padding: 8px 25px;
        border-radius: 50px;
        background: var(--red);
        color: var(--white);
        -webkit-transition: .2s linear;
        -o-transition: .2s linear;
        transition: .2s linear;
        margin-top: 5px;
    }

    .fade {
        -webkit-transition: opacity 0.15s linear;
        -o-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
    }

    @media (prefers-reduced-motion: reduce) {
        .fade {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }
    }

    .fade:not(.show) {
        opacity: 0;
    }

    .collapse:not(.show) {
        display: none;
    }

    .collapsing {
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.35s ease;
        -o-transition: height 0.35s ease;
        transition: height 0.35s ease;
    }

    @media (prefers-reduced-motion: reduce) {
        .collapsing {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }
    }

    .collapsing.collapse-horizontal {
        width: 0;
        height: auto;
        -webkit-transition: width 0.35s ease;
        -o-transition: width 0.35s ease;
        transition: width 0.35s ease;
    }

    @media (prefers-reduced-motion: reduce) {
        .collapsing.collapse-horizontal {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }
    }

    .modal {
        --bs-modal-zindex: 1055;
        --bs-modal-width: 650px;
        --bs-modal-padding: 1rem;
        --bs-modal-margin: 0.5rem;
        --bs-modal-color:;
        --bs-modal-bg: #fff;
        --bs-modal-border-color: var(--bs-border-color-translucent);
        --bs-modal-border-width: 0;
        --bs-modal-border-radius: 0;
        --bs-modal-box-shadow: none;
        --bs-modal-inner-border-radius: 0;
        --bs-modal-header-padding-x: 1rem;
        --bs-modal-header-padding-y: 1rem;
        --bs-modal-header-padding: 1rem 1rem;
        --bs-modal-header-border-color: var(--bs-border-color);
        --bs-modal-header-border-width: 0;
        --bs-modal-title-line-height: 1.5;
        --bs-modal-footer-gap: 0.5rem;
        --bs-modal-footer-bg:;
        --bs-modal-footer-border-color: var(--bs-border-color);
        --bs-modal-footer-border-width: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: var(--bs-modal-zindex);
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: var(--bs-modal-margin);
        pointer-events: none;
    }

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }

    @media (prefers-reduced-motion: reduce) {
        .modal.fade .modal-dialog {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }
    }

    .modal.show .modal-dialog {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .modal.modal-static .modal-dialog {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }

    .modal-dialog-scrollable {
        height: calc(100% - var(--bs-modal-margin) * 2);
    }

        .modal-dialog-scrollable .modal-content {
            max-height: 100%;
            overflow: hidden;
        }

        .modal-dialog-scrollable .modal-body {
            overflow-y: auto;
        }

    .modal-dialog-centered {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - var(--bs-modal-margin) * 2);
    }

    .modal-content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        color: var(--bs-modal-color);
        pointer-events: auto;
        background-color: var(--bs-modal-bg);
        background-clip: padding-box;
        border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
        border-radius: var(--bs-modal-border-radius);
        outline: 0;
        align-items: flex-end;
    }

    .modal-backdrop {
        --bs-backdrop-zindex: 1050;
        --bs-backdrop-bg: #000;
        --bs-backdrop-opacity: 0.5;
        position: fixed;
        top: 0;
        left: 0;
        z-index: var(--bs-backdrop-zindex);
        width: 100vw;
        height: 100vh;
        background-color: var(--bs-backdrop-bg);
    }

        .modal-backdrop.fade {
            opacity: 0;
        }

        .modal-backdrop.show {
            opacity: var(--bs-backdrop-opacity);
        }

    .modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: var(--bs-modal-header-padding);
        border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
        border-top-left-radius: var(--bs-modal-inner-border-radius);
        border-top-right-radius: var(--bs-modal-inner-border-radius);
    }

        .modal-header .btn-close {
            padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
            margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
        }

    .modal-title {
        margin-bottom: 0;
        line-height: var(--bs-modal-title-line-height);
    }

    .modal-body {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: var(--bs-modal-padding);
    }

    .modal-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
        background-color: var(--bs-modal-footer-bg);
        border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
        border-bottom-right-radius: var(--bs-modal-inner-border-radius);
        border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    }

        .modal-footer > * {
            margin: calc(var(--bs-modal-footer-gap) * .5);
        }

    @media (min-width: 576px) {
        .modal {
            --bs-modal-margin: 1.75rem;
            --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        }

        .modal-dialog {
            max-width: var(--bs-modal-width);
            margin-right: auto;
            margin-left: auto;
        }

        .modal-sm {
            --bs-modal-width: 300px;
        }
    }

    @media (min-width: 992px) {
        .modal-lg,
        .modal-xl {
            --bs-modal-width: 800px;
        }
    }

    @media (min-width: 1200px) {
        .modal-xl {
            --bs-modal-width: 1140px;
        }
    }

    .modal-fullscreen {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen .modal-header,
        .modal-fullscreen .modal-footer {
            border-radius: 0;
        }

        .modal-fullscreen .modal-body {
            overflow-y: auto;
        }

    @media (max-width: 575.98px) {
        .modal-fullscreen-sm-down {
            width: 100vw;
            max-width: none;
            height: 100%;
            margin: 0;
        }

            .modal-fullscreen-sm-down .modal-content {
                height: 100%;
                border: 0;
                border-radius: 0;
            }

            .modal-fullscreen-sm-down .modal-header,
            .modal-fullscreen-sm-down .modal-footer {
                border-radius: 0;
            }

            .modal-fullscreen-sm-down .modal-body {
                overflow-y: auto;
            }
    }

    @media (max-width: 767.98px) {
        .modal-fullscreen-md-down {
            width: 100vw;
            max-width: none;
            height: 100%;
            margin: 0;
        }

            .modal-fullscreen-md-down .modal-content {
                height: 100%;
                border: 0;
                border-radius: 0;
            }

            .modal-fullscreen-md-down .modal-header,
            .modal-fullscreen-md-down .modal-footer {
                border-radius: 0;
            }

            .modal-fullscreen-md-down .modal-body {
                overflow-y: auto;
            }
    }

    @media (max-width: 991.98px) {
        .modal-fullscreen-lg-down {
            width: 100vw;
            max-width: none;
            height: 100%;
            margin: 0;
        }

            .modal-fullscreen-lg-down .modal-content {
                height: 100%;
                border: 0;
                border-radius: 0;
            }

            .modal-fullscreen-lg-down .modal-header,
            .modal-fullscreen-lg-down .modal-footer {
                border-radius: 0;
            }

            .modal-fullscreen-lg-down .modal-body {
                overflow-y: auto;
            }
    }

    @media (max-width: 1199.98px) {
        .modal-fullscreen-xl-down {
            width: 100vw;
            max-width: none;
            height: 100%;
            margin: 0;
        }

            .modal-fullscreen-xl-down .modal-content {
                height: 100%;
                border: 0;
                border-radius: 0;
            }

            .modal-fullscreen-xl-down .modal-header,
            .modal-fullscreen-xl-down .modal-footer {
                border-radius: 0;
            }

            .modal-fullscreen-xl-down .modal-body {
                overflow-y: auto;
            }
    }

    @media (max-width: 1399.98px) {
        .modal-fullscreen-xxl-down {
            width: 100vw;
            max-width: none;
            height: 100%;
            margin: 0;
        }

            .modal-fullscreen-xxl-down .modal-content {
                height: 100%;
                border: 0;
                border-radius: 0;
            }

            .modal-fullscreen-xxl-down .modal-header,
            .modal-fullscreen-xxl-down .modal-footer {
                border-radius: 0;
            }

            .modal-fullscreen-xxl-down .modal-body {
                overflow-y: auto;
            }
    }

    @font-face {
        font-family: 'Manrope';
        src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Manrope';
        src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Suisse Intl';
        src: url("../fonts/SuisseIntl-Regular.woff2") format("woff2"), url("../fonts/SuisseIntl-Regular.woff") format("woff");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    :root {
        --blue: #012E67;
        --red: #CD2523;
        --white: #FFFFFF;
        --bg-page: #E4E8F1;
    }

    html {
        font-size: 24px;
        height: 100%;
    }

    body {
        height: 100%;
        scroll-behavior: smooth;
        text-rendering: optimizeSpeed;
        line-height: 1.375;
        font-family: 'Manrope', sans-serif;
        color: var(--blue);
        background: var(--bg-page);
    }

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

    ul[class],
    ol[class] {
        list-style: none;
        padding: 0;
    }

    body,
    h1,
    h2,
    h3,
    h4,
    p,
    ul[class],
    ol[class],
    li,
    figure,
    figcaption,
    blockquote,
    dl,
    dd {
        margin: 0;
    }

    a:not([class]) {
        -webkit-text-decoration-skip: ink;
        text-decoration-skip-ink: auto;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    img {
        max-width: 100%;
        height: auto;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
    }

    input,
    button,
    textarea,
    select {
        font: inherit;
    }

    audio,
    canvas,
    iframe,
    img,
    svg,
    video,
    textarea {
        vertical-align: middle;
    }

    textarea {
        resize: none;
    }

    section {
        position: relative;
    }

    input,
    select,
    button {
        outline: none;
    }

    h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
        font-weight: normal;
    }

    h1, .h1 {
        font-size: 144px;
        line-height: 137px;
    }

    h2, .h2 {
        font-size: 50px;
        line-height: 55px;
    }

    .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    .content {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }

    .content-inner__left {
        width: 268px;
        position: relative;
    }

        .content-inner__left::before {
            content: "";
            width: 100vw;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            background: var(--blue);
        }

    .content-inner__right {
        width: calc(100% - 268px);
    }

    .container {
        margin: 0 auto;
        max-width: 1024px;
        width: 100%;
    }

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

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

    .s-number {
        font-size: 24px;
        line-height: 33px;
    }

    .section {
        padding: 70px;
        position: relative;
        z-index: 3;
    }

    .section-protrusion {
        margin-left: -70px;
        margin-right: -70px;
    }

    .centered {
        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;
    }

    .sm-txt {
        font-size: 16px;
        line-height: 22px;
    }

    .img {
        position: relative;
    }

        .img::before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(1, 46, 103, 0.3);
        }

    .o-hidden {
        overflow: hidden;
    }

    .modal-content {
        border-radius: 5px;
        padding: 30px;
        position: relative;
        background: var(--bg-page);
    }

    .modal-close {
        width: 32px;
        height: 32px;
        padding: 0;
        background: none;
        border: none;
        position: absolute;
        top: 12px;
        right: 12px;
        cursor: pointer;
        fill: var(--blue);
    }

        .modal-close svg {
            width: 100%;
            height: 100%;
        }

    button.close {
        background: none;
        border: none;
    }

    .modal-title {
        font-weight: bold;
        text-align: center;
        margin-bottom: 32px;
        font-size: 24px;
    }

    .form-item {
        margin-bottom: 10px;
    }

        .form-item:last-child {
            margin-bottom: 0;
            text-align: center;
        }

    .form-item-text {
        font-size: 12px;
        margin-left: 20px;
    }

    .form-field {
        border: 1px solid var(--blue);
        background: rgba(255, 255, 255, 0.6);
        padding: 6px 16px;
        display: block;
        width: 100%;
        font-size: 16px;
        border-radius: 5px;
    }

    .form-input {
        height: 48px;
    }

    .form-textarea {
        height: 96px;
        padding: 8px 16px;
    }

    .form-btn {
        padding: 12px 80px !important;
        cursor: pointer;
    }

        .form-btn:hover {
            background: #ed2c2a !important;
            color: var(--white) !important;
        }

    @media (max-width: 1439px) {
        html {
            font-size: 20px;
        }

        h1, .h1 {
            font-size: 100px;
            line-height: normal;
        }

        h2, .h2 {
            font-size: 36px;
            line-height: normal;
        }
    }

    @media (max-width: 1199px) {
        h1, .h1 {
            font-size: 82px;
            line-height: normal;
        }
    }

    @media (max-width: 1023px) {
        .section {
            padding: 50px 26px;
        }

        .section-protrusion {
            margin-left: -26px;
            margin-right: -26px;
        }

        .content-inner__left {
            position: fixed;
            z-index: 99;
            top: 0;
            bottom: 0;
            left: 0;
            display: none;
        }

            .content-inner__left::before {
                content: "";
                width: 100vw;
                height: calc(100vh - 62px);
                position: absolute;
                top: 62px;
                left: 0;
                background: rgba(0, 0, 0, 0.5);
            }

            .content-inner__left.visible {
                display: block;
            }

        .content-inner__right {
            width: 100%;
        }
    }

    @media (max-width: 767px) {
        html {
            font-size: 16px;
        }

        body {
            line-height: 1.5;
        }

        h1, .h1 {
            font-size: 42px;
            line-height: 40px;
        }

        h2, .h2 {
            font-size: 24px;
            line-height: 36px;
        }

        .s-foot__right {
            display: none;
        }

        .s-foot__left {
            width: 100%;
        }

        .s-title {
            margin-bottom: 40px;
        }

        .s-number {
            display: none;
        }

        .section-protrusion {
            margin-left: 0;
            margin-right: 0;
        }

        .modal-content {
            padding: 40px 20px;
        }

        .modal-title {
            font-size: 20px;
        }
    }

    .btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: none;
        padding: 12px 30px;
        border-radius: 50px;
        background: var(--red);
        color: var(--white);
        -webkit-transition: .2s linear;
        -o-transition: .2s linear;
        transition: .2s linear;
    }

        .btn:hover {
            background: var(--white);
            color: var(--red);
        }

    .btn-outline {
        border: 1px solid var(--blue);
        color: var(--blue);
        background: transparent;
        padding: 10px 50px;
    }

        .btn-outline:hover {
            background: var(--blue);
            color: var(--white);
        }

    .btn-arrow {
        width: 62px;
        height: 40px;
        border: 1px solid var(--white);
        border-radius: 86px;
    }

        .btn-arrow svg {
            width: 35px;
            height: 12px;
            stroke: var(--white);
            stroke-width: 1px;
        }

        .btn-arrow:hover {
            background: var(--white);
        }

            .btn-arrow:hover svg {
                stroke: var(--blue);
            }

    .btn-pnd {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid white;
        padding: 12px 30px;
        border-radius: 50px;
        background: none;
        color: var(--white);
        -webkit-transition: .2s linear;
        -o-transition: .2s linear;
        transition: .2s linear;
    }

    .btn-white-outline {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid white;
        padding: 12px 30px;
        border-radius: 50px;
        background: transparent;
        color: var(--white);
        -webkit-transition: .2s linear;
        -o-transition: .2s linear;
        transition: .2s linear;
    }

    button.form-close-btn {
        border: none;
    }

    .btn-white-outline:hover {
        background: var(--white);
        color: var(--blue);
    }

    @media (max-width: 767px) {
        .btn-outline {
            padding: 14px;
        }
    }

    .footer {
        background: var(--blue);
        color: var(--white);
    }

    .footer-content {
        position: relative;
        max-width: 1040px;
    }

    .footer-title {
        margin-bottom: 28px;
    }

    .footer-txt {
        margin-bottom: 56px;
    }

    .footer-menuGroup__item {
        max-width: calc(100% / 3);
        width: 100%;
    }

    .footer-sm-title {
        margin-bottom: 12px;
    }

    .footer-menu__item {
        margin-bottom: 12px;
        opacity: 0.5;
    }

    .footer-menu__item--white {
        opacity: 1;
        margin-bottom: 16px;
    }

    .footer-menu__item:last-child {
        margin-bottom: 0;
    }

    .footer-copyright a {
        display: block;
        margin-top: 12px;
    }

    .footer-mail {
        display: block;
        margin-top: 20px;
    }

    .footer-bottom {
        margin-top: 140px;
    }

    .footer-bottom__right {
        margin-left: auto;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .footer-bottom__middle {
        margin-left: 370px;
    }

    .footer-bottom__middle-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .footer-bottom__middle-col {
        margin-right: 24px;
    }

        .footer-bottom__middle-col:last-child {
            margin-right: 0;
        }

    .footer-bottom__left {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .footer-social__item:not(:last-child) {
        margin-right: 12px;
    }

    .footer-scroll {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
        top: 36px;
        right: -10px;
    }

    @media (max-width: 1439px) {
        .footer-bottom__middle {
            margin-left: auto;
        }
    }

    @media (max-width: 767px) {
        .footer {
            padding-top: 60px;
            padding-bottom: 40px;
        }

        .footer-title {
            margin-bottom: 20px;
        }

        .footer-txt {
            margin-bottom: 40px;
            max-width: 248px;
            line-height: 19px;
        }

        .footer-txt__item {
            margin-bottom: 16px;
        }

            .footer-txt__item:last-child {
                margin-bottom: 0;
            }

        .footer-scroll {
            display: none;
        }

        .footer-menuGroup__item {
            max-width: 100%;
            margin-bottom: 40px;
        }

            .footer-menuGroup__item:last-child {
                margin-bottom: 0;
            }

        .footer-menu__item {
            margin-bottom: 14px;
        }

        .footer-menu__item--white {
            margin-bottom: 16px;
        }

        .footer-bottom {
            margin-top: 46px;
        }

        .footer-bottom__left {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            width: 100%;
        }

        .footer-bottom__right {
            display: none;
        }

        .footer-bottom__middle {
            width: 100%;
            margin-bottom: 40px;
        }

        .footer-copyright a {
            margin-top: 0;
        }
    }



    .panel {
        background: var(--blue);
        color: var(--white);
        height: 100vh;
        overflow: auto;
        position: sticky;
        top: 0;
        font-size: 14px;
        line-height: 19px;
        padding: 36px 46px 0 72px;
    }

        .panel::-webkit-scrollbar {
            display: none;
        }

    .panel-content {
        position: relative;
        z-index: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    .panel-content__logo {
        margin-bottom: 10px;
    }

    .panel-content__phone {
        margin-bottom: 40px;
    }

    .panel-content__menu-1 {
        margin-bottom: 40px;
    }

    .panel-content__menu-2 {
        margin-bottom: 40px;
    }

    .panel-content__menu-3 {
        margin-top: auto;
        position: sticky;
        bottom: 0;
        padding-bottom: 36px;
        background: var(--blue);
    }

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

    .logo__img {
        margin-bottom: 6px;
    }

        .logo__img img {
            max-width: 112px;
            width: 100%;
        }

    .logo__txt {
        font-size: 12px;
        line-height: 14px;
    }

    .menu__item {
        margin-bottom: 10px;
    }

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

    .menu__link {
        white-space: nowrap;
    }

        .menu__link:hover, .menu__link.active {
            font-weight: bold;
        }

    @media (max-width: 1439px) {
        .panel-content__phone {
            margin-bottom: 40px;
        }
    }

    @media (max-width: 1023px) {
        .panel {
            padding: 11px 40px 40px;
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            -webkit-transition: .2s linear;
            -o-transition: .2s linear;
            transition: .2s linear;
            height: 100%;
        }

            .panel.visible {
                -webkit-transform: translateX(0%);
                -ms-transform: translateX(0%);
                transform: translateX(0%);
            }

        .panel-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 100%;
        }

        .panel-content__phone {
            margin-bottom: 40px;
        }

        .panel-content__menu-2 {
            margin-top: auto;
        }

        .panel-content__menu-1 {
            margin-bottom: 40px;
        }
    }

    .header {
        background: var(--blue);
        padding: 11px 0;
        position: relative;
    }

    .header__container {
        padding-left: 26px;
        padding-right: 26px;
    }

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

    .header__menu {
        margin-right: -14px;
    }

    .open-menu {
        width: 62px;
        height: 40px;
        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;
    }

        .open-menu span {
            width: 34px;
            height: 1px;
            position: relative;
        }

            .open-menu span::before, .open-menu span::after {
                content: "";
                width: 34px;
                height: 1px;
                background: var(--white);
                display: block;
                position: absolute;
                -webkit-transition: .2s linear;
                -o-transition: .2s linear;
                transition: .2s linear;
            }

            .open-menu span::before {
                top: -4px;
            }

            .open-menu span::after {
                bottom: -4px;
            }

        .open-menu.active span::before {
            top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .open-menu.active span::after {
            top: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    @media (min-width: 1024px) {
        .header {
            display: none;
        }
    }

    .intro {
        background: var(--blue) url(../../static/images/general/intro_bg_1.webp) 0 0 no-repeat;
        color: var(--white);
        padding: 58px 66px 84px;
        background-size: cover;
    }

    .intro-content {
        position: relative;
        max-width: 1040px;
    }

    .intro-scroll {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        top: 6px;
        right: -6px;
    }

    .intro-txt--top {
        max-width: 342px;
        margin-bottom: 50px;
    }

    .intro-txt--bottom {
        max-width: 388px;
        margin-bottom: 54px;
    }

    .intro-title {
        font-family: 'Suisse Intl';
        text-transform: uppercase;
        margin-bottom: 36px;
    }

    .intro-subtitle {
        font-family: 'Suisse Intl';
        font-size: 40px;
        line-height: 37px;
        text-transform: uppercase;
        margin-bottom: 54px;
    }

    .intro-pnd {
        background: var(--blue) url(../../static/images/general/pnd-block1-bg.png) 0 0 no-repeat;
        color: var(--white);
        padding: 58px 66px 84px;
        background-size: cover;
    }

    .pnd-item__btn svg {
        width: 15px;
        height: 20px;
        stroke: var(--blue);
        stroke-width: 2px;
        -webkit-transition: stroke .2s linear;
        -o-transition: stroke .2s linear;
        transition: stroke .2s linear;
    }

    .pnd-item__btn {
        width: 40px;
        height: 60px;
        border: 1px solid var(--blue);
        border-radius: 86px;
        margin-bottom: 25px;
        position: relative;
        z-index: 3;
        -webkit-transition: border-color .2s linear;
        -o-transition: border-color .2s linear;
        transition: border-color .2s linear;
    }

    .pnd-txt--bottom {
        max-width: 800px;
        margin-bottom: 54px;
    }

    svg.close-btn-color {
        filter: invert(13%) sepia(31%) saturate(4585%) hue-rotate(199deg) brightness(100%) contrast(104%);
    }

    .modal-text {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 30px;
        text-align: center;
    }

    .modal-title {
        font-weight: bold;
        text-align: center;
        margin-bottom: 32px;
        font-size: 34px;
    }

    .modal-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    form#TechForm {
        max-width: 500px;
        width: 350px;
    }

    form#PartnerForm {
        max-width: 500px;
        width: 350px;
    }

    @media (max-width: 1439px) {
        .intro-subtitle {
            font-size: 28px;
            line-height: normal;
        }
    }

    @media (max-width: 1199px) {
        .intro-subtitle {
            font-size: 24px;
            line-height: 28px;
        }
    }

    @media (max-width: 1023px) {
        .intro {
            padding: 50px 26px;
        }
    }

    @media (max-width: 767px) {
        .intro {
            background: var(--blue);
            padding: 0;
        }

        .intro-txt {
            line-height: 24px;
        }

        .intro-txt--top {
            display: none;
        }

        .intro-txt--bottom {
            margin-bottom: 64px;
        }

        .intro-scroll {
            display: none;
        }

        .intro-content__top {
            height: 400px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            padding: 20px 26px;
            background: url(../../static/images/general/intro-bg-m.webp) 0 0 no-repeat;
            background-size: cover;
        }

        .intro-content__bottom {
            padding: 20px 26px 60px;
        }

        .intro-subtitle {
            margin-bottom: 6px;
        }

        .intro-btn {
            padding: 19.5px;
            line-height: 1;
            width: 100%;
            margin-bottom: 10px;
        }

        .intro-title {
            margin-bottom: 0;
        }
    }

    .about-title {
        max-width: 948px;
        margin-bottom: 54px;
    }

    .about-info {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 56px;
    }

        .about-info::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 294px;
            border-width: 1px 1px 0px 0px;
            border-style: solid;
            border-color: var(--blue);
            border-radius: 0px 25px 0px 0px;
            pointer-events: none;
        }

    .about-info__left {
        max-width: 384px;
        width: 100%;
        padding-top: 10px;
    }

    .about-info__right {
        max-width: 526px;
        width: 100%;
    }

    .about-chart {
        width: 320px;
        position: relative;
    }

    .about-chart__txt {
        max-width: 130px;
        position: absolute;
        top: 96px;
        left: 100px;
    }

    .about-chart__callout {
        position: absolute;
        right: -62px;
        bottom: -64px;
    }

        .about-chart__callout::before {
            content: url(../../static/images/general/about-vector.svg);
            position: absolute;
            bottom: -18px;
            left: -112px;
        }

    .about-stats__item {
        max-width: 436px;
        margin-bottom: 16px;
    }

        .about-stats__item span {
            font-weight: bold;
        }

        .about-stats__item:last-child {
            margin-bottom: 0;
        }

    .about-foot {
        margin-top: 104px;
    }

    .about-btn {
        padding: 10px 50px;
    }

    @media (max-width: 1439px) {
        .about-info__left {
            padding-top: 0;
        }

        .about-info__right {
            max-width: 50%;
        }

        .about-stats__item {
            max-width: 100%;
        }

        .about-chart__txt {
            top: 120px;
        }

        .about-foot {
            margin-top: 160px;
        }
    }

    @media (max-width: 1199px) {
        .about-info__right {
            max-width: 100%;
            margin-top: 120px;
        }

        .about-info__left {
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media (max-width: 767px) {
        .about {
            padding-top: 60px;
        }

        .about-title {
            margin-bottom: 40px;
        }

        .about-info {
            padding-top: 0;
        }

            .about-info::before {
                display: none;
            }

        .about-info__right {
            margin-top: 50px;
        }

        .about-chart {
            max-width: 270px;
            margin-left: auto;
            margin-right: auto;
        }

        .about-chart__txt {
            top: 72px;
            left: 84px;
        }

        .about-chart__callout {
            right: 160px;
            bottom: 74px;
        }

            .about-chart__callout::before {
                content: url(../../static/images/general/about-vector-m.svg);
                left: 0;
                bottom: -64px;
            }

        .about-stats {
            position: relative;
            padding-top: 25px;
        }

            .about-stats::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-width: 1px 1px 0px 0px;
                border-style: solid;
                border-color: var(--blue);
                border-radius: 0px 25px 0px 0px;
                pointer-events: none;
            }

        .about-stats__item {
            margin-bottom: 20px;
        }

        .about-foot {
            margin-top: 40px;
        }

        .about-btn {
            width: 100%;
            padding: 14px;
        }
    }

    .advantages-title {
        margin-bottom: 86px;
    }

    .advantages-list {
        max-width: 746px;
        width: 100%;
        margin-left: auto;
    }

    .advantages-list__item {
        border-top: 1px solid var(--blue);
        padding-top: 6px;
        margin-bottom: 58px;
    }

        .advantages-list__item:last-child {
            margin-bottom: 0;
        }

    .advantages-item__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .advantages-item__txt {
        max-width: 440px;
    }

    .advantages-item__txt--1 {
        max-width: 370px;
    }

    .advantages-item__txt--2 {
        max-width: 350px;
    }

    .advantages-item__txt--3 {
        max-width: 330px;
    }

    .advantages-item__txt--4 {
        max-width: 320px;
    }

    .advantages-item__txt--5 {
        max-width: 310px;
    }

    .advantages-item__txt--6 {
        max-width: 440px;
    }

    .advantages-foot {
        text-align: right;
        margin-top: 86px;
    }

    @media (max-width: 767px) {
        .advantages-title {
            margin-bottom: 40px;
        }

        .advantages-list__item {
            margin-bottom: 36px;
        }

        .advantages-item__txt {
            max-width: 260px;
        }

        .advantages-foot {
            display: none;
        }
    }

    .territory {
        background: var(--blue) url(../../static/images/general/territory_bg.webp) right 0px top 172px no-repeat;
        color: var(--white);
        background-size: contain;
    }

    .territory-title {
        margin-bottom: 62px;
    }

    .territory-txt {
        max-width: 514px;
        margin-bottom: 208px;
    }

        .territory-txt p {
            margin-bottom: 40px;
        }

            .territory-txt p:last-child {
                margin-bottom: 0;
            }

    .territory-btn {
        padding: 11px 50px;
    }

    @media (max-width: 767px) {
        .territory {
            padding-top: 60px;
            padding-bottom: 60px;
            background-position-y: 262px;
        }

        .territory-title {
            margin-bottom: 20px;
        }

        .territory-txt {
            margin-bottom: 40px;
            max-width: 268px;
        }

            .territory-txt p {
                margin-bottom: 190px;
            }

        .territory-btn {
            padding: 15px;
            width: 100%;
        }
    }

    .services-title {
        margin-bottom: 26px;
    }

    .services-txt {
        margin-bottom: 76px;
    }

    .services-foot {
        text-align: right;
    }

    .services-list {
        border-top: 1px solid var(--blue);
        margin-bottom: 86px;
    }

    .services-list__item {
        width: 25%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
    }

    .services-item {
        position: relative;
        display: block;
        height: 100%;
    }

        .services-item:hover {
            color: var(--white);
        }

            .services-item:hover .services-item__img {
                opacity: 1;
            }

            .services-item:hover .services-item__btn {
                border-color: var(--white);
            }

                .services-item:hover .services-item__btn svg {
                    stroke: var(--white);
                }

    .services-item__img {
        -webkit-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        transition: opacity .2s linear;
        opacity: 0;
        position: relative;
        height: 100%;
    }

        .services-item__img::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(1, 46, 103, 0.3);
        }

        .services-item__img picture {
            display: block;
            width: 100%;
            height: 100%;
        }

        .services-item__img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .services-item__info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 68px;
    }

    .services-item__btn {
        width: 62px;
        height: 40px;
        border: 1px solid var(--blue);
        border-radius: 86px;
        margin-bottom: 25px;
        position: relative;
        z-index: 3;
        -webkit-transition: border-color .2s linear;
        -o-transition: border-color .2s linear;
        transition: border-color .2s linear;
    }

        .services-item__btn svg {
            width: 35px;
            height: 12px;
            stroke: var(--blue);
            stroke-width: 1px;
            -webkit-transition: stroke .2s linear;
            -o-transition: stroke .2s linear;
            transition: stroke .2s linear;
        }

    .services-item__txt {
        position: relative;
        z-index: 3;
    }
    /* Страница Помощь на дороге */
    .pnd-item {
        position: relative;
        display: block;
    }

        .pnd-item:hover {
            color: var(--white);
        }

            .pnd-item:hover .pnd-item__img {
                opacity: 1;
            }

            .pnd-item:hover .pnd-item__btn {
                border-color: var(--white);
            }

                .pnd-item:hover .pnd-item__btn svg {
                    stroke: var(--white);
                }

    .pnd-item__img1 {
        opacity: 0;
        position: relative;
        transition: background 0.5s ease;
        background-image: url(/static/images/general/pnd-service-img1.png);
    }

        .pnd-item__img1:hover {
            background-image: url(/static/images/general/pnd-service-img1.png);
        }

    .pnd-item__img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(1, 46, 103, 0.3);
    }

    .pnd-item__img picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    .pnd-item__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .flex-pnd-header {
        display: flex;
        align-content: flex-start;
        align-items: baseline;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
    }



    .pnd-item__btn svg {
        width: 35px;
        height: 12px;
        stroke: var(--blue);
        stroke-width: 1px;
        -webkit-transition: stroke .2s linear;
        -o-transition: stroke .2s linear;
        transition: stroke .2s linear;
    }

        .pnd-item__btn svg:hover {
            stroke: var(--white);
        }

    .pnd-item__txt {
        position: relative;
        z-index: 3;
        max-width: 200px;
    }

    .pnd-list__item {
        height: 250px;
        width: 50%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
    }

    .pnd-list__item1 {
        height: 250px;
        width: 50%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        background: none;
        transition: background 1s ease;
    }

        .pnd-list__item1:hover {
            height: 250px;
            width: 50%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

    .pnd-list__item2 {
        height: 250px;
        width: 50%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        transition: background 0.5s ease;
    }

        .pnd-list__item2:hover {
            height: 250px;
            width: 50%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img2.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

    .pnd-list__item3 {
        height: 250px;
        width: 50%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        transition: background 0.5s ease;
    }

        .pnd-list__item3:hover {
            height: 250px;
            width: 50%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img3.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

    .pnd-list__item4 {
        height: 250px;
        width: 50%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        transition: background 0.5s ease;
    }

        .pnd-list__item4:hover {
            height: 250px;
            width: 50%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img4.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

    .pnd-list__item5 {
        height: 250px;
        width: 50%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        transition: background 0.5s ease;
    }

        .pnd-list__item5:hover {
            height: 250px;
            width: 50%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img5.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

    .pnd-list__item6 {
        height: 250px;
        width: 33.33%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        transition: background 0.5s ease;
    }

        .pnd-list__item6:hover {
            height: 250px;
            width: 33.33%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img6.png);
            background-repeat: no-repeat;
            background-size: cover;
        }


    .pnd-list__item7 {
        height: 250px;
        width: 33.33%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        transition: background 0.5s ease;
    }

        .pnd-list__item7:hover {
            height: 250px;
            width: 33.33%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img7.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

    .pnd-list__item8 {
        height: 250px;
        width: 33.33%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        transition: background 0.5s ease;
    }

        .pnd-list__item8:hover {
            height: 250px;
            width: 33.33%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img8.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

    .pnd-list__item9 {
        height: 250px;
        width: 50%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        transition: background 0.5s ease;
    }

        .pnd-list__item9:hover {
            height: 250px;
            width: 50%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img9.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

    .pnd-list__item10 {
        height: 250px;
        width: 50%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        transition: background 0.5s ease;
    }

        .pnd-list__item10:hover {
            height: 250px;
            width: 50%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img10.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

    .pnd-item__info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 250px;
        padding: 68px;
    }

    .pnd-list__item_long {
        width: 100%;
        height: 250px;
        transition: background 0.5s ease;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
    }

        .pnd-list__item_long:hover {
            width: 100%;
            height: 250px;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-repeat: no-repeat;
            background-size: cover;
        }


    .pnd-list__item_long_open {
        width: 100%;
        height: 250px;
        transition: background 0.5s ease;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
    }

        .pnd-list__item_long_open:hover {
            width: 100%;
            height: 250px;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img6-1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

    .pnd-item__btn svg {
        width: 25px;
        height: 12px;
        stroke: var(--blue);
        stroke-width: 1px;
        -webkit-transition: stroke .2s linear;
        -o-transition: stroke .2s linear;
        transition: stroke .2s linear;
    }

    .pnd-item__btn {
        width: 40px;
        height: 80px;
        border: 1px solid var(--blue);
        border-radius: 86px;
        margin-bottom: 0;
        position: relative;
        z-index: 3;
        -webkit-transition: border-color .2s linear;
        -o-transition: border-color .2s linear;
        transition: border-color .2s linear;
    }

    .pnd-item__info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 250px;
        padding: 68px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .button {
        display: inline-block;
        height: 129px;
        width: 129px;
        background: url(/transition.png) 0 0 no-repeat;
        transition: background 0.2s ease;
    }

        .button:hover {
            background-image: url(/transition-active.png);
        }

    .pnd-dop-col-right-img {
        width: 210px;
        height: 169px;
        background-image: url(/static/images/general/pnd-service-img1.png);
        background-repeat: no-repeat;
        flex-basis: 40%;
    }

    .pnd-dop-col-right-img2 {
        width: 210px;
        height: 169px;
        background-image: url(/static/images/general/pnd-service-img2.png);
        background-repeat: no-repeat;
        flex-basis: 40%;
    }

    .pnd-dop-col-right-img3 {
        width: 210px;
        height: 169px;
        background-image: url(/static/images/general/pnd-service-img3.png);
        background-repeat: no-repeat;
        flex-basis: 40%;
    }

    .pnd-dop-col-right-img4 {
        width: 210px;
        height: 169px;
        background-image: url(/static/images/general/pnd-service-img4.png);
        background-repeat: no-repeat;
        flex-basis: 40%;
    }

    .pnd-dop-col-right-img5 {
        width: 210px;
        height: 169px;
        background-image: url(/static/images/general/pnd-service-img5.png);
        background-repeat: no-repeat;
        flex-basis: 40%;
    }

    .pnd-dop-col-right-img6 {
        width: 210px;
        height: 169px;
        background-image: url(/static/images/general/pnd-service-img6.png);
        background-repeat: no-repeat;
        flex-basis: 40%;
    }

    .pnd-dop-col-right-img7 {
        width: 210px;
        height: 169px;
        background-image: url(/static/images/general/pnd-service-img7.png);
        background-repeat: no-repeat;
        flex-basis: 40%;
    }

    .pnd-dop-col-right-img8 {
        width: 210px;
        height: 169px;
        background-image: url(/static/images/general/pnd-service-img8.png);
        background-repeat: no-repeat;
        flex-basis: 40%;
    }

    .pnd-dop-col-right-img9 {
        width: 210px;
        height: 169px;
        background-image: url(/static/images/general/pnd-service-img9.png);
        background-repeat: no-repeat;
        flex-basis: 40%;
    }

    .pnd-dop-col-right-img10 {
        width: 210px;
        height: 169px;
        background-image: url(/static/images/general/pnd-service-img10.png);
        background-repeat: no-repeat;
        flex-basis: 40%;
    }

    .pnd-dop-col-right-img11 {
        width: 210px;
        height: 169px;
        background-image: url(/static/images/general/pnd-service-img11.png);
        background-repeat: no-repeat;
        flex-basis: 40%;
    }


    .pnd-dop-flex-line {
        display: flex;
        flex-wrap: nowrap;
        border-top: 1px solid #6880A2;
        border-bottom: 1px solid #6880A2;
        height: 250px;
        align-content: center;
        align-items: flex-start;
        padding: 30px;
    }

    .pnd-dop-col-right {
        flex-basis: 70%;
        display: flex;
    }

    .pnd-dop-col-left {
        flex-basis: 30%;
    }

    .pnd-pod-col-left-number {
        opacity: 0.5;
        color: #6880A2;
    }

    .pnd-pod-col-left-header {
        max-width: 200px;
    }

    .pnd-dop-col-right-text {
        font-size: 14px;
        flex-basis: 60%;
    }

    .pnd-dop-flex-extra {
        background-image: url(/static/images/general/pnd-block2-bg.png);
        background-repeat: no-repeat;
        height: 500px;
        display: flex;
    }

    .pnd-dop-flex-extra-right-line-icon {
        width: 40px;
        height: 40px;
        margin-right: 30px;
    }

    .pnd-dop-flex-extra-right-line-text {
        font-size: 16px;
        color: white;
        line-height: 24px;
        max-width: 250px;
    }

    .pnd-dop-flex-extra-right {
        border-left: 1px solid #6880A2;
        padding: 30px;
        flex-basis: 40%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .pnd-dop-flex-extra-left {
        padding: 65px;
        flex-basis: 60%;
    }

    .pnd-dop-flex-extra-left-text {
        color: white;
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 60px;
    }

    .pnd-dop-flex-extra-right-line {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .wrapper {
        display: flex;
        flex-wrap: nowrap;
    }

    .pnd-dop-flex-extra2 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        min-height: 490px;
    }

    .pnd-dop-flex-extra2-left {
        background-image: url(/static/images/general/pnd-service-img12.png);
        width: 100%;
        background-repeat: no-repeat;
    }

    .pnd-dop-flex-extra2-right {
        padding-left: 60px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
    }

    .wrapper {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: flex-start;
        align-content: flex-start;
        height: 280px;
    }

    .pnd-dop-flex-extra2-right-text {
        font-size: 24px;
        line-height: 33px;
        max-width: 550px;
    }

    .pnd-dop-flex-extra2-right-header {
        font-size: 50px;
        line-height: 55px;
    }

    .pnd-s-number {
        font-size: 24px;
        line-height: 33px;
        color: #6880A2;
    }

    .section2 {
        padding: 70px 0;
        position: relative;
        z-index: 3;
    }

    @media(min-width: 481px) and (max-width: 780px) {
        .pnd-dop-col-right-text {
            margin-left: 20px;
        }

        .pnd-dop-flex-line {
            height: 100%;
        }

        .pnd-dop-flex-extra {
            background-image: url(/static/images/general/pnd-block2-bg.png);
            background-repeat: no-repeat;
            height: 100%;
            display: flex;
            background-size: cover;
            flex-direction: column;
        }

        .pnd-dop-flex-extra-left {
            padding: 30px;
            flex-basis: 60%;
        }

        .pnd-dop-flex-extra-right {
            border-left: 1px solid #6880A2;
            padding: 30px;
            flex-basis: 40%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
        }

        .pnd-dop-flex-extra-right-line {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            margin-bottom: 20px;
        }

        .wrapper {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: row;
            align-items: flex-start;
            align-content: flex-start;
            height: 200px;
        }

        .pnd-dop-flex-extra2 {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            min-height: 490px;
        }

        .pnd-dop-flex-extra2-left {
            background-image: url(/static/images/general/pnd-service-img12.png);
            width: 100%;
            background-repeat: no-repeat;
            flex-basis: 50%;
            min-width: 250px;
        }

        .pnd-dop-flex-extra2-right {
            padding-left: 60px;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-content: flex-start;
            align-items: flex-start;
            flex-basis: 50%;
        }

        .pnd-dop-flex-extra2-right-header {
            font-size: 36px;
            line-height: 44px;
        }

        .pnd-dop-flex-extra2-right-text {
            font-size: 20px;
            line-height: 28px;
            max-width: 550px;
        }

        .pnd-dop-flex-extra-right-line-icon {
            width: 40px;
            height: 40px;
            margin-right: 30px;
            margin-bottom: 20px;
        }
    }

    @media(min-width: 481px) {
        .header-logo-mobile {
            display: none;
        }
    }

    .form-item-wrapper {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
    }

    @media(max-width: 480px) {
        .header-logo {
            display: none;
        }

        .header-logo-mobile {
            height: 35px;
            display: flex;
            align-items: stretch;
            justify-content: center;
        }

        .modal-content.rounded-20 {
            text-align: right;
        }

        .modal-content {
            padding: 20px;
        }

        .modal-content {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
            color: var(--bs-modal-color);
            pointer-events: auto;
            background-color: var(--bs-modal-bg);
            background-clip: padding-box;
            border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
            border-radius: var(--bs-modal-border-radius);
            outline: 0;
            align-items: stretch;
            align-content: flex-end;
        }

        .form-field {
            border: 1px solid var(--blue);
            background: rgba(255, 255, 255, 0.6);
            padding: 3px 15px;
            display: block;
            width: 100%;
            font-size: 16px;
            border-radius: 5px;
            font-weight: 400;
        }

        .form-input {
            height: 44px;
        }

        .form-item-wrapper {
            display: flex;
            justify-content: flex-start;
            flex-direction: row;
        }

        .form-item-text {
            font-size: 12px;
            text-align: left;
        }

        .form-btn {
            padding: 16px 80px !important;
            cursor: pointer;
            width: 100%;
        }

        .pnd-content__top {
            height: 400px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            padding: 20px 26px;
            background: url(../../static/images/general/pnd-block1-bg-mobile.png) 0 0 no-repeat;
            background-size: cover;
        }

        .intro-pnd {
            padding: 0;
        }

        .pnd-content__bottom {
            padding: 20px 26px 60px;
            background-color: #012E67;
        }

        .btn-pnd {
            margin-bottom: 15px;
        }

        .pnd-item__btn svg {
            width: 15px;
            height: 12px;
            stroke: var(--blue);
            stroke-width: 1px;
            -webkit-transition: stroke .2s linear;
            -o-transition: stroke .2s linear;
            transition: stroke .2s linear;
        }

        .pnd-item__btn {
            width: 30px;
            height: 60px;
            border: 1px solid var(--blue);
            border-radius: 86px;
            margin-bottom: 0;
            position: relative;
            z-index: 3;
            -webkit-transition: border-color .2s linear;
            -o-transition: border-color .2s linear;
            transition: border-color .2s linear;
        }

        .pnd-item__info {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 120px;
            padding: 38px;
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            align-items: center;
        }

        .pnd-list__item1 {
            height: 120px;
            width: 100%;
            /* border-right: 1px solid var(--blue); */
            /* border-bottom: 1px solid var(--blue); */
            border: 1px solid var(--blue);
            transition: background 0.5s ease;
        }

        .services-list__row.flex {
            flex-direction: column;
        }

        .pnd-dop-flex-line {
            display: flex;
            flex-wrap: nowrap;
            border-top: 1px solid #6880A2;
            border-bottom: 1px solid #6880A2;
            height: 100%;
            align-content: center;
            align-items: flex-start;
            padding: 30px;
            flex-direction: column;
        }

        .pnd-dop-col-left {
            flex-basis: 30%;
            display: flex;
        }

        .pnd-pod-col-left-header {
            max-width: 200px;
            margin-left: 10px;
        }

        .pnd-dop-col-right {
            flex-basis: 100%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
        }

        .pnd-dop-col-right-text {
            font-size: 14px;
            flex-basis: 100%;
        }

        .pnd-dop-col-right-img {
            width: 100%;
            height: 169px;
            background-image: url(/static/images/general/pnd-service-img1-1.png);
            background-repeat: no-repeat;
            flex-basis: 100%;
            margin: 15px 0;
        }

        .pnd-dop-col-right-img2 {
            width: 100%;
            height: 169px;
            background-image: url(/static/images/general/pnd-service-img2-1.png);
            background-repeat: no-repeat;
            flex-basis: 100%;
            margin: 15px 0;
        }

        .pnd-dop-col-right-img3 {
            width: 100%;
            height: 169px;
            background-image: url(/static/images/general/pnd-service-img3-1.png);
            background-repeat: no-repeat;
            flex-basis: 100%;
            margin: 15px 0;
        }

        .pnd-dop-col-right-img4 {
            width: 100%;
            height: 169px;
            background-image: url(/static/images/general/pnd-service-img4-1.png);
            background-repeat: no-repeat;
            flex-basis: 100%;
            margin: 15px 0;
        }

        .pnd-dop-col-right-img5 {
            width: 100%;
            height: 169px;
            background-image: url(/static/images/general/pnd-service-img5-1.png);
            background-repeat: no-repeat;
            flex-basis: 100%;
            margin: 15px 0;
        }

        .pnd-dop-col-right-img6 {
            width: 100%;
            height: 169px;
            background-image: url(/static/images/general/pnd-service-img6-1.png);
            background-repeat: no-repeat;
            flex-basis: 100%;
            margin: 15px 0;
        }

        .pnd-dop-col-right-img7 {
            width: 100%;
            height: 169px;
            background-image: url(/static/images/general/pnd-service-img7-1.png);
            background-repeat: no-repeat;
            flex-basis: 100%;
            margin: 15px 0;
        }

        .pnd-dop-col-right-img8 {
            width: 100%;
            height: 169px;
            background-image: url(/static/images/general/pnd-service-img8-1.png);
            background-repeat: no-repeat;
            flex-basis: 100%;
            margin: 15px 0;
        }

        .pnd-dop-col-right-img9 {
            width: 100%;
            height: 169px;
            background-image: url(/static/images/general/pnd-service-img9-1.png);
            background-repeat: no-repeat;
            flex-basis: 100%;
            margin: 15px 0;
        }

        .pnd-dop-col-right-img10 {
            width: 100%;
            height: 169px;
            background-image: url(/static/images/general/pnd-service-img10-1.png);
            background-repeat: no-repeat;
            flex-basis: 100%;
            margin: 15px 0;
        }

        .pnd-dop-col-right-img11 {
            width: 100%;
            height: 169px;
            background-image: url(/static/images/general/pnd-service-img11-1.png);
            background-repeat: no-repeat;
            flex-basis: 100%;
            margin: 15px 0;
        }

        .pnd-list__item1, .pnd-list__item2, .pnd-list__item_long, .pnd-list__item_long_open, .pnd-list__item4, .pnd-list__item5, .pnd-list__item6, .pnd-list__item7, .pnd-list__item8, .pnd-list__item9, .pnd-list__item10 {
            height: 120px;
            width: 100%;
            border: 1px solid var(--blue);
            transition: background 0.5s ease;
        }

        .pnd-dop-flex-extra {
            background-image: url(/static/images/general/pnd-block2-bg.png);
            background-repeat: no-repeat;
            height: 100%;
            display: flex;
            flex-direction: column;
            background-size: cover;
        }

        .pnd-dop-flex-extra-left {
            padding: 35px;
            flex-basis: 60%;
        }

        .pnd-dop-flex-extra-left-text {
            color: white;
            font-size: 24px;
            line-height: 36px;
            margin-bottom: 60px;
        }

        .pnd-dop-flex-extra2 {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            min-height: 0;
        }

        .pnd-dop-flex-extra2-left {
            background-image: url(/static/images/general/pnd-service-img12.png);
            width: 100%;
            height: 400px;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .pnd-dop-flex-extra2-right {
            padding-left: 0;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-content: flex-start;
            align-items: flex-start;
        }

        .wrapper {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: row;
            align-items: flex-start;
            align-content: flex-start;
            height: 100%;
        }

        .pnd-dop-flex-extra2-right-header {
            font-size: 24px;
            line-height: 36px;
            margin-top: 20px;
        }

        .pnd-s-number {
            font-size: 24px;
            line-height: 33px;
            color: #6880A2;
            display: none;
        }

        .pnd-dop-flex-extra2-right-text {
            font-size: 16px;
            line-height: 24px;
            max-width: 550px;
            margin: 20px 0;
        }

        .pnd-list__item1:hover {
            height: 120px;
            width: 100%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img1-1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }



        .pnd-list__item2:hover {
            height: 120px;
            width: 100%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img2-1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }



        .pnd-list__item_long:hover {
            height: 120px;
            width: 100%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img3-1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }


        .pnd-list__item4:hover {
            height: 120px;
            width: 100%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img4-1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }



        .pnd-list__item5:hover {
            height: 120px;
            width: 100%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img5-1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }



        .pnd-list__item6:hover {
            height: 120px;
            width: 100%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img6-1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }




        .pnd-list__item7:hover {
            height: 120px;
            width: 100%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img7-1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }



        .pnd-list__item8:hover {
            height: 120px;
            width: 100%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img8-1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }


        .pnd-list__item9:hover {
            height: 120px;
            width: 100%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img9-1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }


        .pnd-list__item10:hover {
            height: 120px;
            width: 100%;
            border-right: 1px solid var(--blue);
            border-bottom: 1px solid var(--blue);
            background-image: url(/static/images/general/pnd-standart-img10-1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }
    }

    /*Страница Помощь на дороге -end-*/

    /* Страница Услуги -start-*/

    .intro-services-page {
        background: var(--blue) url(../../static/images/general/services-block1-bg.png) 0 0 no-repeat;
        color: var(--white);
        padding: 58px 66px 84px;
        background-size: cover;
    }

    .services-page-list__row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .services-page-list__item1, .services-page-list__item2, .services-page-list__item3, .services-page-list__item4, .services-page-list__item5, .services-page-list__item6 {
        flex-basis: 33.3%;
        height: 300px;
        border: 1px solid;
        display: flex;
        align-items: center;
        padding: 70px;
    }

    .services-page-list__item7, .services-page-list__item8, .services-page-list__item9, .services-page-list__item10, .services-page-list__item11, .services-page-list__item12 {
        flex-basis: 50%;
        height: 300px;
        border: 1px solid;
        display: flex;
        align-items: center;
        padding: 70px;
    }

    a.services-page-item {
        position: relative;
        /* display: flex; */
        width: 100%;
        height: 100%;
    }

    .services-page-item__info {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-content: flex-end;
        align-items: flex-end;
        height: 100%;
    }

    .services-page-item__btn.centered {
        width: 40px;
        height: 60px;
        border: 1px solid var(--blue);
        border-radius: 86px;
        margin-bottom: 0;
        position: relative;
        z-index: 3;
        -webkit-transition: border-color .2s linear;
        -o-transition: border-color .2s linear;
        transition: border-color .2s linear;
    }

    .services-page-item__txt {
        font-size: 28px;
        line-height: 36px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    span.services-page-item__txt2 {
        font-size: 24px;
        color: #6880A2;
    }

    .services-page-red-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: none;
        border-radius: 50px;
        background: var(--red);
        color: var(--white);
        -webkit-transition: .2s linear;
        -o-transition: .2s linear;
        transition: .2s linear;
        padding: 11px 30px;
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }

    .services-page-item__btn svg {
        width: 25px;
        height: 12px;
        stroke: var(--blue);
        stroke-width: 1px;
        -webkit-transition: stroke .2s linear;
        -o-transition: stroke .2s linear;
        transition: stroke .2s linear;
    }

    .services-page-icon {
        background-image: url(/static/images/general/services-page-icon.png);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
    }

    .services-page-list__item1:hover {
        height: 300px;
        width: 100%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        background-image: url(/static/images/general/services-evak-bg-pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }

    .services-page-list__item2:hover {
        height: 300px;
        width: 100%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        background-image: url(/static/images/general/services-enginestart-bg-pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }

    .services-page-list__item3:hover {
        height: 300px;
        width: 100%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        background-image: url(/static/images/general/services-wheel-bg-pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }

    .services-page-list__item4:hover {
        height: 300px;
        width: 100%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        background-image: url(/static/images/general/services-wheel-bg-pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }

    .services-page-list__item5:hover {
        height: 300px;
        width: 100%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        background-image: url(/static/images/general/services-open-bg-pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }

    .services-page-list__item6:hover {
        height: 300px;
        width: 100%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        background-image: url(/static/images/general/services-fuel-bg-pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }

    .services-page-list__item7:hover {
        height: 300px;
        width: 100%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        background-image: url(/static/images/general/services-yur-bg-pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }

    .services-page-list__item8:hover {
        height: 300px;
        width: 100%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        background-image: url(/static/images/general/services-spravki-bg-pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }

    .services-page-list__item9:hover {
        height: 300px;
        width: 100%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        background-image: url(/static/images/general/services-avarkom-bg-pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }

    .services-page-list__item10:hover {
        height: 300px;
        width: 100%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        background-image: url(/static/images/general/services-callcener-bg-pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }

    .services-page-list__item11:hover {
        height: 300px;
        width: 100%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        background-image: url(/static/images/general/services-medconsierge-bg-pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }

    .services-page-list__item12:hover {
        height: 300px;
        width: 100%;
        border-right: 1px solid var(--blue);
        border-bottom: 1px solid var(--blue);
        background-image: url(/static/images/general/services-autoservice-expert-bg-pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }

    .services-page-block3-1 {
        border: 1px solid;
        padding: 70px;
        width: 70%;
        /* font-size: 50px; */
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }

    .services-page-block3-1-header {
        font-size: 50px;
        line-height: 55px;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 70px;
    }

    .services-page-block3-1-button {
        border: 1px solid;
        border-radius: 44px;
        padding: 17px 30px 20px 30px;
        font-size: 24px;
        line-height: 33px;
    }

    span.services-page-block3-1-numbers {
        font-size: 24px;
        color: #6880A2;
        line-height: 33px;
    }

    .services-page-block3-2 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        /* height: 150px; */
        align-content: space-between;
        padding: 70px;
        justify-content: flex-start;
    }

    .services-page-block3-2-col {
        display: flex;
        align-content: space-between;
        flex-direction: column;
        justify-content: space-between;
        max-width: 220px;
        height: 152px;
        margin-right: 30px;
    }

    .services-page-block3-2-icon {
        width: 24px;
    }

    .services-page-block3-2-text {
        font-size: 16px;
        line-height: 24px;
        max-width: 210px;
        /* margin-right: 30px; */
    }

    .services-page-block3-3 {
        background-image: url(/static/images/general/services-block2-bg.png);
        width: 520px;
        height: 540px;
        position: absolute;
        top: 300px;
        right: 0px;
    }

    @media(min-width: 481px) and (max-width: 780px) {
        h1.intro-title {
            font-size: 96px;
            line-height: 91px;
        }

        .services-page-list__item1, .services-page-list__item2, .services-page-list__item3, .services-page-list__item4, .services-page-list__item5, .services-page-list__item6 {
            flex-basis: 50%;
            height: 300px;
            border: 1px solid;
            display: flex;
            align-items: center;
            padding: 70px;
        }

        .services-page-list__item7, .services-page-list__item8, .services-page-list__item9, .services-page-list__item10, .services-page-list__item11, .services-page-list__item12 {
            flex-basis: 100%;
            height: 300px;
            border: 1px solid;
            display: flex;
            align-items: center;
            padding: 70px;
        }

        .services-page-list__item11, .services-page-list__item12 {
            flex-basis: 50%;
            height: 300px;
            border: 1px solid;
            display: flex;
            align-items: center;
            padding: 70px;
        }

        .services-page-block3-1 {
            border: 1px solid;
            padding: 40px;
            width: 100%;
            /* font-size: 50px; */
            display: flex;
            flex-direction: column;
            align-content: flex-start;
            align-items: flex-start;
        }

        .services-page-block3-1-header {
            font-size: 36px;
            line-height: 44px;
            display: flex;
            justify-content: flex-start;
            margin-bottom: 70px;
        }

        .services-page-block3-1-button {
            border: 1px solid;
            border-radius: 44px;
            padding: 17px 30px 20px 30px;
            font-size: 20px;
            line-height: 28px;
        }

        .services-page-block3-2 {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            /* height: 150px; */
            align-content: space-between;
            padding: 70px;
            justify-content: flex-start;
            /* margin-bottom: 30px; */
        }

        .services-page-block3-2-col {
            display: flex;
            align-content: space-between;
            flex-direction: column;
            justify-content: space-between;
            max-width: 220px;
            height: 152px;
            margin-right: 30px;
            margin-bottom: 50px;
        }

        .services-page-block3-2-col {
            display: flex;
            align-content: space-between;
            flex-direction: column;
            justify-content: space-between;
            max-width: 220px;
            height: 152px;
            margin-right: 30px;
            margin-bottom: 50px;
        }

        .services-page-block3-3 {
            background-image: url(/static/images/general/services-block2-bg.png);
            width: 320px;
            height: 540px;
            position: absolute;
            top: 300px;
            right: 0px;
        }
    }

    @media(max-width: 480px) {
        .services-page-content__top {
            height: 400px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            padding: 20px 26px;
            background: url(../../static/images/general/services-block1-bg.png) 0 0 no-repeat;
            background-size: cover;
        }

        .intro-services-page {
            background: var(--blue) url(../../static/images/general/services-block1-bg.png) 0 0 no-repeat;
            color: var(--white);
            padding: 0;
            background-size: cover;
        }

        .services-page-list__item1, .services-page-list__item2, .services-page-list__item3, .services-page-list__item4, .services-page-list__item5, .services-page-list__item6 {
            flex-basis: 100%;
            height: 300px;
            border: 1px solid;
            display: flex;
            align-items: center;
            padding: 70px;
        }

        .services-page-list__item7, .services-page-list__item8, .services-page-list__item9, .services-page-list__item10, .services-page-list__item11, .services-page-list__item12 {
            flex-basis: 100%;
            height: 300px;
            border: 1px solid;
            display: flex;
            align-items: center;
            padding: 70px;
        }

        span.services-page-item__txt2 {
            font-size: 24px;
            color: #6880A2;
            margin-top: 60px;
        }

        .services-page-item__info {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            align-content: space-around;
            align-items: stretch;
            height: 100%;
        }

        .services-page-red-btn {
            margin-top: 60px;
        }

        .services-page-block3-3 {
            background-image: url(/static/images/general/services-block2-bg.png);
            width: 100%;
            height: 360px;
            order: 1;
            position: unset;
        }

        .mobile-flex {
            display: flex;
            flex-direction: column;
        }

        .services-page-block3-1 {
            border: 1px solid;
            padding: 30px;
            width: 100%;
            /* font-size: 50px; */
            display: flex;
            flex-direction: column;
            align-content: flex-start;
            align-items: flex-start;
            order: 2;
        }

        .services-page-block3-1-header {
            font-size: 24px;
            line-height: 36px;
            display: flex;
            justify-content: flex-start;
            margin-bottom: 50px;
        }

        span.services-page-block3-1-numbers {
            font-size: 24px;
            color: #6880A2;
            line-height: 33px;
            display: none;
        }

        .services-page-block3-1-button {
            border: 1px solid;
            border-radius: 44px;
            padding: 17px 30px 20px 30px;
            font-size: 20px;
            line-height: 28px;
        }

        .services-page-block3-2 {
            flex-direction: row;
            flex-wrap: nowrap;
            /* height: 150px; */
            align-content: space-between;
            padding: 70px;
            justify-content: flex-start;
            order: 3;
            display: none;
        }
    }
    /* Страница Услуги -end- */
    /* Страница Контакт-центр -start*/

    .fast-label {
        color: var(--blue);
        margin-right: 7px;
        cursor: pointer;
    }

        .fast-label input[type="radio"] {
            height: 20px;
            width: 20px;
            margin-right: 5px;
            color: var(--blue);
        }

    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
        width: 100%;
    }

    .btn-contact-center {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid var(--blue);
        padding: 12px 30px;
        border-radius: 50px;
        background: none;
        color: var(--blue);
        -webkit-transition: .2s linear;
        -o-transition: .2s linear;
        transition: .2s linear;
        height: 60px;
    }

    .contact-center-block1-flex-block {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-content: center;
        align-items: center;
    }

    span.contact-center-lock1-small-text {
        font-size: 16px;
        line-height: 24px;
        flex-basis: 40%;
    }

    span.contact-center-icon-mobile {
        background-image: url(/static/images/general/contact-center-icon-mobile.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
    }

    .intro-contact-center {
        background: var(--blue) url(../images/general/contact-center-block1-bg-pc.jpg) 0 0 no-repeat;
        color: var(--white);
        padding: 58px 66px 84px;
        background-size: cover;
    }

    .contact-center-block1-flex-line {
        display: flex;
    }

    .contact-center-feedback-number {
        border: 1px solid;
        border-radius: 30px;
        width: 60px;
        height: 36px;
        text-align: center;
    }

    .contact-center-feedback-input {
        border-bottom: 1px solid #8a8b8e;
        width: 100%;
        height: 50px;
        flex-basis: 100%;
        background: none;
        margin-left: 80px;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

    .contact-center-feedback-name {
        flex-basis: 60%;
        margin-left: 20px;
    }

    .contact-center-feedback-number {
        border: 1px solid;
        border-radius: 30px;
        /* padding: 10px; */
        width: 60px;
        height: 36px;
        text-align: center;
        /* flex-basis: 20%; */
    }

    .contact-center-feedback-block {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex-basis: 50%;
        align-content: flex-end;
        align-items: flex-end;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .contact-center-feedback-form-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .adress-section {
        background: var(--blue) url(../images/general/contact-center-block3-bg.png) 0 0 no-repeat;
        color: var(--white);
        padding: 80px;
    }

    .contact-center-adress-block-wrapper {
        display: flex;
        min-height: 400px;
        flex-direction: row;
    }

    .contact-center-adress-block1 {
        flex-basis: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .contact-center-adress-block1-upper {
        font-size: 50px;
        line-height: 55px;
        display: flex;
        border-bottom: 1px solid #6880A2;
        padding-bottom: 32px;
        align-items: flex-end;
    }

    span.contact-center-adress-block1-upper-smalltext {
        font-size: 16px;
        line-height: 24px;
        margin-left: 15px;
    }

    span.contact-center-adress-block1-upper-arrow {
        background: url(../images/general/contact-center-icon-arrow.png) 0 0 no-repeat;
        height: 15px;
        width: 15px;
    }

    .contact-center-adress-block1-lower {
        font-size: 22px;
        line-height: 33px;
        display: block;
        margin: 20px 0;
        /* flex-direction: row; */
        /* flex-wrap: wrap; */
    }

    span.contact-center-adress-block1-lower-grey {
        color: #6880A2;
    }

    .contact-center-adress-block1-lower-small {
        font-size: 16px;
        line-height: 33px;
        /* margin-top: 40px; */
    }

    .contact-center-adress-block1-lower-icon {
        background: url(../images/general/contact-center-icon-copy.png) 0 0 no-repeat;
        width: 12px;
        height: 14px;
        background-size: contain;
        margin-right: 10px;
        margin-left: 15px;
    }

    .contact-center-adress-block2 {
        flex-basis: 40%;
        margin-left: 10%;
    }

    .contact-center-adress-block2-block {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 28px 0;
        border-bottom: 1px solid #6880A2;
        border-top: 1px solid #6880A2;
        align-content: flex-start;
    }

    .contact-center-adress-block2-block-text {
        font-size: 16px;
        line-height: 24px;
    }

    span.contact-center-adress-block2-block-text-big {
        font-size: 20px;
        line-height: 28px;
    }

    .contact-center-adress-block1-upper-smalltext {
        font-size: 16px;
        line-height: 24px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
    }

    .contact-center-adress-block1-upper-arrow {
        background: url(../images/general/contact-center-icon-arrow.png) 0 0 no-repeat;
        height: 15px;
        width: 15px;
        background-size: cover;
        margin-left: 15px;
    }

    .contact-center-adress-block1-upper {
        font-size: 50px;
        line-height: 55px;
        display: flex;
        border-bottom: 1px solid #6880A2;
        padding-bottom: 32px;
        align-items: flex-end;
        justify-content: space-between;
    }

    .contact-center-adress-block1-lower-small {
        font-size: 16px;
        line-height: 33px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }

    span.contact-center-adress-block2-block-icon {
        background: var(--blue) url(../images/general/contact-center-icon-point.png) 0 0 no-repeat;
        width: 15px;
        height: 15px;
        background-size: cover;
        margin-right: 10px;
    }

    .contact-center-adress-block2-block-icon {
        background: url(../images/general/contact-center-icon-point.png) 0 0 no-repeat;
        width: 11px;
        height: 14px;
        background-size: contain;
        margin-right: 10px;
    }

    .contact-center-adress-block2-numbers {
        display: flex;
        align-items: flex-end;
        color: #6880A2;
        font-size: 24px;
    }

    .flex-contact-center-header {
        display: flex;
        align-content: flex-start;
        align-items: baseline;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-left: 80px;
        margin-right: 80px;
    }

    .rekv-section {
        /* border: 1px solid var(--blue); */
        margin: 80px 0;
    }

    .contact-center-rekv-block-wrapper {
        border: 1px solid var(--blue);
        /* padding: 80px 0 80px 80px; */
        display: flex;
        flex-direction: row;
    }

    .contact-center-rekv-block-left {
        flex-basis: 50%;
    }

    .contact-center-rekv-block-left-upper {
        border: 1px solid;
        padding: 80px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }

    .contact-center-rekv-block-left-upper-icon {
        background: url(../images/general/contact-center-icon-pdf.png) 0 0 no-repeat;
        width: 42px;
        height: 56px;
    }

    .contact-center-rekv-block-left-upper-text {
        font-size: 24px;
        line-height: 33px;
        text-decoration: underline;
        max-width: 250px;
        margin-left: 40px;
    }

    .contact-center-rekv-block-left-lower {
        border: 1px solid;
        padding: 80px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: flex-start;
        min-height: 350px;
        justify-content: space-between;
    }

    .contact-center-rekv-block-left-lower-block-header {
        font-size: 16px;
        line-height: 24px;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
    }

    .contact-center-adress-block2-block-icon {
        background: url(../images/general/contact-center-icon-point.png) 0 0 no-repeat;
        width: 11px;
        height: 14px;
        background-size: contain;
        margin-right: 10px;
    }

    .contact-center-adress-block2-block-icon-house {
        background: url(../images/general/contact-center-icon-house.png) 0 0 no-repeat;
        width: 15px;
        height: 15px;
        background-size: cover;
        margin-right: 10px;
    }

    .contact-center-rekv-block-right {
        flex-basis: 50%;
        background: url(../images/general/contact-center-block2-bg-pc.jpg) 0 0 no-repeat;
        width: 100%;
    }

    input.contact-center-feedback-input-high {
        border-bottom: 1px solid #8a8b8e;
        width: 100%;
        height: 100px;
        flex-basis: 100%;
        background: none;
        margin-left: 80px;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

    .contact-center-adress-block2-block-text {
        font-size: 16px;
        line-height: 24px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
    }

    .contact-center-content-middle {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-end;
        align-items: flex-end;
        height: 130px;
        justify-content: space-between;
    }

    .contact-center-social-icon-vk {
        background: url(../images/general/contact-center-icon-vk.png) 0 0 no-repeat;
        width: 60px;
        height: 60px;
        background-size: contain;
    }

    .contact-center-social-icon-ok {
        background: url(../images/general/contact-center-icon-ok.png) 0 0 no-repeat;
        width: 60px;
        height: 60px;
        background-size: contain;
    }

    .contact-center-adress-block2-block-lower {
        /* margin-top: 30px; */
        padding: 28px 0;
    }

    @media(min-width: 481px) and (max-width: 780px) {
        .contact-center-block1-flex-line {
            display: flex;
            flex-direction: column;
            align-content: flex-start;
            align-items: flex-start;
            justify-content: space-between;
            height: 120px;
        }

        .contact-center-block1-flex-block {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-content: center;
            align-items: center;
        }

        .btn-pnd {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border: 1px solid white;
            padding: 12px 30px;
            border-radius: 50px;
            background: none;
            color: var(--white);
            -webkit-transition: .2s linear;
            -o-transition: .2s linear;
            height: 50px;
            transition: .2s linear;
        }

        span.contact-center-lock1-small-text {
            font-size: 16px;
            line-height: 24px;
            flex-basis: 40%;
            margin-left: 30px;
        }

        a.intro-btn.btn-contact-center-0560 {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border: 1px solid var(--white);
            padding: 12px 30px;
            border-radius: 50px;
            background: none;
            color: var(--white);
            -webkit-transition: .2s linear;
            -o-transition: .2s linear;
            transition: .2s linear;
            height: 50px;
        }

        .adress-section {
            background: var(--blue) url(../images/general/contact-center-block3-bg.png) 0 0 no-repeat;
            color: var(--white);
            padding: 50px 30px;
        }

        .contact-center-adress-block-wrapper {
            display: flex;
            /* min-height: 400px; */
            flex-direction: column;
        }

        .contact-center-adress-block1 {
            flex-basis: 50%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            border-bottom: 1px solid #6880A2;
            padding-bottom: 30px;
        }

        .contact-center-adress-block1-upper {
            font-size: 36px;
            line-height: 44px;
            display: flex;
            border-bottom: 0;
            padding-bottom: 32px;
            align-items: flex-end;
            justify-content: space-between;
            flex-direction: column;
        }

        .contact-center-adress-block1-lower {
            font-size: 20px;
            line-height: 44px;
            display: block;
            /* flex-direction: row; */
            /* flex-wrap: wrap; */
        }

        .contact-center-adress-block1-lower-small {
            font-size: 16px;
            line-height: 33px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: center;
        }

        .contact-center-adress-block2 {
            flex-basis: 40%;
            /* margin-left: 10%; */
            display: flex;
            flex-direction: row;
            align-content: flex-start;
            align-items: flex-start;
            justify-content: space-between;
            margin: 30px 0;
        }

        .contact-center-adress-block2-block {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 0;
            border-bottom: none;
            border-top: none;
            max-width: 250px;
            align-content: flex-start;
        }

        .contact-center-adress-block2-block-text {
            font-size: 16px;
            line-height: 24px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            align-items: center;
            justify-content: flex-start;
        }

        .contact-center-adress-block2-block-lower {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: flex-start;
            /* padding: 28px 0; */
            /* border-bottom: 1px solid #6880A2; */
            /* border-top: 1px solid #6880A2; */
            max-width: 250px;
            align-content: flex-start;
        }

        .contact-center-adress-block2-numbers {
            display: flex;
            align-items: flex-end;
            color: #6880A2;
            display: none;
            font-size: 24px;
        }

        .contact-center-rekv-block-left-upper {
            border: 1px solid;
            padding: 50px 30px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            align-items: center;
        }

        .contact-center-rekv-block-left-lower {
            border: 1px solid;
            padding: 50px 30px;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            align-items: flex-start;
            min-height: 250px;
            justify-content: space-between;
        }

        .contact-center-rekv-block-right {
            flex-basis: 50%;
            background: url(../images/general/contact-center-block2-bg-tablet.jpg) 0 0 no-repeat;
            width: 100%;
        }

        input.contact-center-feedback-input-high {
            border-bottom: 1px solid #8a8b8e;
            width: 100%;
            height: 100px;
            flex-basis: 100%;
            background: none;
            margin-left: 0;
            border-top: 0;
            border-left: 0;
            border-right: 0;
        }
    }

    @media(max-width: 480px) {
        .intro-contact-center {
            background: var(--blue) url(../images/general/contact-center-block1-bg-mobile.jpg) 0 0 no-repeat;
            color: var(--white);
            padding: 258px 0 0;
            background-size: contain;
        }

        .contact-center-content-middle {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: flex-end;
            align-items: flex-end;
            height: 90px;
            justify-content: space-between;
            position: absolute;
            top: -15px;
            right: 25px;
        }

        .contact-center-social-icon-vk {
            background: url(../images/general/contact-center-icon-vk.png) 0 0 no-repeat;
            width: 40px;
            height: 40px;
            background-size: contain;
        }

        .contact-center-social-icon-ok {
            background: url(../images/general/contact-center-icon-ok.png) 0 0 no-repeat;
            width: 40px;
            height: 40px;
            background-size: contain;
        }

        .intro-txt {
            line-height: 24px;
            max-width: 90%;
            padding: 0 0 0 20px;
        }

        .contact-center-block1-flex-line {
            display: flex;
            flex-direction: column;
        }

        .contact-center-block1-flex-block {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: space-evenly;
            align-content: center;
            align-items: center;
        }

        span.contact-center-lock1-small-text {
            font-size: 16px;
            line-height: 24px;
            flex-basis: 40%;
            text-align: center;
        }

        .contact-center-block1-flex-block {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: space-evenly;
            align-content: center;
            align-items: center;
        }

        a.intro-btn.btn-contact-center-0560 {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border: 1px solid var(--white);
            padding: 12px 30px;
            border-radius: 50px;
            background: none;
            color: var(--white);
            -webkit-transition: .2s linear;
            -o-transition: .2s linear;
            transition: .2s linear;
            height: 50px;
            margin: 20px 0;
        }

        .contact-center-feedback-form-wrapper {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

        .contact-center-feedback-form-wrapper {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: stretch;
            align-content: flex-start;
        }

        .contact-center-feedback-block {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            flex-basis: 100%;
            align-content: flex-start;
            align-items: flex-start;
            justify-content: flex-start;
            margin-bottom: 20px;
            width: 100%;
        }

        .contact-center-feedback-number {
            border: 1px solid;
            border-radius: 30px;
            /* padding: 10px; */
            width: 60px;
            height: 36px;
            text-align: center;
            /* flex-basis: 20%; */
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: center;
        }

        .contact-center-feedback-name {
            flex-basis: 60%;
            margin-left: 0;
            margin: 10px 0;
        }

        input.contact-center-feedback-input-high {
            border-bottom: 1px solid #8a8b8e;
            width: 100%;
            height: 100px;
            flex-basis: 100%;
            background: none;
            margin-left: 0;
            border-top: 0;
            border-left: 0;
            border-right: 0;
        }

        .contact-center-feedback-form-checkbox {
            margin: 10px 0 15px 0;
        }

        .adress-section {
            background: var(--blue) url(../images/general/contact-center-block3-bg.png) 0 0 no-repeat;
            color: var(--white);
            padding: 50px 30px;
        }

        .contact-center-adress-block-wrapper {
            display: flex;
            min-height: 400px;
            flex-direction: column;
            align-content: flex-start;
            align-items: flex-start;
        }

        .contact-center-adress-block1 {
            flex-basis: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-content: flex-start;
            align-items: stretch;
        }

        .contact-center-adress-block1-upper {
            font-size: 24px;
            line-height: 36px;
            display: flex;
            border-bottom: 1px solid #6880A2;
            padding-bottom: 32px;
            align-items: flex-start;
            justify-content: space-between;
            flex-direction: column;
            align-content: flex-start;
        }

        .contact-center-adress-block1-upper-smalltext {
            font-size: 16px;
            line-height: 24px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-end;
            align-items: center;
        }

        .contact-center-adress-block1-lower {
            font-size: 16px;
            line-height: 24px;
            display: block;
            /* flex-direction: row; */
            /* flex-wrap: wrap; */
        }

        .contact-center-adress-block2 {
            flex-basis: 40%;
            margin-left: 0;
        }

        .contact-center-adress-block2-block {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 28px 0;
            border-bottom: 1px solid #6880A2;
            border-top: 1px solid #6880A2;
            align-content: flex-start;
        }

        .contact-center-rekv-block-left-lower {
            border: 1px solid;
            padding: 30px;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            align-items: flex-start;
            min-height: 220px;
            justify-content: space-between;
        }

        .contact-center-adress-block2-numbers {
            display: none;
        }

        .contact-center-rekv-block-left-upper-icon {
            background: url(../images/general/contact-center-icon-pdf.png) 0 0 no-repeat;
            width: 30px;
            height: 40px;
            background-size: contain;
        }

        .contact-center-rekv-block-wrapper {
            border: 1px solid var(--blue);
            padding: 0 30px;
            display: flex;
            flex-direction: column;
        }

        .contact-center-rekv-block-left-upper {
            border: 0;
            border-top: 1px solid;
            padding: 30px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            align-items: center;
        }

        .contact-center-rekv-block-left-upper-text {
            font-size: 16px;
            line-height: 24px;
            text-decoration: underline;
            max-width: 250px;
            margin-left: 40px;
        }

        .rekv-section {
            border: 0;
            margin: 40px 0;
        }

        .contact-center-rekv-block-left-lower-block-text {
            font-weight: 600;
            margin-top: 10px;
        }

        .contact-center-rekv-block-right {
            /* flex-basis: 100%; */
            background: url(../images/general/contact-center-block2-bg-mobile.jpg) 0 0 no-repeat;
            width: 100%;
            height: 330px;
            background-size: cover;
        }

        .contact-center-feedback-input {
            border-bottom: 1px solid #8a8b8e;
            width: 100%;
            height: 50px;
            flex-basis: 100%;
            background: none;
            margin-left: 0;
            border-top: 0;
            border-left: 0;
            border-right: 0;
        }

        h1.intro-title {
            margin: 0 0 20px 20px;
            max-width: 60%;
        }
    }

    /* Страница Контакт-центр -end*/
    @media (min-width: 768px) and (max-width: 1199px) {
        .services-list__item:nth-child(3n+3) {
            border-right: none;
        }

        .intro-title {
            margin-bottom: 0;
            max-width: 60%;
            margin-left: 25px;
            margin-bottom: 25px;
        }
    }

    /*@media (min-width: 1200px) {
  .services-list__item:nth-child(4n+4) {
    border-right: none; } }
*/
    @media (max-width: 1439px) {
        .services-item__info {
            padding: 48px;
        }
    }

    @media (max-width: 1199px) {
        .services-list__item {
            width: calc(100% / 3);
        }
    }

    @media (max-width: 767px) {
        .services {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .services-title {
            margin-bottom: 10px;
        }

        .services-txt {
            margin-bottom: 40px;
        }

        .services-list {
            margin-left: -8px;
            margin-right: -8px;
            margin-bottom: -40px;
            border: none;
        }

        .services-list__item {
            width: calc(100% / 3);
            padding-left: 8px;
            padding-right: 8px;
            border: none;
            margin-bottom: 40px;
        }

        .services-item__img {
            opacity: 1;
            margin-bottom: 8px;
        }

        .services-item__info {
            position: initial;
            padding: 0;
        }

        .services-item__btn {
            display: none;
        }

        .services-item__txt {
            padding-right: 34px;
        }
    }

    @media (max-width: 510px) {
        .services-list__item {
            width: 50%;
        }
    }

    .partners-title {
        margin-bottom: 76px;
    }

    .partners-list {
        margin-left: -24px;
        margin-right: -24px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
    }

    .partners-list__item {
        width: calc(100% / 6);
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 36px;
        display: flex;
        align-content: center;
        align-items: center;
        min-height: 120px;
    }

    .partners-foot {
        margin-top: 60px;
    }

    @media (max-width: 1199px) {
        .partners-list__item {
            width: 25%;
        }
    }

    @media (max-width: 767px) {
        .partners {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .partners-title {
            margin-bottom: 40px;
        }

        .partners-list {
            margin-left: -15px;
            margin-right: -15px;
        }

        .partners-list__item {
            padding-left: 15px;
            padding-right: 15px;
            width: 25%;
            margin-bottom: 0;
        }

            .partners-list__item:nth-child(n+5) {
                display: none;
            }

        .partners-foot {
            margin-top: 40px;
        }

        .partners-btn {
            width: 100%;
        }
    }

    @media (max-width: 510px) {
        .partners-list__item {
            width: calc(100% / 3);
        }

            .partners-list__item:nth-child(n+4) {
                display: none;
            }
    }

    .reviews-title {
        margin-bottom: 62px;
    }

    .reviews-group__left {
        width: 600px;
        border-top: 1px solid var(--blue);
    }

    .reviews-group__right {
        width: calc(100% - 600px);
    }

    .reviews-img {
        border: 1px solid var(--blue);
        max-height: 808px;
    }

        .reviews-img picture, .reviews-img img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .reviews-list__item {
        border-bottom: 1px solid var(--blue);
    }

    .reviews-item {
        height: 268px;
        padding: 28px 68px;
    }

    .reviews-item__name {
        margin-bottom: 8px;
    }

    .reviews-item__location {
        opacity: 0.5;
        margin-bottom: 20px;
    }

    .reviews-foot {
        margin-top: 78px;
    }

    @media (max-width: 1439px) {
        .reviews-group__left {
            width: 60%;
        }

        .reviews-group__right {
            width: 40%;
        }

        .reviews-item {
            height: auto;
            padding: 30px 40px;
        }

        .reviews-img {
            height: 100%;
        }
    }

    @media (max-width: 767px) {
        .reviews {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .reviews-title {
            margin-bottom: 40px;
        }

        .reviews-group__left {
            width: 100%;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .reviews-group__right {
            width: 100%;
        }

        .reviews-img {
            border: none;
        }

        .reviews-list__item:last-child {
            border-bottom: none;
        }

        .reviews-item {
            padding: 25px 0;
        }

        .reviews-item__name {
            font-weight: bold;
            margin-bottom: 12px;
        }

        .reviews-item__location {
            margin-bottom: 12px;
        }

        .reviews-foot {
            margin-top: 32px;
        }

        .reviews-btn {
            width: 100%;
        }
    }

    .decisions {
        padding-bottom: 0;
        margin-bottom: -2px;
    }

    .decisions-title {
        margin-bottom: 44px;
    }

    .decisions-subtitle {
        margin-bottom: 58px;
        max-width: 924px;
    }

    .decisions-info {
        border-top: 1px solid var(--blue);
    }

    .decisions-info__col {
        width: 50%;
        border-bottom: 1px solid var(--blue);
        border-right: 1px solid var(--blue);
    }

        .decisions-info__col:last-child {
            border-right: none;
        }

    .decisions-item {
        min-height: 293px;
    }

    .decisions-item--big {
        min-height: 584px;
    }

    .decisions-item:not(.decisions-item--img) {
        padding: 68px;
    }

    .decisions-item__txt {
        margin-top: 30px;
    }

    .decisions-item__txt--1 {
        max-width: 330px;
    }

    .decisions-item__txt--2 {
        max-width: 440px;
    }

    .decisions-item__txt ul {
        margin: 0;
        padding-left: 15px;
    }

    .decisions-item__txt li {
        margin-bottom: 12px;
    }

    @media (max-width: 1439px) {
        .decisions-info > .decisions-info__col {
            width: 100%;
        }

        .decisions-item {
            min-height: initial;
        }

        .decisions-item__img img {
            width: 100%;
        }
    }

    @media (max-width: 767px) {
        .decisions {
            padding-top: 90px;
            padding-bottom: 60px;
        }

            .decisions .order-1 {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
            }

            .decisions .order-2 {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

        .decisions-title {
            margin-bottom: 20px;
        }

        .decisions-subtitle {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 24px;
        }

        .decisions-info__col {
            width: 100%;
            border: none;
            border-bottom: 1px solid var(--blue);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .decisions-info__col--end {
            display: none;
        }

        .decisions-info__col > *:last-child {
            border-bottom: none;
        }

        .decisions-info__col--no-border-m {
            border-bottom: none !important;
        }

        .decisions-info > .decisions-info__col {
            border-bottom: none;
        }

            .decisions-info > .decisions-info__col > *:last-child {
                border-bottom: none;
            }

        .decisions-info__item {
            border-bottom: 1px solid var(--blue);
        }

        .decisions-item {
            min-height: 70px;
        }

            .decisions-item:not(.decisions-item--img) {
                padding: 10px 46px 10px 0;
            }

        .decisions-item__txt {
            display: none;
        }
    }

    .stubpage-content {
        text-align: center;
        position: relative;
        padding: 200px 0;
    }

    .oferty-content {
        text-align: center;
        position: relative;
        padding: 100px 0;
    }

    a.oferty-header {
        margin-left: 20px;
        transition: 0.5s;
    }

        a.oferty-header:hover {
            text-decoration: none;
            transform: scale(1.05);
        }

    .oferty-content {
        text-align: center;
        position: relative;
        padding: 50px 0;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        min-height: 600px;
    }

    h2.oferty-title.s-title {
        margin-bottom: 50px;
    }

    .oferty-wrapper {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .oferty-item__btn {
        width: 42px;
        height: 20px;
        border: 1px solid var(--blue);
        border-radius: 86px;
        margin-bottom: 0;
        position: relative;
        z-index: 3;
        -webkit-transition: border-color .2s linear;
        -o-transition: border-color .2s linear;
        transition: border-color .2s linear;
    }

        .oferty-item__btn svg {
            width: 25px;
            height: 12px;
            stroke: var(--blue);
            stroke-width: 1px;
            -webkit-transition: stroke .2s linear;
            -o-transition: stroke .2s linear;
            transition: stroke .2s linear;
        }

    .stubpage-title {
        font-weight: bold;
        margin-bottom: 32px;
        font-size: 56px;
        line-height: 1.2;
    }

    .stubpage-subtitle {
        margin-bottom: 32px;
    }

    .stubpage-btn {
        padding-left: 62px;
        padding-right: 62px;
    }

    .stubpage-img {
        max-width: 200px;
        position: absolute;
    }

    .stubpage-img--right {
        right: 0;
        top: 0;
    }

    .stubpage-img--left {
        left: 0;
        bottom: 0;
    }

    @media (max-width: 767px) {
        .stubpage-content {
            padding: 100px 0;
        }

        .stubpage-img {
            max-width: 80px;
        }

        .stubpage-title {
            font-size: 36px;
        }
    }

    @media (max-width: 1024px) {
        .oferty-content {
            min-height: 300px;
        }

        .oferty-item__btn {
            display: none;
        }

        a.oferty-header {
            margin-left: 0;
            text-align: left;
        }
    }