@media only screen and (max-height: 600px) {
    .preloader {
        animation-duration: 2000ms;
        animation-timing-function: steps(180);
        animation-fill-mode: forwards;
        width: 700px;
        height: 700px;
        background-repeat: no-repeat;
        transform: scale(.10);
        display: block;
        position: absolute;
        top: 50vh;
        left: 50%;
        margin-top: -370px;
        margin-left: -350px;
    }

    .p-1 h1{
        opacity: 0;
        font-size: 36px;
        line-height: 36px;
        margin-top: 27vh;
    }

    .p-1 p{
        line-height: 26px;
        font-size: 15px;
        margin-top: 14px;
        margin-bottom: 10px;
    }

    .sli-nav{
        top: 28vh;
    }

    .p-contacts h2{
        font-size: 27px;
        line-height: 25px;
        margin-bottom: 23px;
    }

    .p-contacts .dtc span{
        font-size: 13px;
    }

    .p-contacts .dtc a{
        font-size: 19px;
    }

    .ap-1 p{
        margin-top: 17px;
    }

    .ai-holder{
        margin-top: 31px;
    }

    .a-item span:nth-of-type(1){
        font-size: 43px;
        padding-top: 8px;
    }

    .a-item span:nth-of-type(2){
        font-size: 14px;
    }

    .s-item span{
        font-size: 13px;
        padding-top: 8px;
        font-family: 'DT-Roboto-Medium';
    }

    .ap-3 p{
        margin-top: 16px;
        margin-bottom: 17px;
    }

    .s-item{
        height: 31px;
    }

    .s-item img{
        top: 13%;
        right: 15px;
    }

    .s-item-content span:nth-of-type(1){
        padding-top: 0;
    }
}




