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

    html, body{
        font-size: 14px;
    }

    .page-header h2{
        font-size: 16px;
        line-height: 24px;
    }

    .page-header h1{
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: normal;
    }

    .item-page{
        padding-left:0;
    }

    .item-page h3 {
        font-size: 14px;
        font-weight: normal;
        line-height: 23px;
    }

    .item-page h3 strong,
    .item-page h3 b{
        font-weight: normal;
        font-size: 14px;
    }

    h3 strong,
    h3 b{
        font-weight: normal;
    }

    .item-page ol, .item-page ul{
        padding-left:20px;
        padding-right: 0;
    }

    ul.services-list{
        list-style:none;
        margin:40px 0 20px 0;
        padding:0 0 0 20px;
    }

    ul.services-list p{
        padding-left:40px;
    }

    ul.services-list ul,
    ul.services-list ol{
        padding-left:80px;
    }

    ul.services-list > li > div{
        height: 37px;
        font-size: 12px;
        padding:0 0 0 33px;
    }

    ul.services-list > li > div::before{
        width:32px;
        height:37px;
    }

    ul.services-list > li > div h4{
        font-size: 12px;
    }

    .item-page ul.services-list > li > div > h4 > span, 
    .item-page ul.services-list > li > div > h4 > span{
        font-size: 14px;
        font-weight: normal;
    }

    #has-form-contact-block h4{
        font-size: 14px;
    }

    #has-form-contact-block form input[type="text"],
    #has-form-contact-block form input[type="tel"],
    #has-form-contact-block form input[type="email"],
    #has-form-contact-block form textarea{
        font-size: 14px;
    }

    #has-form-contact-block form input[type="submit"]{
        font-size: 14px;
    }

    .error-window-wrap .error-text-place span, .success-window-wrap .success-text-place span{
        font-size: 14px;
    }

    .right-menu-creation ul li a{
        font-size: 14px;
    }

    .blog .page-header h2{
        font-size: 16px;
        line-height: 20px;
    }

    .blog .page-header h2 a{
        font-size: 16px;
        line-height: 24px;
    }

    h1{
        font-size: 31px;
        line-height: 39px;
    }

    .btn-border{
        font-size: 14px;
    }

    .agb-content-search-form.search *{
        font-size: 14px;
    }

    .item-page .div-h3-image h3{
        
    }

    .item-page .div-h3-image h3 > img{
        margin-right: 20px;
    }

    .item-page .div-h3-image p.price-p{
        font-size: 14px;
    }

    .item-page .div-h3-image p.price-p *{
        font-size: 14px;
    }
}

@media screen and (min-width: 1500px){
    html, body{
        font-size: 18px;
    }

    .right-menu-creation ul li a{
        font-size: 16px;
    }

    #has-form-contact-block form input[type="text"],
    #has-form-contact-block form input[type="tel"],
    #has-form-contact-block form input[type="email"],
    #has-form-contact-block form textarea{
        font-size: 16px;
    }

    #has-form-contact-block form input[type="submit"]{
        font-size: 16px;
    }
}

@media screen and (max-width: 1023px){
    
    .owl-carousel-agb-1 .owl-dots{
        display: none;
    }

    .right-menu-creation{
        background-color: #101010;
    }

    .right-menu-creation ul li a{
        color:#72a7ea;
    }

    .right-menu-creation ul li:hover a{
        color:#ffffff;
    }

    #top-delimiter-line{
        display: none;
    }

    .right-menu-creation{
        padding-top:90px;
    }

    .my-item-page{
        border:none;
        border-top: 3px solid #000;
        padding-left:0;
        padding-right: 0;
    }
}

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

    ul.services-list{
        padding:0 0 0 10px;
    }

    ul.services-list p{
        padding-left:20px;
    }

    ul.services-list ul,
    ul.services-list ol{
        padding-left:50px;
    }
}

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

    .btn-out-inner-block{
        display: block;
        padding:50px 0 0 0;
    }

    .btn-out-inner-block a{
        display: block;
        margin:0 auto;
        margin-bottom:30px;
    }

    .btn-out-inner-block a:last-of-type{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 378px){
    .item-page img.agb-img-art-t-375{
        width: 100%;
    }
}

@media screen and (max-width: 320px){
    .error-window-wrap .error-text-place,
    .success-window-wrap .success-text-place{
        width:250px;
    }
}