.js-header-menu-loc {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-column-gap: 14px;
            grid-row-gap: 20px;
        }
        .service-head__inner .service-head__links .service-head__button + .service-head__phone {
            display: none;
        }
        .di-steps__main-button a.button + .service-head__phone {
            display: none;
        }
        .service-head__phone svg {
            min-width: 30px;
        }
        .page-id-14505 .banner-mini .banner-img {
            max-height: 550px;
        }
        .affiliations__wrap {
            justify-content: center;
            flex-wrap: wrap;
            align-items: center;
        }
        .affiliations__item {
            width: 20%;
            padding: 10px;
            text-align: center;
        }
        .affiliations__item img {
            max-height: 55px;
            width: auto;
            max-width: 100%;
        }
        .slick-prev {
            left: 5px;
        }
        .slick-next {
            right: 5px;
        }
        .page-template-default .alignright {
            float: right;
        }
        .page-template-default .alignleft {
            float: left;
        }
        .header .header__contacts .header__contact {
            display: none;
        }
        .new-wellcome__wrap {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        @media (max-width: 1024px) {
            .js-header-menu-loc {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                grid-column-gap: 14px;
                grid-row-gap: 20px;
            }
        }
        @media (max-width: 767px) {
            .js-header-menu-loc {
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                grid-column-gap: 14px;
                grid-row-gap: 20px;
            }
        }
        .section .article-links__main {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .section .article-links__item {
            flex-basis: calc(23% - 10px);
            padding: 0px;
            margin: 10px;
        }
        @media (max-width: 1024px) {
        .section .article-links__item {
            flex-basis: calc(46% - 20px);
            padding: 0px;
            margin: 10px;
        }  
        }
        @media (max-width: 767px) {
        .section .article-links__item {
            flex-basis: calc(100% - 20px);
            padding: 0px;
            margin: 10px;
        }  
        }
        @media (max-width: 574px) {
        .page-template-default .alignright {
            float: none;
            width: 100%;
            margin-bottom: 10px;
        }
        .page-template-default .alignleft {
            float: none;
            width: 100%;
            margin-bottom: 10px;
        }