@charset "UTF-8";
@font-face {
    font-family: 'Exo 2';
    src: url(../fonts/Exo2-Medium.eot);
    src: url(../fonts/Exo2-Medium.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Exo2-Medium.woff2) format('woff2'),
        url(../fonts/Exo2-Medium.woff) format('woff'),
        url(../fonts/Exo2-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Regular.eot);
    src: url(../fonts/OpenSans-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/OpenSans-Regular.woff2) format('woff2'),
        url(../fonts/OpenSans-Regular.woff) format('woff'),
        url(../fonts/OpenSans-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-SemiBold.eot);
    src: url(../fonts/OpenSans-SemiBold.eot?#iefix) format('embedded-opentype'),
        url(../fonts/OpenSans-SemiBold.woff2) format('woff2'),
        url(../fonts/OpenSans-SemiBold.woff) format('woff'),
        url(../fonts/OpenSans-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url(../fonts/Exo2-Bold.eot);
    src: url(../fonts/Exo2-Bold.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Exo2-Bold.woff2) format('woff2'),
        url(../fonts/Exo2-Bold.woff) format('woff'),
        url(../fonts/Exo2-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url(../fonts/Exo2-Regular.eot);
    src: url(../fonts/Exo2-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Exo2-Regular.woff2) format('woff2'),
        url(../fonts/Exo2-Regular.woff) format('woff'),
        url(../fonts/Exo2-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* content container widths */
/* website width */
/* fonts */
/* web safe fonts */
/* colors */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '\2190';
}

[dir='rtl'] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '\2192';
}

[dir='rtl'] .slick-next:before {
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\2022';
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade:not(.show),
.fade:not(.in) {
    opacity: 0;
}

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

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

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

.collapse {
    display: none;
}
.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-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;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid transparent;
}
.modal-header:before,
.modal-header:after {
    content: ' ';
    display: table;
}
.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: normal;
}

.modal-body {
    position: relative;
    padding: 1rem;
}

.modal-footer {
    padding: 1rem;
    text-align: right;
    border-top: 1px solid transparent;
}
.modal-footer:before,
.modal-footer:after {
    content: ' ';
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 680px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 1024px) {
    .modal-lg {
        width: 800px;
    }
}

html {
    color: #35393b;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
html body {
    background: #fff;
    width: auto;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}
html body.menu-open {
    z-index: 0;
    position: fixed;
    height: 100%;
    overflow: hidden;
    padding-top: 78px;
}
html body.menu-open .header {
    background-color: #fff;
}
@media (max-width: 767px) {
    html body.isScroll {
        padding-top: 78px;
    }
}

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

.container {
    width: 100%;
    max-width: 1150px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before,
.container:after {
    content: ' ';
    display: table;
}
.container:after {
    clear: both;
}
@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        max-width: 100%;
        padding: 0 40px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 950px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1150px;
    }
}
.container--faq {
    max-width: 958px;
    margin-bottom: 112px;
}
@media (max-width: 767px) {
    .container--faq {
        margin-bottom: 64px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .container--news,
    .container--examples {
        max-width: 100%;
        padding: 0;
    }
    .container--news .page-title,
    .container--examples .page-title {
        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .container--news,
    .container--examples {
        max-width: 100%;
        padding: 0;
    }
    .container--news .page-title,
    .container--examples .page-title {
        padding: 0 20px;
    }
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    lost-utility: clearfix;
}
.wrapper.isOrganization *.isConsumer {
    display: none !important;
}
.wrapper.isConsumer .isOrganization {
    display: none !important;
}

main {
    min-height: 100vh;
}
@media (max-width: 767px) {
    main {
        height: auto;
    }
}

button {
    background: transparent;
    border: 0;
}

* {
    outline: none;
}
*.no-margin {
    margin: 0;
}
*:focus,
*:active {
    outline: 0 !important;
}

a {
    text-decoration: none;
    color: currentColor;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover {
    text-decoration: none;
}

/*a:not([class]) {
  color: #006B58;
  font-weight: bold; }
  a:not([class]):hover {
    opacity: 0.7; }*/

p {
    margin: 0;
}

.page-title {
    margin: 0;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    line-height: 1em;
    font-size: 38px;
    color: #000;
}
@media (max-width: 767px) {
    .page-title {
        line-height: normal;
        font-size: 27px;
    }
}

.page-subtitle {
    margin: 12px 0 33px;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    line-height: 28px;
    font-size: 21px;
    color: #35393b;
}
@media (max-width: 767px) {
    .page-subtitle {
        font-weight: 500;
        line-height: 28px;
        font-size: 18px;
        margin: 6px 0 27px;
    }
}

.text-title {
    margin: 66px 0 30px;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    font-size: 24px;
    color: #000;
}
@media (max-width: 767px) {
    .text-title {
        font-weight: 500;
        line-height: 28px;
        font-size: 21px;
        margin: 48px 0 23px;
    }
}

.white-block {
    background-color: #fff;
    padding: 112px 0 48px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .white-block {
        padding: 60px 0 30px;
    }
}
@media (max-width: 767px) {
    .white-block {
        padding: 65px 0 48px;
    }
}
.white-block .page-title {
    color: #35393b;
}

.color-block {
    background-color: #f8f8f8;
    padding: 112px 0 48px;
}
.faq-accordion a {
    color: #006b58;
    font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .color-block {
        padding: 60px 0 30px;
    }
}
@media (max-width: 767px) {
    .color-block {
        padding: 65px 0 48px;
    }
}
.color-block .page-title {
    color: #243a4d;
}
.color-block .container--faq {
    margin-bottom: 64px;
}
@media (max-width: 767px) {
    .color-block .container--faq {
        margin-bottom: 16px;
    }
}

.content-row {
    margin-left: -15px;
    margin-right: -15px;
}
.content-row:before,
.content-row:after {
    content: ' ';
    display: table;
}
.content-row:after {
    clear: both;
}

.main-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .main-content {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .main-content {
        float: left;
        width: 66.66667%;
    }
}
.main-content img:not([class]) {
    display: block;
    max-width: 100%;
    margin: 30px 0 48px;
}
@media (max-width: 767px) {
    .main-content img:not([class]) {
        margin: 27px 0 32px;
    }
}
.main-content p {
    line-height: 26px;
    font-size: 16px;
    margin: 15px 0;
}
@media (max-width: 767px) {
    .main-content p {
        line-height: 23px;
        font-size: 14px;
        margin: 13px 0;
    }
}

.main-content-full {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .main-content-full {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .main-content-full {
        float: left;
        width: 100%;
    }
}

.main-content-full p {
    font-size: 16px;
}

.main-content-sm {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .main-content-sm {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .main-content-sm {
        float: left;
        width: 33.33333%;
    }
}

.embed-content {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    margin: 30px auto 16px;
    position: relative;
}
@media (max-width: 767px) {
    .embed-content {
        margin-bottom: 13px;
    }
}
.embed-content iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

ul.custom-list {
    list-style: none;
    padding: 0;
    margin: 40px 0 33px;
}
@media (max-width: 767px) {
    ul.custom-list {
        margin-bottom: 50px;
    }
}
ul.custom-list li {
    position: relative;
    line-height: 26px;
    font-size: 16px;
    padding-left: 28px;
    display: block;
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    ul.custom-list li {
        margin-bottom: 15px;
        line-height: 23px;
        font-size: 14px;
        padding-left: 29px;
    }
}
ul.custom-list li p {
    margin: 32px 0;
}
@media (max-width: 767px) {
    ul.custom-list li p {
        margin: 15px 0;
    }
}
ul.custom-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 16px;
    height: 1px;
    background-color: #35393b;
}
@media (max-width: 767px) {
    ul.custom-list li:before {
        width: 14px;
        top: 12px;
    }
}

ol.custom-list {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 0 0 58px;
    max-width: 635px;
}
@media (max-width: 767px) {
    ol.custom-list {
        margin-bottom: 38px;
    }
}
ol.custom-list ul,
ol.custom-list ul.custom-list {
    margin: 32px 0;
}
@media (max-width: 767px) {
    ol.custom-list ul,
    ol.custom-list ul.custom-list {
        margin: 15px 0;
    }
}
@media (max-width: 767px) {
    ol.custom-list > li {
        margin-bottom: 15px;
        line-height: 23px;
        font-size: 14px;
        padding-left: 21px;
    }
}
ol.custom-list > li p {
    margin: 32px 0;
}
@media (max-width: 767px) {
    ol.custom-list > li p {
        margin: 15px 0;
    }
}
ol.custom-list > li:before {
    content: counter(item) '. ';
    counter-increment: item;
    display: block;
    position: absolute;
    left: 0;
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
}
@media (max-width: 767px) {
    ol.custom-list > li:before {
        line-height: 23px;
        font-size: 14px;
    }
}
ol.custom-list > li ol {
    list-style: none;
    counter-reset: item2;
    padding-left: 0;
    margin-top: 32px;
}
@media (max-width: 767px) {
    ol.custom-list > li ol {
        margin-top: 15px;
    }
}
ol.custom-list > li ol li {
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    ol.custom-list > li ol li {
        margin-bottom: 15px;
    }
}
ol.custom-list > li ol > li:before {
    counter-increment: item2;
    content: counter(item) '.' counter(item2) '. ';
}

.main-content-full .custom-list {
    max-width: 100%;
}

.video-title {
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}
@media (max-width: 767px) {
    .video-title {
        line-height: 18px;
        font-size: 12px;
    }
}

blockquote {
    border-radius: 8px;
    background-color: #727e8c;
    color: #fff;
    margin: 64px 0 56px;
    padding: 42px 27px 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    blockquote {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    blockquote {
        margin: 40px 0 46px;
        padding: 35px 19px 32px;
    }
}
blockquote .icon {
    display: block;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    blockquote .icon {
        margin-bottom: 17px;
    }
}
blockquote .icon .svg {
    display: block;
    width: 30px;
    height: 30px;
}
@media (max-width: 767px) {
    blockquote .icon .svg {
        width: 20px;
        height: 20px;
    }
}
blockquote p {
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    line-height: 28px;
    font-size: 21px;
}
blockquote p.author {
    margin-top: 48px;
}
@media (max-width: 767px) {
    blockquote p.author {
        margin-top: 32px;
    }
}
@media (max-width: 767px) {
    blockquote p {
        font-weight: 500;
        line-height: 28px;
        font-size: 18px;
    }
}
blockquote .author-name {
    display: block;
    margin-bottom: 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
}
blockquote .author-post {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 24px;
    font-size: 14px;
}

.animated.delay-0-5s {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.animated.delay-1s {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.animated.delay-1-5s {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.animated.delay-2s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.animated.delay-2-5s {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.animated.delay-3s {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.animated.delay-3-5s {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

.animated.delay-4s {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.animated.delay-5s {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
}

.animated.delay-6s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes fadeInUpSm {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 20%);
        transform: translate(0, 20%);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes fadeInUpSm {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 20%);
        transform: translate(0, 20%);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (min-width: 1024px) {
    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 1024px) {
    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.header {
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    z-index: 200;
    width: 100%;
}
.header--color {
    background-color: #f8f8f8;
}
@media (max-width: 767px) {
    .header.isScroll {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), inset 0 -1px 0 #e3e3e3;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), inset 0 -1px 0 #e3e3e3;
    }
}
.header.menu-open {
    position: fixed;
    top: 0;
    left: 0;
}
.header__left {
    float: left;
    padding: 19px 0px 19px 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .header__left {
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .header__left {
        padding: 15px;
    }
}
.header__right {
    float: right;
    padding: 14px 9px 0;
}
.header__right__menu .current-menu-item a {
    color: #006b58;
}
.header__right__menu .current-page-ancestor a {
    color: #006b58;
}
/* opt header */
/* @media (max-width: 767px) {
    .header__right .btn.btn--inverted {
        display: none;
    }
} */
/* @media (min-width: 768px) and (max-width: 1023px) {
    .header__right .btn.btn--inverted {
        display: none;
    }
} */
.header__logo {
    display: inline-block;
    margin-right: 33px;
    float: left;
}
@media (max-width: 767px) {
    .header__logo {
        margin-right: 13px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .header__logo {
        margin-right: 13px;
    }
}
.header__logo .svg-icon {
    display: block;
    width: 74px;
    height: 62px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .header__logo .svg-icon {
        width: 58px;
        height: 48px;
    }
}
@media (max-width: 767px) {
    .header__logo .svg-icon {
        width: 58px;
        height: 48px;
    }
}
.header__link {
    display: inline-block;
    margin-right: 35px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header__link:hover {
    color: #006b58;
}
@media (max-width: 767px) {
    .header__link {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .header__link {
        display: none;
    }
}
.header__link.active {
    color: #006b58;
}

.header-wrap {
    margin-left: 0;
    margin-right: 0;
}
.header-wrap:before,
.header-wrap:after {
    content: ' ';
    display: table;
}
.header-wrap:after {
    clear: both;
}

.mobile-burger {
    position: relative;
    display: block;
    width: 24px;
    height: 20px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background: transparent;
}
@media (min-width: 1025px) {
    .mobile-burger {
        display: none;
    }
}

.mobile-burger > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

.mobile-burger > span:before,
.mobile-burger > span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

.mobile-burger > span:after {
    background-color: #000;
}

.mobile-burger > span:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.mobile-burger > span:after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

/* OPENED */
.mobile-burger:not(.collapsed) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-burger:not(.collapsed) > span:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-burger:not(.collapsed) > span:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-nav-container {
    display: none;
    position: fixed;
    top: 79px;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
}
@media (max-width: 767px) {
    .mobile-nav-container {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .mobile-nav-container {
        display: block;
    }
}

.mobile-nav {
    height: calc(100vh - 79px);
    padding: 42px 20px;
    overflow: scroll;
    -ms-autohiding-scrollbar: scroll;
}
.mobile-nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-nav__list li {
    line-height: 28px;
    font-size: 21px;
    color: #243a4d;
    margin-bottom: 30px;
}
.mobile-nav__list li a {
    color: currentColor;
    font-weight: normal;
}
.mobile-nav__list li.active {
    color: #006b58;
}
.mobile-nav__btn-container {
    padding: 5px 0;
}
.mobile-nav__btn-container .btn.btn--inverted {
    width: 100%;
    height: 56px;
    line-height: 56px;
}

.menu-footer {
    bottom: 0;
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 402px);
}
.menu-footer p + p {
    margin-top: 8px;
}
.menu-footer p a {
    line-height: 28px;
    font-size: 21px;
    color: #35393b;
}

.promo {
    background: #f8f8f8;
    height: auto;
    overflow: hidden;
    position: relative;
}
@media (min-width: 1024px) {
    .promo {
        height: 660px;
    }
}
.promo--beige {
    background: #f8f8f8;
}
.promo__desc {
    padding: 48px 0 25px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
}
@media (min-width: 768px) {
    .promo__desc {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .promo__desc {
        float: left;
        width: 83.33333%;
    }
}
@media (min-width: 1280px) {
    .promo__desc {
        float: left;
        width: 66.66667%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .promo__desc {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}
@media (min-width: 1024px) {
    .promo__desc {
        padding-top: 97px;
        padding-bottom: 40px;
    }
}
.promo__desc p {
    opacity: 0.8;
    max-width: 545px;
}
@media (max-width: 767px) {
    .promo__desc p {
        line-height: 18px;
        font-size: 12px;
        color: #747272;
        opacity: 1;
    }
}
.promo__desc .animated {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
@media (max-width: 1024px) {
    .promo__desc .animated {
        /* opacity: 0; */
        /* -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0); */
        transform: none;
    }
}
.promo__title {
    line-height: 1em;
    font-size: 48px;
    margin: 0 0 39px;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #000;
}
@media (max-width: 767px) {
    .promo__title {
        line-height: normal;
        font-size: 27px;
    }
}
@media (max-width: 767px) {
    .promo__title {
        margin-bottom: 16px;
    }
}
.promo__content {
    position: relative;
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
}
.promo__content:before,
.promo__content:after {
    content: ' ';
    display: table;
}
.promo__content:after {
    clear: both;
}
.promo__text {
    line-height: 26px;
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
    max-width: 545px;
}
.promo__text a {
    color: #006b58;
    font-weight: bold;
}
@media (max-width: 767px) {
    .promo__text {
        line-height: 23px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}
.promo__text + p {
    margin: 17px 0 8px;
}
.promo .btn-container {
    padding: 40px 0;
}
@media (max-width: 767px) {
    .promo .btn-container {
        padding-top: 30px;
    }
}
.promo .btn-container .btn + .btn {
    margin-left: 10px;
}
@media (max-width: 767px) {
    .promo .btn-container .btn + .btn {
        margin-left: 0;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .promo .btn-container .btn {
        width: 100%;
    }
}
.promo .btn-container .btn.btn--inverted {
    height: 56px;
    line-height: 56px;
    min-width: 219px;
    font-size: 14px;
}
@media (max-width: 767px) {
    .promo .btn-container .btn.btn--inverted {
        display: block;
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        padding: 0 20px;
    }
}

.promo-gradient {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(50.36%, #f8f8f8),
        color-stop(96.24%, rgba(248, 248, 248, 0))
    );
    background: -webkit-linear-gradient(
        left,
        #f8f8f8 50.36%,
        rgba(248, 248, 248, 0) 96.24%
    );
    background: -o-linear-gradient(
        left,
        #f8f8f8 50.36%,
        rgba(248, 248, 248, 0) 96.24%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(50.36%, #f8f8f8),
        color-stop(96.24%, rgba(248, 248, 248, 0))
    );
    background: linear-gradient(
        90deg,
        #f8f8f8 50.36%,
        rgba(248, 248, 248, 0) 96.24%
    );
    display: none;
}
@media (min-width: 1024px) {
    .promo-gradient {
        width: 100%;
        display: block;
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(50.36%, #f8f8f8),
            color-stop(96.24%, rgba(248, 248, 248, 0))
        );
        background: -webkit-linear-gradient(
            left,
            #f8f8f8 50.36%,
            rgba(248, 248, 248, 0) 96.24%
        );
        background: -o-linear-gradient(
            left,
            #f8f8f8 50.36%,
            rgba(248, 248, 248, 0) 96.24%
        );
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(50.36%, #f8f8f8),
            color-stop(96.24%, rgba(248, 248, 248, 0))
        );
        background: linear-gradient(
            90deg,
            #f8f8f8 50.36%,
            rgba(248, 248, 248, 0) 96.24%
        );
    }
}
@media (min-width: 1700px) {
    .promo-gradient {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(52.36%, #f8f8f8),
            color-stop(96.24%, rgba(248, 248, 248, 0))
        );
        background: -webkit-linear-gradient(
            left,
            #f8f8f8 52.36%,
            rgba(248, 248, 248, 0) 96.24%
        );
        background: -o-linear-gradient(
            left,
            #f8f8f8 52.36%,
            rgba(248, 248, 248, 0) 96.24%
        );
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(52.36%, #f8f8f8),
            color-stop(96.24%, rgba(248, 248, 248, 0))
        );
        background: linear-gradient(
            90deg,
            #f8f8f8 52.36%,
            rgba(248, 248, 248, 0) 96.24%
        );
    }
}
@media (min-width: 1800px) {
    .promo-gradient {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(54.36%, #f8f8f8),
            color-stop(96.24%, rgba(248, 248, 248, 0))
        );
        background: -webkit-linear-gradient(
            left,
            #f8f8f8 54.36%,
            rgba(248, 248, 248, 0) 96.24%
        );
        background: -o-linear-gradient(
            left,
            #f8f8f8 54.36%,
            rgba(248, 248, 248, 0) 96.24%
        );
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(54.36%, #f8f8f8),
            color-stop(96.24%, rgba(248, 248, 248, 0))
        );
        background: linear-gradient(
            90deg,
            #f8f8f8 54.36%,
            rgba(248, 248, 248, 0) 96.24%
        );
    }
}
@media (min-width: 1850px) {
    .promo-gradient {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(56.36%, #f8f8f8),
            color-stop(96.24%, rgba(248, 248, 248, 0))
        );
        background: -webkit-linear-gradient(
            left,
            #f8f8f8 56.36%,
            rgba(248, 248, 248, 0) 96.24%
        );
        background: -o-linear-gradient(
            left,
            #f8f8f8 56.36%,
            rgba(248, 248, 248, 0) 96.24%
        );
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(56.36%, #f8f8f8),
            color-stop(96.24%, rgba(248, 248, 248, 0))
        );
        background: linear-gradient(
            90deg,
            #f8f8f8 56.36%,
            rgba(248, 248, 248, 0) 96.24%
        );
    }
}
@media (min-width: 1920px) {
    .promo-gradient {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(62.36%, #f8f8f8),
            color-stop(96.24%, rgba(248, 248, 248, 0))
        );
        background: -webkit-linear-gradient(
            left,
            #f8f8f8 62.36%,
            rgba(248, 248, 248, 0) 96.24%
        );
        background: -o-linear-gradient(
            left,
            #f8f8f8 62.36%,
            rgba(248, 248, 248, 0) 96.24%
        );
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(62.36%, #f8f8f8),
            color-stop(96.24%, rgba(248, 248, 248, 0))
        );
        background: linear-gradient(
            90deg,
            #f8f8f8 62.36%,
            rgba(248, 248, 248, 0) 96.24%
        );
    }
}

.promo-img {
    z-index: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: none;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.promo-img.animated {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@media (min-width: 1024px) {
    .promo-img.animated.fadeInUp {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }
}
@media (min-width: 1024px) {
    .promo__title, .promo__text, .promo__button {
        opacity:0;
    }
}
@media (min-width: 1024px) {
    .promo-img.animated {
        opacity: 0;
    }
    /* fix ie background 11 */
    _:-ms-fullscreen,
    .promo-img.animated {
        opacity: 1;
    }
}
@media (min-width: 1024px) {
    .promo-img {
        display: block;
        right: -113px;
    }
}
@media (min-width: 1280px) {
    .promo-img {
        right: 0;
    }
}

.promo-wrap {
    height: calc(100% - 95px);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .promo-wrap {
        background: none !important;
    }
}
@media (max-width: 767px) {
    .promo-wrap {
        background: none !important;
    }
}
@media (min-width: 1024px) {
    .promo-wrap {
        background-size: auto 98%;
    }
}
@media (min-width: 1280px) {
    .promo-wrap {
        background-size: auto 115%;
    }
}
.promo-wrap .container {
    position: relative;
    z-index: 3;
}

.promo-map {
    position: absolute;
    right: 23px;
    top: -55px;
    display: none;
    z-index: 0;
}
.promo-map.animated {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@media (min-width: 1024px) {
    .promo-map.animated.fadeInUp {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }
}
@media (min-width: 1024px) {
    .promo-map.animated {
        opacity: 0;
    }
}
@media (min-width: 1024px) {
    .promo-map {
        display: block;
        right: -85px;
    }
}
@media (min-width: 1280px) {
    .promo-map {
        right: -50px;
    }
}
.promo-map img {
    display: block;
    width: 860px;
}
.promo-map__item {
    position: absolute;
    width: 225px;
    text-align: center;
    display: none;
}
.promo-map__item .num {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    line-height: 1em;
    font-size: 38px;
    text-align: center;
    color: #35393b;
}
.promo-map__item .num span {
    line-height: 24px;
    font-size: 16px;
}
.promo-map__item .text {
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    color: #000000;
}
.promo-map__item .icons {
    width: 100%;
    height: 20px;
    position: relative;
    margin-bottom: 22px;
}
.promo-map__item .circle {
    width: 11px;
    height: 11px;
    background-color: #c0ac99;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: calc(50% - 5px);
}
.promo-map__item .ringring {
    border: 3px solid #c0ac99;
    -webkit-border-radius: 30px;
    height: 17px;
    width: 17px;
    position: absolute;
    left: calc(50% - 8px);
    top: 2px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
.promo-map__item--1 {
    left: 375px;
    top: 112px;
}
.promo-map__item--2 {
    left: 188px;
    top: 335px;
}
.promo-map__item--3 {
    right: 109px;
    top: 275px;
}

.btn {
    display: inline-block;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    padding: 0 34px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
}
@media (max-width: 767px) {
    .btn {
        font-size: 13px;
    }
}
.btn--inverted {
    border: 1px solid #c7d3e0;
}
.btn--inverted:hover {
    border: 1px solid #a1a1a1;
    color: #747272;
}
.btn--inverted:active {
    border: 1px solid #a1a1a1;
    background-color: #efefef;
    color: #747272;
}
.btn--default {
    background-color: #006b58;
    color: #fff;
}
.btn--default:hover {
    background-color: #108772;
}
.btn--default:active {
    background-color: #065749;
}
.btn--gold {
    background-color: #c3a587;
    font-weight: 600;
    color: #fff;
}
.btn--gold:hover {
    background-color: #c0ac99;
}
.btn--gold:active {
    background-color: #b09173;
}
.btn--xs {
    height: 42px;
    line-height: 42px;
}
.btn--md {
    height: 56px;
    width: 256px;
    font-weight: 600;
    line-height: 56px;
    font-size: 16px;
    text-align: center;
}
@media (max-width: 767px) {
    .btn--md {
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        width: 196px;
        padding: 0 20px;
    }
}

.main {
    padding: 0 0 70px;
}

.hidden {
    display: none;
}

.main-content {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}
@media (min-width: 1280px) {
    .main-content {
        float: left;
        width: 100%;
    }
}
.main-content--side {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1024px) {
    .main-content--side {
        float: left;
        width: 66.66667%;
    }
}
@media (min-width: 1280px) {
    .main-content--side {
        float: left;
        width: 66.66667%;
    }
}
.main-content--side p,
.main-content--side ul {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1280px) {
    .main-content--side p,
    .main-content--side ul {
        float: left;
        width: 91.66667%;
    }
}

.content-left {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1280px) {
    .content-left {
        float: left;
        width: 91.66667%;
    }
}

.content-links {
    padding-left: 0 !important;
    position: relative;
    min-height: 50px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1024px) {
    .content-links {
        float: left;
        width: 66.66667%;
    }
}
@media (min-width: 1280px) {
    .content-links {
        float: left;
        width: 66.66667%;
    }
}
.content-links--full-width {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1024px) {
    .content-links--full-width {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1280px) {
    .content-links--full-width {
        float: left;
        width: 100%;
    }
}
.content-links__text {
    font-size: 16px;
    padding-bottom: 20px;
}
.content-links__list {
    padding-left: 0;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .content-links__list {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1280px) {
    .content-links__list {
        float: left;
        width: 91.66667%;
    }
}

.curruption-footer-link {
    display: none;
    color: #006b58;
    font-weight: bold;
}
@media (max-width: 1023px) {
    .curruption-footer-link {
        display: block;
    }
}

.corruption-page-title {
    color: #000;
    line-height: 1em;
    font-size: 38px;
    font-family: 'Exo 2', sans-serif;
    margin-top: 0;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1280px) {
    .corruption-page-title {
        float: left;
        width: 91.66667%;
    }
}
@media (max-width: 767px) {
    .corruption-page-title {
        line-height: 24px;
        font-size: 24px;
    }
}

.links-menu {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1280px) {
    .links-menu {
        float: left;
        width: 100%;
    }
}
.links-menu--side {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .links-menu--side {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .links-menu--side {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 1280px) {
    .links-menu--side {
        float: left;
        width: 33.33333%;
    }
}
.links-menu__list {
    list-style-type: none;
    padding-left: 0;
}
.links-menu__list-item-comment {
    color: #777;
    display: block;
    font-size: 90%;
    font-style: italic;
    line-height: 1.2;
}
.links-menu__list-item {
    border-bottom: 1px solid #e2e7eb;
    padding: 10px 10px;
}
.links-menu__list-item:hover {
    cursor: pointer;
}
.links-menu__list-item--selected {
    background: #e2e7eb;
}
.links-menu__sub-menu-item-container {
    margin-top: -1px;
}
.links-menu__sub-menu--item {
    width: 305px;
    margin-left: 40px;
}
@media (max-width: 1279px) {
    .links-menu__sub-menu--item {
        width: auto;
    }
}
.links-menu__caption {
    padding-left: 10px;
}
.links-menu__link {
    padding-left: 20px;
}
.links-menu__link,
.links-menu__caption {
    display: block;
    height: 100%;
    color: #008675;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    line-height: 1.3em;
}
@media (min-width: 1280px) {
    .links-menu__link,
    .links-menu__caption {
        font-size: 15px;
    }
}
.links-menu__caption {
    font-size: 15px;
    font-family: 'Exo 2', sans-serif;
    border-bottom: 1px solid #e2e7eb;
}
.links-menu__caption:hover {
    color: #727e8c;
}
.links-menu__link--side {
    padding-left: 0;
}
.links-menu__link--side:hover {
    color: #727e8c;
}

.inner-menu {
    background: #f7f7f7;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.inner-menu__paragraph {
    margin-bottom: 1em;
}
.inner-menu__list {
    list-style-type: none;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1280px) {
    .inner-menu__list {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .inner-menu__list {
        float: left;
        width: 50%;
    }
}
.inner-menu__list a:before {
    content: '-';
    color: #8f0222;
}
.inner-menu__list-item {
    padding-bottom: 5px;
    position: relative;
    padding-left: 10px;
}
.inner-menu__link {
    color: #143f9e;
    border-color: rgba(20, 63, 158, 0.3);
    cursor: pointer;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font: normal 90%/1.4 Arial, sans-serif;
}
.inner-menu__pdf-sprite {
    position: absolute;
    border-radius: 4px;
    height: 15px;
    width: 20px;
    background: #a90329;
    top: 7px;
    left: -25px;
    background: -webkit-linear-gradient(
        top,
        #a90329 0%,
        #8f0222 50%,
        #6d0019 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#a90329),
        color-stop(50%, #8f0222),
        to(#6d0019)
    );
    background: -o-linear-gradient(top, #a90329 0%, #8f0222 50%, #6d0019 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#a90329),
        color-stop(50%, #8f0222),
        to(#6d0019)
    );
    background: -o-linear-gradient(top, #a90329 0%, #8f0222 50%, #6d0019 100%);
    background: linear-gradient(
        to bottom,
        #a90329 0%,
        #8f0222 50%,
        #6d0019 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
}
.inner-menu__pdf-sprite:before {
    content: 'PDF';
    position: absolute;
    font-size: 8px;
    font-weight: 700;
    color: #ffffff;
    top: -5px;
    left: 2px;
}

.comission__table {
    margin-top: 50px;
}

.comission tr {
    height: 50px;
    cursor: pointer;
    border-bottom: 1px solid #ebebeb;
}
.comission tr:hover {
    background: #ebebeb;
}

.comission td {
    padding-left: 20px;
    padding-right: 20px;
}

.comission td:nth-child(2n) {
    min-width: 50px;
    text-align: center;
}

.fin-obr {
    padding: 0 0 80px;
}
@media (max-width: 767px) {
    .fin-obr {
        padding: 0 0 49px;
    }
}
@media (min-width: 1024px) {
    .fin-obr {
        min-height: calc(100vh - 669px);
    }
}
.fin-obr__description-text {
    font-size: 16px;
    padding-top: 40px;
}
.fin-obr__links {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1024px) {
    .fin-obr__links {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1280px) {
    .fin-obr__links {
        float: left;
        width: 100%;
    }
}
.fin-obr__item-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.fin-obr__item-wrap a:hover {
    opacity: 0.9;
}
@media (min-width: 1024px) {
    .fin-obr__item-wrap {
        float: left;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .fin-obr__item-wrap {
        padding: 0 15px;
    }
}
.fin-obr__item50 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .fin-obr__item50 {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .fin-obr__item50 {
        float: left;
        width: 33.33333%;
    }
}
@media (max-width: 767px) {
    .fin-obr__item50 {
        margin-bottom: 15px;
    }
}

.dropdown {
    position: relative;
    float: left;
    padding-top: 16px;
}
@media (max-width: 767px) {
    .dropdown {
        padding-top: 10px;
    }
}
.dropdown.open > .dropdown-menu {
    display: block;
}
.dropdown.open .dropdown-toggle {
    color: #fff;
    opacity: 0.5;
}
.dropdown.open .dropdown-toggle:after {
    display: none;
}
.dropdown.open > a {
    outline: 0;
}

.dropdown-toggle {
    border: 0;
    background-color: transparent;
    position: relative;
    z-index: 1001;
}
.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 5px;
    left: -10px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 150px;
    padding: 48px 16px 16px;
    margin: 0;
    list-style: none;
    text-align: left;
    background-color: #727e8c;
    border: none;
    border-radius: 4px;
    background-clip: padding-box;
}
.dropdown-menu .dropdown-item {
    display: block;
    clear: both;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.dropdown-menu .dropdown-item:hover {
    color: #dae1ea;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.rules {
    margin-left: -15px;
    margin-right: -15px;
    padding: 63px 0 30px;
}
.rules a {
    color: #006b58;
    font-weight: bold;
}
.rules:before,
.rules:after {
    content: ' ';
    display: table;
}
.rules:after {
    clear: both;
}

@media (max-width: 767px) {
    .rules {
        padding-top: 41px;
    }
}
.rules__in {
    position: relative;
}
.rules__item {
    margin-bottom: 33px;
}
@media (max-width: 767px) {
    .rules__item {
        margin-bottom: 40px;
    }
}
.rules__item--left {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: left;
}
@media (min-width: 768px) {
    .rules__item--left {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .rules__item--left {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 1280px) {
    .rules__item--left {
        float: left;
        width: 33.33333%;
    }
}
.rules__item--right {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: none;
}
@media (min-width: 768px) {
    .rules__item--right {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .rules__item--right {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .rules__item--right {
        margin-left: 8.33333%;
    }
}
@media (min-width: 1280px) {
    .rules__item--right {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 1280px) {
    .rules__item--right {
        margin-left: 8.33333%;
    }
}
.rules__item--sm {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: none;
}
@media (min-width: 768px) {
    .rules__item--sm {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .rules__item--sm {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1280px) {
    .rules__item--sm {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 1024px) {
    .rules__item--sm {
        margin-left: 8.33333%;
    }
}
@media (min-width: 1280px) {
    .rules__item--sm {
        margin-left: 8.33333%;
    }
}
.rules__item--sm p {
    max-width: 350px;
}
.rules__item--xs {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: none;
}
@media (min-width: 768px) {
    .rules__item--xs {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .rules__item--xs {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1280px) {
    .rules__item--xs {
        float: left;
        width: 16.66667%;
    }
}
@media (min-width: 1280px) {
    .rules__item--xs {
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    .rules__item--xs {
        margin-bottom: 16px;
    }
}
.rules__item--xs.visible-md {
    display: block;
}
@media (min-width: 1280px) {
    .rules__item--xs.visible-md {
        display: none;
    }
}
.rules__item--xs.hidden-md {
    display: none;
}
@media (min-width: 1280px) {
    .rules__item--xs.hidden-md {
        display: block;
    }
}
.rules__item--50 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: left;
}
@media (min-width: 768px) {
    .rules__item--50 {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .rules__item--50 {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1280px) {
    .rules__item--50 {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 1024px) {
    .rules__item--50 .rules__in {
        padding-right: 40px;
    }
}
.rules__item--50:nth-of-type(even) {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: none;
}
@media (min-width: 768px) {
    .rules__item--50:nth-of-type(even) {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .rules__item--50:nth-of-type(even) {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .rules__item--50:nth-of-type(even) {
        margin-left: 0%;
    }
}
@media (min-width: 1280px) {
    .rules__item--50:nth-of-type(even) {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 1280px) {
    .rules__item--50:nth-of-type(even) {
        margin-left: 0%;
    }
}
@media (min-width: 1024px) {
    .rules__item--50:nth-of-type(even) .rules__in {
        padding-right: 0;
    }
}
.rules__text h3 {
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    font-size: 21px;
    color: #000;
    padding: 0;
    margin: 0 0 13px;
    position: relative;
    z-index: 0;
}

@media (max-width: 767px) {
    .rules__text h3 {
        line-height: 28px;
        font-size: 18px;
        margin-bottom: 8px;
    }
}
.rules__text p {
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
}
@media (max-width: 767px) {
    .rules__text p {
        line-height: 23px;
        font-size: 14px;
    }
}
.rules__text .btn.btn--inverted {
    color: #000;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
    padding: 0 41px;
}
@media (min-width: 1024px) {
    .rules__text {
        opacity: 0;
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        transform: translate(0, 10%);
    }
    /* fix ie 11 */
    _:-ms-fullscreen,
    .rules__icon,
    .rules__text {
        opacity: 1 !important;
    }
}

.rules__text.animated {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
@media (min-width: 1024px) {
    .rules__text.animated.fadeInUp {
        -webkit-animation-name: fadeInUpSm;
        animation-name: fadeInUpSm;
    }
}
.rules__icon {
    margin-bottom: 24px;
    position: relative;
    z-index: 0;
}
@media (min-width: 1024px) {
    .rules__icon {
        opacity: 0;
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
        /* -ms-transform: translate(0, 50%); */
    }
}
@media (max-width: 767px) {
    .rules__icon {
        margin-bottom: 16px;
    }
}
.rules__icon .svg {
    display: block;
}
.rules__icon .svg--1 {
    width: 52px;
    height: 42px;
}
.rules__icon .svg--2 {
    height: 42px;
    width: 49px;
}
.rules__icon .svg--3 {
    height: 45px;
    width: 36px;
}
.rules__icon .svg--4 {
    height: 45px;
    width: 64px;
}
@media (min-width: 1024px) {
    .rules__icon.animated {
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
    }
}
.rules__in.animated {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
@media (min-width: 1024px) {
    .rules__in.animated {
        opacity: 0;
    }
}
@media (min-width: 1024px) {
    .rules__in.animated.fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }
}
.rules__instruction {
    display: block;
    color: #006b58;
    margin-top: 32px;
}
.rules__instruction span {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
    .rules__instruction span {
        display: inline-block;
        vertical-align: text-bottom;
    }
}
.rules__instruction img {
    display: block;
    width: 99px;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .rules__instruction img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px 0 0;
    }
}
.rules__instruction:hover span {
    opacity: 0.5;
}








.for_customers {
    margin-left: -15px;
    margin-right: -15px;
    padding: 63px 0 30px;
}
.for_customers a {
    color: #006b58;
    font-weight: bold;
}
.for_customers:before,
.for_customers:after {
    content: ' ';
    display: table;
}
.for_customers:after {
    clear: both;
}

@media (max-width: 767px) {
    .for_customers {
        padding-top: 41px;
    }
}
.for_customers__in {
    position: relative;
}
.for_customers__item {
    margin-bottom: 33px;
}
@media (max-width: 767px) {
    .for_customers__item {
        margin-bottom: 40px;
    }
}
.for_customers__item--left {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: left;
}
@media (min-width: 768px) {
    .for_customers__item--left {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .for_customers__item--left {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 1280px) {
    .for_customers__item--left {
        float: left;
        width: 33.33333%;
    }
}
.for_customers__item--right {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: none;
}
@media (min-width: 768px) {
    .for_customers__item--right {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .for_customers__item--right {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .for_customers__item--right {
        margin-left: 8.33333%;
    }
}
@media (min-width: 1280px) {
    .for_customers__item--right {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 1280px) {
    .for_customers__item--right {
        margin-left: 8.33333%;
    }
}
.for_customers__item--sm {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: none;
}
@media (min-width: 768px) {
    .for_customers__item--sm {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .for_customers__item--sm {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1280px) {
    .for_customers__item--sm {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 1024px) {
    .for_customers__item--sm {
        margin-left: 8.33333%;
    }
}
@media (min-width: 1280px) {
    .for_customers__item--sm {
        margin-left: 8.33333%;
    }
}
.for_customers__item--sm p {
    max-width: 350px;
}
.for_customers__item--xs {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: none;
}
@media (min-width: 768px) {
    .for_customers__item--xs {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .for_customers__item--xs {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1280px) {
    .for_customers__item--xs {
        float: left;
        width: 16.66667%;
    }
}
@media (min-width: 1280px) {
    .for_customers__item--xs {
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    .for_customers__item--xs {
        margin-bottom: 16px;
    }
}
.for_customers__item--xs.visible-md {
    display: block;
}
@media (min-width: 1280px) {
    .for_customers__item--xs.visible-md {
        display: none;
    }
}
.for_customers__item--xs.hidden-md {
    display: none;
}
@media (min-width: 1280px) {
    .for_customers__item--xs.hidden-md {
        display: block;
    }
}
.for_customers__item--50 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: left;
}
@media (min-width: 768px) {
    .for_customers__item--50 {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .for_customers__item--50 {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1280px) {
    .for_customers__item--50 {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 1024px) {
    .for_customers__item--50 .for_customers__in {
        padding-right: 40px;
    }
}
.for_customers__item--50:nth-of-type(even) {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: none;
}
@media (min-width: 768px) {
    .for_customers__item--50:nth-of-type(even) {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .for_customers__item--50:nth-of-type(even) {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .for_customers__item--50:nth-of-type(even) {
        margin-left: 0%;
    }
}
@media (min-width: 1280px) {
    .for_customers__item--50:nth-of-type(even) {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 1280px) {
    .for_customers__item--50:nth-of-type(even) {
        margin-left: 0%;
    }
}
@media (min-width: 1024px) {
    .for_customers__item--50:nth-of-type(even) .for_customers__in {
        padding-right: 0;
    }
}
.for_customers__text h3 {
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    font-size: 21px;
    color: #000;
    padding: 0;
    margin: 0 0 13px;
    position: relative;
    z-index: 0;
}

@media (max-width: 767px) {
    .for_customers__text h3 {
        line-height: 28px;
        font-size: 18px;
        margin-bottom: 8px;
    }
}
.for_customers__text p {
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
}
@media (max-width: 767px) {
    .for_customers__text p {
        line-height: 23px;
        font-size: 14px;
    }
}
.for_customers__text .btn.btn--inverted {
    color: #000;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
    padding: 0 41px;
}


.for_customers__icon {
    margin-bottom: 24px;
    position: relative;
    z-index: 0;
}

@media (max-width: 767px) {
    .for_customers__icon {
        margin-bottom: 16px;
    }
}
.for_customers__icon .svg {
    display: block;
	height: 42px;
    width: 49px;
}

.for_customers__instruction {
    display: block;
    color: #006b58;
    margin-top: 32px;
}
.for_customers__instruction span {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
    .for_customers__instruction span {
        display: inline-block;
        vertical-align: text-bottom;
    }
}
.for_customers__instruction img {
    display: block;
    width: 99px;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .for_customers__instruction img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px 0 0;
    }
}
.for_customers__instruction:hover span {
    opacity: 0.5;
}










.form-control {
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.search-form {
    margin-bottom: 15px;
}
.search-form__group {
    position: relative;
}
.search-form__group .form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 56px;
    border: 1px solid #e3e3e3;
    padding: 10px 51px 10px 20px;
    font-size: 14px;
}
.search-form__group .form-control:hover,
.search-form__group .form-control:focus {
    border: 1px solid #a1a1a1;
}
.search-form__group .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #a1a1a1;
}
.search-form__group .form-control::-moz-placeholder {
    font-size: 14px;
    color: #a1a1a1;
}
.search-form__group .form-control:-moz-placeholder {
    font-size: 14px;
    color: #a1a1a1;
}
.search-form__group .form-control:-ms-input-placeholder {
    font-size: 14px;
    color: #a1a1a1;
}
.search-form__group .form-control.no-result {
    border: 1px solid #f9c154;
}
.search-form__group .form-control.is-result {
    border: 1px solid #006b58;
}
.search-form__group .search-icon {
    display: block;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 16px;
    z-index: 10;
}
.search-form__group .search-icon .svg {
    display: block;
    width: 100%;
    height: 100%;
}

.form-container {
    margin: 0 auto;
}
@media (max-width: 767px) {
    .form-container {
        width: 100%;
    }
}
.form-container p {
    line-height: 18px;
    font-size: 12px;
    color: #7b7e84;
}

.form-btn-container {
    padding: 8px 15px;
}
.form-btn-container .btn {
    min-width: 212px;
}
@media (max-width: 767px) {
    .form-btn-container .btn {
        min-width: 192px;
    }
}

.form-group {
    display: table;
    width: 100%;
}
@media (max-width: 767px) {
    .form-group {
        display: block;
    }
}
.form-group__item {
    display: table-cell;
    width: 100%;
    padding: 15px;
    vertical-align: top;
    position: relative;
}
@media (max-width: 767px) {
    .form-group__item {
        display: block;
        padding: 13px 15px;
    }
}
.form-group__item--50 {
    width: 50%;
}
@media (max-width: 767px) {
    .form-group__item--50 {
        display: block;
        width: 100%;
    }
}
.form-group__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}
.form-group__checkbox + label {
    height: 20px;
    width: 20px;
    border: 1px solid #dddddd;
    border-radius: 0;
    margin: 2px 10px 0 0;
    position: relative;
    cursor: pointer;
    display: block;
    float: left;
}
.form-group__checkbox + label:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzg4MSAwLjc3OTM4MUMxMS40ODk5IDAuNDgwMjc4IDExLjAxOSAwLjQ4MDI3OCAxMC43MjA4IDAuNzc5MzgxTDQuMzMyODYgNy4xODY0N0wxLjk0NzE5IDQuNzc3OTFDMS42NDg5OCA0LjQ3ODgxIDEuMTc4MTIgNC40Nzg4MSAwLjg3OTkwNyA0Ljc3NzkxQzAuNTgxNjk3IDUuMDc3MDEgMC41ODE2OTcgNS41NDkyOCAwLjg3OTkwNyA1Ljg0ODM4TDMuNzk5MjMgOC43NzY0NEM0LjA5NzQ0IDkuMDc1NTQgNC41NjgyOSA5LjA3NTU0IDQuODY2NSA4Ljc3NjQ0TDExLjc4ODEgMS44MzQxMUMxMi4wNzA2IDEuNTUwNzUgMTIuMDcwNiAxLjA3ODQ4IDExLjc4ODEgMC43NzkzODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px 10px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.form-group__checkbox:checked + label {
    background-color: #c3a587;
}
.form-group__checkbox:checked + label:before {
    opacity: 1;
}
.form-group__checkbox.error + label {
    border-color: #ff0101;
}
.form-group__checkbox.error + label + em + .form-group__label {
    color: #ff0101;
}
.form-group__select {
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #e3e3e3;
    padding: 16px 20px;
    height: 56px;
    background: #fff;
    line-height: 24px;
    font-size: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5' style='fill: %23A1A1A1;'%3E%3Cpath d='M0 0L5 5L10 0H0Z'/%3E%3C/svg%3E%0A");
    background-position: right 14px top 53%;
    background-repeat: no-repeat;
    background-size: 10px 5px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.form-group__select::-ms-expand {
    display: none;
}
.form-group__select.error {
    border: 1px solid #ff0101;
}
.form-group__label--checkbox {
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
}
.form-group__label--checkbox a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.form-group__label--checkbox a:hover {
    opacity: 0.5;
}
@media (max-width: 350px) {
    .form-group__label--checkbox {
        font-size: 11px;
    }
}

.form-control {
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #e3e3e3;
    padding: 20px 20px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    height: 56px;
    background: #fff;
    line-height: 24px;
    font-size: 14px;
}
.form-control--text {
    height: 162px;
    padding: 18px 16px;
}
@media (max-width: 350px) {
    .form-control--text {
        height: 210px;
        padding: 10px 14px;
    }
}
.form-control:focus {
    border: 1px solid #a1a1a1;
}
.form-control.error {
    border: 1px solid #ff0101;
}

em.error {
    display: block;
    text-align: left;
    color: #ff0101;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    padding: 3px 0;
}
@media (max-width: 350px) {
    em.error {
        font-size: 11px;
    }
}

.form-group__item--agree em.error {
    bottom: -20px;
}

input[type='text']::-webkit-input-placeholder {
    line-height: 24px;
    font-size: 14px;
    color: #a1a1a1;
}

input[type='text']::-moz-placeholder {
    line-height: 24px;
    font-size: 14px;
    color: #a1a1a1;
}

input[type='text']:-moz-placeholder {
    line-height: 24px;
    font-size: 14px;
    color: #a1a1a1;
}

input[type='text']:-ms-input-placeholder {
    line-height: 24px;
    font-size: 14px;
    color: #a1a1a1;
}

.search-result {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    background-color: #fff;
    border-top: 0 !important;
    z-index: 10;
    display: none;
}
.search-result__wrap {
    padding: 15px 20px 24px;
}
.search-result__title {
    line-height: 24px;
    font-size: 14px;
    color: #35393b;
}
.search-result__note {
    line-height: 18px;
    font-size: 12px;
    color: #7b7e84;
}
.search-result__note + p {
    margin-top: 14px;
}
.search-result__caption .icon {
    float: left;
}
.search-result__caption .icon .svg-error {
    display: block;
    width: 22px;
    height: 19px;
}
.search-result__caption .icon .svg-success {
    display: block;
    width: 18px;
    height: 22px;
}
.search-result__caption .text {
    display: inline-block;
    padding-left: 9px;
    max-width: 90%;
}
.search-result__caption .text p + p {
    margin-top: 9px;
}
.search-result__caption .text span {
    display: block;
    line-height: 18px;
    font-size: 12px;
    color: #35393b;
}
.search-result__caption + p {
    margin-top: 14px;
}
.search-result.no-result {
    border: 1px solid #f9c154;
}
.search-result.is-result {
    border: 1px solid #006b58;
}

.control-wrap {
    position: relative;
    background-color: #ffffff;
}
.control-wrap input:-webkit-autofill,
.control-wrap input:-webkit-autofill:hover,
.control-wrap input:-webkit-autofill:focus,
.control-wrap input:-webkit-autofill,
.control-wrap textarea:-webkit-autofill,
.control-wrap textarea:-webkit-autofill:hover,
.control-wrap textarea:-webkit-autofill:focus,
.control-wrap select:-webkit-autofill,
.control-wrap select:-webkit-autofill:hover,
.control-wrap select:-webkit-autofill:focus {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.control-label {
    cursor: pointer;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 18px;
    left: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #a1a1a1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.control-label.active {
    -webkit-transform: translate(-76px, -17px) scale(0.75);
    -ms-transform: translate(-76px, -17px) scale(0.75);
    transform: translate(-76px, -17px) scale(0.75);
    font-weight: 500;
}
@media (max-width: 767px) {
    .control-label.active {
        -webkit-transform: translate(-36px, -17px) scale(0.75);
        -ms-transform: translate(-36px, -17px) scale(0.75);
        transform: translate(-36px, -17px) scale(0.75);
    }
}
.control-label--sm.active {
    -webkit-transform: translate(-36px, -17px) scale(0.75);
    -ms-transform: translate(-36px, -17px) scale(0.75);
    transform: translate(-36px, -17px) scale(0.75);
    font-weight: 500;
}
@media (max-width: 767px) {
    .control-label--sm.active {
        -webkit-transform: translate(-36px, -17px) scale(0.75);
        -ms-transform: translate(-36px, -17px) scale(0.75);
        transform: translate(-36px, -17px) scale(0.75);
    }
}
@media (max-width: 767px) {
    .control-label {
        width: 300px;
        left: 16px;
    }
}

.form-note {
    line-height: 18px;
    font-size: 12px;
    color: #7b7e84;
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    top: 56px;
}

.control-caption {
    cursor: pointer;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 13px;
    left: 15px;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}
.control-caption--fixed {
    position: static;
}
.control-caption--timer {
    display: none;
}

.modal-close {
    display: none;
}
@media (max-width: 350px) {
    .modal-close {
        display: block;
        background: transparent;
        border: 0;
        position: absolute;
        top: 0;
        right: 0;
        padding: 20px;
        margin: 0;
        z-index: 100;
    }
    .modal-close .icon {
        display: block;
        width: 14px;
        height: 14px;
    }
}

.modal .close {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.modal .close:hover {
    opacity: 0.5;
}

.modal-form .modal-dialog {
    width: 656px;
}
@media (max-width: 767px) {
    .modal-form .modal-dialog {
        width: 100vw;
        height: 100vh;
        margin: 0;
    }
}
.modal-form .modal-dialog .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
    border: 0;
    position: relative;
}
.modal-dialog .modal-content a {
    color: #006b58;
    font-weight: bold;
}
@media (max-width: 767px) {
    .modal-form .modal-dialog .modal-content {
        border-radius: 0;
    }
}
.modal-form .modal-dialog .modal-content .close {
    position: absolute;
    background: none;
    border: 0;
    top: 20px;
    right: 14px;
}
@media (max-width: 767px) {
    .modal-form .modal-dialog .modal-content .close {
        top: 43px;
        right: 18px;
    }
}
.modal-form .modal-dialog .modal-content .close .svg {
    fill: #a1a1a1;
    display: block;
    width: 14px;
    height: 14px;
}
.modal-form .modal-dialog .modal-content .close:hover {
    opacity: 1;
}
.modal-form .modal-dialog .modal-content .close:hover .svg {
    fill: #000;
}
.modal-form .modal-dialog .modal-content .modal-header {
    padding: 40px 40px 20px;
}
@media (max-width: 767px) {
    .modal-form .modal-dialog .modal-content .modal-header {
        padding: 70px 20px 10px;
    }
}
.modal-form .modal-dialog .modal-content .modal-header .modal-title {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    line-height: 1em;
    font-size: 38px;
}
@media (max-width: 767px) {
    .modal-form .modal-dialog .modal-content .modal-header .modal-title {
        line-height: normal;
        font-size: 27px;
    }
}
.modal-form .modal-dialog .modal-content .modal-body {
    padding: 10px 25px 40px;
}
@media (max-width: 767px) {
    .modal-form .modal-dialog .modal-content .modal-body {
        padding: 0px 5px 40px;
    }
}

.modal-instruction .modal-dialog {
    margin: 0 0 0 auto;
    height: 100vh;
    width: 100%;
}
@media (min-width: 1024px) {
    .modal-instruction .modal-dialog {
        width: 750px;
    }
}
.modal-instruction .modal-dialog .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    position: relative;
    min-height: 100vh;
}
.modal-instruction .modal-dialog .modal-content .close {
    position: absolute;
    background: none;
    border: 0;
    top: 36px;
    right: 39px;
}
@media (max-width: 767px) {
    .modal-instruction .modal-dialog .modal-content .close {
        top: 20px;
        right: 15px;
    }
}
.modal-instruction .modal-dialog .modal-content .close .svg {
    fill: #a1a1a1;
    display: block;
    width: 14px;
    height: 14px;
}
.modal-instruction .modal-dialog .modal-content .close:hover {
    opacity: 1;
}
.modal-instruction .modal-dialog .modal-content .close:hover .svg {
    fill: #000;
}
.modal-instruction .modal-dialog .modal-content .modal-header {
    padding: 73px 40px 47px;
}
@media (max-width: 767px) {
    .modal-instruction .modal-dialog .modal-content .modal-header {
        padding: 40px 40px 30px 20px;
    }
}
.modal-instruction .modal-dialog .modal-content .modal-body {
    padding: 0 70px 20px 40px;
}
@media (max-width: 767px) {
    .modal-instruction .modal-dialog .modal-content .modal-body {
        padding: 0 40px 20px 20px;
    }
}
.modal-instruction .modal-dialog .modal-content .modal-body .modal-subtitle {
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    font-size: 24px;
    color: #000;
    padding: 0;
    margin: 30px 0;
}
@media (max-width: 767px) {
    .modal-instruction
        .modal-dialog
        .modal-content
        .modal-body
        .modal-subtitle {
        font-weight: 500;
        line-height: 28px;
        font-size: 21px;
        margin: 20px 0;
    }
}
.modal-instruction .modal-dialog .modal-content .modal-body p + p {
    margin-top: 32px;
}
@media (max-width: 767px) {
    .modal-instruction .modal-dialog .modal-content .modal-body p + p {
        margin-top: 15px;
    }
}
.modal-instruction .modal-dialog .modal-content .modal-body p {
    line-height: 26px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .modal-instruction .modal-dialog .modal-content .modal-body p {
        line-height: 23px;
        font-size: 14px;
    }
}
.modal-instruction .modal-dialog .modal-content .modal-body p + ul,
.modal-instruction .modal-dialog .modal-content .modal-body p + ol {
    margin-top: 58px;
}
@media (max-width: 767px) {
    .modal-instruction .modal-dialog .modal-content .modal-body p + ul,
    .modal-instruction .modal-dialog .modal-content .modal-body p + ol {
        margin-top: 38px;
    }
}
.modal-instruction .modal-dialog .modal-content .modal-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 58px;
}
@media (max-width: 767px) {
    .modal-instruction .modal-dialog .modal-content .modal-body ul {
        margin-bottom: 38px;
    }
}
.modal-instruction .modal-dialog .modal-content .modal-body ul li {
    position: relative;
    line-height: 26px;
    font-size: 16px;
    padding-left: 28px;
    display: block;
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .modal-instruction .modal-dialog .modal-content .modal-body ul li {
        margin-bottom: 15px;
        line-height: 23px;
        font-size: 14px;
        padding-left: 20px;
    }
}
.modal-instruction .modal-dialog .modal-content .modal-body ul li p {
    margin: 32px 0;
}
@media (max-width: 767px) {
    .modal-instruction .modal-dialog .modal-content .modal-body ul li p {
        margin: 15px 0;
    }
}
.modal-instruction .modal-dialog .modal-content .modal-body ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 16px;
    height: 1px;
    background-color: #35393b;
}
@media (max-width: 767px) {
    .modal-instruction .modal-dialog .modal-content .modal-body ul li:before {
        width: 10px;
        top: 12px;
    }
}
.modal-instruction .modal-dialog .modal-content .modal-body ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 0 0 58px;
}
@media (max-width: 767px) {
    .modal-instruction .modal-dialog .modal-content .modal-body ol {
        margin-bottom: 38px;
    }
}
.modal-instruction .modal-dialog .modal-content .modal-body ol ul {
    margin: 32px 0 0;
}
@media (max-width: 767px) {
    .modal-instruction .modal-dialog .modal-content .modal-body ol ul {
        margin: 15px 0 0;
    }
}
.modal-instruction .modal-dialog .modal-content .modal-body ol > li {
    position: relative;
    line-height: 26px;
    font-size: 16px;
    padding-left: 28px;
    display: block;
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .modal-instruction .modal-dialog .modal-content .modal-body ol > li {
        margin-bottom: 15px;
        line-height: 23px;
        font-size: 14px;
    }
}
.modal-instruction .modal-dialog .modal-content .modal-body ol > li p {
    margin: 32px 0;
}
@media (max-width: 767px) {
    .modal-instruction .modal-dialog .modal-content .modal-body ol > li p {
        margin: 15px 0;
    }
}
.modal-instruction .modal-dialog .modal-content .modal-body ol > li:before {
    content: counter(item) '. ';
    counter-increment: item;
    display: block;
    position: absolute;
    left: 0;
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .modal-instruction .modal-dialog .modal-content .modal-body ol > li:before {
        line-height: 23px;
        font-size: 14px;
    }
}

.modal-instruction.fade .modal-dialog {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.modal-instruction.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (min-width: 1024px) {
    .modal-tracking__dialog {
        width: 630px;
    }
}

.modal-tracking__error {
    border: 1px solid #f9c154 !important;
}

.modal-tracking .tracking-control-no-result {
    background: #ffffff;
    border: 1px solid #f9c154;
    border-top: none;
    padding: 16px;
}
.modal-tracking .tracking-control-no-result__text {
    text-align: center;
    font: 400 16px/26px 'Open Sans', sans-serif;
    padding: 10px 0 0 10px;
}

.modal-tracking__content {
    margin-top: 30px;
    max-height: 300px;
    overflow: auto;
    margin-right: 50px;
}
@media (max-width: 767px) {
    .modal-tracking__content {
        margin-right: 0;
    }
}

.modal-tracking__bottom-info {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 0 50px;
    color: #7b7e84;
    margin: 20px auto 10px;
}

.modal-tracking__bottom-info a {
    color: #006b58;
    font-weight: bold;
}

@media (max-width: 767px) {
    .modal-tracking__bottom-info {
        padding: 0 20px;
    }
}

.modal-tracking__item {
    padding-bottom: 20px;
}

.modal-tracking__track-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #7b7e84;
    padding: 0 50px 5px;
    margin-left: 20px;
}
@media (max-width: 767px) {
    .modal-tracking__track-date {
        display: block;
        margin-left: 0;
        padding: 0 20px 5px;
    }
}

.modal-tracking__track-status {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0 10px;
}
@media (max-width: 767px) {
    .modal-tracking__track-status {
        display: block;
        margin-left: 0;
        padding: 0 20px 5px;
    }
}

.modal-tracking .modal-body {
    padding: 0;
}

.modal-tracking .search-form {
    padding: 20px 50px 10px;
}
@media (max-width: 767px) {
    .modal-tracking .search-form {
        padding: 20px 20px 10px;
    }
}

.modal-tracking .modal-title {
    padding: 30px 50px 10px;
}
@media (max-width: 767px) {
    .modal-tracking .modal-title {
        padding: 30px 20px 10px;
    }
}

.modal-tracking .close {
    position: absolute;
    background: none;
    border: 0;
    top: 36px;
    right: 39px;
}
@media (max-width: 767px) {
    .modal-tracking .close {
        top: 20px;
        right: 15px;
    }
}
.modal-tracking .close .svg {
    fill: #a1a1a1;
    display: block;
    width: 14px;
    height: 14px;
}
.modal-tracking .close:hover {
    opacity: 1;
}
.modal-tracking .close:hover .svg {
    fill: #000;
}

.info-modal .modal-dialog {
    max-width: 100%;
    width: 540px;
    background-color: #fff;
    margin-top: 10%;
    position: relative;
    border-radius: 8px;
}
@media (max-width: 767px) {
    .info-modal .modal-dialog {
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
}
.info-modal .modal-dialog .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
    border: 0;
    position: relative;
}
@media (max-width: 767px) {
    .info-modal .modal-dialog .modal-content {
        border-radius: 0;
    }
}
.info-modal .modal-dialog .modal-content .close {
    position: absolute;
    background: none;
    border: 0;
    top: 20px;
    right: 14px;
}
@media (max-width: 767px) {
    .info-modal .modal-dialog .modal-content .close {
        top: 19px;
        right: 18px;
    }
}
.info-modal .modal-dialog .modal-content .close .svg {
    fill: #a1a1a1;
    display: block;
    width: 14px;
    height: 14px;
}
.info-modal .modal-dialog .modal-content .close:hover {
    opacity: 1;
}
.info-modal .modal-dialog .modal-content .close:hover .svg {
    fill: #000;
}
.info-modal .modal-dialog .modal-content .modal-header {
    padding: 40px 40px 14px;
}
@media (max-width: 767px) {
    .info-modal .modal-dialog .modal-content .modal-header {
        padding: 47px 20px 16px;
    }
}
.info-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    line-height: 1em;
    font-size: 38px;
}
@media (max-width: 767px) {
    .info-modal .modal-dialog .modal-content .modal-header .modal-title {
        line-height: normal;
        font-size: 27px;
    }
}
.info-modal .modal-dialog .modal-content .modal-body {
    padding: 10px 40px 40px;
}
.info-modal .modal-dialog .modal-content .modal-body p {
    line-height: 26px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .info-modal .modal-dialog .modal-content .modal-body p {
        line-height: 23px;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .info-modal .modal-dialog .modal-content .modal-body {
        padding: 0 20px 40px;
    }
}
.info-modal .modal-dialog .modal-content .modal-body .modal-form-btn-container {
    padding: 31px 0 16px;
}
.info-modal
    .modal-dialog
    .modal-content
    .modal-body
    .modal-form-btn-container
    .btn.btn--gold {
    width: 156px;
    height: 48px;
    line-height: 48px;
}
@media (max-width: 767px) {
    .info-modal
        .modal-dialog
        .modal-content
        .modal-body
        .modal-form-btn-container
        .btn.btn--gold {
        width: 100%;
        height: 56px;
        line-height: 56px;
    }
}

.examples {
    display: none;
}
@media (min-width: 1280px) {
    .examples {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        padding: 56px 0 63px;
    }
    .examples:before,
    .examples:after {
        content: ' ';
        display: table;
    }
    .examples:after {
        clear: both;
    }
}
.examples--tablet {
    display: none;
}
@media (min-width: 1024px) {
    .examples--tablet {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        padding: 56px 0 63px;
    }
    .examples--tablet:before,
    .examples--tablet:after {
        content: ' ';
        display: table;
    }
    .examples--tablet:after {
        clear: both;
    }
}
@media (min-width: 1280px) {
    .examples--tablet {
        display: none;
    }
}
.examples--mobile {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 40px 0 40px 40px;
}
@media (min-width: 1024px) {
    .examples--mobile {
        display: none;
    }
}
@media (max-width: 767px) {
    .examples--mobile {
        padding: 40px 0 40px 20px;
    }
}
.examples__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1024px) {
    .examples__item {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1280px) {
    .examples__item {
        float: left;
        width: 33.33333%;
    }
}
.examples__item:nth-of-type(2) {
    margin-top: 17px;
}
.examples__item:nth-of-type(2) .example {
    height: 302px;
}
.examples__item50 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 17px;
}
@media (min-width: 768px) {
    .examples__item50 {
        float: left;
        width: 50%;
    }
}
.examples__item40 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 37%;
    float: left;
}
.examples__item60 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 63%;
    float: left;
}
.examples__table td {
    vertical-align: top;
    padding-right: 30px;
}
@media (max-width: 767px) {
    .examples__table td {
        padding-right: 24px;
    }
}
.examples__part {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .examples__part {
        float: left;
        width: 66.66667%;
    }
}
.examples__row {
    margin-left: -15px;
    margin-right: -15px;
}
.examples__row:before,
.examples__row:after {
    content: ' ';
    display: table;
}
.examples__row:after {
    clear: both;
}

.example {
    border-radius: 8px;
    background-color: #fff;
    padding: 25px 21px 40px 27px;
    min-height: 240px;
    width: 311px;
}
.example.animated {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
@media (min-width: 1024px) {
    .example.animated {
        /* opacity: 0; */
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
}
@media (max-width: 767px) {
    .example {
        padding: 33px 21px 50px 16px;
    }
}
@media (min-width: 1024px) {
    .example {
        width: 100%;
    }
}
.example p {
    line-height: 26px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .example p {
        line-height: 28px;
        font-size: 18px;
    }
}
.example__icon {
    padding: 0 0 30px;
}
@media (max-width: 767px) {
    .example__icon {
        padding: 0 0 15px;
    }
}
.example__icon .svg {
    display: block;
    width: 24px;
    height: 24px;
}
.example--gray {
    background-color: #727e8c;
    color: #fff;
    padding: 25px 21px 40px 27px;
    width: 311px;
}
@media (max-width: 767px) {
    .example--gray {
        padding: 33px 21px 64px 16px;
    }
}
@media (min-width: 1024px) {
    .example--gray {
        padding: 0 30px 0 23px;
        width: 100%;
        height: 558px;
    }
}
.example--gray p {
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    font-size: 21px;
}
@media (max-width: 767px) {
    .example--gray p {
        line-height: 28px;
        font-size: 18px;
    }
}
@media (min-width: 1024px) {
    .example--gray .example__icon {
        padding: 97px 0 25px;
    }
    .example--gray .example__icon .svg {
        width: 32px;
        height: 30px;
    }
}

.faq-accordion {
    margin: 17px 0 47px;
}
@media (max-width: 767px) {
    .faq-accordion {
        margin: 8px 0 32px;
    }
}
.faq-accordion .card {
    border-bottom: 1px solid #c7d3e0;
    padding-bottom: 7px;
}
.faq-accordion .card-header {
    background: transparent;
    width: 100%;
    border: 0;
    padding: 39px 80px 25px 0;
    position: relative;
    cursor: pointer;
}
@media (max-width: 767px) {
    .faq-accordion .card-header {
        padding: 33px 40px 17px 0;
    }
}
.faq-accordion .card-header .card-title {
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    line-height: 28px;
    font-size: 21px;
    margin: 0;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
    .faq-accordion .card-header .card-title {
        line-height: 28px;
        font-size: 18px;
    }
}
.faq-accordion .card-header .collapser {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: transparent;
    text-align: right;
    vertical-align: middle;
    right: 4px;
    top: 46px;
}
@media (max-width: 767px) {
    .faq-accordion .card-header .collapser {
        top: 38px;
    }
}
.faq-accordion .card-header .collapser .svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.faq-accordion .card-header[aria-expanded='true'] .collapser .svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (min-width: 1024px) {
    .faq-accordion .card-header:hover .collapser,
    .faq-accordion .card-header:hover .card-title,
	.faq-accordion .card-header:hover .card-header-icon {
        opacity: 0.5;
    }
}
.faq-accordion .card-body {
    padding-bottom: 25px;
}
@media (max-width: 767px) {
    .faq-accordion .card-body {
        padding-bottom: 15px;
    }
}
.faq-accordion .card-body p {
    line-height: 26px;
    font-size: 16px;
    max-width: 770px;
}
.faq-accordion .card-body p + p {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .faq-accordion .card-body p + p {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .faq-accordion .card-body p {
        line-height: 23px;
        font-size: 14px;
    }
}
.faq-accordion .card-body ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
@media (max-width: 767px) {
    .faq-accordion .card-body ul {
        margin: 15px 0 0;
    }
}
.faq-accordion .card-body ul li {
    position: relative;
    line-height: 26px;
    font-size: 16px;
    padding-left: 20px;
    display: block;
    margin-bottom: 20px;
}
.faq-accordion .card-body ul li p {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .faq-accordion .card-body ul li p {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .faq-accordion .card-body ul li {
        margin-bottom: 15px;
        line-height: 23px;
        font-size: 14px;
        padding-left: 16px;
    }
}
.faq-accordion .card-body ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 1px;
    background-color: #35393b;
}
@media (max-width: 767px) {
    .faq-accordion .card-body ul li:before {
        width: 6px;
        top: 12px;
    }
}
.faq-accordion .card-body ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 20px 0 0;
}
.faq-accordion .card-body ol ul {
    margin: 20px 0 0;
}
@media (max-width: 767px) {
    .faq-accordion .card-body ol ul {
        margin: 15px 0 0;
    }
}
.faq-accordion .card-body ol > li {
    position: relative;
    line-height: 26px;
    font-size: 16px;
    padding-left: 24px;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .faq-accordion .card-body ol > li {
        margin-bottom: 15px;
        line-height: 23px;
        font-size: 14px;
    }
}
.faq-accordion .card-body ol > li:before {
    content: counter(item) '. ';
    counter-increment: item;
    display: block;
    position: absolute;
    left: 0;
    font-weight: bold;
    line-height: 26px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .faq-accordion .card-body ol > li:before {
        line-height: 23px;
        font-size: 14px;
    }
}

.faq-btn-container {
    text-align: center;
}
.faq-btn-container .btn.btn--inverted {
    width: 224px;
}
@media (max-width: 767px) {
    .faq-btn-container .btn.btn--inverted {
        width: 100%;
        height: 56px;
        line-height: 56px;
    }
}

.faq {
    padding-top: 96px;
    padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .faq {
        padding-top: 80px;
    }
}
@media (max-width: 767px) {
    .faq {
        padding-top: 64px;
    }
}
.faq__wrap {
    margin-left: -15px;
    margin-right: -15px;
}
.faq__wrap:before,
.faq__wrap:after {
    content: ' ';
    display: table;
}
.faq__wrap:after {
    clear: both;
}

.faq-answers {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .faq-answers {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .faq-answers {
        float: left;
        width: 66.66667%;
    }
}
.faq-answers__item {
    margin-bottom: 112px;
}
@media (max-width: 767px) {
    .faq-answers__item {
        margin-bottom: 64px;
    }
}

.faq-sections {
    margin-left: 8.33333%;
    padding: 0 15px;
    width: 25%;
    height: 100%;
    display: none;
}
@media (min-width: 1024px) {
    .faq-sections {
        display: inline-block;
    }
}
.faq-sections__wrap {
    position: sticky;
    position: -webkit-sticky;
    top: 30px;
    margin-bottom: 30px;
}
.faq-sections__list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.faq-sections__list li {
    position: relative;
    display: block;
    margin-bottom: 23px;
    padding-left: 28px;
}
.faq-sections__list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c7d3e0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}
.faq-sections__list li:after {
    content: '';
    display: block;
    position: absolute;
    left: 7px;
    top: 9px;
    width: 2px;
    height: 48px;
    background-color: #c7d3e0;
    z-index: 1;
}
.faq-sections__list li:last-of-type:after {
    display: none;
}
.faq-sections__list li.active {
    font-weight: 600;
}
.faq-sections__list li.active:before {
    background-color: #006b58;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.faq-sections__link:hover {
    opacity: 0.5;
}

.news {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 40px 0 40px 40px;
}
@media (min-width: 1024px) {
    .news {
        padding: 55px 0 62px;
    }
}
@media (max-width: 767px) {
    .news {
        padding: 40px 0 20px 20px;
    }
}
.news__row {
    display: table;
}
.news__item {
    display: table-cell;
    padding-right: 30px;
    vertical-align: top;
}
@media (max-width: 767px) {
    .news__item {
        padding-right: 24px;
    }
}

.single-news {
    display: block;
    width: 311px;
}
@media (min-width: 1024px) {
    .single-news:hover p,
    .single-news:hover h4 {
        opacity: 0.5;
    }
}
.single-news img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.single-news p {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
    .single-news p {
        line-height: 23px;
        font-size: 14px;
        margin-bottom: 11px;
    }
}
.single-news p.sm {
    line-height: 24px;
    font-size: 14px;
}
@media (max-width: 767px) {
    .single-news p.sm {
        line-height: 23px;
        font-size: 14px;
    }
}
.single-news h4 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    line-height: 28px;
    font-size: 21px;
    color: #000;
    padding: 0;
    margin: 0 0 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.single-news__date {
    display: block;
    line-height: 18px;
    font-size: 12px;
    color: #747272;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.news-detail {
    padding: 97px 0;
}
@media (max-width: 767px) {
    .news-detail {
        padding: 66px 0 27px;
    }
}
.news-detail .news {
    padding-top: 96px;
    padding-bottom: 38px;
}
.news-detail .page-title {
    margin-bottom: 36px;
}
@media (max-width: 767px) {
    .news-detail .page-title {
        margin-bottom: 31px;
    }
}
.news-detail__date {
    line-height: 18px;
    font-size: 12px;
    color: #747272;
}

.news-list {
    padding: 97px 0;
}
@media (max-width: 767px) {
    .news-list {
        padding: 66px 15px 27px;
    }
}
.news-list .page-title {
    margin-bottom: 36px;
}
@media (max-width: 767px) {
    .news-list .page-title {
        margin-bottom: 31px;
    }
}

.news-card {
    display: block;
    margin-bottom: 30px;
}
.news-card__date {
    display: block;
    line-height: 18px;
    font-size: 12px;
    color: #747272;
    margin-bottom: 20px;
}
.news-card__text {
    line-height: 26px;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.news-card:hover .news-card__text {
    color: #006b58;
}

.news-slider:not(.slick-slider) {
    overflow: hidden;
    height: 400px;
}

.news-slider {
    padding: 40px 0 40px 40px;
    display: block;
    position: relative;
    height: 450px;
}
@media (min-width: 1024px) {
    .news-slider {
        padding: 55px 0 62px;
    }
}
@media (max-width: 767px) {
    .news-slider {
        padding: 40px 0 20px 10px;
        height: 400px;
    }
}
.news-slider .item {
    padding-right: 30px;
    width: 340px;
    position: relative;
    overflow: hidden;
    float: left;
}
@media (max-width: 767px) {
    .news-slider .item {
        padding: 0 10px;
    }
}

.slick-arrow {
    position: absolute;
    top: 150px;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.slick-arrow:hover {
    opacity: 0.9;
}
.slick-arrow:before {
    content: '';
    background-image: url('../arrows.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%;
}
.slick-arrow.slick-prev {
    left: -45px;
}
.slick-arrow.slick-prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow.slick-next {
    right: -45px;
}
img {
	width: 100%;
    height: 100%;
	image-rendering: -webkit-optimize-contrast;

}
.video-link {
    display: block;
    position: relative;
}
.video-link img:not(class) {
    display: block;
    width: 100%;
}
.video-link:before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.video-link__icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}
@media (max-width: 767px) {
    .video-link__icon {
        width: 42px;
        height: 42px;
    }
}

.footer {
    border-top: 1px solid #e3e3e3;
    padding: 40px 0 60px;
}
.footer__menu {
    margin-top: 5px;
}
@media (max-width: 767px) {
    .footer {
        padding: 31px 0 40px;
    }
}
.footer__bottom {
    margin-left: 0;
    margin-right: 0;
}
.footer__bottom:before,
.footer__bottom:after {
    content: ' ';
    display: table;
}
.footer__bottom:after {
    clear: both;
}
.footer__top {
    display: none;
}
@media (min-width: 1024px) {
    .footer__top {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;
    }
    .footer__top:before,
    .footer__top:after {
        content: ' ';
        display: table;
    }
    .footer__top:after {
        clear: both;
    }
}
.footer .copyright {
    float: left;
    line-height: 18px;
    font-size: 12px;
    color: #727e8c;
    width: 60%;
}
.footer .copyright {
	width: 38%;
    margin-right: 6px;
    padding-right: 7px;
}
@media (max-width: 767px) {
    .footer .copyright {
        float: none;
        width: 100%;
    }
}
.footer .copyright p + p {
    margin-top: 5px;
}
.footer .copyright p a {
    color: #006b58;
    font-weight: bold;
}
.footer .copyright p a:hover {
    opacity: 0.7;
}

@media (max-width: 767px) {
    .footer .copyright p + p {
        margin-top: 8px;
    }
}
.footer .footer-socials {
    float: right;
    padding-right: 15px;
}
@media (max-width: 767px) {
    .footer .footer-socials {
        float: none;
        padding: 0 0 0 15px;
        width: 100%;
        margin-bottom: 20px;
    }
}
.footer .footer-socials__link {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer .footer-socials__link:hover {
    border: 1px solid #a1a1a1;
}
.footer .footer-socials__link:hover .svg {
    fill: #747272;
}
.footer .footer-socials__link:active {
    border: 1px solid #a1a1a1;
    background-color: #efefef;
}
.footer .footer-socials__link:active .svg {
    fill: #747272;
}
@media (max-width: 767px) {
    .footer .footer-socials__link {
        margin: 0 21px 0 0;
    }
}
.footer .footer-socials__link .svg {
    display: inline-block;
    height: 100%;
    fill: #243a4d;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer .footer-socials__link .svg--vk {
    width: 17px;
}
.footer .footer-socials__link .svg--fb {
    width: 9px;
}
.footer .footer-socials__link .svg--ok {
    width: 11px;
}
.footer .footer-logo,
.footer .footer-contacts {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1024px) {
    .footer .footer-logo,
    .footer .footer-contacts {
        float: left;
        width: 16.66667%;
    }
}
.footer .footer-logo__link {
    display: inline-block;
}
.footer .footer-logo__link .svg {
    display: block;
    width: 145px;
}
.footer .footer-menu {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1024px) {
    .footer .footer-menu {
        float: left;
        width: 83.33333%;
    }
}
@media (min-width: 1024px) {
    .footer .footer-menu ul {
        float: left;
        width: 25%;
    }
}
.footer .footer-menu ul {
    padding-left: 15px;
    margin: 0;
    list-style: none;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}
.footer .footer-menu ul li a {
    font-weight: normal;
    line-height: 24px;
    font-size: 13px;
    color: #35393b;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer .footer-menu ul li a:hover {
    opacity: 0.7;
}
.footer .footer-contacts {
    text-align: right;
    display: none;
}
.footer .footer-contacts p {
    line-height: 24px;
    font-size: 14px;
}
.footer .footer-contacts p + p {
    margin-top: 10px;
}
.footer .footer-contacts__link {
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    line-height: 28px;
    font-size: 21px;
    text-align: right;
    color: #35393b;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer .footer-contacts__link:hover {
    opacity: 0.7;
}
.footer-menu p {
    margin-bottom: 12px;
}
@media (min-width: 1024px) {
    .footer .footer__anticorruption-link {
        display: none;
    }
}
@media (max-width: 1023px) {
    .footer .footer__anticorruption-link {
        display: block;
        margin-top: -6px;
    }
}
.footer .contact-phone {
    line-height: 18px;
    font-size: 12px;
}
.footer .contact-phone__title {
    font-weight: bold;
    padding-bottom: 10px;
}
.footer .contact-phone__note {
    display: block;
    font-size: 10px;
}
@media (max-width: 767px) {
    .footer .contact-phone {
        padding-top: 20px;
        width: 100%; } }

.cookies {
    display: none;
    border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
    .cookies {
        background-color: #fff;
    }
}
.cookies__wrap {
    position: relative;
    padding: 22px 80px 21px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cookies__wrap {
        padding: 15px 30px 14px 0;
    }
}
@media (max-width: 767px) {
    .cookies__wrap {
        padding: 15px 30px 14px 0;
    }
}
.cookies__close {
    position: absolute;
    display: block;
    padding: 10px;
    right: 0;
    top: 20px;
    background: transparent;
    border: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cookies__close {
        top: 5px;
    }
}
@media (max-width: 767px) {
    .cookies__close {
        top: 10px;
    }
}
.cookies__close:hover {
    opacity: 0.5;
}
.cookies__close .svg {
    display: block;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cookies p {
    line-height: 18px;
    font-size: 12px;
}
.cookies p + p {
    margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cookies p {
        line-height: 16px;
        font-size: 10px;
    }
}
@media (max-width: 767px) {
    .cookies p {
        line-height: 16px;
        font-size: 10px;
    }
}
.cookies.active {
    height: 79px;
}
@media (max-width: 767px) {
    .cookies.active {
        height: 135px;
    }
}

.contacts {
    padding: 112px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .contacts {
        padding: 80px 0;
    }
}
@media (max-width: 767px) {
    .contacts {
        padding: 64px 0;
    }
}
.contacts .page-title {
    color: #35393b;
    line-height: 1em;
    font-size: 38px;
}
@media (max-width: 767px) {
    .contacts .page-title {
        line-height: 1em;
        font-size: 38px;
    }
}
.contacts__in {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .contacts__in {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .contacts__in {
        float: left;
        width: 41.66667%;
    }
}
.contacts__wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 40px;
}
.contacts__wrap:before,
.contacts__wrap:after {
    content: ' ';
    display: table;
}
.contacts__wrap:after {
    clear: both;
}
@media (max-width: 767px) {
    .contacts__wrap {
        padding-top: 24px;
    }
}
.contacts__item {
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .contacts__item {
        margin-bottom: 19px;
    }
}
.contacts__item h4 {
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
    color: #7b7e84;
    margin: 0 0 10px;
    max-width: 325px;
}
@media (max-width: 767px) {
    .contacts__item h4 {
        line-height: 23px;
        font-size: 14px;
    }
}
.contacts__item p {
    line-height: 26px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .contacts__item p {
        line-height: 23px;
        font-size: 14px;
    }
}
.contacts__item p a {
    font-weight: normal;
    color: currentColor;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.contacts__item p a:hover {
    color: #006b58;
    opacity: 1;
}
.contacts__certificate {
    display: block;
    background-color: #f8f8f8;
    padding: 24px 32px 32px 24px;
    max-width: 384px;
}
.contacts__certificate:before,
.contacts__certificate:after {
    content: ' ';
    display: table;
}
.contacts__certificate:after {
    clear: both;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .contacts__certificate {
        padding: 20px 20px 28px;
    }
}
@media (max-width: 767px) {
    .contacts__certificate {
        margin: 0 -20px 32px;
        padding: 24px 24px 32px 20px;
    }
}
.contacts__certificate img {
    float: left;
    margin-right: 24px;
    width: 97px;
}
@media (max-width: 767px) {
    .contacts__certificate img {
        margin-right: 14px;
    }
}
.contacts__certificate h3 {
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
    color: #006b58;
    margin: 0 0 10px;
}
@media (max-width: 767px) {
    .contacts__certificate h3 {
        line-height: 23px;
        font-size: 14px;
    }
}
.contacts__certificate p {
    color: #7b7e84;
}
.contacts__note {
    display: block;
    line-height: 18px;
    font-size: 12px;
    color: #747272;
    margin-bottom: 10px;
}
.contacts__hours {
    display: block;
    line-height: 18px;
    font-size: 12px;
    color: #747272;
    margin-bottom: 0;
}

.map-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .map-container {
        float: left;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .map-container {
        float: left;
        width: 58.33333%;
    }
}

.map {
    height: 569px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 1023px) {
    .map {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .map {
        height: 343px;
    }
}

.contacts-btn-container {
    padding: 8px 0;
    margin-bottom: 48px;
}
.contacts-btn-container .contacts_note {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .contacts-btn-container {
        margin-bottom: 32px;
    }
}
.contacts-btn-container .btn.btn--gold {
    height: 56px;
    padding: 16px 47px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .contacts-btn-container .btn.btn--gold {
        width: 100%;
    }
}

.about-promo__item {
    position: relative;
    min-height: 1px;
    padding: 100px 15px 20px;
}
.about-promo__item a:not([class]) {
    color: #006b58;
    font-weight: bold;
}
@media (min-width: 768px) {
    .about-promo__item {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .about-promo__item {
        float: left;
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .about-promo__item {
        padding: 10px 15px 40px;
    }
}
@media (max-width: 767px) {
    .about-promo__item {
        padding: 16px 15px 64px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .about-promo__item:first-of-type {
        padding: 40px 15px 20px;
    }
}
@media (max-width: 767px) {
    .about-promo__item:first-of-type {
        padding: 50px 15px 0;
    }
}
.about-promo__item .custom-list {
    margin: 15px 0;
}
.about-promo__item .custom-list li {
    margin-bottom: 3px;
}
.about-promo__title {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    line-height: 1em;
    font-size: 48px;
    max-width: 500px;
    color: #000;
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {
    .about-promo__title {
        line-height: normal;
        font-size: 27px;
    }
}
@media (max-width: 1024px) {
    .about-promo__title {
        max-width: 100%;
    }
}
.about-promo__text {
    line-height: 26px;
    font-size: 16px;
    color: #000;
    opacity: 0.8;
}
@media (min-width: 1024px) {
    .about-promo__text {
        padding-top: 15px;
    }
}
@media (max-width: 767px) {
    .about-promo__text {
        line-height: 23px;
        font-size: 14px;
        color: #35393b;
        opacity: 1;
    }
}

.about-card {
    display: block;
    width: 100%;
    height: 224px;
    position: relative;
    border-radius: 8px;
    padding: 32px 24px;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    line-height: 32px;
    font-size: 24px;
    background-color: #006b58;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 767px) {
    .about-card {
        font-weight: 500;
        line-height: 28px;
        font-size: 21px;
        padding: 16px 17px;
        height: 148px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .about-card {
        height: 200px;
    }
}
.about-card span {
    display: block;
    position: relative;
    max-width: 375px;
    z-index: 1;
}
.about-card:hover {
    background-color: #108772;
}
.about-card:active {
    background-color: #065749;
}
@media (max-width: 1023px) {
    .about-card {
        background-image: none !important;
    }
	.journal-span {
		display: block !important;
	}
	#cube_about_6 span {
		display: block !important;
	}
}
@media (min-width: 1024px) {
    .about-card--img-bg {
        background-color: transparent;
    }
	#cube_about_6 span {
		display: none !important;
	}
}
.about-card--img-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #000;
    opacity: 0.1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: none;
}
@media (min-width: 1024px) {
    .about-card--img-bg:before {
        display: block;
    }
}
.about-card--img-bg:hover:before {
    opacity: 0;
}
.about-card--img-bg:active:before {
    opacity: 0.3;
}
.about__item-wrap a:hover {
    opacity: 0.9;
}
.about-card--gold {
    color: #000;
    background-color: #c0ac99;
}
@media (min-width: 1024px) {
    .about-card--gold {
        height: 480px;
    }
}
.about-card--gold:hover {
    background-color: #c3a587;
}
.about-card--gold:active {
    background-color: #b09173;
}

.about {
    padding: 57px 0 80px;
}
@media (max-width: 767px) {
    .about {
        padding: 0 0 49px;
    }
}
@media (min-width: 1024px) {
    .about {
        min-height: calc(100vh - 669px);
    }
}
.about__item-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .about__item-wrap {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1023px) {
    /* .about__item-wrap { fix 1004
        height: 500px;
    } */
    .about .content-row .content-row > div:nth-child(5) {
        /*top:-250px; 
         fix 1004 */
    }
}
.about__item50 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .about__item50 {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .about__item50 {
        float: left;
        width: 50%;
    }
}
@media (max-width: 767px) {
    .about__item50 {
        margin-bottom: 15px;
    }
}
.about__item35-big {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .about__item35-big {
        float: left;
        width: 33.33333%;
    }
}
@media (max-width: 1023px) {
    .about__item35-big {
        height: auto;
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (min-width: 1024px) {
    .about__item35-big {
        /*float: right;*/
        width: 33.33333%;
        height: 480px;
        /* hack */
    }

    .about__item35-big a {
        height: 478px;
    }
}

.about__item100 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .about__item100 {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .about__item100 {
        float: left;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .about__item100 {
        margin-bottom: 15px;
    }
}
.about__item65 {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .about__item65 {
        float: left;
        width: 66.6666%;
    }
}
@media (min-width: 1024px) {
    .about__item65 {
        float: left;
        width: 66.6666%;
    }
}
@media (max-width: 1023px) {
    .about__item65 {
        width: 100%;
        margin-bottom: 15px;
    }
}

.about__item100 {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .about__item100 {
        float: left;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .about__item100 {
        float: left;
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .about__item100 {
        width: 100%;
        margin-bottom: 15px;
    }
}

.about__item30 {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .about__item30 {
        float: left;
    }
}
@media (min-width: 1024px) {
    .about__item30 {
        float: left;
        width: 33.33333%;
    }
}
@media (max-width: 1023px) {
    .about__item30 {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .about-detail {
        padding: 0 10px 48px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .about-detail {
        min-height: calc(100vh - 208px);
    }
}
@media (min-width: 1024px) {
    .about-detail {
        min-height: calc(100vh - 343px);
    }
}
.about-detail__content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .about-detail__content {
        float: left;
        width: 58.33333%;
    }
}
@media (min-width: 1024px) {
    .about-detail__content {
        float: left;
        width: 58.33333%;
    }
}
.about-detail {
    padding-bottom: 33px;
}
@media (max-width: 767px) {
    .about-detail {
        padding-top: 12px;
        padding-bottom: 53px;
    }
}
.about-detail p {
    line-height: 26px;
    font-size: 16px;
    color: #000;
    margin: 20px 0;
}
.about-detail a {
    text-decoration: none;
    color: currentColor;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.about-detail a:hover {
    opacity: 0.7;
}
@media (max-width: 767px) {
    .about-detail p {
        margin: 0;
        line-height: 23px;
        font-size: 14px;
    }
}
.about-detail ul {
    list-style: none;
    padding: 0;
    margin: 32px 0;
}
@media (max-width: 767px) {
    .about-detail ul {
        margin: 15px 0;
    }
}
.about-detail ul li {
    position: relative;
    line-height: 26px;
    font-size: 16px;
    padding-left: 28px;
    display: block;
}
@media (max-width: 767px) {
    .about-detail ul li {
        margin-bottom: 15px;
        line-height: 23px;
        font-size: 14px;
        padding-left: 20px;
    }
}
.about-detail ul li p {
    margin: 32px 0;
}
@media (max-width: 767px) {
    .about-detail ul li p {
        margin: 15px 0;
    }
}
.about-detail ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 16px;
    height: 1px;
    background-color: #35393b;
}
@media (max-width: 767px) {
    .about-detail ul li:before {
        width: 10px;
        top: 12px;
    }
}
.about-detail ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 20px 0;
}
@media (max-width: 767px) {
    .about-detail ol {
        margin: 15px 0;
    }
}
.about-detail ol ul {
    margin: 32px 0 0;
}
@media (max-width: 767px) {
    .about-detail ol ul {
        margin: 15px 0 0;
    }
}
.about-detail ol > li {
    position: relative;
    line-height: 26px;
    font-size: 16px;
    padding-left: 28px;
    display: block;
    margin-bottom: 32px;
}
.about-detail ol > li p {
    margin: 20px 0;
}
@media (max-width: 767px) {
    .about-detail ol > li p {
        margin: 15px 0;
    }
}
.about-detail ol > li:before {
    content: counter(item) '. ';
    counter-increment: item;
    display: block;
    position: absolute;
    left: 0;
    line-height: 24px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .about-detail ol > li:before {
        line-height: 23px;
        font-size: 14px;
    }
}

.about-detail__person {
    margin: 64px 0 32px;
}
.about-detail__person:before,
.about-detail__person:after {
    content: ' ';
    display: table;
}
.about-detail__person:after {
    clear: both;
}
@media (max-width: 767px) {
    .about-detail__person {
        margin: 32px 0;
    }
}
.about-detail__person img {
    display: block;
    width: 160px;
    /*height: auto;*/
    float: left;
    margin-right: 32px;
}
@media (max-width: 767px) {
    .about-detail__person img {
        width: 120px;
        float: left;
        margin-right: 20px;
    }
}
.about-detail__person .person-name {
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    font-size: 21px;
    color: #000;
    padding: 0;
    margin: 0 0 10px;
}
.about-detail__person .person-name a {
    color: #006b58;
    font-weight: bold;
}
.about-detail__person .person-name {
    color: #006b58;
    font-weight: bold;
}
@media (max-width: 767px) {
    .about-detail__person .person-name {
        font-size: 18px;
        line-height: 1;
    }
}
.about-detail__person .person-post {
    font-weight: normal;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    opacity: 0.8;
    padding: 0;
    margin: 0;
    max-width: 420px;
}
@media (max-width: 767px) {
    .about-detail__person .person-post {
        font-size: 12px;
        line-height: 20px;
    }
}
.about-detail__persons {
    padding-bottom: 33px;
}
.about-detail__in p {
    line-height: 26px;
    font-size: 16px;
    color: #000;
    opacity: 0.8;
    margin: 32px 0;
}
.about-detail__in ol > li {
    position: relative;
    line-height: 26px;
    font-size: 16px;
	padding-bottom: 0;
    padding-left: 28px;
    display: block;
    margin-bottom: 32px;
}
.about-detail__in ul {
    list-style: none;
    padding: 0;
    margin: 32px 0;
}
.about-detail__in ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 32px 0;
}

.back-link-wrap {
    margin-bottom: 24px;
    margin-top: 40px;
    padding-left: 8px;
}
@media (max-width: 767px) {
    .back-link-wrap {
        margin-bottom: 9px;
    }
}

.back-link {
    color: #006b58;
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
}
.back-link span {
    display: inline-block;
    vertical-align: middle;
}
.back-link .svg {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    height: 12px;
    width: 8px;
    line-height: 24px;
    fill: #006b58;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.back-link:hover {
    opacity: 0.5;
}

.about-detail-sidebar {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .about-detail-sidebar {
        float: left;
        width: 41.66667%;
    }
}
@media (min-width: 1024px) {
    .about-detail-sidebar {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 1024px) {
    .about-detail-sidebar {
        margin-left: 8.33333%;
    }
}

.about-detail-sidebar li {
    list-style: none;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .about-detail-sidebar li {
        margin-bottom: 16px;
    }
}

.about-detail-sidebar a {
    display: block;
    border-radius: 8px;
    height: 148px;
    width: 256px;
    max-width: 256px;
    padding: 16px;
    /*background-color: #006B58;*/
    background-color: #c0ac99;
    font-family: 'Exo 2', sans-serif;
    color: #000;
    font-weight: 500;
    line-height: 28px;
    font-size: 21px;
}

.about-detail-sidebar a:hover {
    color: #000; 
}

@media (max-width: 767px) {
    .about-detail-sidebar a {
        width: 100%;
        font-weight: 500;
        line-height: 28px;
        font-size: 21px;
        padding: 16px 20px 16px 16px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .about-detail-sidebar a {
        width: 100%;
        max-width: 256px;
    }
}

.about-detail-sidebar .menu-item a:hover {
    background-color: #c3a588;
}

.about-detail-sidebar .menu-item-object-post a:hover {
    background-color: #c3a588;
}

.about-detail-sidebar .current-menu-item a:hover {
    background-color: #006856 !important;
}

.about-detail-sidebar .current-menu-item a {
    cursor: initial;
    color: #fff;
    background-color: #006b58;
}

.about-detail-sidebar .current-menu-item a:hover {
    /*background-color: #C3A587;*/
}

/*.about-detail-sidebar .current-menu-item a:active {*/
/*background-color: #B09173;*/
/*}*/

@media (max-width: 767px) {
    .about-detail-sidebar {
        margin-top: 40px;
    }
}

.about-detail-accordion {
    margin: 20px 0 47px;
    max-width: 600px;
}
@media (max-width: 767px) {
    .about-detail-accordion {
        margin: 8px 0 32px;
    }
}
.about-detail-accordion .card {
    padding-bottom: 7px;
}
.about-detail-accordion .card-header {
    background: transparent;
    width: 100%;
    border: 0;
    padding: 12px 0;
    position: relative;
    cursor: pointer;
}
@media (max-width: 767px) {
    .about-detail-accordion .card-header {
        padding: 33px 40px 17px 0;
    }
}
.about-detail-accordion .card-header .card-title {
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    line-height: 28px;
    font-size: 21px;
    color: #006b58;
    margin: 0;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
    .about-detail-accordion .card-header .card-title {
        line-height: 28px;
        font-size: 18px;
    }
}
.about-detail-accordion .card-header .collapser {
    display: inline-block;
    vertical-align: middle;
    height: 6px;
    margin-left: 2px;
}
.about-detail-accordion .card-header .collapser .svg {
    display: block;
    width: 10px;
    height: 6px;
    fill: #006b58;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.about-detail-accordion .card-header[aria-expanded='true'] .card-title {
    color: #35393b;
}
.about-detail-accordion .card-header[aria-expanded='true'] .collapser .svg {
    fill: #35393b;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 1024px) {
    .about-detail-accordion .card-header:hover .card-title {
        color: #35393b;
    }
    .about-detail-accordion .card-header:hover .collapser .svg {
        fill: #35393b;
    }
}
.about-detail-accordion .card-body {
    padding-top: 5px;
    padding-bottom: 15px;
}
@media (max-width: 767px) {
    .about-detail-accordion .card-body {
        padding-bottom: 10px;
    }
}
.about-detail-accordion .card-body p {
    line-height: 24px;
    font-size: 14px;
    max-width: 770px;
}
.about-detail-accordion .card-body p + p {
    margin-top: 8px;
}
@media (max-width: 767px) {
    .about-detail-accordion .card-body p {
        line-height: 23px;
        font-size: 14px;
    }
}
.about-detail-accordion .card-body ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
}
.about-detail-accordion .card-body ul li {
    position: relative;
    line-height: 24px;
    font-size: 14px;
    padding-left: 20px;
    display: block;
    margin-bottom: 8px;
}
@media (max-width: 767px) {
    .about-detail-accordion .card-body ul li {
        line-height: 23px;
        font-size: 14px;
        padding-left: 16px;
    }
}
.about-detail-accordion .card-body ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 1px;
    background-color: #35393b;
}
@media (max-width: 767px) {
    .about-detail-accordion .card-body ul li:before {
        width: 6px;
        top: 12px;
    }
}
.about-detail-accordion .card-body ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 8px 0 0;
}
.about-detail-accordion .card-body ol ul {
    margin: 8px 0 0;
}
.about-detail-accordion .card-body ol > li {
    position: relative;
    line-height: 24px;
    font-size: 14px;
    padding-left: 24px;
    display: block;
    margin-bottom: 8px;
}
@media (max-width: 767px) {
    .about-detail-accordion .card-body ol > li {
        line-height: 23px;
        font-size: 14px;
    }
}
.about-detail-accordion .card-body ol > li:before {
    content: counter(item) '. ';
    counter-increment: item;
    display: block;
    position: absolute;
    left: 0;
    font-weight: bold;
    line-height: 24px;
    font-size: 14px;
}
@media (max-width: 767px) {
    .about-detail-accordion .card-body ol > li:before {
        line-height: 23px;
        font-size: 14px;
    }
}
.content-slider {
    position: relative;
    margin-bottom: 34px;
}
@media (max-width: 767px) {
    .content-slider {
        margin-bottom: 40px;
    }
}
.content-slider__desc {
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}
@media (max-width: 767px) {
    .content-slider__desc {
        text-align: left;
        line-height: 18px;
        font-size: 12px;
        max-width: 70%;
    }
}
.content-slider__item {
    display: block;
    width: 100%;
    overflow: hidden;
}
.content-slider__item img {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .content-slider__item img {
        margin-bottom: 13px;
    }
}
.content-slider .slick-arrow {
    position: absolute;
    display: block;
    z-index: 1000;
    width: 138px;
    height: auto;
    border: 0;
    top: 0;
    bottom: 70px;
    content: '';
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
@media (max-width: 767px) {
    .content-slider .slick-arrow {
        display: none !important;
    }
}
.content-slider .slick-arrow.slick-prev {
    right: auto;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(82, 82, 82, 0.6)),
        to(rgba(196, 196, 196, 0))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(82, 82, 82, 0.6) 0%,
        rgba(196, 196, 196, 0) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(82, 82, 82, 0.6) 0%,
        rgba(196, 196, 196, 0) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(82, 82, 82, 0.6)),
        to(rgba(196, 196, 196, 0))
    );
    background: linear-gradient(
        90deg,
        rgba(82, 82, 82, 0.6) 0%,
        rgba(196, 196, 196, 0) 100%
    );
    content: '';
}
.content-slider .slick-arrow.slick-next {
    content: '';
    right: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(196, 196, 196, 0)),
        color-stop(108.33%, rgba(82, 82, 82, 0.6))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(196, 196, 196, 0) 0%,
        rgba(82, 82, 82, 0.6) 108.33%
    );
    background: -o-linear-gradient(
        left,
        rgba(196, 196, 196, 0) 0%,
        rgba(82, 82, 82, 0.6) 108.33%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(196, 196, 196, 0)),
        color-stop(108.33%, rgba(82, 82, 82, 0.6))
    );
    background: linear-gradient(
        90deg,
        rgba(196, 196, 196, 0) 0%,
        rgba(82, 82, 82, 0.6) 108.33%
    );
}
.content-slider .slick-arrow.slick-prev:before {
    content: '';
    background-size: auto 44px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-left: 39px;
    width: 51px;
    height: 48px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDYiIHZpZXdCb3g9IjAgMCAyNSA0NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNjQ4Mzc2IDIyLjkzNzVMMi4zMzU4OCAyNC44NzVMMjAuMzM1OSA0NS44NzVMMjQuODY3MiA0Mkw4LjUyMzM4IDIyLjkzNzVMMjQuODY3MiAzLjg3NUwyMC4zMzU5IDBMMi4zMzU4OCAyMUwwLjY0ODM3NiAyMi45Mzc1WiIgZmlsbD0iIzAwNkI1OCIvPgo8L3N2Zz4K);
}
.content-slider .slick-arrow.slick-next:before {
    content: '';
    background-size: auto 44px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 51px;
    height: 48px;
    margin-right: 43px;
    margin-left: auto;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDYiIHZpZXdCb3g9IjAgMCAyNSA0NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0Ljg2NzIgMjMuMDYyNUwyMy4xNzk3IDIxLjEyNUw1LjE3OTY5IDAuMTI0OTg1TDAuNjQ4NDM4IDMuOTk5OThMMTYuOTkyMiAyMy4wNjI1TDAuNjQ4NDM4IDQyLjEyNUw1LjE3OTY5IDQ2TDIzLjE3OTcgMjVMMjQuODY3MiAyMy4wNjI1WiIgZmlsbD0iIzAwNkI1OCIvPgo8L3N2Zz4K);
}
.content-slider .slick-dots {
    z-index: 100;
    bottom: 44px;
    text-align: center;
}
@media (max-width: 767px) {
    .content-slider .slick-dots {
        width: auto;
        text-align: right;
        right: 0;
        bottom: 29px;
    }
}
.content-slider .slick-dots li {
    width: auto;
    margin: 0 4px;
}
@media (max-width: 767px) {
    .content-slider .slick-dots li {
        margin: 0 0 0 4px;
    }
}
.content-slider .slick-dots button {
    display: inline-block;
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #efefef;
}
.content-slider .slick-dots button:before {
    content: '';
    display: none;
}
.content-slider .slick-dots li.slick-active button {
    display: inline-block;
    padding: 0;
    background-color: #c3a587;
}
.content-slider .slick-dots li.slick-active button:before {
    content: '';
    display: none;
}
.steps-accordion .card-header {
    background: transparent;
    width: 100%;
    border: 0;
    position: relative;
    cursor: pointer;
    text-align: left;
}
.steps-accordion .card-header .page-subtitle {
    display: inline-block;
    width: auto;
    border-bottom: 1px dashed;
}
@media (min-width: 1024px) {
    .steps-accordion .card-header:hover .card-header {
        opacity: 0.5;
    }
}
.steps-accordion .card-body p {
    color: #006b58;
    font-style: italic;
    line-height: 26px;
    font-size: 16px;
    max-width: 770px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .steps-accordion .card-body p {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .steps-accordion .card-body p {
        line-height: 23px;
        font-size: 14px;
    }
}

.text-content {
    padding: 57px 0 80px;
}
@media (max-width: 767px) {
    .text-content {
        padding: 0 0 49px;
    }
}
.text-content .page-title {
    margin-bottom: 64px;
}
@media (max-width: 767px) {
    .text-content .page-title {
        margin-bottom: 32px;
    }
}
.text-content p {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .text-content p {
        margin-bottom: 11px;
    }
}
.text-content .page-subtitle {
    margin: 33px 0;
}
@media (max-width: 767px) {
    .text-content .page-subtitle {
        margin: 27px 0;
    }
}
.text-content .card-header .page-subtitle {
    margin: 12px 0 33px;
}
@media (max-width: 767px) {
    .text-content .card-header .page-subtitle {
        margin: 6px 0 27px;
    }
}
.video-link:before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.link-green {
    color: #006b58;
    cursor: pointer;
    /* font-size: 16px; */
    font-weight: bold;
}
.link-green-dynamic {
    color: #35393b !important;
    cursor: pointer;
}
.link-green-dynamic:hover {
    color: #006b58 !important;
}

#single-post-style a {
    color: #006b58;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.page-subtitle a {
    color: #006b58;
    cursor: pointer;
    /* font-size: 16px; */
    font-weight: bold;
}

/* СЃРїРёСЃРєРё РІ РЅРѕРІРѕСЃС‚СЏС… */
.news-detail .main-content > ol {
    margin-left: -40px;
}
/* .main-content > ol {
    margin-left: -30px;
} */

.news-detail .content-row ol {
    counter-reset: item;
}
.news-detail .content-row ol > li {
    display: block;
    padding-left: 30px;
}
.news-detail .content-row ol > li:before {
    content: counters(item, '.') '. ';
    counter-increment: item;
    position: absolute;
    margin-left: -30px;
    text-align: right;
	font-weight: bold;
}

.news-detail .content-row ol > li > ol > li:first-child {
    margin-top: 20px;
}
.main-content--side > .content-left ol {
    counter-reset: item;
}
.main-content--side > .content-left li {
    display: list-item;
    padding-left: 20px;
}
.main-content--side > .content-left > li:before {
    content: counters(item, '.') '. ';
    counter-increment: item;
    position: absolute;
    margin-left: -30px;
    text-align: right;
}
.main-content--side > .content-left ul {
    list-style-type: circle;
}
.main-content--side > .content-left li {
    line-height: 26px;
    font-size: 16px;
    padding-bottom: 20px;
    margin-left: 20px;
}
@media (min-width: 1280px) {
    .main-content--side > .content-left ol {
    	    float: left;
    	    width: 91.66667%;
    }
}
.contacts_note {
    display: block;
    line-height: 18px;
    font-size: 12px;
    color: #747272;
    margin-bottom: 10px;
    width: 250px;
}
ol > li > ul {
    padding-left: 0;
}
ol > li > ul > li {
    position: relative;
    list-style-type: none;
    /* margin-left: 25px */
}
ol > li > ul > li:before {
    content: ' ';
    display: block;
    position: absolute;
    left: -20px;
    top: 13px;
    width: 16px;
    height: 1px;
    background-color: #35393b;
}
ol > li > ul > li:first-child {
    margin-top: 16px;
}
ol > li > ol > li:last-child {
    padding-bottom: 0;
}
 p a {
   color: #008080;
 }
.content-links__link:hover{
    color:#006b58;
    }
    
    li > a:hover {
        color:#006b58;
    }

    ol{
        padding-inline-start: 0px;
    }
.zakupki-table td, th {
	padding: 10px;
}

.tnp-submit {
    text-align: center !important;
    background-color: #006b58 !important;
    color: #fff !important;
}

.news-card__date-vis {
display: block;
line-height: 26px;
font-size: 20px;
color: #000000;
margin-bottom: 20px;
}


.news-card__text-vis {
line-height: 46px;
font-size: 32px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.large {
font-size: 23px!important;
}
.main-content-vis {
line-height: 46px;
font-size: 28px;
margin: 15px 0;
}
.main-content-vis a:not(.small):not(.large) {
font-size: 23px!important;
}
.large {
font-size: 23px!important;
}
.news-detail__date-vis {
line-height: 26px;
font-size: 20px;
color: #000000;
}
.single-news__date-vis {
display: block;
line-height: 26px;
font-size: 20px;
color: #000000;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.single-news-vis {
display: block;
width: 311px;
}
.single-news-vis p {
line-height: 36px;
font-size: 23px;
}
.textwidget-vis {
padding-left: 15px;
margin: 0;
list-style: none;
position: relative;
min-height: 1px;
padding-right: 15px;
}
.textwidget-vis a {
font-weight: normal;
line-height: 24px;
font-size: 18px!important;
color: #35393b;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.copyright-vis {
float: left;
line-height: 18px;
font-size: 16px;
color: #727e8c;
width: 60%;
}
.footer .contact-phone-vis {
line-height: 18px;
font-size: 16px;
}
.footer .contact-phone__note-vis {
display: block;
font-size: 13px;
}

.news-card__date-vis {
display: block;
line-height: 26px;
font-size: 20px;
color: #000000;
margin-bottom: 20px;
}

.news-card__text-vis {
line-height: 46px;
font-size: 26px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.faq-accordion .card-header .card-title-vis {
font-family: 'Exo 2', sans-serif;
font-weight: 500;
line-height: 30px;
font-size: 30px;
margin: 0;
text-align: left;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.faq-accordion .card-body-vis {
padding-bottom: 25px;
    font-size: 26px;
    line-height: 36px;
    }
.main-content-full-zakupki-vis span{
    font-size: 26px;
    }
.promo__text-vis {
line-height: 26px;
font-size: 20px;
color: #000;
margin-bottom: 8px;
max-width: 545px;
}
.promo__text-vis a {
    color: #006b58;
        font-weight: bold;
        }
.index_vis p {
font-size: 20px;
line-height: 26px;
}
.header__right.vis a {
font-size: 28px;
}
.dropdown.isConsumer.vis {
font-size: 28px;
}
ul.custom-list-vis li {
position: relative;
line-height: 46px;
font-size: 32px;
padding-left: 28px;
display: block;
margin-bottom: 3px;
}
.about-promo__text-vis {
    line-height: 46px;
        font-size: 32px;
            color: #000;
                opacity: 0.8;
                }
                @media (min-width: 1024px) {
                .about-promo__text-vis {
                    padding-top: 15px;
                    }
                    }
.about-promo__item .custom-list-vis {
margin: 15px 0;
}
ul.custom-list-vis {
list-style: none;
padding: 0;
margin: 40px 0 33px;
}
.about-promo__item .custom-list-vis li {
margin-bottom: 3px;
}
ul.custom-list-vis li:before {
content: '';
display: block;
position: absolute;
left: 0;
top: 25px;
width: 16px;
height: 1px;
background-color: #35393b;
}
.contacts__item-vis h4 {
font-weight: bold;
line-height: 24px;
font-size: 20px;
color: #7b7e84;
margin: 0 0 10px;
max-width: 325px;
}
.contacts__item-vis p {
line-height: 26px;
font-size: 18px;
}
.contacts__hours-vis {
display: block;
line-height: 18px;
font-size: 16px;
color: #747272;
margin-bottom: 0;
}
.contacts__note-vis {
display: block;
line-height: 18px;
font-size: 16px;
color: #747272;
margin-bottom: 10px;
}
.contacts-vis {
font-size: 18px;
}
.about-detail-vis p {
font-size: 32px!important;
line-height: 46px;
}
.about-detail-vis p {
font-size: 32px;
line-height: 46px;
}
.about-detail__person .person-post-vis{
font-weight: normal;
line-height: 24px;
font-size: 18px;
color: #000;
opacity: 0.8;
padding: 0;
margin: 0;
max-width: 420px;
}
.about-detail__in-vis ol > li {
position: relative;
line-height: 46px;
font-size: 32px;
padding-bottom: 0;
padding-left: 28px;
display: block;
margin-bottom: 32px;
}
.back_big {
font-size: 18px;
}
.tnp-subscription-vis label {
    font-size: 20px!important;
    }
.tnp-subscription-vis input {
font-size: 18px!important;
    }
.main-content-full-vis p {
font-size: 32px!important;
line-height: 46px!important;
}
.main-content-full-vis li{
font-size: 32px!important;
line-height: 46px!important;
}
.main-content-opendoors-vis p {
font-size: 20px!important;
}
.main-content-full-vis ul {
margin-left: 20px;
}
.links-menu__list-vis li a {
font-size: 18px!important;
}
.main-content-full-vis li:before{
    margin-left: -50px!important;
}
.content-links-vis {
	font-size: 30px!important;
line-height: 46px;
}
.content-links-vis li:before {
font-size: 30px!important;
line-height: 46px!important;
left: -15px!important;
}
.content-links__list-vis li:before {
font-size: 30px!important;
line-height: 46px!important;
left: -15px!important;
}

@media (min-width: 1024px) {
	.opendoorsBanner {
		height: 240px;
		margin-top: 1.5%;
		margin-right: 1.5%;
		padding-right: 1.5%;
	}
}