

/* Start:/local/templates/.default/components/icl.components/mainservices/services/style.css?170238139611893*/
.mobile-only {
	display: none;
}

.main-services__tab-content-wrap{
	display: none;
}
.main-services__tab-content-wrap.current{
	display: block;
}

.main-services__tab-content-wrap{
	margin-top: 24px;
}

.main-services__card-list__footer {
	padding-top: 24px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.main-news-tabs .link-wrap > .link-wrap__item {
  border: none !important;
}

.services-box .slide{
	color: #232323;
	display: flex;
	flex-wrap: wrap;
	margin: -8px 0 16px;
}

.slide__item {
	margin: 8px;
}

.slide__item:hover {
	color: #CC0000;
}

.slide__item>a{
	color: inherit !important;
}

.slide__title{
	font-size: 16px;
	line-height: 20px;
	color: inherit;
}

.slide__info{
	margin-top: 8px;
	font-size: 14px;
	line-height: 16px;
	color: rgb(35, 35, 35);
}

.box-svg{
	border: 1px solid #ff0000;
	color: #ff0000;
	border-radius: 48px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.box-svg svg{
	transform-origin: center;
}

.box-svg:hover svg{
	animation: goEnd .3s 0s, goStart 0s .3s, goDefault .3s .3s;
}

@media (min-width: 1200px) {
	.slide__item{
		flex-basis: 20.5%;
		margin: 8px 3%;
	}
	.slide__item:first-child {
		margin: 8px 3% 8px 0;
	}
	.slide__item:last-child {
		margin: 8px 0 8px 3%;
	}
}
@media (max-width: 1199px) and (min-width: 768px) {
	.services-box>.tabs {
		flex-wrap: nowrap;
		overflow: -moz-scrollbars-none;
		overflow-x: scroll;
		-ms-overflow-style: none;
	}
	.services-box>.tabs::-webkit-scrollbar {
		width: 0;
	}
	.services-box>.tabs>.tabs__tab {
		white-space: nowrap;
	}
	.slide__item{
		flex-basis: 40%;
	}
	.slide__item:nth-child(2n) {
		margin: 8px 0 8px 10%;
	}
	.slide__item:nth-child(2n + 1) {
		margin: 8px 10% 8px 0;
	}
	.owl-carousel .owl-nav > button[role="presentation"] {
		width: 40px;
		height: 40px;
		border: none !important;
		background: transparent url(/local/templates/icl/img/svg-chevron_left.svg) no-repeat center left !important;
		background-size: 24px !important;
	}
	.owl-nav > button[role="presentation"] > svg {
		display: none;
	}
}
@media (max-width: 768px) {
	.slide__item {
		margin: 8px 0;
	}

	/* Mobile-only Services Card List */
	.services-box>div:not(.mobile-only) {
		display: none;
	}
	.mobile-only {
		display: block;
	}
	.main-services__card-list {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: stretch;
		box-sizing: border-box;
	}
	.main-services__card-item {
		width: 100%;
		box-sizing: border-box;
		padding: 16px 0;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		position: relative;

		background-color: #444; /* TODO: remove */
	}
	.main-services__card-item>* {
		position: relative;
		z-index: 1;
	}
	.main-services__card-item:after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #3D404B;
		opacity: .8;
	}
	.main-services__card-item:not(:last-child) {
		margin-bottom: 8px;
	}
	.main-services__card-item>h4 {
		font-family: 'robotobold_condensed', sans-serif;
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		padding: 0 16px 16px;
		text-transform: uppercase;
	}
	.main-services__card-inner_list {
		display: flex;
		flex-flow: column nowrap;
	}
	.main-services__card-inner_item {
		padding: 2px 0;
	}
	.main-services__card-inner_link:link, .main-services__card-inner_link:visited {
		display: block;
		padding: 0 32px 0 16px;
		transition: background-color .25s;
		color: #fff;
		text-decoration: none;
		border: none;
		font-family: 'circeregular', monospace;
		font-size: 16px;
		line-height: 24px;
		position: relative;
	}
	.main-services__card-inner_link:hover {
		background-color: rgba(255, 255, 255, .25);
	}
	.main-services__card-inner_link:after {
		content: '';
		width: 16px;
		height: 16px;
		display: block;
		background-image: url(/local/templates/icl/img/svg-chevron_rigt-white.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: absolute;
		right: 16px;
		bottom: 4px;
	}
	.main-services__card-list__footer {
		padding-top: 8px;
		flex-direction: column;
		align-items: stretch;
	}
	.main-services__card-list__footer>a.redBtn {
		display: block;
		text-align: center;
	}
	/* END . Mobile-only Services Card List */
}
.owl-nav > button[role="presentation"].disabled {
	opacity: .4;
}
.owl-dots.owl-dots__custom {
	display: flex !important;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.owl-dots.owl-dots__custom .owl-dot.active {
	opacity: 0.2;
}

.owl-dots.owl-dots__custom.owl-dots__custom--transition .owl-dot {
	transition: all 0.2s ease;
}

.owl-dots.owl-dots__custom .owl-dot {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.owl-dots.owl-dots__custom .owl-dot.current {
	opacity: 1;
}





















/*new styles*/
.redBtn, .redBtn:link, .redBtn:visited {
	height: auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.main-services .redBtn {
	display: none !important;
}
.main-services .redBtn.main-news-tabs__link {
	display: inline-flex !important; 
}
a.main-news-tabs__link.redBtn {
	display: none !important;
}
a.main-news-tabs__link_current.redBtn {
	display: inline-flex !important;
}
/*.big-container {
    width: 1480px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}*/
.hide-wrapper {
	display: none; 
}
.page-services {
    background: #F2F2F2;
    padding-bottom: 69px;
}
.page-services__title {
    margin-bottom: 39px;
    color: #000;
    font-family: "robotobold_condensed";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    padding: 0;
}

.page-services__list {
    margin: -20px -5px 0;
    display: flex;
    flex-wrap: wrap;
}
.page-services__block {
    width: 33.333%;
    padding: 0 5px;
    margin-top: 20px;
}
.page-services__block.w50 {
	width: 50%;
}
.page-services__item {
    background: #FFF;
    padding: 16px 10px;
    min-height: 100%;
}
.page-services__item-title {
    display: flex;
    align-items: center;
    text-decoration: none;
    outline: none;
    color: #000 !important;
    font-family: "robotobold_condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    border: none !important;
    transition: all 0.4s;
    padding: 0;
	cursor: pointer;
	user-select: none;
}
.page-services__item-title img {
    margin-right: 16px;
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 42px;
    width: auto;
}
.page-services__item-nav {
    padding: 0;
    margin: 0;
}
.page-services__item-nav ul {
    padding: 10px 0 0 0;
    margin: 0;
    list-style-type: none;
}
.page-services__item-nav ul li {
    margin: 0;
	padding: 10px 0;
    display: block;
	border-bottom: 1px solid #ECECEC;
}
.page-services__item-nav ul li a {
    color: #1A1A1A !important;
    font-family: "circeregular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    transition: all 0.4s;
    display: block;
    border: none !important;
    padding: 0 !important;
    position: relative;
}
.page-services__item-nav ul li.menu-item-has-children > a {
    padding-right: 21px !important;
}
.page-services__item-nav ul li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('/local/templates/.default/components/icl.components/mainservices/services/img/arrow.svg');
    width: 11px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
    transform: rotate(180deg);
}
.page-services__item-nav ul li:last-child {
	border: none;
	padding-bottom: 0;
}
.page-services__item-nav ul li ul {
    display: none;
	margin: 0;
	padding: 0;
}
.page-services__item-nav ul li {
    transition: padding 0.4s;
}
.page-services__item-nav ul li.open {
    padding-bottom: 3px;
}
.page-services__item-nav ul li ul li {
    margin-top: 3px;
	padding: 3px 0 0 0;
    border: none;
    border-top: 1px solid #ECECEC
}
.page-services__item-nav ul li ul li:last-child {
    border-top: 1px solid #ECECEC
}
.page-services__item-nav ul li ul li a {
    color: #929292 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.page-services__item-nav ul li a:hover {
    color: #CC0000 !important;
}
.page-services__item-nav ul li.menu-item-has-children.open > a::after {
    transform: none;
}

.home-services {
    background: #fff;
}
.home-services__pt {
    padding-top: 80px;
}
.home-services__pb {
    padding-bottom: 80px;
}
.home-services__title {
    margin-bottom: 32px;
    padding: 0;
    color: #000;
    font-family: "robotobold_condensed";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}
.home-services .page-services__block {
    margin-top: 10px;
}
.home-services .page-services__list {
    margin-top: -10px;
}
.home-services .page-services__item {
    background: #F6F6F6;
}
.home-services__toggle {
    padding-right: 30px !important;
    position: relative;
}
.home-services__toggle::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('/local/templates/.default/components/icl.components/mainservices/services/img/arrow-2.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
}
.home-services__toggle.open::after  {
    transform: rotate(180deg);
}
.home-services .page-services__item-nav {
    display: none;
}
.home-services .page-services__list {
    align-items: flex-start;
}
.home-services .main-news-tabs__link {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-top: 40px;
}
.home-services .main-news-tabs__link:hover {
    background: #FF0000;
    color: #fff;
}
.home-services *, .home-services *::before, .home-services *::after {
	box-sizing: border-box;
}

.main-services .section-box__title {
	display: none;
}

/*.home-services .big-container {
	width: 1480px;
	min-width: 1480px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}*/


/*@media (max-width: 1540px) {
	.home-services .big-container {
		width: 100vw;
		min-width: 100vw;
	}
	.main-services {
		overflow: hidden;
	}
}*/



@media (min-width: 1201px) {
	.page-services__item-title img {
		width: 32px;
	}
	.page-services__item-title {
		font-size: 16px;
	}
}

@media (max-width: 1200px) {
    .page-services__block {
        width: 50%;
    }
	/*.big-container {
		width: 100%;
		min-width: 100%;
	}*/
    .home-services__pt {
        padding-top: 40px;
    }
    .home-services__pb {
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .page-services__block {
        width: 100%;
    }
    .page-services__block.w50 {
        width: 100%;
    }
    .page-services {
        padding-bottom: 74px;
    }
    .page-services__title {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 26px;
        padding: 0;
    }
    .home-services__title {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 120%;
    }
    .big-container {
        padding: 0 24px;
    }
}

.home-services__toggle::after { background-image: url('/local/templates/icl/components/bitrix/catalog.section.list/services2/img/arrow-2.svg'); }

.page-services__item-nav ul li.menu-item-has-children > a::after { background-image: url('/local/templates/icl/components/bitrix/catalog.section.list/services2/img/arrow.svg'); }
/* End */


/* Start:/local/templates/icl/components/bitrix/news.list/main-projects2/style.css?16564081911475*/
.main-projects .news-card__name > strong {
    font-size: 24px;
    line-height: 32px;
    font-family: var(--font-title-regular);
}

.main-projects .news-card__description {
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 63px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main-projects__list--inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.main-projects__list--inner > .slider__card {
    width: calc((100% - 40px)/3);
}

.main-projects-section__footer {
    padding-top: 24px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.main-projects__item .news-card__image img {
    height: 160px;
}

@media (max-width: 1099px) {
    .main-projects .news-card__description {
        max-height: 84px;
        -webkit-line-clamp: 4;
    }
}

@media (max-width: 850px) {
    .main-projects__item .news-card__image img {
        height: 110px;
    }
}

@media (max-width: 768px) {

    .news-card {
        width: 100%;
        max-width: 100% !important;
    }

    .main-projects__list--inner.owl-carousel > .owl-nav > button {
        border: none !important;
    }

    .main-projects-section__footer {
        padding-top: 30px;
    }

    .main-projects-section__footer>a.redBtn {
        display: block;
        width: 100%;
        text-align: center;
    }

}

/* End */


/* Start:/local/templates/icl/components/bitrix/news.list/news-tab/style.css?17234447484543*/
.tab-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -16px -8px;
}
.tab-content__item .news-card {
	margin: 8px 8px 16px 0;
	padding: 8px 0 0 8px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
@media (min-width: 1099px) {
	.tab-content__item:hover .news-card::after {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.tab-content__item:hover .news-card::before {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.tab-content__item .news-card::after, .tab-content__item .news-card::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
		background-color: #FF0004;
	}
	.tab-content__item .news-card::after {
		width: 4px;
		height: 100%;
		-webkit-transform: translateY(-105%);
		-ms-transform: translateY(-105%);
		transform: translateY(-105%);
	}
	.tab-content__item .news-card::before {
		width: 100%;
		height: 4px;
		-webkit-transform: translateX(-105%);
		-ms-transform: translateX(-105%);
		transform: translateX(-105%);
	}
}

.tab-content__item .news-card .news-card__image::after {
	display: none;
}

.tab-content__item .news-card p {
	padding: 0;
}

.main-news-tabs__wrap {
	margin-bottom: 24px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.main-news-tabs__title {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-transform: uppercase;
	padding: 0;
}

.main-news-tabs__link--container {
	padding-top: 24px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}

a.main-news-tabs__link.redBtn {
	display: none;
}

a.main-news-tabs__link_current.redBtn {
	display: block;
}
.main-news-tabs__link:hover, .main-news-tabs__link:active {
	color: #FF0004 !important;
}

.main-news-tabs__tabs-content {
	margin-top: 24px;
}

.video-item {
	position: relative;
}

.video-item__play-box {
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.video-item__play {
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	border-width: 2px;
	border-color: #fff;
	border-style: solid;
	background: rgba(0, 0, 0, 0.5);
	transition: 300ms;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.video-item__play:before {
	content: "";
	width: 22px;
	height: 30px;
	display: block;
	box-sizing: border-box;
	position: relative;
	left: 4px;
	border-style: solid;
	border-width: 15px 0 15px 22px;
	border-color: transparent;
	border-left-color: inherit;
}
.link-wrap {
	position: relative;
}
.link-wrap a {
	position: relative;
	z-index: 10;
}
.link-wrap > .link-wrap__item {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
@media (min-width: 1100px) {
	.tab-content__item {
		width: 25%;
	}
}
@media (max-width: 1099px) and (min-width: 768px) {
	.tab-content__item {
		width: calc(100%/3);
	}
	.tab-content__item:nth-child(n+4) {
		display: none;
	}
}
@media (max-width: 767px) {
	.tab-content {
		margin: 0;
	}
	.tab-content.owl-carousel>.owl-nav>button[role="presentation"] {
		border: none !important;
	}
	.tab-content.owl-carousel>.owl-dots>button.owl-dot.active {
		opacity: 1;
	}
	.tab-content__item .news-card {
		margin: 0;
		padding: 0;
		max-width: none;
	}
	.main-news-tabs__tabs-content {
		margin-top: 16px;
	}
	.main-news-tabs__link--container {
		padding-top: 32px;
	}
	.main-news-tabs__link--container > .main-news-tabs__link {
		width: 100%;
		text-align: center;
	}

	.tab-content__item .news-card .news-card__image img {
		border: none;
	}
}

@media (max-width: 720px) {
	.tab-content {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.tab-content__item {
		width: 100%;
	}
}

.news-card__image img {
	height: 260px !important;
}
.link-wrap a{
border-bottom:none!important;
}
/* End */
/* /local/templates/.default/components/icl.components/mainservices/services/style.css?170238139611893 */
/* /local/templates/icl/components/bitrix/news.list/main-projects2/style.css?16564081911475 */
/* /local/templates/icl/components/bitrix/news.list/news-tab/style.css?17234447484543 */
