@import "header.css";
@import "footer.css";

.book-reading{
    padding: 256px 0 227px;
    /*margin: 50px 0;*/
    position: relative;
    background-color: #F0F4FF;
}
.book-reading:before {
    content: "";
    background-image: url('../img/Group 52011.png');
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;

}
.book-reading .ttl_2{
    margin-bottom: 10px;
    position: relative;
}
.book-reading .ttl_2:after{
    content: "";
    background-image: url('../img/bird.svg');
    position: absolute;
    width: 215px;
    height: 185px;
    top: -185px;
    left: 70%;
}
.book-reading .ttl_3{
    margin-bottom: 50px;
}
.book-world{
    padding: 256px 0 227px;
    position: relative;
    background-color: #F0F4FF;
}
.book-world:before {
    content: "";
    background-image: url('../img/Group 52034.png');
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.book-world .ttl_2{
    margin-bottom: 25px;
}
.book-world .book-world__counter{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #2347A5;
}
.book-world .book-world__counter .book-world__counter-el{
    display: flex;
    flex-direction: row;
    margin: 28px 55px 28px 0;
    align-items: center;
}
.book-world .book-world__counter .book-world__counter-el .book-world__counter-el-numb{
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    margin-right: 18px;
}
.book-world .book-world__counter .book-world__counter-el .book-world__counter-el-text{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2px;

}
.book-publisher{
    padding: 94px 0;
    background-color: #F0F4FF;
}
.book-publisher .book-publisher__container{
    max-width: 910px;
    margin: 0 auto 70px;
}
.book-publisher .book-publisher__container .ttl_2{
    margin-bottom: 10px;
}
.book-publisher .book-publisher__container .ttl_3{
    margin-bottom: 50px;
}
.publisher-logos{
    background-color: #F0F4FF;
}
.publisher-logos .publisher-logos__block{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.publisher-logos .publisher-logos__block .publisher-logos__el{
    padding: 0 25px;
    margin-bottom: 25px;
}
.publishers-catalog{
    background-color: #F0F4FF;
    background-image: url(../img/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 163px 0 0 0;
    background-position: center;
}
.publishers-catalog .publishers-catalog__block{
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 868px;
    margin: 0 auto;
    text-align: center;
}
.publishers-catalog .publishers-catalog__block .ttl_1{
    font-size: 60px;
    margin-bottom: 40px;
}
.publishers-catalog .publishers-catalog__block .publisher-logos__subtitle{
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}
.publishers-catalog .publishers-catalog__block .publisher-logos__text{
    color: #FFF;
    margin-bottom: 135px;
}


.сooperation{
    text-align: center;
    padding: 100px 0;
}

.сooperation .container{
    width: 980px;
    max-width: 100%;
}

.сooperation h2{
    margin-bottom: 50px;
}

.сooperation .text{
    color:  #151515;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 50px;
}

.сooperation  .button{
    margin: 0 auto;
}

.сooperation_library{
    padding: 252px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.сooperation_library .ttl_2{
    margin-bottom: 30px;
}

.сooperation_library .text{
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 30px;
    max-width: 730px;
}

.img_mobile{
    display: none;
}

.book-world_mobile{
    display: none;
}


@media (max-width: 1600px) {
    .book-reading .container{
        padding-right: 10%;
    }
   .book-world .offset-md-3 {
        margin-left: 25%;
    }
    .book-world:before{
        background-position: right;
    }
}

@media (max-width: 1200px) {
    .publishers-catalog_image{
        width: 100%;
    }

}


@media (max-width: 992px) {
    .book-reading{
        padding: 60px 0;
    }
    .book-reading .container{
        padding-right: 0;
    }
    .book-reading:before{
        display: none;
    }
    .book-reading .ttl_2:after{
        width: 105px;
        height: 107px;
        background-size: contain;
        right: 0;
        left: auto;
        top:-25px;
    }
    .img_mobile{
        display: block;
    }
    .img_mobile img{
        width: 100%;
        height: 100%;
    }
    .book-reading .ttl_2{
        padding-right: 90px;
    }
    .book-reading .ttl_3{
        padding-right: 100px;
    }

    .book-world{
        padding: 40px 0;
    }
    .book-reading{
        padding: 40px 0;
    }

    .publishers-catalog .publishers-catalog__block .ttl_1{
        font-size: 40px;
        line-height: 43.26px;
        margin-bottom: 28px;
    }
    .publishers-catalog__block svg{
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }
    .publishers-catalog .publishers-catalog__block .publisher-logos__subtitle{
        font-size: 20px;
        line-height: 23.44px;
        margin-bottom: 20px;
    }
    .publishers-catalog .publishers-catalog__block .publisher-logos__text{
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 55px;
    }
}




@media (max-width: 992px) {

    .book-reading{
        font-size: 20px;
        line-height: 28px;
    }



    .steps .top_icon{
        width: 60px;
        height: 60px;
    }
   main .steps h2{
        font-size: 25px;
        font-weight: 700;
        line-height: 30.26px;
       margin-bottom: 30px;
    }
    main .steps .text{
        font-size: 17px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
    }
    .steps .step .number{
        display: none;
    }
    .steps .step {
        flex-direction: column-reverse;
    }
    .steps .step .step_info{
        text-align: center;
    }
    main .steps .step .step_text{
        font-size: 25px;
    }
    main .steps{
        padding: 20px 0;
    }

    .сooperation_library{
        padding: 90px 0;
    }
   main .form figure img{
        object-fit: contain;
    }

    .сooperation_library{
        position: relative;
    }
    .сooperation_library:before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top:0;
        left: 0;
        background-color: #000;
        opacity: .5;
        z-index: 0;
    }
    .сooperation_library .container{
        z-index: 1;
        position: relative;
    }
    .book-reading .container{
        width: 100%;
        padding: 0 30px;
    }
    .top_banner .container{
        width: 100%;
        padding: 0 30px;
    }
    .book-publisher .container{
        width: 100%;
        padding: 0 30px;
    }
    .сooperation_library .container{
        width: 100%;
        padding: 0 30px;
    }
    .сooperation .container{
        width: 100%;
        padding: 0 30px;
    }
    .form .container{
        width: 100%;
        padding: 0 30px;
    }

}

@media (max-width: 768px) {

    .book-world .container{
        width: 100%;
        padding: 0 30px;
    }

   main .steps .step{
        margin-bottom: 30px;
    }

    .book-reading .ttl_2{
        font-size: 25px;
        line-height: 30.26px;
    }
    .book-reading .ttl_3{
        font-size: 21px;
        line-height: 24.61px;
        margin-bottom: 15px;
    }

    .book-world:before{
        display: none;
    }
    .book-world .offset-md-3{
        margin-left: 0;
    }

    .book-world .ttl_2{
        font-size: 25px;
        line-height: 30.26px;
    }
    .book-world_mobile{
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .book-world_mobile img{
        width: 100%;
    }
    .book-world{
        font-size: 20px;
        line-height: 28px;
    }
    .book-reading{
        padding-bottom: 0;
    }

    .book-publisher{
        padding-top: 0;
    }
    .book-publisher .book-publisher__container .ttl_2{
        font-size: 25px;
        line-height: 30.26px;
    }
    .book-publisher .book-publisher__container .ttl_3{
        font-size: 21px;
        line-height: 24.61px;
        margin-bottom: 15px;
    }
    .book-publisher .book-publisher__container {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .book-world .book-world__counter .book-world__counter-el{
        margin-bottom: 5px;
    }
    .book-publisher{
        padding-bottom: 0;
    }
    .publishers-catalog__block svg{
        width: 60px;
        height: 60px;
    }
    .publishers-catalog .publishers-catalog__block .ttl_1{
        font-size: 25px;
        font-weight: 700;
        line-height: 30.26px;
    }
    .publishers-catalog .publishers-catalog__block .publisher-logos__text{
        text-align: left;
    }
    .publishers-catalog{
        padding-top: 100px;
    }
    main .steps .icon{
        width: 75px;
        height: 100px;
    }
    main .steps .icon svg{
        width: 100%;
        height: 100%;
    }
    main .steps .text{
        margin-bottom: 50px;
    }
    main  .steps .step:last-child{
        margin-bottom: 20px;
    }

    .сooperation_library .ttl_2{
        font-size: 25px;
        font-weight: 700;
        line-height: 29.3px;
        text-align: center;
margin-bottom: 25px;
    }
    .сooperation_library .text{
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
        text-align: left;
    }
    .сooperation_library{
        background-position: right;
    }
   main .button{
        width: 270px;
       margin: 0 auto;
    }

.сooperation{
    padding: 48px 0;
}
    .сooperation h2{
        font-size: 25px;
        font-weight: 700;
        line-height: 29.3px;
        text-align: center;
        margin-bottom: 25px;
    }
    .сooperation .text{
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
        text-align: left;
    }


    main .form figure{
        display: none;
    }
    main .form_wrap{
        width: 100%;
    }
    main .form{
        padding: 40px 0;
    }
    .book-reading{
        padding-top: 0;
    }
    main  .bookSwiper .cardLst__el .card__wrapper .card__img img{
        height: 100%;
    }
    main  .bookSwiper .cardLst__el .card__wrapper .card__img{
        height: 460px;
    }
}


@media (max-width: 576px) {

    .publisher-logos .publisher-logos__block .publisher-logos__el{
        padding: 0 10px;
    }

    .book-reading .container{
        width: 100%;
        padding: 0 15px;
    }
    .top_banner .container{
        width: 100%;
        padding: 0 15px;
    }
    .book-publisher .container{
        width: 100%;
        padding: 0 15px;
    }
    .сooperation_library .container{
        width: 100%;
        padding: 0 15px;
    }
    .сooperation .container{
        width: 100%;
        padding: 0 15px;
    }
    .form .container{
        width: 100%;
        padding: 0 15px;
    }
    .book-world .container{
        width: 100%;
        padding: 0 15px;
    }


    .book-reading .img_mobile{
        display: none;
    }
    .book-world .book-world__counter{
        padding-left: 30px;
    }
    .books-slider{
        margin-right: -15px;
    }

   main .bookSwiper .cardLst__el .card__wrapper .card__img{
        height: 470px;
    }
    main .bookSwiper .cardLst__el .card__wrapper .card__img img{
        height: 100%;
    }
    main  .bookSwiper .swiper-slide{
        width: 60%!important;
    }
    main .top_banner h1{
        margin-top: 0;
    }
}

@media (max-width: 500px) {
    main .bookSwiper .cardLst__el .card__wrapper .card__img{
        height: 420px;
    }
}

@media (max-width: 450px) {
    main .bookSwiper .cardLst__el .card__wrapper .card__img{
        height: 370px;
    }
}

@media (max-width: 400px) {
    main .bookSwiper .cardLst__el .card__wrapper .card__img{
        height: 340px;
    }
}
