/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


h4, h3, h2{
    color: #00B341;
}
html, body{
    overflow-x: hidden;
}
body {
    font-family: 'Myriad Pro', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 120%;
}
.body{
    overflow-x: hidden;
}
ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1em;
    list-style: none; /* Remove default bullets */
    padding-left: 20px; /* Add some left padding to give space between the content and the custom bullets */
}
ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
}
.container{
    max-width: 992px;
    margin: 0 auto;
    position: relative;
}
.header{
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ADDD9D));
    background: -o-linear-gradient(top, #fff, #ADDD9D);
    background: linear-gradient(to bottom, #fff, #ADDD9D);
}
.header img{
    max-width: 300px;
}
.header__block{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 2em 2fr;
    grid-template-columns: 2fr 2fr;
    grid-gap: 2em;
}
.header__bg{
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header__bg img.bg__image{
    width: 50vw;
}
.container .block{
    padding: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1em;
}
.container .block.center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__caption{
    margin: 0 auto;
}
.bold{
    font-weight: 700;
}
.header__caption .image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -80%;
}
.header__footer{
    background: -webkit-gradient(linear, left top, right top, from(#00B341), to(#F7F3F0));
    background: -o-linear-gradient(left, #00B341, #F7F3F0);
    background: linear-gradient(to right, #00B341, #F7F3F0);
}
.header__footer-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2em;
    width: 100%;
    padding: 1em;
}
.header__footer-block .logo img{
    max-width: 300px;
}
.header__footer-block .logo{
    height: 80%;
}
.body .content{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2em 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
}
.body .scheme__block{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1em 3fr;
    grid-template-columns: 2fr 3fr;
    grid-gap: 1em;
    margin-bottom: 3.75rem;
}
.body .scheme__block .scheme__block-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
.body .scheme__block .scheme__block-item img{
    max-width: 100%;
}
.body .icon__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    border: 2px solid #00B341;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 10px;
    color: #00B341;
}
.body .icon__block p{
    margin: 0;
}
.body__footer{
    position: relative;
    background-color: #EFDCC6;
}
.body__footer .logo{
    position: absolute;
    top: -80px;
    left: 1em;
}
.body__footer .logo img{
    width: 150px;
    height: auto;
}
.footer{
    background: -webkit-gradient(linear, left top, right top, from(#F7F8F7), to(#CACACA));
    background: -o-linear-gradient(left, #F7F8F7, #CACACA);
    background: linear-gradient(to right, #F7F8F7, #CACACA);
    position: relative;
}
.footer h2, .footer h3, .footer h4{
    color: #0053AA;
}
.footer .footer__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1em;
}
.footer .footer__row.end{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer .footer__grid{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
}
.footer .footer__absolute{
    position: absolute;
    bottom: 0;
    left: 10px;
    max-width: 25vw;
}
.footer__row.table img.table{
    margin: 0 auto;
    max-width: 935px;
}
.footer__row.table img.table__rotate{
    display: none;
}
.body__footer-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.where__to__buy{
    padding: 1em 0;
}
.where__to__buy h2{
    text-align: center;
}
.where__to__buy-block{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}
.where__to__buy-block .where_to_buy-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
}

.where__to__buy-block .where_to_buy-item .where_to_buy__store-block{
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    padding: 1em;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;

}
#player{
    width: 400px;
    height: 250px;
}
.media__content{
    padding: 1em;
}
.media__content-block{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}
.media__content-block .media__content-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
}

.img-link{
    width: 130px;
    height: auto;
}
@media screen and (max-width: 992px) {
    .footer .bold{
        display: none;
    }
    .footer .footer__absolute{
        position: absolute;
        bottom: 0;
        left: 10px;
        max-width: 30vw;
    }
    .body__footer .logo img{
        width: 15vw;
    }
    .body__footer .logo{
        top: -60px;
    }
    .where__to__buy-block{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    #player{
        width: 80vw;
        height: auto;
    }
    .media__content-block .media__content-item{
        max-width: 80vw;
    }
    .media__content-block{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .footer__row.table img.table{
        width: 90vw;
    }
}
@media screen and (max-width: 767px) {
    .container .block{
        padding: 1em;
    }
    .header__bg{
        background-image: none;
    }
    .header__block{
        background-image: url(../img/bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin: 0;
        padding: 0;
        gap: 0;
    }
    .header__caption .image{
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    ul.list{
        background: rgba(255,255,255,0.8);
        border-radius: 20px;
        padding: 1em;
    }
    .header__block .logo{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .body .content{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .body .content .image-content-item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    h4, h2{
        text-align: center;
    }
    .body .scheme__block{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .body .scheme__block .scheme__block-item{
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .body__footer .logo img{
        width: 80px;
    }
    .body__footer .logo{
        top: -80px;
        left: 0;
    }
    .body .scheme__block .scheme__block-item img{
        max-width: 80vw;
    }
    .footer .footer__grid .boxes{
        z-index: 100;
    }
    .footer .footer__absolute{
        display: none;
    }
    .footer .footer__header{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }
    .footer__row.end img{
        max-width: 40vw;
    }
    .footer .footer__row.end{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .footer__row{
        gap: 0;
    }
    .footer .footer__grid{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .body__footer-block{
        gap: 0;
        padding: 0;
    }
    .body__footer .logo{
        display: none;
    }
    .body__footer-block .image img{
        width: 80vw;
    }
    .where__to__buy-block .where_to_buy-item{
        padding: 0;
    }
    #player{
        width: 90vw;
    }
    .media__content-block .media__content-item{
        max-width: 90vw;
    }
    .media__content-block .media__content-item h3{
        text-align: center;
    }

    .where__to__buy-block .where_to_buy-item .where_to_buy__store img{
        max-width: 50vw;
    }

    .where__to__buy-block .where_to_buy-item .where_to_buy__store-block img{
        max-width: 40vw;
    }
    .footer__row.table img.table{
        display: none;
    }
    .footer__row.table img.table__rotate{
        display: block;
        width: 60vw;
        height: auto;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1200px) {
    .footer .footer__absolute{
        max-width: 20vw;
    }
}
@media screen and (min-width: 1600px) {
    .footer .footer__absolute{
        max-width: 15vw;
    }
}