/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*COMMON*/

@font-face {
    font-family: LatoRegular;
    src: url(../fonts/LatoRegular/LatoRegular.eot);
    src: url(../fonts/LatoRegular/LatoRegular.eot?#iefix)format("embedded-opentype"), url(../fonts/LatoRegular/LatoRegular.woff) format("woff"), url(../fonts/LatoRegular/LatoRegular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: LatoSemibold;
    src: url(../fonts/LatoSemibold/Lato-Semibold.eot);
    src: url(../fonts/LatoSemibold/Lato-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/LatoSemibold/Lato-Semibold.woff2) format("woff2"), url(../fonts/LatoSemibold/Lato-Semibold.woff) format("woff"), url(../fonts/LatoSemibold/Lato-Semibold.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: "LatoLight";
    src: url("../fonts/LatoLight/LatoLight.eot");
    src: url("../fonts/LatoLight/LatoLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/LatoLight/LatoLight.woff") format("woff"),
    url("../fonts/LatoLight/LatoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

p {
    margin: 0;
}
a {
    text-decoration: none;
}

body {
    font-size: 16px;
    font-family: LatoRegular, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f1f1f1;
    color: #303030;
    margin: 0;
}
img {
    width: auto;
    height: auto;
    max-width: 100%
}

.container {
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 60px;
    padding-right: 60px;
    height: 100%;
}
@media (max-width: 1024px) {
    .container {
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media (max-width: 767px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 500px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*COMMON END*/

/*HEADER*/

.header {
    padding-top: 30px;
    padding-bottom: 30px;
}
.header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
}
.logos__divider {
    background-color: #b7b7b7;
    width: 2px;
    height: 100%;
    margin: 0 30px;
    border: none;
    display: none;
}
.logos__rsb .mob {
    display: none;
}
.logos__payment img {
    display: none;
}
.header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contact__phone {
    font-size: 22px;
    color: #7f7f7f;
}
.contact__label {
    font-size: 12px;
    color: #7f7f7f;
}

@media (max-width: 767px) {
    .logos__rsb .mob {
        display: block;
    }
    .logos__rsb .desc {
        display: none;
    }
    .logos__divider {
        margin: 0 15px;
    }
    .header__logos {
        max-width: 50%;
    }
}

@media (max-width: 500px) {
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header__logos {
        margin-right: 10px;
    }
    .logos__divider {
        margin: 0 5px;
    }
    .contact__phone {
        font-size: 18px;
    }
    .contact__label {
        font-size: 9px;
    }
}

/*HEADER END*/

/*BANNER*/

.banner {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner__text, .banner__logo {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.banner__text p {
    font-size: 42px;
    font-weight: 700;
}
.banner__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner__logo img {
    display: none;
}

@media (max-width: 1024px) {
    .banner__text p {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .banner {
        padding-bottom: 60px;
    }
    .banner__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .banner__text, .banner__logo {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .banner__logo {
        margin-top: 50px;
    }

}
@media (max-width: 500px) {
    .banner__text p {
        font-size: 24px;
    }
    .banner__logo {
        margin-top: 20px;
    }
}


/*BANNER END*/

/*LOYALTY*/

.loyalty {
    height: 75px;
}
.loyalty.cashback {
    background-color: #b00737;
}
.loyalty.travel {
    background-color: #2b3373;
}
.loyalty__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
}
.loyalty__logo {
    position: relative;
    top: -42px;
    margin-right: 20px;
}
.loyalty__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.loyalty__text p {
    font-size: 32px;
    color: #ffffff;
}
.loyalty__logo img {
    display: none;
}
@media (max-width: 767px) {
    .loyalty__text p {
        font-size: 22px;
    }
}
@media (max-width: 500px) {
    .loyalty {
        height: 50px;
    }
    .loyalty__inner {
        margin-left: -10px;
        margin-right: -10px;
    }
    .loyalty__text p {
        font-size: 14px;
    }
    .loyalty__logo {
        width: 100px;
        top: -26px;
        margin-right: 0;
    }
    /*.loyalty__logo .desc {*/
    /*    display: none;*/
    /*}*/
    /*.loyalty__logo .mob {*/
    /*    display: block;*/
    /*}*/
}

/*LOYALTY END*/

/*BENEFITS*/

.benefits {
    padding-top: 30px;
    padding-bottom: 30px;
}
.benefits__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.benefits__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*color: #006d51;*/
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 20px;
    padding-right: 20px;
}
.benefits__item.grey {
    color: #5e5e5e;
}
.benefits__item.green {
    color: #006e52;
}
.benefits__item.black {
    color: #000;
}
.benefits__percent-wrapper {
    display: flex;
    align-items: baseline;
    flex-shrink: 0;
}
.benefits__prefix {
    font-size: 16px;
}
.benefits__percent {
    font-size: 49px;
    font-family: LatoLight, Arial, sans-serif;
    padding-right: 10px;
}
.benefits__text {
    font-size: 16px;
}

@media (max-width: 1024px) {
    .benefits {
        padding-top: 0;
        padding-bottom: 0;
    }
    .benefits__item {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .benefits__item:nth-child(1), .benefits__item:nth-child(2) {
        border-bottom: #e1e1e1 solid 4px;
    }
}
@media (max-width: 767px) {
    .benefits__items {
        margin-left: -30px;
        margin-right: -30px;
    }
    .benefits__item {
        padding: 20px 30px;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        max-width: 100%;
    }
    .benefits__text {
        flex-basis:60%;
        max-width: 60%;
        text-align: left;
    }
    .benefits__item:nth-child(3) {
        border-bottom: #e1e1e1 solid 4px;
    }
}
@media (max-width: 500px) {
    .benefits__items {
        margin-left: -15px;
        margin-right: -15px;
    }
    .benefits__item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .benefits__percent {
        font-size: 44px;
    }
}

/*BENEFITS END*/

/*STEPS*/

.steps {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.steps__center {
    text-align: center;
    padding-bottom: 30px;
}
.steps__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.steps__item {
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    width: 33.333333%;
    max-width: 33.333333%;
}
.steps__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
}
.steps__logo-circle {
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 5px;
    border-style: solid;
    border-radius: 50%;
    position: relative;
}
.steps__logo.grey .steps__logo-circle {
    border-color: #5e5e5e;
}
.steps__logo.green .steps__logo-circle {
    border-color: #006e52;
}
.steps__logo.black .steps__logo-circle {
    border-color: #000;
}
.steps__logo.red .steps__logo-circle {
    border-color: #ff0000;
}
.steps__logo-circle:after {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}
.steps__logo.grey .steps__logo-circle:after {
    background-color: #5e5e5e;
}
.steps__logo.green .steps__logo-circle:after {
    background-color: #006e52;
}
.steps__logo.black .steps__logo-circle:after {
    background-color: #000;
}
.steps__logo.red .steps__logo-circle:after {
    background-color: #ff0000;
}
.steps__item:nth-child(1) .steps__logo-circle:after {
    content: '1';
}
.steps__item:nth-child(2) .steps__logo-circle:after {
    content: '2';
}
.steps__item:nth-child(3) .steps__logo-circle:after {
    content: '3';
}
.steps__text {
    text-align: center;
    font-size: 18px;
}
.steps__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
}
.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 55px;
    background: #83b143;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    height: 47px;
    width: 222px;
    text-decoration: none;
    -webkit-filter: drop-shadow(19px 32.909px 24px rgba(92,103,117,0.15));
    filter: drop-shadow(19px 32.909px 24px rgba(92,103,117,0.15));
}

@media (max-width: 767px) {
    .steps__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        padding-bottom: 30px;
    }
    .steps__item:last-child {
        padding-bottom: 0;
    }
}
@media (max-width: 500px) {
    .steps__items {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/*STEPS END*/

/*FOOTER*/
footer {
    padding: 25px 0;
    background-color: #333;
    color: #595959;
}

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

.button-terms {
    font-size: 16px;
    color: #83b143;
    background: inherit;
    border: none;
    text-align: center;
    margin-bottom: 5px;
    cursor: pointer;
}

.footer__agreement {
    display: none;
    font-size: 14px;
}
.footer__agreement.active {
    display: block;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__copyright {
    font-size: 14px;
}

.footer__support {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.footer__support,
.footer__support>a {
    text-decoration: none
}

.footer__support-link:first-child {
    margin-right: 30px
}

.footer__support-text {
    font-size: 14px;
    color: #595959
}

.footer__phone {
    color: #fff;
    font-size: 32px;
    margin: 0 0 10px
}
.footer .footer__agreement a, .footer .footer__agreement a:visited {
    color: #595959;
}
@media (max-width: 767px) {
    .footer__inner {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .footer__support {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__copyright {
        margin-top: 30px;
    }
}
@media (max-width: 500px) {
    .footer, .footer__support-text, .footer__copyright {
        font-size: 11px;
    }
    .footer__phone {
        font-size: 18px;
        margin-bottom: 0;
    }
    .footer__inner {
        margin-top: 15px;
    }
    .footer__copyright {
        margin-top: 15px;
    }
}

/*END FOOTER*/

/*NOT FOUND*/

.notfound__main {
    margin: 100px auto;
    text-align: center;
    width: 80%;
}
.notfound__title {
    font-size: 44px;
}
.notfound__error {
    color: #83b143;
    font-size: 100px;
}
.notfound__text a {
    border-bottom: 1px dashed;
    color: #83b143;
}
.notfound__getcard {
    display: flex;
    justify-content: space-around;
}
.notfound__getcard > div {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
}
.getcard__text > h5 {
    text-align: center;
}
.getcard__card {
    display: flex;
    align-self: flex-end;
    justify-content: flex-end;
}
.getcard__button .button {
    width: 160px;
}
.getcard__button {
    display: flex;
}

.card-img {
    max-width: 390px;
    width: 100%;
}
@media (max-width: 500px) {
    .notfound__getcard {
        flex-direction: column-reverse;
    }
    .notfound__getcard > div {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
    .getcard__button {
        justify-content: center;
    }
}
/*END NOT FOUND*/
