/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \*****************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&subset=latin,cyrillic);

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

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    -webkit-animation: bugfix infinite 1s;
}

html {
    font-family: "Roboto";
    font-size: 0.5208335vw;
}

body {
    font-size: 3rem;
    color: #3c4243;
    background-color: #ffffff;
}

input,
textarea {
    margin: 0;
    padding: 0;
    border: none;
    line-height: inherit;
    background-color: transparent;
    color: inherit;
    -webkit-animation: bugfix infinite 1s;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

button,
input,
a,
textarea {
    font: inherit;
    outline: none;
    cursor: pointer;
}

button:focus,
input:focus,
a:focus,
textarea:focus {
    outline: none;
}

button:active,
input:active,
a:active,
textarea:active {
    outline: none;
}

a {
    color: unset;
}

a,
a:hover {
    text-decoration: none;
}

p {
    margin: 0;
}

img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

button {
    padding: 0;
    border: none;
    font: inherit;
    text-align: inherit;
    color: inherit;
    background-color: transparent;
}

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

/*ul li {
    list-style: none;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font: inherit;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/*/------------ START HEADER/---------*/

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 40px 10px 40px;
}

.header {
    max-height: 60px;
    min-width: 154px;
    width: 100%;
    z-index: 2000;
    position: fixed;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
    transition: background-color .3s linear;
    background-color: rgba(250, 250, 250, 1);
}

.header__logo-wrapper {
    max-width: 260px;
}

.header__logo-container {
    max-width: 154px;
    width: 154px;
    height: auto;
    display: block;
}

.header__logo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu__nav__wrapper {
    max-width: 1306px;
    width: 100%;
    height: 100%;
}

.menu__nav__wrapper .menu__nav-list .menu__nav-list--item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', Arial, sans-serif;
    margin: 0;
    color: #000000;
    white-space: nowrap;
    padding: 0 25px;
}

.menu__nav-list--link.active {
    opacity: .7;
}

.menu__nav__wrapper .menu__nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.menu__nav__wrapper .menu__nav-list .menu__nav-list--item .menu__nav-list--link {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    text-decoration: none;
}

.menu__nav__wrapper .menu__nav-list .menu__nav-list--item:first-child {
    padding: 0 25px 0 0;
}

.menu__nav__wrapper .menu__nav-list .menu__nav-list--item:last-child {
    padding: 0 0 0 25px;
}

.menu__nav__wrapper .menu__nav-list .submenu--links {
    position: absolute;
    display: none;
    z-index: 6000000;
    max-width: 150px;
    box-sizing: border-box;
    width: 150px;
    top: 42px;
    height: 85px;
    background-color: #fff;
    padding: 18px 20px;
    text-align: center;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    -o-transition: opacity .2s cubic-bezier(.895, .03, .685, .22);
    transition: opacity .2s cubic-bezier(.895, .03, .685, .22);
    -webkit-transition: opacity .2s cubic-bezier(.895, .03, .685, .22);
}

.menu__nav__wrapper .menu__nav-list .submenu--links::after,
.menu__nav__wrapper .menu__nav-list .submenu--links::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.menu__nav__wrapper .menu__nav-list .submenu--links::after,
.menu__nav__wrapper .menu__nav-list .submenu--links::before {
    top: -20px;
    border-bottom-color: #fff;
}

.menu__nav-list--item.submenu {
    position: relative;
}

.menu__nav__wrapper .menu__nav-list .submenu--links .submenu__nav-list {
    padding-left: 0 !important;
    list-style-type: none;
    margin-bottom: 0 !important;
}

.menu__nav__wrapper .menu__nav-list .submenu--links .submenu__nav-list .submenu__nav-list--item {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.menu__nav__wrapper .menu__nav-list .submenu--links .submenu__nav-list .submenu__nav-list--item .submenu__nav-list--link {
    display: block;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    white-space: normal;
    color: #000000;
    font-weight: 600;
}

.header .header__lk-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    height: 40px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 10px;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    color: #333333;
    background-color: #fbd502;
    border-radius: 4px;
    font-family: 'Roboto';
}

.header__main-phone {
    display: none;
    transition: opacity 0.3s ease;
}

.mobile-header {
    padding: 22px 18px 23px 19px;
    background-color: #fbd502;
    position: relative;
    z-index: 999;
}

.mobile-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.mobile-header__phone {
    background: transparent;
    height: 100%;
    position: relative;
    padding: 4px 0 !important;
    box-sizing: border-box;
    cursor: pointer;
}

.mobile-header__phone-inner {
    display: flex;
    font-family: sans-serif;
    align-items: center;
    height: 100%;
}

.mobile-header__phone-inner-item__text {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.3) 66%, rgba(0, 0, 0, 0.1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    user-select: none;
    max-width: 70px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.mobile-header__main-phone {
    display: none;
}

.mobile-header__phone-inner-item__eye-svg {
    padding: 0 8px;
    display: flex;
    justify-content: center;
}

.mobile-header__burger-btn {
    position: relative;
    flex-shrink: 0;
    width: 28px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
    order: 1;
}

.mobile-header__burger-btn span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    height: 3px;
    background-color: #000;
}

.mobile-header__burger-btn span:nth-child(1) {
    top: 0px;
}

.mobile-header__burger-btn span:nth-child(2), .mobile-header__burger-btn span:nth-child(3) {
    top: 8px;
}

.mobile-header__burger-btn span:nth-child(4) {
    top: 16px;
}

.header__main-phone.visible,
.mobile-header__main-phone.visible {
    display: block;
}

.mobile-header__burger.mobile-active .mobile-header__burger-btn span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.mobile-header__burger.mobile-active .mobile-header__burger-btn span:nth-child(2) {
    transform: rotate(45deg);
}

.mobile-header__burger.mobile-active .mobile-header__burger-btn span:nth-child(3) {
    transform: rotate(-45deg);
}

.mobile-header__burger.mobile-active .mobile-header__burger-btn span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.mobile-header__main-phone.visible {
    color: #fff;
    font-weight: 500;
}

.header__contact-inner.hidden,
.mobile-header__phone-inner.hidden {
    display: none !important;
}

.header .header__telephone {
    display: flex;
    align-items: center;
    background: transparent;
    position: relative;
    padding: 4px 0 !important;
    box-sizing: border-box;
    cursor: pointer;
    height: 40px;
    font-size: 14px;
    margin-left: 10px;
}

.header .header__contact-inner {
    display: flex;
    font-family: sans-serif;
    align-items: center;
    height: 100%;
}

header .header__main-phone {
    font-family: 'Roboto', Arial, sans-serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    color: #000000;
}

.header .header__contract-inner-item__text {
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    user-select: none;
    max-width: 85px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.3) 66%, rgba(0, 0, 0, 0.1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
}

.header .header__contract-inner-item__eye-svg {
    padding: 0 8px;
    display: flex;
    justify-content: center;
}

.header__content--right {
    min-width: 229px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-header {
    display: none;
}

/*/------------ END HEADER/---------*/

/*/------------ START MAIN BANNER/---------*/

.main-banner {
    margin-top: 60px;
    min-height: 1048px;
    background-position: center top;
    background-attachment: scroll;
    background-image: url(/assets/images/main/main-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner .main-banner__container.container {
    padding: 30px 0;
}

.main-banner .main-banner__content {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.main-banner .main-banner__title {
    vertical-align: middle;
    color: #333333;
    font-size: 26px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.main-banner .main-banner__title span {
    position: relative;
    z-index: 1;
}

.main-banner .main-banner__title span .line-accent {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
    height: 5px;
    border-radius: 0px 0px 0px 0px;
    background-color: #fbd502;
    background-position: center center;
    border-color: transparent;
    z-index: -1;
}

.main-banner .main-banner__content-l {
    width: 45%;
}

.main-banner .main-banner__content-r {
    width: 60%;
}

.main-banner .main-banner__content-r.mobile-hidden {
    display: none;
}

.main-banner .main-banner__content-r .main-banner-img {
    width: 100%;
    height: 100%;
}

.faq__title {
    margin: 20px auto;
    text-align: center;
}

.main-banner .main-banner__list .main-banner__list--item {
    font-family: 'Roboto', Arial, sans-serif;
    vertical-align: middle;
    color: #333333;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 216px;
    list-style-type: disc;
    padding: 3px 0;
}

.main-banner .main-banner__list .main-banner__list--item::marker {
    color: #415167;
}

.main-banner .main-banner__list {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.main-banner .main-banner__list-wrapper {
    margin: 20px;
}

.main-banner .main-banner--certificate.main-banner__certificates--bonus {
    position: relative;
    width: 304px;
    height: 68px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-width: 0;
    border-radius: 6px 6px 6px 6px;
    background-color: #ffffff;
    background-position: center center;
    border-color: #ffffff;
    border-style: solid;
    box-shadow: 1px 2px 2px 0px rgba(164, 167, 170, 0.1);
}

.main-banner .main-banner--certificate.main-banner__certificates--bonus .bonus__img-wrapper {
    width: 68px;
    height: 68px;
}

.main-banner .main-banner--certificate.main-banner__certificates--bonus .bonus__img-wrapper img {
    width: 100%;
    height: 100%;
}

.main-banner .main-banner--certificate.main-banner__certificates--bonus .bonus__text {
    font-family: 'Roboto', Arial, sans-serif;
    display: inline-block;
    padding-left: 25px;
    text-align: center;
    color: #000000;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.main-banner .main-banner--certificate.main-banner__certificates--bonus .bonus__text-red {
    color: rgb(255, 0, 0);
    font-weight: 500;
}

.main-banner .main-banner--certificate {
    display: block;
    width: 119px;
    height: auto;
}

.main-banner .main-banner--certificate img {
    width: 100%;
    height: 100%;
}

.main-banner .main-banner__certificates {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 20px;
}

.main-banner .main-banner__bonuses .main-banner__bonuses--title {
    margin-top: 20px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.35;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.main-banner .main-banner__bonuses .main-banner__bonuses--title a {
    color: rgb(68, 108, 164);
    text-decoration: underline;
}

.main-banner .main-banner__bonuses .main-banner__bonuses--list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.main-banner .main-banner__bonuses .main-banner__bonuses--list .main-banner__bonuses--item {
    position: relative;
    width: 296px;
    height: 57px;
    border-width: 4px;
    border-radius: 6px 6px 6px 6px;
    background-color: #ffffff;
    background-position: center center;
    border-color: #ffffff;
    border-style: solid;
    box-shadow: 1px 2px 2px 0px rgba(164, 167, 170, 0.1);
    margin: 0 30px;
    padding: 1px;
    margin-top: 30px;
}

.main-banner .main-banner__bonuses .main-banner__bonuses--list .main-banner__bonuses--item .bonuses__item--tip-text {
    box-sizing: border-box;
    max-width: 90vw;
    padding: 15px;
    display: none;
    position: absolute;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    width: 224px;
    bottom: 100%;
    margin-bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #000000;
    font-size: 12px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
}

.main-banner .main-banner__bonuses .main-banner__bonuses--list .main-banner__bonuses--item .bonuses__item--tip {
    position: absolute;
    right: -19px;
    top: -15px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #000000;
    font-size: 12px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    background-color: #fbd502;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
    background-image: url(/assets/images/main/banner/plus.svg);
}

.main-banner .main-banner__bonuses .main-banner__bonuses--list .main-banner__bonuses--item .bonuses__item--text {
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.main-banner .main-banner__bonuses .main-banner__bonuses--list .bonuses__item--tip-text a {
    color: #008ec5;
    text-decoration: none;
}

.main-banner .main-banner__ads .main-banner__ads--title {
    margin-top: 30px;
    color: #333333;
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.main-banner .main-banner__ads .main-banner__ads--title span {
    position: relative;
    z-index: 1;
}

.main-banner .main-banner__ads .main-banner__ads--title span .line-accent {
    position: absolute;
    bottom: 5px;
    width: 100%;
    right: 0;
    height: 4px;
    border-radius: 0;
    background-color: #fbd502;
    background-position: center center;
    border-color: transparent;
    border-width: 0;
    z-index: -1;
}

.main-banner .main-banner__ads .main-banner__ads--list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 80px 20px 80px;
}

.main-banner .main-banner__ads .main-banner__ads--item {
    width: 68px;
    height: auto;
}

.main-banner .main-banner__ads .main-banner__ads--item img {
    width: 100%;
    height: 100%;
}

.main-banner .main-banner__ads--subtitle {
    color: #333333;
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
}

.main-banner .main-banner__ads--subtitle b {
    font-weight: 500;
}

.main-banner .ads__btns-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.main-banner .ads__btns-wrapper span {
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 20px;
}


.ads__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 272px;
    height: 48px;
    color: #333333;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    border-width: 1px;
    border-radius: 8px 8px 8px 8px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.ads__btn.btn-yellow {
    background-color: #fbd502;
    color: #333333;
}

.ads__btn.btn-white {
    font-weight: 500;
    border-width: 2px;
    background-color: #ffffff;
    border-color: #fbd502;
}

/*/------------ END MAIN BANNER/---------*/

/*/------------ START WHAT IT/---------*/

.what-it {
    min-height: 761px;
    border-bottom: 1px solid #e7e7e7;
}

.what-it .what-it__container.container {
    padding: 50px 0;
}

.what-it .what-it__title {
    color: #333333;
    font-size: 26px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.what-it .what-it__title span {
    position: relative;
    z-index: 1;
}

.what-it .what-it__title span .line-accent {
    position: absolute;
    width: 100%;
    bottom: 5px;
    height: 5px;
    border-radius: 0px 0px 0px 0px;
    background-color: #fbd502;
    background-position: center center;
    border-color: transparent;
    z-index: -1;
}

.what-it .what-it_description {
    color: #333333;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.what-it .what-it__list--wrapper .what-it__list--title {
    margin: 20px 0;
}

.what-it .what-it__list--title {
    margin-bottom: 10px;
    color: #333333;
    font-size: 20px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 400;
}

.what-it .what-it__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.what-it .what-it__list .what-it__list--item {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 30px;
}

.what-it .what-it__list .what-it__list--item .what-it__list--item-img {
    margin-right: 20px;
    width: 56px;
    height: 56px;
}

.what-it .what-it__list .what-it__list--item .what-it__list--item-desc {
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
}

.what-it .what-it__list--tip {
    margin-top: 20px;
    color: #767272;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
}

/*/------------ END WHAT IT/---------*/

/*/------------ END POSSIBILITIES/---------*/

.possibilities {
    min-height: 755px;
    background-color: #ffffff;
}

.possibilities .possibilities__container.container {
    padding: 40px 0;
}

.possibilities .possibilities--title {
    color: #333333;
    font-size: 26px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
}

.possibilities .possibilities--title span {
    position: relative;
    z-index: 1;
}

.possibilities .possibilities--title span .line-accent {
    position: absolute;
    width: 100%;
    bottom: 5px;
    right: 5px;
    height: 5px;
    border-radius: 0px 0px 0px 0px;
    background-color: #fbd502;
    background-position: center center;
    border-color: transparent;
    z-index: -1;
}

.possibilities .possibilities__list {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.possibilities .possibilities__list .possibilities__list--item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
    width: 24%;
    padding: 5px;
}

.possibilities .possibilities__list .possibilities__list--item:first-child .possibilities__list--item-img {
    width: 221px;
    height: 221px;
    margin: 0;
}

.possibilities .possibilities__list .possibilities__list--item .possibilities__list--item-img {
    width: 161px;
    height: 144px;
    margin: 25px 0 50px 0;;
}

.possibilities .possibilities__list .possibilities__list--item .possibilities__list--item-img img {
    width: 100%;
    height: 100%;
}

.possibilities .possibilities__list .possibilities__list--item .possibilities__item--desc-title {
    color: #333333;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.possibilities .possibilities__list .possibilities__list--item .possibilities__item--desc-list li {
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 20px;
    font-weight: 400;
    list-style-type: disc;
    margin-bottom: 9px;
    margin-left: 15px;
}

.possibilities .possibilities__list .possibilities__list--item .possibilities__item--desc-list li::marker {
    color: #415167;
}

.possibilities .possibilities__banner-wrapper {
    min-height: 144px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url(/assets/images/main/possibilities/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.possibilities .possibilities__banner-wrapper .possibilities__banner--btn {
    width: 400px;
    height: 49px;
    cursor: pointer;
}

.possibilities .possibilities__banner-wrapper .possibilities__banner--btn img {
    width: 100%;
    height: 100%;
}

/*/------------ END POSSIBILITIES/---------*/

/*/------------ START COOPERATION/---------*/

.cooperation {
    min-height: 520px;
    background-color: #ffffff;
}

.cooperation .cooperation__container {
    padding: 40px 0 20px 0;
}

.cooperation .cooperation--title {
    color: #333333;
    font-size: 26px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
}

.cooperation .cooperation--title span {
    position: relative;
    z-index: 1;
}

.cooperation .cooperation--title span .line-accent {
    position: absolute;
    width: 100%;
    bottom: 5px;
    right: 0;
    height: 5px;
    border-radius: 0px 0px 0px 0px;
    background-color: #fbd502;
    background-position: center center;
    border-color: transparent;
    z-index: -1;
}

.cooperation .cooperation--subtitle {
    color: #333333;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0;
}

.cooperation .cooperation__list {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 40px;
}

.cooperation .cooperation__list .cooperation__list--item .cooperation__list--item-img {
    width: 56px;
    height: 56px;
}

.cooperation .cooperation__list .cooperation__list--item .cooperation__item--arrow {
    width: 72px;
    height: 36px;
}

.cooperation .cooperation__list .cooperation__list--item {
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cooperation .cooperation__list .cooperation__list--item .cooperation__item--desc-title {
    color: #333333;
    font-size: 20px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 27px;
    font-weight: 700;
    margin: 30px 0 15px 0;
}

.cooperation .cooperation__list .cooperation__list--item .cooperation__item--desc-subtitle {
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
}

.cooperation .cooperation__item--arrow {
    margin: 10px 15px;
}

.cooperation .cooperation__item--arrow.first {
    margin-left: 30px;
}

.cooperation .cooperation__divider-long {
    margin: 25px auto 6px auto;
    width: 380px;
    height: 1px;
    background-color: #bfc1c4;
    background-position: center center;
}

.cooperation .cooperation__divider-short {
    margin: 0 auto;
    width: 315px;
    height: 1px;
    background-color: #bfc1c4;
    background-position: center center;
}

.cooperation .cooperation__lk--wrapper {
    width: 710px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cooperation .cooperation__lk--wrapper .cooperation__lk--img-wrapper {
    width: 56px;
    height: 56px;
}

.cooperation .cooperation__lk--wrapper .cooperation__lk--img-wrapper img {
    width: 100%;
    height: 100%;
}

.cooperation .cooperation__lk--wrapper .cooperation__lk--description {
    color: #333333;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 22px;
    font-weight: 400;
    width: 620px;
}

/*/------------ END COOPERATION/---------*/

/*/------------ START GET HELP/---------*/

.get-help {
    min-height: 256px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url(/assets/images/main/bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.get-help .get-help__container {
    padding: 40px 240px;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.get-help .get-help--title {
    margin: 0 auto;
    color: #333333;
    font-size: 26px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 35px;
    font-weight: 400;
}

.get-help .get-help--title span {
    position: relative;
    z-index: 1;
}

.get-help .get-help--title span .line-accent {
    position: absolute;
    width: 100%;
    bottom: 5px;
    right: -5px;
    height: 5px;
    border-radius: 0px 0px 0px 0px;
    background-color: #fbd502;
    background-position: center center;
    border-color: transparent;
    z-index: -1;
}

.get-help .get-help--subtitle {
    margin: 10px 0;
    color: #333333;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 22px;
    font-weight: 400;
}

.btn--yellow {
    padding: 14px 38px;
    color: #333333;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    text-align: center;
    border-width: 1px;
    border-radius: 0px;
    background-color: #fbd502;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 2px 0px 0px rgba(238, 202, 0, 1);
}

.get-help .get-help--btn-wrapper {
    margin-top: 20px;
}

/*/------------ END GET HELP/---------*/

/*/------------ START CONDITIONS/---------*/

.conditions {
    height: 492px;
    background-color: #ffffff;
}

.conditions .conditions__container {
    padding: 40px 140px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

.conditions .conditions--title {
    margin: 0 auto;
    color: #333333;
    font-size: 26px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 35px;
    font-weight: 400;
}

.conditions .conditions--title span {
    position: relative;
    z-index: 1;
}

.conditions .conditions--title span .line-accent {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0;
    height: 5px;
    border-radius: 0px 0px 0px 0px;
    background-color: #fbd502;
    background-position: center center;
    border-color: transparent;
    z-index: -1;
}

.conditions .conditions__formula {
    position: relative;
    padding: 30px 40px 10px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 50px;
    width: 370px;
    height: 108px;
    border-width: 1px;
    background-color: #ffffff;
    background-position: center center;
    border-color: #b7b7b7;
    border-style: solid;
}

.conditions .conditions__formula p {
    color: #333333;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
}

.conditions .conditions__formula .conditions__formula--title {
    position: absolute;
    top: -20px;
    left: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 192px;
    height: 40px;
    background-color: #415167;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 700;
}

.conditions .conditions__banner {
    margin: 40px 0 50px;
    width: 782px;
    padding: 0 30px;
    height: 80px;
    background-color: #f3f3f3;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.conditions .conditions__banner .conditions__banner--img-wrapper {
    width: 40px;
    height: 40px;
}

.conditions .conditions__banner .conditions__banner--img-wrapper img {
    width: 100%;
    height: 100%;
}

.conditions .conditions__banner p {
    color: #333333;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
}

/*/------------ END CONDITIONS/---------*/

/*/------------ START DOCUMENTS/---------*/

.documents {
    min-height: 640px;
    background-color: #ffffff;
}

.documents .documents__container {
    padding: 40px 140px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

.documents .documents--title {
    margin: 0 auto;
    color: #333333;
    font-size: 26px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 35px;
    font-weight: 400;
}

.documents .documents--title span {
    position: relative;
    z-index: 1;
}

.documents .documents--title span .line-accent {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0;
    height: 5px;
    border-radius: 0px 0px 0px 0px;
    background-color: #fbd502;
    background-position: center center;
    border-color: transparent;
    z-index: -1;
}

.documents .documents--description {
    margin-top: 15px;
    color: #333333;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 400;
}

.documents .documents--description p.bold {
    margin-top: 25px;
    font-weight: 500;
}

.documents .documents__list--wrapper {
    margin-top: 50px;
    padding: 50px 60px 50px;
    position: relative;
    width: 960px;
    height: 368px;
    border-width: 1px;
    background-color: #ffffff;
    background-position: center center;
    border-color: #b7b7b7;
    border-style: solid;
}

.documents .documents__list--wrapper .documents__list--title {
    position: absolute;
    top: -20px;
    left: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 256px;
    height: 40px;
    background-color: #415167;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 700;
}

.documents .documents__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.documents .documents__list .documents__list--item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 367px;
    height: 64px;
    border-radius: 0px 0px 0px 0px;
    background-color: #f3f3f3;
    background-position: center center;
    margin-bottom: 30px;
}

.documents .documents__list .documents__list--item .documents__list--item-desc {
    color: #333333;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 400;
    width: 83%;
}

.documents .documents__list .documents__list--item .documents__list--item-dwld {
    background-image: url(/assets/images/main/conditions/download.svg);
    border-radius: 0px 0px 0px 0px;
    background-color: #fbd502;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    display: block;
    width: 64px;
    height: 64px;
}

/*/------------ END DOCUMENTS/---------*/

/*/------------ START PRIVILEGE/---------*/

.privilege {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}

.privilege .privilege__container {
    padding: 50px 0;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

.privilege .privilege--title {
    margin: 0 auto;
    color: #333333;
    font-size: 26px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 35px;
    font-weight: 400;
}

.privilege .privilege--title span {
    position: relative;
    z-index: 1;
}

.privilege .privilege--title span .line-accent {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0;
    height: 5px;
    border-radius: 0px 0px 0px 0px;
    background-color: #fbd502;
    background-position: center center;
    border-color: transparent;
    z-index: -1;
}

.privilege .privilege--subtitle {
    padding: 40px 30px;
    color: #333333;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 400;
}


.privilege .privilege__list--wrapper {
    margin-top: 10px;
}

.privilege .privilege__list--wrapper .privilege__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.privilege .privilege__list--wrapper .privilege__list .privilege__list--item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: start;
    padding: 40px 35px 30px;
    width: 560px;
    border-width: 1px;
    background-color: #ffffff;
    background-position: center center;
    border-color: #b7b7b7;
    border-style: solid;
}

.privilege__list--item:nth-child(1),
.privilege__list--item:nth-child(2) {
    height: 370px;
    margin-bottom: 100px;
}

.privilege__list--item:nth-child(3),
.privilege__list--item:nth-child(4) {
    height: 350px;
    margin-bottom: 100px;
}

.privilege__list--item:nth-child(5),
.privilege__list--item:nth-child(6) {
    height: 410px;
}

.privilege .privilege__list--wrapper .privilege__list--item-img {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 40px;
    height: 40px;
}

.privilege .privilege__list--wrapper .privilege__list--item-img img {
    width: 100%;
    height: 100%;
}

.privilege .privilege__list--wrapper .privilege__list--item-title {
    color: #333333;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 700;
}

.privilege .privilege__list--wrapper .privilege__list--item-desc {
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
}

.privilege .privilege__list--item-ul {
    margin-left: 15px;
}

.privilege .privilege__list--wrapper .privilege__list--item-ul .privilege__list--item-li {
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    list-style-type: disc;
    padding: 3px 0;
}

.privilege .privilege__list--item-ul .privilege__list--item-li::marker {
    color: #415167;
}

.privilege .privilege__list--item-desc p {
    margin: 10px 0;
}

/*/------------ END PRIVILEGE/---------*/

/*/------------ START PRIVILEGE/---------*/

.partners {
    min-height: 510px;
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}

.partners .partners__container {
    padding: 100px 0 50px 0;
    text-align: center;
}

.partners .partners--title {
    margin: 0 auto;
    color: #333333;
    font-size: 26px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 35px;
    font-weight: 400;
}

.partners .partners--title span {
    position: relative;
    z-index: 1;
}

.partners .partners--title span .line-accent {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0;
    height: 5px;
    border-radius: 0px 0px 0px 0px;
    background-color: #fbd502;
    background-position: center center;
    border-color: transparent;
    z-index: -1;
}

.partners .partners__list--wrapper {
    margin-top: 50px;
}

.partners .partners__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partners .partners__list .partners__list--item .partners__list--item-img {
    width: 56px;
    height: 56px;
}

.partners .partners__list .partners__list--item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 360px;
}

.partners .partners__list .partners__list--item .partners__list--item-img img {
    width: 100%;
    height: 100%;
}

.partners .partners__list .partners__list--item .partners__list--item-desc {
    width: 292px;
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
}

.partners .partners__divider-long {
    margin: 45px auto 9px auto;
    width: 380px;
    height: 1px;
    background-color: #e6e6e6;
    background-position: center center;
}

.partners .partners__divider-short {
    margin: 0 auto;
    width: 315px;
    height: 1px;
    background-color: #e6e6e6;
    background-position: center center;
}

.partners .partners__bottom--wrapper {
    margin-top: 45px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partners .partners__bottom--wrapper-l {
    text-align: left;
    width: 831px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    color: #333333;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
}

.partners .partners__bottom--wrapper-l .partners__subtitle-top {
    margin-bottom: 20px;
}

/*/------------ END PRIVILEGE/---------*/

/*/------------ START CLIENTS/---------*/

.clients {
    min-height: 435px;
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}

.clients .clients__container {
    padding: 50px 0 20px 0;
    text-align: center;
}

.clients .clients--title {
    margin: 0 auto;
    color: #333333;
    font-size: 26px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 35px;
    font-weight: 400;
}

.clients .clients--title span {
    position: relative;
    z-index: 1;
}

.clients .clients--title span .line-accent {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0;
    height: 5px;
    border-radius: 0px 0px 0px 0px;
    background-color: #fbd502;
    background-position: center center;
    border-color: transparent;
    z-index: -1;
}

.clients .clients__list--wrapper {
    margin-top: 40px;
}

.clients .clients__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.clients .clients__list .clients__list--item {
    margin: 20px 20px 40px 20px;
}


.clients .clients__list .clients__list--item img {
    width: 100%;
    height: 100%;
}

/*/------------ END CLIENTS/---------*/

/*/------------ START FAQ/---------*/

.faq .faq__container {
    padding: 60px 0;
}

.faq .faq__container .faq__list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.faq .faq__container .faq__list .faq__list--item {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
    cursor: pointer;
}

.faq .faq__container .faq__list .faq__list--item:nth-child(1) {
    border-top: 1px solid #e6e6e6;
}

.faq .faq__container .faq__list .faq__list--item .faq__list--item-question {
    position: relative;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.faq .faq__container .faq__list .faq__list--item .faq__list--item-answer {
    display: none;
}

.faq .faq__container .faq__list .faq__list--item .faq__list--item-svg {
    position: absolute;
    right: 7px;
    z-index: 2;
    transition: transform 0.3s ease;
}

.faq__list--item-svg:hover + .svg-circle {
    opacity: 1 !important;
    visibility: visible !important;
}

.faq .faq__container .faq__list .faq__list--item .faq__list--item-svg.svg-circle {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    right: 0;
    top: -8px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #eee;
    z-index: 1;
}

.faq__list--item-answer {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    display: none;
    opacity: 0;
    padding: 0 0 20px;
    transition: opacity 0.3s ease;
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    line-height: 1.55;
}

.faq .faq__container .faq__list--item.active .faq__list--item-answer {
    display: block;
    opacity: 1;
}

.faq .faq__container .faq__list--item.active .faq__list--item-svg {
    transform: rotate(-45deg);
}

/*/------------ END FAQ/---------*/

/*/------------ START FORM/---------*/

.feedback-form {
    background-color: #f5f5f5;
}

.feedback-form .feedback-form__container {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.feedback-form .feedback-form--title {
    font-size: 26px;
    font-family: 'Roboto';
    color: #333333;
    font-weight: 400;
}

.feedback-form .feedback-form--subtitle {
    margin-top: 30px;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #333333;
}

.feedback-form #feedback-form {
    max-width: 560px;
    float: left;
    margin-top: 70px;
}

.feedback-form #feedback-form .feedback-form__inputs--wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.feedback-form #feedback-form .feedback-form__input--container {
    margin-bottom: 25px;
    width: 100%;
    text-align: left;
}

.feedback-form #feedback-form .feedback-form__inputs--wrapper .feedback-form__input--label {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #333333;
    display: block;
    height: 100%;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.55;
}

.feedback-form #feedback-form .feedback-form__inputs--wrapper .feedback-form__input {
    font-family: 'Roboto', Arial, sans-serif;
    width: 100%;
    color: #333333;
    border: 1px solid #6a6f79;
    height: 60px;
    font-size: 16px;
    line-height: 1.33;
    background-color: transparent !important;
    border-bottom: 1px solid;
    border-left: 0 !important;
    border-radius: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    outline: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.feedback-form #feedback-form .feedback-form__input--error {
    font-family: 'Roboto', Arial, sans-serif;
    color: red;
    display: none;
    font-size: 13px;
    margin-top: 5px;
}

.feedback-form #feedback-form .feedback-form__input::placeholder {
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    color: #858585;
}

.feedback-form #feedback-form textarea {
    color: #333333;
    border: 1px solid #6a6f79;
    border-radius: 1px;
    height: 102px;
    resize: vertical;
    padding-top: 17px;
}

.feedback-form #feedback-form .feedback-form__btn-submit {
    padding-left: 60px;
    padding-right: 60px;
}

.feedback-form #feedback-form .feedback-form__policy {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 1.55;
}

.feedback-form #feedback-form .feedback-form__policy a {
    color: rgb(0, 142, 197) !important;
}

/*/------------ END FORM/---------*/

/*/------------ START FOOTER/---------*/

footer {
    height: 64px;
    background-color: #1C1C1C;
    position: relative;
    width: 100%;
    overflow: hidden;
}

footer .footer__container {
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    list-style: none;
}

.footer__rating--link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__rating--link span {
    margin-right: 3px;
}

.footer__rating--link:hover {
    opacity: 0.8;
}

.footer__rating--star {
    color: #ffcc00; /* золотая звезда */
    font-size: 30px;
}

.footer__rating--score {
    font-weight: bold;
}

footer .footer__list .footer__list--item {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
}

footer .footer__list .footer__list--item .email {
    color: #fbd502;
    outline: none;
}

footer .footer__logo--desc {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
}

footer .footer__logo-container {
    display: block;
    width: 154px;
    height: auto;
}

footer .footer__logo-container img {
    width: 100%;
    height: 100%;
}

footer .footer__logo-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 18%;
}

footer .footer__list--wrapper {
    width: 78%;
}

.progress-bar__indicator {
    width: 1%;
    height: 4px;
    position: fixed;
    top: 0;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    z-index: 9999;
    background: rgb(251, 213, 2);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Полупрозрачный фон */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    background-color: white;
    width: 54%;
    height: 48%;
}

.youtube-video {
    width: 100%;
    height: 100%;
}

.modal-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

/*/------------ END FOOTER/---------*/

/*/------------ START PARTNERS BANNER/---------*/

.partners-breadcrumbs {
    padding-top: 60px;
}

.partners-breadcrumbs .breadcrumbs {
    height: 53px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000000;
}

.partners-breadcrumbs .breadcrumbs__container {
    display: flex;
    justify-content: start;
    align-items: center;
}

.partners-breadcrumbs .breadcrumbs__container .breadcrumps__item {
    position: relative;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #b7b7b7;
    font-weight: 300;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.partners-breadcrumbs .breadcrumbs__container .breadcrumps__item:not(.active) {
    margin-right: 40px;
}

.partners-breadcrumbs .breadcrumbs__container .breadcrumps__item:not(.active)::after {
    content: '→';
    position: absolute;
    right: -35px;
    top: -1px;
    font-size: 14px;
    font-weight: 300;
    color: #b7b7b7;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}


.partners-breadcrumbs .breadcrumbs__container .breadcrumps__item.active {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 400 !important;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.partners-banner {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),
    url(/assets/images/partners/main-banner.jpg);
    min-height: 718px;
    background-attachment: scroll;
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    text-align: left;
    vertical-align: middle;
    opacity: 1;
    transition: opacity .7s;
    width: 100%;
    padding: 190px 0;
}

.partners-banner .partners__container {
    padding: 66px 0 0 0;
}

.partners-banner .partners__container .partners-banner__title {
    font-family: 'Roboto', Arial, sans-serif;
    width: 52%;
    font-size: 52px;
    line-height: 68px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 32px;
}

.partners-banner .partners__container .partners-banner__title span {
    color: rgb(248, 210, 2);
}

.partners-banner .partners__container .partners-banner__subtitle {
    font-family: 'Roboto', Arial, sans-serif;
    width: 50%;
    font-size: 28px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 1.55;
}

.partners-banner .partners-banner__description {
    font-family: 'Roboto', Arial, sans-serif;
    margin-top: 30px;
    width: 52%;
    color: rgb(183, 183, 183);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.55;
}

.partners-banner .partners-banner__btns_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 49%;
    margin-top: 77px;
}

.btn-yellow {
    font-family: 'Roboto', Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    display: flex;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    color: #000000;
    background-color: #f8d202;
    text-decoration: none;
    border-radius: 8px;
    padding: 20px 62px;
}

.partners-conditions__btn-wrapper {
    display: inline-block;
}

.btn-black {
    font-family: 'Roboto', Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    color: #f8d202;
    border: 2px solid #f8d202;
    background-color: #000000;
    text-decoration: none;
    border-radius: 8px;
    padding: 18px 62px;
}

/*/------------ END PARTNERS BANNER/---------*/

/*/------------ START WHAT IS/---------*/

.partners-what-is {
    min-height: 292px;
    background-color: #fafafa;
}

.partners-what-is .partners-what-is__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.partners-what-is .partners-what-is__container .partners-what-is__left {
    width: 45%;
}

.partners-what-is .partners-what-is__container .partners-what-is__title {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000000;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
}

.partners-what-is .partners-what-is__container .partners-what-is__description {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    margin-top: 34px;
}

.partners-what-is .partners-what-is__container .partners-what-is__description b {
    font-weight: 500;
}

.partners-what-is .partners-what-is__container .partners-what-is__right {
    width: 55%;
}

.partners-what-is .partners-what-is__container .partners-what-is__services--list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.partners-what-is .partners-what-is__container .partners-what-is__services--list .partners-what-is__services--item {
    width: 110px;
    margin: 15px;
    height: auto;
}

/*/------------ END PARTNERS WHAT IS/---------*/

/*/------------ START PARTNERS HOW WORKS/---------*/

.partners-how-works {
    min-height: 1040px;
    padding: 105px 0;
}

.partners-how-works .partners-how-works__container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.partners--title {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 32px;
    line-height: 44px;
}

.partners-how-works .partners-how-works__container .partners-how-works__title {
    width: 62%;
}

.partners-how-works .partners-how-works__container .partners-how-works__subtitle {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    max-width: 560px;
    margin-top: 50px;
    line-height: 1.5;
}

.partners-how-works .partners-how-works__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 105px;
}

.partners-how-works .partners-how-works__content .partners-how-works__content-l {
    width: 48%;
}

.partners-how-works .partners-how-works__content .partners-how-works__content-l .partners-how-works__list {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.partners-how-works .partners-how-works__content .partners-how-works__content-r {
    width: 48%;
    height: 100%;
}

.partners-how-works .partners-how-works__content .partners-how-works__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.partners-how-works .partners-how-works__content .partners-how-works__item .partners-how-works__item-img {
    width: 80px;
    height: 80px;
}

.partners-how-works .partners-how-works__content .partners-how-works__item .partners-how-works__item-desc {
    width: 80%;
    text-align: left;
    font-size: 16px;
    line-height: 1.55;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
}

.partners-how-works .partners-how-works__content .partners-how-works__item .partners-how-works__item-desc b {
    font-weight: 500;
}

.partners-how-works .partners-how-works__btn-wrapper {
    margin-top: 85px;
}

/*/------------ END PARTNERS HOW WORKS/---------*/

/*/------------ START PARTNERS ACTUAL/---------*/

.partners-actual {
    padding-top: 105px;
    padding-bottom: 105px;
    background-color: #fafafa;
}

.partners-actual .partners-actual__container {
    text-align: center;
}

.partners-actual .partners-actual__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partners-actual .partners-actual__list .partners-actual__item {
    position: relative;
    background-color: rgb(255, 255, 255);
    height: 307px;
    padding: 30px 30px 40px;
    border-radius: 16px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    width: 360px;
}

.partners-actual .partners-actual__list .partners-actual__item .partners-actual__item-img {
    width: 84px;
    height: 84px;
    margin-bottom: 48px;
}

.partners-actual .partners-actual__list .partners-actual__item .partners-actual__item-title {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    line-height: 0.8;
    margin-bottom: 15px;
}

.partners-actual .partners-actual__list .partners-actual__item .partners-actual__item-desc {
    font-family: 'Roboto', Arial, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
}

.partners-actual__list-wrapper {
    margin-top: 80px;
}

/*/------------ END PARTNERS ACTUAL/---------*/

/*/------------ START PARTNERS COMPANIES/---------*/

.partners-companies {
    padding-top: 105px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.partners-companies .partners-companies__container {
    text-align: center;
}

.partners-companies .partners-companies__list {
    padding: 123px 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partners-companies .partners-companies__list .partners-companies__list--item-img {
    width: 160px;
    height: auto;
}

.partners-companies .partners-companies__tip {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000000;
    line-height: 1.55;
    font-weight: 400;
    font-size: 20px;
}

/*/------------ END PARTNERS COMPANIES/---------*/

/*/------------ START PARTNERS CONDITIONS/---------*/

.partners-conditions {
    padding-top: 105px;
    padding-bottom: 105px;
    background-color: #fafafa;
}

.partners-conditions .partners-conditions__container {
    text-align: center;
}

.partners-conditions .partners-conditions__container .partners-conditions__list {
    padding: 123px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partners-conditions .partners-conditions__container .partners-conditions__list .partners-conditions__list--item {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partners-conditions .partners-conditions__list .partners-conditions__list--item .partners-conditions__list--item-num {
    background-color: #ededed;
    color: #333333;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    border-radius: 50%;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    overflow: hidden;
}

.partners-conditions .partners-conditions__list .partners-conditions__list--item--desc {
    width: 77%;
    font-weight: 400;
    color: rgb(51, 51, 51);
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    text-align: left;
    font-size: 16px;
}

.partners-conditions .partners-conditions__list .partners-conditions__list--item--desc b {
    font-weight: 500;
}

/*/------------ END PARTNERS CONDITIONS/---------*/

/*/------------ START PARTNERS REWARD/---------*/

.partners-reward {
    padding-top: 105px;
    padding-bottom: 105px;
}

.partners-reward .partners-reward__container {
    text-align: center;
}

.partners-reward .partners-reward__container .partners-reward__subtitle {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    font-size: 20px;
    padding: 40px 300px;
}

.partners-reward .partners-reward__container .partners-reward__subtitle b {
    font-weight: 600;
}

.partners-reward .partners-reward__list {
    padding: 10px 216px;
    display: flex;
    margin-top: 56px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.partners-reward .partners-reward__list .partners-reward__list--item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partners-reward .partners-reward__list .partners-reward__list--item:first-child {
    padding-bottom: 80px;
}

.partners-reward .partners-reward__list .partners-reward__list--item .partners-reward__list--item-img {
    width: 84px;
    height: 84px;
    position: relative;
    z-index: 3;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
}

.partners-reward__list--item-img-wrapper {
    position: relative;
}

.partners-reward .partners-reward__list .img--line {
    width: 2px;
    height: 164px;
    background: #dfdfdf;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}

.partners-reward .partners-reward__list .partners-reward__list--item-description {
    text-align: left;
    width: 86%;
    font-family: 'Roboto', Arial, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
}

.partners-reward .partners-reward__list .partners-reward__list--item-description b {
    font-weight: 500;
}

/*/------------ END PARTNERS REWARD/---------*/

/*/------------ START PARTNERS GURANTEE/---------*/

.partners-gurantee {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(/assets/images/partners/garantee/bg.jpg);
    min-height: 635px;
    background-attachment: scroll;
    background-position: left center;
    width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.partners-gurantee .partners-gurantee__title {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    color: #ffffff;
}

.partners-gurantee .partners-gurantee__title span {
    color: rgb(248, 210, 2);
}

.partners-gurantee .partners-gurantee__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 203px 0;
}

.partners-gurantee .partners-gurantee__content-left {
    width: 48%;
    display: flex;
    justify-content: start;
    flex-direction: column;
    text-align: left;
}

.partners-gurantee .partners-gurantee__content-right {
    width: 40%;
}

.partners-gurantee .partners-gurantee__content-right .partners-gurantee__list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.partners-gurantee .partners-gurantee__content-right .partners-gurantee__list .partners-gurantee__list--item-img {
    width: 66px;
    height: 70px;
}

.partners-gurantee .partners-gurantee__list--item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partners-gurantee .partners-gurantee__list--item:first-child {
    padding-bottom: 59px;
}

.partners-gurantee .partners-gurantee__subtitle {
    margin-top: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 28px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 1.55;
}

.partners-gurantee .partners-gurantee__list .partners-gurantee__list--item-desc {
    color: #ffffff;
    text-align: left;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    width: calc(100% - 72px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
    font-size: 20px;
    line-height: 1.55;
}

/*/------------ END PARTNERS GURANTEE/---------*/

/*/------------ START PARTNERS PRIVILEGE/---------*/

.partners-privilege {
    padding-top: 105px;
    padding-bottom: 26px;
    background-color: #ffffff;
}

.partners-privilege .partners-privilege__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.partners-privilege .partners-privilege__container .partners-privilege__subtitle {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    max-width: 560px;
    margin-top: 50px;
    line-height: 1.5;
}

.partners-privilege .partners-privilege__container .partners-privilege__subtitle b {
    font-weight: 500;
}

.partners-privilege .partners-privilege__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.partners-privilege .partners-privilege__list .partners-privilege__list--item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(50% - 40px);
    padding-left: 20px;
    padding-bottom: 64px;
}

.partners-privilege .partners-privilege__list .partners-privilege__list--item-img {
    width: 72px;
    height: 72px;
}

.partners-privilege .partners-privilege__list .partners-privilege__list--item-title {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    line-height: 1.35;
    padding-bottom: 8px;
}

.partners-privilege .partners-privilege__list .partners-privilege__list--item-subtitle {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 1.35;
}

.partners-privilege .partners-privilege__list .partners-privilege__list--item-desc {
    width: 80%;
    text-align: left;
}

.partners-privilege .partners-privilege__list-wrapper {
    margin-top: 105px;
    padding: 0 112px;
}

/*/------------ END PARTNERS PRIVILEGE/---------*/

/*/------------ START PARTNERS BANNER2/---------*/

.partners-banner2 {
    min-height: 108px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url(/assets/images/partners/banner/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.partners-banner2 .partners-banner2__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 69px 20px 132px;
}

.partners-banner2 .partners-banner2__img--wrapper {
    width: 72px;
    height: 72px;
}

.partners-banner2 .partners-banner2__desc {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
}

.partners-banner2 .partners-banner2__desc span {
    font-weight: 600;
    color: rgb(248, 210, 2);
}

/*/------------ END PARTNERS BANNER2/---------*/

/*/------------ START PARTNERS HOW TOBE/---------*/

.partners-how-tobe {
    padding-top: 105px;
    padding-bottom: 90px;
    background-color: #fafafa;
}

.partners-how-tobe .partners-how-tobe__container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.partners-how-tobe .partners-how-tobe__list-wrapper {
    margin: 88px 13px;
}

.partners-how-tobe .partners-how-tobe__list {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.partners-how-tobe .partners-how-tobe__list .partners-how-tobe__list--item {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: calc(25% - 20px);
    margin-right: 21px;
}

.partners-how-tobe .partners-how-tobe__list .partners-how-tobe__list--item .partners-how-tobe__list--item-img {
    width: 80px;
    height: 80px;
}

.partners-how-tobe .partners-how-tobe__list--item-desc {
    margin-top: 20px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    font-size: 16px;
    line-height: 1.55;
    font-family: 'Roboto', Arial, sans-serif;
    text-align: center;
}

.partners-how-tobe .partners-how-tobe__list--item-desc b {
    font-weight: 500;
}

.partners-how-tobe .partners-how-tobe__list--item-desc a {
    text-decoration: underline;
}

.partners-how-tobe__list--arrow {
    position: absolute;
    right: -42px;
    top: 28px;
}

/*/------------ END PARTNERS HOW TOBE/---------*/

/*/------------ START PARTNERS METHODS/---------*/

.partners-methods {
    padding-top: 105px;
    padding-bottom: 90px;
}

.partners-methods .partners-methods__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partners-methods .partners-methods__list .partners-methods__list--item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 50%;
    padding: 0 53px 0 0
}

.partners-methods .partners-methods__list--item .partners-methods__list--item-left {
    width: 30px;
    height: 30px;
}

.partners-methods .partners-methods__list--item .partners-methods__list--item-right {
    width: 90%;
}

.partners-methods .partners-methods__list--item .partners-methods__list--item-title {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.35;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
}

.partners-methods .partners-methods__list--item .partners-methods__list--item-desc {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 1.55;
    font-size: 16px;
}

.partners-methods .partners-methods__list--item .partners-methods__list--item-desc p {
    margin-bottom: 15px;
}

.partners-methods .partners-methods__list--wrapper {
    margin-top: 100px;
}

/*/------------ END PARTNERS METHODS/---------*/

/*/------------ START PARTNERS BANNER3/---------*/

.partners-banner3 {
    min-height: 587px;
    background-position: center center;
    background-attachment: scroll;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),
    url(/assets/images/partners/banner/banner-2-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.partners-banner3 .partners-banner3__container {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 100px;
}

.partners-banner3 .partners-banner3__btn--arrow {
    position: absolute;
    width: 45px;
    transform: translateX(-100%);
    bottom: -25px;
    left: -35px;
}

.partners-banner3__btn--arrow-b {
    display: none;
}

.partners-banner3 .partners-banner3__title {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.23;
}

.partners-banner3 .partners-banner3__description {
    margin-top: 32px;
    padding: 0 200px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
}

.partners-banner3 .partners-banner3__description b {
    font-weight: 700;
}

.partners-banner3__btn-wrapper {
    position: relative;
}

.partners-banner3 .partners-banner3__btn {
    margin-top: 87px;
}

/*/------------ END PARTNERS BANNER3/---------*/

/*/------------ START PARTNERS TRUST/---------*/

.partners-trust {
    padding-top: 105px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.partners-trust .partners-trust__list {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.partners-trust__list--wrapper {
    margin: 100px 0px 75px;
}

.partners-trust .partners-trust__list .partners-trust__list--item {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    width: 30%;
}

.partners-trust .partners-trust__list .partners-trust__list--item .partners-trust__list--item-desc {
    color: rgb(51, 51, 51);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    font-family: 'Roboto', Arial, sans-serif;
    text-align: left;
    margin-top: 20px;
}

.partners-trust .partners-trust__list .partners-trust__list--item .partners-trust__list--item-desc b {
    font-weight: 500;
}


.partners-trust .partners-trust__list .partners-trust__list--item .partners-trust__list--item-img {
    width: 80px;
    height: 80px;
}

.partners-trust .partners-trust__socials--wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 1px;
    border-radius: 16px 16px 16px 16px;
    background-color: #fafafa;
    background-position: center center;
    border-color: #ffffff;
    border-style: solid;
    min-height: 100px;
    width: 100%;
    margin: 10px 0 20px;
}

.partners-trust .partners-trust__socials--list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/*/------------ END PARTNERS TRUST/---------*/

/*/------------ START PARTNERS REVIEWS/---------*/

.partners-reviews {
    padding-top: 105px;
    padding-bottom: 105px;
    background-color: #fafafa;
    text-align: center;
}

.partners-reviews__slider--item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.partners-reviews .partners-reviews__slider--item-desc {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 20px;
    line-height: 1.55;
    margin-top: 40px;
    margin-bottom: 23px;
    width: 664px;
    padding: 0 10px;
}

.partners-reviews .partners-reviews__slider--item-title {
    font-weight: 500;
    color: rgb(51, 51, 51);
    font-size: 20px;
    line-height: 1.55;
    font-family: 'Roboto', Arial, sans-serif;
    text-align: center;
    margin-bottom: 30px;
}

.partners-reviews .partners-reviews__slider--item-company {
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    text-align: center;
}

.partners-reviews .partners-reviews__slider--item-manager {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    line-height: 1.35;
    text-align: center;
}

.partners-reviews__slider--item.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-reviews__slider.swiper-wrapper {
    padding: 53px 0px !important;
}

.swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    background-color: #c7c7c7;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    background-color: #222 !important;
}

.custom-swiper-button-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgb(232, 232, 232);
    border-radius: 100px;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
    left: 30px;
    top: 50%;
    cursor: pointer;
    z-index: 9;
}

.custom-swiper-button-prev svg {
    width: 7px;
    transform: translate(-55%, -50%) rotate(180deg);
    left: 50%;
    position: absolute;
    top: 50%;
}

.custom-swiper-button-next {
    width: 30px;
    height: 30px;
    background-color: rgb(232, 232, 232);
    border-radius: 100px;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
    right: 30px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 9;
}

.custom-swiper-button-next svg {
    width: 7px;
    transform: translate(-45%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
}

/*/------------ END PARTNERS REVIEWS/---------*/

/*/------------ START FAQ/---------*/

.faq .partners-faq__title {
    text-align: center;
    margin: 80px 0;
}

/*/------------ END FAQ/---------*/

/*/------------ START FORM/---------*/

.feedback-form.partners .feedback-form--subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

/*/------------ END FORM/---------*/

/*/------------ START ARTICLES/---------*/

.articles-header {
    height: 120px;
    margin-top: 60px;
    background-color: #ffffff;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-position: right top;
    background-attachment: scroll;
    background-image: url(/assets/images/articles/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.articles-header .articles-header__container {
    display: flex;
    justify-content: start;
    align-items: end;
}

.articles-header__title {
    color: #333333;
    padding-top: 40px;
    font-size: 26px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
}

.articles {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.articles .articles__container {
    padding: 70px 0;
}

.articles .articles__container .articles__list {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 45px 20px;
}

.articles .articles__container .articles__list .articles__list--item {
    display: flex;
    width: 360px;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
}

.articles .articles__container .articles__list .articles__list--item .articles__list--item-img {
    width: 360px;
    height: 360px;
}

.articles .articles__container .articles__list .articles__list--item .articles__list--item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articles .articles__list .articles__list--item .articles__list--item-description {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
    height: 265px;
}

.articles .articles__list .articles__list--item-description.top {
    margin-top: 20px;
}

.articles .articles__list .articles__list--item .articles__list--item-title {
    color: #000000;
    font-size: 20px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    background-position: center center;
}

.articles .articles__list .articles__list--item .articles__list--item-subtitle {
    color: #000000;
    font-size: 16px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    margin: 10px 0 0 0;
}

.articles .articles__list--item-btn {
    color: #333333;
    padding: 8px 35px;
    text-align: center;
    font-size: 16px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-width: 1px;
    border-radius: 4px;
    background-color: #fbd502;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}


.articles-detail__breadcrumbs--container {
    padding-top: 60px;
}

.articles-detail__breadcrumbs--container .breadcrumbs__container {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 53px;
    max-width: 1200px;
    margin: 0 auto;
}

.articles-detail__breadcrumbs--container .breadcrumbs__container .breadcrumps__item {
    position: relative;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.articles-detail__breadcrumbs--container .breadcrumbs__container .breadcrumps__item:not(.active) {
    margin-right: 40px;
}

.articles-detail__breadcrumbs--container .breadcrumbs__container .breadcrumps__item:not(.active)::after {
    content: '→';
    position: absolute;
    right: -35px;
    top: -1px;
    font-size: 14px;
    font-weight: 300;
    color: #969696;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}

.articles__detail-main {
    background-color: #fafafa;
}

.articles-detail__container {
    background-color: rgb(255, 255, 255);
    padding: 50px 50px;
    width: 1050px !important;
    max-width: 1200px;
    min-width: 320px;
}

.articles-detail__description {
    font-size: 110%;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}


.articles-detail__breadcrumbs--container .breadcrumbs__container .breadcrumps__item.active {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #969696 !important;
    font-weight: 400 !important;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.articles-detail .articles-detail__title {
    font-size: 36px;
    font-family: Roboto, Arial, sans-serif;
    color: #333333;
    font-weight: 900;
    padding-bottom: 20px;

}

.articles-detail__description {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    font-size: 18px;
}

.articles-detail__description {
    padding: 10px 0;
}

.articles-detail__description h2 {
    font-family: Roboto, Arial, sans-serif;
    color: #333333;
    font-weight: bold;
    font-size: 27px;
    line-height: 35px;
    padding: 15px 0;
}

.articles-detail__description p {
    padding: 10px 0 !important;
}


.read-more__container {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 910px;
}

.read-more__title {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 36px;
    line-height: 1.23;
}

.read-more__list {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 32px;
    font-size: 16px;
}

.read-more__list .read-more__list--item a {
    color: rgb(251, 213, 2);
    font-size: 22px;
    text-decoration: underline;
}


/*/------------ END ARTICLES/---------*/

/*/------------ START SALES/---------*/

.sales-header {
    height: 120px;
    margin-top: 60px;
    background-color: #ffffff;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-position: right top;
    background-attachment: scroll;
    background-image: url(/assets/images/articles/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sales-header .sales-header__container {
    display: flex;
    justify-content: start;
    align-items: end;
}

.sales-header__title {
    color: #333333;
    padding-top: 40px;
    font-size: 26px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
}

.sales {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.sales .sales__container {
    padding: 70px 0;
}

.sales .sales__container .sales__list {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 45px 20px;
}

.sales .sales__container .sales__list .sales__list--item {
    display: flex;
    width: 360px;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
}

.sales .sales__container .sales__list .sales__list--item .sales__list--item-img {
    width: 360px;
    height: 360px;
}

.sales .sales__container .sales__list .sales__list--item .sales__list--item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sales .sales__list .sales__list--item .sales__list--item-description {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
    height: 230px;
}

.articles_faq .faq__container {
    width: 100%;
}

.sales .sales__list .sales__list--item-description.top {
    margin-top: 20px;
}

.sales .sales__list .sales__list--item .sales__list--item-title {
    color: #000000;
    font-size: 20px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    background-position: center center;
}

.sales .sales__list .sales__list--item .sales__list--item-subtitle {
    color: #000000;
    font-size: 16px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    margin: 10px 0 0 0;
}

.sales .sales__list--item-btn {
    color: #333333;
    padding: 8px 35px;
    text-align: center;
    font-size: 16px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-width: 1px;
    border-radius: 4px;
    background-color: #fbd502;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.sales-detail__breadcrumbs--container {
    padding-top: 60px;
}

.sales-detail__breadcrumbs--container .breadcrumbs__container {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 53px;
    max-width: 1200px;
    margin: 0 auto;
}

.sales-detail__breadcrumbs--container .breadcrumbs__container .breadcrumps__item {
    position: relative;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.sales-detail__breadcrumbs--container .breadcrumbs__container .breadcrumps__item:not(.active) {
    margin-right: 40px;
}

.sales-detail__breadcrumbs--container .breadcrumbs__container .breadcrumps__item:not(.active)::after {
    content: '→';
    position: absolute;
    right: -35px;
    top: -1px;
    font-size: 14px;
    font-weight: 300;
    color: #969696;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}

.sales__detail-main {
    background-color: #fafafa;
}

.sales-detail__container {
    background-color: rgb(255, 255, 255);
    padding: 50px 50px;
    width: 1050px !important;
    max-width: 1200px;
    min-width: 320px;
}

.sales-detail__description {
    font-size: 110%;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.sales-detail__description h2 {
    font-family: Roboto, Arial, sans-serif;
    color: #333333;
    font-weight: bold;
    font-size: 27px;
    line-height: 35px;
    padding: 15px 0;
}

.sales-detail__description p {
    padding: 10px 0 !important;
}


.sales-detail__breadcrumbs--container .breadcrumbs__container .breadcrumps__item.active {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #969696 !important;
    font-weight: 400 !important;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.sales-detail .sales-detail__title {
    font-size: 36px;
    font-family: Roboto, Arial, sans-serif;
    color: #333333;
    font-weight: 900;
    padding-bottom: 20px;
}

.sales-detail__description {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    font-size: 18px;
}

.sales-detail__description {
    padding: 10px 0;
}

.b24-form-wrapper.b24-form-shadow.b24-form-border-bottom {
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
}

.b24-form {
    width: 52%;
}

.b24-form-sign {
    display: none !important;
}

.b24-form-wrapper.b24-form-border-bottom {
    border: none !important;
}

.b24-form-btn {
    font-family: 'Roboto', Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    color: #000000;
    background-color: #f8d202;
    text-decoration: none;
    border-radius: 8px;
    padding: 20px 62px;
}

.b24-form-btn-block {
    margin: 0 185px;
}

.b24-form-style-modern .b24-form-control-string .b24-form-control, .b24-form-style-modern .b24-form-control-list .b24-form-control, .b24-form-style-modern .b24-form-control-text .b24-form-control, .b24-form-style-modern .b24-form-control-select .field-item {
    border: 1px solid #6a6f79 !important;
    padding-left: 0 !important;
    padding-bottom: 20px;
    position: relative !important;
    z-index: 2 !important;
}

.b24-form-control-label {
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 300 !important;
    color: #333333 !important;
    display: block !important;
    height: 100% !important;
    vertical-align: middle !important;
    font-size: 20px !important;
    line-height: 1.55 !important;
    left: 0 !important;
    padding: 0 !important;
    right: auto !important;
    opacity: 1 !important;
}

.b24-form-field {
    margin-bottom: -5px !important;
}

.b24-form-control-comment {
    font-size: 16px !important;
    font-family: 'Roboto', Arial, sans-serif !important;
    color: #858585 !important;
    font-weight: 300 !important;
    position: absolute;
    top: 42%;
    z-index: 1 !important;
}

.b24-form-control-container {
    padding: 40px 0px !important;
}

.b24-form-field {
    position: relative;
}

.b24-form-control-container input[type="checkbox"] {
    display: none;
}

.b24-form-field-agreement-link {
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin-top: 30px !important;
    text-align: center !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

.b24-form-field.b24-form-field-agreement.b24-form-control-agreement .b24-form-control-container {
    padding: 10px 0 10px !important;
}

.b24-form-field.b24-form-field-text.b24-form-control-text .b24-form-control-container {
    padding-bottom: 0 !important;
}

.b24-form-field-agreement .b24-form-control-desc {
    opacity: 1 !important;
}

#banner-content {
    position: relative;
}

#more-details {
    position: absolute;
    left: 40px;
    bottom: 40px;
    border: none;
    padding: 3px 28px;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 5px 5px 5px 5px;
    background-color: #282828;
    background-position: center center;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    cursor: pointer;
}

.page-404 {
    margin: 10rem 0;
}

#gtx-trans {
    display: none;
}

.sales__detail-main, .articles__detail-main {
    overflow-x: hidden;
}

.articles_faq.faq .faq__container {
    padding: 0;
}

/*/------------ END SALES/---------*/

@media (max-width: 1450px) {
    .modal-content {
        width: 76%;
        height: 41%;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 990px;
    }

    .menu__nav__wrapper {
        margin: 0 10px;
    }

    .main-banner .main-banner__content-r {
        width: 48%;
    }

    .main-banner .main-banner__content-l {
        width: 52%;
    }

    .main-banner .main-banner__certificates {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .main-banner .main-banner--certificate {
        margin-right: 43px;
        margin-bottom: 19px;
    }

    .main-banner .main-banner__ads .main-banner__ads--item {
        margin-right: 62px;
        margin-bottom: 28px;
    }

    .privilege .privilege__list--wrapper .privilege__list .privilege__list--item {
        width: 460px;
    }

    .privilege__list--item:nth-child(1),
    .privilege__list--item:nth-child(2) {
        height: 425px;
        margin-bottom: 100px;
    }

    .privilege__list--item:nth-child(3),
    .privilege__list--item:nth-child(4) {
        height: 397px;
        margin-bottom: 100px;
    }

    .privilege__list--item:nth-child(5),
    .privilege__list--item:nth-child(6) {
        height: 426px;
    }

    .partners .partners__list .partners__list--item {
        width: 320px;
    }

    .partners .partners__list .partners__list--item .partners__list--item-desc {
        width: 249px;
    }

    .partners .partners__bottom--wrapper {
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .partners .partners__bottom--wrapper-l {
        text-align: center;
    }

    .partners__bottom--wrapper-r {
        margin-top: 30px;
    }

    .clients .clients__list {
        justify-content: center;
        align-items: center;
    }

    .conditions .conditions__banner {
        width: 675px;
    }

    .btn-yellow {
        padding: 10px 20px;
    }

    .articles-detail__breadcrumbs--container .breadcrumbs__container,
    .sales-detail__breadcrumbs--container .breadcrumbs__container {
        max-width: 960px;
    }

    .articles .articles__container .articles__list .articles__list--item,
    .sales .sales__container .sales__list .sales__list--item {
        width: 300px;
    }

    .articles .articles__container .articles__list .articles__list--item .articles__list--item-img,
    .sales .sales__container .sales__list .sales__list--item .sales__list--item-img {
        width: 300px;
        height: 300px;
    }

    .partners-banner .partners__container .partners-banner__subtitle {
        width: 54%;
    }

    .partners-banner .partners-banner__btns_wrapper {
        flex-direction: column;
        align-items: start;
        width: 50%;
        margin-top: 46px;
    }

    .partners-btn.btn-yellow {
        padding: 20px 62px;
        margin-bottom: 10px;
    }

    .partners-reward .partners-reward__list .img--line {
        height: 201px;
    }

    .partners-reward .partners-reward__list .partners-reward__list--item-description {
        width: 82%;
    }

    .partners-privilege .partners-privilege__list .partners-privilege__list--item-desc {
        width: 74%;
    }

    .partners-banner2 .partners-banner2__desc {
        width: 88%;
    }

    .partners-trust .partners-trust__socials--wrapper {
        padding: 0 15px;
    }

    .partners-actual .partners-actual__list .partners-actual__item {
        width: 300px;
    }

    .modal-content {
        background-color: white;
        width: 90%;
        height: 33%;
    }
}

@media (max-width: 992px) {
    .container {
        width: 760px;
    }

    .mobile-header {
        display: block;
    }

    .main-banner .main-banner__content-l {
        width: 78%;
    }

    .privilege .privilege__list--wrapper .privilege__list .privilege__list--item {
        width: 380px;
    }

    .privilege__list--item:nth-child(1),
    .privilege__list--item:nth-child(2) {
        height: 500px;
    }

    .privilege__list--item:nth-child(3),
    .privilege__list--item:nth-child(4) {
        height: 500px;
        margin-bottom: 100px;
    }

    .privilege__list--item:nth-child(5),
    .privilege__list--item:nth-child(6) {
        height: 500px;
    }

    .partners .partners__list {
        flex-wrap: wrap;
    }

    .partners .partners__container {
        padding: 49px 0 15px 0;
        text-align: center;
    }

    .partners .partners__list .partners__list--item {
        width: 330px;
        margin: 10px;
    }

    .partners .partners__bottom--wrapper {
        margin-bottom: 50px;
    }

    footer .footer__list {
        flex-wrap: wrap;
        width: 542px;
    }

    .header {
        display: none;
    }

    .header.mobile-active {
        display: flex;
        min-height: 490px;
        background-color: rgb(250, 250, 250);
        top: 8px;
        position: absolute;
        text-align: center;
        height: auto !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
        transition: background-color .3s linear;
        flex-direction: column;
    }

    .submenu__nav-list--link {
        color: #333333 !important;
    }

    .header__container {
        display: flex;
        flex-direction: column;
    }

    .menu__nav__wrapper .menu__nav-list .menu__nav-list--item:first-child {
        padding: 0;
    }

    .menu__nav__wrapper .menu__nav-list {
        flex-direction: column;
        margin-top: 70px;
    }

    .menu__nav__wrapper .menu__nav-list .menu__nav-list--item:last-child {
        padding: 0;
        flex-direction: column;
    }

    .header__logo-wrapper {
        display: none;
    }

    .mobile-header__phone {
        display: none;
    }

    .menu__nav__wrapper .menu__nav-list .menu__nav-list--item {
        margin: 10px 0;
    }

    .header__content--right {
        flex-direction: column-reverse;
        margin-top: 36px;
    }

    .menu__nav__wrapper .menu__nav-list .submenu--links {
        position: relative;
        background: transparent;
        box-shadow: none;
        z-index: 1;
        top: 0;
    }

    .menu__nav__wrapper .menu__nav-list .submenu--links::after, .menu__nav__wrapper .menu__nav-list .submenu--links::before {
        display: none;
    }

    .header {
        position: absolute;
        z-index: 99;
        min-height: 605px;
    }

    .main-banner {
        margin-top: 0;
    }

    .documents .documents__list .documents__list--item {
        width: 268px;
        height: 80px;
    }

    .documents .documents__list--wrapper .documents__list--title {
        left: 165px;
    }

    .documents .documents__list--wrapper {
        padding: 35px 10px 10px;
        width: 580px;
        height: 368px;
    }

    .documents .documents__list .documents__list--item .documents__list--item-dwld {
        height: 100%;
    }

    .articles-detail__breadcrumbs--container,
    .sales-detail__breadcrumbs--container {
        padding-top: 0;
    }

    .articles-detail__container,
    .sales-detail__container {
        overflow: hidden;
        max-width: 100%;
    }

    .articles .articles__container .articles__list .articles__list--item,
    .sales .sales__container .sales__list .sales__list--item {
        width: 350px;
    }

    .articles .articles__container .articles__list .articles__list--item .articles__list--item-img,
    .sales .sales__container .sales__list .sales__list--item .sales__list--item-img {
        width: 350px;
        height: 350px;
    }

    .partners-how-works .partners-how-works__container .partners-how-works__title {
        width: 100%;
    }

    .partners-actual .partners-actual__list .partners-actual__item {
        width: 238px;
        height: 340px;
    }

    .partners-companies .partners-companies__list {
        padding: 90px 10px;
    }

    .partners-conditions .partners-conditions__container .partners-conditions__list {
        padding: 90px 0px;
    }

    .partners-conditions .partners-conditions__container .partners-conditions__list .partners-conditions__list--item {
        width: 32%;
    }

    .partners-conditions .partners-conditions__list .partners-conditions__list--item--desc {
        width: 71%;
    }

    .partners-reward .partners-reward__container .partners-reward__subtitle {
        padding: 40px 100px;
    }

    .partners-reward .partners-reward__list {
        padding: 10px 60px;
    }

    .partners-reward .partners-reward__list .img--line {
        height: 230px;
    }

    .partners-gurantee .partners-gurantee__container {
        padding: 53px 0;
    }

    .partners-gurantee .partners-gurantee__content-right {
        width: 45%;
    }

    .partners-privilege .partners-privilege__list-wrapper {
        padding: 0 4px;
    }

    .partners-gurantee {
        min-height: 520px;
    }

    .partners-banner2 .partners-banner2__container {
        padding: 20px 0 20px 27px;
    }

    .partners-banner2 .partners-banner2__desc {
        width: 87%;
    }

    .partners-how-tobe .partners-how-tobe__list-wrapper {
        margin: 70px 0;
    }

    .partners-how-tobe .partners-how-tobe__list--item-desc {
        font-size: 15px;
    }

    .partners-methods .partners-methods__list {
        align-items: start;
    }

    .partners-methods .partners-methods__list--item .partners-methods__list--item-right {
        width: 85%;
    }

    .partners-banner3 .partners-banner3__description {
        padding: 0 !important;
    }

    .partners-banner3 .partners-banner3__container {
        padding: 100px 50px;
    }

    .partners-trust .partners-trust__socials--list {
        flex-wrap: wrap;
    }

    .partners-trust .partners-trust__socials--wrapper {
        padding: 10px 10px;
    }

    .partners-trust .partners-trust__list {
        flex-direction: column;
    }

    .partners-trust .partners-trust__list .partners-trust__list--item {
        width: 95%;
        margin-bottom: 42px;
    }

    .partners-trust__socials--list a {
        margin-bottom: 10px;
    }

    .b24-form {
        width: 100%;
    }

    .b24-form-btn-container {
        justify-content: center !important;
    }

    #more-details {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .container {
        width: 500px;
    }

    .mobile-header {
        padding: 22px 18px 23px 47px;
    }

    .main-banner .main-banner__content-l {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .main-banner .main-banner__content-l .main-banner__content-r.mobile-hidden {
        width: 100%;
        margin-top: 20px;
        display: block;
    }

    .main-banner .main-banner__content-r.desktop {
        display: none;
    }

    .main-banner .main-banner__list {
        text-align: left;
    }

    .main-banner .main-banner__list-wrapper {
        margin: 0 10px;
    }

    .main-banner .main-banner__bonuses .main-banner__bonuses--list .main-banner__bonuses--item .bonuses__item--text {
        font-size: 13px;
    }

    .main-banner .main-banner__bonuses .main-banner__bonuses--list .main-banner__bonuses--item {
        position: relative;
        width: 185px;
        height: 79px;
    }

    .what-it .what-it__list .what-it__list--item {
        width: 100%;
    }

    .possibilities .possibilities__list .possibilities__list--item {
        width: 50%;
    }

    .cooperation .cooperation__lk--wrapper {
        width: 500px;
        margin-top: 18px;
    }

    .cooperation .cooperation__lk--wrapper .cooperation__lk--description {
        font-size: 15px;
        width: 84%;
    }

    .cooperation .cooperation__item--arrow {
        transform: scale(2);
    }

    .cooperation .cooperation__item--arrow.first {
        margin-left: 0px;
    }

    .cooperation .cooperation__item--arrow {
        position: relative;
        margin: 22px 12px;
        left: 13px;
    }

    .get-help .get-help__container {
        padding: 16px 2px;
    }

    .conditions .conditions__container {
        padding: 40px 7px;
    }

    .conditions .conditions__banner {
        width: 500px;
        margin: 24px 0 36px;
        padding: 0 43px 3px 30px;
    }

    .conditions .conditions__banner p {
        width: 78%;
        text-align: left;
        margin-left: 20px;
    }

    .documents .documents__container {
        padding: 40px 19px;
    }

    .documents .documents__list--wrapper .documents__list--title {
        left: 15%;
    }

    .documents .documents__list .documents__list--item {
        width: 100%;
        height: 55px;
    }

    .documents .documents__list--wrapper {
        padding: 35px 10px 10px;
        width: 370px;
        height: auto;
    }

    .privilege .privilege__list--wrapper .privilege__list .privilege__list--item {
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 50px;
    }

    .privilege .privilege__container {
        padding: 5px 0;
    }

    .partners .partners__list .partners__list--item {
        width: 100%;
    }

    .partners .partners__list .partners__list--item .partners__list--item-desc {
        width: 82%;
    }

    .clients .clients__list {
        justify-content: space-between;
    }

    .clients .clients__list .clients__list--item {
        width: 25%;
    }

    .faq .faq__container .faq__list .faq__list--item .faq__list--item-svg {
        top: 0;
    }

    .faq .faq__container .faq__list .faq__list--item .faq__list--item-question {
        padding-right: 30px;
    }

    footer .footer__list {
        flex-wrap: wrap;
        width: 90%;
    }

    footer {
        height: 130px;
    }

    footer .footer__logo-wrapper {
        flex-direction: column;
    }

    .articles-detail__breadcrumbs--container .breadcrumbs__container,
    .sales-detail__breadcrumbs--container .breadcrumbs__container {
        max-width: 640px;
        min-height: 78px;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
        padding: 18px 10px 22px 10px;
    }

    .articles .articles__container .articles__list .articles__list--item,
    .sales .sales__container .sales__list .sales__list--item {
        width: 100%;
        flex-direction: row;
    }

    .articles .articles__container .articles__list .articles__list--item .articles__list--item-img, .sales .sales__container .sales__list .sales__list--item .sales__list--item-img {
        width: 100%;
        height: 326px;
        margin-right: 15px;
    }

    .articles .articles__list .articles__list--item .articles__list--item-description.top,
    .sales .sales__list .sales__list--item .sales__list--item-description.top {
        margin-top: 0;
        width: 100%;
        height: 326px;
    }

    .articles-header__title,
    .sales-header__title {
        text-align: center;
        padding: 20px 42px;
    }

    .partners-banner .partners__container .partners-banner__title {
        width: 100%;
    }

    .partners-banner .partners__container .partners-banner__subtitle {
        width: 100%;
    }

    .partners-banner .partners-banner__description {
        width: 100%;
    }

    .partners-what-is .partners-what-is__container {
        flex-direction: column;
    }

    .partners-what-is .partners-what-is__container .partners-what-is__left {
        width: 100%;
        text-align: center;
    }

    .partners-what-is .partners-what-is__container .partners-what-is__right {
        margin-top: 15px;
        width: 100%;
    }

    .partners-what-is .partners-what-is__container .partners-what-is__services--list {
        justify-content: space-around;
    }

    .partners-how-works .partners-how-works__content {
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .partners-how-works .partners-how-works__content .partners-how-works__content-l {
        width: 100%;
    }

    .partners-how-works .partners-how-works__content .partners-how-works__content-r {
        width: 100%;
        height: 100%;
        margin-bottom: 60px;
    }

    .partners-actual__list-wrapper {
        margin-top: 10px;
    }

    .partners-how-works .partners-how-works__btn-wrapper {
        margin-top: 5px;
    }

    .partners-actual .partners-actual__list {
        flex-direction: column;
    }

    .partners-actual .partners-actual__list .partners-actual__item {
        width: 100%;
        height: 274px;
        margin-top: 20px;
    }

    .partners-companies .partners-companies__list {
        padding: 50px 0 90px 0;
    }

    .partners-conditions .partners-conditions__container .partners-conditions__list {
        flex-direction: column;
        padding: 30px 5px 70px;
    }

    .partners-conditions .partners-conditions__container .partners-conditions__list .partners-conditions__list--item {
        margin-top: 32px;
        width: 100%;
    }

    .partners-reward .partners-reward__container .partners-reward__subtitle {
        padding: 30px 0px;
    }

    .partners-reward .partners-reward__list {
        padding: 10px 10px;
    }

    .partners-reward .partners-reward__list .partners-reward__list--item-description {
        width: 78%;
    }

    .partners-gurantee .partners-gurantee__container {
        flex-direction: column;
        text-align: left;
    }

    .partners-gurantee .partners-gurantee__content-left {
        width: 100%;
    }

    .partners-gurantee .partners-gurantee__content-right {
        margin-top: 40px;
        width: 100%;
    }

    .partners-privilege .partners-privilege__list {
        flex-direction: column;
    }

    .partners-privilege .partners-privilege__list .partners-privilege__list--item {
        width: 100%;
    }

    .partners-banner2 .partners-banner2__container {
        padding: 20px 0 20px 0px;
    }

    .partners-banner2 .partners-banner2__desc {
        width: 82%;
    }

    .partners-how-tobe .partners-how-tobe__list-wrapper {
        margin: 40px 0;
    }

    .partners-how-tobe .partners-how-tobe__list {
        flex-direction: column;
    }

    .partners-how-tobe .partners-how-tobe__list .partners-how-tobe__list--item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 100px;
    }

    .partners-how-tobe .partners-how-tobe__list .partners-how-tobe__list--item:last-child {
        margin-bottom: 0;
    }

    .partners-how-tobe__list--arrow {
        transform: rotate(90deg);
        position: absolute;
        right: inherit;
        top: auto;
        bottom: -64px;
    }

    .partners-methods .partners-methods__list {
        flex-direction: column;
        align-items: start;
    }

    .partners-methods .partners-methods__list .partners-methods__list--item {
        width: 100%;
        margin-bottom: 30px;
    }

    .partners-methods .partners-methods__list--wrapper {
        margin-top: 40px;
    }

    .partners-methods {
        padding-bottom: 50px;
    }

    .partners-banner3 .partners-banner3__container {
        padding: 100px 0px;
    }

    .partners-banner3 .partners-banner3__btn--arrow {
        display: none;
        position: absolute;
        width: 45px;
        transform: translateX(-100%);
        bottom: -25px;
        left: -35px;
    }

    .partners-banner3__btn--arrow-b {
        display: inline-block;
        position: absolute;
        width: 20px;
        top: 18%;
        left: 46%;
    }

    .banner-content {
        width: 95% !important;
    }

    #more-details {
        font-size: 11px;
    }

    .modal-content {
        width: 90%;
        height: 27%;
    }
}

@media (max-width: 480px) {
    .container {
        width: 350px;
    }

    .main-banner .main-banner__list .main-banner__list--item {
        width: 100%;
    }

    .main-banner .main-banner__list-wrapper {
        padding-left: 23px;
    }

    .main-banner .main-banner__bonuses .main-banner__bonuses--list .main-banner__bonuses--item {
        width: 100%;
    }

    .main-banner .main-banner__bonuses .main-banner__bonuses--list .main-banner__bonuses--item .bonuses__item--text {
        font-size: 16px;
    }

    .main-banner .main-banner__ads .main-banner__ads--list {
        justify-content: center;
    }

    .main-banner .main-banner__ads .main-banner__ads--item {
        margin-right: 17px;
        margin-bottom: 20px;
    }

    .main-banner .main-banner--certificate.main-banner__certificates--bonus .bonus__text {
        font-size: 13px;
    }

    .main-banner .main-banner__bonuses .main-banner__bonuses--list .main-banner__bonuses--item .bonuses__item--tip-text {
        left: -77px;
    }

    .main-banner .main-banner__ads .main-banner__ads--list {
        margin: 20px 15px 20px 15px;
    }

    .main-banner .ads__btns-wrapper {
        flex-direction: column;
    }

    .main-banner .ads__btns-wrapper span {
        margin: 20px;
    }

    .what-it .what-it_description {
        text-align: center;
    }

    .possibilities .possibilities__banner-wrapper .possibilities__banner--btn {
        width: 80%;
    }

    .cooperation .cooperation__divider-long {
        width: 349px;
    }

    .btn--yellow {
        font-size: 15px;
    }

    .partners .partners__divider-long {
        width: 350px;
    }

    .possibilities .possibilities__list .possibilities__list--item {
        width: 100%;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 5px;
    }

    .possibilities .possibilities__item--desc-list {
        text-align: left;
    }

    .cooperation .cooperation__lk--wrapper {
        width: 80%;
    }

    .cooperation .cooperation__lk--wrapper .cooperation__lk--description {
        width: 75%;
    }

    .get-help {
        min-height: 291px;
    }

    .conditions .conditions__banner {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .documents .documents__list--wrapper .documents__list--title {
        left: 14%;
    }

    .clients .clients__list {
        flex-direction: column;
    }

    .faq .faq__container .faq__list .faq__list--item .faq__list--item-question {
        padding-right: 45px;
    }

    footer {
        height: 270px;
    }

    footer .footer__container {
        padding: 22px;
        flex-direction: column;
    }

    footer .footer__list {
        justify-content: center;
    }

    footer .footer__list .footer__list--item:first-child {
        margin-right: 25px;
    }

    footer .footer__list {
        flex-wrap: wrap;
        flex-direction: column;
        width: 107%;
    }

    footer .footer__logo-wrapper {
        width: 76%;
        flex-direction: row;
    }

    footer .footer__list .footer__list--item {
        margin: 2px;
    }

    .articles-detail__breadcrumbs--container, .sales-detail__breadcrumbs--container {
        overflow: hidden;
    }

    .articles-detail__breadcrumbs--container .breadcrumbs__container .breadcrumps__item,
    .sales-detail__breadcrumbs--container .breadcrumbs__container .breadcrumps__item {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }

    .articles .articles__container .articles__list .articles__list--item, .sales .sales__container .sales__list .sales__list--item {
        width: 100%;
        flex-direction: column;
    }

    .articles .articles__list .articles__list--item .articles__list--item-description,
    .sales .sales__list .sales__list--item .sales__list--item-description {
        height: auto;
    }

    .articles .articles__list .articles__list--item .articles__list--item-description.top, .sales .sales__list .sales__list--item .sales__list--item-description.top {
        height: auto;
    }

    .articles .articles__list .articles__list--item .articles__list--item-title,
    .sales .sales__list .sales__list--item .sales__list--item-title {
        margin-top: 10px;
    }

    .articles .articles__list .articles__list--item .articles__list--item-subtitle,
    .sales .sales__list .sales__list--item .sales__list--item-subtitle {
        margin: 10px 0 10px 0;
    }

    .articles-header__title, .sales-header__title {
        text-align: center;
        padding: 20px 47px;
        font-size: 22px;
    }

    .partners-companies .partners-companies__list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .partners-breadcrumbs {
        padding-top: 0;
    }

    .partners-breadcrumbs .breadcrumbs {
        padding-top: 17px;
    }

    .partners-banner .partners__container .partners-banner__title {
        font-size: 26px;
        line-height: 30px;
    }

    .partners-banner .partners__container .partners-banner__subtitle {
        font-size: 20px;
        line-height: 1.45;
    }

    .partners-btn.btn-yellow {
        padding: 20px 35px;
    }

    .partners-btn.btn-black {
        padding: 18px 28px;
    }

    .partners-actual .partners-actual__list .partners-actual__item {
        height: 251px;
    }

    .partners-actual .partners-actual__list .partners-actual__item .partners-actual__item-img {
        margin-bottom: 17px;
    }

    .partners-reward .partners-reward__list .partners-reward__list--item-description {
        width: 68%;
    }

    .partners-reward .partners-reward__list .img--line {
        height: 330px;
    }

    .partners-gurantee .partners-gurantee__title {
        font-size: 30px;
        line-height: 38px;
    }

    .partners-gurantee .partners-gurantee__subtitle {
        font-size: 24px;
        line-height: 1.55;
    }

    .partners-gurantee .partners-gurantee__list .partners-gurantee__list--item-desc {
        width: calc(100% - -9px);
        font-size: 16px;
        line-height: 1.55;
    }

    .partners-banner2 .partners-banner2__desc {
        font-size: 16px;
    }

    .partners-banner2 .partners-banner2__desc {
        width: 74%;
    }

    .partners-methods .partners-methods__list--item .partners-methods__list--item-title {
        font-size: 18px;
    }

    .partners-banner3 .partners-banner3__title {
        font-size: 30px;
    }

    .partners-trust__list--wrapper {
        margin: 50px 0px 44px;
    }

    .partners-trust .partners-trust__socials--list a {
        width: 100px !important;
    }

    .partners-reviews .partners-reviews__slider--item-desc {
        width: 82%;
        font-size: 16px;
    }

    .custom-swiper-button-prev {
        width: 24px;
        height: 24px;
        left: 5px;
    }

    .custom-swiper-button-next {
        width: 24px;
        height: 24px;
        right: 5px;
    }

    .partners-faq__title.partners--title {
        font-size: 20px;
        line-height: 26px;
    }

    .modal-content {
        width: 90%;
        height: 14%;
    }

}
