.aff-wrap-1 {
    max-width: 1180px;
    margin: 0 auto;
    font-family: "Arial", sans-serif;
    font-size: 16.7px;
    margin-bottom: 56px;
}

.aff-title {
    /*display: flex;*/
    justify-content: space-between;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.aff-title p {
    margin: 10px 0;
}

.aff-title p a {
    color: #fc1919;
    text-decoration: none;
}

.aff-context-1 .aff-zag-1 {
    color: #232323;
    font-size: 29.2px;
    margin: 44px 0 20px 0 ;
    text-align: center;
    line-height: 1;
}

.aff-block-1 {
    max-width: 1053px;
    margin: 0 auto;
}

.aff-context-1 p {
    color: #656565;
    font-size: 16.7px;
    margin-bottom: 20px;
}

.aff-block-1 p span {
    color: #fd191a;
}

.aff-wrap-2 {
    width: 100vw;
    transform: translateX(-50%);
    margin-left: 50%;
    font-family: "Arial", sans-serif;
    font-size: 16.7px;
    background: url("/upload/aff-bg-1.png") repeat-x;
    background-size: cover;
    padding-top: 63px;

}

.aff-context-2 {
    max-width: 1180px;
    margin: 0 auto;
}

.aff-wrap-2 .aff-zag-2 {
    color: #232323;
    font-size: 29.2px;
    margin: 0px 0 36px 0 ;
    text-align: center;
    line-height: 1;
}

.aff-block-2 {
    max-width: 1125px;
    margin: 0 auto;
    display: flex;
}

.aff-img-block {
    position: relative;
    top: -51px;
    margin-right: 20px;
}
.aff-block-2 p {
    font-size: 16.7px;
    color: #3c3c3c;
    margin-bottom: 20px;
    margin-bottom: 44px;
}

.aff-block-2 .aff-parag-1 {
    margin-bottom: 40px;
    padding-top: 10px;
}

.aff-block-2 .aff-parag-2 {
    margin-bottom: 40px;
}

.aff-block-2 .aff-parag-3 {
    margin-bottom: 0;
}


.aff-wrap-3 {
    max-width: 1180px;
    margin: 0 auto;
    font-family: "Arial", sans-serif;
    font-size: 16.7px;
    padding-top: 56px;

}

.aff-wrap-3 .aff-zag-3 {
    color: #232323;
    font-size: 29.2px;
    margin: 0px 0 20px 0 ;
    text-align: center;
    line-height: 1;
}

.aff-block-3 {
    max-width: 1000px;
    margin: 0 auto;
}

.aff-block-3 p {
    text-align: center;
    color: #656565;
}

.aff-block-3 > p {
    padding: 0 33px;
    margin-bottom: 34px;
}

.subblocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subblocks p {
    color: #232323;
}

.subblocks img {
    margin-bottom: 6px;
}

.subblock-1, .subblock-2, .subblock-3, .subblock-4, .subblock-5 {
    max-width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.subblock-4 p {
    padding-bottom: 40px;
}

.subblock-5 img {
    margin-bottom: 6px;
}

.subblock-5 p {
    color: #232323;
}

.aff-wrap-4 {
    width: 100vw;
    transform: translateX(-50%);
    margin-left: 50%;
    background-color: #f7f7f7;
    text-align: center;
    margin-bottom: -25px;
}

.aff-wrap-4 > p {
    padding-top: 15px;
    font-size: 20px;
}

.aff-back {
    text-decoration: none;
    color: #232323;
}

@media screen and (max-width: 768px) {
    .aff-block-2 .aff-parag-1 {
        margin-bottom: 21px;
    }
}

@media screen and (max-width: 660px) {
    .aff-wrap-4 {
        margin-bottom: -10px;
    }
}

@media screen and (max-width: 600px) {
    .aff-block-2 .aff-parag-2 {
        margin-bottom: 19px;
    }

    .subblock-1, .subblock-2, .subblock-3, .subblock-4, .subblock-5 {
        max-width: 100%;
    }

    .aff-wrap-4 {
        margin-bottom: -10px;
    }
}

@media screen and (max-width: 470px) {
    .aff-block-2 {
        padding: 0 10px 50px 10px;
    }
    .aff-img-block {
        display: none;
    }
}

.float-left {
	float: left;
}

.link-wrapper a.colored--bid {
	font-size: 22px;
}