

/* Start:/local/templates/souz-invest/css/normalize.css?17537706556487*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/souz-invest/css/style.css?175671119117066*/
html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

input:focus,
textarea:focus {
    outline: transparent;
}

@font-face {
    font-family: 'ArialMT';
    src: url("/local/templates/souz-invest/css/../fonts/ArialMT.woff2") format('woff2');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Arial-BoldMT';
    src: url("/local/templates/souz-invest/css/../fonts/Arial-BoldMT.woff2") format('woff2');
    font-display: swap;
    font-weight: 900;
    font-style: normal;
}

:root {
    --bg: #ffffff;
    --first: #2d4191;
    --second: #e31e24;
    --third: #507564;
    --fourth: #2d2c2c;

    --font-family: "ArialMT", sans-serif;
    --second-family: "Arial-BoldMT", sans-serif;
    --third-family: "Tektur-Regular", sans-serif;
    --fourth-family: "Tektur-Medium", sans-serif;
    --fifth-family: "Tektur-SemiBold", sans-serif;
    --six-family: "Tektur-ExtraBold", sans-serif;
    --seven-family: "Tektur-Bold", sans-serif;
    --eight-family: "Tektur-Black", sans-serif;

    --container-width: 1280px;
    --container-offset: 15px;
}

.page-body {
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 360px;
    margin: 0;
    font-family: var(--font-family);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
header {
    box-shadow: 4px 4px 18px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #62c7d5 0%, #536be0 100%);
    height: 50px;
}
.container{
    margin: 0 auto;
    max-width: calc(var(--container-width) + (var(--container-offset) * 2));
    width: 100%;
    padding: 0 var(--container-offset);
}
.invest-market {
    position: relative;
    margin: 0 auto;
    max-width: 1640px;
    width: 100%;
}
.invest-market__rows {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-top: 80px;
}
.invest-market__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.invest-market__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.invest-market__title {
    font-weight: 400;
    font-size: 42px;
    font-family: var(--second-family);
    background: linear-gradient(90deg, #62c3d6 0%, #5474df 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.invest-market__subtitle {
    font-weight: 400;
    font-size: 25px;
    color: #000;
}
.btn-register {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    height: 50px;
    width: 300px;
    box-shadow: 4px 4px 18px 4px rgba(0, 0, 0, 0.15);
    background: linear-gradient(180deg, #62c7d5 0%, #536be0 100%);
}
.invest-market__app {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.invest-market__app img {
    height: 60px;
}
.invest-market__text {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 160%;
}
.routes-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}
.routes-items .routes-item {
    border-radius: 18px;
    background: linear-gradient(180deg, #62c7d5 0%, #536be0 100%);
    box-shadow: 6px 6px 27px 6px rgba(0, 0, 0, 0.15);
    padding: 3px;
}
.routes-item .routes-item__wrap {
    border-radius: 16px;
    background: #fff;
    padding: 15px;
}
.routes-cities__wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}
.routes-cities {
    display: flex;
    gap: 10px;
    align-items: center;
}
.routes-cities span {
    font-weight: 400;
    font-size: 20px;
    color: #000;
}
.routes-cities b {
    background: #818181;
    height: 2px;
    width: 20px;
}
.routes-info__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 15px;
}
.routes-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}
.carrier {
    font-weight: 400;
    font-size: 15px;
    color: #000;
}
.type-cargo {
    font-weight: 400;
    font-size: 16px;
    color: #818181;
}
.finance {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.finance-price span {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 27px;
    color: #3cbbcb;
}
.finance-term {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
.finance-term span {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 138%;
}
.finance-term b {
    font-weight: 400;
    font-size: 22px;
    color: #818181;
}
.finance-bid {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
.finance-bid span {
    font-weight: 400;
    font-size: 18px;
    color: #000;
}
.finance-bid b {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 25px;
    color: #3cbbcb;
}
.btn-fund {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3f60c1;
    border-radius: 7px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    height: 40px;
    width: 180px;
    background: #3d71f5;
    margin-top: 10px;
}
.souz-finance {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 100px;
}
.souz-finance__title {
    font-weight: 400;
    font-size: 28px;
    color: #000;
}
.souz-finance__title span {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 28px;
    color: #5a82fc;
}
.souz-finance__text {
    padding-top: 20px;
}
.souz-finance__text p {
    font-weight: 400;
    font-size: 25px;
    color: #000;
}
.how-work {
    position: relative;
    margin: 0 auto;
    max-width: 1640px;
    width: 100%;
}
.how-work__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.how-work__wrap {
    display: grid;
    grid-template-columns: 1fr 450px;
    gap: 100px;
    margin-top: 100px;
}
.how-work__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.how-work__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    color: #5a82fc;
}
.how-work__subtitle {
    font-weight: 400;
    font-size: 24px;
    color: #000;
}
.how-work__points {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.how-work__point {
    display: flex;
    gap: 10px;
}
.point-number {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.point-number__line {
    border-radius: 9px;
    width: 6px;
    height: 150px;
    background: rgba(90, 130, 252, 0.6);
}
.point-text {
    margin-top: 5px;
    font-weight: 400;
    font-size: 22px;
    color: #000;
}
.advantages {
    margin-top: 100px;
}
.advantages-items {
    box-shadow: 4px 4px 18px 4px rgba(0, 0, 0, 0.15);
    background: linear-gradient(180deg, #62c7d5 0%, #536be0 100%);
    border-radius: 15px;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.2fr;
    gap: 100px;
    padding: 30px 45px;
}
.advantage-title {
    display: flex;
    gap: 15px;
    justify-content: center;
    position: relative;
    padding-bottom: 15px;
}
.advantage-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background-color: #fff;
}
.advantage-title span {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 52px;
    color: #fff;
}
.advantage-subtitle {
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
}
.invest-cargo {
    position: relative;
    margin-top: 150px;
    display: grid;
    grid-template-columns: 600px 1fr;
}
.invest-cargo__bg {
    position: absolute;
    top: -100px;
    right: 0;
    padding-left: 400px;
    z-index: -1;
}
.invest-cargo__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 32px;
    color: #5a82fc;
}
.invest-cargo__subtitle {
    font-weight: 400;
    font-size: 25px;
    color: #000;
    margin-top: 20px;
    padding-right: 160px;
}
.invest-cargo__text {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    padding-right: 160px;
    margin-top: 20px;
}
.invest-notifications {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 50px;
}
.invest-notification {
    border-radius: 18px;
    background: linear-gradient(180deg, #62c7d5 0%, #536be0 100%);
    box-shadow: 6px 6px 27px 6px rgba(0, 0, 0, 0.15);
    padding: 3px;
}
.invest-notification__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    padding: 20px 15px;
    border-radius: 16px;
}
.invest-notification__top {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.invest-notification__title {
    font-weight: 400;
    font-size: 26px;
    color: #5a82fc;
}
.invest-notification__now {
    font-weight: 400;
    font-size: 16px;
    color: #818181;
}
.benefit {
    margin-top: 100px;
}
.benefit-title {
    font-family: var(--second-family);
    color: #5a82fc;
    font-weight: 400;
    font-size: 35px;
}
.benefit-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
    margin-top: 40px;
}
.benefit-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    border-radius: 15px;
    box-shadow: 4px 4px 18px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #62c7d5 0%, #536be0 100%);
    padding: 15px;
}
.benefit-item__title {
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    color: #fff;
}
.benefit-item__subtitle {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.benefit-you {
    margin-top: 100px;
}
.benefit-you__title {
    font-family: var(--second-family);
    color: #5a82fc;
    font-weight: 400;
    font-size: 35px;
}
.benefit-you__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
    margin-top: 40px;
}
.benefit-you__item {
    border-radius: 15px;
    box-shadow: 4px 4px 18px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #62c7d5 0%, #536be0 100%);
    padding: 5px;
}
.benefit-you__wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    border-radius: 13px;
    background: #fff;
    padding: 15px;
    height: 100%;
}
.benefit-wrap__title {
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    color: #000;
}
.benefit-wrap__subtitle {
    font-weight: 400;
    font-size: 20px;
    color: #000;
}
.souz-finance__info {
    margin-top: 100px;
    border-radius: 15px;
    padding: 20px 25px;
    box-shadow: 4px 4px 18px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #62c7d5 0%, #536be0 100%);
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    color: #fff;
}
.platform-solve {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.platform-solve__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    color: #5a82fc;
}
.platform-solve__subtitle {
    font-weight: 400;
    font-size: 25px;
    color: #000;
}
.platform-solve__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
}
.platform-solve__item {
    border-radius: 15px;
    box-shadow: 4px 4px 18px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #62c7d5 0%, #536be0 100%);
    padding: 5px;
}
.platform-item__wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 13px;
    background: #fff;
    padding: 15px;
    height: 100%;
}
.platform-title {
    display: flex;
    gap: 20px;
    align-items: center;
}
.platform-title span {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #000;
}
.platform-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}
.investing-now {
    position: relative;
    margin: 0 auto;
    max-width: 1640px;
    width: 100%;
}
.investing-now__bg {
    position: absolute;
    left: 0;
    top: -50px;
    z-index: -1;
}
.investing-now__wrap {;
    margin-top: 150px;
}
.investing-now__items {
    display: grid;
    grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    gap: 10px;
    margin-top: 20px;
}
.investing-now__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    color: #5a82fc;
}
.investing-now__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.investing-now__item span {
    font-weight: 400;
    font-size: 18px;
    color: #000;
}
.arrow-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 100px;
}
footer {
    margin-top: 130px;
    box-shadow: 4px 4px 18px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #62c7d5 0%, #536be0 100%);
    min-height: 200px;
    padding: 30px 0;
}
.footer-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.footer-menu__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}
.footer-info__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}
.footer-menu__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
@media screen and (max-width: 1280px) {
    .invest-market__title {
        font-size: 40px;
    }
    .invest-market__subtitle {
        font-size: 22px;
    }
    .btn-register {
        font-weight: 400;
        font-size: 22px;
        height: 48px;
        width: 275px;
    }
    .invest-market__text {
        font-size: 18px;
    }
    .routes-items {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    .routes-item:nth-child(1) {
        grid-area: 1 / 1 / 1 / 3;
    }
    .routes-item:nth-child(2) {
        grid-area: 1 / 3 / 1 / 5;
    }
    .routes-item:nth-child(3) {
        grid-area: 2 / 2 / 2 / 4;
    }
    .souz-finance__title,
    .souz-finance__title span {
        font-size: 24px;
    }
    .souz-finance__text p {
        font-size: 21px;
    }
    .advantage-title span {
        font-size: 40px;
    }
    .advantage-title svg {
        width: 34px;
        height: 41px;
    }
    .benefit-items,
    .benefit-you__items {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .advantage-subtitle {
        font-size: 21px;
    }
    .how-work__titlec,
    .invest-cargo__title,
    .benefit-title,
    .benefit-you__title,
    .platform-solve__title,
    .investing-now__title {
        font-size: 28px;
    }
    .how-work__subtitle {
        font-size: 21px;
    }
    .point-text {
        font-size: 20px;
    }
    .point-number svg {
        width: 40px;
        height: 40px;
    }
    .invest-cargo {
        grid-template-columns: 500px 1fr;
    }
    .invest-cargo__title,
    .invest-cargo__subtitle,
    .invest-cargo__text {
        padding-right: 100px;
    }
    .invest-cargo__subtitle {
        font-size: 22px;
    }
    .invest-cargo__text {
        font-size: 18px;
    }
    .benefit-item__title,
    .benefit-wrap__title {
        font-size: 22px;
    }
    .benefit-item__subtitle,
    .benefit-wrap__subtitle {
        font-size: 18px;
    }
    .souz-finance__info,
    .platform-solve__subtitle {
        font-size: 22px;
    }
    .platform-solve__items {
        gap: 30px;
    }
}
@media screen and (max-width: 999px) {
    .invest-market__title {
        font-size: 36px;
    }
    .invest-market__subtitle {
        font-size: 20px;
    }
    .btn-register {
        font-size: 20px;
        height: 46px;
        width: 250px;
    }
    .invest-market__rows {
        padding-top: 50px;
    }
    .investing-now__items {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
    .arrow-wrap {
        display: none;
    }
}
/* End */
/* /local/templates/souz-invest/css/normalize.css?17537706556487 */
/* /local/templates/souz-invest/css/style.css?175671119117066 */
