.buttonStyle {
    font-family: 'Avenir Light';
    border: 1px solid #C4E944;
    background-color: #C4E944;
    color: #000;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 20px;
    transition: .4s;
}
.buttonStyle:hover {
    color: #fff;
}
.ourOffersContainer {
    padding: 80px 0;
    background: #000;
}

.ourOffersBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offerLosung {
    font-size: 20px;
    color: #C4E944;
    font-weight: 400;
    letter-spacing: .5px;
}

.whetWeAreOffer {
    color: #fff;
    font-size: 72px;
    font-weight: 100;
}

.offerBlockTitle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.offerItem {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offerItemInfo {
    text-align: center;
}

.offerItemInfo > p:first-child {
    font-weight: bold;
    font-size: 21px;
    margin: 10px 0;
    color: #fff;
}

.offerItemInfo > p:last-child {
    height: 85px;
    color: #fff;
}

.offerItemImg {
    width: 140px;
}

.offersItemsBlock {
    margin: 60px 0;
}

.toProductPage {
    width: 16px;
    display: inline-block;
    height: 16px;
    background-size: cover;
    background-position: center center;
    margin-right: 5px;
    transition: 0.3s;
}

.womenClothesIcon {
    background-image: url('/pages/img/iconmonstr-clothing-6-16-blck.png')
}

.infoIcon {
    background-image: url('/pages/img/iconmonstr-info-11-16-blck.png')
}

.manClothesIcon {
    background-image: url('/pages/img/iconmonstr-clothing-3-16-blck.png')
}

.prodInfoBlock {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodFlagBlock {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 22px;
}

.prodFlag {
    width: 25px;
}

.prodLogo {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    width: 130px;
}

.introProductsContainer {
    display: flex;
    margin-top: 80px;
    justify-content: center;
}

.introProduct {
    flex-basis: 30%;
    max-width: 30%;
    background-color: #C4E944;
    padding: 15px;
    border-radius: 5px;
    margin-right: 35px;
    margin-bottom: 35px;
}

.prodInfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px 0;
    /*flex-wrap: wrap;*/
    flex-direction: column;
}

.rightBorder {
    border-right: 0.5px solid rgba(0, 0, 0, 0.17);
    padding-right: 5px;
    margin-right: 10px;
}

.prodInfoLinkBlock {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.prodInfoLinkBlock span {
    transition: 0.3s;
}
.aboutOurPortalsContainer {
    background-color: #fff;
    padding: 80px 0;
}

.aboutOurPortalsBlockTitle {
    color: #000;
    text-align: center;
    font-weight: 200;
    margin-bottom: -30px;
    line-height: 1.3em;
    font-size: 49px;
}




@media screen and (max-width: 1200px) {
    .introProductsContainer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .introProduct {
        max-width: 40%;
        flex-basis: 40%;
    }

}




@media screen and (max-width: 992px) {
    .offerItemInfo > p:last-child {
        height: 145px;
    }
    .introProduct {
        max-width: 50%;
        flex-basis: 50%;
    }
}


@media screen and (max-width: 767px) {
    .offerItemInfo > p:last-child {
        height: unset;
    }

    .offerItem {
        margin-top: 50px;
    }
    .introProduct {
        max-width: 85%;
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 15px;
    }
    .aboutOurPortalsBlockTitle {
        font-size: 26px;
        padding: 0 15px;
    }
    .prodFlagBlock {
        margin-bottom: 3px;
    }
}



@media screen and (max-width: 575px) {
    .offersItemsBlock {
        margin: 0;
    }

    .offerItem {
        margin-top: 40px;
    }

    .offerItemInfo > p:last-child {
        height: unset;
    }

    .whetWeAreOffer {
        font-size: 26px;
    }

    .ourOffersContainer {
        padding: 50px 0;
    }

    .offerItemInfo {
        padding: 0 15px;
    }
    .offerItemImg {
        width: 50px;
    }

    .buttonStyle {
        padding: 7px 30px;
        font-size: 16px;
    }

    .aboutOurPortalsContainer {
        padding: 50px 0;
    }
}
