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

}
/*********LG********/
@media screen and (max-width: 1200px) {
    .services__item img {
        margin-left: 6px;
    }
}
/*********MD********/
@media screen and (max-width: 992px) {
    .header__wrap {
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .header__line {
        display: none;
    }
    .header__cont {
        margin: 10px 0;
    }
    .info__top,
    .info__bottom {
        flex-direction: column;
        align-items: center;
    }
    .info__bottom .info__item {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .info__top .info__item {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .info__top {
        margin-bottom: 0;
    }
    .arrow__bottom {
        margin: 24px 0;
        width: 50px;
    }
    .main {
        padding: 50px 0 50px;
    }
    .target__text {
        font-size: 16px;
        text-shadow: 0 0 3px #fff;
    }
}
/*********SM********/
@media screen and (max-width: 768px) {
    .services__wrap,
    .grey-back__cont {
        flex-direction: column;
    }
    .grey-back__cont {
        align-items: flex-start;
    }
    .services__item {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .grey-back__cont .page__subtitle {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grey-back .services__subtitle {
        margin-bottom: 10px;
    }
    .price__clc {
        position: static;
        width: 115px;
        margin-bottom: 41px;
    }
    .mob-f {
        margin-bottom: 12px;
    }
}
/*********XSM********/
@media screen and (max-width: 576px) {
    .main__title {
        font-size: 28px;
        text-shadow: 0 0 3px black;
    }
    .main__subtitle {
        font-size: 20px;
        text-shadow: 0 0 3px black;
    }
    .services__item {
        margin-right: 0;
        width: 100%;
    }
    .grey-back {
        padding: 40px 0;
        background: #F8F8F8;
        margin-bottom: 30px;
    }
    .services__wrap {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    .page-section {
        padding: 30px 0;
    }
    .page__title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .page__subtitle {
        font-size: 22px;
    }
}


