/* drawing/conditions/prizes title */

.blue__link {
    color: #069;
}

.mobile {
    display: none;
}

.main-title-container-about-shop {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 312px;
    background: rgba(60, 179, 70, 0.8) url(/img/news/img_3.jpg);
    background-blend-mode: soft-light;
}

.main-title-about-shop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 740px;
    font-size: 48px;
    font-weight: 800;
    color: #FFFFFF;
}

.first__title__about__shop {
    margin-bottom: 32px;
}

.big__line__about__shop {
    width: 608px;
    margin-bottom: 32px;
    height: 7px;
    background-color: #fff;
}

.second__title__about__shop {}

.mashop__line {
    margin-bottom: 20px;
}

.codition-items-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 68px;
}

.condition-item {
    width: 22.5%;
    margin-left: 2.3em;
    margin-bottom: 30px;

    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 1s, transform 1s;
}

.condition-item:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    transform: scale(1.01);
    transition: all 0.3s;
}

.condition-item:first-child {
    margin-left: 0px;
}

.condition-item:nth-child(5) {
    margin-left: 0px;
}


.condition__img {
    width: 100%;
}

.condition__text {
    line-height: 22px;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 30px;
    margin-top: 16px;
    font-size: 1em;
}

.prizes-items-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 68px;
}

.prizes-item {
    width: 31.19%;
    margin-left: 2.25em;

    margin-bottom: 30px;

    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 1s, transform 1s;
}

.prizes__img {
    width: 100%;
}

.prizes__text {
    line-height: 22px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    margin-top: 16px;
    font-size: 18px;
}

.prizes-item:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    transform: scale(1.01);
    transition: all 0.3s;
}

.prizes-item:first-child {
    margin-left: 0px;
}

.prizes-item:nth-child(4) {
    margin-left: 0px;
}

.full-screen-container {
    width: 100%;
    background-color: #81CF90;
}

.change__footer__text__color__white {
    color: #fff;
}

.other-pages {
    padding-top: 136px;
    padding-bottom: 136px;
    color: #fff;
}

.minus__margin {
    margin-bottom: 0;
}

#remove-margin-bottom {
    margin-bottom: 0;
}

@media (max-width: 1191px) {

    .condition-item {
        width: 21.6%;
    }

    .prizes-item {
        width: 30%;
    }

}

@media (max-width: 739px) {

    .condition-item {
        width: 21.59%;
    }

    .prizes-item {
        width: 30%;
    }

}

@media (max-width: 745px) {
    .main-title-container-about-shop {
        margin-top: 0;
    }

    .main-title-about-shop {
        font-size: 2em;
        width: 90%;
    }

    .big__line__about__shop {
        width: 100%;
    }

    .codition-items-container {
        margin-bottom: 2rem;
    }

    .condition-item {
        /*width: 31.5%;*/
        min-width: 170px;
        flex: 1;
        font-size: 1em;
        /*height: 28rem;*/
        margin-left: 2%;
    }

    .condition-item:nth-child(4) {
        margin-left: 0;
    }

    .condition-item:nth-child(5) {
        margin-left: 2%;
    }

    .condition-item:nth-child(7) {
        margin-left: 0;
    }

    .blue__link {
        font-size: 0.8em;
    }

    .prizes-item {
        width: 100%;
        margin-left: 0;
    }

    /*footer {*/
    /*    padding-top: 5rem;*/
    /*    background-color: #6AC97C;*/
    /*}*/

    .color__text__white {
        color: #fff;
    }

    .mbf:last-child {
        margin-bottom: 2rem;
    }

    .mobile {
        display: block;
    }

}
