

* {
    font-family: Outfit, sans-serif;
    font-weight: 400;
    color: #000;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.main {
    margin-top: 140px;
}

.container {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1172px;
    padding-left: 31px;
    padding-right: 31px;
}
.omForm .container {
    display: block;
}
h1 {
    font-size: 50px;
    line-height: 64px;
    font-weight: 600;
}

.h1 {
    font-family: Outfit, sans-serif;
    font-size: 50px;
    line-height: 64px;
    font-weight: 600;
}

h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
}

h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 17px;
}

h6 {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 13px;
}

p {
    font-size: 16px;
    line-height: 20px;
}

a {
    transition: 0.2s;
    text-decoration: none;
    font-size: 100%;
}

.btn {
    transition: 0.2s;
    background-color: #FF7100;
    color: #FFF;
    font-weight: 700;
    border: none;
    cursor: pointer;
}
.general .quote {
    position: relative;
    overflow: hidden;
}
.general .quote__wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 100px;
}
.general .quote .h1 {
    text-align: center;
    margin-top: 50px;
}
.general .quote__subtitle {
    text-align: center;
    margin-top: 25px;
}
.general .quote__btn-href {
    margin-top: 70px;
    width: 540px;
}
.general .quote__btn-href button {
    width: 100%;
    height: 105px;
    box-shadow: 0px 15px 30px 2px rgba(0, 0, 0, 0.25);
    font-size: 30px;
}
.general .quote__btn-href button:hover {
    background-color: #FE9644;
}
.general .quote__hand {
    position: absolute;
    width: 380px;
    height: 300px;
    bottom: 76px;
}
.general .quote__hand--left {
    right: calc(50% + 340px);
}
.general .quote__hand--right {
    left: calc(50% + 340px);
}
td {
    padding: 10px;
}

table, tr, td {
    border: 1px solid black;
    border-collapse: collapse;
}
.header {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    z-index: 89;
    width: 100%;
}
.header .warning {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: #FFF;
    padding: 14px 31px;
}
.header .warning h6 {
    font-size: 16px;
    line-height: 18px;
}
.header .warning h6 span {
    font-weight: 700;
}
.header .warning h6 a {
    color: #FF7100;
}
.header .warning h6 a:hover {
    color: #FE9644;
    text-decoration: underline;
}
.header .warning h6:last-child {
    margin-left: 30px;
}
.header .navigation {
    display: flex;
    align-items: center;
    height: 100px;
    background-color: #F2F3F7;
}
.header .navigation__wrapper {
    align-items: center;
    justify-content: space-between;
}
.header .navigation__logo-href {
    height: 40px;
}
.header .navigation__menu {
    display: flex;
    align-items: center;
}
.header .navigation__links {
    display: flex;
    justify-content: space-between;
    width: 365px;
}
.header .navigation__menu-close {
    display: none;
    position: relative;
    margin: 30px 30px 0 auto;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.header .navigation__menu-close div {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 14px;
    background-color: #000;
}
.header .navigation__menu-close div:nth-child(1) {
    transform: rotate(45deg);
}
.header .navigation__menu-close div:nth-child(2) {
    transform: rotate(-45deg);
}
.header .navigation__link-item .active {
    color: #3E3EFF;
}
.header .navigation__link-item a {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}
.header .navigation__link-item a:hover .navigation__link-item-underline {
    width: 100%;
}
.header .navigation__link-item-underline {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background-color: #000;
    transition: 0.2s;
}
.header .navigation__btn-href {
    margin-left: 100px;
}
.header .navigation__btn-href button {
    width: 160px;
    height: 40px;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.header .navigation__btn-href button:hover {
    background-color: #FE9644;
}
.header .navigation__burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 18px;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}
.header .navigation__burger div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    transition: 0.2s;
}
.header .navigation__burger div:nth-child(1) {
    top: 0px;
}
.header .navigation__burger div:nth-child(2) {
    top: 7px;
}
.header .navigation__burger div:nth-child(3) {
    top: 14px;
}

.header.header__form {
    position: static;
    height: auto;
    padding-bottom: 60px;
}
.header.header__form .navigation__btn-href {
    display: none;
}
.main {
    display: flex;
    flex-direction: column;
}

.home {
    display: flex;
    flex-direction: column;
}
.home .welcome {
    background-color: #F2F3F7;
}
.home .welcome__wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
}
.home .welcome__content {
    display: flex;
    flex-direction: column;
}
.home .welcome__title {
    font-size: 43px;
    line-height: 54px;
    font-weight: 600;
}
.home .welcome .form {
    display: flex;
    width: 100%;
    margin-top: 37px;
}
.home .welcome .form__step {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.home .welcome .form label {
    display: flex;
    flex-direction: column;
    width: calc(50% - 15px);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 17px;
}
.home .welcome .form label.w100 {
    width: 100%;
}
.cookie-message {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -100%;
    background-color: #F2F3F7;
    padding: 16px 0 23px;
    color: #fff;
    transition: 0.4s;
    opacity: 0;
    z-index: 100;
}
.cookie-container {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
}
.cookie-container p a:hover {
    color: #FE9644;
    text-decoration: underline;
}
.cookie-message .cookie-close,
.cookie-message .cookie-reject {
	display: flex;
	align-items: center;
	justify-content: center;
  transition: 0.2s;
  background-color: #ff7100;
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;

  width: 160px;
  height: 40px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.cookie-message .cookie-close:hover,
.cookie-message .cookie-reject:hover{
    background-color: #FE9644;
}
.cookie-message .cookie-reject{
    margin: 0 0 0 20px;
}
.home .welcome .form select {
    width: 100%;
    height: 68px;
    margin-top: 10px;
    border: 1px solid #000;
    background: url(../img/home-welcome-select-arrow.svg) no-repeat calc(100% - 24px) center;
    background-color: #FFF;
    padding: 17px 0 17px 30px;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
}
.home .welcome .form input {
    width: 100%;
    height: 68px;
    border: 1px solid #000;
    margin-top: 10px;
    padding: 17px 30px;
    font-size: 22px;
    font-weight: 300;
}
.home .welcome .form button {
    width: 100%;
    height: 105px;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 700;
    box-shadow: 0px 15px 30px 2px rgba(0, 0, 0, 0.25);
}
.home .welcome .form button:hover {
    background-color: #FE9644;
}
.home .welcome .form__error-message {
    display: none;
    position: absolute;
    left: 0;
    top: 100px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #F41E00;
}
.home .welcome .form .custom-success {
    border-color: #00956D;
}
.home .welcome .form .custom-error {
    border-color: #F41E00;
}
.home .welcome__description {
    margin-top: 50px;
    font-size: 14px;
    line-height: 17px;
}
.home .welcome__icons {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}
.home .welcome__icon {
    display: flex;
    align-items: center;
    max-width: 30%;
}
.home .welcome__icon h5 {
    margin-left: 10px;
}
.home .welcome__man {
    margin: 0 80px 0 155px;
}
.home .works {
    position: relative;
    overflow: hidden;
}
.home .works__wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 140px;
}
.home .works__wrapper .h1 {
    text-align: center;
}
.home .works__wrapper h2 {
    margin-top: 40px;
    text-align: center;
    max-width: 760px;
}
.home .works__wrapper h2 span {
    color: #3E3EFF;
    font-weight: 700;
}
.home .works__description {
    text-align: center;
    margin-top: 40px;
    max-width: 600px;
}
.home .works__items {
    margin-top: 160px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.home .works__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
}
.home .works__item h3 {
    margin-top: 40px;
    text-align: center;
}
.home .works__item p {
    margin-top: 30px;
    text-align: center;
}
.home .works__img {
    position: absolute;
    z-index: -1;
}
.home .works__img--top-left {
    top: -60px;
    left: -9px;
}
.home .works__img--top-right {
    top: -120px;
    right: -74px;
}
.home .works__img--bottom-left {
    bottom: 0;
    left: 41px;
}
.home .works__img--bottom-right {
    bottom: 0;
    right: 86px;
}
.home .loan {
    background-color: #F2F3F7;
}
.home .loan__wrapper {
    align-items: flex-end;
    margin-top: 70px;
    margin-bottom: 70px;
}
.home .loan__wrapper img {
    margin: 0 95px 0 115px;
}
.home .loan__content {
    display: flex;
    flex-direction: column;
}
.home .loan__content h4 {
    margin-top: 40px;
}
.home .loan__content h2 {
    margin-top: 45px;
}
.home .loan__content h2 span {
    color: #FF7100;
    font-weight: 700;
}
.home .source__wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 50px;
}
.home .source__description {
    text-align: center;
}
.home .source__items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 90px;
}
.home .source__item {
    display: flex;
}
.home .source__item:nth-child(4) {
    width: 280px;
}
.home .source__item h2 {
    margin-left: 10px;
}
.home .source__item .line {
    height: 100%;
    width: 6px;
    min-width: 6px;
}
.home .source__item .line.blue {
    background-color: #3E3EFF;
}
.home .source__item .line.orange {
    background-color: #FF7100;
}
.works {
    display: flex;
    flex-direction: column;
}
.works .welcome {
    position: relative;
}
.works .welcome__wrapper {
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 120px;
}
.works .welcome__content {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.works .welcome__content h4 {
    width: calc(50% - 15px);
}
.works .welcome__content h4 span {
    font-weight: 700;
}
.works .welcome__flower {
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.works .welcome__flower--left {
    left: 41px;
}
.works .welcome__flower--right {
    right: 67px;
}
.works .cards {
    background-color: #F2F3F7;
}
.works .cards__wrapper {
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 100px;
}
.works .cards__card {
    display: flex;
    margin-top: 100px;
}
.works .cards__card:nth-child(1) {
    margin-top: 0;
}
.works .cards__card:nth-child(1) .cards__item {
    margin-left: 50px;
    margin-right: 76px;
}
.works .cards__card:nth-child(2) .cards__item {
    margin-left: 30px;
    margin-right: 66px;
}
.works .cards__card:nth-child(3) .cards__item {
    margin-left: 25px;
    margin-right: 75px;
}
.works .cards__images {
    display: flex;
}
.works .cards__card-content {
    display: flex;
    flex-direction: column;
}
.works .cards__card-content p {
    margin-top: 30px;
}
.help-centre {
    display: flex;
    flex-direction: column;
}
.help-centre .welcome {
    position: relative;
}
.help-centre .welcome__wrapper {
    align-items: center;
    margin-top: 110px;
    margin-bottom: 80px;
}
.help-centre .welcome__content {
    display: flex;
    flex-direction: column;
    margin-right: 86px;
}
.help-centre .welcome__content h4 {
    margin-top: 40px;
}
.help-centre .welcome__content h4 span {
    font-weight: 700;
}
.help-centre .welcome__flower {
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.help-centre .welcome__flower--left {
    left: 41px;
}
.help-centre .welcome__flower--right {
    right: 67px;
}
.help-centre .faq {
    background-color: #F2F3F7;
}
.help-centre .faq__wrapper {
    flex-direction: column;
    margin-top: 120px;
    margin-bottom: 120px;
}
.help-centre .faq__item {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #012347;
    padding: 16px 0;
    cursor: pointer;
}
.help-centre .faq__item:last-child {
    border-bottom: 1px solid #012347;
}
.help-centre .faq__item:hover .faq__content h4 {
    color: #FF7100;
}
.help-centre .faq__content {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.help-centre .faq__content h4 {
    transition: 0.2s;
}
.help-centre .faq__content p,
.help-centre .faq__content > div {
    display: none;
    margin-top: 45px;
    margin-bottom: 34px;
}
.help-centre .faq__content p a,
.help-centre .faq__content > div a {
    color: #FF7100;
}
.help-centre .faq__content p a:hover,
.help-centre .faq__content > div a:hover {
    text-decoration: underline;
}
.help-centre .faq__switcher {
    position: relative;
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin: 3px 20px 0 100px;
}
.help-centre .faq__switcher div {
    position: absolute;
    top: 11px;
    width: 100%;
    height: 2px;
    background-color: #FF7100;
    transition: 0.2s;
}
.help-centre .faq__switcher div:nth-child(1) {
    transform: rotate(90deg);
}
.help-centre .faq__item.active .faq__content h4 {
    color: #FF7100;
}
.help-centre .faq__item.active .faq__content p,
.help-centre .faq__item.active .faq__content > div {
    display: inline;
}
.help-centre .faq__content ul {
    padding: 1em;
    list-style: disc;
}
.help-centre .faq__content ul li {
    margin: 0 0 10px 0;
}
.help-centre .faq__item.active .faq__switcher div:nth-child(1) {
    transform: rotate(0deg);
}
.contact-us {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.contact-us .message {
    display: flex;
    background-color: #F2F3F7;
    width: 100%;
}
.contact-us .message__wrapper {
    margin-top: 120px;
    margin-bottom: 150px;
}
.contact-us .message .form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.contact-us .message .form .content {
    display: flex;
    flex-direction: column;
    width: 390px;
}
.contact-us .message .form .content__phone-img {
    margin-top: 60px;
}
.contact-us .message .form .content__item {
    display: flex;
    width: 100%;
    margin-top: 50px;
}
.contact-us .message .form .content__item:first-child {
    /*margin-top: 100px;*/
}
.contact-us .message .form .content__item-text {
    margin-left: 30px;
}
.contact-us .message .form .content__item-text a {
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    color: #FF7100;
}
.contact-us .message .form .content__item-text a:hover {
    text-decoration: underline;
}
.contact-us .message .form__contact {
    display: flex;
    flex-direction: column;
    width: 540px;
}
.contact-us .message .form__contact h4 {
    /*margin-top: 124px;*/
}
.contact-us .message .form__contact h6 {
    margin-top: 16px;
}
.contact-us .message .form__form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 13px;
}
.contact-us .message .form__box {
    margin-top: 30px;
    position: relative;
    width: 100%;
}
.contact-us .message .form__field {
    width: 100%;
    height: 50px;
    border: 1px solid #FFF;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 24px;
}
.contact-us .message .form .custom-success {
    border-color: #00956D;
}
.contact-us .message .form .custom-error {
    border-color: #F41E00;
}
.contact-us .message .form__error {
    display: none;
    position: absolute;
    color: #F41E00;
    font-size: 14px;
    line-height: 16px;
    bottom: -21px;
}
.contact-us .message .form__message {
    resize: none;
    height: 150px;
}
.contact-us .message .form__buttons-wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.contact-us .message .form__buttons-wrapper button {
    width: 190px;
    height: 78px;
    background-color: #3E3EFF;
    font-size: 22px;
    font-weight: 300;
    color: #FFF;
}
.contact-us .message .form__buttons-wrapper button:hover {
    opacity: 0.8;
}
.contact-us .message #feedCaptchaHidden-error {
    color: #F41E00;
    position: absolute;
}
.contact-us .message .thank {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #FFF;
    border-radius: 10px;
    padding: 40px;
}
.contact-us .message .thank h3 {
    text-align: center;
}
.contact-us .message .thank p {
    text-align: center;
    margin-top: 20px;
}
.policy {
    display: flex;
    flex-direction: column;
}
.policy h1 {
    margin-top: 120px;
    margin-bottom: 60px;
}
.policy h4 {
    margin: 30px 0;
}
.policy__wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}
.policy__wrapper div.container {
    display: flex;
    flex-direction: column;
}
.policy__wrapper div.container h1 {
    display: none;
}
.policy .mt-0 {
    margin-top: 0;
}
.policy span {
    text-decoration: none !important;
    font-weight: 700;
}
.policy a {
    color: #FF7100;
    text-decoration: none;
}
.policy .hintMoreInfoLabel{
    color: #FF7100;
    text-decoration: none;
}

.policy a:hover, .policy .hintMoreInfoLabel:hover {
    text-decoration: underline !important;
}
.policy p {
    margin-top: 20px;
}
.opt {
    position: fixed;
    z-index: 100;
    background-color: #000;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
}
.opt__wrapper {
    margin: 120px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 484px;
    width: 100%;
    padding: 60px 77px;
    background-color: #F2F3F7;
}
.opt__close {
    position: absolute;
    top: -8px;
    right: -62px;
    cursor: pointer;
}
.opt__form-step {
    width: 100%;
}
.opt__description {
    text-align: center;
}
.opt__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 46px;
    width: 100%;
}
.opt__box {
    position: relative;
    width: 100%;
}
.opt__field {
    width: 100%;
    height: 50px;
    background-color: #FFF;
    padding: 0 20px;
    font-size: 16px;
    line-height: 20px;
}
.opt .custom-error {
    border: 1px solid #F41E00;
}
.opt .custom-success {
    border: 1px solid #00956D;
}
.opt__error {
    display: none;
    position: absolute;
    bottom: -20px;
    color: #F41E00;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 16px;
}
.opt__or {
    margin-top: 24px;
    margin-bottom: 24px;
}
.opt__btn-wrapper {
    margin-top: 50px;
}
.opt__btn-wrapper #feedCaptchaHiddenOpt-error {
    position: absolute;
    color: #F41E00;
}
.opt__btn {
    margin-top: 30px;
    width: 100%;
	min-width: 250px;
    height: 80px;
    background-color: #000;
    border: none;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #FFF;
    transition: 0.2s;
    cursor: pointer;
}
.opt__btn:hover {
    background-color: #747474;
}
.popup {
    position: fixed;
    top: 0;
    width: 100vw;
    min-height: 100vh;
    background-color: #000;
    z-index: 101;
    overflow: auto;
}
.popup__wrapper {
    display: flex;
    flex-direction: column;
    padding: 55px 95px 60px;
    background-color: #FFF;
    width: 730px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: 0.4s;
}
.popup__wrapper .text-apr {
    margin-top: 50px;
    font-size: 14px;
    line-height: 17px;
}
.popup__wrapper .text-apr strong {
    font-weight: 700;
}
.popup__wrapper .text-apr p {
    font-size: 14px;
    line-height: 17px;
}
.popup__close {
    position: absolute;
    top: 0;
    right: -50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.popup__close div {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #FFF;
    left: 0;
    top: 14px;
}
.popup__close div:nth-child(1) {
    transform: rotate(45deg);
}
.popup__close div:nth-child(2) {
    transform: rotate(-45deg);
}
.popup__content {
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.popup__text {
    display: flex;
    flex-direction: column;
    margin-left: 35px;
}
.popup__text p {
    margin-top: 10px;
}
.popup .form {
    display: flex;
    width: 100%;
    margin-top: 74px;
}
.popup .form__step {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.popup .form label {
    display: flex;
    flex-direction: column;
    width: calc(50% - 15px);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 17px;
}
.popup .form label.w100 {
    width: 100%;
}
.popup .form select {
    width: 100%;
    height: 68px;
    margin-top: 10px;
    border: 1px solid #000;
    background: url(../img/home-welcome-select-arrow.svg) no-repeat calc(100% - 24px) center;
    background-color: #FFF;
    padding: 17px 0 17px 30px;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
}
.popup .form input {
    width: 100%;
    height: 68px;
    border: 1px solid #000;
    margin-top: 10px;
    padding: 17px 30px;
    font-size: 22px;
    font-weight: 300;
}
.popup .form button {
    width: 100%;
    height: 105px;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 700;
    box-shadow: 0px 15px 30px 2px rgba(0, 0, 0, 0.25);
}
.popup .form button:hover {
    background-color: #FE9644;
}
.popup .form__error-message {
    display: none;
    position: absolute;
    left: 0;
    top: 100px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #F41E00;
}
.popup .form .custom-success {
    border-color: #00956D;
}
.popup .form .custom-error {
    border-color: #F41E00;
}

.active .popup__wrapper {
    top: 50%;
    transform: translate(-50%, -50%);
}
.footer {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer .nav {
    background-color: #F2F3F7;
}
.footer .nav__wrapper {
    max-width: 1278px;
    justify-content: space-between;
    align-items: center;
    margin-top: 23px;
    margin-bottom: 23px;
}
.footer .nav__item a {
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}
.footer .nav__item a:hover {
    text-decoration: underline;
}
.footer .nav__item a.active {
    color: #3E3EFF;
}
.footer .content {
    margin: 40px 0;
}
.footer .content__wrapper {
    flex-direction: column;
}
.footer .content__row {
    display: flex;
    align-items: center;
    margin-top: 21px;
}
.footer .content__row h5 {
    margin-left: 30px;
}
.footer .content__logo-href {
    height: 55px;
}
.footer .rights {
    background-color: #F2F3F7;
}
.footer .rights__wrapper {
    margin-top: 16px;
    margin-bottom: 16px;
}

/* decline page */
.decline {
    padding: 0 0 58px;
}
.decline .wrapper_decline {
    width: 100%;
    max-width: 555px;
    padding: 0 50px;
    margin: 0 auto;
    position: relative;
}
.decline__inner {
    color: #000;
    text-align: center;
}
.decline__image {
    display: block;
    width: 100%;
    max-width: 256px;
    margin: 0 auto 50px;
    position: relative;
}
.decline__image>img {
    width: 100%;
}
.decline__name,
.decline__title {
    margin: 0 auto;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
}
.decline__name {
    margin-bottom: 30px;
}
.decline__title {
    margin-bottom: 60px;
	max-width: 440px;
}
.decline__text {
    max-width: 455px;
    margin: 0 auto 22px;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    color: #000;
}
.decline__text:nth-child(1) {
    max-width: 400px;
}
.decline__link_orange {
    color: #FF7100;
    transition: 0.4s;
    text-decoration: none;
}
.decline__link_orange:hover {
    color: #FE9644;
}
.decline__link_underline {
    color: #000000;
    text-decoration: underline;
}
.decline__link_underline:hover {
    text-decoration: none;
}

@media (max-width: 1399px) {
    .container {
        padding-left: 31px;
        padding-right: 31px;
    }
    .general .quote__hand {
        width: auto;
        height: 160px;
    }
    .general .quote__hand--left {
        right: calc(50% + 280px);
    }
    .general .quote__hand--right {
        left: calc(50% + 280px);
    }
}
@media (max-width: 1199px) {
    .container {
        padding-left: 31px;
        padding-right: 31px;
    }
    .general .quote__wrapper {
        margin-bottom: 80px;
    }
    .general .quote__subtitle {
        max-width: 376px;
    }
    .general .quote__btn-href {
        margin-top: 40px;
        width: 450px;
    }
    .general .quote__hand {
        bottom: 70px;
    }
    .general .quote__hand--left {
        right: calc(50% + 250px);
    }
    .general .quote__hand--right {
        left: calc(50% + 250px);
    }
    .header .navigation__btn-href {
        margin-left: 50px;
    }
    .home .welcome__wrapper {
        margin-bottom: 120px;
    }
    .home .welcome__man {
        margin: 0 0 0 50px;
    }
    .home .works__wrapper {
        margin-top: 140px;
    }
    .home .works__wrapper h2 {
        max-width: 930px;
    }
    .home .works__items {
        margin-top: 130px;
    }
    .home .works__img--top-left {
        top: -64px;
        left: -180px;
    }
    .home .works__img--top-right {
        top: -124px;
        right: -235px;
    }
    .home .works__img--bottom-left {
        display: none;
    }
    .home .works__img--bottom-right {
        display: none;
    }
    .home .loan__wrapper img {
        margin: 0 0 0 85px;
    }
    .home .loan__content h4 {
        margin-top: 80px;
    }
    .home .loan__content h2 {
        margin-top: 15px;
    }
    .works .welcome__wrapper {
        margin-bottom: 100px;
    }
    .works .welcome__flower {
        display: none;
    }
    .works .cards__card:nth-child(1) .cards__item {
        margin-right: 43px;
    }
    .works .cards__card:nth-child(2) .cards__item {
        margin-right: 33px;
    }
    .works .cards__card:nth-child(3) .cards__item {
        margin-right: 42px;
    }
    .help-centre .welcome__content {
        margin-right: 106px;
    }
    .help-centre .welcome__flower {
        display: none;
    }
    .help-centre .faq__content p {
        margin-bottom: 14px;
    }
    .help-centre .faq__switcher {
        margin: 3px 20px 0 40px;
    }
    .contact-us .message__wrapper {
        margin-bottom: 120px;
    }
    .contact-us .message .form .content {
        width: 320px;
    }
    .contact-us .message .form .content__item {
        margin-top: 55px;
    }
    .contact-us .message .form .content__item:first-child {
        margin-top: 90px;
    }
    .policy__wrapper {
        margin-bottom: 80px;
    }
    .footer .nav__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 3px;
    }
    .footer .nav__item {
        margin-top: 20px;
        padding: 0 15px;
    }
    .footer .content__row h5 {
        margin-left: 24px;
    }
}
@media (max-width: 991px) {
    .container {
        padding-left: 31px;
        padding-right: 31px;
    }
    .general .quote__btn-href {
        width: 400px;
    }
    .general .quote__hand {
        height: 140px;
    }
    .general .quote__hand--left {
        right: calc(50% + 200px);
    }
    .general .quote__hand--right {
        left: calc(50% + 200px);
    }
    .header .navigation__links {
        width: 340px;
    }
    .header .navigation__btn-href {
        margin-left: 30px;
    }
    .home .welcome__man {
        width: 161px;
        height: 354px;
    }
    .home .works__item {
        width: 32%;
    }
    .home .loan__wrapper img {
        margin: 0 0 0 40px;
    }
    .contact-us .message .form .content {
        width: 300px;
    }
    .contact-us .message .form .content__item-text {
        margin-left: 10px;
    }
    .contact-us .message .form__contact {
        width: 400px;
    }
    .contact-us .message .form__buttons-wrapper {
        flex-direction: column;
        justify-content: flex-start;
    }
    .contact-us .message .form__buttons-wrapper button {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
.cookie-container {
    flex-direction: column;
    align-items: center;
}
	.set-padding{
		padding: 15px 0 0 0;
	}
	.set-cont-padding{
		padding: 0 10px 0 10px;
	}
.cookie-message .cookie-reject {
    margin: 20px 0 0 0;
}
.cookie-message .cookie-reject{
    margin: 20px 0 0 0;
}
    .main {
        margin-top: 114px;
    }

    .container {
        padding-left: 22px;
        padding-right: 22px;
    }

    h1 {
        font-size: 34px;
        line-height: 34px;
    }

    .h1 {
        font-size: 34px;
        line-height: 34px;
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    h3 {
        font-size: 18px;
        line-height: 23px;
    }
    .general .quote__wrapper {
        margin-top: 80px;
        margin-bottom: 60px;
    }
    .general .quote .h1 {
        margin-top: 30px;
    }
    .general .quote__subtitle {
        margin-top: 20px;
        max-width: 274px;
    }
    .general .quote__btn-href {
        margin-top: 50px;
        max-width: 330px;
        width: 100%;
    }
    .general .quote__btn-href button {
        font-size: 24px;
    }
    .general .quote__hand {
        display: none;
    }
    .header .warning {
        flex-direction: column;
        height: 64px;
        padding: 0 8px;
    }
    .header .warning h6 {
        display: inline;
        font-size: 10px;
        line-height: 10px;
        text-align: center;
    }
    .header .warning h6:last-child {
        margin-left: 0;
    }
    .header .navigation {
        height: 50px;
    }
    .header .navigation__logo-href {
        height: 28px;
    }
    .header .navigation__logo-href img {
        height: 28px;
        width: auto;
    }
    .header .navigation__links {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        position: absolute;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100vh;
        background-color: #F2F3F7;
        z-index: 90;
        transition: 0.4s;
    }
    .header .navigation__menu-close {
        display: flex;
    }
    .header .navigation__link-item {
        padding: 15px 0;
    }
    .header .navigation__link-item:nth-child(2) {
        margin-top: 35px;
    }
    .header .navigation__link-item a {
        font-size: 22px;
        line-height: 30px;
        font-weight: 300;
    }
    .header .navigation__btn-href {
        margin-left: 0;
    }
    .header .navigation__btn-href button {
        width: 120px;
        height: 28px;
        font-size: 11px;
    }
    .header .navigation__burger {
        display: flex;
    }
    .header .navigation__menu.active .navigation__links {
        right: 0;
    }

    .header.header__form .navigation__burger {
        display: none;
    }
    .header.header__form .navigation__links {
        display: none;
    }
    .home .welcome__wrapper {
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .home .welcome__title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
    }
    .home .welcome .form {
        margin-top: 40px;
    }
    .home .welcome .form label {
        width: 100%;
    }
    .home .welcome .form label:nth-child(2) {
        margin-top: 20px;
    }
    .home .welcome .form select {
        margin-top: 5px;
    }
    .home .welcome .form input {
        margin-top: 5px;
        font-size: 16px;
        font-weight: 400;
    }
    .home .welcome .form button {
        margin-top: 40px;
    }
    .home .welcome .form__error-message {
        top: 95px;
    }
    .home .welcome__icons {
        margin-top: 40px;
    }
    .home .welcome__icon {
        flex-direction: column;
    }
    .home .welcome__icon h5 {
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
    }
    .home .welcome__man {
        margin: 40px auto 0;
    }
    .home .works__wrapper {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .home .works__items {
        margin-top: 0;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .home .works__item {
        margin-top: 50px;
        width: 280px;
    }
    .home .works__item img {
        height: 70px;
        width: auto;
    }
    .home .works__item h3 {
        margin-top: 20px;
    }
    .home .works__item p {
        margin-top: 20px;
    }
    .home .works__img--top-left {
        display: none;
    }
    .home .works__img--top-right {
        display: none;
    }
    .home .loan__wrapper {
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .home .loan__wrapper img {
        margin: 50px auto 0;
        width: 188px;
        height: auto;
    }
    .home .loan__content h4 {
        margin-top: 40px;
    }
    .home .loan__content h2 {
        margin-top: 40px;
    }
    .home .source__wrapper {
        margin-top: 60px;
        margin-bottom: 0;
    }
    .home .source__items {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .home .source__item {
        width: 33.3333333333%;
    }
    .home .source__item:nth-child(2) {
        justify-content: center;
    }
    .home .source__item:nth-child(3) {
        justify-content: flex-end;
    }
    .home .source__item:nth-child(4) {
        margin-top: 30px;
        width: 275px;
    }
    .home .source__item h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .works .welcome__wrapper {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .works .welcome__content {
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 10px;
    }
    .works .welcome__content h4 {
        margin-top: 30px;
        width: 100%;
    }
    .works .cards__wrapper {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .works .cards__card {
        flex-direction: column;
        margin-top: 60px;
    }
    .works .cards__card:nth-child(1) {
        margin-top: 0;
    }
    .works .cards__card:nth-child(1) .cards__item {
        margin-left: 28px;
        margin-right: 0;
    }
    .works .cards__card:nth-child(2) .cards__item {
        margin-left: 19px;
        margin-right: 0;
    }
    .works .cards__card:nth-child(3) .cards__item {
        margin-left: 16px;
        margin-right: 0;
    }
    .works .cards__num, .works .cards__item {
        height: 88px;
        width: auto;
    }
    .works .cards__card-content h2 {
        margin-top: 30px;
    }
    .works .cards__card-content p {
        margin-top: 20px;
    }
    .help-centre .welcome__wrapper {
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .help-centre .welcome__content {
        margin-right: 0;
    }
    .help-centre .welcome__woman {
        margin-top: 40px;
        width: 186px;
        height: auto;
    }
    .help-centre .faq__wrapper {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .help-centre .faq__item {
        padding: 20px 0;
    }
    .help-centre .faq__content {
        margin-left: 0;
    }
    .help-centre .faq__content p {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .help-centre .faq__switcher {
        margin: 0 20px 0 24px;
    }
    .contact-us .message__wrapper {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .contact-us .message .form {
        flex-direction: column;
        justify-content: flex-start;
    }
    .contact-us .message .form .content {
        width: 100%;
    }
    .contact-us .message .form .content__phone-img {
        margin-top: 40px;
        width: 174px;
        height: auto;
    }
    .contact-us .message .form .content__item {
        margin-top: 40px;
    }
    .contact-us .message .form .content__item:first-child {
        margin-top: 70px;
    }
    .contact-us .message .form .content__item-text {
        margin-left: 30px;
    }
    .contact-us .message .form .content__item-text a {
        line-height: 34px;
    }
    .contact-us .message .form__contact {
        width: 100%;
    }
    .contact-us .message .form__contact h4 {
        /*margin-top: 80px;*/
    }
    .contact-us .message .form__contact h6 {
        margin-top: 13px;
    }
    .policy h1 {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .policy__wrapper {
        margin-bottom: 60px;
    }
    .opt__wrapper {
        margin: 80px auto 0 auto;
        padding: 60px 10px;
    }
    .opt__close {
        top: -62px;
        right: 0;
    }
    .popup__wrapper {
        padding: 60px 20px 30px;
        width: 320px;
    }
    .popup__wrapper .text-apr {
        margin-top: 20px;
    }
    .popup__close {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .popup__close div {
        background-color: #000;
    }
    .popup__content {
        flex-direction: column;
        align-items: center;
    }
    .popup__text {
        margin-left: 0;
    }
    .popup__text .h1 {
        text-align: center;
        margin-top: 20px;
    }
    .popup__text p {
        text-align: center;
    }
    .popup .form {
        margin-top: 30px;
    }
    .popup .form label {
        width: 100%;
        margin-top: 10px;
    }
    .popup .form__error-message {
        top: 105px;
    }
    .footer .nav__wrapper {
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .footer .nav__item {
        margin: 0;
        padding: 15px 0;
    }
    .footer .content {
        margin: 35px 0;
    }
    .footer .content__row {
        align-items: flex-start;
        margin-top: 30px;
    }
    .footer .rights__wrapper {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 450px) {
    .decline {
        padding: 0 0 28px;
    }
    .decline .wrapper_decline {
        padding: 0 15px;
    }
    .decline__image {
        max-width: 147px;
        margin: 0 auto 20px;
    }
    .decline__name,
    .decline__title {
        font-size: 24px;
        line-height: normal;
        font-weight: 700;
    }
    .decline__name {
        margin-bottom: 10px;
    }
    .decline__title {
        margin-bottom: 32px;
    }
    .decline__text {
        margin-bottom: 22px;
        font-size: 14px;
        line-height: normal;
        font-weight: 400;
    }
}
@media (max-height: 767px) {
    .active .popup__wrapper {
        top: 10px;
        transform: translate(-50%, 0);
    }
}
@media screen and (max-width: 500px){
  table, tbody, td, tr, table p {
    font-size: 10px !important;
  }
}
.policy__wrapper div.container ul {
    padding: 1em 0 1em;
}
.policy__wrapper div.container ul.pointed {
	list-style: disc;
    padding-left: 1em;
}
.policy__wrapper div.container ul li ul {
    padding: 1em 0 0 1em;
}
.policy__wrapper div.container ul li {
    margin: 0 0 15px 0;
}
.policy__wrapper div.container ul li strong, .policy__wrapper div.container strong {
    font-weight: 700;
}

.cookie-message.view {
    bottom: 0;
    opacity: 1;
}
