.head-block{
    height: 700px;
    background-color: #b0d3ff;
    padding: 0 30%;
    position: relative;
    overflow: hidden;
}

.marafon-title h1{
    box-shadow: -15px 20px 77px rgba(0, 0, 0, 0.98);
    background-color: #a4abb3;
    border-radius: 0 40px 40px 0;
    padding: 30px 30px 30px 30px;
    -webkit-text-stroke: .07em rgba(0, 0, 0, 0.98);
    color: white;
    font-weight: 800;
    text-shadow: gray 2px 5px;
    width: 50%;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    text-align: right;
}

.marafon-block{
    padding: 15px;
    margin-top: 20px;
}

.marafon-plus{
    width: 400px;
    position: absolute;
    top: 300px;
    right: 60%;
    z-index: 100;
}

.marafon-sub-title{
    -webkit-text-stroke: .04em rgba(0, 0, 0, 0.98);
    font-weight: 600;
    color: white;
    font-size: 36px;
    text-shadow: gray 2px 5px;
}

.marafon-logo{
    box-shadow: 10px -11px 189px #aeb5bf;
    width: 450px;
    height: 400px;
    border-radius: 50%/51%;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 10px;
    transform: rotate(2deg);
    z-index: 70;
}

.r1{
    box-shadow: 10px -11px 189px #b4cbea;
    background-color: #d9e9fe;
    position: absolute;
    width: 500px;
    z-index: 60;
    top: 30px;
    right: 10px;
    height: 450px;
    border-radius: 50%/51%;
    transform: rotate(2deg);
}
.r2{
    box-shadow: 10px -11px 189px #8aacd8;
    background-color: #c9e0fc;
    position: absolute;
    width: 550px;
    z-index: 60;
    top: 30px;
    right: 10px;
    height: 500px;
    border-radius: 50%/51%;
    transform: rotate(2deg);
}

.r3{
    box-shadow: 10px -11px 189px #7b9bc2;
    background-color: #bfdcff;
    position: absolute;
    width: 600px;
    z-index: 60;
    top: 140px;
    left: 50%;
    height: 550px;
    border-radius: 50%/51%;
    transform: rotate(2deg);
}

.mar-author-picture{
    max-width: 500px;
    width: auto;
    overflow: hidden;
}

.mar-author-block {
    display: inline-flex;
    width: 100%;
    padding: 25px;
}

.mar-about-author{
    max-width: 50%;
    font-size: 18px;
    padding: 0 10px 0;
}


.marafon-type-cart{
    border: 2px solid #a4abb3;
    font-size: 16px;
    padding: 35px 25px;
    margin: 5px;
}

.marafon-type-title{
    font-size: 36px;
    font-weight: bold;
    word-break: break-word;
}

.marafon-price{
    font-size: 26px;
    font-weight: bold;
}

.marafon-type-cart-content{
    height: 100px;
}


@media screen and (max-width: 1199px) {
   .r3{
       left: auto;
       right: 20px;
   }

    .marafon-plus{
        right: auto;
        left: 30px;
        top: 220px;
    }
}

@media screen and (max-width: 990px) {
    .marafon-block{
        max-width: 580px;
        margin: 20px auto;
    }

    .mar-about-author {
        max-width: 100%;
        font-size: 18px;
        padding: 30px;
    }

    .mar-author-picture{
        width: 95%;
    }

    .mar-author-block{
        display: block;
        max-width: 580px;
        padding: 25px;
        margin-right: auto;
        margin-left: auto;
    }

    .marafon-type-cart{
        width: 100%;
    }

    .marafon-type-cart-content{
        height: auto;
    }

    .marafon-title h1 {
        width: 80%;
    }


}

@media screen and (max-width: 767px) {

    .head-block{
        height: 800px;
    }

    .r3{
        top: 300px;
    }
}

@media screen and (max-width: 680px) {


    .marafon-sub-title{
        color: #cecece;
        text-shadow: 1px 2px 9px white, 0 0 1em white;

    }
}

@media screen and (max-width: 580px){
    .r3{
        width: 450px;
        height: 400px;
        top: 350px;
    }

    .head-block{
        height: 750px;
    }

    .r2{
        width: 400px;
        height: 350px;
    }

    .r1{
        width: 350px;
        height: 250px;
    }

    .marafon-logo{
        width: 300px;
        height: 250px;
    }

    .marafon-sub-title{
        font-size: 30px;
    }

    .marafon-plus{
        width: 80%;
    }
}
