@font-face {
    font-family: 'Museo Cyrl';
    src: local('Museo Cyrl 500'), local('MuseoCyrl-500'),
     url('/font/Museocyrl500.woff2') format('woff2'), 
    url('/font/Museocyrl500.woff') format('woff'), 
    url('/font/Museocyrl500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Museo Cyrl';
}

*::selection {
    color: #030303;
    background-color: #fad81a; 
 }

img::selection {
    background-color: #00000000;
}

a {
    text-decoration: none;
    color: black;
}

button {
    cursor: pointer;
    background: none;
    border: 0;
}

body {
    background-color: #ada59448;
    /* 7a7a7a48 */
    width: 100%;
    height: 100%;
}


.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1360px;
}

/* HEADER */

.header__fixed {
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 0 3px red;
    transition: all 0.1s;
}

.header__bottom-mobile.header__fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 3px rgb(0, 0, 0);
}

.header__top {
    margin-top: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
    background-color: #ffffff00;
    /* 818181ad */
    margin-bottom: 20px;
}


.header__logo {
    margin-left: 10px;
    width: 92px;
    height: 70px;
    z-index: 10;
}

.header__adress {
    display: flex;
    align-items: center;
    width: 260px;
    height: 50px;
    border-left: 1px solid #808080;
}


.header__adress-img {
    display: flex;
    width: 23px;
    height: 23px;
    margin-left: 15px;
    margin-right: 10px;
    background-image: url(/img/header/metka\ \(2\).png);
    background-repeat: no-repeat;
    background-size: cover;
    filter: hue-rotate(370deg);
}

.header__adress-text {
    font-size: 17px;
}

.header__adress-text:hover {
    color: #a10d0d;
    transition: 0.3s all;
}

.header__adress-text:active {
    color: #470101;
    transition: 0.2s all;
}

.header__mode {
    display: flex;
    align-items: center;
    width: 250px;
    height: 50px;
    border-left: 1px solid #808080;
}

.header__mode-img {
    display: flex;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    margin-left: 15px;
    background-image: url(/img/header/time.png);
    background-repeat: no-repeat;
    background-size: cover;
    filter: hue-rotate(350deg);
}

.header__mode-text {
    font-size: 17px;
}

.header__call {
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #808080;
}

.header__call-img {
    display: flex;
    width: 30px;
    height: 23px;
    margin-right: 10px;
    margin-left: 15px;
    background-image: url(/img/header/phone\ \(2\).png);
    background-repeat: no-repeat;
    background-size: cover;
    filter: hue-rotate(380deg);
}

.header__call-text {
    font-size: 17px;
}

.header__call-number {
    color: #7c0202;
    font-size: 18px;
}

.header__call-number:hover {
    transition: 0.3s all;
    color: #a10d0d;
}

.header__call-number:active {
    color: #470101;
    transition: 0.2s all;
}

.header__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 60px;
    width: 100%;
    z-index: 9;
}

.header__bottom-mobile {
    height: 40px;
    /* background-color: #bb0202c4; */
    background-color: #ffffffec;
    z-index: 10;
    display: none;
}

.header__mobile-block {
    opacity: 0;
    position: absolute;
    top: -500px;
    margin-top: 40px;
    left: 0;
    width: 100%;
    height: 180px;
    background-color: #ffffffec;
    z-index: -1;
    border-bottom: 1px solid #00000034;
}

.header__mobile-block.active {
    opacity: 1;
    top: 0;
    z-index: 10;
    transition: 1s all ;
}

.header__nav-mobile {
    margin-top: 20px;
    margin-left: 30px;
}

.header__list-mobile {
    list-style-type: none;
}

.header__item-mob {
    margin-bottom: 20px;
}

.header__mobile-button {
    margin-left: 12px;
    cursor: pointer;
    display: flex;
}

.header__mobile-butt-color::after {
    content: "";
    width: 27px;
    height: 2px;
    background-color: #d40b0b;
    display: inline-block;
    z-index: 10;
    position: absolute;
    top: -10px;
}

.header__mobile-butt-color {
    width: 27px;
    height: 2px;
    background-color: #d40b0b;
    display: inline-block;
    z-index: 10;
    position: relative;
    cursor: pointer;
}

.header__mobile-butt-color::before {
    content: "";
    width: 27px;
    height: 2px;
    background-color: #d40b0b;
    display: inline-block;
    z-index: 10;
    position: absolute;
    top: 10px;
}

.header__mobile-butt-color.active-one::after {
    transform: rotate(45deg);
    position: absolute;
    width: 27px;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.header__mobile-butt-color.active-one {
    z-index: 10;
    position: relative;
    background-color: #ffffff00;
}

.header__mobile-butt-color.active-one::before {
    transform: rotate(-45deg);
    position: absolute;
    width: 27px;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.header__nav {
    max-width: 1200px;
}

.header__list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style-type: none;
    max-width: 1200px;
}

.header__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    width: 250px;
    height: 40px; 
}

.header__item-one {
    margin: 0;
}

.header__item-link {
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff0000bb;
    width: 120px;
}

.header__item-link:hover {
    border-bottom: 2px solid #990000;
    color: #990000;
    transition:  0.4s;
    /* transform: scale(1.05); */
    width: 130px;
    font-size: 20px;
}

.header__item-link:active {
    border-bottom: 2px solid #500000;
    color: #500000;
    transition:  0.1s;
    /* transform: scale(1.02) */
    width: 128px;
    font-size: 19px;
}

/* BANNER */

.banner__swiper-block {
    display: flex;
    align-items: center;
}

.banner__swiper {
    width: 100%;
    position: relative;
}

.banner__slide {
    width: 100%;
    max-height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slide-one {
    background-image: url(/img/banner/rem-nout.jpg);
    background-position: right bottom;
    height: 550px;
}

.banner-slide-two {
    background-image: url(/img/banner/rem-printer.jpg);
    background-position:  center left ;
    height: 550px;
}

.banner-slide-three {
    background-image: url(/img/banner/zapravka.jpg);
    background-position: center left;
    height: 550px;
}

.banner__slide-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
}

.banner__button-prev {
    width: 40px;
    height: 40px;
    background-image: url(/img/banner/strelka.png);
    background-size: cover;
    cursor: pointer;
    z-index: 10 ;
}

.banner__button-prev:active {
    opacity: 80%;
    width: 35px;
    height: 35px;
}

.banner__button-prev.swiper-button-disabled{
    opacity: 50%;
    transition: all 0.4s;
}

.banner__button-next {
    width: 40px;
    height: 40px;
    background-image: url(/img/banner/strelka.png);
    background-size: cover;
    cursor: pointer;
    transform: rotate(180deg);
    z-index: 10 ;
}

.banner__button-next:active {
    opacity: 80%;
    width: 35px;
    height: 35px;
}

.banner__button-next.swiper-button-disabled{
    opacity: 50%;
    transition: all 0.4s;
}

.banner__block-text {
    width: 800px;
    padding-bottom: 80px;
}

.banner__title {
    font-size: 48px;
    text-align: center;
    color: rgb(247, 247, 247);
    filter: drop-shadow(0 0 6px rgb(36, 36, 36));
}

.banner__text {
    font-size: 26px;
    text-align: center;
    margin-top: 40px;
    filter: drop-shadow(0 0 6px rgb(36, 36, 36));
    color: rgb(247, 247, 247);
}

.banner__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 45px;
    background-color: #fff;
    border: 2px solid rgb(102, 7, 7);
    border-radius: 7px;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    bottom: 80px;
    margin-left: 325px;
    filter: drop-shadow(0 0 6px rgb(88, 19, 19));
}

.banner__button:hover {
    filter: drop-shadow(0 0 6px rgb(255, 0, 0));
    transition: all 0.3s;
    color: #990000;
}

.banner__button:active {
    filter: drop-shadow(0 0 6px rgb(83, 2, 2));
    color: #490101;
}

/* ABOUT */

.about {
    padding-top: 70px;
}

.about__title {
    font-size: 34px;
    text-align: center;
}

.about__block {
    display: flex;
    align-items: center;
}

.about__img-block {
    width: 500px;
    margin-top: 50px;
    margin-left: 50px;
}

.about__img {
    width: 440px;
    height: 280px;
    margin-bottom: 20px;
}

.about__block-text {
    margin-left: 160px;
}

.about__block-info {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
}

.about__block-info:last-child {
    margin-bottom: 0;
}

.about__block-info-one {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.about__block-img {
    margin-right: 40px;
    width: 70px;
    height: 70px;
}

.about__block-subtitle {
    width: 500px;
}

.about__title-color {
    color: #9c0808;
}

.about__bottom {
    background-color: #fff;
    margin-top: 40px;
}

.about__title-two {
    padding-top: 20px;
    font-size: 28px;
    text-align: center;
    color: #313131;
}

.about__bottom-block {
    margin-top: 60px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about__block-top {
    display: flex;
}

.about__block__bottom {
    display: flex;
}


.about__block-time {
    width: 250px;
    text-align: center;
}



.about__bottom-title {
    margin-top: 10px;
    margin-bottom: 7px;
    font-weight: bold;
}

.about__bottom-img {
    width: 80px;
    height: 80px;
}

.about__bottom-empty {
    display: flex;
    height: 21px;
}

/* SERVICES */

.services__swiper {
    display: none;
}

.services{
    padding-top: 70px;
}

.services__title {
    text-align: center;
    font-size: 34px;
    padding-bottom: 60px;
}

.services__title-color {
    color: #990000;
}

.services__block-top {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 1360px;
}

.serices__block {
    width: 300px;
    height: 300px;
    background-color: #fff;
    box-shadow: 0 0 8px rgb(85, 0, 0); 
    margin-bottom: 80px;
}

.services__block-bottom {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.services__block-empty {
    margin-top: 50px;
    margin-left: 30px;
    position: relative;
}

.services__img {
    width: 70px;
    height: 70px;
}

.services__text {
    font-size: 18px;
    margin-top: 10px;
}

.services__button {
    position: absolute;
    top: 170px;
    border: 1.2px solid rgb(83, 2, 2);
    width: 180px;
    height: 40px;
    margin-left: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 2px rgb(128, 0, 0);
    background-color: #f3f3f3;
}

.services__button:hover {
    color: #990000;
    border-color: #990000;
    box-shadow: 0 0 2px #990000;
    transition: all 0.7s;
}

.services__img-printer {
    width: 90px;
    height: 70px;
}

.services__slide {
    width: 180px;
    height: 200px;
    background-color: #fff;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left: 1px;
    box-shadow: 0 0 3px rgb(85, 0, 0); 
}

.services__bottom {
    margin-left: 10px;
}

.services__slide-text {
    font-size: 12px;
    margin-top: 20px;
}

.services__top-img {
    background-image: url(/img/services/computer.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 30px;
    margin-left: 10px;
    margin-bottom: 7px;
    margin-top: 10px;
}

.services__slide-button {
    margin-top: 25px;
    font-size: 10px;
    height: 30px;
    width: 150px;
    margin-left: 0 auto;
    padding: 5px;
    border: 1px solid rgb(83, 2, 2);
}

.services__button-prev.swiper-button-disabled, .services__button-next.swiper-button-disabled {
    opacity: 0.3;
} 

.services__swiper-button {
    width: 500px;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: space-between;
}

.services__button-prev{
    z-index: 8;
    width: 25px;
    height: 25px;
    background-image: url(/img/services/strelka.png);
    background-size: cover;
    transform: rotate(180deg);
}

.services__button-next {
    z-index: 8;
    width: 25px;
    height: 25px;
    background-image: url(/img/services/strelka.png);
    background-size: cover;
}

/* price */

.services__price-block {
    background-color: #fff;
    padding-top: 80px;
    width: 100%;
    padding-bottom: 40px;
}

.services__title-two {
    font-size: 28px;
    text-align: center;
    color: #313131;
}

.services__title-three {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.services__price-empty {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    background-color: #dddddd;
    border: 1px solid black;    
    margin: 0 auto;
    margin-bottom: 5px;
    width: 900px;
    padding-left: 45px;
    padding-right: 50px;
}

.services__block-price {
    font-weight: 700;
}

.services__price-text::before {
    content: '\25CF';
    width: 20px;
    height: 20px;
    margin-right: 9px;
}

/* CONTACS */

.contacts {
    padding-top: 70px;
    height: 400px;
}

.contacts__title {
    text-align: center;
    font-size: 34px;
    padding-bottom: 60px;
}

.contacts__block {
    display: flex;
    justify-content: space-evenly;
}

.contact__block-info {
    background-color: #fff;
    width: 250px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 1px #999999;
}

.contact__block-empty {
    background-color: #ada59448;
    width: 220px;
    height: 120px;
    box-shadow: 0 0 3px #990000;
}

.contact__block-text {
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 7px;
    color: #990000;
}

.contacts__block-subtitle {
    margin-top: 17px;
   margin-left: 10px;
}

.contacts__block-subtitle:hover {
    color: #7c0202;
    transition: 0.7s all;
}

.contacts__block-subtitle:active {
    color: #4e0101;
    transition: 0.7s all;
}


.contact__block-time {
    width: 135px;
    text-align: left;
    margin-top: 17px;
    margin-left: 40px;
}

.contacts__block-subtitle.contact__block-time {
    margin-top: 0;
}

.contact__number-text {
    margin-bottom: 10px;
}

.contacts__block-number {
    margin-left: 47px;
}

.contacts__block-number:hover {
    color: #7c0202;
    transition: 0.7s all;
}

.contacts__block-number:active {
    color: #4e0101;
    transition: 0.7s all;
}


/* MAP */

.map__sec {
    width: 100%;
    border-top: 2px solid black;
}

.map {
    width: 100%;
    height: 350px;
    margin: 0;
}


/* FOOTER */

.footer {
    background-color: #1a1a1a;
    margin-top: 30px;
    width: 100%;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    color: #a1a1a1;
    font-size: 15px;
    height: 270px;
}

.footer__block {
    margin-top: 30px;
}

.footer__logo {
    width: 92px;
    height: 70px;
    filter: contrast(0%);
}

.footer__title {
    font-size: 17px;
}

.footer__subtitle {
    margin-top: 30px;
    margin-bottom: 7px;
}

.footer__adress {
    color: #a1a1a1;
    font-size: 14px;
    margin-left: 5px;
}

.footer__text-block {
    margin-top: 10px;
    width: 120px;
    height: 70px;
}

.footer__text-title {
    margin-bottom: 7px;
}

.footer__number {
    color: #a1a1a1;
    font-size: 14px;
    margin-left: 5px;
    display: block;
    margin-top: 4px;
}


.footer__time {
    margin-top: 30px;
    width: 120px;
    margin-left: 5px;
    font-size: 14px;
}

.footer__nav {
    margin-top: 30px;
}

.footer__item {
    list-style-type: none;
    margin-top: 30px;
}

.footer__link {
    color: #a1a1a1;
}

.footer__bottom {
    background-color: #000000;
    height: 30px;
    color: #999999ab;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* BUTTON */

.button__block {
    margin-left: 100px;
    width: 55px;
    position: fixed;
    bottom: 10px;
    margin-bottom: 20px;
    z-index: 10;
}

.button__wp {
  margin-top: 10px;
}

.button__img {
    width: 55px;
    height: 55px;
}

.button__img:hover{
    transform: scale(1.1);
    transition: 0.8s all;
}

.button__top {
    position: fixed;
    bottom: 10px;
    width: 55px;
    height: 55px;
    background-image: url(/img/button/top.png);
    background-size: cover;
    margin-bottom: 20px;
    right: 0;
    margin-right: 150px;
}


@media (max-width:1368px){
    .container {
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
    }

    .services__block-top {
        width: 1240px;
    }

    .services__price-empty {
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .about__block-text {
        margin-left: 70px;
    }

    .about__block-subtitle {
        width: 350px;
        font-size: 15px;
    }

    .button__top {
        margin-right: 50px;
    }

    .button__block {
        margin-left: 50px;
    }
}

@media (max-width:1280px){
    .container {
        margin: 0 auto;
        width: 100%;
        max-width: 960px;
    }

    body{
        font-size: 14px;
    }
    
    .header__list {
        max-width: 960px;
    }

    .header__mode-text {
        font-size: 15px;
    }

    .header__adress-text {
        font-size: 15px;
    }

    .header__call-text {
        font-size: 15px;
    }

    .header__call-number {
        font-size: 15px;
    }

    .header__item-link {
        font-size: 16px;
    }

    .banner__title {
        font-size: 40px;
    }

    .banner__button {
        font-size: 16px;
    }

    .services__price-empty {
    margin-bottom: 5px;
        
    }

    .services__block-top {
        width: 960px;
    }

    .about__block-text {
        margin-left: 70px;
    }

    .about__block-subtitle {
        width: 350px;
        font-size: 15px;
    }

    .button__top {
        margin-right: 50px;
    }

    .button__block {
        margin-left: 50px;
    }

    .services__price-text {
        font-size: 16px;
    }
}

@media (max-width:1058px){
    .container {
        margin: 0 auto;
        width: 100%;
        max-width: 840px;
    }
    
    .header__list {
        max-width: 840px;
    }

    .header__mode-text {
        font-size: 14px;
    }

    .header__adress-text {
        font-size: 14px;
    }

    .header__call-text {
        font-size: 14px;
    }

    .header__call-number {
        font-size: 14px;
    }

    .header__item-link {
        font-size: 16px;
    }
    

    .banner__title {
        font-size: 35px;
    }

    .banner__text {
        font-size: 22px;
    }

    .banner__button {
        font-size: 14px;
    }

    .about__title  {
        font-size: 28px;
    }

    .about__img {
        width: 300px;
        height: 200px;
    }

    .about__block-img {
        width: 50px;
        height: 50px;
    }

    .about__block-time {
        width: 200px;
    }

    .about__bottom-subtitle {
        font-size: 13px;
    }

    .about__title-two {
        font-size: 24px;
    }

    .about__bottom-img {
        width: 60px;
        height: 60px;
    }

    .about__block-info,.about__block-info-one {
        margin-bottom: 20px;
    }

    .services__title {
        font-size: 28px;
    }

    .services__block-top {
        width: 840px;
    }

    .serices__block {
        width: 250px;
        height: 250px;
    }

    .services__img {
        width: 60px;
        height: 60px;
    }

    .services__img-printer {
        width: 70px;
    }

    .services__text {
        font-size: 15px;
    }

    .services__price-empty {
        width: 750px;
    }

    .services__button {
        top: 130px;
        right: 33px;
    }


    .about__block-text {
        margin-left: 70px;
    }

    .about__block-subtitle {
        width: 350px;
        font-size: 15px;
    }

    .contacts__title {
        font-size: 28px;
    }

    .contact__number-text {
        font-size: 16px;
    }

    .contact__block-text {
        font-size: 16px;
    }

    .about__text-time {
        font-size: 15px;
    }

    .about__img-block {
        margin-left: 30px;
    }

    .button__top {
        margin-right: 50px;
    }

    .button__block {
        margin-left: 50px;
    }


}

@media (max-width:900px){
    .container {
        margin: 0 auto;
        width: 100%;
        max-width: 850px;
    }

    .header__list {
        max-width: 780px;
    }

    .header__logo {
        width: 80px;
        height: 58px;
    }

    .banner__button {
        margin-left: 0 auto;
    }

    .about__block {
        display: inline-block;
        margin-left: 0 auto;
        width: 100%;
    }

    .about__img-block {
        display: flex;
        width: 100%;
        margin-left: 0;
        justify-content: space-around
    }
    
    .about__block-text {
        margin-left: 140px;
        margin-top: 20px;
    }

    .about__block-subtitle {
        width: 400px;
    }

    .about__block-top, .about__block__bottom {
        display: inline-block;
    }

    .about__block__bottom {
        margin-left: 20px;  
    }

    .about__block-time {
        margin-top: 20px;
    }

    .services__swiper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .services {
        padding-top: 30px;
    }

    .services__slide-text {
        font-size: 14px;
    }

    .services__slide-button {
        font-size: 12px;
    }

    .services__title {
        font-size: 24px;
        padding-bottom: 30px;
    }

    .serices__block-top {
        display: none;
    }

    .services__info {
        display: none;
    }

    .services__img {
        width: 45px;
        height: 40px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .services__img-printer {
        width: 50px;
    }

    .services__swiper-block {
        width: 190px;
    }

    .services__swiper-button {
        width: 650px;
    }

    .services__swiper-block {
        max-width: 560px;
        width: 100%;
    }

    .services__title-two {
        font-size: 24px;
    }

    .services__price-empty {
        width: 575px;
    }

    .services__bottom {
        position: relative;
    }

    .services__slide-button {
        position: absolute;
        top: 40px;
        left: 0;
    }

    .footer__title {
        font-size: 15px;
    }

    .footer__top {
       margin: 20px;    
    }

    .footer__subtitle, .footer__time, .footer__adress, .footer__text-title,.footer__number, .footer__link {
        font-size: 13px;
    }

}

@media (max-width:750px){
    .header__bottom {
        display: none;
    }

    .header__mob-empty {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 730px;
        
    }

    .header__bottom-mobile {
        display: flex;
        align-items: center;
        height: 50px;
    }

    .header__top {
        display: none;
    }

    .header__adress, .header__call, .header__mode {
        display: none;
    }

    .header__logo {
        margin: 0;
        width: 47px;
        height: 34px;
    }

    .banner {
        display: none;
    }

    .about__title {
        font-size: 24px;
    }

    .about__title-two {
        font-size: 20px;
    }

    .about__text-time {
        font-size: 14px;
    }

    .about__block-text {
        margin-top: 30px;
    }

    .about__img-block {
        display: none;
    }

    .header__bottom {
        min-width: 640px;
    }

    .header__list {
        min-width: 620px;
        max-width: 640px;
    }

    .about__img {
        width: 230px;
        height: 150px;
    }

    .about__block-subtitle {
        font-size: 14px;
    }

    .about__bottom-block {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about__block-top {
        display: block;
        margin-right: 40px;
    }

    .about__block__bottom {
        display: block;
    }

    .about__block-time {
        margin-top: 20px;
    }

    .services__swiper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .services {
        padding-top: 30px;
    }

    .services__slide-text {
        font-size: 14px;
    }

    .services__slide-button {
        font-size: 12px;
    }

    .services__title {
        font-size: 24px;
        padding-bottom: 30px;
    }

    .serices__block-top {
        display: none;
    }

    .services__info {
        display: none;
    }

    .services__img {
        width: 45px;
        height: 40px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .services__img-printer {
        width: 50px;
    }

    .services__swiper-block {
        width: 185px;
    }

    .services__swiper-button {
        width: 450px;
    }

    .services__swiper-block {
        max-width: 372px;
        width: 100%;
    }

    .services__price-block {
        padding-top: 20px;
    }

    .services__title-two {
        font-size: 24px;
    }

    .services__title-three {
        font-size: 17px;
        margin-top: 15px;
    }

    .services__price-text {
        font-size: 11px;
        width: 140px;
    }

    .services__price-empty {
        max-width: 440px;
        padding: 15px;
        display: flex;
        justify-content: space-between;
    }

    .services__block-price {
        font-size: 10px;
    }

    .services__price-text::before {
        display: none;
    }

    .contacts__title{
        font-size: 20px;
    }

    .contact__block-info {
        width: 200px;
        height: 120px;
    }

    .contact__block-empty {
        width: 180px;
        height: 100px;
    }

    .contact__block-text {
        font-size: 14px;
    }

    .contacts__block-subtitle.contact__block-time, .contacts__block-number, .contacts__block-subtitle {
        font-size: 12px;
    }

}


@media (max-width:640px){
    .container {
        max-width: 580px;
        margin: 0 auto;
    }

    .container.header {
        max-width: 580px;
    }

    .header__bottom {
        display: none;
    }

    .header__mob-empty {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .header__bottom-mobile {
        display: flex;
        align-items: center;
    }

    .header__top {
        display: none;
    }

    .header__adress, .header__call, .header__mode {
        display: none;
    }

    .header__logo {
        margin: 0;
        width: 47px;
        height: 34px;
    }

    .banner {
        display: none;
    }

    .about__img-block {
        display: none;
    }

    .about__title {
        font-size: 20px;
    }

    .about__block {
       margin: 0 auto;
       max-width: 250px;
    }

    .about {
        padding-top: 10px;
    }

    .about__block-info {
        width: 280px;
    }
    
    .about__block-text {
        margin-top: 15px;
        margin-left: 0;
    }

    .about__block-subtitle {
        font-size: 12px;
        max-width: 250px;
    }

    .about__text-time {
        font-size: 12px;
    }

    .about__block-img {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }

    .about__block {
        display: block;
    }
 
    .about__title-two {
        font-size: 20px;
    }

    .about__block__bottom {
        display: block;
    }

    .about__bottom-block {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about__block-top {
        display: block;
        margin-right: 40px;
    }

    .about__block-img {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }

    .about__bottom-img {
        width: 35px;
        height: 35px;
    }

    .about__bottom-title {
        font-size: 12px;

    }

    .about__block-time {
        width: 130px;
        margin-top: 10px;
    }

    .about__bottom-subtitle {
        font-size: 11px;
        height: 50px;
    }

    .services__swiper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .services {
        padding-top: 30px;
    }

    .services__slide-text {
        font-size: 14px;
    }

    .services__slide-button {
        font-size: 12px;
    }

    .services__title {
        font-size: 20px;
        padding-bottom: 30px;
    }

    .serices__block-top {
        display: none;
    }

    .services__info {
        display: none;
    }

    .services__img {
        width: 45px;
        height: 40px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .services__img-printer {
        width: 50px;
    }

    .services__swiper-block {
        width: 185px;
    }

    .services__swiper-button {
        width: 450px;
    }

    .services__swiper-block {
        max-width: 372px;
        width: 100%;
    }

    .services__price-block {
        padding-top: 20px;
    }

    .services__title-two {
        font-size: 20px;
    }

    .services__title-three {
        font-size: 17px;
        margin-top: 15px;
    }

    .services__price-text {
        font-size: 10px;
        width: 140px;
    }

    .services__price-empty {
        width: 260px;
        padding: 15px;
        display: flex;
        justify-content: space-between;
    }

    .services__block-price {
        font-size: 10px;
    }

    .services__price-text::before {
        display: none;
    }

    .contacts {
        padding-top: 20px;
        padding-bottom: 40px;
        max-height: 600px;
    }

    .contacts__title {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .contacts__block {
        display: block;
    }

    .contact__block-info {
        margin-bottom: 10px;
    }

    .contact__block-text {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .contacts__block-subtitle.contact__block-time, .contacts__block-subtitle {
        font-size: 12px;

    }

    .contacts__block-subtitle {
        margin-left: 25px;
    }

    .contacts__block-number.contacts__block-subtitle {
        margin-left: 35px;
    }

    .contact__block-info {
        width: 200px;
        height: 120px;
    }

    .contact__block-empty {
        width: 180px;
        height: 100px;
    }

    .contacts__block {
        width: 200px;
    }

    .contacts > .container {
        max-width: 200px;
    }

    .map__sec {
        display: inline-block;
    }

    .map {
        height: 230px;
    }

    .footer {
        height: 200px;
    }

    .footer__logo {
       display: none;
    }

    .footer__title {
        font-size: 12px;
    }

    .footer__subtitle {
        font-size: 10px;
        margin-top: 10px;
    }

    .footer__time {
        margin-top: 10px;
        width: 70px;
    }

    .footer__adress, .footer__text-block, .footer__number, .footer__time {
        font-size: 10px;
    }

    .footer__block {
        max-width: 150px;
    }

    .footer__link {
        font-size: 10px;
    }

    .footer__item {
        margin-top: 10px;
    }

    .footer__item-one {
        margin-top: 0;
    }

    .footer__block-one {
        display: none;
    }

    .footer__nav {
        margin-top: 10px;
    }

    .footer__top {
        max-width: 550px;
        height: 180px;
    }

    .footer__bott-text {
        font-size: 10px;
    }

    .footer__bottom {
        height: 12px;
    }

    .button__img {
        width: 30px;
        height: 30px;
    }

    .button__top {
        width: 30px;
        height: 30px;
        z-index: 10;
        margin-right: 0;
    }

    .button__block {
        margin-left: 5px;
    }
}


@media (max-width:430px){
    .services__swiper-button {
        width: 300px;
    }

    .services__swiper-block {
        max-width: 185px;
        width: 100%;
    }

}


@media (max-width:320px){
    .container {
        max-width: 240px;
    }

    .container.header {
        max-width: 320px;
    }

    h2{
        font-size: 20px;
    }

    .header__bottom {
        display: none;
    }

    .header__mob-empty {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .header__bottom-mobile {
        display: flex;
        align-items: center;
    }

    .header__top {
        display: none;
    }

    .header__adress, .header__call, .header__mode {
        display: none;
    }

    .header__logo {
        margin: 0;
        width: 47px;
        height: 34px;
    }

    .banner {
        display: none;
    }

    .about__img-block {
        display: none;
    }

    .about__title {
        font-size: 20px;
    }

    .about {
        padding-top: 10px;
    }

    .about__block-info {
        width: 250px;
    }
    
    .about__block-text {
        margin-top: 15px;
        margin-left: 0;
    }

    .about__block-subtitle {
        font-size: 10px;
        width: 200px;
    }

    .about__text-time {
        font-size: 10px;
    }

    .about__block-img {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }

    .about__block {
        display: block;
    }
 
    .about__title-two {
        font-size: 20px;
    }

    .about__block__bottom {
        display: block;
    }

    .about__bottom-block {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about__block-top {
        display: block;
        margin: 0;
    }

    .about__bottom-img {
        width: 35px;
        height: 35px;
    }

    .about__bottom-title {
        font-size: 11px;

    }

    .about__block-time {
        width: 130px;
        margin-top: 10px;
    }

    .about__bottom-subtitle {
        font-size: 10px;
        height: 50px;
    }

    .services__swiper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .services {
        padding-top: 30px;
    }

    .services__title {
        font-size: 20px;
        padding-bottom: 30px;
    }

    .serices__block-top {
        display: none;
    }

    .services__info {
        display: none;
    }

    .services__swiper-button {
        max-width: 250px;
    }

    .services__img {
        width: 45px;
        height: 40px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .services__img-printer {
        width: 50px;
    }

    .services__swiper-block {
        width: 185px;
    }

    .services__price-block {
        padding-top: 20px;
    }

    .services__title-two {
        font-size: 20px;
    }

    .services__title-three {
        font-size: 17px;
        margin-top: 15px;
    }

    .services__price-text {
        font-size: 10px;
        width: 140px;
    }

    .services__price-empty {
        width: 200px;
        padding: 15px;
        display: flex;
        justify-content: space-between;
    }

    .services__block-price {
        font-size: 10px;
    }

    .services__price-text::before {
        display: none;
    }

    .contacts {
        padding-top: 20px;
        padding-bottom: 40px;
        max-height: 600px;
    }

    .contacts__title {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .contacts__block {
        display: block;
    }

    .contact__block-info {
        margin-bottom: 10px;
    }

    .contact__block-text {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .contacts__block-subtitle.contact__block-time, .contacts__block-subtitle {
        font-size: 12px;

    }

    .contacts__block-subtitle {
        margin-left: 25px;
    }

    .contacts__block-number.contacts__block-subtitle {
        margin-left: 35px;
    }

    .contact__block-info {
        width: 200px;
        height: 120px;
    }

    .contact__block-empty {
        width: 180px;
        height: 100px;
    }

    .contacts__block {
        width: 200px;
    }

    .contacts > .container {
        max-width: 200px;
    }

    .map__sec {
        display: inline-block;
    }

    .map {
        height: 230px;
    }

    .footer {
        height: 200px;
    }

    .footer__logo {
       display: none;
    }

    .footer__title {
        font-size: 9px;
    }

    .footer__subtitle, .footer__text-title {
        font-size: 8px;
        margin-top: 10px;
    }

    .footer__time {
        margin-top: 10px;
        width: 70px;
    }

    .footer__adress, .footer__text-block, .footer__number, .footer__time {
        font-size: 8px;
    }

    .footer__block {
        width: 75px;
    }

    .footer__link {
        font-size: 8px;
    }

    .footer__item {
        margin-top: 10px;
    }

    .footer__block-one {
        display: none;
    }

    .footer__time {
        width: 71px;
    }

    .footer__bott-text {
        font-size: 7px;
    }

    .footer__bottom {
        height: 12px;
    }

    .button__img {
        width: 30px;
        height: 30px;
    }

    .button__top {
        width: 30px;
        height: 30px;
        z-index: 10;
        margin-right: 0;
    }

    .button__block {
        margin-left: 5px;
    }
}