

/* Start:/local/templates/cable/components/bitrix/news/developers/bitrix/news.list/.default/style.css?17302086221228*/
.developers__list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 30px;
	margin-bottom: 90px;
}

.developers__item {
	width: calc( (100% - 100px)/6 );
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

a.developers__item,
a.developers__item:hover {
	text-decoration: none;
}

.developers__item-image {
	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5edf5;
}

.developers__item-image img {
	max-width: 100%;
	height: auto;
}

.developers__item-name {
	font-weight: 400;
    font-size: 16px;
	line-height: 1.2;
    color: #333333;
	text-align: center;
}

a.developers__item:hover .developers__item-name {
	color: #e36637;
}

@media screen and (max-width: 1240px) {
	.developers__item {
		width: calc( (100% - 80px)/5 );
	}
}

@media screen and (max-width: 1000px) {
	.developers__item {
		width: calc( (100% - 60px)/4 );
	}
}

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

	.developers__list {
		column-gap: 10px;
		row-gap: 20px;
	}

	.developers__item {
		width: calc( (100% - 40px)/3 );
	}

	.developers__item-name {
		font-size: 14px;
	}
}

@media screen and (max-width: 600px) {
	.developers__item {
		width: calc( (100% - 20px)/2 );
	}
}
/* End */


/* Start:/local/templates/cable/components/bitrix/main.userconsent.request/userconsent/user_consent.css?16352567213423*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 40px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 30px 0;
	font-size: 24px;
	font-weight: 500;
	/* font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000; */
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-buttons > span:first-child {
	margin-right: 30px;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #D1DAE2;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	font-size: 16px;
	-moz-appearance: none;
	font-family: TT Norms;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	cursor: pointer;
	color: #333;
	font-size:13px;
	line-height: 15px;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text {
		height: 240px;
	}
}

@media screen and (max-width: 1020px) { 
	.main-user-consent-request-popup-cont {
		padding: 20px 10px;
	}
	.main-user-consent-request-popup-header {
		font-size: 18px;		
		text-align: center;
	}
	.main-user-consent-request-popup-buttons > span:first-child {
		margin-bottom: 20px;
		margin-right: 0px;
	}
	.main-user-consent-request-popup-text {
		font-size: 12px;
	}
	.main-user-consent-request-popup-buttons span{
		width: 100%;
	}

}
/* End */
/* /local/templates/cable/components/bitrix/news/developers/bitrix/news.list/.default/style.css?17302086221228 */
/* /local/templates/cable/components/bitrix/main.userconsent.request/userconsent/user_consent.css?16352567213423 */
