.introPortalBannerContainer{
    background-size: cover;
    background-position: center center;
    padding: 150px 0;
}
.introPortalBannerBlock{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px 0;
}

.portalBannerTitle{
    font-size: 30px;
    color:#000;
    font-weight: 100;
    display: flex;
}

.portalBannerTitle > span{
    display: flex;
    align-items: flex-end;
    margin-bottom: -4px;
}

.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: #000;
    background-color: transparent;
}
.buttonStyle.hoverWhite:hover {
    color: #fff;
}
.ourOffersContainer{
    padding: 80px 0;
    background: #000;
}
.ourOffersBlock{
    display: flex;
    flex-direction: column;
    align-items: center;
}


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

.whetWeAreOffer{
    font-family: 'Avenir Light';
    color: #fff;
    font-size: 42px;
    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-family: 'Avenir Light';
    font-weight: bold;
    font-size: 21px;
    margin: 10px 0;
    color: #fff;
}
.offerItemInfo > p:last-child{
    font-family: 'Avenir Light';
    height: 85px;
    color: #fff;
}

.offerItemImg{
    width: 140px;
}

.offersItemsBlock{
    margin: 60px 0;
}

.offersBlockStatsInfo{
    width: 500px;
}

.productListingBannerContainer{
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}

.prodListingBannerBlock{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.prodListingTitle{
    font-size: 60px;
    font-weight: 100;
    font-family: 'Avenir Light';
}
.prodListingImg{
    width: 120px;
    margin-bottom: 50px;
}

.feedAndPixelsContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 80px 0 20px 0;
    font-family: 'Avenir Light';
}
.feedAndPixelsTitle{
    font-size: 42px;
    font-weight: 100;
    font-family: 'Avenir Light';
}
.prodListingBannerCover{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255,255,255,.6);
    width: 100%;
    padding: 20px 0;
    font-family: 'Avenir Light';
}



.prodListingSectionInfoContainer{
    padding: 80px 0;
}

.prodListingInfoTitle{
    font-family: 'Avenir Light';
    font-weight: 100;
    font-size: 42px;
    margin: 15px 0 40px;
    line-height: 1;
}
.prodListingSectionInfoBlock{
    font-family: 'Avenir Light';
    /*width: 600px;*/
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.presentationContainer{
    padding: 80px 0;
}

.presentationBlock{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.presentationBlockTitle{
    /*width: 600px;*/
    text-align: center;
}

.presentationTitle{
    font-family: 'Avenir Light';
    font-size: 42px;
    font-weight: 100;
    margin: 10px 0 30px;
    line-height: 1.2;
}
.presentationText p {
    font-family: 'Avenir Light';
}
.presentationImgBlock{
    width: 600px;
    margin: 40px 0;
    border: 1px solid black;
}


.portalStatsContainer{
    padding: 80px 0;
}
.portalStatsBlock{
    display: flex;
    justify-content: center;
}
.portalInfo{
    flex: 1;
    text-align: center;
    margin-right: 100px;
    line-height: 24px;
}

.portalStatsImgBlock{
    flex: 1;
}
.portalLogo {
    margin-bottom: 20px;
}
.feedsAndPixelsLinksBlock{
    display: flex;
}
.feedsAndPixelsLinksBlock > a{
    margin-right: 20px;
}

.blackButtonStyle{
    background: black;
    border:1px solid black;
    transition: .3s;
    color: #fff;
}
.blackButtonStyle:hover{
    background: #fff;
    color: black;
}

.lightGray{
    background-color: #f9f9f9;
}
.darkGray{
    background-color: #f4f4f4;
}

/*
*** Contact Page ***
*/

section#contact {
    margin: 50px 0;
}

/*section#contact .contact-wrapp {*/
    /*width: 90%;*/
    /*margin: 0 auto;*/
/*}*/

section#contact h5 {
    font-family: "Avenir Light";
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
    text-align: center;
    margin: 10px 0px 30px;
}

section#contact .contact-wrapp form label {
    font-family: 'Avenir Light';
    color: #000000;
    text-align: left;
    margin-bottom: 6px;
}

section#contact .contact-wrapp form input,
section#contact .contact-wrapp form textarea {
    border: #d4d4d4 solid 1px;
    color: #000000;
    padding: 8px;
    resize: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section#contact .contact-wrapp form .radio-wrapper {
    margin: 33px 0;
}

section#contact .contact-wrapp form button#_submit {
    font-family: 'Avenir Light';
    border: 1px solid #C4E944;
    background-color: #C4E944;
    color: #000;
    padding: 12px 30px;
    border-radius: 5px;
    margin-top: 20px;
    transition: .4s;
    cursor: pointer;
}
section#contact .contact-wrapp form button#_submit:hover {
    color: #000;
    background-color: transparent;
}

section#contact .contact-wrapp form .radio-box > div {
    margin: 0 32px 0 0;
}

section#contact .contact-wrapp form .radio-box {
    margin: 20px 0;
}

section#contact .contact-wrapp form span.error {
    display: block;
    color: #ce2424;
    width: 100%;
    text-align: left;
    font-size: 11px;
    margin-top: 3px;
    font-weight: bold;
}

.text-center button {
    margin-top: 40px;
}


/**
    Styles for checkbox[type=radio]
 */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 23px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    background: #f1eded;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #c4e944;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/**
    Styles for checkbox[type=radio] END
*/
.our-rich h5 {
    font-family: 'Avenir Light';
    margin: 0 auto 30px;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}
.our-rich-wrapper{
    display: flex;
    justify-content: space-around;
}
.our-rich-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.our-rich-item svg {
    width: 86px;
    height: 86px;
}

.portalInfoText p {
    font-family: 'Avenir Light';

}
.our-rich-item p {
    font-family: 'Avenir Light';

}

@media screen and (max-width: 992px){
    .offerItemInfo > p:last-child {
        height: 145px;
    }
    .portalStatsBlock{
        flex-direction: column;
    }
    .portalInfo{
        margin-right: 0;
    }
    .our-rich-item svg {
        width: 54px;
        height: 54px;
    }
}





@media screen and (max-width: 767px) {
    .portalBannerTitle{
        font-size: 33px;
    }
    .offerItemInfo > p:last-child {
        height: unset;
    }
    .offerItem{
        margin-top: 50px;
    }
    .prodListingInfoTitle{
        font-size: 26px;
        padding: 0 15px;
    }
    .prodListingSectionInfoBlock > p {
        font-size: 16px;
        padding: 0 15px;
        line-height: 1.4;
    }
    .feedAndPixelsTitle{
        font-size: 26px;
        text-align: center;
        padding: 0 15px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .feedAndPixelsContainer > p{
        font-size: 14px;
        text-align: center;
        padding: 10px 20px;
    }
    .prodListingTitle{
        font-size: 42px;
    }
    .presentationTitle{
        font-size: 25px;
        padding: 0 30px;
    }
    .presentationImgBlock{
        width: unset;
    }
    .portalStatsBlock{
        flex-direction: column;
    }
    .portalInfo{
        margin-right: 0;
        margin-bottom: 30px;
    }
    section#contact {
        margin: 30px 0;
    }

    section#contact h5 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .introPortalBannerContainer {
        padding: 30px 0;
    }
    .buttonStyle {
        padding: 10px 30px;
        font-size: 16px;
    }
    .portalStatsContainer {
        padding: 50px 0;
    }
    .portalLogo img {
        width: 150px;
    }
    .prodListingSectionInfoContainer {
        padding: 50px 0;
    }

}


@media screen and (max-width: 575px){
    .portalBannerTitle {
        font-size: 16px;
        font-weight: 400;
        align-items: center;
    }
    .portalBannerTitle>img{
        width: 130px;
    }
    .offersItemsBlock{
        margin: 0;
    }
    .offerItem{
        margin-top: 50px;
    }
    .offerItemInfo > p:last-child {
        height: unset;
    }
    .offersBlockStatsInfo {
        width: 300px;
        margin-top: 30px;
    }
    .whetWeAreOffer{
        font-size: 26px;
    }
    .ourOffersContainer {
        padding: 50px 0;
    }
    .offerItemInfo{
        padding: 0 15px;
    }
    .prodListingTitle{
        font-size: 26px;
        text-align: center;
        padding: 0 10px;
    }
    .prodListingBannerBlock .buttonStyle{
        font-size: 14px;
    }
    /*.prodListingSectionInfoBlock{*/
        /*width: unset;*/
    /*}*/
    .feedAndPixelsContainer{
        margin: 50px 0 10px 0;
    }
    .feedsAndPixelsLinksBlock{
        flex-direction: column;
    }
    .presentationTitle{
        font-size: 16px;
        padding: 0 180px;
    }
    .presentationText{
        padding: 0 150px;
    }
    .portalInfoText{
        padding: 0 15px;
    }

    .portalInfoText {
        line-height: 1.2;
    }
    .portalStatsImgBlock {
        padding: 0 15px;
    }
    .offerItemImg {
        width: 50px;
    }

    .productListingBannerContainer {
        padding: 0;
    }
    .prodListingImg {
        width: 70px;
        margin-bottom: 20px;
    }

    .presentationContainer {
        padding: 50px 0;
    }
    /*.presentationBlockTitle {*/
        /*width: 100%;*/
    /*}*/
    .presentationTitle {
        font-size: 16px;
        padding: 0 15px;
    }
    .presentationText {
        padding: 0 15px;
    }

}
