@media screen and (max-width: 1439px){
    .bg__icon-top, .bg__icon-bottom {
        width: 45%;
    }
}
@media screen and (max-width: 1199px){
    .bg__icon-top img, .bg__icon-bottom img {
        opacity: 0.08;
    }
    .bg__icon-top, .bg__icon-bottom {
        width: 70%;
    }
}
@media screen and (max-width: 991px){
    .info__title {
        background-size: contain;
    }
    body {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px){
    .tabs-content__bottom {
        padding-top: 50px;
        display: block;
        position: relative;
    }
    .tabs__counter {
        position: absolute;
        top: 13px;
    }
    .carousel__nav {
        position: absolute;
        right: 0;
        top: -3px;
    }
}
@media screen and (max-width: 539px){
    body {
        padding: 20px;
    }
    .line__green {
        margin: 20px 0;
    }

    .skills__item {
        width: 60px;
        height: 60px;
        background-size: 50px auto;
        margin-bottom: 10px;
    }
     
    .tabs__title {
        font-size: 14px;
        padding: 15px 5px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33.33%;
    }
    .intro__title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .info__title {
        height: 40px;
        margin-bottom: 10px;
    }
    .info__prof {
        margin-bottom: 10px;
    }
    .tabs__content .owl-carousel .item {
        max-height: 200px;
    }
    .owl-cert {
        padding-right: 0;
    }
}