﻿body {
}
.FirstBlockPromotion {
    width: 964px;
    border-radius: 20px;
    background-image: url("/img/PromotionBackGround.png");
    background-size: 100%;
    height: 469px;
    padding: 30px 25px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin-bottom: 41px;
}
.FirstBlockPromotion-title {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 12px;
    color: #FFFFFF;
}
.FirstBlockPromotion-subtitle {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
    width: 550px;
    color: #FFFFFF;
    z-index: 4;
}
.FirstBlockPromotion-des {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    width: 460px;
    color: #FFFFFFD9;
}
.FirstBlockPromotionBtn{
    position: unset;
    margin-top: auto;
    height: 62px;
}
.FirstBlockPromotionBtnFix{
    padding: 0 9px 0 27px;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.BtnCirclePromotion{
    width: 50px;
    height: 50px;
}
.PromotionFirstBlockImg {
    position: absolute;
    right: 0;
    top: 0;
    height: 471px;
    z-index: 2;
}
.lightmobileCircle {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    aspect-ratio: 1 / 1;
    height: 315px;
    border-radius: 100%;
    background-color: #fff4763d;
    box-shadow: 0 0 100px 20px rgba(255, 244, 118, 0.4);
    z-index: 1;
}
.AdvantagePromotion{
    width: 720px;
    margin-bottom: 75px;
}
.AdvantagePromotion-des {
    font-size: 16px;
    color: #3F3F3F;
    margin-bottom: 12px;
    margin-top: 20px;
    font-weight: 500;
}
.TopAdvantagecont{
    display: flex;
    gap: 10px; 
    width: 100%;
    margin-bottom: 10px;
}
.BotAdvantagecont {
    display: flex;
    gap: 10px;
    width: 100%;
}
.Advantage {
    position: relative;
    border-radius: 20px;
    background-color: #40BFC8;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
    padding: 16px 10px;
    height: 129px;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
    .Advantage.orange {
        background-color: #E96C4B;
    }
    .Advantage span {
        position: relative;
        display: flex;
        z-index: 2;
    }
#Advantage5 span{
    width: 150px;
}
#Advantage4 span {
    width: 150px;
}
#Advantage3 span {
    width: 129px;
}
.Advantage1 {
    position: relative;
    border-radius: 20px;
    background-color: #40BFC8;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
    padding: 16px 14px;
    height: 129px;
    min-width: 289px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.Advantage2 {
    position: relative;
    border-radius: 20px;
    background-color: #40BFC8;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
    padding: 16px 14px;
    height: 129px;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
    .Advantage2 span {
        position: relative;
        display: flex;
        z-index: 2;
        width: 290px;
    }
.Adv1pic {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}
.Adv2pic {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}
.PrerequisitesPromotion {
    width: 720px;
}
.PrerequisitesPromotion-h1 {
    text-align: center;
    margin-bottom: 15px;
}
.PrerequisitesPromotion-des {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}
.RequarementsCont{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.Requarements {
    position: relative;
    border-radius: 20px;
    background-color: #40BFC8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    font-weight: 800;
    height: 122px;
    width: 100%;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
    .Requarements.orange {
        background-color: #E96C4B;
    }
.RequarementsNum {
    position: absolute;
    display: flex;
    top: 6px;
    right: 6px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    justify-content: center;
    background-color: #FFFFFF;
    color: #40BFC8;
    align-items: center;
    font-size: 26px;
    font-weight: 900;
}
    .RequarementsNum.orange {
        color: #E96C4B;
    }
.DatePromotion {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 20px;
    overflow: hidden;
    padding: 29px 0 14px 23px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: #40BFC8;
}
.DatePromotion-subtitle {
    font-size: 32px;
    color: #FFFFFF;
    z-index: 3;
}
.DatePromotion-title {
    font-size: 54px;
    font-weight: 800;
    color: #FFFFFF;
    z-index: 3;
}
.DatePic{
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {

    .FirstBlockPromotionBtn {
        display: flex;
        justify-content: center;
    }

    .FirstBlockPromotion {
        width: calc(100% - 20px);
        border-radius: 10px;
        height: 493px;
        background-image: url(/img/PromotionBackGroundMobile.png);
    }

    .FirstBlockPromotion-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .FirstBlockPromotion-subtitle {
        font-size: 12px;
        margin-bottom: 10px;
        width: unset;
    }

    .FirstBlockPromotion-des {
        font-size: 10px;
        width: unset;
        z-index: 10;
    }

    .PromotionFirstBlockImg {
        content: url("/img/PromotionFirstBlockImgMobile.png");
        height: unset;
        width: 280px;
        bottom: 34px;
        top: unset;
        right: 50%;
        transform: translate(50%, 0);
    }

    .lightmobileCircle {
        display: flex;
    }

    .AdvantagePromotion {
        width: calc(100% - 20px);
    }
    .AdvantagePromotion-des{
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .TopAdvantagecont{
        flex-direction: column;
        gap: 12px;
        margin-bottom: 12px;
    }
    .BotAdvantagecont {
        flex-direction: column;
        gap: 12px;
    }
    .Advantage2 span{
        width: 205px;
    }
    #Advantage3 span{
        width: 200px;
    }
    #Advantage4 span{
        width: 186px;
    }
    #Advantage5 span{
        width: 176px;
    }
    .Advantage{
        padding: 16px 14px;
    }
    .PrerequisitesPromotion-h1{
        text-align: start;
        margin-bottom: 10px;
    }
    .PrerequisitesPromotion-des{
        text-align: start;
        font-size: 12px;
        margin-bottom: 22px;
    }
    .PrerequisitesPromotion {
        width: calc(100% - 20px);
    }
    .RequarementsCont{
        flex-direction: column;
    }
    .Requarements{
        padding: 15px;
        justify-content: start;
        align-items: start;
        text-align: start; 
        font-size: 18px;
    }
    .RequarementsNum{
        top: 11px;
        right: 11px;
    }
    .DatePromotion{
        padding: 34px 0 34px 12px;
    }
    .DatePromotion-subtitle {
        font-size: 14px;
    }
    .DatePromotion-title {
        font-size: 40px;
        width: 210px;
    }
    .DatePic{
        content: url("/img/DatePromotionMobile.png");
    }
}
@media (min-width: 1200px) {
    .FirstBlockPromotion{
        width: 1128px;
        padding: 27px 0 25px 30px;
    }
    .FirstBlockPromotion-title{
        font-size: 40px;
    }
    .FirstBlockPromotion-subtitle{
        font-size: 24px;
        width: 675px;
    }
    .FirstBlockPromotion-des{
        width: 540px;
    }
    .AdvantagePromotion{
        width: 900px;
    }
    .Advantage1{
        min-width: 353px;
        font-size: 24px;
        height: 161px;
        padding: 18px;
    }
    .Advantage2 {
        font-size: 24px;
        padding: 18px;
        height: 161px;
    }
        .Advantage2 span{
            width: 350px;
        }
    .Advantage {
        height: 161px;
        padding: 20px 11px;
        font-size: 24px;
    }
    #Advantage3 span{
        width: 205px;
    }
    #Advantage4 span {
        width: 174px;
    }
    #Advantage5 span {
        width: 240px;
    }
    .PrerequisitesPromotion{
        width: 900px;
    }
    .Requarements{
        font-size: 20px;
        height: 139px;
    }
    .DatePromotion{
        height: 163px;
        padding: 24px 0 15px 30px;
        gap: 0;
    }
    .DatePromotion-title{
        font-size: 80px;
        line-height: 90%;
    }
    .DatePromotion-subtitle{
        font-size: 36px;
    }
    .DatePic{
        content: url("/img/DatePromotion1200.png");
        width: 100%;
    }
    .RequarementsNum{
        width: 40px;
        height: 40px;
        font-size: 32px;
    }

}
@media (min-width: 1380px) {
    .FirstBlockPromotion{
        width: 1284px;
        padding: 50px 0 43px 32px ;
        height: 532px;
        border-radius: 30px;
        background-image: url("/img/PromotionBackGround1380.png");
    }
    .PromotionFirstBlockImg {
        content: url("/img/PromotionFirstBlockImg1380.png");
        height: 531px;
    }
    .AdvantagePromotion{
        width: 1069px;
    }
    .AdvantagePromotion-des{
        margin-bottom: 40px;
    }
    .TopAdvantagecont{
        gap: 14px;
        margin-bottom: 14px;
    }
    .Advantage1 {
        min-width: 420px;
        height: 197px;
        padding: 24px 21px;
    }
    .Advantage2 {
        height: 197px;
        padding: 24px 21px;
    }
    .BotAdvantagecont{
        gap: 14px;
    }
    .Advantage {
        height: 197px;
        padding: 24px 14px;
    }
    .PrerequisitesPromotion-h1{
        text-align: start; 
    }
    .PrerequisitesPromotion-des {
        text-align: start;
    }
    .PrerequisitesPromotion {
        width: 1069px;
    }
    .RequarementsNum{
        width: 46px;
        height: 46px;
    }
    .Requarements{
        height: 155px;
        font-size: 24px;
    }
    .DatePromotion{
        height: 182px; 
        padding: 27px 0 17px 35px;
    }
    .DatePromotion-title{
        line-height: 110%;
    }
    .RequarementsCont{
        gap: 14px;
        margin-bottom: 14px;
    }
}
@media (min-width: 1920px) {
    .FirstBlockPromotion {
        width: 1852px;
        height: 752px;
        padding: 48px 0 40px 23px;
    }
    .FirstBlockPromotion-title{
        font-size: 72px;
        font-weight: 900;
        margin-bottom: 40px;
    }
    .FirstBlockPromotion-subtitle {
        font-size: 30px;
        width: 1000px;
        margin-bottom: 40px;
    }
    .FirstBlockPromotion-des{
        font-size: 24px;
        width: 720px;
    }
    .FirstBlockPromotionBtn{
        height: 94px;
    }
    .FirstBlockPromotionBtnFix{
        border-radius: 84px;
        font-size: 28px;
    }
    .BtnCirclePromotion {
        height: 70px;
        width: 70px;
    }
    .PromotionFirstBlockImg{
        content: url("/img/PromotionFirstBlockImg1920.png");
        height: 750px;
    }
    .AdvantagePromotion{
        width: 1540px;
    }
    .AdvantagePromotion-des{
        font-size: 20px;
    }
    .Advantage1{
        min-width: 604px;
        height: 240px;
        font-size: 32px;
        padding: 30px;
    }
    .TopAdvantagecont{
        gap: 20px;
        margin-bottom: 20px;
    }
    .Advantage2 {
        height: 240px;
        font-size: 32px;
        padding: 30px;
    }
        .Advantage2 span{
            width: 500px;
        }
    .BotAdvantagecont{
        gap: 20px;
    }
    .Advantage{
        height: 240px;
        padding: 30px 20px;
        font-size: 32px;
    }
    #Advantage3 span {
        width: 351px;
    }

    #Advantage4 span {
        width: 324px;
    }

    #Advantage5 span {
        width: 404px;
    }
    .PrerequisitesPromotion {
        width: 1540px;
        margin-bottom: 80px;
    }
    .PrerequisitesPromotion-des {
        text-align: start;
        font-size: 20px;
    }
    .RequarementsCont{
        gap: 20px;
        margin-bottom: 20px;
    }
    .Requarements{
        height: 240px;
        font-size: 32px;
    }
    .RequarementsNum{
        width: 70px;
        height: 70px;
        font-size: 54px;
    }
    .DatePromotion {
        height: 281px;
        padding: 42px 0 27px 50px;
    }
    .DatePromotion-title{
        font-size: 116px;

    }
    .DatePromotion-subtitle {
        font-size: 48px;
    }
    .DatePic{
        content: url("/img/DatePromotion1920.png");
    }
}