#mainBanner{
    width: 100%;
    height: 760px;
    position: relative;
    background: url("../../images/banners/background.jpg") center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    justify-content: center;
    background-size: cover;
}
.homeStartCourseButton{
    width: 130px;
    height: 40px;
    border-radius: 7px;
    background: #fce001;
    color: var(--textTitle);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.webman{
    background-color: #262626;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.webman p{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.ButtonBase__Ellipsis-sc-p43e7i-5{
    font-size: 16px;
}
#customerReviewsMob{
    display: none;
    width: 100%;
    justify-content: center;
}
.customerReviewsMobWrap{
    width: 80%;
}
#customersReviews{

}
.opacityLayer{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: black;
    opacity: 0.6;
}
.bannerVideo{
    position: relative;
    z-index: 1;
}
.warehouse{
    width: 400px;
    position: relative;
    z-index: 1;
}
.mainBannerContent{
    display: flex;
    position: relative;
    column-gap: 40px;
    z-index: 1;
}
.mainBannerTitle{
    color: white;
    font-weight: bold;
    width: 500px;
}
.mainBannerDescription{
    color: white;
    opacity: 0.8;
    width: 400px;
    font-size: 20px;
}

.pulse-button{
    margin-top: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 60px;
    font-size: 1.3em;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
    letter-spacing: -1px;
    color: white;
    border: none;
    border-radius: 25px;
    background: var(--yellowColor);
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(252, 224, 1, .5);
    -webkit-animation: none;
    font-weight: 600;
}
.pulse-button:hover {
    background: #fec512;
    color: white;
    -webkit-animation: pulse 1.5s infinite;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

#statsCounter{
    width: 100%;
    height: 150px;
    background: var(--yellowColor);
}

#counterWrap{
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    column-gap: 100px;
}
.counterContent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.counterDescription{
    font-size: 20px;
    color: white;
    font-weight: lighter;
    text-align: center;
    opacity: 0.9;
}
.counterNumbers{
    font-size: 56px;
    font-weight: 600;
    text-align: center;
    color: white;
    opacity: 0.9;
}
.title{
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}
.langTitle{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    padding: 0px 0px 10px 0;
}
.titleText{
    font-size: 45px;
    font-weight: 600;
}
.borderTitle{
    width: 70px;
    border-bottom: 5px solid #f20c34;
}
.productSection{
    width: 100%;
    display: flex;
    justify-content: center;
}
.productWrapper {
    display: flex;
    margin: 50px 0;
    border-radius: 7px 7px 7px 7px;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;*/
}

.product-img {
    height: 420px;
    width: 327px;
}

.product-img img {
    border-radius: 7px 0 0 7px;
}

.product-info {
    height: 420px;
    width: 327px;
    border-radius: 0 7px 10px 7px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-text {
    height: 300px;
    width: 327px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}

.product-text h1 {
    padding-top: 20px;
    font-size: 34px;
    color: #474747;
}

.product-text h2 {
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #d2d2d2;
    letter-spacing: 0.2em;
}

.product-text p {
    height: 125px;
    margin: 0 0 0 38px;
    font-family: 'Playfair Display', serif;
    color: #8d8d8d;
    line-height: 1.7em;
    font-size: 15px;
    font-weight: lighter;
    overflow: hidden;
}

.product-price-btn {
    height: 103px;
    width: 327px;
    margin-top: 17px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.product-price-btn div {
    display: flex;
    align-items: center;
    height: 50px;
    font-family: 'Trocchi', serif;
    margin: 0 0 0 38px;
    font-size: 44px;
    font-weight: lighter;
    color: #474747;
}

/*span {*/
/*    display: inline-block;*/
/*    height: 50px;*/
/*    font-family: 'Suranna', serif;*/
/*    font-size: 34px;*/
/*}*/

.buttonInfo:hover{
    text-decoration: underline;
}

.product-price-btn button {
    display: inline-block;
    height: 50px;
    width: 140px;
    box-sizing: border-box;
    border: transparent;
    border-radius: 60px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background-color: var(--yellowColor);
    cursor: pointer;
    outline: none;
    color: white;
    font-weight: 600;
}
.languageText{
    font-size: 24px;
    font-weight: bold;
    color: var(--textTitle);
}
.product-price-btn button:hover {
    background-color: #fec512;
    color: white;
}
.product-icons img{
    width: 25px;
}
.product-icons{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}
.product-info-icons{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

#customersReviews{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
#customerReviewWrap{
    width: 1178px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 70px;
    grid-row-gap: 100px;
    justify-content: center;
}
.imgReview img{
    width: 50px;
    border-radius: 50%;
}
.infoReview{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.reviewerStars{
    display: flex;
    column-gap: 5px;
}
.reviewerStars img{
    width: 20px;
}
.reviewerStarsTime{
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.reviewerTime{
    color: #11111180;
    font-size: 12px;
}
.reviewerName{
    font-size: 14px;
    font-weight: 700;
}
.reviewerBadge img{
    width: 14px;
}
.reviewerNameBadge{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.reviewText{
    margin: 20px 0;
    opacity: 0.8;
}
.reviewGoogle img{
    width: 100px;
}
.main-review{
    width: 300px;
}
.aboutUs{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.aboutWrapper{
    width: 1178px;
    padding: 30px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.aboutWrapper div hr{
    margin: 20px 0px;
}
.benefitsSection{
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.benefitsWrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefitImg{
    width: 70px;
    height: 70px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    transition: 1s;
}
.benefitImg:hover{
    transform: rotate(20deg);
}

.benefitImg img{
    width: 40px;
}
.benefit{
    display: flex;
    column-gap: 15px;
}
.benefitLeft{
    width: 307px;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.benefitLeftRight{
    width: 307px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.benefitTitle{
    font-size: 20px;
    font-weight: 600;
}
.benefitDescription{
    font-size: 17px;
}
.benefitsLeft{
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}
.benefitsCenter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.benefitsRight{
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}
.languagesSection{
    display: flex;
    column-gap: 20px;
}
.languagesSection img{
    width: 50px;
}

@media only screen and (max-width: 1200px) {
    #customersReviews{
        display: none;
    }
    #customerReviewsMob{
        display: flex;
    }
    .benefitsWrapper{
        flex-direction: column;
        row-gap: 50px;
    }
    #customerReviewWrap{
        width: 300px;
        grid-template-columns: auto;
        grid-column-gap: 0px;
        justify-content: center;
    }
    .courseWrapper{
        width: 300px;
    }
    .mainBannerContent{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .counterNumbers{
        font-size: 30px;
    }
    #counterWrap{
        flex-direction: column;
        row-gap: 20px;
    }
    #statsCounter{
        height: 300px;
    }
    .warehouse{
        width: 300px;
    }
    .mainBannerRight{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mainBannerTitle{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .mainBannerDescription{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #customerReviewWrap{
        width: 300px;
        grid-template-columns: auto;
        justify-content: center;
    }
    .courseWrapper{
        width: 300px;
    }
    .titleText{
        font-size: 20px;
    }
    .benefitTitle{
        font-size: 17px;
        font-weight: 600;
    }
    .benefitDescription{
        font-size: 15px;
        text-align: center;
    }
    .benefit{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
    }
    .benefitLeft{
        justify-content: center;
        align-items: center;
        row-gap: 20px;

    }
    .benefitRight{
        justify-content: center;
        align-items: center;

    }
    .productWrapper{
        display: flex;
        flex-direction: column;
    }
    .product-img img{
        height: 300px;
        border-radius: 7px;
    }
    .product-img{
        height: 300px;
    }
    .aboutWrapper{
        width: 300px;
        justify-content: center;
    }
    .benefitTop img{
        width: 300px;
    }
    .benefitBottom img{
        width: 330px;
    }
    .mainBannerContent{
        width: 300px;
        row-gap: 10px;
    }
    .mainBannerRight{
        width: 300px;
    }
    .mainBannerTitle{
        width: 300px;
    }
    .mainBannerDescription{
        width: 300px;
    }
    .benefitLeftRight{
        width: 307px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .pulse-button{
        width: 200px;
    }
    .webman {
        height: 220px;
    }
    .webman p {
        display: flex;
        flex-direction: column;
        row-gap: 5px;
        letter-spacing: 2px;
        font-size: 20px;
    }
}





