.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Position */
.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.p-fixed {
    position: fixed !important;
}

/* Color Transparent */
.color-transparent {
    color: transparent !important;
}

/* Background No Repeat */
.bg-no-repeat {
    background-repeat: no-repeat !important;
}

/* Background Size Auto */
.bg-size-auto {
    background-size: auto !important;
}

/* Background Size Cover */
.bg-size-cover {
    background-size: cover !important;
}

/* Background Position Center */
.bg-position-center {
    background-position: center center !important;
}

/* Background Clip Text */
.bg-clip-text {
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

/* Display flex */
.flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-right {
    text-align: right;
}

.pointer {
    cursor: pointer;
}

.color-main-10 {
    color: rgba(72, 73, 77, 0.1);
}

.color-main-20 {
    color: rgba(72, 73, 77, 0.2);
}

.color-main-30 {
    color: rgba(72, 73, 77, 0.3);
}

.color-main-40 {
    color: rgba(72, 73, 77, 0.4);
}

.color-main-50 {
    color: rgba(72, 73, 77, 0.5);
}

.color-main-60 {
    color: rgba(72, 73, 77, 0.6);
}

.color-main-70 {
    color: rgba(72, 73, 77, 0.7);
}

.color-main-80 {
    color: rgba(72, 73, 77, 0.8);
}

.color-main-90 {
    color: rgba(72, 73, 77, 0.9);
}

.color-green-10 {
    color: rgba(76, 175, 104, 0.1);
}

.color-green-20 {
    color: rgba(76, 175, 104, 0.2);
}

.color-green-30 {
    color: rgba(76, 175, 104, 0.3);
}

.color-green-40 {
    color: rgba(76, 175, 104, 0.4);
}

.color-green-50 {
    color: rgba(76, 175, 104, 0.5);
}

.color-green-60 {
    color: rgba(76, 175, 104, 0.6);
}

.color-green-70 {
    color: rgba(76, 175, 104, 0.7);
}

.color-green-80 {
    color: rgba(76, 175, 104, 0.8);
}

.color-green-90 {
    color: rgba(76, 175, 104, 0.9);
}

.color-blue-10 {
    color: rgba(0, 85, 212, 0.1);
}

.color-blue-20 {
    color: rgba(0, 85, 212, 0.2);
}

.color-blue-30 {
    color: rgba(0, 85, 212, 0.3);
}

.color-blue-40 {
    color: rgba(0, 85, 212, 0.4);
}

.color-blue-50 {
    color: rgba(0, 85, 212, 0.5);
}

.color-blue-60 {
    color: rgba(0, 85, 212, 0.6);
}

.color-blue-70 {
    color: rgba(0, 85, 212, 0.7);
}

.color-blue-80 {
    color: rgba(0, 85, 212, 0.8);
}

.color-blue-90 {
    color: rgba(0, 85, 212, 0.9);
}

.color-light-blue-10 {
    color: rgba(46, 165, 255, 0.1);
}

.color-light-blue-20 {
    color: rgba(46, 165, 255, 0.2);
}

.color-light-blue-30 {
    color: rgba(46, 165, 255, 0.3);
}

.color-light-blue-40 {
    color: rgba(46, 165, 255, 0.4);
}

.color-light-blue-50 {
    color: rgba(46, 165, 255, 0.5);
}

.color-light-blue-60 {
    color: rgba(46, 165, 255, 0.6);
}

.color-light-blue-70 {
    color: rgba(46, 165, 255, 0.7);
}

.color-light-blue-80 {
    color: rgba(46, 165, 255, 0.8);
}

.color-light-blue-90 {
    color: rgba(46, 165, 255, 0.9);
}

.color-white-10 {
    color: rgba(255, 255, 255, 0.1);
}

.color-white-20 {
    color: rgba(255, 255, 255, 0.2);
}

.color-white-30 {
    color: rgba(255, 255, 255, 0.3);
}

.color-white-40 {
    color: rgba(255, 255, 255, 0.4);
}

.color-white-50 {
    color: rgba(255, 255, 255, 0.5);
}

.color-white-60 {
    color: rgba(255, 255, 255, 0.6);
}

.color-white-70 {
    color: rgba(255, 255, 255, 0.7);
}

.color-white-80 {
    color: rgba(255, 255, 255, 0.8);
}

.color-white-90 {
    color: rgba(255, 255, 255, 0.9);
}

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

/* Global CSS */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: none;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

img {
    display: block;
    max-width: 100%;
}

section {
    padding: 32px 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    section {
        padding: 36px 0;
    }
}
section:first-child {
    padding-top: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    section:first-child {
        padding-top: 24px;
    }
}
@media screen and (max-width: 767px) {
    section:first-child {
        padding-top: 16px;
    }
}

.h3 {
    font-size: 20px;
    line-height: 150%;
    padding-bottom: 24px;
    width: 100%;
    font-family: "Proxima Nova Semibold";
}

.w-full {
    width: 100%;
    min-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.link-blue {
    color: #2EA5FF;
}

.--bg-light-blue {
    background: #F1F4FC;
}

.link-wrapper img {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
}

.breadcrumbs_wrapper-new {
    margin-top: 32px;
}
.breadcrumbs_wrapper-new .breadcrumb_item {
    padding: 0;
    background: transparent;
}
.breadcrumbs_wrapper-new .breadcrumb_item .breadcrumb_link {
    color: rgba(72, 73, 77, 0.7);
}
.breadcrumbs_wrapper-new .breadcrumb_item .breadcrumb_link:hover {
    color: #48494D;
}
.breadcrumbs_wrapper-new .breadcrumb_item:not(:last-child) {
    position: relative;
}
.breadcrumbs_wrapper-new .breadcrumb_item:not(:last-child):after {
    content: "/";
    border: none;
    width: auto;
    height: auto;
    position: absolute;
    left: 100%;
    margin-left: 6px;
    top: 50%;
    color: rgba(72, 73, 77, 0.7);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.breadcrumbs_wrapper-new .breadcrumb_item:last-child::after {
    content: none;
}
.breadcrumbs_wrapper-new .breadcrumb_item .breadcrumb_nolink {
    color: rgba(72, 73, 77, 0.5);
}

.btn-new {
    font-family: "Proxima Nova Semibold";
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .btn-new {
        width: 100%;
    }
}
.btn-new.btn-medium {
    min-height: 50px;
    padding: 14px 20px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.btn-new.btn-mini {
    padding: 6px 20px;
    min-height: 36px;
}
.btn-new.--blue {
    color: #FFFFFF;
    background: #0055D4;
}
.btn-new.--blue:hover {
    background: #305FE1;
}
.btn-new.--green {
    color: #FFFFFF;
    background: #4caf68;
}
.btn-new.--green:hover {
    background: rgb(70.5952191235, 162.5547808765, 96.6039840637);
}

button[disabled].--blue {
    cursor: default;
    background: #F4F6FB !important;
    color: rgba(72, 73, 77, 0.5);
}

.offer-img {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.offer-img > *:not(.heading_black) {
    width: calc(50% - 15px);
}
@media screen and (max-width: 1199px) {
    .offer-img > *:not(.heading_black) {
        width: 100%;
    }
}
.offer-img > .heading_black {
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .offer-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 0;
    }
}
.offer-img.--vers1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.offer-img.--vers1 .descript {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.offer-img.--vers1 .descript .heading_black {
    padding-bottom: 16px;
}
.offer-img.--vers1 .descript .btn-new {
    margin-top: 32px;
}
@media screen and (max-width: 767px) {
    .offer-img.--vers1 .descript .btn-new {
        margin-top: 24px;
    }
}
.offer-img.--vers1 .img-wrapper {
    border-radius: 32px;
}
@media screen and (max-width: 1199px) {
    .offer-img.--vers1 .img-wrapper {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .offer-img.--vers1 .img-wrapper {
        margin-bottom: 24px;
    }
}
.offer-img.--vers2 > .img-wrapper {
    border-radius: 24px;
}
@media screen and (max-width: 1199px) {
    .offer-img.--vers2 > .img-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .offer-img.--vers2 > .img-wrapper {
        margin-top: 24px;
    }
}
.offer-img.--vers2 > .img-wrapper picture,
.offer-img.--vers2 > .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.offer-img.--vers2 .heading_black {
    padding-bottom: 32px;
}
@media screen and (max-width: 1199px) {
    .offer-img.--vers2 .heading_black {
        padding-bottom: 24px;
    }
}
.offer-img.--vers2 .descript .text {
    padding-bottom: 16px;
}
.offer-img .img-wrapper {
    overflow: hidden;
}
.offer-img .img-wrapper img,
.offer-img .img-wrapper picture {
    display: block;
    max-width: 100%;
}

.approve-items {
    gap: 10px;
}
@media screen and (max-width: 767px) {
    .approve-items {
        overflow-x: auto;
        overflow-y: hidden;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        scroll-padding-left: 16px;
        -webkit-overflow-scrolling: touch;
        width: 100vw;
        margin-left: calc((100vw - 100%) / -2);
        padding: 0 16px 10px;
    }
    .approve-items::-webkit-scrollbar {
        display: none;
    }
    .approve-items {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

.approve-item {
    width: calc(50% - 5px);
    border-radius: 24px;
    border: 1px solid #DFE3E9;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 150%;
}
@media screen and (max-width: 767px) {
    .approve-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 270px;
    }
}

.steps-block_wrapper > .heading_black {
    padding-bottom: 32px;
}
.steps-block_wrapper > .heading_black + .subtitle {
    padding-bottom: 24px;
}
@media screen and (max-width: 1199px) {
    .steps-block_wrapper > .heading_black {
        padding-bottom: 24px;
    }
}
.steps-block_wrapper .btn-wrapper {
    margin-top: 32px;
}

.steps_items.--three {
    gap: 10px;
}
.steps_items.--three .steps_item {
    width: calc(33.3% - 7.27px);
}
@media screen and (max-width: 1199px) {
    .steps_items.--three {
        gap: 20px;
    }
    .steps_items.--three .steps_item {
        width: calc(33.3% - 13.33px);
    }
}
@media screen and (max-width: 767px) {
    .steps_items.--three:not(.no-mobile-scroll) {
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        scroll-padding-left: 20px;
        -webkit-overflow-scrolling: touch;
        width: 100vw;
        margin-left: calc((100vw - 100%) / -2);
        padding: 0 20px 10px;
    }
    .steps_items.--three:not(.no-mobile-scroll)::-webkit-scrollbar {
        display: none;
    }
    .steps_items.--three:not(.no-mobile-scroll) {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .steps_items.--three:not(.no-mobile-scroll) .steps_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 270px;
    }
    .steps_items.--three:not(.no-mobile-scroll) .steps_item .btn-new {
        width: auto;
    }
    .steps_items.--three.no-mobile-scroll {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px;
    }
}
.steps_items.--four {
    gap: 40px;
    -ms-scroll-snap-type: x proximity;
    scroll-snap-type: x proximity;
}
.steps_items.--four .steps_item {
    width: calc(25% - 30px);
}
@media screen and (max-width: 1199px) {
    .steps_items.--four {
        overflow-x: auto;
        overflow-y: hidden;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        scroll-padding-left: 20px;
        -webkit-overflow-scrolling: touch;
        width: 100vw;
        margin-left: calc((100vw - 100%) / -2);
        padding: 0 20px 10px;
    }
    .steps_items.--four::-webkit-scrollbar {
        display: none;
    }
    .steps_items.--four {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .steps_items.--four .steps_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 30vw;
    }
}
@media screen and (max-width: 767px) {
    .steps_items.--four {
        scroll-padding-left: 16px;
    }
    .steps_items.--four .steps_item {
        width: 230px;
    }
}
.steps_items .steps_item {
    border-radius: 24px;
    padding: 24px;
    border: 1px solid #DFE3E9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (max-width: 767px) {
    .steps_items .steps_item {
        padding: 16px;
    }
}
.steps_items .steps_item .steps-number {
    background: #F1F4FC;
    border-radius: 50px;
    padding: 5px 10px;
    color: #1E53FE;
    font-size: 12px;
    line-height: 117%;
    letter-spacing: 0.12em;
}
.steps_items .steps_item .steps-number + .steps-title {
    padding-top: 48px;
}
@media screen and (max-width: 767px) {
    .steps_items .steps_item .steps-number + .steps-title {
        padding-top: 24px;
    }
}
.steps_items .steps_item .steps-title {
    font-size: 18px;
    line-height: 150%;
    padding-bottom: 8px;
}
@media screen and (max-width: 1199px) {
    .steps_items .steps_item .steps-title {
        font-size: 16px;
    }
}
.steps_items .steps_item.--with-img_absolute {
    border-color: transparent;
}
.steps_items .steps_item.--with-img_absolute .steps-title {
    padding-bottom: 4px;
}
.steps_items .steps_item.--with-img_absolute .steps-text {
    font-size: 14px;
    line-height: 150%;
}
.steps_items .steps_item.--with-img_absolute {
    padding-right: 106px;
    position: relative;
    overflow: hidden;
}
.steps_items .steps_item.--with-img_absolute .img-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 96px;
    overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .steps_items .steps_item.--with-img_absolute:not(:last-child) {
        width: calc(50% - 10px);
    }
    .steps_items .steps_item.--with-img_absolute:last-child {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .steps_items .steps_item.--with-img_absolute {
        width: 100%;
    }
}
.steps_items .steps_item.--with-icon {
    -webkit-box-shadow: 6px 12px 32px -4px rgba(107, 107, 107, 0.05);
    box-shadow: 6px 12px 32px -4px rgba(107, 107, 107, 0.05);
}
@media screen and (max-width: 1199px) {
    .steps_items .steps_item.--with-icon {
        -webkit-box-shadow: 6px 10px 10px -4px rgba(107, 107, 107, 0.05);
        box-shadow: 6px 10px 10px -4px rgba(107, 107, 107, 0.05);
    }
}
.steps_items .steps_item.--with-icon .steps-title {
    font-size: 16px;
    padding-top: 48px;
    padding-bottom: 0;
}
@media screen and (max-width: 767px) {
    .steps_items .steps_item.--with-icon .steps-title {
        padding-top: 24px;
    }
}
.steps_items .steps_item.--with-arrow {
    position: relative;
}
.steps_items .steps_item.--with-arrow:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    margin-left: 10px;
    width: 21px;
    height: 21px;
    background: url("../media/auction/icons/arrow-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.steps_items .steps_item .btn-new {
    margin-top: 16px;
}
@media screen and (max-width: 1199px) {
    .steps_items .steps_item .steps-text {
        font-size: 14px;
    }
}

.info-block_wrapper {
    padding: 30px;
    border-radius: 24px;
    padding-left: 0;
}
.info-block_wrapper.--green {
    background: #f0f8f7;
}
.info-block_wrapper.flex-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.info-block_wrapper .img-wrapper {
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.info-block_wrapper .img-wrapper img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.info-block_wrapper .img-wrapper .descript {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 0;
}
.info-block_wrapper .btn-new {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.info-block_wrapper .title {
    font-size: 18px;
    padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
    .info-block_wrapper.flex-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 16px;
        padding-top: 0;
        align-items: flex-start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
    }
    .info-block_wrapper .btn-new {
        width: auto;
    }
    .info-block_wrapper .descript .text {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 22px;
        line-height: 120%;
    }
}/*# sourceMappingURL=auction.css.map */