@media (max-width: 936px) {

    .header_subscribe {
        margin-right: 10px;
    }
}

@media (max-width: 896px) {
    .menu li {
        padding-right: 15px;
    }
}

@media (min-width:768px) {
    .mt-md-80px {
        margin-top: 80px !important;
    }
}

@media (min-width:768px) and (max-width:796px) {
    .header_search {
        position: absolute;
        left: 163px;
        top: 3px;
        max-width: 180px;
    }

    .header_search input {
        padding-left: 0;
    }
}

@media (min-width:769px) and (max-width:792px) {
    .magazine_control_item {
        width: 75px;
    }
}

@media (min-width:793px) and (max-width:991px) {
    .magazine_control_item {
        width: 90px;
    }
}

@media (min-width:992px) and (max-width:1300px) {
    .magazine_control_item {
        width: 80px;
    }
}

@media (max-width:768px) {
    .mt-mobile-40px {
        margin-top: 40px !important;
    }

    .magazine_control_item {
        height: 26px;
        z-index: -1;
        background-color: var(--blue);
        width: auto;
        padding: 3px 6px;
        font-size: 8pt;
    }

    .magazine_control>p {
        font-size: 8pt;
    }

    #contact_bg {
        position: fixed;
        left: 0;
        top: 70px;
        width: 100%;
        z-index: -1;
        opacity: .1;
    }
    .vector_contact{
        width: 300px;

    }
    .about_icon{
        display: none;
    }
}
@media (max-width: 1300px) {

    .vector_contact{
        width: 300px;

    }
}
@media (min-width:769px) and (max-width:845px) {
    .about_icon{
        width: 100%;
        position: absolute;
        right: 0;
        top: -96px;
    }
}
@media (min-width:846px) and (max-width:920px) {
    .about_icon{
        width: 100%;
        position: absolute;
        right: 0;
        top: -104px;
    }
}
@media (min-width:921px) and (max-width:1090px) {
    .about_icon{
        width: 100%;
        position: absolute;
        right: 0;
        top: -110px;
    }
}
@media (min-width:1100px) and (max-width:1300px) {
    .about_icon{
        width: 100%;
        position: absolute;
        right: 0;
        top: -185px;
    }
}
@media (min-width:976px) and (max-width:1100px) {
    .about_icon{
        width: 100%;
        position: absolute;
        right: 0;
        top: -140px;
    }
}
@media (min-width:1100px) and (max-width:1300px) {
    .about_icon{
        width: 100%;
        position: absolute;
        right: 0;
        top: -150px;
    }
}
@media (min-width:1600px) and (max-width:1900px) {
    .about_icon{
        width: 100%;
        position: absolute;
        right: 0;
        top: -277px;
    }
}
