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

    .container {
        padding: 0 20px;
        position: relative
    }

    header .container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    header .top_header .contacts {
        vertical-align: bottom;
        max-width: 32%;
    }

    header .login {
        max-width: 160px;
        min-width: 150px
    }

    .about-us .info-text {
        max-width: 250px;
        box-sizing: border-box;
    }

    .about-us .quote-wrap {
        padding: 15px 70px
    }

    .about-us .quote-wrap .quote {
        margin-top: 0
    }

    .news .social-networks {
        width: 245px;
        padding: 20px 0 0 20px
    }

    .news .news-item {
    }

    .news .news-text {
    }

    .news .news-list {
        width: 74%
    }

    .btn-all__wrap {
        padding-right: 0
    }

    .reviews-item .reviews-text {
        width: 70%
    }

    .reviews-item img {
        -webkit-align-self: flex-end;
        align-self: flex-end
    }

    .search input {
        width: 165px
    }

    .footer-contacts {
        margin-right: 20px
    }

    .callback,
    .footer-logo {
        margin-right: 5px
    }

    .about-us h3 {
        margin-bottom: 6px;
    }

    .partners-list li:not(:last-child) {
        margin-right: 40px
    }

    .search input[type=text] {
        width: 184px
    }

    .news .news-img {
        align-self: stretch;
        /* flex-basis: 140px; */
    }

    .news .news-text p,
    .news a.news-title {
        font-size: 13px;
    }

    .about-us .info {
        min-width: 390px;
        font-size: 13px;
    }

    .about-us .info img {
        width: 140px;
        height: auto;
        align-self: baseline;
    }

    .about-us .info-wrap {
        flex-basis: 42%;
        font-size: 13px;
    }

    .about-us .info-desc {
        width: 46%;
        padding: 0 0 0 5px;
    }

    .about-us .info-slider {
        max-width: 210px;
    }

    .about-us .info-desc p {
        margin-bottom: 3px;
        max-width: 295px;
    }

    .services-list li {
        font-size: 13px;
        padding: 5px 0 5px 15px;
    }

    .services-list {
        width: 16%;
        margin-left: 8px;
    }

    .services-list li::before {
        width: 6px;
        height: 6px;
    }

    .services-list li:first-child::before {
        border: 3px solid red;
    }

    .services-list li:nth-child(2)::before,
    .services-list li:last-child::before {
        border: 3px solid rgb(255, 192, 0);
    }

    .services-list li:nth-child(3)::before,
    .services-list li:nth-child(5)::before {
        border: 3px solid rgb(146, 208, 80);
    }

    .services-list li:nth-child(4)::before {
        border: 3px solid rgb(85, 142, 213);
    }
}

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

    .dobavit {
        display: none;
    }

    .news .home_page .news-item {
    }

    .news .home_page .news-img {
    }

    .news_info {
    }

    .news .home_page .news-text p {
        display: table;
        width: 100%;
    }
}

@media only screen and (max-width:991px) {
    header .hamburger {
        display: block
    }

    header .cross {
        display: none !important
    }

    header .uMenuRoot {
        display: none;
        background-image: url(/assets/img/menu-back.png);
        position: absolute;
        background-size: contain;
        padding: 9px 90px 9px 20px
    }

    header .uMenuRoot .uWithSubmenu > ul {
        background-image: url(img/blue-back2.png);
        background-size: 100% 100%
    }

    header .uMenuRoot .uWithSubmenu > ul li {
        background: unset
    }

    header .uMenuRoot li {
        display: inline-block;
        margin: 0
    }

    header .uMenuRoot li::before {
        content: ""
    }

    .about-us .container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .about-us .info-text {
        max-width: 480px
    }

    .about-us .info {
        margin-bottom: 20px
    }

    .about-us .info-slider {
        max-width: 280px
    }

    .about-us .info-desc {
        max-width: 390px
    }

    .about-us .quote-wrap {
        background-size: 100% 100%;
        padding: 15px 30px
    }

    .achievments ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .achievments ul li {
        margin-bottom: 25px !important
    }
.news #allEntries {;grid-template-columns: 1fr}
    .news .news-list {
        width: 100%
    }

    .news .news-list h3 {
        padding: 0
    }

    .news .news-item {
    }

    .news .news-text {
        text-align: justify;
    }

    .news .social-networks {
        width: 100%;
        text-align: center;
        background-position: center
    }

    .news .social-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        justify-content: space-around
    }

    .news .social-list li {
        max-width: 210px
    }

    .news .social-list li a {
        padding-right: 30px;
    }

    .reviews-item .reviews-text {
        width: 60%
    }

    .partners-list,
    footer .container {
        -webkit-justify-content: space-around;
        justify-content: space-around
    }

    .callback {
        padding: 20px 64px 14px;
        width: 368px
    }

    .footer-contacts {
        margin-right: 0
    }

    .search-nav {
        margin-top: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .login li {
        display: inline-block
    }

    .about-us .info-desc p {
        margin-bottom: 12px;
    }

    .about-us .info {
        flex-basis: unset;
        min-width: unset;
        font-size: 15px;
    }

    .about-us .info img {
        width: 160px;
        height: 100%;
    }

    .about-us .info-text {
        max-width: 60%;
        flex-basis: unset;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .about-us .info-wrap {
        flex-basis: unset;
        font-size: 15px;
        width: 100%;
    }

    .about-us .info-desc {
        max-width: unset;
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 0 15px;
    }

    .about-us .info-desc p {
        max-width: unset;
    }

    header .top_header .contacts {
        max-width: 330px;
        float: right
    }

    header .top_header {
        margin-bottom: 0
    }

    .services-list {
        width: 100%;
        margin: 10px 0;
    }

    .services-list li {
        position: relative;
        padding: 5px 0 5px 24px;
        font-size: 15px;
        margin-right: 14px;
    }

    .services-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .services-list li::before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        left: 0;
    }

    .services-list li:first-child::before {
        border: 4px solid red;
    }

    .services-list li:nth-child(2)::before,
    .services-list li:last-child::before {
        border: 4px solid rgb(255, 192, 0);
    }

    .services-list li:nth-child(3)::before,
    .services-list li:nth-child(5)::before {
        border: 4px solid rgb(146, 208, 80);
    }

    .services-list li:nth-child(4)::before {
        border: 4px solid rgb(85, 142, 213);
    }

    .counter {
        margin-top: 0px;
        text-align: right;
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    header .logo {
        display: block !important
    }

    header .logo h1 {
        font-size: 30px
    }

    header .slogan {
        margin-top: 10px
    }

    header .slogan::before {
        display: none !important
    }

    header .contacts {
        position: absolute;
        top: 5px;
        right: 0;
        float: auto !important;
        width: auto !important
    }

    header .menu-wrapper {
        width: 50%;
        position: relative;
        z-index: 1
    }

    header .menu-wrapper .uMenuRoot {
        padding: 0;
        position: absolute;
        width: 100%;
        background-color: #a6e3fa;
        border-radius: 3px;
        background-image: unset
    }

    header .menu-wrapper .uMenuRoot .uWithSubmenu > ul {
        position: relative;
        background: 0 0;
        display: none;
        top: unset;
        left: unset;
        padding-bottom: 0
    }

    header .menu-wrapper .uMenuRoot .uWithSubmenu > ul li {
        border: unset
    }

    header .menu-wrapper .uMenuRoot li {
        display: block;
        padding: 5px 10px;
        border-bottom: 2px solid #fff
    }

    header .menu-wrapper .uMenuRoot li:last-child {
        border-bottom: unset
    }

    header .menu-wrapper .uMenuRoot li:hover .uWithSubmenu > ul {
        display: block
    }

    .banner img {
        min-height: 194px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .info-text {
        max-width: unset !important;
        padding: 0
    }

    .info-slider {
        max-width: 400px;
        overflow: hidden;
        margin: 0 auto 20px
    }

    .info-desc {
        max-width: unset !important;
        width: 100%;
        padding: 0
    }

    .info img {
        margin: auto auto 10px
    }

    h3 {
        text-align: center
    }

    .about-us p {
        text-align: justify
    }

    .quote-wrap {
        font-size: 16px !important;
        background-image: url(img/blue-back2.png)
    }

    .quote-wrap span {
        font-size: 13px !important
    }

    .news .social-list {
        margin-bottom: 20px
    }

    .news .social-networks {
        background-size: 100% 100%;
        margin-bottom: 20px
    }

    .news .news-item {
        width: 100%;
        margin-bottom: 20px
    }

    .news .news-text {
        width: 100%;
    }

    .btn-all__wrap {
        text-align: center;
        padding: 10px 0;
        margin-top: 10px
    }

    .reviews-item img {
        margin: 0 auto 25px
    }

    .reviews-item .reviews-text {
        width: 100%;
        padding: 18px 15px 16px
    }

    .reviews-item .reviews-text::before {
        -webkit-transform: rotate(83deg);
        -ms-transform: rotate(83deg);
        transform: rotate(83deg);
        top: -20px;
        left: 42%
    }

    .reviews h3 {
        margin: 10px auto
    }

    .reviews {
        margin-bottom: 30px;
        padding: 0
    }

    .partners-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .partners-list li {
        width: 100%;
        text-align: center;
        margin: 10px 0 !important
    }

    .callback {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
        margin: 0
    }

    .search-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0;
        width: 100%;
        margin-top: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .footer-contacts {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .footer-logo {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .about-us {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .footer-contacts li {
        margin-bottom: 15px
    }

    header .login {
        margin-bottom: 0
    }

    .footer-logo img {
        margin: 0 auto 20px
    }

    .search input {
        width: 100%
    }

    .news .news-item {
        flex-basis: 91%;
        margin: 0 auto 20px;
    }

    .news .news-text p,
    .news a.news-title {
        font-size: 14px;
        max-width: 100%;
        margin: 0px auto;
    }

    .news .news-item a {
        align-self: flex-end;
    }

    .news .news-item a.news-title {
        align-self: baseline;
    }

    .news .news-text {
    }

    .about-us .info {
        align-self: baseline
    }

    .about-us h3 {
        margin: 0 auto 10px;
    }

    .about-us .info-desc {
        width: auto;
        padding: 0;
    }

    .services-list li {
        width: 100%;
    }

    .counter {
        position: absolute;
        bottom: 0;
        text-align: center;
        left: 0;
        right: 0;
    }
}

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

    header .top_header .contacts,
    header .top_header .logo,
    header .top_header .slogan {
        display: block;
        text-align: center;
        position: relative;
        float: unset;
        max-width: unset
    }

    header .banner img {
        min-height: 164px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .news .news-item {
        flex-basis: unset;
    }
}

@media only screen and (max-width:480px) {
    header .menu-wrapper {
        width: auto;
        position: unset
    }

    header .menu-wrapper .uMenuRoot {
        width: 88%
    }

    header .banner img {
        min-height: 120px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 44%;
        object-position: 44%
    }

    .news .news-list h3 {
        margin-bottom: 10px
    }

    .news .social-list li a {
        width: 170px;
        padding-right: 0;
        text-align: left;
        margin-bottom: 10px
    }

    .news-img {
    }

    .news .news-text {
    }

    .news .news-text p {
        font-size: 15px
    }

    .news a.news-title {
        font-size: 16px;
        text-align: center
    }

    .reviews-item .reviews-text::before {
        left: 30%
    }

    header .top_header .contacts .phone a {
        font-size: 17px
    }

    .login {
        width: auto;
        margin: 0 10px 10px
    }

    .search-nav {
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .callback {
        background-size: 100% 100%;
        padding: 20px 40px 14px
    }

    .news .news-text {
    }

    .news .news-item a.news-title {
        margin: auto
    }

    .news .news-text p,
    .news a.news-title {
        max-width: 100%;
    }

    .news .news-item {
        min-width: unset;
    }

    .about-us .info-slider {
        width: 260px;
    }
}

/*# sourceMappingURL=media.css.map */