/* NEW */
@media screen and (min-width: 1400px) {

	/* global */

	.t-container {
		max-width: 1400px;
	}

	.t-col_3 {
	    max-width: calc(100% / 4 - 40px);
	}
	.t-col_4 {
	    max-width: calc(100% / 3 - 40px);
	}
	.t-col_5 {
		max-width: calc(100% / 12 * 5 - 40px);
	}
	.t778 .t-col_6 {
	    max-width: calc(50% - 40px);
	}
	.t1066 .t-col_6 {
	    max-width: 50%;
	}
	.t-col_7 {
		max-width: calc(100% / 12 * 7 - 40px);
	}
	.t-col_12 {
		max-width: calc(100% - 40px);
	}
	
	.t-width_12 {
        max-width: calc(1400px - 40px);
    }

	/*#t-footer .t-container {
		max-width: 1400px;
	}*/
	#t-footer .t-container .t-col_3 {
		max-width: calc(25% - 40px);
	}
	#t-footer .t-container > .t-row {
		display: flex;
    	justify-content: space-between;
	}
	#t-footer .t-container > .t-row .t447__text_right {
		text-align: right;
	}



	/* local */

	/* Раздел категории */

	/*.uc-custom__mc .t-container {
		max-width: 1400px;
	}*/

	.uc-custom__mc .t-container .t-col_3 {
		max-width: 1400px;
	}

	.uc-custom__mc .t-container > .t-row {
		display: flex;
    	justify-content: space-between;
	}


	/* Подраздел проекты потоки */
	.t-feed__container.t897__container {
		max-width: 1400px;
	}

	/* Шаблон решений */
	.t533__container.t-list__container_inrow4.t-container {
		justify-content: space-between;
	}
	
	/* Аренда шатров в Москве */
	#rec671039910 .t395__wrapper {
	    justify-content: space-between;
	}

}
/* END */


 /*ST315N Отступы между строками каталог, округление карточек, увеличение на ховере, */
.t786__bgimg {
    border-radius: 7px;
}
@media screen and (min-width: 1200px){ /*Почему стоит 1200, переделать на 1400???*/
    .t786__content{     /*Нужный класс блока из таблицы*/
        transition: 0.2s ease-in-out;    /*Длительность и плавность анимации*/    
    }   
    .t786__content:hover{
        transform: scale(1.05);  /*Размер увеличения карточки*/ 
    }
    .t786__separator {
    margin-bottom: 40px;
}
    
/*AB606 Округлить плашку и картинку заголовка, */
.t477__blockimg,.t477__textwrapper   {
    border-radius: 15px;
}
/*TX20 Округление плашки, */
.t265__wrapper{
    border-radius: 15px;
}
/*BF306N Округлить плашку в футере, */
.t1015__wrapper   {
    border-radius: 15px;
}
/*GL16 Округление, */
.t680__bgimg {
    border-radius: 30px;
}
/*DF301 Отступ заголовка, */
.t-feed__post-bgimg {
    border-radius: 7px;
}
/*BF502N POPUP скруглить углы, */
.t-popup__container,.t702__img   {
    border-radius: 15px;
}
/*ST320N Отступы между строками каталог, округление карточек,увеличение на ховере */
.t-clear.t-store__grid-separator { 
    margin-bottom: 40px; 
}
.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 7px;
}
@media screen and (min-width: 1200px){ /*Почему стоит 1200, переделать на 1400???*/
    .t951__grid-cont .t-store__card{     /*Нужный класс блока из таблицы*/
        transition: 0.2s ease-in-out;    /*Длительность и плавность анимации*/    
    }   
    .t951__grid-cont .t-store__card:hover{
        transform: scale(1.05);  /*Размер увеличения карточки*/ 
    }
/*TS203 уменьшение отступа, */
.t533 .t-section__topwrapper {
    margin-bottom: 50px;
}
/*FR304 активный пункт серый, уменьшение отступа, */
.t908__item_active {
    background-color:#f6f6f6
}
.t908 .t-section__topwrapper {
    margin-bottom: 50px;
}

/*SV501 отступ заголовка, */
.t849 .t-section__topwrapper {
    margin-bottom: 40px;
}
/*TS103n Убавить отступы от заголовка, */
.t728 .t-section__topwrapper {
    margin-bottom: 40px;
}
/*СТ402 скругление, */
.t-width.t-width_12.t570__mainblock {
    border-radius: 30px;
}
/*FR601 скругление, */
.t939__card {
    border-radius: 15px;
}
/*VD001 скругление, */
.t121 iframe, .t121 .t-video-lazyload{
    border-radius: 15px;
}
/*GL12 скругление, */
.t603__blockimg{
    border-radius: 15px;
    
}
/*IM001 скруглить края, */
img.t-img.t-width.t107__width.t-width_12.loaded {
    border-radius: 15px;
}
.t401__overlay, .t401__table {
    border-radius: 15px;
}
 /*ST200 скруглить края, */
.t-slds__bgimg   {
    border-radius: 12px;
}











