/*Кастомные кнопки с бордером*/

  .custbut {
        border: 1px #DBDBDB solid;
        transition-duration: 400ms!important;
        transition-timing-function: ease-in-out!important;
    }
    
    .custbut:hover {
        border: 1px black solid;
    }




/*Обрезка углов фото*/

.bigpicrd {
clip-path: 
polygon(
0% 0%,
100% 0%,
100% calc(100% - 70px),
calc(100% - 70px) 100%,
0% 100%
    );

}


@media screen and (min-width: 640px) {
    
.bigpicrd {
clip-path: 
polygon(
0% 0%,
100% 0%,
100% calc(100% - 70px),
calc(100% - 70px) 100%,
0% 100%
    );

}
    
.bigpic {
clip-path: 
polygon(
70px 0%,
100% 0%,
100% calc(100% - 70px),
calc(100% - 70px) 100%,
0% 100%,
0% 70px
    );

}

.content-scale-right {
clip-path: 
polygon(
70px 0%,
100% 0%,
100% calc(100% - 70px),
calc(100% - 70px) 100%,
0% 100%,
0% 70px
    );

}

}

@media screen and (max-width: 639px) {
    
.bigpicrd {
clip-path: 
polygon(
0% 0%,
100% 0%,
100% calc(100% - 30px),
calc(100% - 30px) 100%,
0% 100%
    );

}
    
.bigpic {
clip-path: 
polygon(
30px 0%,
100% 0%,
100% calc(100% - 30px),
calc(100% - 30px) 100%,
0% 100%,
0% 30px
    );
}

.content-scale-right {
clip-path: 
polygon(
30px 0%,
100% 0%,
100% calc(100% - 30px),
calc(100% - 30px) 100%,
0% 100%,
0% 30px
    );
}

}





/* Кастом блока с отзывами */

.arrow {
    border: 1px solid #DBDBDB;
    transition-duration: 400ms;
    transition-timing-function: ease-in-out;
}

.arrow:hover {
    border: 1px solid black;
}


    .slide {
        background-color: #F5F5F5;
        transition-duration: 400ms;
        transition-timing-function: ease-in-out;
    }
    
     .slide:hover {
        background-color: #EBEBEB;
        
    }




/* Блок FAQ */

    .uc-faq .t668__circle {
    border-radius: 0px;
}

    .uc-faq .t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
}

    .uc-faq .t-col_12 {
    max-width: 100%;
}
    .uc-faq .t-col {
    margin-left: 40px;
    margin-right: 40px;
    width: 100%;
}

    .uc-faq .t668__content {
    padding-right: 100px !important;
}

    .uc-faq .t668__title {
    display: inline-block;
    padding-right: 100px;
}


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

.uc-faq .t-col {
    margin-left: 20px;
    margin-right: 20px;
}

 .uc-faq   .t-col {
        padding-left: 0px;
        padding-right: 0px;
 }

}


@media screen and (max-width: 639px) {
    .uc-faq .t-col {
        margin-left: 10px;
        margin-right: 10px;
    }
}










/* Кастом Таблицы-Блока с Тарифами */

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

    
    .uc-price .t-container {
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100% - 80px);
    }
    
    .uc-price .t-col_12 {
    max-width: 100%;
    }
    
    
    .uc-price .t-col {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    }
    
    
    .uc-price .t613__left {
         width: 100%!important;
     }
     
    .uc-price .t613__wrapper {
    padding: 40px;
    }
}


    


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

.uc-price .t-container {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
}


}



@media screen and (max-width: 960px) {
    .t613__mobile {
        padding: 0px;
    }
}


@media screen and (max-width: 640px) {
    .uc-price .t-container {
        margin-left: 10px;
        margin-right: 10px;
        max-width: calc(100% - 20px);
    }
    
    .uc-price .t613__wrapper {
    padding: 20px;
}

}


@media screen and (max-width: 480px) {
    
    .uc-price .t613__left {
    width: 80vw!important;
    min-width: 200px;
}


    
}






/* Кастом Кейсов */
    .uc-cases .t-container {
    margin-left: 40px;
    margin-right: 40px;
    width: 100%;
    max-width: calc(100% - 80px);
    }
    
    .uc-cases .t-col_12 {
    max-width: 100%;
    }
    
    .uc-cases .t-col {
    margin-left: 0px;
    margin-right: 0px;
    }
    
    .uc-cases .t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
    height: 40vh !important;
    margin-right: 40px;
   width: calc(50vw - 60px) !important;
}
    
    .uc-cases .t-feed__row-grid__post-wrapper {
    padding-bottom: 30px;
    padding-top: 30px;
    }
    
    
    .uc-cases .t-feed__post-tag {
    letter-spacing: 0px;
    padding: 8px 8px !important;
    background-color: black;
    font-size: 10px;
    color: #ffffff !important;
    }
    
   .uc-cases  .t-feed__post-tag {
    margin-right: 10px;
    }
    
    .uc-cases .t-feed__post-parts-date-row_beforetitle {
    margin-bottom: 15px;
}


@media (min-width: 640px) and (max-width: 1200px) {

.uc-cases .t-container {
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
    max-width: calc(100% - 40px);
}

   .uc-cases .t-col {
        padding-left: 0px;
        padding-right: 0px;
    }
    
   .uc-cases  .t896 .t-feed__post-imgwrapper, .t896 .t-feed__textwrapper {
        padding-bottom: 0px;
    }

}



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

.uc-cases .t-container {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    max-width: calc(100% - 20px);
}

.uc-cases .t-col {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .uc-cases .t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
    height: 300px !important;
    margin-right: 20px;
    width: calc(50vw - 20px) !important;
}

.uc-cases .t-feed__post-tag {
    margin-right: 10px;
    margin-bottom: 10px;
}

}


@media screen and (max-width: 459px) {
    
    .uc-cases .t-feed__post-parts-date-row_beforetitle {
    margin-bottom: 5px;
}
    
    
    .uc-cases .t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
        height: 140px !important;
        width: 100%!important;
    }
    
}






/* Обрезка углов Кейсов */


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

.uc-cases .t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
clip-path: 
polygon(
0% 0%,
100% 0%,
100% calc(100% - 70px),
calc(100% - 70px) 100%,
0% 100%
    );

}
}

 @media screen and (max-width: 639px) {
  
  .uc-cases .t-feed__row-grid__post-wrapper .t-feed__post-bgimg {
clip-path: 
polygon(
0% 0%,
100% 0%,
100% calc(100% - 30px),
calc(100% - 30px) 100%,
0% 100%
    );

}   
     
     
 }













    













