@font-face {
    font-family: HelveticaNeueCyr;
    src: url('../fonts/HelveticaNeueCyr-Heavy.eot');
    src: local('HelveticaNeueCyr-Heavy'),
    url('../fonts/HelveticaNeueCyr-Heavy.eot#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Heavy.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: HelveticaNeueCyr;
    src: url('../fonts/HelveticaNeueCyr-Bold.eot');
    src: local('HelveticaNeueCyr-Bold'),
    url('../fonts/HelveticaNeueCyr-Bold.eot#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

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

.top-line{
    background-color: black;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.main{
    background: url("bg1.jpg")no-repeat;
    background-size: cover;
    padding: 30px 0 40px;
    /*min-height: 100vh;*/
}
.partners_item {
    display: flex;
    overflow: hidden;
    width: 100%;  
    margin: 0 auto;
}
.privacy-text {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-top: 10px;
}
.partners_wrapper {
    display: flex;
    align-items: center;
    animation: scroll 40s linear infinite; 
}

.partners_wrapper img {
    width: 100px; 
    margin-right: 20px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.top-logo{
    display: inline-block;
    margin: 37px 0 0;
}

.top-text{
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    float: right; 

}



.top-text li{
    display: inline;
    padding: 0 15px;
}

.top-text li a{
    color: white;
}

.top-text li a:hover{
    color: #FCC71D;
    text-decoration: underline;
}

.main-text{
    font-family: HelveticaNeueCyr;
    font-weight: 300;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-align: left;
    color: white;
    margin: 20px 0 19px;
    max-width: 750px;

}

.main-text p{
    color: #FCC71D;
    margin: 0;
    display: inline;
}

.main-desc{
    font-family: HelveticaNeueCyr;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    max-width: 534px;
    background-color: #0000008c;
}

.main-form{
    background: rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(15.1px);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.23);
    margin-top: 201px;
    max-width: 391px;
    margin-left: 58px;
    padding: 29px 23px;
}

.main-form-text{
    font-family: HelveticaNeueCyr;
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 17px;
}

.main-form input{
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.7);
    width: 100%;
    margin-bottom: 14px;

    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);

}
.logo{
    max-width: 150px;
    position: relative;
    top: 30px;
}
.logo img{
    display: block;
    width: 100%;
}
 
.main-btn{
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 16px;
    line-height: 39px;
    color: #262626;
    width: 211px;
    margin-top: 19px;
}

.main-btn img{
    margin-left: -60px;
    margin-right: 60px;
}

.companies{
    background-color: #050505;
    padding: 83px 0 0;
}

.companies-top{
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 18px;
}

.companies-list{
    display: inline-block;

}

.companies-list li{
    display: inline-block;
    padding: 0 15px;
    width: 184px;
    line-height: 74px;
    text-align: center;
    background: linear-gradient(144.39deg, #FFFFFF -278.56%, #6D6D6D -78.47%, #11101D 91.61%);
    backdrop-filter: blur(5px);
    border-radius: 8px;
    margin: 0 3px 10px;
}

.companies-list li img{
    max-height: 40px;
    max-width: 100px;
}

.benefit{
    background: url("bg2.png")no-repeat 70% top, #050505;
    padding: 193px 0 0;
}

.benefit-img{
    max-width: 100%;
    margin: 0 auto;
}

.benefit-top{
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}

.benefit-text{
    font-family: HelveticaNeueCyr;
    font-weight: 300;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding: 17px 0 111px;
    max-width: 524px;
}

.benefit-text span{
    color: rgba(252, 199, 29, 1);
}

.benefit-item-img{
    width: 48px;
    height: 48px;
    text-align: center;
    background: linear-gradient(144.39deg, #FFFFFF -278.56%, #6D6D6D -78.47%, #11101D 91.61%);
    border: 1px solid rgba(255, 255, 255, 0.41);
    backdrop-filter: blur(5px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit-item-img img{
    width: 22px;
    height: 22px;
}

.benefit-item-top{
    font-family: HelveticaNeueCyr;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    /* identical to box height */
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding: 6px 0 16px;
}

.benefit-item-text{
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */
    letter-spacing: -0.01em;

    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 41px;
}

.benefit-left{
    text-align: left;
    padding-left: 124px;
}

.benefit-right .benefit-item-img{
    margin-left: auto;
}

.benefit-right{
    text-align: right;
    margin-left: auto;
    padding-right: 124px;
}

.benefit-offs{
    padding-top: 114px;
}

.what{
    background: url("bg3.png")no-repeat 70% bottom, #050505;
    padding: 40px 0 0;
}

.what .benefit-text{
    padding: 17px 0 58px;
}

.what-block{
    width: 96%;
    height: 306px;
    border-radius: 12px;

    backdrop-filter: blur(5px);
    /* Note: backdrop-filter has minimal browser support */

    border: 1px solid rgba(255, 255, 255, 0.03);
    padding: 18px 22px;
    margin-bottom: 30px;
}

.what-block1{
    background: url("g1.png")no-repeat right top, linear-gradient(121.51deg, rgba(255, 255, 255, 0.4) -264.89%, rgba(109, 109, 109, 0.4) -77.96%, rgba(17, 16, 29, 0.4) 80.93%), rgba(0, 0, 0, 0.41);
}

.what-block2{
    background: url("g2.png")no-repeat right top, linear-gradient(121.51deg, rgba(255, 255, 255, 0.4) -264.89%, rgba(109, 109, 109, 0.4) -77.96%, rgba(17, 16, 29, 0.4) 80.93%), rgba(0, 0, 0, 0.41);
}

.what-block3{
    background: url("g3.png")no-repeat right top, linear-gradient(121.51deg, rgba(255, 255, 255, 0.4) -264.89%, rgba(109, 109, 109, 0.4) -77.96%, rgba(17, 16, 29, 0.4) 80.93%), rgba(0, 0, 0, 0.41);
}

.what-block4{
    background: url("g4.png")no-repeat right top, linear-gradient(121.51deg, rgba(255, 255, 255, 0.4) -264.89%, rgba(109, 109, 109, 0.4) -77.96%, rgba(17, 16, 29, 0.4) 80.93%), rgba(0, 0, 0, 0.41);
}

.what-block5{
    background: url("g5.png")no-repeat right top, linear-gradient(121.51deg, rgba(255, 255, 255, 0.4) -264.89%, rgba(109, 109, 109, 0.4) -77.96%, rgba(17, 16, 29, 0.4) 80.93%), rgba(0, 0, 0, 0.41);
}

.what-num{
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.what-descr{
    font-family: HelveticaNeueCyr;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding: 40px 0 18px;
}

.what-text{
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}

.what-acess{
    text-align: right;

    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    color: #FFFFFF;
    text-decoration: underline;

    margin-top: -47px;
    padding-right: 21px;

}

.calc{
    background: url("bg4.png")no-repeat top right, #050505;
    padding: 177px 0 0;
}

.calc .benefit-text{
    padding: 17px 0 57px;
}

.calc-block{
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(113.08deg, #FFFFFF -242.51%, #14101D 85.56%);
    border-radius: 12px;
    padding: 29px 29px;
}

.calc-earn{
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    color: #FFFFFF;
    padding-bottom: 23px;
}

.calc-sum{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 55px;
    text-align: center;
    color: #FFFFFF;
    max-width: 240px;
}

.calc-inv{
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */

    color: #FFFFFF;
    padding: 102px 0 9px;
}

.calc-input{
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 28px;
    line-height: 51px;
    letter-spacing: -0.01em;

    color: rgba(255, 255, 255, 0.3);
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.calc-button{
    background: #FCC71D;
    border-radius: 3px;
    border: none;
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 16px;
    line-height: 56px;
    color: #262626;
    margin-top: 33px;
    width: 269px;

}

.calc-button img{
    margin-left: -60px;
    margin-right: 60px;
}

.calc-table{
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    background: linear-gradient(121.51deg, rgba(255, 255, 255, 0.4) -264.89%, rgba(109, 109, 109, 0.4) -77.96%, rgba(17, 16, 29, 0.4) 80.93%), rgba(0, 0, 0, 0.41);
    backdrop-filter: blur(5px);
    /* Note: backdrop-filter has minimal browser support */
    padding: 15px 30px;

    margin-left: 13px;
    margin-right: 19px;
}

.calc-table table{
    width: 100%;
}

.calc-table table tr{
    border-bottom: 1px solid rgba(255, 255, 255, 0.09)
}

.calc-currency{
    background: rgba(255, 255, 255, 0.07);
    border-radius: 4px;

    font-family: HelveticaNeueCyr;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */
    letter-spacing: -0.01em;

    color: #FFFFFF;

    display: inline-block;
    padding: 6px 10px;


}

.calc-profit{
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */
    letter-spacing: -0.01em;

    color: #FFFFFF;

    display: inline-block;
    float: right;

}


.calc-percent{
    background: #1AE5BE;
    border-radius: 4px;

    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    letter-spacing: -0.01em;

    color: #FFFFFF;

    display: inline-block;
    padding: 6px 10px;
    float: right;
}

.calc-table td span{
    background: linear-gradient(144.39deg, #FFFFFF -278.56%, #6D6D6D -78.47%, #11101D 91.61%);
    opacity: 0.6;
    border: 1px solid rgba(255, 255, 255, 0.41);
    backdrop-filter: blur(5px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 1000px;
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.41);
    margin: 17px 0;
}

.calc-table td span img{
    width: 25px;
    height: 25px;
}

.faq{
    background: url("bg5.png")no-repeat top left, #050505;
    padding: 204px 0 259px;
}

.faq-img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.panel-group{
    margin-top: 51px;
}

.faq .benefit-text{
    max-width: 620px;
    padding: 17px 0 49px;
}

.fade {
    opacity: 0;
.transition(opacity .15s linear);
}

.fade.in {
     opacity: 1;
 }


.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
.transition-property(~"height, visibility");
.transition-duration(.35s);
.transition-timing-function(ease);
}

.panel{
    border-bottom: 1px solid rgba(255, 255, 255, 0.39)
}

.panel-heading a{
    display: block;
    width: 100%;
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 26px;
    line-height: 47px;
    /* identical to box height */
    letter-spacing: -0.01em;
    color: #FFFFFF!important;
    background: url("open.png")no-repeat center right;
}

.panel-heading .collapsed{
    background: url("close.png")no-repeat center right;
}

.panel-body{
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    padding: 0 0 9px;
}

.rew{
    background: url("bg6.png")no-repeat top left,url("bg6-1.png")no-repeat top right, #050505;
    padding-bottom: 86px;
}

.rew .benefit-top{
    margin-top: 108px;
}

.rew-block{
    background: linear-gradient(144.39deg, rgba(255, 255, 255, 0.4) -278.56%, rgba(109, 109, 109, 0.4) -78.47%, rgba(17, 16, 29, 0.4) 91.61%);
    backdrop-filter: blur(5px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 20px;

    padding: 27px 25px;
    max-width: 90%;
}

.rew-text{
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    /* or 32px */
    letter-spacing: 0.02em;

    color: #FFFFFF;
    padding: 30px 0 28px;
    min-height: 290px;
}

.rew-name{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */
    color: #FFFFFF;
}

.rew-occupation{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #FFFFFF;
    opacity: 0.5;

}

.rew-shift{
    margin-top: 64px;
}


.how{
    background: url("bg7.png")no-repeat top left, #050505;
}

.how .benefit-top{
    padding-top: 109px;
}

.how .benefit-text{
    padding: 17px 0 77px;
}

.how-block{
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;

    background: linear-gradient(144.39deg, rgba(255, 255, 255, 0.3) -278.56%, rgba(109, 109, 109, 0.3) -78.47%, rgba(17, 16, 29, 0.3) 91.61%);
    backdrop-filter: blur(5px);
    /* Note: backdrop-filter has minimal browser support */
    max-width: 400px;
    margin-left: 14px;
    padding: 19px 18px;
    min-height: 440px;
}

.how-num{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    /* identical to box height */

    color: #FCC71D;
    display: inline-block;
    float: right;
}

.how-top{
    font-family: HelveticaNeueCyr;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 150px;
    padding-bottom: 12px;
}

.how-text{
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    color: rgba(255, 255, 255, 0.6);
}

.sign{
    background: url("bg8.png")no-repeat center center, #050505;
    padding: 266px 0 110px;
}

.sign-box{
    background: linear-gradient(278.66deg, rgba(23, 23, 23, 0.1) 1.01%, rgba(255, 255, 255, 0.1) 94.79%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10.55px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 20px;
    max-width: 1244px;
    margin: 0 auto;
    padding: 80px;
}

.sign-form{
    max-width: 685px;
    margin: 0 auto;
}

.sign-top{
    font-family: HelveticaNeueCyr;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    /* or 58px */
    text-align: center;
    letter-spacing: -0.01em;

    color: #FFFFFF;
}

.sign-text{
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */
    text-align: center;

    color: rgba(255, 255, 255, 0.6);
    padding: 8px 0 52px;
}

.sign-form input{
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;

    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 16px;
    line-height: 58px;
    letter-spacing: -0.01em;

    color: rgba(255, 255, 255, 0.4);
    width: 96%;
    margin-bottom: 8px;
    text-indent: 20px;
}

.sign-form .sign-inpt{
    width: 49%;
    display: inline-block;
}

.sign-btn{
    background: #FCC71D;
    border: 1px solid #FCC71D;
    border-radius: 3px;
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 16px;
    line-height: 55px;
    color: #262626;
    width: 334px;
    margin-top: 19px;
}

.sign-btn img{
    margin-left: -80px;
    margin-right: 80px;
}

.footer{
    background: #050505;
    padding: 54px 0 20px;
}

.footer-logo{
    display: inline-block;
    margin: 37px 0 0;
}

.footer-text{
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    float: right;
    margin: 48px 0 0;

}



.footer-text li{
    display: inline;
    padding: 0 15px;
}

.footer-text li a{
    color: white;
}

.footer-text li a:hover{
    color: #FCC71D;
    text-decoration: underline;
}

.footer-info{
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

    color: rgba(255, 255, 255, 0.6);
    padding-top: 45px;
}

.footer-payment{
    text-align: right;
    padding-top: 37px;
}

.footer-payment img{
    margin: 0 9px;
    display: inline-block;
}

.mob{
    display: none;
}

.desc{
    display: block;
}

.owl-nav{
    text-align: center;
    margin-bottom: 20px;
}

.owl-carousel .owl-nav button.owl-prev{
    background: url("right.png")no-repeat center center, linear-gradient(144.39deg, #FFFFFF -278.56%, #6D6D6D -78.47%, #11101D 91.61%);
    width: 50px;
    height: 50px;

    border: 1.33333px solid rgba(255, 255, 255, 0.41);
    backdrop-filter: blur(6.66667px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 1333.33px;
    transform: rotate(-180deg);
    margin-right: 50px;
}

.owl-carousel .owl-nav button.owl-next{
    background: url("left.png")no-repeat center center, linear-gradient(144.39deg, #FFFFFF -278.56%, #6D6D6D -78.47%, #11101D 91.61%);

    width: 50px;
    height: 50px;

    border: 1.33333px solid rgba(255, 255, 255, 0.41);
    backdrop-filter: blur(6.66667px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 1333.33px;
    transform: rotate(-180deg);
}

@media (max-width: 992px){
    .mob{
        display: block;
    }

    .desc{
        display: none;
    }

    .top-logo {
        margin: 19px 0 0;
        max-width: 150px;
    }

    .top-text {
        display: none;
    }

    .main{
        background:  linear-gradient(to left, #000000ba 50%, #000000ba 50%), url("bg1.jpg")no-repeat center;
        background-size: cover;
    }

    .main-text {
        font-size: 28px;
        line-height: 134%;
        margin: 16px 0 19px;
    }

    .main-desc {
        font-size: 18px;
    }

    .main-form-text {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 6px;
    }

    .main-form input {
        line-height: 32px;
        margin-bottom: 16px;
    }

    .main-btn {
        margin-top: 9px;
    }

    .main-form {
        margin-top: 29px;
        margin-left: 0;
        padding: 23px 13px;
    }

    .companies {
        padding: 110px 0 0;
    }

    .companies-list {
        margin: 0;
        padding: 0;
    }

    .companies-top {
        margin-bottom: 30px;
    }

    .companies-list li {
        padding: 0 15px;
        width: 46%;
        line-height: 58px;
        margin: 0 3px 8px;
    }

    .benefit {
        padding: 162px 0 0;
    }

    .benefit-text {
        font-size: 29px;
        padding: 16px 0 63px;
    }

    .benefit-right {
        text-align: left;
        padding-right: 0;
    }

    .benefit-right .benefit-item-img {
        margin-left: 0;
    }

    .benefit-offs {
        padding-top: 0;
    }

    .benefit-item-img {
        width: 65px;
        height: 65px;
    }

    .benefit-item-top {
        padding: 21px 0 9px;
    }

    .benefit-item-text {
        margin-bottom: 61px;
    }

    .benefit-img {
        max-width: 291px;
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .benefit-left {
        padding-left: 0;
    }

    .what {
        padding: 0 0 0;
    }

    .what-descr {
        font-size: 25px;
    }

    .what-block {
        height: 328px;
    }

    .what-acess {
        text-align: center;
        margin-top: 25px;
        padding-right: 0;
    }

    .calc {
        padding: 168px 0 0;
    }

    .calc-block {
        padding: 17px 20px;
    }

    .calc-earn {
        font-size: 19px;
        padding-bottom: 15px;
    }

    .calc-sum {
        max-width: 188px;
    }

    .calc-inv {
        padding: 48px 0 8px;
    }

    .calc-input{
        width: 100%;
    }

    .calc-button {
        margin-top: 30px;
        max-width: 269px;
        width: 100%;
    }

    .calc-table{
        margin: 42px auto 0;
        padding: 12px 10px;
    }

    .calc-currency {
        font-size: 15px;
        padding: 3px 8px;
    }

    .calc-profit {
        font-size: 14px;
        float: none;
    }

    .calc-percent {
        font-size: 17px;
        padding: 3px 3px;
        float: none;
    }

    .calc-table td span {
        margin: 15px 0;
    }

    .faq {
        padding: 167px 0 58px;
    }

    .faq .benefit-text {
        padding: 17px 0 2px;
    }

    .panel-heading a {
        font-size: 20px;
        line-height: 29px;
        padding-right: 40px;
    }

    .panel-body {
        padding: 0 0 33px;
    }

    .faq-img {
        margin: 22px auto 0;
        max-width: 239px;
    }

    .rew-block {
        padding: 19px 18px;
        max-width: 100%;
        margin-bottom: 26px;
    }

    .rew-text {
        font-size: 16px;
        line-height: 179%;
        padding: 30px 0 45px;
        min-height: 290px;
    }

    .rew-name {
        padding-left: 22px;
    }

    .rew-occupation {
        padding-left: 22px;
    }

    .rew-shift {
        margin-top: 0;
    }

    .how .benefit-top {
        padding-top: 54px;
    }

    .how-top {
        padding-top: 128px;
    }

    .how-block {
        margin-left: 0;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .sign {
        padding: 146px 0 70px;
    }

    .sign-box {
        padding: 28px 23px;
    }

    .sign-top {
        font-size: 26px;
    }

    .sign-text {
        font-size: 18px;
        padding: 15px 0 49px;
    }

    .sign-form input {
        width: 100%;
        margin-bottom: 5px;
    }

    .sign-btn {
        width: 100%;
        margin-top: 13px;
    }

    .footer-text{
        display: none;
    }

    .footer-info {
        padding-top: 22px;
    }

    .footer-payment{
        text-align: left;
    }

    .footer-payment img {
        margin: 0 2px;
        height: 24px;
    }
}