.pmain {
    height: 540px;
    position: relative;
}

.pmain .container {
    position: relative;
    height: 100%;
}

.properties {
    padding: 0;
}

.pmain .direktor {
    bottom: 0;
    top: unset;
    right: 0;
}

.pmain .direktor img {
    display: block;
}

.properties .container {
    padding: 40px;    
    margin-bottom: 80px;
    padding: 24px 32px 14px 32px;
    background: #FFFFFF;
    box-shadow: 0px 11px 34.5px -2px rgba(44, 137, 183, 0.28);
    border-radius: 24px;

}

.properties-item {
    padding: 0;
    margin-bottom: 30px;
    min-height: 64px;
}

.properties-item img {
    margin: 0 20px 0 0;
    background: #FFFFFF;
    box-shadow: 3px 11px 44.9px -5px rgba(66, 140, 177, 0.31);
    border-radius: 16px;

}


.properties-item > p:first-of-type {
    margin-bottom: 0;
}

.target-item {
    height: 96px;
    background: #FFFFFF;
    box-shadow: 3px 11px 44.9px -5px rgba(66, 140, 177, 0.31);
    border-radius: 16px;
    display: flex;
    align-items: center;
    position: relative;
    top: -20px;
    text-align: center;
    padding: 0 20px;
    z-index: -1;
    text-align: center;
    justify-content: center;

}

.products-content {
    justify-content: center;
    width: 100%;
}

.products-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-height: 56px;
    max-width: 34%;
}
.reward {
    overflow: hidden;
}

.reward h2 {
    font-size: 48px;
    line-height: 59px;
    display: flex;
    text-align: center;
    letter-spacing: 0.02em;

}

@media only screen and (max-width: 1199px) {
    .pmain .container h1 {
        width: 440px;
        padding: 35px 0 0 0;
    }
    
    .pmain .slogan {
        position: absolute;
        right: -20px;
        bottom: 0;
        z-index: 1;
    }
    .target-item {
        font-size: 16px;
        line-height: 150%;
        width: 100%;
        height: auto;
        min-height: 96px;
        max-width: 320px;
        padding: 20px 20px 10px 20px;
    }
    
    .products-item {
        width: 100%;
        max-width: 100%;
    }
    
    .products-content {
        flex-wrap: wrap;
    }

}
@media only screen and (max-width: 991px) {
    .pmain .container h1 {
        font-size: 32px;
        line-height: 39px;
        max-width: 297px;
        padding: 20px 0 0 0;
    }
    
    .pmain .container .send {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 2;
        left: 0;
    }
    
    .pmain .slogan {
        position: absolute;
        right: -20px;
        bottom: 190px;
        z-index: 0;
    }
    
    .pmain .slogan img {
        width: 260px;
    }
    
    .pmain .direktor {
        right: 15px;
    }
    
    .pmain .direktor img {
        width: 300px;
    }
    
    .pmain .slogan {
        position: absolute;
        right: unset;
        bottom: 190px;
        z-index: 0;
        left: -10px;
    }
    
    .pmain {
        height: 490px;
        margin-bottom: 20px;
    }
    
    .pmain .container .send {
        position: absolute;
        bottom: 0;
        width: calc(100% - 30px);
        z-index: 2;
        left: 15px;
    }
    
    .properties .container {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    
    .properties-item img {
        float: none;
    }
    
    .products h2 {
        font-size: 32px
    }
    
    .products-title {
        line-height: 1.5;
    }
    
    .products-title div {
        line-height: 56px;
    }
    
    .reward-container {
        padding: 59px 32px;
        background: #FFFFFF;
        box-shadow: 0px 10px 140.6px -29px rgba(47, 140, 187, 0.33);
        border-radius: 120px;

    }
    
    .reward-container .money {
        position: absolute;
        top: unset;
        left: -30px;
        margin-left: 0;
        bottom: -60px;
    }
    
    .reward-container .money img {
        width: 140px;
    }
    
    .reward-container .kubok {
        position: absolute;
        top: -60px;
        right: -60px;
        margin-left: 0;
    }
    
    .reward-container .kubok img {
        width: 180px;
    }
    
    .reward .container {
        padding-top: 0;
        padding-bottom: 40px;
    }
    
    .reward h2 {
        font-size: 32px;
        line-height: 39px;


    }
}