
 /*------------------------min-width: 1400px----------------------------*/

@media screen and (min-width: 1700px) {
    
   
}

/*------------------------max-width: 1199px----------------------------*/

@media screen and (max-width: 1199px) {
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .testimonial-wrapper-content:first-child {
        display: flex;
        justify-content: space-around;
        flex-flow: row;
        margin-left: 0;
        margin-top: 20px;
        
    }
    
    .testimonial-wrapper-content:after {
        width: 100%;
        height: 2px;
    }

    .testimonial-wrapper-content:before {
        width: 80px;
        height: 4px;
    }
    
    .testimonial-wrapper-content a {
        min-width: 240px;
    }
    
    .page-calculate-block-flex {
        display: flex;
        justify-content: space-between;
    }

    .page-calculate-check{
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        display: flex;
        gap: 12px;
        box-sizing: border-box;
        align-items: center;
    }
    
    .page-calculate-check p{
         line-height: 30px;
    }
    
    .page-calculate-img {
        margin-top: 0;
        margin-bottom: 0;
        left: 20px;
        top: 5px;
    }
    
    .page-calculate-check-around:last-child {
        margin-left: 0;
    }
    
      .page-calculate-img svg{
        transform: scale(0.7);

    }
    
    .page-calculate-check p{
        text-align: left;
    }
    
    .page-calculate-check-i p{
        margin-left: 0;
    }
    
    .page-calculate-choosepage:first-child, .page-calculate-choosepage:last-child{
        margin-left: 0;
        margin-right: 0;
    }
    
    
    .page-calculate-choosepage p{
        margin-left: 0;
    }
    
    .calculate-block-price-left {
        width: 100%;
        margin-bottom: 30px;
        flex-flow: row wrap;
    }
    
    .calculate-block-price-right {
        width: 100%;
        padding-bottom: 40px;
    }
    
    .page-calculate-block-price {
        flex-flow: row wrap;
    }

    

  .btn-calculate-next {
    width: 100%;
  }

 }


 /*--------------------------max-width: 890px--------------------------*/



@media screen and (max-width: 890px) {
    
    .container {
        padding-top: 50px;
        padding-bottom: 70px;
    }
  
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 36px;
        position: relative;
        z-index: 3;
    }

    h3 {
        font-size: 17px;
    }

    p {
        font-size: 15px;
        line-height: 25px;
    }

    .description-title {
        font-size: 17px;
        position: relative;
        z-index: 3;
    }
    
    .hero-content-text {
        margin-left: 0;
    }
    
    .hero-letters-black {
        margin-left: 0;
    }
    
    .do-content {
        width: 100%;
        padding: 20px;
        margin-bottom: 30px;
    }
    
    .about {
        overflow: hidden;
    }
    
    .about-img {
        position: absolute;
        top: -50px;
        right: 0;
        z-index: 1;
    }
    
    .about-content {
        max-width: 60%;
    }

}




/*-------------------------max-width: 641px---------------------------*/
@media screen and (max-width: 641px) {
    
    
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 16px;
    }

    p {
        font-size: 15px;
        line-height: 21px;
    }

    .description-title {
        font-size: 15px;
    }
    
    .works-wrapper {
        padding-bottom: 50px;
    }
    
    .works-content {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .works-tag {
        margin-top: 5px;
    }
    
    .works-content h3{
        font-size: 18px;
    }
    
    .world-content {
        width: 100%;
    }
    
    .world-order-1 {
        order: 2;
    }
    
    .about-img {
        margin-bottom: -200px;
        margin-top: -100px;
        z-index: 1;
    }
    
    .about-img img{
        width: 100%;
    }
    
     .footer-wrapper {
        flex-flow: column;
         text-align: center;
    }
    
    .footer-content {
        margin-bottom: 20px;
    }
    
    .social {
        display: flex;
        justify-content: space-around;
    }
    
    .footer-copyright .footer-content {
        margin-bottom: 0;
    }
    
    .footer-copyright .footer-content:last-child {
        margin-bottom: 20px;
    }
    
    .about-content {
        max-width: 100%;
        margin-top: 30%;
    }
    
    .about-img {
        width: 60%;
        top: 50px;
    }
    
    .messenger-fixed {
        right: 0;
        left: 20px;
        bottom: 50px;
    }
    
    .skype-fixed {
        top: 0 !important;
        left: 80px !important;
    }

    .viber-fixed {
        top: 0 !important;
        left: 150px !important;
    }

    .telegram-fixed {
        top: 0 !important;
        left: 220px !important;
    }

    .facebook-fixed {
        top: 0 !important;
        left: 290px !important;
    }
    
    
}

/*-------------------------max-width: 479px---------------------------*/
@media screen and (max-width: 479px) {
    .works-content {
        width: 100%;
    }
    
    .remodal input {
        width: 100%;
    }


    .remodal submit {
        width: 100%;
    }
    
    .calculate-price-left-main, .calculate-price-left-more {
        width: 100%;
    }
    
}



