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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

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

.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;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}

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

body {
    font-size: 16px;
    line-height: 24px;
    color: #323232;
    font-weight: 400;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
}

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

li {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

button {
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

input,
textarea {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.header__inner {
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.menu__btn {
    display: none;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.menu__btn::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: url(/img/burger-menu.svg);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.logo {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.logo:hover {
    opacity: 0.8;
}

.menu-list li {
    display: inline-block;
}

.menu-list li + li {
    margin-left: 40px;
}

.menu-list a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #323232;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-list a:hover {
    color: #135098;
}

.sicial-fb__mobile {
    display: none;
}

.header__privacy {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #1e1e1e;
}

.main {
    margin-top: 50px;
}

.main__top {
    background-image: url(/img/main-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 100px 64px;
}

.main__top-text {
    font-weight: 500;
    color: #fff;
    max-width: 610px;
}

.main__top-text p {
    padding-bottom: 16px;
}

.br-mobile {
    display: none;
}

.main__top-title {
    font-style: italic;
    font-weight: bold;
    font-size: 52px;
    line-height: 63px;
    color: #fff;
    margin-top: 88px;
}

.main__top-btn {
    margin-top: 48px;
    max-width: 269px;
    width: 100%;
    text-align: center;
}

.main__bottom {
    margin-top: 80px;
}

.main__bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sicial-fb {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sicial-fb:hover {
    opacity: 0.8;
}

.sicial-fb::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(/img/facebook.svg);
}

.title-blue {
    font-style: italic;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #135098;
}

.main__bottom-title {
    text-align: right;
    max-width: 500px;
}

.about-us {
    margin-top: 80px;
}

.about-us__wrapper {
    margin-left: 100px;
}

.about-us__items {
    margin-top: 24px;
    max-width: 600px;
}

.about-us__item {
    margin-top: 40px;
}

.about-us__item-title {
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 16px;
    color: #135098;
}

.about-us__item-title::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: url(/img/list.svg);
}

.about-us__bottom {
    margin-top: 40px;
    position: relative;
    background-image: url(/img/about-us-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 100px;
}

.about-us__bottom-title {
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
}

.about-us__bottom-img {
    position: absolute;
    bottom: 0;
    right: 60px;
}

.facts {
    margin-top: 80px;
}

.facts__items {
    max-width: 560px;
    margin-left: auto;
    margin-top: 64px;
}

.facts__item {
    outline: none;
}

.facts__title {
    margin-left: 100px;
    max-width: 400px;
}

.slick-dots {
    position: absolute;
    top: 0;
    left: -612px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: item;
}

.slick-dots li {
    cursor: pointer;
    padding: 25.5px 0px 25.5px 60px;
    position: relative;
    border-left: 2px solid rgba(50, 50, 50, 0.2);
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.slick-dots li::before {
    content: counter(item) " ";
    counter-increment: item;
    left: 24px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slick-dots li:hover:before {
    color: #135098;
    font-weight: bold;
}

.slick-dots .slick-active {
    border-left: 2px solid #135098;
}

.slick-dots .slick-active::before {
    color: #135098;
    font-weight: bold;
}

.facts__btns {
    max-width: 683px;
    margin: 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.facts__btn {
    max-width: 269px;
    width: 100%;
    text-align: center;
}

.poll__inner {
    text-align: center;
    background: url(/img/poll-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 0 125px;
}

.poll__title {
    font-style: italic;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}

.poll__subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 32px;
}

.poll__btn {
    margin-top: 48px;
    max-width: 255px;
    width: 100%;
}

.footer {
    margin-top: 50px;
    max-height: 860px;
    overflow: hidden;
    position: relative;
    background-image: url(/img/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer::after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: rgba(50, 50, 50, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.footer__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    z-index: 1;
}

.footer__video {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.footer__inner {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.footer__logo {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer__logo:hover {
    opacity: 0.8;
}

.footer__title {
    margin-top: 48px;
    font-style: italic;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}

.footer__email {
    margin-top: 42px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    padding-left: 33px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer__email:hover {
    opacity: 0.8;
}

.footer__email::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: url(/img/list-footer.svg);
}

.questions {
    margin-top: 72px;
}

.questions__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.questions__title {
    color: #135098;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    max-width: 615px;
}

.questions__title-s5 {
    max-width: 630px;
}

.questions__steps {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    color: rgba(30, 30, 30, 0.7);
    white-space: nowrap;
}

.questions__item {
    margin-top: 40px;
}

.questions__item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
}

.questions__item-checkbox + .questions__item-checkbox,
.questions__item-row + .questions__item-checkbox {
    margin-top: 15px;
}

.questions__item-checkbox input,
.questions__item-row input {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.questions__item-checkbox input + label,
.questions__item-row input + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.questions__item-checkbox input + label::before,
.questions__item-row input + label::before {
    content: "";
    margin-right: 18px;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 2px solid rgba(50, 50, 50, 0.6);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.questions__item-checkbox input + label:hover::before,
.questions__item-row input + label:hover::before {
    border: 2px solid #323232;
}

.questions__item-checkbox input:checked + label::before,
.questions__item-row input:checked + label::before {
    background-image: url("/img/radio.svg");
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0px solid transparent;
}

.questions__item-checkbox input:disabled + label::before,
.questions__item-row input:disabled + label::before {
    background-color: #fff;
}

.questions__item-btns {
    margin-top: 48px;
}

.questions__item-btns a + a,  .questions__item-btns a + button{
    margin-left: 24px;
    vertical-align: top;
}

.questions__item-btn {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 1px solid #265599;
    border-radius: 1px;
    padding: 17px 24px 16px;
    overflow: hidden;
    position: relative;
}

.questions__item-btn span {
    position: relative;
    z-index: 1;
}

.questions__item-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 315px;
    width: 315px;
    background: #78c7d2;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    -ms-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
    opacity: 0.7;
}

.questions__item-btn:hover::after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    -ms-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.questions__btn-prev {
    color: #135098;
}

.questions__btn-next {
    background-color: #135098;
    color: #fff;
}

.questions__item-btn--disable {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 1px solid rgba(50, 50, 50, 0.2);
    border-radius: 1px;
    padding: 17px 24px 16px;
    overflow: hidden;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(50, 50, 50, 0.2)), to(rgba(50, 50, 50, 0.2)));
    background: -o-linear-gradient(bottom, rgba(50, 50, 50, 0.2), rgba(50, 50, 50, 0.2));
    background: linear-gradient(0deg, rgba(50, 50, 50, 0.2), rgba(50, 50, 50, 0.2));
    color: #fff;
}

.questions__item-input {
    margin-top: 32px;
}

.questions__item-input input {
    border: 1px solid rgba(50, 50, 50, 0.2);
    border-radius: 4px;
    max-width: 500px;
    width: 100%;
    padding: 14px;
}

.mt-0 {
    margin-top: 0;
}

.questions__item-subtitle {
    font-size: 18px;
    line-height: 27px;
    margin-top: 10px;
}

.questions__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 427px;
}

.questions__item-row {
    margin-top: 26px;
}

.questions__item-area textarea {
    height: 96px;
    max-width: 500px;
    width: 100%;
    padding: 14px;
    border: 1px solid rgba(50, 50, 50, 0.2);
    border-radius: 4px;
}

.questions__item-form {
    max-width: 460px;
    margin-top: 20px;
}

.questions__form-input {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.questions__form-input label {
    white-space: nowrap;
    font-size: 18px;
    line-height: 27px;
}

.questions__form-input input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(50, 50, 50, 0.5);
}

.mt-20 {
    margin-top: 20px;
}

.questions__item-subtitle__box {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.questions__item-box {
    margin-top: 32px;
}

.questions__item-box__title {
    font-size: 18px;
    line-height: 27px;
    max-width: 700px;
    margin-bottom: 16px;
}

.questions__item-box__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.questions__item-box__btn {
    border: 1px solid rgba(50, 50, 50, 0.2);
    border-radius: 1px;
    cursor: pointer;
}

.questions__item-box__btn:hover span {
    background-color: #78c5ef;
    color: #fff;
}

.questions__item-box__btn + .questions__item-box__btn {
    border-left: none;
}

.questions__item-box__btn input {
    position: absolute;
    top: 45px;
    cursor: pointer;
    z-index: -1;
    opacity: 0;
}

.questions__item-box__btn input:checked + span {
    background-color: #78c5ef;
    color: #fff;
}

.questions__item-box__btn label {
    color: rgba(50, 50, 50, 0.7);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    position: relative;
}

.questions__item-box__btn span {
    padding: 16px 16px 15px;
    text-align: center;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-vectors {
    margin-bottom: 75px;
}

.five-vectors {
    background-color: #128dcd;
    overflow-x: hidden;
}

.five-vectors__container {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.five-vectors__header-inner {
    background-image: url(/img/header-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0px 100px;
}

.header-inner__logo {
    text-align: right;
    margin-right: 95px;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header-inner__logo:hover {
    opacity: .8;
}

.header-inner__box {
    margin-top: 215px;
}

.header-inner__box img {
    display: block;
}

.five-vectors__container-fluid {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.fact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fact__inner-left {
    max-width: 939px;
    width: 100%;
    position: relative;
}

.fact__inner-left img {
    display: block;
}

.fact__inner-left__box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.left__box-number {
    font-weight: 600;
    font-size: 344px;
    line-height: 130px;
    font-style: italic;
    text-transform: uppercase;
    z-index: 2;
}

.left__box-text {
    max-width: 340px;
    font-weight: 800;
    font-size: 30px;
    line-height: 44px;
    position: relative;
    z-index: 1;
}

.left__box-text::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    content: url(/img/facts-arrow-2.svg);
}

.fact-first {
    left: 80px;
}

.fact-first .left__box-number {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 344.012px;
    line-height: 130px;
}

.fact-first .fact__inner-left__box {
    left: 110px;
}

.fact-first .left__box-text {
    font-size: 35px;
    line-height: 35px;
    margin-left: -15px;
}

.fact-first .left__box-text::before {
    top: -25px;
    left: -57px;
    content: url(/img/facts-arrow-1.svg);
}


.fact__inner-right {
    max-width: 510px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fact__inner-right__box {
    max-width: 344px;
    margin-left: 40px;
    margin-right: auto;
    position: relative;
}

.fact__inner-right__box::before {
    position: absolute;
    top: -13px;
    left: 0;
    content: url(/img/fatc-list.svg);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.right__box-text {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #fff;
    padding-top: 20px;
    text-align: justify;
}

.right__box-text span {
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
}

.fact__info-container {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.fact__info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fact__info-inner__left,
.fact__info-inner__right {
    max-width: 620px;
}

.fact__info-inner__right {
    margin-left: auto;
}

.fact__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.fact__info-item__img {
    padding: 15px;
    background-color: #fff;
    z-index: 1;
}

.fact__info-item__img img {
    display: block;
}

.fact__info-item__box {
    padding: 24px;
    background-color: #fff;
    max-width: 300px;
    width: 100%;
}

.fact__info-item__box-title {
    font-style: italic;
    font-weight: 800;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    color: #0a50a3;
    margin-bottom: 14px;
}

.fact__info-item__box-text {
    font-size: 12px;
    line-height: 17px;
    text-align: justify;
    color: #221e1f;
}

.fact__info-btn {
    text-align: center;
}

.fact-btn {
    max-width: 240px;
    width: 100%;
    text-align: center;
}

.fact__info-first {
    margin-top: 40px;
    padding-top: 35px;
    padding-bottom: 100px;
}

.fact__info-first .fact__info-inner {
    padding-bottom: 62px;
}

.fact__info-first .fact__info-inner__left {
    position: relative;
}

.fact__info-first .fact__info-inner__left::before {
    z-index: -1;
    position: absolute;
    top: -35px;
    left: -650px;
    content: url(/img/arrow-bg.svg);
}

.fact__info-first .fact__info-inner__left .fact__info-item:first-child {
    margin-bottom: 54px;
}

.fact__info-first .fact__info-inner__left .fact__info-item:first-child .fact__info-item__box {
    max-width: 411px;
    margin-left: -8px;
}

.fact__info-first .fact__info-inner__left .fact__info-item:last-child .fact__info-item__box-title {
    max-width: 245px;
}

.fact__info-first .fact__info-inner__left .fact__info-item:last-child .fact__info-item__box {
    max-width: 363px;
    padding-right: 52px;
    padding-bottom: 42px;
    margin-right: -44px;
}

.fact__info-first .fact__info-inner__right {
    position: relative;
}

.fact__info-first .fact__info-inner__right::after {
    z-index: -1;
    position: absolute;
    bottom: -574px;
    right: 172px;
    content: url(/img/arrow-bg.svg);
}

.fact__info-first .fact__info-inner__right .fact__info-item:first-child {
    margin-bottom: 70px;
}

.fact__info-first .fact__info-inner__right .fact__info-item:first-child .fact__info-item__box-title {
    max-width: 290px;
}

.fact__info-first .fact__info-inner__right .fact__info-item:first-child .fact__info-item__box {
    max-width: 358px;
    margin-right: -15px;
    padding-bottom: 27px;
}

.fact__info-first .fact__info-inner__right .fact__info-item:last-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.fact__info-first .fact__info-inner__right .fact__info-item:last-child .fact__info-item__box {
    max-width: 403px;
    margin-left: -15px;
    padding-bottom: 31px;
}

.fact__info-first .fact__info-inner__right .fact__info-item:last-child .fact__info-item__box-text {
    padding-right: 5px;
}

.fact-second {
    left: 52px;
}

.fact-second .left__box-text {
    margin-left: 12px;
}

.fact-second .left__box-text::before {
    top: -25px;
    left: -160px;
    content: url(/img/facts-arrow-2.svg);
}

.fact__info-second {
    padding-top: 55px;
    padding-bottom: 100px;
}

.fact__info-second .fact__info-inner {
    padding-bottom: 51px;
}

.fact__info-second .fact__info-inner__left {
    position: relative;
}

.fact__info-second .fact__info-inner__left::before {
    z-index: -1;
    position: absolute;
    top: 230px;
    left: -640px;
    content: url(/img/arrow-bg.svg);
}

.fact__info-second .fact__info-inner__left .fact__info-item:first-child {
    margin-bottom: 20px;
}

.fact__info-second .fact__info-inner__left .fact__info-item:first-child .fact__info-item__box {
    max-width: 369px;
    padding-bottom: 48px;
    padding-left: 58px;
    margin-left: -49px;
}

.fact__info-second .fact__info-inner__left .fact__info-item:last-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.fact__info-second .fact__info-inner__left .fact__info-item:last-child .fact__info-item__box {
    max-width: 429px;
    padding-right: 45px;
    padding-bottom: 75px;
    margin-right: -146px;
}

.fact__info-second .fact__info-inner__left .fact__info-item:last-child .fact__info-item__box .fact__info-item__box-text {
    max-width: 250px;
}

.fact__info-second .fact__info-inner__right .fact__info-item:first-child {
    display: block;
}

.fact__info-second .fact__info-inner__right .fact__info-item:first-child .fact__info-item__box {
    max-width: 456px;
    margin-left: auto;
    margin-top: -15px;
    padding-bottom: 35px;
}

.fact-third {
    left: 61px;
}

.fact-third .left__box-text {
    margin-left: 3px;
}

.fact-third .left__box-text::before {
    top: -25px;
    left: -95px;
    content: url(/img/facts-arrow-3.svg);
}

.fact__info-third {
    padding-top: 50px;
    padding-bottom: 100px;
}

.fact__info-third .fact__info-inner {
    padding-bottom: 60px;
}

.fact__info-third .fact__info-inner__left {
    position: relative;
    max-width: 621px;
}

.fact__info-third .fact__info-inner__left::before {
    z-index: -1;
    position: absolute;
    bottom: -536px;
    left: -630px;
    content: url(/img/arrow-bg.svg);
}

.fact__info-third .fact__info-inner__left .fact__info-item:first-child {
    display: block;
    margin-bottom: 20px;
}

.fact__info-third .fact__info-inner__left .fact__info-item:first-child .fact__info-item__img {
    max-width: 272px;
    margin-left: auto;
}

.fact__info-third .fact__info-inner__left .fact__info-item:first-child .fact__info-item__box {
    margin-top: -47px;
    max-width: 100%;
    padding: 20px 19px 13px 24px;
}

.fact__info-third .fact__info-inner__left .fact__info-item:last-child .fact__info-item__box {
    max-width: 369px;
    padding: 24px 24px 39px;
    margin-left: -15px;
    margin-top: 28px;
}

.fact__info-third .fact__info-inner__left .fact__info-item:last-child .fact__info-item__box .fact__info-item__box-title {
    max-width: 280px;
}

.fact__info-third .fact__info-inner__right {
    position: relative;
}

.fact__info-third .fact__info-inner__right::after {
    z-index: -1;
    position: absolute;
    top: 146px;
    right: -136px;
    content: url(/img/arrow-bg.svg);
}

.fact__info-third .fact__info-inner__right .fact__info-item:first-child {
    margin-bottom: 71px;
}

.fact__info-third .fact__info-inner__right .fact__info-item:first-child .fact__info-item__box {
    max-width: 408px;
    padding-bottom: 65px;
    margin-left: -14px;
}

.fact__info-third .fact__info-inner__right .fact__info-item:last-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.fact__info-third .fact__info-inner__right .fact__info-item:last-child .fact__info-item__box {
    max-width: 335px;
    margin-right: -90px;
    margin-bottom: 100px;
    padding-right: 33px;
    padding-bottom: 50px;
}

.fact__info-third .fact__info-inner__right .fact__info-item:last-child .fact__info-item__box .fact__info-item__box-text {
    max-width: 211px;
}

.fact-fourth {
    left: 47px;
}

.fact-fourth .left__box-text {
    margin-left: 10px;
}

.fact-fourth .left__box-text::before {
    top: -25px;
    left: -205px;
    content: url(/img/facts-arrow-4.svg);
}

.fact__info-fourth {
    padding-top: 58px;
    padding-bottom: 100px;
}

.fact__info-fourth .fact__info-inner {
    padding-bottom: 45px;
}

.fact__info-fourth .fact__info-inner__left {
    position: relative;
}

.fact__info-fourth .fact__info-inner__left::before {
    z-index: -1;
    position: absolute;
    top: 173px;
    left: -417px;
    content: url(/img/arrow-bg.svg);
}

.fact__info-fourth .fact__info-inner__left .fact__info-item:first-child {
    display: block;
    margin-bottom: 25px;
}

.fact__info-fourth .fact__info-inner__left .fact__info-item:first-child .fact__info-item__box {
    max-width: 491px;
    padding-bottom: 52px;
}

.fact__info-fourth .fact__info-inner__left .fact__info-item:first-child .fact__info-item__img {
    margin-top: -40px;
    max-width: 325px;
    margin-left: auto;
}

.fact__info-fourth .fact__info-inner__left .fact__info-item:last-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.fact__info-fourth .fact__info-inner__left .fact__info-item:last-child .fact__info-item__box {
    max-width: 390px;
    padding-right: 46px;
    padding-bottom: 66px;
    margin-right: -40px;
}

.fact__info-fourth .fact__info-inner__left .fact__info-item:last-child .fact__info-item__img {
    margin-bottom: -15px;
}

.fact__info-fourth .fact__info-inner__right {
    position: relative;
}

.fact__info-fourth .fact__info-inner__right::after {
    z-index: -1;
    position: absolute;
    top: 302px;
    right: -203px;
    content: url(/img/arrow-bg.svg);
}

.fact__info-fourth .fact__info-inner__right .fact__info-item:first-child {
    display: block;
}

.fact__info-fourth .fact__info-inner__right .fact__info-item:first-child .fact__info-item__box {
    max-width: 436px;
    padding-bottom: 54px;
    margin-top: -15px;
    margin-left: auto;
}

.fact-fifth {
    left: 59px;
}

.fact-fifth .left__box-text {
    margin-left: 11px;
}

.fact-fifth .left__box-text::before {
    top: -25px;
    left: -150px;
    content: url(/img/facts-arrow-5.svg);
}

.fact__info-fifth {
    padding-top: 56px;
    padding-bottom: 100px;
}

.fact__info-fifth .fact__info-inner {
    padding-bottom: 60px;
}

.fact__info-fifth .fact__info-inner__left {
    position: relative;
}

.fact__info-fifth .fact__info-inner__left::before {
    z-index: -1;
    position: absolute;
    top: -56px;
    left: -358px;
    content: url(/img/arrow-bg.svg);
}

.fact__info-fifth .fact__info-inner__left .fact__info-item:first-child {
    display: block;
}

.fact__info-fifth .fact__info-inner__left .fact__info-item:first-child .fact__info-item__img {
    max-width: 100%;
}

.fact__info-fifth .fact__info-inner__left .fact__info-item:first-child .fact__info-item__box {
    margin-top: -15px;
    max-width: 478px;
    margin-left: auto;
    padding-bottom: 59px;
}

.fact__info-fifth .fact__info-inner__right .fact__info-item:first-child {
    display: block;
    margin-bottom: 27px;
}

.fact__info-fifth .fact__info-inner__right .fact__info-item:first-child .fact__info-item__box {
    max-width: 603px;
    padding-bottom: 48px;
}

.fact__info-fifth .fact__info-inner__right .fact__info-item:first-child .fact__info-item__img {
    margin-top: -34px;
    margin-left: auto;
    max-width: 407px;
}

.fact__info-fifth .fact__info-inner__right .fact__info-item:last-child .fact__info-item__box {
    max-width: 392px;
    margin-left: -15px;
    padding-right: 21px;
    padding-bottom: 42px;
}

@media (max-width: 1300px) {
    .five-vectors__header-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px;
    }
    .header-inner__left {
        width: 100%;
        padding: 100px 15px 100px;
    }
    .header-inner__right {
        width: 100%;
    }
    .fact__info-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .fact__info-inner__left,
    .fact__info-inner__right {
        max-width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }
    .fact__info-item {
        display: block;
        width: 48%;
        margin: 0 0 50px !important;
    }
    .fact__info-item__box-title {
        max-width: 100% !important;
    }
    .fact__info-item__img {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        max-width: 100%;
    }
    .fact__info-item__box {
        margin: 0 !important;
        max-width: 100% !important;
        padding: 15px !important;
    }
    .fact__inner-left__box {
        left: 15px;
    }
    .fact__info-item__box-text {
        max-width: 100% !important;
    }
}

@media (max-width: 1200px) {
    .about-us__bottom {
        background-image: url(/img/about-us-arrow-mobile.svg);
    }
    .about-us__bottom-img {
        display: none;
    }
    .facts__items {
        max-width: 100%;
    }
    .facts__item img {
        margin: 0 auto;
    }
    .slick-dots {
        position: absolute;
        top: auto;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        padding: 0;
        list-style-type: none;
        counter-reset: item;
    }
    .slick-dots li {
        cursor: pointer;
        padding: 0;
        position: static;
        border-left: none;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #78c5ef;
        display: inline-block;
    }
    .slick-dots li + li {
        margin-left: 10px;
    }
    .slick-dots li::before {
        display: none;
    }
    .slick-dots li:hover:before {
        color: #135098;
        font-weight: bold;
    }
    .slick-dots .slick-active {
        border: 3px solid #135098;
    }
    .slick-dots .slick-active::before {
        display: none;
    }
    .custom-pag {
        display: none;
    }
    .fact__inner-left img {
        display: none;
    }
    .left__box-text::before {
        content: none !important;
    }
    .left__box-number,
    .fact-first .left__box-number {
        font-size: 200px;
    }
    .fact-first .left__box-text {
        margin-left: 0;
    }
}

@media (max-width: 1000px) {
    .fact {
        padding-top: 100px;
    }
    .fact__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .fact__inner-left,
    .fact__inner-right {
        max-width: 100%;
    }
    .fact__inner-left__box {
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .fact__inner-right__box {
        margin-left: auto;
    }
    .fact__inner-right__box::before {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .fact__info {
        padding: 50px 0 !important;
    }
}

@media (max-width: 812px) {
    .container {
        padding: 0 20px;
    }
    .header__inner {
        padding-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu__btn {
        display: block;
    }
    .header__inner-main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header__inner-main .logo {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .menu-list {
        display: none;
        position: absolute;
        top: 85px;
        left: 0;
        right: 0;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 1;
    }
    .menu-list li {
        display: block;
        margin: 50px 0;
    }
    .menu-list li + li {
        margin-left: 0;
    }
    .logo {
        margin-bottom: 25px;
    }
    .main {
        margin-top: 20px;
    }
    .main .container {
        padding: 0;
    }
    .main__top {
        padding: 164px 20px 131px;
        position: relative;
    }
    .main__top-text {
        position: absolute;
        bottom: -164px;
        left: 20px;
        color: #135098;
    }
    .main__top-text p {
        padding: 0;
    }
    .main__top-text p:first-child {
        display: none;
    }
    .br-mobile {
        display: block;
    }
    .main__top-title {
        margin-top: 0;
        font-size: 24px;
        line-height: 29px;
    }
    .main__top-btn {
        padding: 8px 15px;
        margin-top: 10px;
        max-width: 190px;
        font-size: 10px;
        line-height: 12px;
    }
    .main__bottom {
        padding: 30px 20px;
        margin-top: 200px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(120, 197, 239, 0.05)), to(rgba(120, 197, 239, 0.05))), -webkit-gradient(linear, left bottom, left top, from(rgba(81, 141, 199, 0.05)), to(rgba(81, 141, 199, 0.05))), rgba(168, 193, 227, 0.05);
        background: -o-linear-gradient(bottom, rgba(120, 197, 239, 0.05), rgba(120, 197, 239, 0.05)), -o-linear-gradient(bottom, rgba(81, 141, 199, 0.05), rgba(81, 141, 199, 0.05)), rgba(168, 193, 227, 0.05);
        background: linear-gradient(0deg, rgba(120, 197, 239, 0.05), rgba(120, 197, 239, 0.05)), linear-gradient(0deg, rgba(81, 141, 199, 0.05), rgba(81, 141, 199, 0.05)), rgba(168, 193, 227, 0.05);
        border-top: 2px solid #135098;
        border-bottom: 2px solid #135098;
    }
    .sicial-fb {
        display: none;
    }
    .sicial-fb__mobile {
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .sicial-fb__mobile::before {
        left: auto;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .title-blue {
        font-size: 24px;
        line-height: 29px;
    }
    .main__bottom-title {
        text-align: left;
    }
    .about-us {
        margin-top: 30px;
    }
    .about-us__wrapper {
        margin-left: 0;
    }
    .about-us__item-title {
        margin-bottom: 10px;
    }
    .about-us__items {
        margin-top: 0;
    }
    .about-us__item {
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid #135098;
    }
    .about-us__item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .about-us__bottom {
        margin-top: 20px;
        padding: 24px 85px;
    }
    .facts {
        margin-top: 30px;
    }
    .facts .container {
        padding: 0;
    }
    .facts__title {
        margin-left: 0;
        font-size: 36px;
        line-height: 44px;
        padding: 0 20px;
    }
    .facts__items {
        margin-top: 20px;
    }
    .facts__btns {
        padding: 0 20px;
        margin: 40px auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .facts__btn + .facts__btn {
        margin-top: 10px;
    }
    .poll {
        padding-bottom: 80px;
        position: relative;
    }
    .poll .container {
        padding: 0;
    }
    .poll__inner {
        padding: 135px 20px 143px;
    }
    .poll__title {
        font-size: 24px;
        line-height: 29px;
    }
    .poll__subtitle {
        margin-top: 10px;
    }
    .poll__btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .footer {
        margin-top: 30px;
        min-height: 400px;
    }
    .footer__inner {
        padding: 115px 0 110px;
    }
    .footer__title {
        margin-top: 20px;
        font-size: 24px;
        line-height: 29px;
    }
    .footer__email {
        margin-top: 20px;
    }
    .questions {
        margin-top: 28px;
    }
    .questions__top {
        position: relative;
    }
    .questions__steps {
        position: absolute;
        top: -25px;
        right: 0;
    }
    .mt-10 {
        margin-top: 10px;
    }
    .questions__item-subtitle__box {
        display: none;
    }
    .questions__item-box__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .questions__item-box__btn {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .questions__item-box__btn + .questions__item-box__btn {
        border-left: 1px solid rgba(50, 50, 50, 0.2);
    }
    .questions__item-box__btn:hover span {
        background-color: #fff;
        color: rgba(50, 50, 50, 0.7);
    }
    .questions__item-box__title {
        margin-bottom: 10px;
    }
    .header-inner__logo {
        text-align: center;
        margin-right: 0;
    }
    .fact__info-container,
    .five-vectors__container-fluid {
        padding: 0 20px;
    }
    .fact__info-inner__left,
    .fact__info-inner__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .fact__info-item {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .fact {
        padding-top: 30px;
    }
    .left__box-number,
    .fact-first .left__box-number {
        line-height: 90px;
        font-size: 50px;
    }
    .left__box-number {
        font-size: 50px;
        line-height: 60px;
    }
    .left__box-text,
    .fact-first .left__box-text {
        font-size: 17px;
        line-height: 30px;
        margin-left: 15px !important;
    }
    .fact__info-inner {
        padding-bottom: 0 !important;
    }
    .fact__info-item__box-title {
        font-size: 16px;
    }
    .fact__inner-right {
        margin-top: 20px;
    }
}

@media (min-width: 813px) {
    .menu-list {
        display: block !important;
    }
}

.questions__col-container{
    display: flex;
    flex-flow: wrap;
}
.questions__col-container .questions__item-col-2{
    width: 50%;
    padding: 5px;
}
