/*==========================================================*/
/**********************MEDIA-QUERY***************************/
/*==========================================================*/

@media only screen and (max-width: 1360px) {
    .nav__center {
        width: 1000px;
    }

    .banner__center {
        width: 1000px;
    }

    .banner__worker {
        display: none;
    }

    .call-box {
        width: 1000px;
        display: flex;
        justify-content: center;
    }
    
    .secound__field {
        margin-right: 0px;
    }

    .call-box__field--align-right {
        display: none;
    }

    .services-box {
        width: 1000px;
        height: auto;
        margin-top: 75px;
    }

    .services-box__services {
        width: 1000px;
        height: auto;
        flex-wrap: wrap;
    }

    .service {
        width: 325px;
        height: 330px;
    }

    .service__bg {
        width: 325px;
        height: 325px;
    }

    .service__fg {
        width: 325px;
        height: 345px;
    }

    .about-us-box {
        width: 1000px;
        flex-direction: column;
    }

    .about-us-box__text {
        width: 1000px;
        margin-bottom: 75px;
    }

    .about-us-box__slider {
        width: 1000px;
    }

    .image__container {
        width: 1000px;
    }

    .footer__content {
        width: 1000px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 45px 0px;
    }

    .footer__box {
        width: 500px;
        margin-bottom: 70px;
    }

    .footer__copyright__content {
        width: 1000px;
    }

    footer .designer .designer__content {
        width: 1000px;
    }

    #main__center {
        width: 100%;
    }
}

@media only screen and (max-width: 1050px) { 

    .nav__center {
        width: 830px;
    }

    .banner__center {
        width: 830px;
    }

    .call-box {
        width: 100%;
    }

    .call-box__field {
        margin-right: 50px;
    }

    h3 {
        font-size: 12px;
    }

    .call-box__text__p {
        font-size: 20px;
    }

    .services-box {
        width: 830px;
    }

    .services-box__services {
        width: 830px;
    }

    .service {
        width: 265px;
        height: 270px;
    }

    .service__fg {
        width: 265px;
        height: 285px;
    }

    .service__bg {
        width: 265px;
        height: 270px;
    }

    .about-us-box {
        width: 830px;
    }

    .about-us-box__text {
        width: 100%;
    }

    .about-us-box__slider {
        width: 830px;
    }

    .footer__content {
        width: 830px;
    }

    .footer__box {
        width: 360px;
    }

    .footer__copyright__content {
        width: 830px;
    }

    footer .designer .designer__content {
        width: 830px;
    }

}

@media only screen and (max-width: 890px) { 

    .nav__center {
        width: 670px;
    }

    .logo {
        background-repeat: no-repeat;
    }

    nav .button {
        display: none;
    }

    .banner__center {
        width: 670px;
    }

    .services-box,
    .services-box__services {
        width: 670px;
    }

    .service {
        width: 205px;
        height: 210px;
    }

    .service__fg {
        width: 205px;
        height: 225px;
    }

    .service__bg {
        width: 205px;
        height: 205px;
    }

    .about-us-box,
    .about-us-box__slider,
    .footer__content,
    .footer__box,
    .footer__copyright__content,
    footer .designer .designer__content {
        width: 670px;
    }
}

@media only screen and (max-width: 720px) { 

    .banner__text__services {
        width: 340px;
        height: 60px;
        flex-wrap: wrap;
    }

    .nav__center,
    .banner__center,
    .services-box, 
    .services-box__services,
    .about-us-box,
    .about-us-box__slider,
    .footer__content,
    .footer__box,
    .footer__copyright__content,
    footer .designer .designer__content {
        width: 430px;
    }

    .logo {
        height: 126px;
    }

    .secound__field {
        display: none;
    }
}

@media only screen and (max-width: 550px) { 
    
    .banner {
        height: 450px;
    }

    .nav {
        display: none;
    }

    .logo__mobile {
        width: 100%;
        height: 66px;
        background-image: url(../img/tight-logo-white.svg);
        background-repeat: no-repeat;
        background-size: 45px;
        background-position: 20px 15px;
        background-color: #E7B781;
        z-index: 5;
        position: absolute;
    }

    .nav__mobile {
        width: 100%;
        height: 65px;
        background-color: var(--element-background-color);
        border-top: 1px solid var(--element-shadow-color);
        display: flex;
        justify-content: center;
        position: fixed;
        bottom: 0;
        z-index: 5;
    }

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    h2 {
        font-size: 24px;
    }

    .banner {
        padding-top: 30px;
    }

    .banner__text {
        height: auto;
        margin-bottom: 25px;
    }

    .banner__text__description {
        font-size: 16px;
        line-height: 20px;
        margin: 5px 0px 25px 0px;
    }

    .banner__text__services {
        width: 300px;
    }

    .call-box {
        height: 115px;
        padding: 20px 0px;
        display: flex;
        justify-content: center;
    }

    .call-box__field {
        margin-right: 30px;
    }

    .service {
        width: 155px;
        height: 160px;
        margin-top: 12px;
    }

    .service__text {
        font-size: 18px;
        left: 15px;
        bottom: 10px;
    }

    .service__fg {
        width: 145px;
        height: 165px;
    }

    .service__bg {
        width: 155px;
        height: 155px;
    }

    .nav__center,
    .banner__center,
    .banner__text,
    .services-box,
    .services-box__services,
    .designer__content,
    .about-us-box,
    .about-us-box__slider,
    .footer__content,
    .footer__box,
    .footer__copyright__content,
    footer .designer .designer__content {
        width: 325px;
    }

    .about-us-box__text__title {
        line-height: 32px;
    }

    .about-us-box__text {
        padding: 35px;
    }

    .image__container {
        width: 325px;
    }
    
    .footer__copyright__content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 25px 0px;
    }

    footer {
        margin-bottom: 65px;
    }
}

@media only screen and (max-width: 360px) {

    .nav__center,
    .banner__center,
    .banner__text,
    .services-box,
    .services-box__services,
    .designer__content,
    .about-us-box,
    .about-us-box__slider,
    .footer__content,
    .footer__box,
    .footer__copyright__content,
    footer .designer .designer__content {
        width: 270px;
    }

    h2,
    .about-us-box__text__title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .banner__text__services {
        justify-content: flex-start;
    }

    .services_points {
        margin-right: 20px;
    }

    .service {
        width: 130px;
        height: 135px;
        margin-top: 5px;
    }

    .service__fg {
        width: 110px;
        height: 135px;
    }

    .service__bg {
        width: 130px;
        height: 130px;
    }

    .about-us-box__text {
        padding: 25px;
    }

}

@media only screen and (max-width: 300px) { 
    .nav__center,
    .banner__center,
    .banner__text,
    .services-box,
    .services-box__services,
    .designer__content,
    .about-us-box,
    .about-us-box__slider,
    .footer__content,
    .footer__box,
    .footer__copyright__content,
    footer .designer .designer__content {
        width: 230px;
    }

    h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .banner__text__description {
        font-size: 14px;
    }

    .banner__text__services {
        width: 155px;
        height: 75px;
    }

    .services_points {
        margin-right: 10px;
    }

    .call-box__field {
        margin-right: 15px;
    }

    .call-box__field__icon {
        display: none;
    }

    .service {
        width: 110px;
        height: 115px;
        margin-top: 5px;
    }

    .service__fg {
        width: 90px;
        height: 115px;
    }

    .service__bg {
        width: 110px;
        height: 110px;
    }

    h2, 
    .about-us-box__text__title {
        font-size: 18px;
        line-height: 20px;
    }

    .about-us-box__slider {
        height: 367px;
    }
    
    .image__container {
        height: 462px;
    }
}