.clearfix::after{
  content: "";
  clear: both;
  display: table;
  }
  body{
    font-family: "Plus Jakarta 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{
    background-color: #FFCA42;
    border-radius: 30px;
    padding: 0px 60px;
    height: 92px;
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 10px;
    left: calc(50% - 640px);
    z-index: 99;
  }
  .headerMenu{
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 40px;
    justify-content: start;
    align-items: center;
  }
  .headerMenu>a{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    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;
  }
  .headerLogo{
    display: inline-block;
    width: 94px;
    font-size: 0px;
    position: absolute;
    left: calc(50% - 47px);
    top: 6px;

    -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;
  }
  .headerLogo>img{
    width: 100%;
  }
  .headerContainerFixed .headerLogo{
    width: 58px;
    left: calc(50% - 29px);
  }
  .headerRight{
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 40px;
    justify-content: end;
    align-items: center;
  }
  .headerButtonLogin{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    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;
  }
  .headerButtonLogin:hover{
    opacity: 0.7;
  }
  .headerButtonStart{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-radius: 10px;
    padding: 15px 39px;

    -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;
  }
  .headerButtonStart:hover{
    background-color: #FF9024;
  }
  .wantGiftContainer{
    padding: 269px 0px 184px 0px;
    background-color: #FFF3F1;
    background-image: url(../images/wantGiftBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .wantGiftBlok{
    display: grid;
    justify-items: center;
    position: relative;
    z-index: 1;
  }
  .wantGiftBlok>h1{
    font-weight: 700;
    font-size: 50px;
    line-height: 63px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
  }
  .wantGiftBlok>p{
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #000;
    text-align: center;
    max-width: 632px;
    margin: 0px auto 50px auto;
  }
  .buttonStart{
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    padding: 0px 44px;
    background-color: #FF9024;
    border-radius: 10px;
    height: 60px;
    display: grid;
    width: fit-content;
    width: -moz-fit-content;
    align-items: center;
    position: relative;
  }
  .buttonStart::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFCC9B;
    border-radius: 10px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: -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;
  }
  .buttonStart:hover::after{
    top: -8px;
    right: -8px;
  }
  .howWorksContainer{
    padding: 100px 0px;
  }
  .howWorksBlok{
    display: grid;
    grid-template-columns: 499px 618px;
    justify-content: space-between;
    align-items: center;
  }
  .howWorksLeft{

  }
  .howWorksLeft>h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    margin-bottom: 30px;
  }
  .howWorksLeft>p{
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #000;
  }
  .howWorksLeft>ul{
    margin-top: 80px;
    display: grid;
    grid-row-gap: 30px;
  }
  .howWorksLeft>ul>li{
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    display: grid;
    grid-template-columns: 15px 1fr;
    grid-column-gap: 10px;
    align-items: center;
  }
  .howWorksLeft>ul>li::before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background-color: #32AC2F;
  }
  .howWorksRight{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .howWorksCard{
    height: 100%;
    width: 100%;
    position: relative;
  }
  .howWorksCard:nth-child(1){
    background-color: #E0EAE8;
  }
  .howWorksCard:nth-child(2){
    background-color: #F5EBE0;
    border-radius: 150px 0px 0px 150px;
  }
  .howWorksCard:nth-child(3){
    background-color: #FCD5CE;
    border-radius: 0px 135px 0px 0px;
  }
  .howWorksCard:nth-child(4){
    background-color: #E9EDC9;
  }
  .howWorksCardNumber{
    font-weight: 800;
    font-size: 50px;
    line-height: 63px;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .howWorksCard:nth-child(2n+2) .howWorksCardNumber{
    left: auto;
    right: 10px;
  }
  .howWorksCardNumberImages{
    display: block;
  }
  .stillHaveQuestionsContainer{
    padding: 80px 0px 162px 0px;
    background-color: #FAFAFA;
    position: relative;
  }
  .stillHaveQuestionsBlok{

  }
  .stillHaveQuestionsBlok>h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    margin-bottom: 30px;
  }
  .stillHaveQuestionsBlok>p{
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #000;
    margin-bottom: 80px;
  }
  .stillHaveQuestionsBlok>a{
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-radius: 10px;
    padding: 17px 40px;

    -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;
  }
  .stillHaveQuestionsBlok>a:hover{
    background-color: #FF9024;
  }
  .stillHaveQuestionsImages{
    display: block;
    height: 379px;
    position: absolute;
    right: 0px;
    top: 60px;
  }
  .footerContainer{
    padding-bottom: 34px;
  }
  .footerBlok{

  }
  .footerTopBlok{
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    padding: 100px 0px;
  }
  .footerLogo{
    display: block;
    height: 36px;
  }
  .footerLogo>img{
    height: 100%;
  }
  .footerMenu{
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    grid-column-gap: 80px;
  }
  .footerMenu>a{
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    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;
  }
  .footerSocialList{
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 40px;
  }
  .footerSocial{
    display: grid;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-items: center;
    text-decoration: none;
  }
  .footerSocial svg path{
    -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;
  }
  .footerSocial:hover svg path{
    fill: #FF9024;
  }
  .footerBottomBlok{
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px 30px;
    border-radius: 20px;
    background-color: #FFCA42;
  }
  .footerCopy{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
  }
  .footerBottomMenu{
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 40px;
  }
  .footerBottomMenu>a{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    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;
  }
  .advantagesContainer{
    padding: 100px 0px;
  }
  .advantagesBlok{

  }
  .advantagesBlok>h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
  }
  .advantagesBlok>p{
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #000;
    text-align: center;
  }
  .advantagesList{
    margin-top: 80px;
    display: grid;
    grid-template-columns: 485px 1fr 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }
  .advantagesCard{
    border-radius: 34px;
    position: relative;
  }
  .advantagesCard>h3{
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: #000;
  }
  .advantagesCard>p{
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000;
  }
  .advantagesCard>img{
    display: block;
  }
  .advantagesCard:nth-child(1){
    background-color: #C4B3E8;
    padding: 50px 0px;
    grid-row: 1 / 3;
  }
  .advantagesCard:nth-child(1)>h3{
    padding: 0px 30px;
    margin-bottom: 27px;
  }
  .advantagesCard:nth-child(1)>p{
    padding: 0px 30px;
  }
  .advantagesCard:nth-child(2){
    background-color: #FE8993;
    grid-column: 2 / 4;
    padding: 50px 30px 137px 30px;
  }
  .advantagesCard:nth-child(2)>h3{
    margin-bottom: 20px;
    max-width: 339px;
  }
  .advantagesCard:nth-child(2)>p{
    max-width: 339px;
  }
  .advantagesCard:nth-child(2)>img{
    width: calc(100% - 158px);
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .advantagesCard:nth-child(3){
    background-color: #D7EBC5;
    padding-bottom: 30px;
  }
  .advantagesCard:nth-child(3)>h3{
    margin: 8px 0px 10px 0px;
    padding: 0px 25px;
  }
  .advantagesCard:nth-child(3)>p{
    padding: 0px 25px;
  }
  .advantagesCard:nth-child(4){
    background-color: #FFCA42;
    padding-bottom: 30px;
  }
  .advantagesCard:nth-child(4)>h3{
    margin: 8px 0px 10px 0px;
    padding: 0px 25px;
  }
  .advantagesCard:nth-child(4)>p{
    padding: 0px 25px;
  }
  .advantagesCard:nth-child(5){
    background-color: #C1E8FF;
    grid-column: 1 / 3;
    padding: 50px 30px 161px 30px;
  }
  .advantagesCard:nth-child(5)>h3{
    max-width: 340px;
    margin-bottom: 20px;
  }
  .advantagesCard:nth-child(5)>p{
    max-width: 340px;
  }
  .advantagesCard:nth-child(5)>img{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
  }
  .advantagesCardLast{
    border-radius: 34px;
    background-color: #F9F9F9;
    padding: 64px 28px;
    position: relative;
    z-index: 0;
    display: grid;
    justify-items: center;
    align-content: space-between;
    grid-row-gap: 20px;
    
  }
  .advantagesCardLast>p{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    text-align: center;
  }


  
@media (min-width: 1150px) and (max-width: 1320px){
  .grid{
    width: 1100px;
  }
  .headerContainer{
    left: calc(50% - 550px);
  }
  .advantagesList{
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .howWorksBlok{
    grid-template-columns: 460px 580px;
  }
  .advantagesCard:nth-child(2){
    display: grid;
    padding: 50px 30px 10px 30px;
  }
  .advantagesCard:nth-child(2)>img{
    position: initial;
    justify-self: end;
    width: calc(100% - 120px);
  }
  .advantagesCard:nth-child(2)>h3{
    max-width: 100%;
  }
  .advantagesCard:nth-child(2)>p{
    max-width: 100%;
  }
  .advantagesCard>h3{
    font-size: 22px;
    line-height: 30px;
  }
  .advantagesCard>p{
    font-size: 18px;
  }
  .advantagesCard:nth-child(5){
    padding: 50px 30px;
  }
  .advantagesCardLast{
    padding: 50px 20px;
  }
  .headerContainer{
    padding: 0px 40px;
  }
 
}
@media (min-width: 1000px) and (max-width: 1149px){
  .grid{
    width: 960px;
  }

  .headerContainer{
    left: calc(50% - 480px);
  }
  .advantagesList{
    grid-template-columns: 400px 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .howWorksBlok{
    grid-template-columns: 420px 500px;
  }
  .howWorksCardNumber{
    font-size: 40px;
    line-height: 52px;
  }
  .advantagesCard:nth-child(1){
    padding: 30px 0px;
  }
  .advantagesCard:nth-child(2){
    display: grid;
    padding: 30px 30px 10px 30px;
  }
  .advantagesCard:nth-child(2)>img{
    position: initial;
    justify-self: end;
    width: calc(100% - 150px);
  }
  .advantagesCard:nth-child(2)>h3{
    max-width: 100%;
  }
  .advantagesCard:nth-child(2)>p{
    max-width: 100%;
  }
  .advantagesCard:nth-child(3)>h3,.advantagesCard:nth-child(4)>h3,
  .advantagesCard:nth-child(3)>p,.advantagesCard:nth-child(4)>p{
    padding: 0px 20px;
  }
  .advantagesCard>h3{
    font-size: 20px;
    line-height: 28px;
  }
  .advantagesCard>p,.advantagesCardLast>p{
    font-size: 16px;
    line-height: 22px;
  }
  .advantagesCard:nth-child(5){
    padding: 50px 30px;
  }
  .advantagesCardLast{
    padding: 30px 20px;
  }
  .advantagesCard:nth-child(5)>h3,.advantagesCard:nth-child(5)>p{
    max-width: 300px;
  }
  .footerMenu{
    grid-column-gap: 40px;
  }
  .headerContainer{
    padding: 0px 30px;
  }
  .headerMenu{
    grid-column-gap: 20px;
  }
  
}
@media (min-width: 0px) and (max-width: 999px){
  .grid{
    width: calc(100% - 48px);
  }
  .headerMenu{
    display: none;
  }
  .headerContainer{
    left: 24px;
    padding: 0px 30px;
  }
  .headerLogo{
    position: initial;
    width: 58px;
  }
  .howWorksContainer,.stillHaveQuestionsContainer,.advantagesContainer{
    padding: 80px 0px;
  }
  .wantGiftBlok>h1{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .howWorksLeft>h2,.advantagesBlok>h2,.stillHaveQuestionsBlok>h2{
    font-size: 30px;
    line-height: 40px;
  }
  .wantGiftBlok>p,.howWorksLeft>p,.advantagesBlok>p,.stillHaveQuestionsBlok>p{
    font-size: 24px;
    line-height: 36px;
  }
  .wantGiftBlok>p{
    max-width: 520px;
    margin-bottom: 40px;
  }
  .wantGiftContainer{
    padding: 190px 0px 100px 0px;
  }
  .howWorksBlok{
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .howWorksRight{
    max-width: 618px;
    margin: 0px auto;
  }
  .howWorksLeft>h2{
    margin-bottom: 10px;
    text-align: center;
  }
  .howWorksLeft>p{
    text-align: center;
  }
  .howWorksLeft{
    justify-items: center;
  }
  .howWorksLeft>ul{
    margin-top: 40px;
    grid-row-gap: 20px;
  }
  .advantagesBlok>h2{
    margin-bottom: 10px;
  }
  .advantagesList{
    grid-template-columns: 1fr;
    max-width: 618px;
    margin: 40px auto 0px auto;
    grid-row-gap: 30px;
  }
  .advantagesCard:nth-child(1),.advantagesCard:nth-child(2),.advantagesCard:nth-child(3),.advantagesCard:nth-child(4),.advantagesCard:nth-child(5){
    grid-row: initial;
    grid-column: initial;
  }
  .advantagesCard:nth-child(2)>img{
    position: initial;
    justify-self: end;
    width: calc(100% - 120px);
  }
  .advantagesCard:nth-child(2)>h3{
    max-width: 100%;
    margin-bottom: 10px;
  }
  .advantagesCard:nth-child(2)>p{
    max-width: 100%;
  }
  .advantagesCard:nth-child(2){
    padding: 30px 30px 10px 30px;
  }
  .advantagesCard:nth-child(1){
    padding: 30px 0px;
  }
  .advantagesCard:nth-child(5){
    padding: 30px 30px 10px 30px;
  }
  .advantagesCard:nth-child(5)>img{
    position: initial;
    height: initial;
  }
  .advantagesCard:nth-child(1)>h3{
    margin-bottom: 0px;
  }
  .advantagesCard>h3{
    font-size: 20px;
    line-height: 30px;
  }
  .advantagesCard>p{
    font-size: 16px;
    line-height: 24px;
  }
  .advantagesCard:nth-child(5)>h3{
    max-width: 100%;
    margin-bottom: 10px;
  }
  .advantagesCard:nth-child(5)>p{
    max-width: 100%;
  }
  .advantagesCardLast>p{
    font-size: 16px;
    line-height: 24px;
  }
  .stillHaveQuestionsBlok>h2{
    margin-bottom: 10px;
  }
  .stillHaveQuestionsBlok>p{
    margin-bottom: 40px;
  }
  .stillHaveQuestionsImages{
    height: 250px;
  }
  .footerMenu{
    display: none;
  }
  .footerTopBlok{
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    padding: 60px 0px;
  }
 
}
@media (min-width: 0px) and (max-width: 739px){
  .grid {
    width: calc(100% - 32px);
  }
  .headerContainer{
    left: 16px;
    border-radius: 20px;
    height: 80px;
  }
  .headerButtonStart{
    display: none;
  }
  .headerButtonLogin{
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    padding: 12px 30px;
  }
  .headerButtonLogin:hover {
    opacity: 1;
    background-color: #FF9024;
  }
  .headerLogo,.headerContainerFixed .headerLogo{
    width: 50px;
  }
  .wantGiftContainer{
    padding: 160px 0px 80px 0px;
  }
  .wantGiftBlok>h1{
    font-size: 28px;
    line-height: 36px;
  }
  .howWorksContainer,.stillHaveQuestionsContainer,.advantagesContainer{
    padding: 60px 0px;
  }
  .howWorksLeft>h2,.advantagesBlok>h2,.stillHaveQuestionsBlok>h2{
    font-size: 26px;
    line-height: 34px;
  }
  .wantGiftBlok>p,.howWorksLeft>p,.advantagesBlok>p,.stillHaveQuestionsBlok>p{
    font-size: 18px;
    line-height: 28px;
  }
  .howWorksLeft>ul>li{
    font-size: 18px;
  }
  .howWorksLeft>ul{
    margin-top: 30px;
    grid-row-gap: 10px;
  }
  .wantGiftBlok>p{
    margin-bottom: 30px;
  }
  .advantagesList{
    margin-top: 30px;
    grid-row-gap: 20px;
  }
  .advantagesCardLast{
    padding: 40px 16px;
  }
  .advantagesCard>h3{
    font-size: 18px;
    line-height: 28px;
  }
  .stillHaveQuestionsContainer{
    display: grid;
  }
  .stillHaveQuestionsImages{
    position: initial;
    justify-self: end;
    margin-top: 30px;
  }
  .footerLogo{
    height: 30px;
  }
  .footerSocialList{
    grid-column-gap: 20px;
  }
  .footerBottomBlok{
    padding: 30px 20px;
    grid-auto-flow: row;
    grid-row-gap: 20px;
    justify-content: center;
  }
  .footerCopy{
    text-align: center;
    grid-row: 2;
  }
  .footerBottomMenu{
    grid-column-gap: 20px;
  }
  .stillHaveQuestionsBlok>a{
    font-size: 18px;
    line-height: 20px;
    padding: 15px 30px;
  }
  .buttonStart{
    font-size: 18px;
    line-height: 20px;
  }
  .buttonStart{
    font-size: 18px;
    line-height: 20px;
    padding: 0px 36px;
    height: 50px;
  }
  .footerTopBlok{
    padding: 60px 0px 40px 0px;
  }
  
}




