.blogers-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;

    background: radial-gradient(50% 50% at 50% 50%, #B7C8E1 0%, #2F67BA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 24px;
}
.blogers-title-text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
    margin-bottom: 100px;
}
.blogers-items-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}
.blogers-items-text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
}
.blogers-items{
    display: flex;
    flex-wrap: wrap;
    /*max-width: 900px;*/
    justify-content: center;
    flex-direction: row;
}
.blogers-item{
    margin-right: 32px;
    display: flex;
    margin-bottom: 30px;
    min-width: 520px;

}
.blogers-item img{
    width: 277px;
    height: 209px;
    margin: 0;
    border-radius: 12px;
}
.blogers-item-inner{
    display: flex;
    flex-direction: column;
    widows: 277px;
    margin-left: 30px;
}
.blogers-items-cont{
    /*margin-right: auto;
    margin-left: auto;
    max-width: 800px;*/
}
.blogers-item-inner-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 20px;
}
.blogers-item-inner-text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    margin-bottom: 10px;
}
.blogers-item-inner-text svg{
    margin-right: 11px;
}
.blogers-small-gallery{
    background: #F5F5F5;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 100px;
    position: relative;
}
.blogers-small-gallery::before{
    content: "";
    height: 100%;
    width: 2000px;
    background: #F5F5F5;
    position: absolute;
    left: 100%;
    top: 0px;
}
.blogers-small-gallery::after{
    content: "";
    height: 100%;
    width: 2000px;
    background: #F5F5F5;
    position: absolute;
    right: 100%;
    top: 0px;
}
.blogers-small-gallery-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
}
.blogers-small-gallery-items{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blogers-small-gallery-items img{
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.blogers-small-gallery-item{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.blogers-small-gallery-item-name{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}
.blogers-small-gallery-item-link{
    color: #2F67BA;
    font-weight: 400;
}
.blogers-small-gallery-item-cnt{
    font-weight: 400;
}
.blogers-gallery{
    margin-bottom: 70px;
}

.blogers-gallery-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blogers-gallery-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}
.blogers-gallery-item img{
    width: 277px;
    height: 411px;
    border-radius: 11px;
}
.blogers-gallery-item{
    margin-bottom: 30px;
}
.blogers-mail{
    height: 165px;
    left: 360px;
    top: 3176px;
    background: #2F67BA;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 198px;
    padding-right: 70px;
    background-image: url("/blogers/img/mail.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
.blogers-mail a::placeholder{
    color: white!important;
}
.blogers-mail-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
}
.blogers-mail-send{
    margin-left: 148px;
    width: 239px;
    height: 49px;
    left: 1252px;
    top: 3234px;
    background: #2F67BA;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogers-mobile{
    display: none;
}
.wraps{
    overflow: hidden;
}
@media (max-width: 768px){
    .wraps{
        overflow: hidden;
    }
    .blogers-mobile{
        display: block;
    }
    .blogers-desc{
        display: none!important;
    }
    .blogers-item{
        flex-direction: column;
        min-width: auto;
    }
    .blogers-item-inner{
        margin-top: 20px;
    }
    .blogers-mail{
        flex-direction: column;
        background-image: none;
        padding: 30px 40px;
        height: 220px;
        display: flex;
        justify-content: center;
    }
    .blogers-gallery-items{
        flex-wrap: nowrap;
    }
    .blogers-gallery-item{
        text-align: center;
    }
    .blogers-mail-title{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #FFFFFF;
        margin-bottom: 24px;
    }
    .blogers-mail-send{
        margin-left: 0;
    }
    .small-button{
        background: rgba(255, 255, 255, 0.5);
        transform: matrix(-1, 0, 0, 1, 0, 0);
        width: 40px!important;
        height: 40px!important;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        z-index: 100;
    }
    .small-button.big{
        top: 223px!important;
    }
    .small-button.right{
        position: absolute;
        right: -7px;
        top: 32px;
    }
    .small-button.left{
        position: absolute;
        left: -7px;
        top: 32px;

    }
    .small-button.left svg{
        transform: rotate(180deg);
    }
    .mySwiper-gallery{
        position: relative;

    }
    .blogers-title{
        margin-top: 40px;
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 22px;

    }
    .blogers-title.blogers-mobile{
        background: none!important;
        color: #333333!important;
        -webkit-text-fill-color: unset;
    }
    .blogers-title-text{
        margin-bottom: 60px;
    }
    .blogers-item{
        margin-right: 0;
    }
    .blogers-item{
        width: 100%;
    }
    .blogers-item img{
        width: 100%;
        height: auto;
    }
    .blogers-item-inner{
        margin-left: 0;
    }
    .blogers-item-inner-text{
        display: flex;
        align-items: center;
    }
    .blogers-small-gallery.blogers-mobile{
        margin-bottom: 30px;
    }
    .blogers-gallery-title{
        margin-bottom: 40px;
    }
    .blogers-gallery-item{
        margin-bottom: 0;
    }
    .blogers-gallery{
        margin-bottom: 60px;
    }
    .blogers-item.last{
        display: none;!important;
    }
}
@media (min-width: 769px) and (max-width: 1024px){
    .blogers-small-gallery.blogers-desc{
        display: none;
    }
    .blogers-small-gallery.blogers-mobile{
        display: block
    }
    .blogers-title{
        font-size: 24px;
        line-height: 29px;
    }
    .blogers-item img{
        width: 125px;
        height: 94px;
    }
    .blogers-plan{
        display: block
    }
    .small-button{
        background: rgba(255, 255, 255, 0.5);
        transform: matrix(-1, 0, 0, 1, 0, 0);
        width: 40px!important;
        height: 40px!important;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        z-index: 100;
    }
    .small-button.big{
        top: 223px!important;
    }

    .small-button.left{
        position: absolute;
        left: 0!important;
        top: 32px;

    }
    .small-button.right{
        position: absolute;
        right: 0!important;
        top: 32px;

    }
    .small-button.right.big{
        position: absolute;
        right: 27px!important;
        top: 32px;
    }
    .small-button.left svg{
        transform: rotate(180deg);
    }
    .mySwiper-gallery{
        position: relative;
    }
    .blogers-gallery.blogers-desc{
        display: none;
    }
    .blogers-gallery.blogers-mobile{
        display: block;
    }
    .blogers-gallery-items{
        flex-wrap: nowrap;
    }
    .blogers-gallery-item img {
        width: 227px;
        height: 340px;
    }

}