@font-face {
    font-family: "ProximaNova";
    src: url("/fonts/ProximaNova-Regular.woff") format("woff");

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNova";
    src: url("/fonts/ProximaNova-Bold.woff") format("woff");

    font-weight: bold;
    font-style: normal;
}

html,
body {
    font-family: "ProximaNova", serif;
    margin: 0 auto;
    padding: 0;
    max-width: 1920px;
}

h1 {
    font-size: 46px;
}
h2 {
    font-size: 56px;
}

.header {
    position: absolute;
    max-width: 1920px;
    width: 100%;
    /*height: 60px;*/
    /*color: #fff;*/
    z-index: 50;
}

.nav a {
    font-size: 16px;
}

.screen-mobile-title {
    width: 100%;
    position: relative;
    padding-top: 7rem;
    height: auto;
    background:
        url("/img/bg-main.png"),
        lightgray -505.261px -501.988px / 161.706% 168.633%;
    /*background-color: #7D81BE;*/
    background-size: cover;
    background-color: transparent;
}

.block-phone img {
    position: absolute;
    right: 130px;
    max-width: 580px;
    width: 100%;
}
.banner-image {
    width: 100%;
    height: 600px;
}
/*************QR SECTION*****************/
.block-qr {
    border-radius: 60px;
    background: linear-gradient(
        90deg,
        #e1e9f3 0%,
        #f4f9ff 25.74%,
        #d9e0ea 77.08%
    );
    width: 100%;
    height: 650px;
    position: relative;
}

.qr-image img {
    position: absolute;
    top: -80px;
    max-width: 850px;
    width: 100%;
    /* left: 0; */
    right: 0;
}

.block-cashback {
    width: 100%;
    background-color: #ebf8ba;
    border-radius: 40px;
}
.block-cashback h2 {
    font-size: 40px;
}
.block-img-phone-cashback img {
    width: 100%;
}

.list-rules li::marker {
    color: #76bf44;
    font-weight: bold;
    font-size: 22px;
}

.btn-rules {
    background-color: #76bf44;
    color: #fff;
    border-radius: 40px;
    padding: 7px 15px;
    text-decoration: none;
}
/**************SLIDER features***************/

.slider ul li img {
    max-width: 385px;
    width: 100%;
    /*height: 630px;*/
}

.slider {
    width: 100%;
    height: 650px;
    /*position: absolute;*/
    /*top: 50%;*/
    left: 0;
    /*-webkit-transform: translate(0, -50%);*/
    /*-moz-transform: translate(0, -50%);*/
    /*-o-transform: translate(0, -50%);*/
    /*transform: translate(0, -50%);*/
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.slider ul,
.slider ul li {
    width: 100%;
    height: 100%;
    list-style-type: none;
}

.slider ul {
    position: absolute;
    top: 15px;
    left: 0;
}

.slider ul li {
    text-align: center;
    line-height: 400px;
    font-size: 50px;
    color: #aaa;
}

/*.slider ul li:first-of-type {background: #e0e0e0}*/
/*.slider ul li:nth-of-type(2) {background: #e0e0e0}*/
/*.slider ul li:nth-of-type(3) {background: #e0e0e0}*/
/*.slider ul li:nth-of-type(4) {background: #e0e0e0}*/
/*.slider ul li:last-of-type {background: #e0e0e0}*/
.slider ol {
    position: absolute;
    left: 0;
    top: 55%;
    padding-right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    list-style-type: none;
}

.slider ol li {
    width: 5px;
    height: 80px;
    margin-bottom: 50px;
    background: #eeeeee;
    cursor: pointer;
    font-size: 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.slider ol li.active span {
    background: var(
        --new-grad,
        linear-gradient(179deg, #ffeda6 -6.72%, #ffa858 32.02%, #f96a6a 120.37%)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.slider ol li:hover,
.slider ol li.active {
    background: var(
        --new-grad,
        linear-gradient(179deg, #ffeda6 -6.72%, #ffa858 32.02%, #f96a6a 120.37%)
    );
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper_text-block {
    position: absolute;
    left: 25px;
    top: 15px;
    text-align: left;
}

.swiper-slide img {
    max-width: 550px;
    width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #ff8516 !important;
}

.visual-section {
    background-color: #FCECE5;
    border-radius: 40px;
  }
  .visual-title {
    font-size: 2.3rem;
    /*font-weight: bold;*/
    line-height: 1.2;
  }
  .visual-button img {
    max-width: 132px;
  }
  .phone-image {
    max-width: 400px;
    height: auto;
  }

/************DOWNLOAD************/
.block-download {
    position: relative;
    width: 100%;
    height: 575px;
    border-radius: 60px;
    background-color: rgb(247, 221, 219)
        /*background-image: url(/img/bg-desktop.png);*/
        /*background-repeat: no-repeat;*/;
}

.download-image img {
    position: absolute;
    top: -70px;
    max-width: 610px;
    width: 100%;
    left: 0;
    right: 0;
}

/***********FOOTER***************/
.footer-links li {
    list-style: none;
}

.text-footer-title {
    font-size: 25px;
}

.phone {
    font-size: 1.6em !important;
    color: #222222;
    text-align: left;
    font-weight: 600;
}

.footer-links li > a {
    text-decoration: none;
    color: #4f4f4f;
    font-weight: 300;
    font-size: 17px;
}

.footer-links {
    display: block;
    color: #4f4f4f;
    font-size: 17px;
    /*margin-left: -32px;*/
}

.working-hours p {
    color: #4f4f4f;
}

.social-icons {
    margin-left: -50px;
}

.social-links p {
    color: #4f4f4f;
}

.social-icons li {
    list-style-type: none;
    float: left;
    padding-top: 5px;
    margin-right: -5px;
}

@media screen and (min-width: 300px) and (max-width: 450px) {
    .block-qr {
        height: 570px;
    }

    .qr-image img {
        top: -25px;
    }
    .block-phone img {
        padding-top: 50px;
        right: 0;
    }
}
@media screen and (min-width: 300px) and (max-width: 550px) {
    .banner-image {
        height: 550px;
    }

    .block-qr {
        height: 570px;
    }

    .qr-image img {
        top: -25px;
    }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .screen-mobile-title {
        background:
            url("/img/bg_mob_og.png"),
            lightgray -505.261px -501.988px / 161.706% 168.633%;
        /*background-color: #7D81BE;*/
        background-size: cover;
        background-color: transparent;
    }
    .block-phone img {
        right: 0;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 35px;
    }
    .screen-mobile-title {
        padding-top: 10rem;
        background-color: transparent;
    }
    .block-download {
        height: 500px;
    }
    .download-image img {
        max-width: 320px;
        position: relative;
        top: -105px;
        display: block;
        margin: 0 auto;
    }

    .block-cashback h2 {
        font-size: 35px;
    }

    .download-image {
        height: 0;
    }

    .slider ol li {
        display: inline;
    }

    .slider ol {
        top: 4%;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        text-align: center;
    }

    .slider {
        height: 600px;
    }

    .slider ul {
        padding-left: 0;
    }

    .slider ul li img {
        position: absolute;
        left: 0;
        right: 0;
        max-width: 330px;
        height: auto;
        padding-top: 20px;
    }

    .slider ol li .active {
        margin: 0;
    }

    .slider ol li:hover,
    .slider ol li.active {
        background: rgba(255, 255, 255, 0);
    }

    .slider ol li:hover,
    .slider ol li {
        background: rgba(255, 255, 255, 0);
    }

    .swiper_text-block {
        left: 70px;
        top: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .screen-mobile-title {
        background:
            url("/img/bg_md_og.png"),
            lightgray -505.261px -501.988px / 161.706% 168.633%;
        /*background-color: #7D81BE;*/
        background-size: cover;
        background-color: transparent;
    }
    .qr-image img {
        position: relative;
        top: -50px;
        display: block;
        margin: 0 auto;
        max-width: 420px;
    }

    .block-download {
        height: 300px;
      }
      .download-image img {
        max-width: 320px;
        position: relative;
        top: -35px;
        display: block;
        margin: 0 auto;
      }

    .download-image {
        height: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .screen-mobile-title {
        background:
            url("/img/bg-main.png"),
            lightgray -505.261px -501.988px / 161.706% 168.633%;
        /*background-color: #7D81BE;*/
        background-size: cover;
        background-color: transparent;
    }
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 50px;
    }
    .block-phone img {
        max-width: 500px;
        right: 0;
    }
    .block-qr {
        height: 400px;
    }
    .qr-image {
        height: 250px;
    }
    .qr-image img {
        max-width: 530px;
    }

    .block-download {
        height: 475px;
    }
    .download-image img {
        max-width: 550px;
    }

    .block-cashback h2 {
        font-size: 35px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    h1 {
        font-size: 36px;
    }
    .block-phone img {
        max-width: 500px;
    }

    .block-qr {
        height: 530px;
    }
    .qr-image img {
        max-width: 700px;
    }
}
