
@media (min-width: 1000px) {
    * {
        font-size: 20px;
    }
.container1{
    width: 80%;
}

    .header-txt h1 {

    }
    .header-img {
        width: 30%;
        height: 35vw;
        background-position: left;
        z-index: 1;
        filter: none;
    }

    .header-txt {
        margin-left: 40%;
        text-align: left;
    }
    .header-row.header-row-2 {
        background: linear-gradient(90deg, #90c576, transparent);
    }
    .header-txt-1{
        margin-bottom:4em;
    }
    .button-wrap .button {
        width: 70%;
    }
    .button-wrap .button span {
        font-size: 2em;
        line-height: 2em;
    }

    .plashka span {
        font-size: 1.2em;
    }
    .feature-wrap {
        width: 25%;
    }

    .block-header {
        font-size: 5em;
    }

    .program-desc {
        width: 60%;
    }

    .program {
        flex-direction: row;
    }
    .program:nth-child(even) {
        flex-direction: row-reverse;
    }
    .program-img {
        width: 40%;
    }
    .program-name {
        top: auto;
        bottom: 0;
    }
    .trener {
        flex-direction: row;
        }

    .trener:nth-child(even) {
        flex-direction: row-reverse;
        }
    .trener-img{
        width: 30%;
        position: initial;
    }
    .trener-desc{
         width: 70%;
     }
    .trener-name {
        flex-direction: row-reverse;
        font-size: 1.4em;
        background: linear-gradient(270deg, #f4d5ed, transparent);

    }
    .trener:nth-child(even) .trener-name {
        background: linear-gradient(90deg, #f4d5ed, transparent);
        flex-direction: row;
    }
    .trener-name-block{
        width: 70%;
    }
    .trener-name-block.name{

        width: 30%;
    }

    .block-subheader {
        margin: -1em 0 0 -50%;

    }
.go-text{
    width: 60%;
}
    .product{

        flex-direction: row;
    }
    .product-text{
         width: 80%;
     }
    .product-img{
        width: 100%;
        text-align: right;
    }
 /*   .product-koktel{
        width: 100%;
    }*/
    .product-img img {

        max-height: 15em;

    }
    .vibor {
        text-align: center;
    }
    .price {
        text-align: center;
    }
}

