.clearfix::after{
  content: "";
  clear: both;
  display: table;
  }
  body{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  img{
    max-width: 100%;
  }
  ul{
    list-style: none;
  }
  .grid{
    width: 1280px;
    margin: 0px auto;
  }
  .headerContainer{
    padding: 20px 0px;
    background-color: #0B5CBB;
  }
  .headerBlok{
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
  }
  .headerLeftBlok{
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 64px;
    align-items: center;

  }
  .headerLogo{
    height: 56px;
  }
  .headerLogo>img{
    height: 100%;
  }
  .headerMenu{
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 32px;
  }
  .headerMenu>a{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

  }
  .headerMenu>a:hover{
    opacity: 0.7;
  }
  .headerMenu>a.active{
    font-weight: 700;
  }
  .headerRightBlok{
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 16px;
    align-items: center;
  }
  .headerTel{
    display: grid;
    grid-template-columns: 24px 1fr;
    grid-column-gap: 8px;
    align-items: center;
    text-decoration: none;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .headerTel:hover{
    opacity: 0.7;
  }
  .headerTel>span{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
  }
  .headerLngBlok{
    padding: 0px 18px;
    position: relative;
    z-index: 99;
  }
  .headerLngActive{
    display: grid;
    grid-template-columns: max-content 24px;
    grid-column-gap: 8px;
    align-items: center;
    cursor: pointer;
  }
  .headerLngActive>span{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
  }
  .headerLngActive>img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .headerLngBlok:hover .headerLngActive>img{
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .headerLngPopupBlok{
    position: absolute;
    top: 100%;
    right: 0px;
    display: none;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 20px 0px #82828214;
    box-shadow: 0px 4px 20px 0px #82828214;
    border-radius: 3px;
  }
  .headerLngBlok:hover .headerLngPopupBlok{
    display: grid;
  }
  .headerLngPopupBlok>a{
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #0B5CBB;
    text-decoration: none;
    padding: 3px 0px;
    text-align: center;
    border-bottom: 1px dashed #dadada;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .headerLngPopupBlok>a:last-child{
    border-bottom: 0px;
  }
  .headerLngPopupBlok>a:hover{
    opacity: 0.7;
  }


  .headerLoginButton{
    display: grid;
    grid-template-columns: max-content 24px;
    grid-column-gap: 4px;
    align-items: center;
    text-decoration: none;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 50px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .headerLoginButton:hover{
    opacity: 0.7;
  }
  .headerLoginButton>span{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #0B5CBB;
  }
  .banerSliderContainer{
    padding-top: 24px;
  }
  .banerSliderBlock{
    position: relative;
    padding-bottom: 30px;
  }
  .banerSliderList{

  }
  .banerSlider{
    position: relative;
    min-height: 288px;
    display: grid;
    align-items: center;
    padding: 48px 48px;
    border-radius: 16px;
    overflow: hidden;
  }
  .banerSliderText{
    position: relative;
    z-index: 2;
    max-width: 700px;
    display: grid;
    justify-items: start;
  }
  .banerSliderText>h2{
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 24px;
  }
  .banerSliderText>p{
    font-size: 18px;
    line-height: 28px;
    color: #EEF0F2;
    margin: 16px 0px 24px 0px;
  }
  .banerSliderText>a{
    display: grid;
    grid-template-columns: max-content 24px;
    grid-column-gap: 4px;
    align-items: center;
    text-decoration: none;
    background-color: #fff;
    padding: 13px 24px;
    border-radius: 50px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .banerSliderText>a:hover{
    opacity: 0.7;
  }
  .banerSliderText>a>span{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #0B5CBB;
  }
  .banerSliderImages{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banerSliderQr{
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 16px;
    width: 256px;
    height: 256px;
  }
  .banerSliderPacination{
    bottom: 0px !important;
  }
  .banerSliderPacination .swiper-pagination-bullet{
    width: 12px;
    height: 6px;
    border-radius: 2px;
    background-color: #B3CCEA;
    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .banerSliderPacination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 18px;
    background-color: #0B5CBB;
  }
  .homePaymentsContainer{
    padding: 40px 0px;
  }
  .homePaymentsBlok{

  }
  .homePaymentsBlok>h2{
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #101010;
    text-align: center;
  }
  .homePaymentsList{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .homePaymentsCart{
    display: grid;
    grid-row-gap: 16px;
    padding: 16px 16px;
    border-radius: 16px;
    background-color: #F4F5F6;
  }
  .homePaymentsCart>img{
    width: 40px;
  }
  .homePaymentsCart>h3{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #101010;
  }
  .homeCardAddContainer{
    background-color: #EFF6FF;
    padding: 80px 0px;
  }
  .homeCardAddBlok{
    display: grid;
    grid-template-columns: 1fr 468px;
    align-items: center;
    grid-column-gap: 103px;
  }
  .homeCardAddTextBlok{

  }
  .homeCardAddTextBlok>h2{
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #101010;
    margin-bottom: 32px;
    max-width: 500px;
  }
  .homeCardAddTextBlok>p{
    font-size: 18px;
    line-height: 28px;
    color: #E2E5E9;
    margin: 16px 0px 32px 0px;
  }
  .homeCardAddTextBlok>a{
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    background-color: #0B5CBB;
    padding: 13px 24px;
    border-radius: 50px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .homeCardAddTextBlok>a:hover{
    opacity: 0.7;
  }
  .homeDownloadMobileAppContainer{
    padding: 80px 0px;
  }
  .homeDownloadMobileAppBlok{
    display: grid;
    grid-template-columns: 611px 1fr;
    grid-column-gap: 64px;
    align-items: center;
  }
  .homeDownloadMobileAppImages{

  }
  .homeDownloadMobileAppTextBlok{

  }
  .homeDownloadMobileAppTextBlok>h2{
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #101010;
    margin-bottom: 32px;
  }
  .homeDownloadMobileAppTextBlok>p{
    font-size: 18px;
    line-height: 28px;
    color: #4B5867;
    margin: 16px 0px 36px 0px;
  }
  .homeDownloadMobileAppLink{
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    grid-column-gap: 16px;
  }
  .homeDownloadMobileAppLink>a{
    display: grid;
    grid-template-columns: 24px max-content;
    grid-column-gap: 4px;
    align-items: center;
    padding: 11px 23px;
    border: 1px solid #101010;
    border-radius: 8px;
    text-decoration: none;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    pointer-events: none;
    cursor: default;
  }
  .homeDownloadMobileAppLink>a>span{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #101010;
  }
  .homeDownloadMobileAppLink>a:hover{
    opacity: 0.7;
  }
  .whyAsanPayContainer{
    padding: 40px 0px;
  }
  .whyAsanPayBlok{

  }
  .whyAsanPayBlok>h2{
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #101010;
    text-align: center;
  }
  .whyAsanPayList{
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .whyAsanPayCart{
    padding: 40px 120px 104px 40px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
  }
  .whyAsanPayCart:nth-child(4n+1),.whyAsanPayCart:nth-child(4n+4){
    width: 510px;
  }
  .whyAsanPayCart:nth-child(4n+2),.whyAsanPayCart:nth-child(4n+3){
    width: 730px;
  }
  .whyAsanPayCart>h3{
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .whyAsanPayCart>p{
    font-size: 16px;
    line-height: 24px;
    color: #2B323B;
  }
  .whyAsanPayCart>svg{
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .whyAsanPayCart:nth-child(4n+1){
    background-color: rgba(220, 220, 31, 0.1);
  }
  .whyAsanPayCart:nth-child(4n+2){
    background-color: rgba(238, 129, 179, 0.1);
  }
  .whyAsanPayCart:nth-child(4n+3){
    background-color: rgba(92, 157, 251, 0.1);
  }
  .whyAsanPayCart:nth-child(4n+4){
    background-color: rgba(245, 156, 68, 0.1);
  }
  .whyAsanPayCart:nth-child(4n+1)>h3{
    color: #DCDC1F;
  }
  .whyAsanPayCart:nth-child(4n+2)>h3{
    color: #EE81B3;
  }
  .whyAsanPayCart:nth-child(4n+3)>h3{
    color: #5C9DFB;
  }
  .whyAsanPayCart:nth-child(4n+4)>h3{
    color: #F59C44;
  }
  .whyAsanPayCart:nth-child(4n+1)>svg path{
    fill: #DCDC1F;
  }
  .whyAsanPayCart:nth-child(4n+2)>svg path{
    fill: #EE81B3;
  }
  .whyAsanPayCart:nth-child(4n+3)>svg path{
    fill: #5C9DFB;
  }
  .whyAsanPayCart:nth-child(4n+4)>svg path{
    fill: #F59C44;
  }

  .homeCartFullContainer{
    padding: 80px 0px 80px 0px;
    overflow: hidden;
  }
  .homeCartFullBlok{

  }
  .homeCartFullCarList{
    display: grid;
    grid-template-columns: calc(50vw - 157px) 605px;
    align-items: center;
    justify-content: space-between;
    margin-left: calc(-50vw + 640px);
    padding: 105px 0px 40px 0px;
  }

  .homeCartFullCar{
    position: relative;
  }
  .homeCartFullCarLabel{
    position: absolute;
  }
  .homeCartFullCarLabel:nth-child(1){
    left: 30%;
    top: -5vw;
  }
  .homeCartFullCarLabel:nth-child(2){
    left: 58%;
    top: 5vw;
  }
  .homeCartFullCarLabel>span{
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 16px 16px;
    border-radius: 8px;
    background-color: #3C7DC9;
    position: relative;
  }
  .homeCartFullCarLabel:nth-child(2)>span{
    background-color: #F59C44;
  }
  .homeCartFullCarLabel>span::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 32px solid #3C7DC9;
    position: absolute;
    bottom: -16px;
    left: 28px;
  }
  .homeCartFullCarLabel:nth-child(2)>span::before{
    border-top: 32px solid #F59C44;
  }

  .homeCartFullText{

  }
  .homeCartFullText>h2{
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #101010;
    margin-bottom: 32px;
  }
  .homeCartFullText>p{
    font-size: 18px;
    line-height: 28px;
    color: #4B5867;
    margin: 16px 0px 32px 0px;
  }
  .homeCartFullText>a{
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    background-color: #0B5CBB;
    padding: 13px 24px;
    border-radius: 50px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .homeCartFullText>a:hover{
    opacity: 0.7;
  }
  .homeCartFullInsurance{
    position: relative;
  }
  .homeCartFullInsuranceList{
    display: grid;
    grid-template-columns: 605px calc(50vw - 176px);
    align-items: center;
    justify-content: space-between;
    margin-right: calc(-50vw + 640px);
    padding: 131px 0px 40px 0px;
    position: relative;
  }
  .homeCartFullInsuranceLabelBlok{
    display: grid;
    grid-row-gap: 22px;
    width: 550px;
    position: absolute;
    top: -4vw;
    right: 3vw;
  }
  .homeCartFullInsuranceLabel{
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    grid-column-gap: 8px;
    padding: 8px 8px;
    border-radius: 30px;
    width: fit-content;
    width: -moz-fit-content;
  }
  .homeCartFullInsuranceLabel:nth-child(4n+1){
    background-color: #5C92D1;
  }
  .homeCartFullInsuranceLabel:nth-child(4n+2){
    background-color: #FDB022;
    justify-self: end;
    margin-right: 80px;
  }
  .homeCartFullInsuranceLabel:nth-child(4n+3){
    background-color: #F04438;
    margin-left: 50px;
  }
  .homeCartFullInsuranceLabel:nth-child(4n+4){
    background-color: #0A54AA;
    margin-top: -36px;
    justify-self: end;
  }
  .homeCartFullInsuranceLabel>img{

  }
  .homeCartFullInsuranceLabel>p{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
  }
  .qrCodeScanContainer{
    background-color: #0B5CBB;
    padding: 56px 0px;
  }
  .qrCodeScanBlok{
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
  }
  .qrCodeScanText{
    max-width: 605px;
  }
  .qrCodeScanText>h2{
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
  }
  .qrCodeScanText>p{
    font-size: 18px;
    line-height: 28px;
    color: #E2E5E9;
    margin: 16px 0px 0px 0px;
  }

  .footerContainer{
    background-color: #2B323B;
    padding: 80px 0px;
  }
  .footerBlok{

  }
  .footerTopBlok{
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
  }
  .footerLeft{
    width: 450px;
  }
  .footerLogo{
    display: inline-block;
    height: 56px;
    font-size: 0px;
  }
  .footerLogo>img{
    height: 100%;
  }
  .footerLeft>p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 16px 0px 8px 0px;
  }
  .footerRight{
    display: grid;
    align-content: space-between;
  }
  .footerMenuBlok{

  }
  .footerMenu{
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 32px;
    justify-content: end;
    align-items: center;
  }
  .footerTel{
    display: grid;
    grid-template-columns: 24px 1fr;
    grid-column-gap: 8px;
    align-items: center;
    text-decoration: none;
  }
  .footerTel>span{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
  }
  .footerMenu>a{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footerMenu>a:hover{
    opacity: 0.7;
  }
  .footerAppBlok{
    display: grid;
    grid-auto-flow: column;
    justify-content: end;
    grid-column-gap: 16px;
  }
  .footerApp{
    display: grid;
    grid-template-columns: 24px max-content;
    grid-column-gap: 4px;
    align-items: center;
    padding: 11px 23px;
    border: 1px solid #fff;
    border-radius: 8px;
    text-decoration: none;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    pointer-events: none;
    cursor: default;
  }
  .footerApp>span{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
  }
  .footerApp:hover{
    opacity: 0.7;
  }
  .footerBottomBlok{
    margin-top: 63px;
    padding: 16px 0px;
    border-top: 1px solid #A7B1BE;
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
  }
  .footerCopy{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }
  .footerBottomMenu{
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 16px;
  }
  .footerBottomMenu>a{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footerBottomMenu>a:hover{
    opacity: 0.7;
  }
  .mobileMenuBotton{
    display: none;
  }
  .banerSliderMobile{
    display: none;
  }
  .footerMenuMobile{
    display: none;
  }
  .mobileMenuContainer{
    position: fixed;
    right: -200%;
    top: 0px;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-rows: max-content 1fr max-content max-content;

    -webkit-transition: right 900ms cubic-bezier(.17,.67,.24,.99);
    -moz-transition: right 900ms cubic-bezier(.17, .67, .24, .99);
    -ms-transition: right 900ms cubic-bezier(.17, .67, .24, .99);
    -o-transition: right 900ms cubic-bezier(.17, .67, .24, .99);
    transition: right 900ms cubic-bezier(.17,.67,.24,.99);
  }
  .mobileMenuContainer.open{
    right: 0px;
  }
  .mobileMenuHeader{
    padding: 12px 24px;
    background-color: #0B5CBB;
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
  }
  .mobileMenuHeaderLogo{
    height: 56px;
  }
  .mobileMenuHeaderLogo>img{
    height: 100%;
  }
  .mobileMenuClose{
    width: 24px;
    height: 24px;
    padding: 0px;
    border: 0px;
    background-color: transparent;
    outline: none;
  }
  .mobileMenuClose>img{
    width: 100%;
  }
  .mobileMenuList{
    display: grid;
    margin-top: 16px;
    align-content: start;
  }
  .mobileMenu{
    padding: 16px 24px;
    display: grid;
    grid-template-columns: 24px 1fr;
    grid-column-gap: 8px;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid #F4F5F6;
  }
  .mobileMenu>span{
    font-size: 16px;
    line-height: 24px;
    color: #101010;
  }
  .mobileMenu:last-child{
    border-bottom: 0px;
  }
  .mobileMenuCopy{
    padding: 16px 24px;
    margin-top: 16px;
    border-top: 1px solid #A7B1BE;
  }
  .mobileMenuCopy>p{
    font-size: 12px;
    line-height: 18px;
    color: #4B5867;
  }
  .mobileMenuContainer .homeDownloadMobileAppLink{
    padding: 0px 24px;
    grid-template-columns: 1fr 1fr;
  }
  .mobileMenuContainer .homeDownloadMobileAppLink>a{
    justify-content: center;
  }
  .aboutHeaderContainer{
    position: relative;
  }
  .aboutHeaderBlock{
    position: relative;
    z-index: 5;
    padding: 80px 0px;
  }
  .aboutHeaderBlock>h1{
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    text-align: center;
  }
  .aboutHeaderBlock>p{
    font-size: 18px;
    line-height: 28px;
    color: #EEF0F2;
    margin-top: 16px;
    text-align: center;
  }
  .aboutHeaderImages{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .aboutHeaderImagesMob{
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .fastestPaymentContainer{
    background-color: #F4F5F6;
    padding: 80px 0px;
  }
  .fastestPaymentBlok{
    display: grid;
    grid-template-columns: 560px 560px;
    justify-content: space-between;
  }
  .fastestPaymentImages{
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
  .fastestPaymentImagesMob{
    display: none;
  }
  .fastestPaymentRight{

  }
  .fastestPaymentRight>p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0B5CBB;
    margin-bottom: 12px;
  }
  .fastestPaymentRight>h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #101010;
  }
  .fastestPaymentList{
    margin-top: 32px;
    display: grid;
    grid-row-gap: 16px;
  }
  .fastestPaymentCart{
    padding: 24px 24px;
    border-radius: 16px;
    background-color: #fff;
  }
  .fastestPaymentCart>h3{
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #0B5CBB;
    margin-bottom: 12px;
  }
  .fastestPaymentCart>p{
    font-size: 18px;
    line-height: 28px;
    color: #4B5867;
  }
  .faqContainer{
    padding: 96px 0px;
  }
  .faqBlok{

  }
  .faqBlok>h2{
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #101010;
    text-align: center;
  }
  .faqBlok>p{
    font-size: 18px;
    line-height: 28px;
    color: #4B5867;
    margin-top: 20px;
    text-align: center;
  }
  .faqList{
    width: 100%;
    max-width: 840px;
    margin: 64px auto 0px auto;
    display: grid;
    grid-row-gap: 16px;
  }
  .faqCart{
    padding: 32px 32px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 1px 0px #0000001F,0px 0px 0px 1px #676E7629,0px 2px 5px 0px #676E7614;
    box-shadow: 0px 1px 1px 0px #0000001F,0px 0px 0px 1px #676E7629,0px 2px 5px 0px #676E7614;
  }
  .faqCartName{
    display: grid;
    grid-template-columns: 1fr 24px;
    grid-column-gap: 12px;
    cursor: pointer;
  }
  .faqCartName>h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #101010;
  }
  .faqCartIcon{

  }
  .faqIconMinus{
    display: none;
  }
  .faqCart.open .faqIconPlus{
    display: none;
  }
  .faqCart.open .faqIconMinus{
    display: block;
  }
  .faqCartText{
    width: calc(100% - 36px);
    padding-top: 12px;
    display: none;
  }
  .faqCartText>p{
    font-size: 18px;
    line-height: 28px;
    color: #4B5867;
  }

  .textButtonSoon{
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 10px 40px;
    margin-bottom: 32px;
    border-radius: 8px;
    background-color: #3C7DC9;
    position: relative;
  }
  .textButtonSoon::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 32px solid #3C7DC9;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 16px);
}
.footerIconList{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.footerIconList>img{
  height: 30px;
}

@media (min-width: 1500px){
  .homeCartFullInsuranceLabelBlok{
    top: -1vw;
    right: 8vw;
  }
}
@media (min-width: 1150px) and (max-width: 1320px){
  .grid{
    width: 1100px;
  }
  .whyAsanPayCart{
    padding-right: 90px;
  }
  
  .whyAsanPayCart:nth-child(4n+1),.whyAsanPayCart:nth-child(4n+4){
    width: 460px;
  }
  .whyAsanPayCart:nth-child(4n+2),.whyAsanPayCart:nth-child(4n+3){
    width: 600px;
  }
  .homeCartFullCarList{
    grid-template-columns: calc(55vw - 157px) 555px;
    margin-left: calc(-50vw + 550px);
  }
  .homeCartFullCarLabel>span{
    font-size: 18px;
  }
  .homeCartFullCarLabel:nth-child(1){
    left: 28%;
    top: -6vw;
  }
  .homeCartFullCarLabel:nth-child(2){
    left: 50%;
    top: 3vw;
  }
  .homeCartFullInsuranceList{
    grid-template-columns: 555px calc(55vw - 157px);
    margin-right: calc(-50vw + 550px);
  }
  .homeCartFullInsuranceLabel>p{
    font-size: 18px;
  }
  .homeCartFullInsuranceLabelBlok{
    width: 500px;
    top: -5vw;
  }
  .fastestPaymentBlok{
    grid-template-columns: 520px 520px;
  }

}
@media (min-width: 1000px) and (max-width: 1149px){
  .grid{
    width: 960px;
  }
  .homePaymentsList{
    grid-template-columns: repeat(3, 1fr);
  }
  .homeCardAddBlok{
    grid-template-columns: 1fr 380px;
    grid-column-gap: 70px;
  }
  .homeDownloadMobileAppBlok{
    grid-template-columns: 480px 1fr;
    grid-column-gap: 60px;
  }
  .whyAsanPayList{
    gap: 24px;
  }
  .whyAsanPayCart{
    padding-right: 80px;
  }
  .whyAsanPayCart:nth-child(4n+1),.whyAsanPayCart:nth-child(4n+4){
    width: 406px;
  }
  .whyAsanPayCart:nth-child(4n+2),.whyAsanPayCart:nth-child(4n+3){
    width: 530px;
  }
  .homeCartFullCarList{
    grid-template-columns: calc(55vw - 157px) 480px;
    margin-left: calc(-50vw + 480px);
  }
  .homeCartFullCarLabel>span{
    font-size: 16px;
    line-height: 24px;
  }
  .homeCartFullCarLabel:nth-child(1){
    left: 28%;
    top: -7vw;
  }
  .homeCartFullCarLabel:nth-child(2){
    left: 48%;
    top: 3vw;
  }
  .homeCartFullInsuranceList{
    grid-template-columns: 480px calc(55vw - 157px);
    margin-right: calc(-50vw + 480px);
  }
  .homeCartFullInsuranceLabel>p{
    font-size: 16px;
    line-height: 24px;
  }
  .homeCartFullInsuranceLabelBlok{
    width: 430px;
    grid-row-gap: 16px;
    top: -7vw;
    right: 2vw;
  }
  .footerCopy{
    font-size: 14px;
  }
  .footerBottomMenu>a{
    font-size: 14px;
  }
  .fastestPaymentBlok{
    grid-template-columns: 450px 450px;
  }
  .fastestPaymentRight>h2,.fastestPaymentCart>h3{
    font-size: 40px;
    line-height: 48px;
  }

}
@media (min-width: 0px) and (max-width: 999px){
  .grid{
    width: calc(100% - 48px);
  }
  .headerMenu{
    display: none;
  }
  .headerTel{
    display: none;
  }
  .headerLoginButton{
    display: none;
  }
  .mobileMenuBotton{
    display: grid;
    width: 24px;
    height: 24px;
    padding: 0px;
    border: 0px;
    background-color: transparent;
    outline: none;
  }
  .mobileMenuBotton>img{
    width: 100%;
  }
  .headerLngBlok{
    padding: 0px;
  }
  .banerSlider{
    display: none;
  }
  .banerSliderMobile{
    position: relative;
    min-height: 200px;
    display: grid;
    align-items: center;
    padding: 48px 48px;
    border-radius: 16px;
    overflow: hidden;
  }
  .banerSliderText>h2{
    margin-bottom: 16px;
  }
  .banerSliderText>h2,.homePaymentsBlok>h2,.homeCardAddTextBlok>h2,.homeDownloadMobileAppTextBlok>h2,
  .whyAsanPayBlok>h2,.whyAsanPayCart>h3,.homeCartFullText>h2,.fastestPaymentRight>h2,.fastestPaymentCart>h3,.aboutHeaderBlock>h1,.faqBlok>h2{
    font-size: 28px;
    line-height: 34px;
  }
  .homeCardAddTextBlok>p,.homeDownloadMobileAppTextBlok>p,.homeCartFullText>p,.fastestPaymentCart>p,.aboutHeaderBlock>p,.faqBlok>p,.faqCartText>p{
    font-size: 16px;
    line-height: 24px;
  }
  .homePaymentsContainer{
    padding: 32px 0px;
  }
  .homePaymentsList{
    margin-top: 32px;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .homePaymentsCart{
    padding: 8px 8px;
    grid-row-gap: 12px;
  }
  .homePaymentsCart>h3{
    font-size: 16px;
    line-height: 24px;
  }
  .homeCardAddBlok{
    grid-template-columns: 1fr;
    align-items: center;
    grid-row-gap: 32px;
  }
  .homeCardAddImages{
    grid-row: 1;
    width: 100%;
    max-width: 500px;
    justify-self: center;
  }
  .homeCardAddContainer{
    padding: 40px 0px;
  }
  .homeCardAddTextBlok>h2{
    margin-bottom: 16px;
  }
  .homeCardAddTextBlok>p{
    margin: 16px 0px;
  }
  .homeDownloadMobileAppContainer{
    padding: 40px 0px;
  }
  .homeDownloadMobileAppBlok{
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
  .homeDownloadMobileAppImages{
    width: 100%;
    max-width: 500px;
    justify-self: center;
  }
  .homeDownloadMobileAppTextBlok>h2{
    margin-bottom: 16px;
  }
  .homeDownloadMobileAppTextBlok>p{
    margin: 16px 0px;
  }
  
  .homeDownloadMobileAppLink>a>span{
    font-size: 16px;
    line-height: 24px;
  }
  .whyAsanPayList{
    display: grid;
    grid-row-gap: 16px;
  }
  .whyAsanPayCart:nth-child(4n+1),.whyAsanPayCart:nth-child(4n+4),
  .whyAsanPayCart:nth-child(4n+2),.whyAsanPayCart:nth-child(4n+3){
    width: 100%;
  }

  .homeCartFullCarList{
    grid-template-columns: 1fr;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-row-gap: 80px;
  }
  .homeCartFullCar{
    margin-left: -24px;
    width: calc(100% + 48px);
  }
  .homeCartFullText>h2{
    margin-bottom: 16px;
  }
  .homeCartFullText>p{
    margin: 16px 0px;
  }

  .homeCartFullInsuranceList{
    grid-template-columns: 1fr;
    margin-right: 0px;
    padding-top: 0px;
    grid-row-gap: 40px;
  }
  .homeCartFullInsurance{
    margin-left: -24px;
    width: calc(100% + 48px);
    grid-row: 1;
  }
  .homeCartFullInsuranceLabelBlok{
    top: 10vw;
    right: 20vw;
    grid-row-gap: 16px;
  }
  .homeCartFullCarLabel>span{
    font-size: 16px;
    line-height: 24px;
  }
  .homeCartFullCarLabel:nth-child(1){
    left: 32%;
    top: -2vw;
  }
  .homeCartFullCarLabel:nth-child(2){
    left: 60%;
    top: 22vw;
  }
  .homeCartFullInsuranceLabel>p{
    font-size: 16px;
    line-height: 24px;
  }
  .qrCodeScanContainer{
    display: none;
  }
  .footerContainer{
    padding: 40px 0px;
  }
  .footerTopBlok{
    grid-auto-flow: row;
    grid-row-gap: 24px;
  }
  .footerLeft{
    width: 100%;
  }
  .footerRight{
    grid-row-gap: 24px;
  }
  .footerMenuMobile{
    display: grid;
  }
  .footerMenu{
    grid-auto-flow: row;
    grid-row-gap: 16px;
    justify-content: start;
    align-content: start;
  }
  .footerMenuBlok{
    display: grid;
    grid-auto-flow: column;
  }
  .footerAppBlok{
    justify-content: start;
  }
  .footerLeft>p{
    font-size: 14px;
    line-height: 20px;
    margin: 16px 0px 0px 0px;
  }
  .footerBottomMenu{
    display: none;
  }
  .footerBottomBlok{
    margin-top: 40px;
  }
  .footerCopy{
    font-size: 14px;
    line-height: 20px;
  }
  .headerContainer{
    padding: 12px 0px;
  }
  .banerSliderContainer{
    padding-top: 16px;
  }
  .fastestPaymentBlok{
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
  .fastestPaymentImages{
    display: none;
  }
  .fastestPaymentImagesMob{
    display: block;
    width: 100%;
    border-radius: 8px;
  }
  .fastestPaymentContainer{
    padding: 40px 0px;
  }
  .aboutHeaderImages{
    display: none;
  }
  .aboutHeaderImagesMob{
    display: block;
  }
  .aboutHeaderBlock{
    padding: 32px 0px;
  }
  .faqCartName>h3{
    font-size: 20px;
    line-height: 30px;
  }
  .faqContainer{
    padding: 40px 0px;
  }
  .faqList{
    margin-top: 24px;
  }

}
@media (min-width: 0px) and (max-width: 739px){
  .grid {
    width: calc(100% - 32px);
  }
  .banerSliderMobile{
    padding: 32px 16px;
  }
  .banerSliderText>h2,.homePaymentsBlok>h2,.homeCardAddTextBlok>h2,.homeDownloadMobileAppTextBlok>h2,.whyAsanPayBlok>h2,
  .whyAsanPayCart>h3,.homeCartFullText>h2,.fastestPaymentRight>h2,.fastestPaymentCart>h3,.aboutHeaderBlock>h1,.faqBlok>h2{
    font-size: 24px;
    line-height: 32px;
  }
  .headerContainer{
    padding: 6px 0px;
  }
  .headerLogo{
    height: 48px;
  }
  .banerSliderText>a,.homeCardAddTextBlok>a,.homeDownloadMobileAppLink>a,.homeCartFullText>a,.footerApp{
    width: 100%;
    justify-content: center;
    max-width: 350px;
    text-align: center;
  }
  .homePaymentsList{
    grid-template-columns: repeat(2, 1fr);
  }
  .homeDownloadMobileAppLink,.footerAppBlok{
    grid-template-columns: 1fr 1fr;
  }
  .whyAsanPayCart>svg{
    right: -6px;
    bottom: 0px;
    width: 56px;
    height: 56px;
  }
  .whyAsanPayCart{
    padding: 16px 16px 24px 16px;
  }
  .homeCartFullCarLabel>span::before{
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: -14px;
    left: 14px;
  }
  .homeCartFullCarLabel:nth-child(1){
    left: 26%;
    top: -10vw;
  }
  .homeCartFullCarLabel:nth-child(2){
    left: 54%;
    top: 13vw;
  }
  .homeCartFullInsuranceLabelBlok{
    display: none;
  }
  .footerLogo{
    height: 40px;
  }
  .banerSliderBlock{
    padding-bottom: 22px;
  }
  .mobileMenuHeader{
    padding: 6px 10px;
  }
  .mobileMenuHeaderLogo{
    height: 48px;
  }
  .mobileMenu{
    padding: 16px 16px;
  }
  .mobileMenuContainer .homeDownloadMobileAppLink{
    padding: 0px 16px;
  }
  .mobileMenuCopy{
    padding: 16px 16px;
  }
  .fastestPaymentRight>p{
    font-size: 14px;
    line-height: 20px;
  }
  .fastestPaymentCart{
    padding: 16px 16px;
  }
  .faqCartName>h3{
    font-size: 18px;
    line-height: 28px;
  }
  .faqContainer{
    padding: 32px 0px;
  }
  .faqList{
    margin-top: 16px;
  }
  .footerIconList>img{
    height: 22px;
  }

}
@media (min-width: 0px) and (max-width: 365px){
  .homeDownloadMobileAppLink,.footerAppBlok{
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
    grid-auto-flow: row;
  }
  .mobileMenuContainer .homeDownloadMobileAppLink{
    grid-template-columns: 1fr;
  }
  
  .banerSliderText>a>span,.homeCardAddTextBlok>a,.homeCartFullText>a{
    font-size: 18px;
    line-height: 26px;
  }
  .homeCartFullCarLabel:nth-child(2){
    left: 50%;
    top: 12vw;
  }
}
@media (min-height: 0px) and (max-height: 600px){
  .mobileMenuContainer{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch !important;
  }
}



