*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;

}
a{
    text-decoration: none;
}
b{font-weight: 900;}
.scaleImg{
    transform: scale(1.2);
}
.big-img{
    transition: 0.8s;
}
.container{
    max-width: 1366px;
    padding-left:173px ; 
    padding-right:173px ; 
    margin:0 auto
}
header{
    position: relative;
    background-image: url('./img/photo_2022-10-14 16.55 1.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 740px;
    max-width: 1366px;
    padding-left:173px ; 
    padding-right:173px ; 
    margin:83px auto 0;
}
header img{
    display:block
}
.nav-item a:hover{
    color:#F8000F;
}

.banner-img{
    width: 100%;
    max-height: 740px;
}
.header-wrapp{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    border-bottom: 1px solid var(--Gray-5, #E0E0E0);
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(5px);
    }
.header-cont{
  
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1366px;
    padding-left: 124px;
    padding-right: 124px;
    justify-content: space-between;
    /* padding-top: 12px;
    padding-bottom: 12px; */
}
.header-logo{
    padding:12px 0;
}
.header-nav{

}
.lang a{
    color:#F8000F !important;
}
.lang a:hover{
    color:#0181FF !important;
}
.nav-wrapp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    
}
.nav-item{
color: #0460A9;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 93.9%;
list-style: none;
margin-left: 44px;
white-space: nowrap;
position: relative;
}
/* .nav-item:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: red;
    bottom: -35px;
    left: 0;
} */
.nav-item>a{
    color: #0460A9;
}
/* .nav-item>a:focus-within{
    color:red;
} */
.scroll-nav:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: red;
    bottom: -35px;
    left: 0;

}
.lang{
    color: #F8000F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 93.9%; /* 15.024px */
    text-transform: uppercase;
}


.coments{

}
.coments-wrapp{
    padding-top: 60px;
    padding-bottom: 70px;
}
.coment-blc{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.coment-img{

}
.coment-txt{
    margin-left: 50px;
}
.coment-txt-top{
    color: #000;
font-size: 20px;
font-style: italic;
font-weight: 400;
line-height: 151.9%;
}
.coment-txt-bot{
    color: #1B73FE;
text-align: right;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 151.9%;
}





.mission{

}


.mission-title{
    color:  #FB010D;
font-size: 42px;
font-style: normal;
font-weight: 900;
line-height: 151.9%;
margin-bottom: 40px;
}
.mission-text-top-wrapp{
    margin-bottom: 50px;
}
.mission-top-text{
    color: #000;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 151.9%;
margin-bottom: 30px;
}
.mission-top-text>span{
    color: #1B73FE;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 151.9%;
}




.mission-sec-title{
    font-size: 26px;
font-style: normal;
font-weight: 900;
line-height: 151.9%;
color: #1B73FE;
margin-bottom: 40px;
}
.mission-sec-title>span{
 color: #FB010D;
}
.mission-text-bo-wrapp{

}

.mission-bot-text{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 151.9%; 
    margin-bottom: 30px;
}
.mission-bot-text>span{
    font-weight: 900;
}

.mission-bot-contaienr{
   display: flex;
   align-items:flex-start;
   justify-content: space-between;
    margin-bottom: 40px;
}
.mission-bot-left{
    max-width: 550px;
}
.mission-bot-right{
    padding: 17px 43px;
    background-color: #1B73FE;
    color: #fff;
    border-radius: 14px;
}
.mission-bot-right-title{
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 151.9%;
}
.mission-bot-right-list{

}
.mission-bot-right-list-item{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 218.9%;
}

.mission-line{
    display: inline-block;
    max-width: 870px;
    margin: 0 auto;
    
    margin-bottom: 25px;
}
.mission-litle-wrapp{
    padding-top: 25px;
    position: relative;
}
.mission-litle-wrapp:before{
    position: absolute;
    content: '';
    height: 1px;
    background-color: #000;
    color: #000;
    top: 0;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 100px);
}
.mission-litle-text{
    color: #000;
    font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 151.9%;
}
.mission-litle-text>span{
    font-weight: 700;
}




.work{
    margin-top: 100px;
    margin-bottom: 80px;
}

.work-title{
    color:  #FB010D;
font-size: 42px;
font-style: normal;
font-weight: 900;
line-height: 151.9%; 
margin-bottom: 40px;
}


.work-wrapp{

}

.work-list{

}

.work-list-item{
    color: #000;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 151.9%;
padding-left: 60px;
margin-left: 40px;
list-style: none;
position: relative;
counter-increment: item;
margin-bottom: 35px;
display: flex;
    align-items: center;
}
.work-list-item:last-child{
    margin-bottom: 0;
}
/* .work-list-item>span{
    font-weight: 900;
} */
.work-list-item:before{
    position: absolute;
    content: counter(item, decimal-leading-zero) " ";
    
    background:#1B73FE;
    left: -40px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 151.9%;
}

.work-list-item>span>b{
    font-weight: 900;
}


.rules{
    padding-bottom: 100px;
}

.rules-title{
    color: #000;
text-align: center;
font-size: 26px;
font-style: normal;
font-weight: 900;
line-height: 151.9%;
    
}
.rules-title>span{
    color: #FB010D;
}
.rules-block-wrapp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 40px;
    align-items: stretch
}
.rules-block{
    background-color: #1B73FE;
    max-width: 323px;
    padding: 34px 24px;
    border-radius: 14px;

}
.rules-block-title{
    margin-bottom: 24px;
color: #FFF;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: 125.4%; 
text-transform: uppercase;
}
.rules-block-text{
 color: #FFF;
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: 151.9%;
}
.rules-text{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 151.9%;
}
.rules-container{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}
.rules-img{

}
.rules-income-wrapp{
   
}
.income-block{
    border: 5px solid #1B73FE;
    padding: 27px 35px;
    margin-bottom: 20px;
  
}
.income-title{
    color: #0181FF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;

}
.income-symb{
    color: #000;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;

}
.income-text{
    color: #000;
    font-size: 18px;
font-style: normal;
font-weight: 500;
text-align: center;
}
.income-text>span{
    color: #0181FF;
font-size: 18px;
font-style: normal;
font-weight: 500;

}

.income-block-sec>.income-text>span{
    color: #F8000F;
}






.advantages{

}

.advantages-title{
    color:  #FB010D;
    margin-bottom: 60px;
font-size: 42px;
font-style: normal;
font-weight: 900;
line-height: 151.9%; 
}

.advantages-wrapp{
    display: flex;
}
.advantages-left{
    width: 50%;
}
.advantages-left-title{
    color:  #1B73FE;
    margin-bottom: 40px;
font-size: 26px;
font-style: normal;
font-weight: 900;
line-height: 151.9%;
}
.advantages-list-left{

}
.advantages-list-left-item{
    color: #000;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 151.9%;
list-style: none;
position: relative;
counter-increment: item;
padding-left: 60px;
margin-left: 40px;
margin-bottom: 30px;
display: flex;
align-items: flex-start;
max-width: 420px;
}
.advantages-list-left-item:before{
    position: absolute;
    content: counter(item, decimal-leading-zero) " ";
    
    background:#1B73FE;
    left: -40px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 
    font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 151.9%;
}


.advantages-rigth{
    width: 50%;
}
.advantages-list-right{

}
.advantages-right-title{
    color:  #1B73FE;
    margin-bottom: 40px;
font-size: 26px;
font-style: normal;
font-weight: 900;
line-height: 151.9%;
}
.advantages-list-right-item{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 151.9%;
    list-style: none;
    margin-bottom: 30px;
    padding-left: 80px;
    position: relative;
    max-width: 420px;
}
.advantages-list-right-item:before{
    content: '';
    background-image: url(./img/Group1.svg );
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 50px;
    height: 50px;
}




.advantages-why-title{
    color: #1B73FE;

font-size: 26px;
font-style: normal;
font-weight: 900;
line-height: 151.9%;
margin-bottom: 40px;
}
.advantages-why-wrapp{

}
.advantages-why-list{

}
.advantages-why-item{
    color: #000;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 151.9%;
position: relative;
counter-increment: item;
list-style: none;
padding-left: 100px;
margin-left: 40px;
margin-bottom: 40px;
display: flex;
align-items: center;
}
.advantages-why-item:before{
    position: absolute;
    content: counter(item, decimal-leading-zero) " ";
    background:#FB010D;
    left: -40px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 151.9%;
}




.team{

}
.team-title{
    color:  #FB010D;

font-size: 42px;
font-style: normal;
font-weight: 900;
line-height: 151.9%; 
}

.team-text-wrapp{

}
.team-text{
    color: #000;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 151.9%;
margin-bottom: 30px;
}
.team-text>span{
    color:  #FB010D;
    font-weight: 900;
}
.workers-wrapp{
    padding-top: 50px;
}
.worker-blc{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.worker-img{

}
.worker-img-mob{
    display: none;
}
.worker-desc{
    max-width: 600px;
}
.worker-name{
    color: #F8000F;
font-size: 26px;
font-style: normal;
font-weight: 900;
line-height: 151.9%; 
margin-bottom: 10px;
}
.worker-job{
    color: #000;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 35.9%;
margin-bottom: 40px;
}
.worker-exp{
    color: #000;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 151.9%;
margin-bottom: 30px;
}
.worker-exp>span{
    color: #1B73FE;
font-size: 12px;
font-style: normal;
font-weight: 900;
line-height: 151.9%;
}
.worker-comp-wrapp{

}
.worker-comp-title{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 151.9%;
}
.worker-comp-text{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 151.9%;
}
.worker-comp-text>p{
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 151.9%;
    margin-bottom: 30px;
}





.partners{
    margin-top: 30px;
}

.partners-title{
    color:  #FB010D;
font-size: 42px;
font-style: normal;
font-weight: 900;
line-height: 151.9%;
}
.partner-wrapp{
    display: flex;
    flex-wrap: wrap;
}
.partner-img{
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}




.contanct{
    margin-top: 60px;
    padding-bottom: 50px;
}
.contact-title{
    color:  #FB010D;
font-size: 42px;
font-style: normal;
font-weight: 900;
line-height: 151.9%;
margin-bottom: 40px;
}
.contact-blc{
    margin-bottom: 30px;
}
.contact-blc>p{
    color: #000;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 151.9%;
}
.contact-blc>p>span{
    color: #1B73FE;
font-weight: 900;
}



.footer-wrapp{
    max-width: 1366px;
    /* margin-left: 66px; */
    padding-top: 26px;
    margin:0 auto;
    /* margin-right: 66px; */
    padding-bottom: 60px;
    border-top: 1px solid #1B73FE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyrigth{
    color: #000;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 103.9%;
}
.made{
    display: flex;
    align-items: center;
}
.made>span{
    color: #53616D;
font-family: Myriad Pro;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.made>img{
    margin-left: 10px;
}
.number:hover{
    color:#F8000F
}


.mob-menu{
    display: none;
}

.hamburger{
    background:none;
    position:absolute;
    top:0;
    color:#0181FF;
    right:0;
    line-height:45px;
    padding:5px 15px 0px 15px;
    top: 27px;
    right: 20px;
    border:0;
    font-size:5em;
    font-weight:bold;
    cursor:pointer;
    outline:none;
    z-index:10000000000000;
  }
  .cross{
    background:none;
    position:absolute;
    top:0px;
    right:0;
    padding:7px 15px 0px 15px;
    color:#0181FF;
    border:0;
    font-size:5em;
    line-height:65px;
    font-weight:bold;
    cursor:pointer;
    outline:none;
    top: 27px;
    right: 20px;
    z-index:10000000000000;
  }
  .menu{z-index:1000000;left:0;top:112px; height: 100vh; font-weight:bold; font-size:0.8em; width:100%; background:#fff;  position:absolute; text-align:center; font-size:20px;}
  .menu ul {margin: 0; padding: 0 ; list-style-type: none; list-style-image: none;}
  .menu li {display: flex;align-items: center; justify-content: space-between;   padding:15px 33px 15px 33px; text-align: left; }
  .menu li:hover{display: flex;    background:#ffffff; padding:15px 33px 15px 33px; }
  .menu ul li a { text-decoration:none;  margin: 0px; color:#666;}
  .menu ul li a:hover {  color: #000; text-decoration:none;}
  .menu a{text-decoration:none; color:#000;}
  .menu a:hover{text-decoration:none; color:#000;}
  
  .glyphicon-home{
    color:white; 
    font-size:1.5em; 
    margin-top:5px; 
    margin:0 auto;
  }
  /* header{display:inline-block; font-size:12px;} */
  /* span{padding-left:20px;} */
  /* a{color:#336699;} */
  
  


.indicator {
    
    height: 34px;
    width: 34px;
    border-radius: 100%;
    background: #F5F5F5;
}
 .indicator>img{
    display: none;
 } 
.indicator>img{
    width: 100%;
}
  
 .menu ul a:active .indicator{
    display: block;
 } 
  
 .indicator-active >img{
    display: flex !important;
 }
  .mob-menu-btn{
    display: none;
  }


@media(max-width:1320px){
    .rules-block-wrapp{
        flex-direction: column;
        align-items: center;
    }
    .rules-block{
        margin-bottom: 15px;
    }
    .worker-blc{
        flex-direction: row-reverse;
    }
}
@media(max-width:1300px){
    .header-cont{
        padding: 0 20px;
        /* justify-content: flex-start; */
    }
    .nav-item {
        white-space:normal;
        margin-left: 15px;
    }
}
@media(max-width:1260px){
    .mission-bot-contaienr{
        display: block;
    }
    .rules-container{
        flex-direction: column;
        align-items: center;
    }
    .rules-income-wrapp{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 30px;
    }
    .partner-wrapp{
        align-items: center;
    }
    .partner-img{
        width:270px;
        margin: 20px;
    }
}
@media(max-width:1200px){
    .advantages-wrapp{
        flex-direction: column;
        justify-content: center;
    }
    .advantages-left{
        width: 100%;
    }
    .advantages-rigth {
        width: 100%;
    }
    .worker-img{
        display: none;
    }
    .worker-img-mob{
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .worker-blc{
        position: relative ;
    }
    .worker-blc{
        flex-direction: row;
    }
    .worker-exp{
        max-width: 200px;
    }
}
@media(max-width:1100px){
    header{
        height: 600px;
        margin-top: 110px;
        margin-bottom: 0;
    }
}
@media(max-width:1000px){
    .nav-wrapp{
        display: none;
    }
    .header-cont{
        background-color: #fff;
        padding: 15px 20px;
    }
    .mob-menu{
        display: block;
        /* width: 60px;
        height: 60px; */
        top: 20px;
        right: 20px;
    }
    .mob-menu-btn{
        display: block;
    }
    .rules-wrap{
        white-space: nowrap;
    }
    .worker-name{
        max-width: 160px;
        font-size: 22px;
    }

}
@media(min-width:768px) and (max-width:1024px){
    .advantages-list-left-item, .advantages-list-right-item{
        max-width: 100%;
    }
}
@media(max-width:900px){
    .container{
        padding-left:40px ; 
        padding-right:40px ; 
    }
}

@media(max-width:768px){
    .container{
        padding-left:20px ; 
        padding-right:20px ; 
    }
    .rules-wrap{
        white-space: normal;
    }
    header{
        height: 420px;
    }
    .rules{
        padding-bottom: 80px;
    }
    .rules-block{
        max-width: 100%;
    }
    .rules-text{
        font-size: 15px;
        text-align: left;
    }
    .rules-block-wrapp{
        margin-bottom: 15px;
    }
    .income-title{
        font-size: 14px;
    }
    .income-symb{
        font-size: 14px;
    }
    .income-text{
        font-size: 14px;
    }
    .advantages-title{
        font-size: 34px;
    }
    .team-title{
        font-size: 34px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .team-text{
        font-size: 15px;
    }
    .partner-img{
        width: auto;
    }
    .partner-img>img{
        max-width: 180px;
    }
    .coments-wrapp{
        padding-top: 43px;
        padding-bottom: 55px;
    }
    .coment-blc{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
    }
    .coment-img{
    
    }
    .coment-txt{
        margin-left: 50px;
    }
    .coment-txt-top{
        color: #000;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 151.9%;
    }
    .coment-txt-bot{
        color: #1B73FE;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 151.9%;
    }


    .rules-img>img{
        max-width: 430px;
    }


    .income-block{
        padding: 20px 25px;
        
    }
    
    .mission-title{
      font-size: 34px;
font-style: normal;
font-weight: 900;
line-height: 151.9%;
    }
    .mission-text-top-wrapp{
        margin-bottom: 25px;
    }
    .mission-top-text{
        color: #000;
        ont-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 151.9%;
    margin-bottom: 15px;
    }

    .mission-bot-text{
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 151.9%;
        margin-bottom: 15px;
    }
    .mission-bot-contaienr{
        margin-bottom: 0;
    }

    .mission-bot-left{
        max-width: 550px;
    }
    .mission-bot-right{
        padding: 17px 23px;
        background-color: #1B73FE;
        color: #fff;
        border-radius: 14px;
    }
    .mission-bot-right-title{
        font-size: 28px;
        font-style: normal;
        font-weight: 900;
        line-height: 151.9%;
        padding-left:40px;
    }
    .mission-bot-right-list{
        padding-left:40px;
    }
    .mission-bot-right-list-item{
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 218.9%;
    }
    
    .mission-line{
        display: inline-block;
        max-width: 870px;
        margin: 0 auto;
        
        margin-bottom: 25px;
    }
    .mission-litle-wrapp{
        padding-top: 15px;
        position: relative;
    }
    .mission-litle-wrapp:before{
        display: none;
    }
    .mission-litle-text{
        color: #000;
        font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 151.9%;
    }
    .mission-litle-text>span{
        font-weight: 700;
    }
    .mission-sec-title{
        padding-top: 35px;
    }



    .work{
        margin-top: 80px;
        margin-bottom: 90px;
    }

    .work-title{
        color:  #FB010D;
        font-size: 34px;
        font-style: normal;
        font-weight: 900;
        line-height: 151.9%;
    }
    .worker-name{
        max-width: 160px;
        font-size: 22px;
    }
    .worker-job{
        font-size: 15px;
    }
    .worker-exp{
        font-size: 16px;
    }
    .worker-comp-title{
        font-size: 16px;
        margin-bottom: 12px;
    }
    .work-list-item{
        color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 151.9%;
    padding-left: 45px;
    margin-left: 40px;
    list-style: none;
    position: relative;
    counter-increment: item;
    margin-bottom: 35px;
    display: flex;
        align-items: center;
    }
    .work-list-item:last-child{
        margin-bottom: 0;
    }
    .work-list-item>span{
        font-weight: 900;
    }
    .work-list-item:before{
        position: absolute;
        content: counter(item, decimal-leading-zero) " ";
        
        background:#1B73FE;
        left: -40px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
     
        font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 151.9%
    }

    .partners-title{
        font-size: 34px;
    }

    .contact-title{
        font-size: 34px;
    }


    .contact-blc{
        font-size: 15px;
    }








    
    .advantages-title{
        margin-bottom: 40px;
    }
    .advantages-left-title{
        margin-bottom: 35px;
    }
    .advantages-right-title{
        margin-bottom: 35px;   
    }
    .advantages-list-left-item{
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 151.9%;
        padding-left: 57px;
        margin-bottom: 26px;
        max-width: 100%;
    }
    .advantages-list-right-item{
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 151.9%;
        margin-bottom: 26px;
        padding-left: 100px;
        max-width: 100%;
    }
    .advantages-list-left-item:before{
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 151.9%;
        
    }
    .advantages-why-item{
        padding-left: 57px;
    }
    .advantages-why-item:before{
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 151.9%;
            }


   .footer-wrapp{
    margin: 0 17px;
    padding-bottom: 45px;
   }     
   .contanct{
    padding-bottom: 30px;
   }    
}

@media(max-width:480px){
    header{
        height: 260px;
    }
}

@media(max-width:440px){
    .rules-income-wrapp{
        flex-direction: column;
        align-items: center;
    }
    .worker-img-mob{
        position: static;
    }
    .worker-name, .worker-exp{
        max-width:100% ;
    }
    .worker-job{
        margin-top: 10px;
    }
    .rules-img>img {
        max-width: 300px;
    }
    .partner-wrapp {
        align-items: center;
        justify-content: center;
    }
    .made>span{
        white-space: nowrap;
    }
}

@media(min-width:768px){
    footer{
        padding: 0 66px;
    }
}